body {
    margin: 0px;
    background-color: #f0f0f0;
    font-family: 'Encode Sans', sans-serif;
    font-size: 16px;
    line-height: 24px
}

body i {
    margin-right: 10px;
}

.box-top {
    width: 100%;
    height: 120px;
    background: url(../img/top-bgnew.png) no-repeat center top;
    background-size: 100%;
    position: relative;
}

.box-logo {
    text-align: center;
    padding: 15px;
}

.box-login {
    width: 300px;
    margin: 50px auto;
    text-align: center;
    padding: 25px;
    background: #FFF;
}

.input-icon {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    vertical-align: top;
}

.input-button {
    display: inline-block;
    height: 23px;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 23px;
    text-align: center;
    background-color: #EEE;
    border: 1px solid #CCC;
    vertical-align: top;
    color: #666;
}

.input-button i {
    margin: 0px;
}

.input-field {
    display: inline-block;
    height: 20px;
    padding: 3px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.box-append {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap;
}

.button {
    width: 120px;
    background-color: #0087ff;
    padding: 10px;
    color: #FFF;
    border: 0px;
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
    cursor: pointer;
}

.button:hover {
    background-color: #0074db;
}

.title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
}

.box-group select {
    min-width: 150px;
}

.box-group input , select {
    padding: 5px;
    font-family: 'Encode Sans', sans-serif;
    color: #777;
    border: solid 1px #CCC;
}

.box-group input:hover {
    border: solid 1px;
    border-color: #2d8fe8;
}

.box-buttons {
    width: 35%;
    margin: 50px;
    display: inline-block;
    text-align: center;
    background-color: #0087ff;
    font-size: 18px;
    padding: 15px;
    color: #FFF;
}



.box-buttons:hover {
    background-color: #0074db;
    cursor: pointer;
}

.ease {
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.box-content {
    width: 900px;
    margin: 30px auto;
}

.box-image {
    display: inline-block;
}

.box-description {
    width: 500px;
    padding: 20px;
    height: 192px;
    vertical-align: top;
    display: inline-block;
    background: #FFF;
}



.project {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}

.box-blueprint {
    height: 250px;
    background-image: url(../img/blueprint.jpg);
    background-position: center;
/*    overflow: hidden;*/
}

.box-spot {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    display: inline-block;
}

.blue {background: #0074db}
.green {background: #64ba36}
.orange {background: #de581c}
.gray {background: #a2a2a2}
.red {background: #d60c0c}

.f-green {color: #64ba36;}
.f-blue {color: #0074db;}
.f-gray {color: #333;}

.box-string {
    padding: 10px 15px;
    background: #FFF;
    margin: 3px;
}

.box-state {
    padding: 5px 10px;
    background: #FFF;
    margin: 3px;
}

.bold-cond {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 700;
}

.box-legend {
    color: #FFF;
    padding: 8px;
    display: inline-block;
}

.title-gray {
    font-family: 'Encode Sans Condensed', sans-serif;
    color: #666;
    padding-left: 20px;
    font-weight: bold;
}

.box-printover {
    display: hidden;
    height: 250px;
    text-align: center;
    line-height: 300px;
    color: transparent;
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.box-printover:hover {
    background: rgba(0, 116, 219,0.7);
    width: 100%;
    height: 250px;
    text-align: center;
    line-height: 300px;
    vertical-align: middle;
    color: #c9e6ff;
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.box-group {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-right: 15px;
}



.page-title {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 24px;
    color: #666;
}

.box-name {
    width: 370px;
    display: inline-block;
}

.box-phone {
    width: 200px;
    display: inline-block;
    padding-left: 10px;
    border-left: solid 1px #CCC;
}

.box-mail {
    width: 260px;
    display: inline-block;
    padding-left: 10px;
    border-left: solid 1px #CCC;
}

.box-status {
    margin: 5px 0px;
    padding: 5px;
}

.box-status:hover {
    background: #f8f8f8;
}