html{
    font-size: 15px;
    font-family: -apple-system,"Hiragino Sans GB",Roboto,"Droid Sans","Microsoft YaHei","Microsoft YaHei UI","Microsoft JhengHei UI",STHeiti,Oxygen,Ubuntu,Cantarell,"Fira Sans","Helvetica Neue",sans-serif;
    color: #777;
    min-height: 100%;
}
body{
    background: url(/image/imgs/bg.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    /*src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://wapcdn.thecover.cn/fengmianhao/1.0.0/fonts/materia-icon.woff2) format('woff2');*/
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/*bootsrtap*/
.container{
    width: 85% !important;
    min-width: 1000px;
    max-width: 1500px;
    padding: 0 1.5rem;
}
ul{
    list-style: none;
    padding-left: 0;
}
a{
    color: #42a5f5;
}
a:hover{
    color: #42a5f5;
}
.form-group{
    margin: 10px 0 0 0;
}
.form-group label{
    font-size: 1rem !important;
    color: #777;
}
.form-group .glyphicon-star{
    color: red;
}
.form-group input{
    font-size: 0.9rem !important;
}
.form-group label.control-label{
    margin: 5px 0 0 0;
}
.radio label, label.radio-inline{
    padding-left: 35px;
}
.pager ul{
    display: inline-table;
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.pager ul input{
    width: 58px;
    border: 1px solid #eee;
    text-indent: 5px;
}
table{
    margin-bottom: 20px;
}
.modal-content .modal-header{
    padding: 15px 20px 0px;
}
.bootstrap-dialog .bootstrap-dialog-title{
    /*color: #000000;*/
}
.bootstrap-dialog .icon-spin{
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
.modal-content .modal-body{
    padding-top: 0 !important;
}
.bootstrap-dialog-body .remind-icon{
    font-size: 50px;
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 10%;
}
.bootstrap-dialog-body .remind-text{
    height: 50px;
    display: inline-block;
    line-height: 50px;
    color: #777;
    width: 80%;
    font-size: 1rem;
}
.bootstrap-dialog-footer-buttons button{
    color: #fff !important;
    border-radius: 20px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.bootstrap-dialog-footer-buttons button.btn-default{
    background: #ccc;
}
.bootstrap-dialog-footer-buttons button.btn-primary{
    background: #2dc2e8;
}
.bootstrap-dialog-footer-buttons button.btn-default:hover{
    background: #ccc;
}
.bootstrap-dialog-footer-buttons button.btn-primary:hover{
    background: #66CAE3 !important;
}
.modal-footer{
    padding: 10px !important;
    border-top: 1px solid #ddd !important;
}
table td{
    word-break: break-all;
}
.badge{
    background: #cecece !important;
    border-radius: 3px;
    position: relative;
    top: -2px;
}
/*--------*/
/**/
.valign{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.noTableData{
    width: 99%;
    height: 300px;
    background: #F3F3F3 url(/image/imgs/no-data.jpg) no-repeat center;
    margin: 180px auto 0;
    background-size:400px ;
}
.imgPreview{
    cursor: pointer;
}
.flex-center{
    justify-content:center
}
.circle{
    border-radius: 50%;
}
.relative{
    position:relative;
}
.z-depth-1{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.st-green{
    color: #009688 !important;
}
.st-green-bg{
    background-color: #009688;
}
.st-blue{
    color:#42a5f5 !important;
}
.st-blue-bg{
    background-color: #42a5f5;
}
.st-lightgreen{
    color:rgb(89, 183, 92) !important;
}
.st-lightgreen-bg{
    background-color: rgb(89, 183, 92);
}
.st-yellow{
    color: #e8c000 !important;
}
.st-yellow-bg{
    background-color: #e8c000;
}
.st-orange{
    color: rgb(255, 87, 34) !important;
}
.st-orange-bg{
    background-color: rgb(255, 87, 34);
}
.st-red{
    color: red !important;
}
.st-red-bg{
    background-color: red;
}
.st-gray{
    color: #ddd !important;
}
.st-gray-bg{
    background-color: #ddd;
}
button{
    /*opacity: 1 !important;*/
}
.block-none{
    display: none;
}
/**/
header.head,footer.foot{
    width: 100%;
    min-width: 1280px;
}
header{
    height: 60px;
}
footer{
    height: 100px;
}
.content-container{
    width: 1280px;
    min-height: 800px;
    margin: auto;
}
.content-container:after{
    clear: both;
    content: "";
    display: block;
}
header .head-content{
    width: 1280px;
    margin: auto;
    height: 100%;
}
header.head{
    height: 60px;
    background: #fff;
    margin-bottom: 1.5rem;
}
header.head .head-logo{
    width: 300px;
    height: 100%;
    float: left;
    background: url("../../image/imgs/head-logo.png") no-repeat 0px center;
}
header.head .head-info{
    width: 300px;
    height: 100%;
    float: right;
}
header.head .head-info>div{
    height: 100%;
    float: left;
}
header.head .head-info>div.messaging{
    height: 28px;
    width: 80px;
    float: left;
    margin-top: 16px;
    border-right: 1px solid #666666;
}
header.head .head-info>div.user-info{
    height: 100%;
    width: 210px;
    float: left;
    margin-left: 10px;

}

header.head .message-count-box{
    width: 70px;
    position: relative;
    top: 4px;
    left: 17px;
}
header.head .message-count-box .message-count{
    position: absolute;
    background: #f7473f;
    border-radius: 50%;
    top: -5px;
    right: 18px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    font-size: 11px;
    color:#fff;
    text-align: center;
    line-height: 1.5 !important;
}
header.head .message-count-box .message-count:empty{
    display: none;
}
header.head .message-count-box i{
    background: url("/image/icon/icon-message.png") no-repeat center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

header.head .practice_mark{
    background: #2fc3e8;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.5 !important;
    padding: 3px 10px;
    display: none;
}

header.head .dropdown{
    max-width: 140px !important;
}
header.head .dropdown a{
    color: #0f0f0f !important;
}

header.head .head-info .info{
    margin: 0;
    padding: 0;
    height: 100%;
}
header.head .head-logo a{
    display: inline-block;
    height: 100%;
    width: 155px;
}
#loginUserName{
    color: #0f0f0f !important;
}

footer.foot{
    height: 100px;
    margin: 1.5rem auto 0;
}
footer.foot p{
    text-align: center;
    color: gray;
    font-size: 13px;
}
footer.foot p:first-child{
    padding-top: 25px;
}
footer.foot a{
    color: gray;
}
footer.foot a:hover{
    text-decoration: underline;
}
footer.foot p a{
    padding: 0 5px;
}
.left-menu,.right-content{
    min-height: 800px;
    background: #f4f4f4;
    padding: 10px 10px 0 10px;
    position: relative;
}
.left-menu{
    background: #464d5e;
    padding: 0 !important;
    width: 256px;
    float: left;
}
.left-menu>ul{
    margin-top: 0;
    list-style: none;
    padding-left: 0;
}
.left-menu>ul>li.valign{
    cursor: pointer;
    color: #ccc;
    padding: 1rem 0 11px 50px;
}
.left-menu>ul>li>ul>li{
    cursor: pointer;
    color: #6f7584;
    padding: 0 0 0 80px;
}
.left-menu>ul>li>ul{
    padding-left: 0;
}

.left-menu>ul>li.href:hover,.left-menu>ul>li>ul>li:hover{
    background: #383e4b;
    color: #2dc2e8 !important;
}

.left-menu>ul>li i{
    font-size: 20px;
}
.left-menu>ul>li>ul>li{
    height: 50px;
}
.left-menu .active{
    background: #383e4b;
    color:#2dc2e8 !important;
}
.right-content .switch-bar{
    padding: 4px 2px 0px;
    background: #fff;
    width: 99%;
    margin:auto;
    min-height: 50px;
}
.right-content .switch-bar .tabs{
    margin-bottom: 0 !important;
    height: 50px;
}
#content{
    width: 1024px !important;
    float: right;
}
#content>div{
    min-height: 800px;
}
.right-content .switch-bar .tabs .tab{
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.right-content .switch-bar .tabs .tab:hover{
    color: #42a5f5;
}
.right-content .switch-bar .tabs .active{
    border-bottom: 3px solid #42a5f5;
}
.right-content .switch-bar .count{
    background: #ccc;
    color: #fff;
    padding: 2px;
    border-radius: 2px;
}
.right-content .switch-bar form .form-group{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.right-content .switch-bar form .form-group input{
    margin-bottom: 0;
    font-size: 0.8rem;
    height: 30px;
    width: 65%;
    margin-right: 15px;
    margin-top: 10px;
}
table{
    font-size: 0.8rem;
}
table tbody tr:nth-child(odd){
    background-color: #fff !important;
}
table tbody tr:nth-child(even){
    background-color: #f6fafd !important;
}
table tbody tr:hover{
    background-color: #eee !important;
}
table th{
    text-align: center;
    height: 50px;
    background-color: #edfbfe;
}
table .title{
    text-decoration: underline;
    cursor: pointer;
}
table .title:hover{
    color: #00a0e9;
}
table span.block{
    display: block;
    margin: 3px auto ;
}
table span.tag{
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    border-radius: 2px;
}
table span.icon{
    display: block;
    cursor: pointer;
    font-weight: bold;
    color: #888;
}
table span.icon:hover{
    color: #00a0e9;
}
table img.pic{
    width: 50%;
    max-height: 50px;
}
table .operateBtn{
    /*color: #a3a3a3;*/
    color: #42a5f5;
    cursor: pointer;
    padding: 0px 3px;
    display: block;
}
table .operateBtn:hover{
    /*color: #42a5f5;*/
    color: #375998;
}
table .operateBtn .glyphicon{
    margin-right: 5px;
}
.content-box{
    width: 99%;
    margin: 15px auto 0 !important;
    border-radius: 2px;
    font-size: 0.8rem;
    background-color: #fff;
    padding-bottom: 10px;
}
