/*
 * scrollbar
 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background-color: #CCC;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*ajax loader*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(155, 146, 146, 0.47);
}

.ie8 .loading {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#779B9292, endColorstr=#779B9292);
}

.loading-without-background {
    background: none;
}

.loading .loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .5) url('loading-new.gif') no-repeat center;
    background-size: 100%;
}

.ie8 .loading .loading-icon {
    background: #000 url('loading-new.gif') no-repeat center;
    filter: alpha(opacity=60);
}

.loading .loading-context {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    min-width: 50px;
    min-height: 50px;
}

/*block loading*/
.block-loading {
    position: absolute;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    border: 1px solid #E9E9E9;
}

.block-loading .block-loading-icon {
    display: inline-block;
    background: url('9903loading-white-80x80.gif') no-repeat center;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background-size: cover;
}

.block-loading .block-loading-text {
    display: inline-block;
    position: relative;
    top: 28px;
    left: 8px;
}

/*common*/
.noVisibility {
    visibility: hidden;
}

.website-config {
    background: url('icon-config.png') no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.website-config:hover {
    /* color: #00B7F0; */
    background-position: 0 -14px;
}

.feature-active {
    background: url('icon-feature-active.png') no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.sm-hide {
    display: none;
}

.input-invalid {
    border-color: #E9322D !important;
    -webkit-box-shadow: 0 0 6px #F8B9B7 !important;
    -moz-box-shadow: 0 0 6px #F8B9B7 !important;
    box-shadow: 0 0 6px #F8B9B7 !important;
}

.input-invalid input {
    color: #E9322D !important;
}

.input-invalid-color {
    color: #E9322D;
}

.icon-redirect {
    background: url('icon-redirect.jpg') no-repeat;
}

.icon-redirect:hover {

}

.not-good-support {
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    z-index: 1029;
    background-color: #00b7ee;
    color: #fff;
    font-size: 13px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    box-shadow: 0 1px 1px #00b7ee;
}

/*override hack*/
.container {
    padding-right: 0;
    padding-left: 0;
}

.modal-backdrop {
    z-index: 0;
}

/*basic*/
* {
    margin: 0;
    padding: 0;
}

.color-red {
    color: #FE4E51;
}

.color-green {
    color: #8FC31F;
}

.color-blue {
    color: #00B7EE;
}

.color-yellow {
    color: #F39700;
}

.color-black {
    color: #333333;
}

.bd {
    border: 1px solid #E9E9E9;
}

.pd {
    padding: 10px;
}

.bg {
    background-color: #F9F9F9;
}

.mr {
    margin-right: 10px;
}

.mb {
    margin-bottom: 10px;
}

.tc {
    text-align: center;
}

.mr20 {
    margin-right: 20px;
}

h5 .h5 {
    font-size: 15px;
}

.bordered {
    border: 1px solid #E9E9E9;
    box-shadow: 1px 1px 1px #E9E9E9;
}

.bordered-left {
    border-left: 1px solid #E9E9E9;
}

.bordered-right {
    border-right: 1px solid #E9E9E9;
}

.bordered-hover {
    border: 1px solid #E9E9E9;
    box-shadow: 1px 1px 1px #E9E9E9;
}

.bordered-hover:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 183, 238, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 183, 238, 0.3);
    box-shadow: 0 0 10px rgba(0, 183, 238, 0.3);
}

.bg-weakgray {
    background: #F9F9F9;
}

.bg-gray {
    background: #F3F3F3;
}

.bg-white {
    background-color: #FFFFFF;
}

a {
    color: #8899AA;
    text-decoration: none;
}

a:focus {
    color: #00B7F0;
    text-decoration: none;
}


a:hover, a.text-weak:hover {
    color: #00B7F0;
    text-decoration: none;
}

.text-weak, a.text-weak {
    color: #999999;
}

.w320 {
    width: 320px;
}

body {
    background-color: #F3F3F3;
    /* background-color: #FFF; */
    font-size: 13px;
    color: #666;
    line-height: 24px;
    font-family: Verdana, "Microsoft Yahei", Arial, Helvetica, clean, sans-serif, STXihei;
    /* position: relative; */
    min-width: 1150px;
}

body.body-padding {
    padding-top: 85px;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Verdana, "Microsoft Yahei", Arial, Helvetica, clean, sans-serif, STXihei;
}

.pcl-img {
    background-image: url(pingcele.png);
    background-repeat: no-repeat;
    margin-right: 3px;
}

.icon-error {
    background-image: url('icon-status-site.jpg') !important;
    background-position: -16px 0px;
}

.icon-warning {
    background-image: url('icon-status-site.jpg') !important;
    background-position: -32px 0px;
}

.icon-alarm {
    background-image: url('icon-status-site.jpg') !important;
    margin-right: -1px !important;
    background-position: -48px -1.5px;
}

.icon-no-alarm {
    background-image: url('icon-status-site.jpg') !important;
    margin-right: -1px !important;
    background-position: -48px -17.5px;
}

.icon-risk {
    margin-right: 4px !important;
    background-image: url('icon-status-site.jpg') !important;
    background-position: 0 0;
}

.icon-normal {
    margin-right: 3px !important;
    background-image: url('icon-status-site.jpg') !important;
    background-position: -16px -16px;
}

.pcl-icon {
    background-image: url('pingcele.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    vertical-align: text-top;
    margin-right: 3px;
}

.pingcele_log_small {
    background: url('pingcele.png') no-repeat center left;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.navbar-toggle {
    margin-top: 18px;
}

.btn.round {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn {
    /*width: 120px;
    height: 30px;
    padding: 0;
    */
    border-radius: 0;
}

.btn-default {

}

.btn-default:hover {

}

.btn-info {
    background-color: #00B7EE;
    border-color: #00B7EE;
}

.btn-info:hover {
    background-color: #5BC0DE;
    border-color: #46B8DA;
}

.btn-success {

}

.btn-success:hover {

}

.btn-danger {

}

.btn-danger:hover {

}

.btn .btn:hover, .btn:active, .btn:focus {
    border-color: #CCCCCC;
    outline: none;
}

/* dropdown menu */
.dropdown-menu,
.navbar .navbar-nav .open .dropdown-menu {
    border: 1px solid #E9E9E9;
    margin-top: 5px;
    min-width: 80px;
    border-radius: 4px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #00B7EE;
    background: #FFFFFF;
}

.dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
}

.dropdown-menu > li > a {
    padding: 3px 11px;
}

.pull-right .dropdown-menu > li > a:hover,
.pull-right .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover {
    color: #00B7EE !important;
    background-color: #FFFFFF !important;
}

/* modal popup */
.modal-header {
    padding: 20px 30px;
    background: #F9F9F9;
    border-bottom: 1px solid #E9E9E9;
}

.modal-header.steps {
    padding: 20px 30px 0;
}

h4 {
    font-size: 20px;
}

.modal-header .close {
    background-image: url('pingcele.png');
    background-repeat: no-repeat;
    background-position: -193px -83px;
    height: 16px;
    width: 16px;
    margin-top: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header .close:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal-header .close:active {
    outline: none;
}

.modal-dialog {
    width: 800px;
}

.modal-content {
    border-radius: 3px;
}

div.modal-header > .modal-steps {
    margin-top: 15px;
    border: 1px solid #E9E9E9;
}

.modal-steps > .total3 {
    float: left;
    color: #999999;
    line-height: 30px;
    margin: 0;
    width: 33.33%;
    text-align: center;
    background-color: #F3F3F3;
    background-image: -moz-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#F3F3F3));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -o-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: linear-gradient(to bottom, #FFFFFF, #F3F3F3);
}

.modal-steps > .total3.active {
    color: #E9E9E9;
    background-color: #7C8D9F;
    background-image: -moz-linear-gradient(top, #92A2B2, #7C8D9F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#92A2B2), to(#7C8D9F));
    background-image: -webkit-linear-gradient(top, #92A2B2, #7C8D9F);
    background-image: -o-linear-gradient(top, #92A2B2, #7C8D9F);
    background-image: linear-gradient(to bottom, #92A2B2, #7C8D9F);
}

.modal-body {
    position: relative;
    padding: 10px 30px 20px 30px;
    /*background: #F9F9F9;*/
    background: #FFF;
}

/* from bootstrap 2.0  forms*/
.form-horizontal .control-group {
    margin-bottom: 5px;
    *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-label {
    float: left;
    width: 80px;
    padding-top: 5px;
    text-align: left;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 90px;
    *margin-left: 0;
}

.form-horizontal .controls:first-child {
    *padding-left: 90px;
}

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
    margin-top: 10px;
}

.form-horizontal .form-actions {
    padding-left: 180px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
}

input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    display: block;
    margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

input,
textarea,
.uneditable-input {
    width: 206px;
}

textarea {
    height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-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 linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0; /* IE7 */
    margin-top: 1px \9; /* IE8-9 */
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 30px; /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px; /* For IE7, add top margin to align select with labels */
    line-height: 30px;
}

select {
    /*width: 220px;*/
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
    color: #999999;
    background-color: #FCFCFC;
    border-color: #CCCCCC;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

.radio,
.checkbox {
    min-height: 20px;
    padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #EEEEEE;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #C09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #C09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #C09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #A47E3C;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DBC59E;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DBC59E;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DBC59E;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #C09853;
    background-color: #FCF8E3;
    border-color: #C09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #B94A48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #B94A48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #B94A48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953B39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #D59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #D59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #D59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #B94A48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ABA7B;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ABA7B;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ABA7B;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3A87AD;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3A87AD;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #3A87AD;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #2D6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7AB5D3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7AB5D3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7AB5D3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3A87AD;
    background-color: #D9EDF7;
    border-color: #3A87AD;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #B94A48;
    border-color: #EE5F5B;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #E9322D;
    -webkit-box-shadow: 0 0 6px #F8B9B7;
    -moz-box-shadow: 0 0 6px #F8B9B7;
    box-shadow: 0 0 6px #F8B9B7;
}

.input-append,
.input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
    font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
    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;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-append .active,
.input-prepend .active {
    background-color: #A9DBA9;
    border-color: #46A546;
}

.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

/* cover bs3*/
.form-horizontal
.control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 5px;
}

/*message box*/
.tuna-message-box {
    position: fixed;
    line-height: 16px;
    z-index: 20000;
    width: auto;
    padding-top: 2px;
    height: 24px;
    top: 120px;
    text-align: center;
    left: 20%;
    right: 20%;
    pointer-events: none;
}

.tuna-message-item {
    background: #68AF02;
    color: white;
    display: inline-block;
    z-index: 99;
    border: 1px solid transparent;
    padding: 3px 24px 3px;
    border-radius: 3px;
    font-family: "helvetica neue", "lucida grande", "verdana";
}

.tuna-message-item.error {
    background: #EAA000;
}

.tuna-message-item.loading {
    /*background: #4B981D url('ico_loading104474.gif') no-repeat 5px 2px;*/
}

.show-when-YES {
    display: block;
}

.show-when-NO {
    display: none;
}

.hide-when-YES {
    display: none;
}

.hide-when-NO {
    display: block;
}

.not-allowed {
    cursor: not-allowed !important;
}

.goto-top {
    position: fixed;
    right: 40px;
    bottom: 75px;
    width: 50px;
    text-align: center;
    border: 1px solid #C2C2A2;
    cursor: pointer;
    height: 55px;
    display: none;
    z-index: 1001;
    background-color: #FFF;
}

.goto-top:hover {
    background-color: #CCC;
}

.detecting {
    background: url('loading-16px.gif') no-repeat;
    text-indent: 20px;
    display: inline-block;
    background-position-x: 2px;
    background-position-y: 4px;
    margin-left: 5px;
    font-size: 13px;
    color: #999;
}

.can-overlay {
    position: relative;
}

.spinner {
    position: absolute;
    width: 200px;
    height: 200px;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    cursor: pointer;
    z-index: 120;
    left: -50%;
    right: auto;
    top: -53%;
    bottom: auto;
}

.spinner .pulse-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    -webkit-box-shadow: 0 0 8px rgba(246, 55, 60, 1), inset 0 0 5px rgba(246, 55, 60, 1);
    -moz-box-shadow: 0 0 8px rgba(246, 55, 60, 1), inset 0 0 5px rgba(246, 55, 60, 1);
    box-shadow: 0 0 8px rgba(246, 55, 60, 1), inset 0 0 5px rgba(246, 55, 60, 1);
    animation: controller-pulse 5s infinite linear;
    -webkit-animation: controller-pulse 3s infinite linear;
    -moz-animation: controller-pulse 3s infinite linear;
    -ms-animation: controller-pulse 3s infinite linear;
    -o-animation: controller-pulse 3s infinite linear;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.spinner .pulse-circle-second {
    animation: controller-pulse 3s infinite 1.6s linear;
    -webkit-animation: controller-pulse 3s infinite 1.6s linear;
    -moz-animation: controller-pulse 3s infinite 1.6s linear;
    -ms-animation: controller-pulse 3s infinite 1.6s linear;
    -o-animation: controller-pulse 3s infinite 1.6s linear;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@keyframes controller-pulse {
    0% {
        -webkit-transform: scale(0.35);
        -moz-transform: scale(0.35);
        -ms-transform: scale(0.35);
        -o-transform: scale(0.35);
        transform: scale(0.35);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    80% {
        opacity: .95
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes controller-pulse {
    0% {
        -webkit-transform: scale(0.35);
        -moz-transform: scale(0.35);
        -ms-transform: scale(0.35);
        -o-transform: scale(0.35);
        transform: scale(0.35);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    80% {
        opacity: .4
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes controller-pulse {
    0% {
        -webkit-transform: scale(0.35);
        -moz-transform: scale(0.35);
        -ms-transform: scale(0.35);
        -o-transform: scale(0.35);
        transform: scale(0.35);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    80% {
        opacity: .95
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes controller-pulse {
    0% {
        -webkit-transform: scale(0.35);
        -moz-transform: scale(0.35);
        -ms-transform: scale(0.35);
        -o-transform: scale(0.35);
        transform: scale(0.35);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    80% {
        opacity: .4
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes controller-pulse {
    0% {
        -webkit-transform: scale(0.35);
        -moz-transform: scale(0.35);
        -ms-transform: scale(0.35);
        -o-transform: scale(0.35);
        transform: scale(0.35);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    80% {
        opacity: .4
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.left-fadein {
    -webkit-animation: l_r 1s ease;
    -moz-animation: l_r 1s ease;
    -o-animation: l_r 1s ease;
    animation: l_r 1s ease;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

.right-fadein {
    -webkit-animation: r_l 1s ease;
    -moz-animation: r_l 1s ease;
    -o-animation: r_l 1s ease;
    animation: r_l 1s ease;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

.customer-service {
    position: fixed;
    _position: absolute;
    top: 47.5%;
    right: -1px;
    z-index: 10000;
    background-color: #145DAC;
}

.customer-service .service-op {
    display: block;
    padding-top: 40px;
    width: 40px;
    height: 130px;
    color: #FFF;
    font: normal 14px "microsoft yahei";
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.customer-service .icon-customer-service {
    position: absolute;
    width: 21px;
    height: 23px;
    top: 15px;
    left: 9px;
    background: url('service-op.png') no-repeat;
}

.customer-service .text-customer-service {
    display: inline-block;
    width: 20px;
    font: normal 16px "microsoft yahei";
}

/* cover angular-toogle-switch*/
.ats-switch.switch-small {
    height: 24px;
}

.ats-switch.switch-small .switch-left,
.ats-switch.switch-small .switch-right,
.ats-switch.switch-small .knob {
    line-height: 16px !important;
}


/* footer */
.footer {
    background-color: #F9F9F9;
    padding: 20px 30px;
    color: #666;
    font-size: 12px;
    height: 60px;
    min-width: 1366px;
}

.footer.footer-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer a {
    color: #666;
    /* font-size: 14px; */
    text-decoration: none;
}

.footer a:hover {
    color: #00B7F0;
    text-decoration: none;
}

.footer .footer-logo {
    display: inline-block;

    width: 43px;
    height: 30px;
    background: url('footer-logo.png') no-repeat;
    position: relative;
    top: -5px;
    margin-right: 12px;
}

.footer .cs {
    display: inline-block;

    margin-left: 15px;
}

.footer .cs .qq_service {
    display: inline-block;
    width: 93px;
    height: 23px;
    background: url('index-cs.png') no-repeat;
    background-position: 0 0;
}

.footer .cs .weibo_service {
    display: inline-block;
    width: 65px;
    height: 23px;
    background: url('index-cs.png') no-repeat;
    background-position: -100px 0;
}
