/*通用 样式*/
html,body{
    width: 100%;
    height: 100%;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.color-success{
    color:#5cb85c;
}
.color-info{
    color:#5bc0de;
}
.color-primary{
    color:#337ab7;
}
.color-warning{
    color:#f0ad4e;
}
.color-danger{
    color:#d9534f;
}
.color-default{
    color:gray;
}

.text-align-center{
    text-align: center;
}
a:hover,a:link,a:active{
    text-decoration: none;
}
input[type="checkbox"] + label {
    cursor: pointer;
}
input[type="checkbox"] + label::before {
    cursor: pointer;
    content: "\a0";  /*不换行空格*/
    display: inline-block;
    vertical-align: .2em;
    width: 1em;
    height: 1em;
    margin-right: .2em;
    border-radius: .2em;
    background-color: silver;
    text-indent: .15em;
    line-height: .65;  /*行高不加单位，子元素将继承数字乘以自身字体尺寸而非父元素行高*/
    background: rgba(7,158,107,0.05);
    border: 1px solid rgba(0,191,226,1);
    margin-right: 8px;
}
input[type="checkbox"]:checked + label::before {
    content: "\2713";
    color: #00BFE2;
}
input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
html,body{
    position: relative;
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: url("../images/login_bg.png") no-repeat;
    background-size: 100% 100%;
    overflow-y: auto;
}
.w12{
    min-width: 1200px;
}
.BeAlert_title{
    color: #333;
}
body.login-body{
    background: url("../images/login_bg.png") no-repeat;
    background-size: 100% 100%;
    color: #d7d7d7;
    padding: 0;
    min-width: 100%;
}
.login-container{
    background: url("../images/login_box.png") no-repeat center center;
    width: 417px;
    height: 244px;
    margin: auto;
    padding: 100px 206px;
    position: absolute;
    top: 0;bottom: 0;right: 0;left: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 14px;
}
.login-title{
    background: url("../images/logo.png") no-repeat center center;
    width: 446px;
    height: 49px;
    background-size: 100% 100%;
    position: absolute;
    top: -87px;
    left: 200px;
}
.login-img{
    background: url("../images/login_title.png") no-repeat center center;
    width: 253px;
    height: 30px;
    background-size: 100% 100%;
    position: absolute;
    top: 45px;
    left: 298px;
}
.login-container .title{
    font-size: 2em;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
}
.login-container .item{
    position: relative;
    margin-bottom: 30px;
}
.login-container .item>input{
    width: 360px;
    height: 48px;
    background:rgba(178,197,191,0.2);
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}
.login-content .item>i{
    float: left;
}
.login-content .item>i.icon1{
    background: url("../images/icon1.png") no-repeat;
    width: 57px;
    height: 48px;
    background-size: 100% 100%;
}
.login-content .item>i.icon2{
    background: url("../images/icon2.png") no-repeat;
    width: 57px;
    height: 48px;
    background-size: 100% 100%;
}
.pull-right,.login-content .item label{
    color: #fff;
    font-weight: 400;
}
.pull-right:hover{
    color: #fff;
    text-decoration: none;
}
.login-btn{
    background: url("../images/login_btn.png") no-repeat;
    width: 165px;
    height: 50px;
    background-size: 100% 100%;
    border: none;
}
.description{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #00d8ff;
    padding: 0px 0 40px;
}
.foot-test{
    padding: 40px 0 40px;
}

/* 菜单管理 */
.content-main{
    padding: 0;
    width: 98%;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 11px rgba(39,161,213,.7) inset;
    border: 1px solid rgba(4,146,173,.7);
    background-color: rgba(9, 42, 51, 0.7);
    /* overflow-y: auto; */
    margin-top: 15px;
}
.content-main{
    height: calc(100% - 65px - 30px);
}
.t-icon{
    content: '';
    display: inline-block;
    background: url('../images/title-icon.png') no-repeat;
    width: 26px;
    height: 12px;
    background-size: 100% 100%;
    margin: 0 5px;
}
.service-name{
    color: #00D8FF;
    font-size: 16px;
    margin: 15px 0 5px;
}
.nav-head{
    line-height: 50px;
    margin-bottom: 0;
}
.table-bordered{
    border: none;
    width: 99%;
    margin: 10px auto 0;
}
.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: 10px;
    border: none;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}
table thead tr{
    background: #075060;
}
table tbody tr{
    border-bottom: 1px solid rgba(9,77,91,.6);
}
table tr th{
    color: #fff !important;
    font-weight: normal;
}
table>tbody>tr>td span{
    color: #00d8ff;
}
.bgselected,.table-bordered tbody tr:hover{
    background: #195463;
}
.bgselected td{
    color: #fff !important;
}
.table tbody tr:hover td{
    color: #fff !important;
}
.empty {
    display: inline-block;
    width: 14px;
}
.add_tab tbody tr td:nth-child(1),.edit_tab tbody tr td:nth-child(1),#addModal label,#editModal label,#addUserModal label,.common-modal label{
    width: 26%;
    text-align: right;
}
.add_tab tbody tr td:nth-child(2),.edit_tab tbody tr td:nth-child(2),#addModal .form-item,#editModal .form-item,.common-modal .form-item,:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]){
    width: 74%;
}
#addModal label,#editModal label,#addUserModal label,.common-modal label{
    float: left;
    font-weight: 400;
    font-size: 14px;
    margin-top: 6px;
}
#addModal .form-item,#editModal .form-item,#addUserModal .form-item,.common-modal .form-item{
    font-size: 14px;
}

.list-icon img{
    width: 30px;
    height: 30px;
}

/* 首页 */
.wrapper{
    position: relative;
}
.head-top{
    position: relative;
    color: #29DEFF;
    padding-top: 10px;
}
.head-top .logo{
    text-align: center;
    padding-top: 20px;
}
.head-top .head-bg{
    display: flex;
    height: 57px;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row;
}
.head-top .head-bg>div{
    font-size: 14px;
}
.head-top .head-title{
    background: url("../images/head02.png") no-repeat center center;
    width: 980px;
    height: 57px;
    background-size: 100% 100%;
    margin: 0 auto;
}
.head-top .head-bg .left-content{
    background: url("../images/head01.png") center center;
    height: 57px;
    flex-grow: 1;
}
.head-top .head-bg .right-content{
    background: url("../images/head01.png") center center;
    height: 57px;
    flex-grow: 1;
    text-align: right;
}
.left-content>span,.right-content .right-text{
    position: relative;
    top: 25px;
    display: inline-block;
    width: 170px;
    left: 30px;
}
.right-content .right-text{
    left: 0;
}
.right-content .right-text>div{
    position: absolute;
    width: 260px;
    right: 5px;
    top: -16px;
}
.right-text #username{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    width: 47px;
}
.head-top .head-bg .right-content a,.head-top .head-bg .right-content a:hover {
    color: #29DEFF;
}
.right-content a span.text{
    display: inline-block;
    background: #21C4CD;
    padding: 3px 11px;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}
.content-box{
    /* margin: 24px auto 0; */
}
.home,.out{
    color: #13E0B9;
    padding-right: 10px;
}
.out{
    padding-left: 10px;
}
.home:before,.out:before,#time:before{
    content: '';
    display: inline-block;
    background: url('/images/home.png') no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 4px;
}
.out:before{
    background: url('/images/out.png') no-repeat;

}
#time:before{
    background: url('/images/date.png') no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    margin-top: -2px;
}
ul {
    list-style: none;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0;
}
.menu-list{
    overflow: hidden;
    max-width: 1000px;
    margin: 57px auto 0;
    text-align: center;
}
.menu-list ul li {
    background: url("../images/b_bg.png") no-repeat center center;
    width: 160px;
    height: 180px;
    background-size: 100% 100%;
    position: relative;
    float: left;
    margin-left: 50px;
    margin-bottom: 50px;
}
.menu-list ul li a{
    display: block;
    cursor: pointer;
    font-size: 18px;
}
.menu-list ul li .list-bg{
    /* background: url("../images/cir_bg.png") no-repeat center center; */
    width: 102px;;
    height: 102px;
    /* background-size: 100% 100%; */
    margin: 23px auto 19px;
    /* text-align: center; */
}
.menu-list ul li .text{
    height: 36px;
    line-height: 36px;
    background: rgba(9,42,51,.4);
    border-radius:5px;
    color: #00D8FF;
    text-align: center;
}
.list-bg img{
    width: 100%;
    height:100%;
}
.menu-list ul li:first-child,.menu-list ul li:nth-child(6),.menu-list ul li:nth-child(11),.menu-list ul li:nth-child(16){
    margin-left: 0;
}
.fixed-table-container{
    border: none;
}
.table-container{
    color: #fff;
    font-size: 14px;
    height: calc(100% - 90px);
}
.bootstrap-table .table,.bootstrap-table .table > thead > tr > th{
    border-bottom: none;
}
.table-toolbar{
    overflow: hidden;
    padding: 0 10px;
}
.table tbody tr td,.th-inner {
    font-size: 14px;
    padding: 0 8px 0 !important;
    height: 45px;
    line-height: 45px !important;
}
#form_binding,#editModal,#addModal,#editTypeModal,#addTypeModal,#editUserModal,#editRoleModal,#editNameModal,#addUserModal,.common-modal{
    font-size: 18px;
}
.left-list{
    width: 75px;
    height: calc(100% - 78px - 30px);
    position: fixed;
    left: 0;
    margin-top: 15px;
    z-index: 100;
    overflow: hidden;
}
.left-list ul{
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    height: calc(100%);
    width: 92px;
}
.left-list li{
    background: url('../images/icon_bg1.png') no-repeat;
    background-size: 100% 100%;
    width: 44px;
    height: 132px;
    margin-bottom: 8px;
}
.left-list li:hover,.left-list li.cur{
    background: url('../images/icon_bg2.png') no-repeat;
    background-size: 100% 100%;
    width: 44px;
    height: 132px;
}
.left-list li a{
    color: #fff;
    font-size: 18px;
    display: block;
    height: 132px;
    line-height: 0.8;
}
.left-list li a .text{
    width: 16px;
    margin: 0px auto;
    writing-mode: vertical-lr;
    text-align: center;
    height: 132px;
    letter-spacing: 0.15em;
}
.left-list::-webkit-scrollbar{
    width: 0 !important
}
.left-list { -ms-overflow-style: none; }
.left-list { overflow: -moz-scrollbars-none; } 
.content-right{
    width: auto;
    margin-left: 60px;
    margin-right: 15px;
}
.unit{
    display: inline-block;
    padding-top: 6px;
    margin-left: 10px;
}
.cell>p,.cell>div.cell-photo{
    float: left;
    width: 50%;
    position: relative;
}
/* .cell>div.cell-photo{
    width: 100%;
} */
.cell>p label,.cell .cell-photo label{
    /* font-size: 14px !important; */
}
.table-condensed>thead>tr{
    background: #fff;
}
.form_add,.form_edit,.form_detail,.form_img{
    /* overflow: hidden; */
    padding: 15px 25px 0px 10px;
}
.input-group{
    margin-right: 10px;
}

.photoItem,.photoItem-1{
    display: inline-block;width: 20%;padding: 5px;height: 70px;position: relative;margin-left: 10px;
}
.photoItem:first-child,.photoItem-1:first-child{margin-left: 0}
.photoItem img,.photoItem-1 img{
    width: 100%;height: 100%;
}
.photoItem:hover::after,.fileItem:hover::after{
    position: absolute;z-index: 999;
    top: 0;bottom: 0;
    left: 0;right: 0;
    content: '';
    display: block;
    background: url('/images/trash.png') center center no-repeat;
    background-color: rgba(0,0,0,0.7);
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 100%;
    padding: 20px;
}
.fileItem:hover::after{
    padding: 0;
    background: url('/images/trash.png') right 0px no-repeat;
}

.fileItem{
    display: inline-block;
    width: 50%;
    height: auto;
}
.fileItem a{
    color: #fff;
    display: block;
}
.fileItem:hover::after{
    padding: 0;
}
.map-btn{
    position: absolute;
    right: 29px;
    top: 0px;
}
/* 弹窗样式 */
.modal-content{
    background: #05353E;
    color: #00d8ff;
    border-color: #0084A8;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    box-shadow: 0 0 15px #27A1D5 inset;
}
.modal-header{
    color: #00D8FF;
    border-color: #05556B;
}
.modal-footer{
    border-top: none;
}
.form-control,.btn-default,.dropdown-menu,.btn-default:hover,.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-default:hover,.bootstrap-select .no-results,.form-control[readonly]{
    border-color: #0492AD;
    background-color: #174853;
    color: #00D8FF;
}
.datetimepicker{
    border-color: none; 
    background-color: #fff; 
    color: #333; 
}
.btn-primary,.btn-primary:hover,.btn-primary:active,.btn-primary.focus, .btn-primary:focus{
    background-color: #0F9DEF;
    border-color: #0F9DEF;
}
.btn-success,.btn-success:hover,.btn-success.focus, .btn-success:focus{
    background-color: #23C4CC;
    border-color: #23C4CC;
}
.btn-danger,.btn-danger:hover,.btn-danger:active,.btn-danger.focus, .btn-danger:focus{
    background-color: #FD6347;
    border-color: #FD6347;
}
.close{
    opacity: 1;
}
.close span{
    background: url('/images/close.png') no-repeat;
    width: 26px;
    height: 26px;
    background-size: 100% 100%;
    text-shadow: none;
    display: inline-block;
}
input::input-placeholder{color:  #fff !important ;}
::-webkit-input-placeholder{
    color:#00D8FF !important;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#00D8FF !important;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#00D8FF !important;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#00D8FF !important;
}
.btn{
    margin-left: 6px;
    font-size: 14px;
    padding: 0px 6px;
}
.btn-group .btn{
    padding: 4px 16px;
    font-size: 14px;
}
.modal-footer .btn{
    padding: 4px 12px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active,.dropdown-menu>li>a{
    color: #00D8FF;
}
.dropdown .btn{
    margin-left: 0 !important;
}
.fixed-table-loading{
    font-size: 16px;
    padding-top: 30px;
    background-color: #195463;
}
.modal{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 50%;
    overflow: visible;
    bottom: inherit;
    right: inherit;
}
.modal-dialog{
    margin: 0 auto !important;
}
/* 滚动条 */
.menu-box{
    overflow: hidden;height: calc(100% - 78px - 30px);width: 99%;
}
.menu-box2{
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    height: calc(100%);
    width: 102%;
}
.menu-box::-webkit-scrollbar{
    width: 0 !important
}
.menu-box { -ms-overflow-style: none; }
.menu-box { overflow: -moz-scrollbars-none; } 
.fixed-table-loading{
    font-size: 16px;
    padding-top: 30px;
    background-color: #195463;
}
/* .fixed-table-body{
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    height: calc(100%);
    width: 102%;
} */
.cell>p{
    margin-bottom: 20px;
}
.glyphicon{
    font-size: 12px;
    color: #fff;
}
.fixed-table-container thead th:first-child .th-inner{
    padding: 0 8px 0 40px !important;
}
.fixed-table-container tbody td:first-child,.menu-tab tbody td:first-child,.menu-tab thead th:first-child{
    padding: 0 8px 0 40px !important;
}
.pagination > li > a, .pagination > li > span,.pagination>.disabled>a {
    background-color: rgb(6, 56, 65);
    border: 1px solid rgb(9, 119, 139);
}
/* 日期插件样式修改 */
.datetimepicker{
    background: #063841;
}
.datetimepicker table{
    width: 100%;
}
.datetimepicker .table-condensed>thead>tr{
    background: #063841;
}
.datetimepicker table tr td.day,.datetimepicker table tr td span{
    color: #00d8ff;
}
.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot th:hover{
    background: #0CC1DC;
    color: #fff !important;
}
.datetimepicker table tr td.old{
    color: #015967;
}
.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled:hover[disabled]
,.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active{
    background-color: #0CC1DC;
    background-image: none;
    color: #fff;
}
.datetimepicker table tbody tr{
    border-bottom: none;
}
.datetimepicker table tbody tr th:hover{
    background: none;
    border: 1px solid #0CC1DC;
}
[class*=" datetimepicker-dropdown"]:after,.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgba(245,245,245,0.3);
}
::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(245,245,245,0.3);
}
::-webkit-scrollbar:horizontal {
    height: 8px;
    background-color: rgba(245,245,245,0.3);
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #09778B;
}
.modal-open .modal{
    overflow-x: visible;
    overflow-y: visible;
}
.dropdown-toggle{
    height: 34px;
    /* line-height: 34px; */
    font-size: 14px;
}
select{
    appearance: none;
    /* IE */
    -webkit-appearance: none;
    /* google */
    -moz-appearance: none;
}
.modal-body{
    font-size: 14px;
}
.modal-header{
    padding: 11px 15px;
}
.modal-header h4{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.modal-header .close {
    margin-top: 0px;
}
.input-group .form-control{
    height: 30px;
}