body{
    font-family: "Microsoft YaHei";
    font-size: 14px;
    min-width: 290px;
    color: #333;
}

/*COMMON*/
.clearfix:after{
    display: table;
    content: " ";
    clear: both;
}

textarea.noResize{
    resize: none;
    border-radius: 0;
    font-size: 12px;
}

.cursor-pointer{
    cursor: pointer;
}

.box-block{
    display: block;
}

.box-inline{
    display: inline-block;
}

.pad-no{
    padding: 0 !important;
}

.pad-lft{
    padding-left: 15px;
}

.pad-rgt{
    padding-right: 15px;
}

.pad-top{
    padding-top: 15px;
}

.pad-btm{
    padding-bottom: 15px;
}

.pad-hor{
    padding-left: 15px;
    padding-right: 15px;
}

.pad-ver{
    padding-top: 15px;
    padding-bottom: 15px;
}

.mar-no{
    margin: 0 !important;
}

.mar-lft{
    margin-left: 15px;
}
.mar-rgt{
    margin-right: 15px;
}

.mar-top{
    margin-top: 15px;
}

.mar-btm{
    margin-bottom: 15px;
}

.mar-hor{
    margin-left: 15px;
    margin-right: 15px;
}

.mar-ver{
    margin-top: 15px;
    margin-bottom: 15px;
}

.bord-all{
    border: 1px solid #ddd;
}

.float-right{
    float: right;
}
.modal-textarea{
    width: 100%;
    border: 1px solid #e3e3e3;
    outline:none;
    background-color: transparent;
    border-top: none;
}
/*COMMON END*/

/*INPUT*/
::-ms-clear,
::-ms-reveal
{
    display:none;
}

input:focus{
    outline: none;
}
/*INPUT END*/

/*PLACEHOLDER*/
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #bbb;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbb;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bbb;
}
/*PLACEHOLDER END*/

/*BUTTON*/
.btn{
    border-radius: 0;
    height: 34px;
    background-color: #0ea0ff;
    color: #fff;
}

.btn:focus,
.btn:active:focus{
    outline: none;
    box-shadow: none;
    color: #fff;
}

.btn:hover{
    background-color: #088bfa;
    color: #fff;
}

.btn:disabled{
    background-color: #0ea0ff;
}

.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus{
    background-color: #ebebeb;
    color: #bbb !important;
    cursor: not-allowed;
}

.btn-tool-icon{
    width: 38px;
}
.btn-tool-text{
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
/*BUTTON END*/

/*DROPDOWN*/
.dropdown.open > .dropdown-toggle{
    box-shadow: 0 0 0;
}

.dropdown > .dropdown-toggle > .caret{
    margin-left: 12px;
}

.dropdown-menu{
    border-radius: 0;
    min-width:50px;
}

.dropdown-menu > li{
    cursor: pointer;
}

.dropdown-menu > li > a{
    font-size: 12px;
    color: #777;
}

.dropdown-menu > li > a:hover{
    background-color: #f5f5f5;
    color: #777;
}

#content-container .dropdown-menu > li.dropdown-item-disable{
    cursor: not-allowed;
}

#content-container .dropdown-menu > li.dropdown-item-disable > a{
    color: #ccc;
}
/*DROPDOWN END*/

/*A*/
a,
a:hover{
    color: #088bfa;
    cursor: pointer;
}
/*A END*/

/*POPOVER CONTENT*/
.popover{
    border-radius: 0;
    border-color: #ddd;
}

.popover.right > .arrow{
    border-right-color: #ddd;
}

.popover-content{
    font-size: 12px;
    color: #777;
    padding: 20px;
}
/*POPOVER CONTENT END*/

/*NAV*/
.nav>li>a:focus{
    background-color: transparent;
}
/*NAV END*/

/*CHECKBOX*/
input[type=checkbox]:focus{
    outline: none;
}
/*CHECKBOX END*/

/*LABLE*/
label{
    margin-bottom: 0;
    font-weight: 400;
}
/*LABLE END*/

/*STATUS*/
.status-normal{
    font-weight: 400;
}

.status-complete{
    color: #74c31d !important;
    font-weight: 400;
}

.status-warning{
    color: #f73d3d !important;
    font-weight: 400;
}

label.disabled{
    color: #8f9ea6;
    border: 1px solid #8f9ea6;
    padding: 0 6px;
    height: auto;
}

label.normal{
    color: #6ac22d;
    border: 1px solid #6ac22d;
    padding: 0 6px;
    height: auto;
}
label.inProgress{
    color: #f2bf5a;
    border: 1px solid #f2bf5a;
    padding: 0 6px;
    height: auto;
}
label.warning{
    color: #f73d3d;
    border: 1px solid #f73d3d;
    padding: 0 6px;
    height: auto;
}
/*STATUS END*/

/*VALIDATE*/
.error-border{
    background-color: #ffebf1 !important;
}

.error-border::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #f73d3d;
}
.error-border:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f73d3d;
    opacity: 1;
}
.error-border::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f73d3d;
    opacity: 1;
}
.error-border:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f73d3d;
}
/*VALIDATE END*/

/*TIME FILTER*/
.time-filter{
    position: relative;
    display: table;
    height: 26px;
    line-height: 1;
}

.time-filter input,
.time-filter span{
    display: table-cell;
    line-height: 1;
}

.time-filter input{
    height: 26px;
    padding: 0 6px;
}

.time-filter span{
    background-color: #dadada;
    padding: 0 6px;
}
/*TIME FILTER END*/

/*MODAL*/
.modal.in .modal-dialog{
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    transform:translate(0,-50%)
}

.modal.small .modal-dialog{
    width: 500px;
}

.modal.middle .modal-dialog{
    width: 800px;
}

.modal-dialog{
    position:absolute;
    margin:10px auto;
    left:0;
    right:0;
    top:50%
}

.modal-content{
    border-radius: 0;
}

.modal-backdrop.in{
    opacity: .3;
}

.modal-header{
    height: 40px;
    padding: 0 0 0 20px;
    background-color: #0ea0ff;
    border-bottom: none;
}

.config .modal-header,
.config .modal-footer button.submit{
    background-color: #8fcf49;
}

.config .modal-body table.config{
    margin-bottom: 0;
}

.config .modal-body table.have-new-data{
    margin-bottom: 10px;
}

.config .modal-body table.config td{
    color: #777;
    padding: 0;
    height: 30px;
}

.config .modal-body table.config td input,
.config .modal-body table.config td div.dropdown,
.config .modal-body table.config td button{
    color: #777;
    text-align: center;
    height: inherit;
    width: 100%;
    background-color: inherit;
    padding: 0;
    border: none;
    font-size: 12px;
}

.config .modal-body table.config td button:disabled{
    opacity: 1;
}

.config .modal-body table.config td .dropdown .caret{
    position: absolute;
    display: none;
    right: 10px;
    top: 13px;
}

.config .modal-body table.config tr.can-edit td .dropdown .caret{
    display: inline-block;
}

.config .modal-body table.config td .dropdown ul{
    width: 100%;
}

.config .modal-body table.config td .fa-times-circle{
    position: absolute;
    display: none;
    right: -9px;
    top: 6px;
    color: #74c31d;
    font-size: 1.6em;
    cursor: pointer;
}

.config .modal-body table.config tr td:last-child{
    position: relative;
}

.config .modal-body table.config tr.can-edit:hover .fa-times-circle{
    display: inline-block;
}

.config .modal-body table.config tr.can-edit{
    background-color: #f2f9ec;
}

.config .modal-body table.config tr.can-edit:hover{
    background-color: #e9f7d7;
}

.config .modal-body table.config label.add-new{
    color: #74c31d;
    cursor: pointer;
}

.modal-header h4{
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.modal-header .close{
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    opacity: 1;
}

.modal-header .close:focus{
    outline: none;
}

.modal-header span{
    color: #fff;
    font-size: 20px;
}

.modal-body{
    padding: 20px;
    font-size: 12px;
}

.modal-footer{
    border-top: none;
    text-align: center;
    background-color: #f6f8fa;
}


.config .modal-footer button.submit:hover{
    background-color: #74bc25;
}

.modal .basic-info-title,
.modal .basic-info-detail .title,
.modal .basic-info-detail .detail,
.modal .detail-info .detail-info-title div,
.modal .detail-info .title,
.modal .detail-info .detail{
    height: 30px;
    line-height: 30px;
}
.modal .basic-info-detail .unit{
    position: absolute;
    right: 10px;
    top: 6px;
}
.modal-footer button{
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 1;
}

.modal-footer button.cancel{
    background-color: #fff;
    color: #4c4c4c;
}

.modal-footer button.cancel:focus{
    color: #4c4c4c;
}

.modal .basic-info{
    margin-bottom: 10px;
    width: 100%;
}

.modal .basic-info-title{
    border: 1px solid #e3e3e3;
    text-align: center;
    background-color: #f5f5f5;
    width: inherit;
}

.modal .basic-info-detail,
.modal .detail-info{
    display: inline-block;
    width: inherit;
}

.modal .basic-info-detail > div,
.modal .detail-info > div{
    width: inherit;
    position: relative;
}

.modal .basic-info-detail > div:after,
.modal .detail-info > div:after{
    display: table;
    content: " ";
    clear: both;
}

.modal .basic-info-detail > div .unit,
.modal .detail-info > div .unit{
    position: absolute;
    top: 0;
    right: 8px;
    height: 30px;
    line-height: 30px;
}

.modal .basic-info-detail .title,
.modal .detail-info .title{
    border: 1px solid #e3e3e3;
    border-top: none;
    width: 17.9%;
    text-align: center;
    float: left;
    background-color: #fff;
}

#vpc-product-content .modal .basic-info-detail .title{
    width: 30%;
}

.modal .detail-info .title{
    text-align: left;
    padding-left: 10px;
}

.modal .basic-info-detail .detail,
.modal .detail-info .detail{
    float: left;
}

.modal .basic-info-detail div.input-group,
.modal .basic-info-detail button,
.modal .basic-info-detail input,
.modal .basic-info-detail select,
.modal .details button,
.modal .detail-info input{
    height: 30px;
    width: 82.1%;
    padding-left: 10px;
    padding-right: 10px;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background-color: #e7f7ff;
}

#vpc-product-content .modal .basic-info-detail input,
#vpc-product-content .modal .basic-info-detail .dropdown{
    width: 70%;
}

.modal .basic-info-detail div.input-group{
    margin-left: 17.9%;
    padding: 0;
}

.modal .basic-info-detail div.input-group input{
    width: 100%;
    margin-left: 0;
    border-bottom: none;
    border-right: none;
}

.modal .basic-info-detail div.input-group span{
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}

.modal .basic-info-detail button,
.modal .basic-info-detail button:active{
    width: 82.1%;
    color: #333;
    text-align: left;
    font-size: 12px;
}

.modal .basic-info-detail .dropdown{
    display: inline-block;
    width: 82.1%;
}

.modal .basic-info-detail .dropdown button{
    width: 100%;
}

.modal .basic-info-detail .dropdown ul{
    position: absolute;
    width: 100%;
    margin-left: 0;
}

.modal .basic-info-detail .caret{
    position: absolute;
    right: 5px;
    top: 12px;
}

.modal .basic-info-detail .dropdown-menu a{
    padding: 0 10px;
}

.modal .basic-info-detail button:hover,
.modal .basic-info-detail input:hover,
.modal .detail-info input:hover{
    background-color: #d4eefd;
}

.modal .basic-info-detail button:disabled,
.modal .basic-info input:disabled,
.modal .detail-info input:disabled{
    background-color: #fff;
}

.modal .basic-info-detail button.notice{
    color: #777;
}

.modal .basic-info-detail button:disabled,
.modal .basic-info-detail input:disabled,
.modal .detail-info input:disabled{
    color: #777;
    opacity: 1;
}

.modal .detail-info .detail-info-title div{
    text-align: center;
    background-color: #f5f5f5;
    float: left;
}

.modal .detail-info .detail-info-title div:first-child{
    width: 82px;
    border: 1px solid #e3e3e3;
}

.modal .detail-info .detail-info-title div:last-child{
    width: 376px;
    border: 1px solid #e3e3e3;
    border-left: none;
}
.modal .certificate-photo{
    border: 1px solid #e3e3e3;
    border-top: none;
    height: 30px;
    line-height: 30px;
}
.modal .certificate-photo a{
    margin-left: 10px;
}
/*MODAL END*/

/*LOADING MODAL*/
#loading div.modal-content{
    box-shadow: none;
    border: none;
    background-color: transparent;
}
/*LOADING MODAL END*/

/*CONFIRM MODAL*/
#confirmModal .modal-body{
    display: table;
    text-align: center;
    height: 200px;
    width: 298px;
    padding: 15px;
    color: #4c4c4c;
    font-size: 14px;
}

#confirmModal .modal-body > div{
    display: table-cell;
    vertical-align: middle;
}

#confirmModal .modal-body > div > div{
    width: 248px;
    margin: 0 auto;
}

#confirmModal .modal-content{
    width: 300px;
    height: 300px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: auto;
}

#confirmModal div.modal-body,
#data-disk-content div.modal-footer{
    border-top: 0;
}
/*CONFIRM MODAL END*/

/*ALERT MODAL*/
#alertModal .modal-content{
    width: 180px;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#alertModal .modal-content .modal-header{
    min-height: 5px;
    height: 5px;
    padding: 0;
    border: none;
}

#alertModal .modal-content .modal-header.success{
    background-color: #33cdcc;
}

#alertModal .modal-content .modal-header.warning{
    background-color: #f73d3d;
}

#alertModal .modal-content .modal-body{
    display: table-cell;
    vertical-align: middle;
    height: 95px;
    width: 180px;
    padding: 6px 12px;
    text-align: center;
    color: #33cdcc;
}

#alertModal .modal-content .modal-body > div.success{
    color: #33cdcc;
}

#alertModal .modal-content .modal-body > div.warning{
    color: #f73d3d;
}
/*ALERT MODAL END*/

/*TABLE*/
table thead th .dropdown ul{
    width: auto;
    min-width: 100%;
}
table thead th .dropdown ul li a{
    padding:4px 6px;
}

table tbody tr td.operation div.dropdown .dropdown-toggle{
    color: #088bfa;
}

/*TABLE*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

/*date-Picker*/
.date-Picker{
    width:70%;
}
.date-Picker .date-Picker-year{
    float: left;
    width : 85px ;
    margin-left: 7px;
}
.date-Picker div{
    height:30px;
}
.date-Picker div ul{
    width:100%;
    margin-top: 8px;
    height: 150px;
    overflow-y: auto;
    text-align: center;
}
.date-Picker div ul li a{
    padding: 3px 10px;
}
.date-Picker label{
    margin-left: 7px;
    text-align: center;
    line-height: 35px;
    float: left;
    color: #bbb;
}  .date-Picker-notice{
    margin-left: 7px;
    text-align: center;
    line-height: 35px;
    float: left;
}
.data-picker-range{
    width: 20px;
}
.date-Picker-month,
.date-Picker-date{
    width: 60px;
    float: left;
    margin-left: 7px;
}
.date-Picker-year button{
    width : 85px;
}
.date-Picker button span{
    position: absolute;
    top: 10px;
    right: 7px;
}
.date-Picker-month button,
.date-Picker-date button{
    width:60px;
}
.date-Picker span button{
    background-color: #fff;
    color: #bbb!important;
    border: 1px solid #e3e8ee;
}
.date-Picker span button:hover{
    background-color: #fff;
    color: #bbb;
    border: 1px solid #e3e8ee;
}
.date-Picker .date-picker-search{
    float: left;
    width: 30px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background-color: #0da1fe;
    margin-left: 7px;
}
.date-Picker .date-picker-search i{
    color: #fff;
}
.search-disable{
    background-color: #ddd!important;
}

#content-container table tbody td.no-data{
    color: #ddd;
}
/*certificationAudit Start*/
.certificate-user{
    width: auto;
    float: left;
}
.certificate-img{
    margin-left: 10px;
    margin-top: 10px
}
/*certificationAudit End*/

/*ICP*/
#website-black-list-content #tool-bar button,
#ICP-content #tool-bar button{
    height: auto;
    padding: 2px 6px;
    color: #8f9ea6;
    background-color: transparent;
    border-color: #8f9ea6;
}

#website-black-list-content  #tool-bar button:focus,
#ICP-content #tool-bar button:focus{
    outline: none;
}

#website-black-list-content  #tool-bar button.active,
#ICP-content #tool-bar button.active{
    color: #fff;
    background-color: #395168;
    border-color: #34495e;
}
/*ICP end*/
