/*新加css*/
body{
    background: #fff;
}
.topNavBarBox {
    background: url("../img/houseSecuri/headerBg.png") no-repeat 100% 100%;
}
.topNavBarBox .navbar-static-top{
    background: transparent;
}
.navbar-header .logoBox{
    padding: 25px 20px;
}
/*左侧logo*/
.navbar-left .TopMenuItem{
    float: left;
    width: 86px;
    height: 101px;
    text-align: center;
    border-top: 2px solid transparent;
}
.navbar-left .TopMenuItem>a{
    padding: 0;
    padding-top: 15px;
}
.navbar-left .TopMenuItem>a>img{
    height: 40px;
}
.navbar-left .TopMenuItem>a:hover{
    background: transparent;
}
.navbar-left .TopMenuItem.active>a:hover{
    background: transparent;
}
.navbar-left .TopMenuItem.active{
    background: url("../img/houseSecuri/menuItemBg.png");
    border:0;
    border-top: 2px solid #f19149;
}
.navbar-left .TopMenuItem>a>.topMenuName{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding-top: 12px;
}
/*头部右边*/
.navbar-right .text-muted{
    color: #fff;
}
.topNavBarBox .navbar-right>li>a{
    color:#fff;
    padding-top:49px;
}
/*左侧菜单*/
.metismenu>.nav-header{
    background: #58c7fd;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0;
}
.metismenu>.nav-header>span{
    vertical-align: middle;
}
.metismenu>li>a{
    background: url("../img/houseSecuri/menuBottomThin.png") no-repeat bottom center ;
    color: #000;
}
.metismenu li.active{
    border-left:0;
    background: #fff;
}
.metismenu li.active>a{
    background: #00000003;
}
.metismenu li>a>.fa{
    color: #5dc8fd;
}
.metismenu li.active>a>.fa{
    color: #fff;
}
.metismenu>li.active>a{
    background: url("../img/houseSecuri/menuBottom.png") no-repeat bottom center;
    background-color: #fff;
    color: #000;
}
.metismenu>li>a>.fa,.metismenu>li.active>a>.fa{
    color: #42bcf9;
}
.navbar-default .metismenu li a:hover,.navbar-default .metismenu li a:focus{
    background: #fff;
    color: #000;
}
.navbar-default .metismenu>li>a:hover,.navbar-default .metismenu>li>a:focus{
    background: url("../img/houseSecuri/menuBottomThin.png") no-repeat bottom center ;
    color: #000;
}
.navbar-default .metismenu li.active>a:hover{
    /* background: #5dc8fd; */
    color: #fff;
}
.navbar-default .metismenu>li.active>a:hover{
    background: url("../img/houseSecuri/menuBottom.png") no-repeat bottom center ;
    background-color: #fff;
    color: #000000;
}
/*登录页*/
.loginBg{
    background: url("../img/houseSecuri/loginBg.png") no-repeat;
    background-size: cover;
    position: relative;
}
.loginBg .middle-box.loginscreen{
    background: #fff;
    width: 412px;
    max-width: none;
    padding: 50px 35px 40px;
    border-radius: 5px;
    box-shadow:-5px 5px 20px 0 #333;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -206px;
    margin-top:-250px;
}
.loginBg .loginImgBox{
    text-align: center;
    margin-bottom: 20px;
}
.middle-box .m-t>.form-group{
    position: relative;
}
.middle-box .m-t>.form-group .form-control{
    padding-left: 28px;
    border:0;
    border-bottom: 1px solid #cccccc;
}
.middle-box .m-t>.form-group .inputIcon{
    position: absolute;
    top:10px;
    left:3px;
}
.verliCodeBox{
    text-align: left;
}
.verliCodeBox:after{
    content: "";
    display: block;
    clear: both;
}
.verliCodeBox>.form-control{
    width: 205px;
    display: inline-block;
}
.verliCodeBox>.verliCodeImg{
    float: right;
}
.remeberPwd{
    text-align: left;
}
.remeberPwd>label{
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
}
.remeberPwd>input+label:before{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    border: 1px solid #c0c0c0;
    border-radius: 3px;
}
.remeberPwd>input + label:after, .remeberPwd>input + label:after {
    position: absolute;
    display: none;
    content: '';
}
.remeberPwd>input + label:after {
    top: 2px;
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}
.remeberPwd>input:checked + label:before {
    border: #f39800;
    background: #f39800;
}
.remeberPwd>input:checked + label:after, .remeberPwd>input:checked + label:after {
    display: block;
}
.m-t .btn{
    background: #1194d4;
    border:1px solid #1194d4;
    font-size: 18px;
    height: 45px;
}
.clearBoth:after{
    content: "";
    display: block;
    clear: both;
}
.clearBoth>.haveAccount{
    float: left;
    color: #999999;
    font-size: 14px;
}
.clearBoth>.haveAccount>.register{
    color: #1194d4;
}
.clearBoth>.forgetPwd{
    float: right;
    font-size: 14px;
    color: #111111;
}