﻿@charset "utf-8";
/* CSS Document */

body { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 14px; color: #f0d56e; background-color: #fff; padding: 0; margin: 0; margin-bottom: 150px }
.h1, .h2, .h3, h1, h2, h3 { margin: 0; }
.h4, .h5, .h6, h4, h5, h6 { margin: 0; }
.h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 400; line-height: 1.1; color: inherit; margin: 0; padding: 0; }
.h1, h1 { font-size: 36px; }
.h2, h2 { font-size: 30px; }
.h3, h3 { font-size: 24px; }
.h4, h4 { font-size: 18px; }
.h5, h5 { font-size: 14px; }
.h6, h6 { font-size: 12px; }
a, a:hover, a:focus, a:active { transition: All 0.2s ease; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; text-decoration: none; color: #3f72be; }
a:hover, a:focus { color: inherit;}
ul, ul li { margin: 0; padding: 0; list-style: none; }
img { vertical-align: middle; max-width: 100%; position: relative; }
input, button, select, textarea { border: 1px solid #ccc; border-radius: 2px; }
input, select { height: 30px; }
input[type="radio"], input[type="checkbox"], .radio input, .checkbox input { height: auto; }
label { }
.radio label, .checkbox label { line-height: 20px; text-align: left; }
.modal-backdrop.in { opacity: .5; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) {
.container { width: 750px; }
}
@media (min-width: 992px) {
.container { width: 970px; }
}
@media (min-width: 1200px) {
.container { width: 1170px; }
}
.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.row { margin-left: -15px; margin-right: -15px; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }
.col-xs-pull-12 { right: 100%; }
.col-xs-pull-11 { right: 91.66666667%; }
.col-xs-pull-10 { right: 83.33333333%; }
.col-xs-pull-9 { right: 75%; }
.col-xs-pull-8 { right: 66.66666667%; }
.col-xs-pull-7 { right: 58.33333333%; }
.col-xs-pull-6 { right: 50%; }
.col-xs-pull-5 { right: 41.66666667%; }
.col-xs-pull-4 { right: 33.33333333%; }
.col-xs-pull-3 { right: 25%; }
.col-xs-pull-2 { right: 16.66666667%; }
.col-xs-pull-1 { right: 8.33333333%; }
.col-xs-pull-0 { right: auto; }
.col-xs-push-12 { left: 100%; }
.col-xs-push-11 { left: 91.66666667%; }
.col-xs-push-10 { left: 83.33333333%; }
.col-xs-push-9 { left: 75%; }
.col-xs-push-8 { left: 66.66666667%; }
.col-xs-push-7 { left: 58.33333333%; }
.col-xs-push-6 { left: 50%; }
.col-xs-push-5 { left: 41.66666667%; }
.col-xs-push-4 { left: 33.33333333%; }
.col-xs-push-3 { left: 25%; }
.col-xs-push-2 { left: 16.66666667%; }
.col-xs-push-1 { left: 8.33333333%; }
.col-xs-push-0 { left: auto; }
.col-xs-offset-12 { margin-left: 100%; }
.col-xs-offset-11 { margin-left: 91.66666667%; }
.col-xs-offset-10 { margin-left: 83.33333333%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-8 { margin-left: 66.66666667%; }
.col-xs-offset-7 { margin-left: 58.33333333%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-5 { margin-left: 41.66666667%; }
.col-xs-offset-4 { margin-left: 33.33333333%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-2 { margin-left: 16.66666667%; }
.col-xs-offset-1 { margin-left: 8.33333333%; }
.col-xs-offset-0 { margin-left: 0%; }
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
.col-sm-12 { width: 100%; }
.col-sm-11 { width: 91.66666667%; }
.col-sm-10 { width: 83.33333333%; }
.col-sm-9 { width: 75%; }
.col-sm-8 { width: 66.66666667%; }
.col-sm-7 { width: 58.33333333%; }
.col-sm-6 { width: 50%; }
.col-sm-5 { width: 41.66666667%; }
.col-sm-4 { width: 33.33333333%; }
.col-sm-3 { width: 25%; }
.col-sm-2 { width: 16.66666667%; }
.col-sm-1 { width: 8.33333333%; }
.col-sm-pull-12 { right: 100%; }
.col-sm-pull-11 { right: 91.66666667%; }
.col-sm-pull-10 { right: 83.33333333%; }
.col-sm-pull-9 { right: 75%; }
.col-sm-pull-8 { right: 66.66666667%; }
.col-sm-pull-7 { right: 58.33333333%; }
.col-sm-pull-6 { right: 50%; }
.col-sm-pull-5 { right: 41.66666667%; }
.col-sm-pull-4 { right: 33.33333333%; }
.col-sm-pull-3 { right: 25%; }
.col-sm-pull-2 { right: 16.66666667%; }
.col-sm-pull-1 { right: 8.33333333%; }
.col-sm-pull-0 { right: auto; }
.col-sm-push-12 { left: 100%; }
.col-sm-push-11 { left: 91.66666667%; }
.col-sm-push-10 { left: 83.33333333%; }
.col-sm-push-9 { left: 75%; }
.col-sm-push-8 { left: 66.66666667%; }
.col-sm-push-7 { left: 58.33333333%; }
.col-sm-push-6 { left: 50%; }
.col-sm-push-5 { left: 41.66666667%; }
.col-sm-push-4 { left: 33.33333333%; }
.col-sm-push-3 { left: 25%; }
.col-sm-push-2 { left: 16.66666667%; }
.col-sm-push-1 { left: 8.33333333%; }
.col-sm-push-0 { left: auto; }
.col-sm-offset-12 { margin-left: 100%; }
.col-sm-offset-11 { margin-left: 91.66666667%; }
.col-sm-offset-10 { margin-left: 83.33333333%; }
.col-sm-offset-9 { margin-left: 75%; }
.col-sm-offset-8 { margin-left: 66.66666667%; }
.col-sm-offset-7 { margin-left: 58.33333333%; }
.col-sm-offset-6 { margin-left: 50%; }
.col-sm-offset-5 { margin-left: 41.66666667%; }
.col-sm-offset-4 { margin-left: 33.33333333%; }
.col-sm-offset-3 { margin-left: 25%; }
.col-sm-offset-2 { margin-left: 16.66666667%; }
.col-sm-offset-1 { margin-left: 8.33333333%; }
.col-sm-offset-0 { margin-left: 0%; }
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
.col-md-12 { width: 100%; }
.col-md-11 { width: 91.66666667%; }
.col-md-10 { width: 83.33333333%; }
.col-md-9 { width: 75%; }
.col-md-8 { width: 66.66666667%; }
.col-md-7 { width: 58.33333333%; }
.col-md-6 { width: 50%; }
.col-md-5 { width: 41.66666667%; }
.col-md-4 { width: 33.33333333%; }
.col-md-3 { width: 25%; }
.col-md-2 { width: 16.66666667%; }
.col-md-1 { width: 8.33333333%; }
.col-md-pull-12 { right: 100%; }
.col-md-pull-11 { right: 91.66666667%; }
.col-md-pull-10 { right: 83.33333333%; }
.col-md-pull-9 { right: 75%; }
.col-md-pull-8 { right: 66.66666667%; }
.col-md-pull-7 { right: 58.33333333%; }
.col-md-pull-6 { right: 50%; }
.col-md-pull-5 { right: 41.66666667%; }
.col-md-pull-4 { right: 33.33333333%; }
.col-md-pull-3 { right: 25%; }
.col-md-pull-2 { right: 16.66666667%; }
.col-md-pull-1 { right: 8.33333333%; }
.col-md-pull-0 { right: auto; }
.col-md-push-12 { left: 100%; }
.col-md-push-11 { left: 91.66666667%; }
.col-md-push-10 { left: 83.33333333%; }
.col-md-push-9 { left: 75%; }
.col-md-push-8 { left: 66.66666667%; }
.col-md-push-7 { left: 58.33333333%; }
.col-md-push-6 { left: 50%; }
.col-md-push-5 { left: 41.66666667%; }
.col-md-push-4 { left: 33.33333333%; }
.col-md-push-3 { left: 25%; }
.col-md-push-2 { left: 16.66666667%; }
.col-md-push-1 { left: 8.33333333%; }
.col-md-push-0 { left: auto; }
.col-md-offset-12 { margin-left: 100%; }
.col-md-offset-11 { margin-left: 91.66666667%; }
.col-md-offset-10 { margin-left: 83.33333333%; }
.col-md-offset-9 { margin-left: 75%; }
.col-md-offset-8 { margin-left: 66.66666667%; }
.col-md-offset-7 { margin-left: 58.33333333%; }
.col-md-offset-6 { margin-left: 50%; }
.col-md-offset-5 { margin-left: 41.66666667%; }
.col-md-offset-4 { margin-left: 33.33333333%; }
.col-md-offset-3 { margin-left: 25%; }
.col-md-offset-2 { margin-left: 16.66666667%; }
.col-md-offset-1 { margin-left: 8.33333333%; }
.col-md-offset-0 { margin-left: 0%; }
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
.col-lg-12 { width: 100%; }
.col-lg-11 { width: 91.66666667%; }
.col-lg-10 { width: 83.33333333%; }
.col-lg-9 { width: 75%; }
.col-lg-8 { width: 66.66666667%; }
.col-lg-7 { width: 58.33333333%; }
.col-lg-6 { width: 50%; }
.col-lg-5 { width: 41.66666667%; }
.col-lg-4 { width: 33.33333333%; }
.col-lg-3 { width: 25%; }
.col-lg-2 { width: 16.66666667%; }
.col-lg-1 { width: 8.33333333%; }
.col-lg-pull-12 { right: 100%; }
.col-lg-pull-11 { right: 91.66666667%; }
.col-lg-pull-10 { right: 83.33333333%; }
.col-lg-pull-9 { right: 75%; }
.col-lg-pull-8 { right: 66.66666667%; }
.col-lg-pull-7 { right: 58.33333333%; }
.col-lg-pull-6 { right: 50%; }
.col-lg-pull-5 { right: 41.66666667%; }
.col-lg-pull-4 { right: 33.33333333%; }
.col-lg-pull-3 { right: 25%; }
.col-lg-pull-2 { right: 16.66666667%; }
.col-lg-pull-1 { right: 8.33333333%; }
.col-lg-pull-0 { right: auto; }
.col-lg-push-12 { left: 100%; }
.col-lg-push-11 { left: 91.66666667%; }
.col-lg-push-10 { left: 83.33333333%; }
.col-lg-push-9 { left: 75%; }
.col-lg-push-8 { left: 66.66666667%; }
.col-lg-push-7 { left: 58.33333333%; }
.col-lg-push-6 { left: 50%; }
.col-lg-push-5 { left: 41.66666667%; }
.col-lg-push-4 { left: 33.33333333%; }
.col-lg-push-3 { left: 25%; }
.col-lg-push-2 { left: 16.66666667%; }
.col-lg-push-1 { left: 8.33333333%; }
.col-lg-push-0 { left: auto; }
.col-lg-offset-12 { margin-left: 100%; }
.col-lg-offset-11 { margin-left: 91.66666667%; }
.col-lg-offset-10 { margin-left: 83.33333333%; }
.col-lg-offset-9 { margin-left: 75%; }
.col-lg-offset-8 { margin-left: 66.66666667%; }
.col-lg-offset-7 { margin-left: 58.33333333%; }
.col-lg-offset-6 { margin-left: 50%; }
.col-lg-offset-5 { margin-left: 41.66666667%; }
.col-lg-offset-4 { margin-left: 33.33333333%; }
.col-lg-offset-3 { margin-left: 25%; }
.col-lg-offset-2 { margin-left: 16.66666667%; }
.col-lg-offset-1 { margin-left: 8.33333333%; }
.col-lg-offset-0 { margin-left: 0%; }
}
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; }
label { display: inline-block; max-width: 100%; margin: 5px 0; font-weight: bold; }
input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }
input[type="file"] { display: block; }
input[type="range"] { display: block; width: 100%; }
select[multiple], select[size] { height: auto; }
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555555; }
.form-control { font-family: "Open Sans", Helvetica, Arial, sans-serif; display: block; width: 100%; height: 30px; padding: 2px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: #ffffff; background-image: none; border: 1px solid #ddd; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.form-control:focus { border-color: #f0d461; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 212, 97, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 212, 97, 0.6); }
.form-control::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999999;
}
.form-control::-webkit-input-placeholder {
 color: #999999;
}
.form-control::-ms-expand {
 border: 0;
 background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; }
.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }
textarea.form-control { height: auto; }
input[type="search"] { -webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 34px; }
input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; }
input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 46px; }
}
.form-group { margin-bottom: 15px; }
.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; }
.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }
.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; vertical-align: middle; font-weight: normal; cursor: pointer; }
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-left: 20px; }
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; }
.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px; }
.form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; }
.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
select.input-sm { height: 30px; line-height: 30px; }
textarea.input-sm, select[multiple].input-sm { height: auto; }
.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
.form-group-sm select.form-control { height: 30px; line-height: 30px; }
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }
.form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; }
.input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }
select.input-lg { height: 46px; line-height: 46px; }
textarea.input-lg, select[multiple].input-lg { height: auto; }
.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }
.form-group-lg select.form-control { height: 46px; line-height: 46px; }
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }
.form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; }
.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 42.5px; }
.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; }
.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }
.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }
.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }
.has-success .form-control-feedback { color: #3c763d; }
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }
.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }
.has-warning .form-control-feedback { color: #8a6d3b; }
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }
.has-error .form-control { border-color: #DA211D; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }
.has-error .form-control-feedback { color: #a94442; }
.has-feedback label ~ .form-control-feedback { top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }
.help-block { display: block; margin-top: 5px; margin-bottom: 0px; color: #737373; }
@media (min-width: 768px) {
.form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
.form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
.form-inline .form-control-static { display: inline-block; }
.form-inline .input-group { display: inline-table; vertical-align: middle; }
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
.form-inline .input-group > .form-control { width: 100%; }
.form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
.form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
.form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
.form-inline .has-feedback .form-control-feedback { top: 0; }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; }
.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }
@media (min-width: 768px) {
.form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; }
}
.form-horizontal .has-feedback .form-control-feedback { right: 15px; }
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; }
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; }
}
.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
.fade.in { opacity: 1; }
.modal-open { overflow: hidden; }
.modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; }
.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; }
.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
.modal-dialog { position: relative; width: auto; margin: 10px; }
.modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); -webkit-background-clip: padding-box; background-clip: padding-box; outline: 0; }
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; }
.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); }
.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); }
.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; }
.modal-header .close { margin-top:-2px;float:right;background:none;font-size:22px;line-height:1;cursor:pointer;color:#888;border:1px solid #eee; }
.modal-title { margin: 0; font-size: 16px;line-height: 1.42857143;font-weight: 600;color: #142b50; }
.modal-body { position: relative; padding: 15px; }
.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }
.modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn { margin-left: -1px; }
.modal-footer .btn-block + .btn-block { margin-left: 0; }
.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }
@media (min-width: 768px) {
.modal-dialog { width: 600px; margin: 30px auto; }
.modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
.modal-sm { width: 300px; }
}
@media (min-width: 992px) {
.modal-lg { width: 900px; }
}
.collapse { display: none; }
.collapse.in { display: block; }
tr.collapse.in { display: table-row; }
tbody.collapse.in { display: table-row-group; }
.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; -o-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; -o-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; }
.dropup, .dropdown { position: relative; }
.dropdown-toggle:focus { outline: 0; }
.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); -webkit-background-clip: padding-box; background-clip: padding-box; }
.dropdown-menu.pull-right { right: 0; left: auto; }
.dropdown-menu .divider { height: 1px; margin: 4px 0; overflow: hidden; background-color: #e5e5e5; }
.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #337ab7; }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed; }
.open > .dropdown-menu { display: block; }
.open > a { outline: 0; }
.dropdown-menu-right { left: auto; right: 0; }
.dropdown-menu-left { left: 0; right: auto; }
.dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap; }
.dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; }
.pull-right > .dropdown-menu { right: 0; left: auto; }
.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; }
@media (min-width: 768px) {
.navbar-right .dropdown-menu { left: auto; right: 0; }
.navbar-right .dropdown-menu-left { left: 0; right: auto; }
.navbar-toggle { display: none; }
.navbar-collapse.collapse { display: block!important; height: auto!important; padding-bottom: 0; overflow: visible!important; }
}
.nav { margin-bottom: 0; padding-left: 0; list-style: none; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; }
.nav > li.disabled > a { color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; }
.nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }
.nav > li > a > img { max-width: none; }
.nav-tabs { border-bottom: 1px solid #dddddd; }
.nav-tabs > li { float: left; margin-bottom: -1px; }
.nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #ffffff; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; }
.nav-tabs.nav-justified { width: 100%; border-bottom: 0; }
.nav-tabs.nav-justified > li { float: none; }
.nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; }
.nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }
@media (min-width: 768px) {
.nav-tabs.nav-justified > li { display: table-cell; width: 1%; }
.nav-tabs.nav-justified > li > a { margin-bottom: 0; }
}
.nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; }
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; }
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; }
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #ffffff; }
}
.nav-pills > li { float: left; }
.nav-pills > li > a { border-radius: 4px; }
.nav-pills > li + li { margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #ffffff; background-color: #337ab7; }
.nav-stacked > li { float: none; }
.nav-stacked > li + li { margin-top: 2px; margin-left: 0; }
.nav-justified { width: 100%; }
.nav-justified > li { float: none; }
.nav-justified > li > a { text-align: center; margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }
@media (min-width: 768px) {
.nav-justified > li { display: table-cell; width: 1%; }
.nav-justified > li > a { margin-bottom: 0; }
}
.nav-tabs-justified { border-bottom: 0; }
.nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd; }
@media (min-width: 768px) {
.nav-tabs-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; }
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #ffffff; }
}
.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }
.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; }
.tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); }
.tooltip.in { opacity: 0.9; filter: alpha(opacity=90); }
.tooltip.top { margin-top: -3px; padding: 5px 0; }
.tooltip.right { margin-left: 3px; padding: 0 5px; }
.tooltip.bottom { margin-top: 3px; padding: 5px 0; }
.tooltip.left { margin-left: -3px; padding: 0 5px; }
.tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; background-color: #000000; border-radius: 4px; }
.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }
.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000000; }
.tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000000; }
.tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000000; }
.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000000; }
.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000000; }
.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; }
.tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; }
.tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; }
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after { content: " "; display: table; }
.clearfix:after, .container:after, .container-fluid:after, .row:after { clear: both; }
.center-block { display: block; margin-left: auto; margin-right: auto; }
.pull-right { float: right !important; }
.pull-left { float: left !important; }
.hide { display: none !important; }
.show { display: block !important; }
.invisible { visibility: hidden; }
.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
.hidden { display: none !important; }
.affix { position: fixed; }
@-ms-viewport {
 width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
.visible-xs { display: block !important; }
table.visible-xs { display: table !important; }
tr.visible-xs { display: table-row !important; }
th.visible-xs, td.visible-xs { display: table-cell !important; }
.visible-xs-block { display: block !important; }
.visible-xs-inline { display: inline !important; }
.visible-xs-inline-block { display: inline-block !important; }
.hidden-xs { display: none !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm { display: block !important; }
table.visible-sm { display: table !important; }
tr.visible-sm { display: table-row !important; }
th.visible-sm, td.visible-sm { display: table-cell !important; }
.visible-sm-inline { display: inline !important; }
.visible-sm-block { display: block !important; }
.visible-sm-inline { display: inline !important; }
.visible-sm-inline-block { display: inline-block !important; }
.hidden-sm { display: none !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md { display: block !important; }
table.visible-md { display: table !important; }
tr.visible-md { display: table-row !important; }
th.visible-md, td.visible-md { display: table-cell !important; }
.visible-md-block { display: block !important; }
.visible-md-inline { display: inline !important; }
.visible-md-inline-block { display: inline-block !important; }
.hidden-md { display: none !important; }
}
@media (min-width: 1200px) {
.visible-lg { display: block !important; }
table.visible-lg { display: table !important; }
tr.visible-lg { display: table-row !important; }
th.visible-lg, td.visible-lg { display: table-cell !important; }
.visible-lg-block { display: block !important; }
.visible-lg-inline { display: inline !important; }
.visible-lg-inline-block { display: inline-block !important; }
.hidden-lg { display: none !important; }
}
.visible-print { display: none !important; }
@media print {
.visible-print { display: block !important; }
table.visible-print { display: table !important; }
tr.visible-print { display: table-row !important; }
th.visible-print, td.visible-print { display: table-cell !important; }
}
.visible-print-block { display: none !important; }
@media print {
.visible-print-block { display: block !important; }
}
.visible-print-inline { display: none !important; }
@media print {
.visible-print-inline { display: inline !important; }
}
.visible-print-inline-block { display: none !important; }
@media print {
.visible-print-inline-block { display: inline-block !important; }
}
@media print {
.hidden-print { display: none !important; }
}
.row-reset { margin-right: 0px; margin-left: 0px; }
.row-reset>[class*="col-"] {
padding-right: 0px;
padding-left: 0px;
}
.row-short { margin-right: -7px !important; margin-left: -7px !important; }
.row-short>[class*="col-"] {
padding-right: 7px;
padding-left: 7px;
}
table { border-spacing: 0; border-collapse: collapse; }
table col[class*=col-] { position: static; display: table-column; float: none; }
.table-responsive { min-height: .01%; overflow-x: auto; }
.table { width: 100%; max-width: 100%; }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 9px 15px; line-height: 1.42857143; border-top: 1px solid #eee; }
.table-bordered-outside, .table-bordered { border: 1px solid #eee; }
.table-striped>tbody>tr:nth-of-type(even) { background-color: #f9f9f9; }
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border: 1px solid #eee; }
.table-striped>tbody>tr:hover { background-color: #f1f4f8; }
.table-display { display: table; width: 100%; table-layout: fixed; }
.row-display { display: table-row; }
.cell-display { display: table-cell; vertical-align: middle; float:none !important; }
.cover-bg { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.text-blue { color: #0a6294 !important; }
.text-grey { color: #999 !important; }
.text-red { color: #c9302c !important; }
.text-orange { color: #E08300 !important; }
.text-green { color: #00A900 !important; }
.text-uppercase { text-transform: uppercase; }
.text-strikethrough { text-decoration: line-through; color: red; }
.text-decoration { text-decoration:underline }
a:hover .text-decoration, a.text-decoration:hover { text-decoration:none; }
.trans { transition: All 0.2s ease; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; }
.block { display: block !important; }
.bold { font-weight: 700; }
.italic { font-style: italic; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.space5 { margin-bottom: 5px; }
.space10 { margin-bottom: 10px; }
.space15 { margin-bottom: 15px; }
.space20 { margin-bottom: 20px; }
.space25 { margin-bottom: 25px; }
.space50 { margin-bottom: 50px; }
.line-camp-1 { display: block; line-height: 1.4; max-height: 1.4em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.line-camp-2 { display: block; line-height: 1.4; max-height: 2.8em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.line-camp-3 { display: block; line-height: 1.4; max-height: 4.2em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.line-camp-4 { display: block; line-height: 1.4; max-height: 5.6em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.font-special { font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
.fa-small { font-size: 80%; }
.width50 { width: 50px !important; }
.width100 { width: 100px !important; }
.width135 { width: 135px; }
.width150 { width: 150px !important; }
.width170 { width: 170px !important; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.pad-around { padding: 15px; }
.part-light { background-color: #eee; }
.no-border { border: 0 !important; }
.nowrap { white-space: nowrap; }
.full-height { height: 100%; }
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { top: 2px; }
.col-pc-20 { width: 20%; float: left; padding-left: 15px; padding-right: 15px; }
.input-group .cell-display { padding: 0 5px; }
.input-group-addon { width: 1%; }
.panel-scroll, .panel-scroll-y { position: relative; overflow: hidden; }
.label.status { display: inline; padding: .2em .6em .3em; font-size: 11px; font-weight: 600; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; }
.label-default { background-color: #777; }
.label-primary { background-color: #337ab7; }
.label-success { background-color: #5cb85c; }
.label-info { background-color: #5bc0de; }
.label-danger { background-color: #d9534f; }
/**************RESET*************/
html { position: relative; min-height: 100%; }
.text-dark { color: #222 !important; }
.bold { font-weight: 700; }
.img-captcha { width: 100px; max-width: none; }
.index { background-color: #e8e8e8; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 0; margin: 0; margin-bottom: 175px; background-image: url("../home_files/2.jpg"); background-position: center center; }
.index .table-display { table-layout: inherit; height: 100%; }
.main-logo { font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; float: left; font-weight: 400; margin: 12px 0; font-size: 22px; height: 55px; }
.main-logo img { width: 100%; height: auto; max-height: 100%; }
.main-logo a { color: #444; }
.main-logo>a>span { margin-left: 10px; }
.main-menu { background-color: #142b50; }
.main-menu ul>li { float: left; }
.main-menu ul>li>a { display: block; padding: 15px 30px; color: #f0d56e; font-size: 15px; }
.main-menu ul>li.active>a { background-color: #091d3e; color: #f7c342; font-weight: 600; }
.navbar-toggle { background-color: transparent; padding: 5px 0; margin: 10px 0; }
span.icon-bar { border-top: 1px solid #fff; height: 0; width: 20px; display: block; margin: 5px 8px; }
.navbar { background: url(../home_files/pattern-bg.png) no-repeat center center; background-color: #00558b; border: 0; -webkit-box-shadow: 0px 0px 2px 0px rgba(255,255,255,0.3); -moz-box-shadow: 0px 0px 2px 0px rgba(255,255,255,0.3); box-shadow: 0px 0px 2px 0px rgba(255,255,255,0.3); z-index: 999; margin-bottom: 0; position: relative; opacity: 0.8}
.breadcrumb { padding: 18px 0 20px; display: block; overflow: hidden; }
.breadcrumb>li { float: left; font-size: 12px; color: #888; margin-left: 5px; }
.breadcrumb>li+li:before { content: ">"; float: left; margin-right: 5px; }
.breadcrumb>li>a { color: #142b50; }
.footer { background-color: #333; margin-top: 20px; height: auto; width: 100%; margin: auto; position: absolute; bottom: 0; overflow: hidden; height: 50px; color: #eee; }
.footer .inner { padding: 5px 0; line-height: 18px; }
.footer .f1 { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-image: url(../home_files/footer-bg.jpg); background-position: center center; color: #666; padding: 28px 0 20px; }
.footer .f1 h1 { font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; font-size: 15px; text-transform: uppercase; font-weight: 400; }
.footer .f1 h1 strong { font-size: 23px; }
.footer .f1 .f-icon { float: left; padding: 4px 8px 4px 0; }
.footer .f1 .info { float: left; }
.footer .f1 .info strong { font-size: 16px; line-height: 25px; }
.footer .f2 { color: #aaa; background-color: #000; text-align: center; font-size: 13px; opacity: 0.7}
.index .main-content { padding-bottom: 6%; padding-top: 7%; }
.index .footer { background-color: transparent; }
.index .left-info { margin: 60px 0 0; }
.index .text-blue { color: #2f8bbf !important; }
.index .text-error { color: #ff3131; }
/*.index .main-wrapper { min-width: inherit; min-height: 600px; height: 100%; width: 100%; margin: auto; position: absolute; top: 0;  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-image: url(../imgs/home-bg.jpg); background-position: center center; z-index:0; }*/
.index .main-wrapper { position: inherit; min-width: 100%; min-height: 100%; background: none; }
.index .loginLogo { padding: 11px 15px; overflow: hidden; width: 225px; height: 48px; z-index: 1013; color: #f2f2f2; bottom: 50px; left: 0; right: 0; margin: auto; position: absolute; }
.index .loginLogo img { max-width: 28px; }
.index .loginLogo h1 { font-size: 18px; text-transform: uppercase; margin: 3px 0 5px 40px; text-align: left; }
.login .input-group .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; text-align: center; border: 1px solid #fff; border-radius: 4px; background-color: #f8f8f8; border-right: 0; width: 40px; text-align: center; }
.login .input-group .input-group-addon .fa { opacity: 0.5; }
.index .btn-login { font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; font-size: 15px; text-transform: uppercase; line-height: 2; border-radius: 2px; padding: 6px 40px; margin-top: 25px }
.index .box-title { text-shadow: 1px 2px 0px rgba(0,0,0,0.5); }
.index .box-title h2 { font-size: 25px; margin: 10px 0; font-weight: 400; color: #ededed; }
.index .box-title h2 strong { font-weight: 600; color: #fff; }
.index .box-title h3 { font-weight: 400; font-size: 20px; margin: 0; color: #fff; text-align: center; }
.index .login-box { background-color: rgba(255,255,255,0.5); padding: 20px 15px 12px; border-radius: 6px; color: #fff; position: relative; }
.index .login-box .login-btn { position: absolute; top: 20px; right: 15px }
.index .login-box .login-input { margin-right: 105px; }
.index .login-box .form-inline { display: table; width: 100%; }
.index .login-box .form-group { display: table-cell; vertical-align: top; padding: 0 5px; position: relative; }
.index .login-box .form-control { display: block; width: 100%; }
.index .login-box .btn { font-weight: 700; }
.index .login-box label { margin: 0; }
.index .login-box p { margin: 7px 0 0; line-height: 1.8; }
.index .login-box a { color: #fff; }
.index .sign-up-info { color: #ededed; font-size: 18px; }
.index .sign-up-info a { color: #fff; font-weight: 700; }
.alert-tooltip { position: absolute; left: 50%; top: 1; margin-top: 5px; background-color: #f5f5f5; border: 1px solid rgba(0,0,0,.5); border-radius: 4px; color: #666; padding: 4px 10px; max-width: 250px; z-index: 1099; font-size: 13px; line-height: 18px; }
.alert-tooltip .corner { position: absolute; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 8px solid rgba(0,0,0,.5); top: -8px; }
.box-main-menu .row { margin-left: -5px; margin-right: -5px; }
.box-main-menu .col-pc-20 { padding-left: 5px; padding-right: 5px; }
.box-main-menu .item { display: block; background-color: #142b50; border-top: 4px solid #caa545; padding: 20px 25px;min-height:125px;margin-bottom:15px; border-radius: 50px 0px 50px 0px; opacity: 0.9;border-bottom: 4px solid #caa545;}
.box-main-menu .item .tit { color: #f0d56e; font-size: 20px; font-weight: 600; line-height: 1.1; margin-bottom: 7px; }
.box-main-menu .item .desc { color: #6da4e3; font-size: 14px; font-weight: 400; line-height: 1.6; text-align: justify; }
.box-main-menu .item:hover { background-color: #f0d56e; }
.box-main-menu .item:hover .tit { color: #142b50; }
.box-main-menu .item:hover .desc { color: #847641; }
.box-main-menu .sp-item { background:url(../imgs/home-bg.jpg) no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;position:relative; border-top: 4px solid #3d6db8; }
.box-main-menu .sp-item:before { content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#e3eaf5;opacity:0.7;z-index:0;-webkit-transition:all ease .15s; -o-transition:all ease .15s;transition:all ease .15s; }
.box-main-menu .sp-item .tit { position:relative;color:#3d6db8;text-transform:uppercase;font-weight:700; }
.box-main-menu .sp-item .desc { position:relative;color:#152b52; }
.box-main-menu .sp-item:hover { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
.box-main-menu .sp-item:hover:before { opacity:0.2; }
.box-main-menu .sp-item:hover .tit { color: #f0d56e;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
.box-main-menu .sp-item:hover .desc { color: #eee;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
.index.logged .main-content { padding-bottom: 0; padding-top: 6%; }
.index.logged .box-main-menu { padding-bottom: 7%; }
.icon { display: inline-block; background: url(../imgs/icon-sprite.png) no-repeat; vertical-align: middle; }
.i-alert { width: 20px; height: 15px; background-position: 0px -80px; }
.icon.i-lg { width: 60px; height: 50px; }
.i-worker { background-position: 0px -100px; }
.i-environment { background-position: -65px -100px; }
.i-food { background-position: -130px -100px; }
.i-other { background-position: -195px -100px; }
.i-poor { background-position: -260px -100px; }
.i-traffic { background-position: -325px -100px; }
.i-vaccine { background-position: -390px -100px; }
.i-worker-w { background-position: 0px -200px; }
.i-environment-w { background-position: -65px -200px; }
.i-food-w { background-position: -130px -200px; }
.i-other-w { background-position: -195px -200px; }
.i-poor-w { background-position: -260px -200px; }
.i-traffic-w { background-position: -325px -200px; }
.i-vaccine-w { background-position: -390px -200px; }
.icon.i-md { width: 38px; height: 41px; }
.i-md.i-contact { background-position: 0px 7px; }
.i-md.i-address { background-position: -40px 7px; }
.icon.i-sm { width: 25px; height: 25px; }
.i-sm.i-home { background-position: 0 -50px; }
.i-sm.i-place { background-position: -120px -50px; }
.i-sm.i-file { background-position: -160px -50px; }
.i-sm.i-send { background-position: -200px -50px; }
.i-sm.i-file-list { background-position: -40px -50px; }
.i-sm.i-user { background-position: -75px -50px; }
.i-sm.i-files { background-position: -290px -50px; }
.i-sm.i-key { background-position: -325px -50px; }
.i-sm.i-write { background-position: -360px -50px; }
.i-xs { width: 16px; height: 16px; }
.i-xs.i-search { background-position: -25px -80px; }
.i-xs.i-write { background-position: -50px -80px; }
.i-xs.i-file { background-position: -75px -80px; }
.i-xs.i-delete { background-position: -205px -80px; }
.i-xs.i-arrow-down { background-position: -100px -80px; }
.i-xs.i-user { background-position: -124px -80px; }
.i-xs.i-key { background-position: -150px -80px; }
.i-xs.i-logout { background-position: -180px -80px; }
.i-xs.i-trash { background-position: -230px -80px; }
.i-xs.i-sort { background-position: -255px -80px; }
.i-xs.i-refresh { background-position: -280px -80px; }
.i-xs.i-reply { background-position: -310px -80px; }
.i-xs.i-like { background-position: -340px -80px; }
.i-xs.i-download { background-position: -365px -80px; }
.i-about { width: 85px; height: 85px; }
.i-about.i-bright { background-position: -0px -255px; }
.i-about.i-connector { background-position: -130px -255px; }
.i-about.i-leaf { background-position: -260px -255px; }
.btn { display: inline-block; border-radius: 2px; padding: 4px 12px; color: #222; font-size: 15px; line-height: 1.42857143; vertical-align: middle; cursor: pointer; transition: All 0.2s ease; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; white-space: nowrap; }
.btn-gold { background-color: #f0d46d; border-radius: 4px; cursor: pointer; border: 1px solid #d6b537; }
.btn-gold:hover { background-color: #e3c453; }
.btn-maingroup { display: table; }
.btn-maingroup .btn-cell { display: table-cell; vertical-align: middle; padding: 0 5px; }
.btn-maingroup .btn-addon { width: 1%; }
.btn-gold .big-text { font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; font-size: 22px; }
.btn-gold .sub-text { font-size: 14px; color: #988439; }
.btn-default { background-color: #eee; border: 1px solid #ddd; }
.btn-success { background-color: #067a44; border: 1px solid #01522D; color: #fff; }
.btn-primary { background-color: #3f72be; border: 1px solid #1e54a5; color: #fff; }
.btn-primary:hover { background-color: #376AB5; color: #fff; }
.main-content { padding-bottom: 5%; }
.index .list-group { margin: 0 20px 20px; }
.index .list-group-items { background: #fff; border-radius: 4px; position: relative; margin-top: 14px; }
.index .list-group-items:before { position: absolute; content: ""; width: 0; height: 0; border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #fff; top: -10px; left: 20px; }
.index .list-group-items li { padding: 0 20px; font-size: 14px; }
.index .list-group-items li a { display: block; padding: 12px 0; color: #888; position: relative; }
.index .list-group-items li a:hover { color: #988439; }
.index .list-group-items li+li a { border-top: 1px dotted #ccc; }
.index .list-group-items .li-last { padding: 0; text-align: center; }
.index .list-group-items .li-last a { padding: 6px 0; background-color: #f0f0f0; border-radius: 0 0 4px 4px; border-top: 0; }
.index .list-group-items li a:hover:before { float: left; content: ""; width: 0; height: 0; border-top: 4px solid transparent; border-left: 4px solid #988439; border-bottom: 4px solid transparent; margin-top: 5px; position: absolute; left: -10px; }
.index .list-group-items .li-last a:hover:before { display: none; }
.register .main-content { padding-bottom: 2%; padding-top: 3%; }
.register .box-content { min-height:720px; }
.register .box-title { margin: 0 0 30px; text-align: center; }
.register-box { background-color: rgba(255,255,255,0.5); border-radius: 4px 4px 4px 4px; padding-top: 10px; }
.register-box .nav-tabs.nav-justified { width: auto; margin: 0 15px; }
.register-box .nav-tabs.nav-justified > li > a { color: #fff; font-weight: 600; font-size: 16px; }
.register-box .nav-tabs > li > a:hover { color: #888; }
.register-box .nav-tabs > li.active > a, .register-box .nav-tabs > li.active > a:hover, .register-box .nav-tabs > li.active > a:focus { color: #142b50; }
.register-box .tab-pane { background-color: #fff; padding: 25px; border-radius: 0 0 4px 4px; }
.register-box .tab-pane label { text-align: left; font-weight: 400; }
.register-box .bottom { border-top: 1px solid #eee; padding-top: 10px; }
.register-box .bottom .btn { margin-top: 10px; padding: 5px 25px; }
.left-menu { background-color: #f1f4f8; padding: 15px 35px; }
.left-menu .title { color: #142b50; font-size: 18px; font-weight: 700; margin: 10px 0 15px; }
.left-menu .list-group-items { margin: 10px 0; }
.left-menu .list-group-items li { border-bottom: 1px dotted #ccc; padding: 6px 0; position: relative; }
.left-menu .list-group-items li a { color: #888; font-size: 15px; display: block; padding: 2px 0 4px; position: relative; }
.left-menu .list-group-items li.active { padding: 8px 20px; }
.left-menu .list-group-items li.active:before { content: ""; position: absolute; top: 8px; bottom: 8px; left: 0; border-left: 2px solid #988439; }
.left-menu .list-group-items li.active .desc { padding: 4px 0; font-size: 13px; line-height: 18px; }
.left-menu .list-group-items li a:hover, .left-menu .list-group-items li.active a { color: #988439; }
.box-search { background-color: #eee; border-radius: 6px; border: 1px solid #ddd; padding: 16px 20px; margin-bottom: 15px; }
.form-search .box-search { max-width: 450px; margin: 0 auto 40px; text-align: center; }
.form-search .box-search .form-control.num { font-size: 17px; height: 36px; text-align: center; text-transform: uppercase; }
.panel { margin: 8px 0; }
.panel .panel-heading { position: relative; }
.panel .panel-heading .arrow { position: absolute; right: 28px; top: 13px; display: block; }
.panel .panel-heading .arrow:before { content: ""; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 7px solid #adadad; position: absolute; }
.panel-title a { font-size: 15px; color: #444; background-color: #fff; border-radius: 4px; border: 1px solid #ddd; display: block; padding: 5px 15px; font-weight: 400; }
.panel-title a:hover { background-color: #f5f5f5; }
.panel.active .panel-heading a { color: #fff; background-color: #142b50; border: 1px solid #091d3e; }
.panel.active .panel-heading .arrow:before { border-top: 0px solid #adadad; border-bottom: 7px solid #adadad; }
.panel-body { padding: 15px 15px 8px; }
.control-btn { float: right; }
.control-btn li { float: left; margin: 0 10px; }
.account-name { float: right; }
.account-name .ava { float: left; width: 26px; height: 26px; border: 1px solid #ccc; border-radius: 2px; overflow: hidden; }
.account-name .img { width: 100%; height: auto; }
.account-name>a { display: block; padding: 4px 0; margin: 20px 0 10px; color: #142B50; }
.account-name>a .name { display: inline-block; margin: 4px 15px; text-transform: capitalize; font-weight: 600; white-space: nowrap; max-width: 160px; overflow: hidden; vertical-align: middle; }
.account-name>a>.fa { margin-left: 8px; font-size: 16px; }
.account-name .dropdown-menu { border-radius: 0 0 4px 4px; background-color: rgba(255,255,255,1); min-width: 200px; }
.account-name .dropdown-menu a { color: #555; padding: 8px 15px; }
.account-name .dropdown-menu a:hover { background-color: #eee; color: #6da4e3; }
.account-management .tab-pane { padding: 25px 15px; }
.account-management .nav-tabs.nav-justified > li > a { color: #555; font-weight: 600; }
.account-management .nav-tabs > li.active > a, .account-management .nav-tabs > li.active > a:hover, .account-management .nav-tabs > li.active > a:focus { color: #142b50; }
.account-management .tab-content { border: 1px solid #ddd; border-top: 0; }
.account-management .table>thead>tr>th { background-color: #142B50; color: #eee; font-size: 14px; font-weight: 600; white-space: nowrap; }
.account-management .table>tbody>tr>td, .account-management .table>tbody>tr>th, .account-management .table>tfoot>tr>td, .account-management .table>tfoot>tr>th, .account-management .table>thead>tr>td, .account-management .table>thead>tr>th { padding: 12px 12px; font-size: 13px; }
.account-management .table a { font-weight: 700; color: #3f72be; }
.account-management .table label { margin: 0; font-weight: 400; color: #999; }
.table-simple tr th, .account-management .table-simple thead > tr > th { background-color: transparent; color: #333; font-size: 14px; border-bottom: 1px solid #3f72be; border-right: 0; text-align: left; font-weight: 700; padding-top: 15px; border-top: 0; }
.account-management .table-simple>tbody>tr>td { padding: 6px 12px; font-weight: 600; border-top: 0; border-bottom: 1px solid #eee; }
.faq .box-category { width: 100%; margin-bottom: 20px; }
.faq .box-category ul { display: table; margin: 10px 0; }
.faq .box-category ul li { display: table-cell; padding: 15px 10px; }
.faq .box-category .item { display: block; color: #555; text-align: center; width: 135px; }
.faq .box-category .item .icon { transition: All 0.2s ease; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; }
.faq .box-category .item h3 { font-size: 14px; font-weight: 400; margin: 12px 0 0; }
.faq .box-category .item.active { color: #6da4e3; }
.faq .box-category .item.active h3 { font-weight: 700; }
.faq .box-category .item:hover .i-worker, .faq .box-category .item.active .i-worker { background-position: 0px -150px; }
.faq .box-category .item:hover .i-environment, .faq .box-category .item.active .i-environment { background-position: -65px -150px; }
.faq .box-category .item:hover .i-food, .faq .box-category .item.active .i-food { background-position: -130px -150px; }
.faq .box-category .item:hover .i-other, .faq .box-category .item.active .i-other { background-position: -195px -150px; }
.faq .box-category .item:hover .i-poor, .faq .box-category .item.active .i-poor { background-position: -260px -150px; }
.faq .box-category .item:hover .i-traffic, .faq .box-category .item.active .i-traffic { background-position: -325px -150px; }
.faq .box-category .item:hover .i-vaccine, .faq .box-category .item.active .i-vaccine { background-position: -390px -150px; }
/*.faq .box-category.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x { background-color: #6da4e3; }*/
.faq-list .thumb { float: left; width: 180px; height: 135px; }
.faq-list .item { margin-bottom: 10px; }
.faq-list .info { margin-left: 195px; height: 140px; overflow: hidden; }
.faq-list .info .tit { color: #333; font-size: 15px; font-weight: 600; margin: 5px 0; display: block; }
.faq-list .info p { color: #666; }
.faq-list .label { display: inline; background-color: #6da4e3; color: #fff; border-radius: 2px; padding: 0 6px; font-size: 13px; line-height: 18px; }
.faq-list .date { color: #888; font-size: 13px; }
.faq-list .top-bar { border-bottom: 1px solid #ddd; margin: 25px 0 20px; }
.faq-list .top-bar .head { font-size: 15px; font-weight: 600; text-transform: uppercase; margin: 0; }
.faq-list .filter { float: right; padding-bottom: 10px; }
.faq-list .filter>a { display: block; color: #555; }
.faq-list .filter .box { border: 1px solid #ddd; border-radius: 2px; font-size: 13px; padding: 3px 10px; margin-left: 5px; color: #888; white-space:nowrap; }

.faq-create .form-horizontal { max-width:550px; margin:auto; }
.faq-create .head { margin-bottom:0; }
.faq-create label { font-weight:400; }
.faq-create .btn-group { margin:25px 0; }

.comment .title { font-weight:600; margin-bottom:10px; }
.comment .item { position:relative; margin-bottom:20px; }
.comment .item .ava-thumb { width:42px; height:42px; overflow:hidden; border:1px solid #ddd; float:left; }
.comment .item .ava-thumb img { width:40px; height:auto; min-height:40px; padding:1px; }
.comment .item .name { font-size:14px; color:#555; font-weight:600; }
.comment .item .cont { margin-left:55px; color:#888; }
.comment .item .cont p {  margin:5px 0; }
.comment .btn-action { }
.comment .btn-action a { font-size:12px; color:#555; }
.comment .btn-action a+a { margin-left:10px; padding-left:10px; border-left:1px solid #ddd; }
.comment .btn-action a:hover { color:#3f72be; }
.comment .item .date { position:absolute; right:0; top:0; display:none; }
.comment .item-child { margin-left:55px; }
.comment .item:hover .date { display:block; }

.comment .btn-captcha  #recaptcha { margin-right:130px; }
.comment .btn-captcha .btn { float:right; }

.comment-write { margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #ddd; }
.comment-write .item { margin-bottom:0; background-color:#f5f5f5; padding:10px; overflow:hidden; }
.comment-write textarea { height:60px; max-height:180px; max-width:100%; }
.comment-write .item .ava-thumb { width:62px; height:62px; }
.comment-write .item .ava-thumb img { width:60px; height:auto; min-height:60px; }
.comment-write .item .cont { margin-left:72px; }
.comment-write .desc { border-bottom:1px solid #ddd; padding-bottom:15px; }
.comment-write .form-group { margin-bottom:10px; }
.comment-write .control-btn { margin-top:10px; float:none; text-align:right; }

.related-post { border-radius:4px; overflow:hidden; background-color:#f1f4f8; }
.related-post .thumb {
    width: 90px;
    height: 70px;
}
.related-post .info {
    margin-left: 100px;
    height: auto;
	min-height:70px;
}
.related-post .info .tit { font-size:14px; }
.related-post>ul { margin:15px 15px 20px; }
.related-post>ul>li { margin-bottom:12px; }
.related-post .title { background-color:#142B50; color:#fff; font-size:16px; font-weight:600; padding:12px 15px; }

.paragraph .item { margin-bottom: 20px; }
.paragraph p { margin: 10px 0; }
.paragraph h3 { font-size: 15px; font-weight: 600; }
.paragraph h3 .label { padding: 2px 10px; background-color: #eee; border-radius: 2px; }
.paragraph .img { max-width: 750px; width: 100%; border: 1px solid #ddd; }
.about-us h2 { font-size: 28px; font-weight: 400; }
.about-us p { font-size: 15px; margin: 10px 0; line-height: 1.8; }
.about-us .tit { margin-bottom: 5%; }
.about-us .first-info, .about-us .second-info, .about-us .third-info { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; padding: 3% 0; }
.about-us .first-info { background-image: url(../imgs/about/bg-01.jpg); color: #eee; padding: 5% 0 1%; background-attachment: fixed; }
.about-us .first-info .tit { margin: 15% 0; }
.about-us .second-info { text-align: center; border-top: 1px solid #ddd; }
.about-us .second-info p { color: #888; }
.about-us .second-info h4 { font-size: 16px; margin: 25px 0; font-weight: 600; }
.about-us .third-info { background-image: url(../imgs/about/bg-03.jpg); color: #eee; text-align: center; background-attachment: fixed; }
.icons-group { display: table; width: 100%; margin: 25px 0; }
.icons-group .left-group, .icons-group .right-group { display: table-cell; vertical-align: middle; }
.icons-group .left-group { width: 120px; text-align: center; }
.icons-group .left-group .outside { display: inline-block; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); width: 90px; height: 90px; overflow: hidden; text-align: center; }
.icons-group .left-group .icon { margin: 22px auto; }
.icons-group .right-group { text-align: left; }
.icons-group .right-group h4 { font-size: 18px; font-weight: 400; }
.p-center { padding: 2% 0; text-align: center; }
.form-app { background-color: #f5f5f5; }
.form-app .main-content { padding: 30px 0; }
.head { font-size: 24px; font-weight: 400; margin: 0 0 25px; }
.form-app .head { font-size: 24px; font-weight: 400; margin: 0 0 25px; text-align: center; }
.form-content .head { font-size: 24px; font-weight: 400; margin: 15px 0 10px; text-align: left; }
.form-content { font-size: 14px; }
.form-content label { text-align: left; font-weight: 400; color: #666; font-size: 14px; margin: 3px 0; }
.form-content label.bold { font-weight: 700; }
.form-content .btn-maingroup { width: 100%; }
.form-content .btn-addon.star { width: 15px; text-align: right; font-weight: 700; font-size: 16px; }
.form-content .radio-inline { font-weight: 700; text-transform: uppercase; }
.form-content .text-dark.space15 { margin: 15px 0 0; font-size: 15px; }
.agreement { border-top: 1px solid #ddd; margin: 20px 0; }
.agreement .btn-group { padding: 10px 0; }
.agreement .btn-group a { margin: 0 5px; }
.num-code { color: #3f72be; display: inline-block; font-size: 18px; font-weight: 700; border: 1px solid #eee; border-radius: 4px; padding: 6px 15px; margin-left: 10px; }
.md-title { font-size: 15px; text-transform: uppercase; font-weight: 700; }
.md-title .icon { margin-right: 10px; }
.send-mail { width: 50% !important; }
.send-mail .form-control { border-radius: 4px 0 0 4px; }
.send-mail .btn-addon { white-space: nowrap; width: 80px; text-align: center; border-radius: 0 4px 4px 0; }
.col-full { width: 100%; }
.col-5 { width: 50%; }
.formRow { width: 100%; }
.reportBox { background: #fff; padding: 25px; border-radius: 4px; margin-bottom: 20px; border: 2px solid #ddd; }
.reportBox .form-control { display: inline-block; }
.reportBox .formTitle { border-top: 2px solid #bfbfbf; border-bottom: 2px solid #bfbfbf; width: auto; padding: 3px 15px 3px 15px; margin-top: 15px; font: 400 20px "Roboto Condensed", Arial, Verdana, sans-serif; text-transform: uppercase; color: #444; }
.reportBox .formTable { display: table; table-layout: fixed; padding: 25px 10px 10px; width: 100%; }
.reportBox .formTable .formRow .col-5, .reportBox .formTable .formRow .col-full { margin-bottom: 5px; }
.reportBox .formTable div { float: left; padding-top: 1px; padding-bottom: 1px; }
.col-s { width: 30%; line-height: 20px; }
.col-m { width: 70%; line-height: 22px; }
.reportBox .formTable span { display: inline-block; vertical-align: middle; }
.reportBox .formTable span.star { display: inline-block; font-size: 18px; text-align: center; width: 6%; vertical-align: top; padding-top: 5px; }
.reportBox .formTable label { font-size: 13px; line-height: 17px; vertical-align: middle; padding: 0 5px; display: inline-block; text-align: left; }
.reportBox .formTable .radio-inline { font-weight:400;text-transform:none;margin-left:20px; }
}
.reportBox .radio-inline input[type="radio"], .reportBox .checkbox-inline input[type="checkbox"] {
    margin-top:2px;
}
.reportBox .formTable .tit { padding: 10px 0 15px; }
.reportBox .formTable .tit label { text-transform: uppercase; font-size: 14px; }
.reportBox .formTable input[type="text"], .reportBox .formTable input[type="password"] { width: 91.9%; line-height: 18px; vertical-align: middle; -webkit-border-radius: 2; -moz-border-radius: 2; border-radius: 2px; height: 26px; background: none; }
.reportBox .formTable select { -webkit-appearance: listbox; height: 24px; padding: 0 5px; background: none; border: none; vertical-align: top; position: relative; width: 100%; }
.reportBox .formTable textarea { background: none; width: 91.9%; max-width: 91.9%; min-width: 91.9%; }
.reportBox .formTable .listBox { position: relative; width: 91.9%; border: 1px solid #ddd; border-radius: 2px; -webkit-border-radius: 2; -moz-border-radius: 2; height: 26px; padding: 0; z-index: 0; margin-right: 4px; }
.reportBox .formTable .listBox:after { position: absolute; right: 6px; content: ""; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 7px solid #666; top: 35%; display: inline-block; z-index: 0; pointer-events: none; }
.reportBox .formTable .withMargin { margin-bottom: 25px; margin-top: 5px; }
.reportBox .formTable table { width: 100%; padding: 0; border-collapse: collapse; }
.reportBox .formTable table tr th { border: 1px solid #ccc; background: #eee; padding: 9px 8px; }
.reportBox .formTable table tr td { border: 1px solid #ccc; padding: 6px 8px; line-height: 20px; }
.reportBox .formTable table .firstCol { width: 25px; }
.reportBox .formTable table .lastCol { width: 85px; }
.reportBox .formTable table .minWidth { min-width: 80px; }
.reportBox .formTable table a { float: left; color: #444; margin: 0 6px; }
.reportBox .formTable table a:hover { opacity: 0.7; }
.reportBox .formTable table input[type="text"] { width: 100%; border: none; border-bottom: 1px dashed #aaa; }
.reportBox .formTable .addMoreRow { margin-top: 10px; display: inline-block; width: auto; height: 30px; padding: 2px 12px; font-size: 13px; line-height: 24px; font-weight: 600; background: #ccc; background-image: -webkit-linear-gradient(top, #f5f5f5, #ccc); background-image: -moz-linear-gradient(top, #f5f5f5, #ccc); background-image: -ms-linear-gradient(top, #f5f5f5, #ccc); background-image: -o-linear-gradient(top, #f5f5f5, #ccc); background-image: linear-gradient(to bottom, #f5f5f5, #ccc); border: 1px solid #ccc; position: relative; font-weight: 600; }
.reportBox .formTable div.alert { padding: 0; padding-left: 10px; width: 100%; font-size: 11px; color: red; }
.reportBox .formTable div.alert .col-m { line-height: normal; }
.reportBox.vehicleInfo { overflow: hidden; }
.textInfo { font-weight: bold; font-size: 14px; padding: 0 10px; }
.option-group { margin: auto; }
.option-group li { margin: 15px 0; }
.option-group li a { height: 140px; background-color: rgba(255,255,255,0.25); border-radius: 6px; font-size: 18px; font-family: "Roboto Condensed", Arial, Verdana, sans-serif; color: #f8f8f8; text-shadow: 1px 2px 0px rgba(0,0,0,0.3); padding: 15px; text-align: center; cursor: pointer }
.option-group li a:hover { color: #333; background-color: #f0d46d; text-shadow: none; }
.box-content-option .btn-back { margin: 5% 0 0; }
.box-content-option .btn-default { background-color: rgba(255,255,255,0.25); color: #fff; font-size: 16px; padding: 8px 25px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.3); }
.error-page .box-title { margin-bottom: 10px; }
.error-page .box-title { text-align:center; }
.error-page .box-title h2 { font-size: 120px; font-weight:700; line-height:1; margin: 0; padding: 25px 25px 0; letter-spacing: 0.05em; border-bottom: 1px solid rgba(255,255,255,0.5); display: inline-block; }
.error-page .box-title h3 { font-size: 40px; font-weight: 400; }
.error-page .box-content { color: #fff; text-align: center; font-size: 16px; }
.error-page .box-content p { margin: 8px 0; }
.error-page .box-content a { color: #f0d46d; font-weight: 700; }
.typeCode { position: relative; display: table; margin: 20px auto; }
.typeCode>a { float: left; }
.typeCode>a>img { width: 155px; }
.typeCode .textEnterCode { margin: 0 10px; }
.typeCode .form-control, .typeCode #CaptchaInputText { position: absolute; width: 138px; top: 24px; left: 165px; background-color: rgba(255,255,255,0.3); }
.typeCode-inline { position: relative; }
.typeCode-inline .form-control, .typeCode-inline #CaptchaInputText { padding-right: 120px; left: 0; }
.typeCode-inline .textEnterCode { display: none; }
.typeCode-inline>a>img { height: 30px; width: 86px; position: absolute; right: 26px; border: 1px solid #ddd; }
.typeCode-inline .i-refresh { position: absolute; right: 5px; top: 8px; cursor: pointer; }
.typeCode-inline .i-refresh:hover { opacity:0.7; }

.result-status { border-radius:2px; padding:20px; margin:25px 0; }
.status-success { border:1px solid #BAE0AA; background-color:#dff0d8; }
.status-info { border:1px solid #BAD4E0; background-color:#d9edf7; }
.status-danger { border:1px solid #E2B6B6; background-color:#f2dede; }

.widgetContent { font-size: 13px; background: #FFF; position: relative; line-height: 18px; overflow: hidden; }
.widgetContent .withPadding { padding: 15px; }
.attachment { margin-bottom: 10px; float: right; }
.clr { clear: both; }
.attachment-button-attach input[type="file"] { cursor: pointer; position: absolute; top: 0; right: 0; z-index: 100; opacity: 0; filter: alpha(opacity=0); display: block; }
.attachment-button-attach-a input.upload { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); }
.attachment-button-attachPop-files { position: relative; overflow: hidden; display: inline-block; height: 20px; cursor: pointer; font-size: 12px; font-weight: bold; float: left; color: initial; }
.listBox select[disabled] { background-color: #eeeeee; opacity: 1; }
.listBox select[disabled] { cursor: not-allowed; }
.tit-admission { font-size:15px; margin-bottom:20px; }
.admission-info .item { margin:8px 0; }
.admission-info .item:before { content:"●"; margin-right:10px; color:#3f72be; }
.admission-info .item .detail { margin-left:18px; }
.admission-info .item .detail li { margin:5px 0; }
.admission-info .item .detail li:before { content:"□"; margin-right:10px; }
.admission-info .item .num { margin:0 15px; }
.admission-info .item .num>span { font-weight:600; font-size:18px;color:#3f72be; }
.admission-info .result-status { border-radius:2px;padding:10px 15px;margin:15px 20px;font-size:12px; }
.chosen-container-multi .chosen-choices { border-radius:2px;border:1px solid #ddd; }
.chosen-container-multi .chosen-choices li.search-field input[type="text"] { padding:0 5px; }
.services .panel.sep table tr td:last-child { border-left:1px solid #eee; }
.modal-notice .result-status { margin:12px 0;padding:12px 20px; }
@media (min-width: 768px) {
.col-full .col-s { width: 15%; }
.col-full .col-m { width: 85%; }
.col-full .listBox, .col-full .form-control { width: 96.8% !important; }
.col-full .listBox .form-control { width: 100% !important; }
.col-full span.star { width: 2.2% !important; }
.doc-content { height: 100%; }

.rules.main-content { padding-bottom:40px;position:absolute;top:185px;bottom:150px;width:100%; }
.rules.main-content.noabsolute { position:unset; }
.rules>.container { height:100%;position:relative; }
.rules .main-box { height:100%;position:absolute;top:0;bottom:0;left:15px;right:15px; }
.rules .main-box .row { height:100%; }
.rules .main-box .row>[class*="col-"] { height:100%; }
.rules .left-menu, .rules .right-content { position:relative;height:100%; }
.rules .left-menu .left-menu-body { position:absolute;top:65px;left:35px;right:0;bottom:20px;overflow:hidden; }
.rules .right-content .right-content-body { position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto; }
.rules .left-menu .panel-scroll, .rules .right-content .panel-scroll { position:relative;height:100%;overflow:hidden; }
}
@media (max-width: 1199px) {
.box-main-menu .item { padding: 15px 15px; }
.box-main-menu .item .tit { font-size: 17px; }
}
@media (max-width: 991px) {
.box-main-menu .item { padding: 20px 10px; text-align: center; border: 0; }
.box-main-menu .item .desc { text-align:center; }
.box-main-menu .item .tit { font-size: 15px; }
body, .index { margin-bottom: 103px; }
.footer { height: auto; }
.box-main-menu { background-color: #142b50; border-top: 4px solid #caa545; }
.box-main-menu .item { height:120px;min-height:inherit; }
.box-search .input-group .cell-display {
    display: block;
}
}
@media (max-width: 767px) {
.col-5 { width: 100%; }
.send-mail { width: 100% !important; }
.main-menu ul>li { float: none; }
.account-name { position: absolute; top: 89%; right: 15px; }
.account-name>a { color: #eee; }
.account-name>a>.icon { display: none; }
.faq-list .filter { margin:15px 0 0; }
.register-box .bottom .btn { float:none !important; }
.index .box-title h2 { font-size:22px; }
.modal-guide .modal-dialog .modal-body { max-height:calc(100vh - 140px); }
.rules .left-menu .panel-scroll { position:relative;max-height:200px;overflow:hidden; }
}
@media (max-width: 599px) {
.col-xxs-12, .col-s, .col-m { width: 100%; }
.reportBox { padding:0;margin:0;border:none; }
.form-app { background-color: #fff; }
.reportBox .formTitle { border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; margin-top: 5px; font-size: 18px; padding: 3px 10px; }
.reportBox .formTable { padding: 10px 10px 10px; }
.index .list-group { margin: 0 10px 20px; }
.textInfo { padding: 0 5px; }
body, .index { margin-bottom: 0; }
.footer { position: relative; }
.index .box-title h2 { font-size:20px; text-align:center; }
.index .main-content { padding-bottom: 12%; padding-top: 10%; }
.index .login-box .form-group { display: block; }
.index .login-box .login-btn { position: relative; top: 0; right: 0; text-align: center; margin-bottom: 10px; }
.index .login-box .login-input { margin-right: 0; }
.index .login-box p { margin: 0 0 0; line-height: 1.4; }
.account-name>a .name { display: none; }
.box-main-menu .item { height: auto; }
.faq-list .thumb { display: none; }
.faq-list .info { margin-left: 0px; }
.faq-list .item { margin-bottom: 20px; }
}
.navbar h4 {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    float: right;
    font-size: 14px;
    font-weight: 400;
    margin: 18px 0 0;
    padding: 7px 12px 5px;
    text-align: center;
    text-transform: uppercase;
}

.i-sm.i-phone {
    background-position: -390px -50px;
}
.icon.i-sm {
    height: 25px;
    width: 25px;
}
.icon {
    background: rgba(0, 0, 0, 0) url("../home_files/icon-sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    vertical-align: middle;
}

 .holds-the-iframe {
	background:url(../home_files/loader.gif) center center no-repeat;
 }