

body {
    background: #f1f1f1;
    font-family: 'Open Sans', sans-serif;
    color: #878686;
    line-height: 20px;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    overflow-x:hidden;
}

ul{
    margin:0px;
    padding:0px;
}

ul ul{
    padding-left:20px;
}

a {
    color: #0781B7;
}
a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #333333;
    text-decoration:none;
}
h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    color: #2b2b2b;
}
.mtop10 {
    margin-top: 10px;
}
hr {
    border-color: #ddd;
}


/*--------------------------------------------*/
/*   Helper clasess
/*--------------------------------------------*/

.clear{
    clear:both;
}


.left-side {
    width: 200px;
    position: absolute;
    top: 64px;
    left: 0;
    border-right:1px solid #bcbcbc;
}
.col-sm-12{
    width:100%;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}
.sticky-left-side {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
}

.left-side-collapsed .sticky-left-side {
    overflow-y: visible;
}





.left-side .logged-user .media-body span {
    font-style: italic;
    font-size: 11px;
    opacity: 0.5;
}

.custom-nav {
    margin-bottom: 10px;
}

.custom-nav > li > a {
    color: #404694;
    padding: 12px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.custom-nav > li > a:hover, .custom-nav > li > a:active, .custom-nav > li > a:focus {
    background-color: #4c55c9 !important;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
}

/*.custom-nav > li.menu-list > a {
	background: transparent url(../images/plus-white.png) no-repeat 93% center;
}*/


.custom-nav > li.menu-list > a:after {
    content: "+";
    font-family:"微软雅黑";
    right: 58px;
    font-size:16px;
    position: absolute;
    top: 10px;
    color:#9c9dad;
    font-size:12px;
}

.custom-nav > li.menu-list.nav-active > a:after {
    content: "-";
    font-family:"微软雅黑";
    right: 58px;
    font-size:16px;
    position: absolute;
    top: 12px;
    color:#9c9dad;
    font-size:12px;
}


.left-side-collapsed .custom-nav > li.menu-list > a:after{
    display:none;
}


.custom-nav > li.nav-active > ul {
    display: block;
}

/*.custom-nav > li.nav-active > a:hover {
	background-image: url(../images/minus.png);
}*/

.custom-nav > li.active > a, .custom-nav > li.active > a:hover, .custom-nav > li.active > a:focus {
    background-color: #232F3A;
    color: #d8d4d4;
}


.custom-nav .sub-menu-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #f1f1f1;
}

.custom-nav .sub-menu-list > li > a {
    color: #000;
    font-size: 13px;
    display: block;
    padding: 10px 5px 10px 50px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;

}

.custom-nav .sub-menu-list > li > a:hover, .custom-nav .sub-menu-list > li > a:active, .custom-nav .sub-menu-list > li > a:focus {
    text-decoration: none;
    color: #000;
    background: #c8c5e0;
}



/*--------------------------------------------*/
/*   Left Side Collapse
/*--------------------------------------------*/




.left-side-collapsed .custom-nav li a {
    text-align: center;
    padding: 10px;
    position: relative;
}

.left-side-collapsed .custom-nav > li.menu-list > a {
    background-image: none;
}




.left-side-collapsed .custom-nav ul, .left-side-collapsed .custom-nav .menu-list.nav-active ul {
    display: none;
}

.left-side-collapsed .custom-nav .menu-list.nav-hover ul {
    display: block;
}

.left-side-collapsed .custom-nav li.nav-hover a span {
    display: block;
    color: #fff;
}

.left-side-collapsed .custom-nav li.nav-hover.active a span {
    background: #544ed4;
    color: #fff;
}

.left-side-collapsed .custom-nav li.nav-hover ul {
    display: block;
    position: absolute;
    top: 40px;
    left: 53px;
    margin: 0;
    min-width: 172px;
    background: #353F4F;
    z-index: 100;
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
    overflow-y: auto;
}

.left-side-collapsed .custom-nav ul a {
    text-align: left;
    padding: 6px 10px;
    padding-left: 10px;
}

.left-side-collapsed .custom-nav ul a:hover {
    background: #2A323F;
}

.left-side-collapsed .custom-nav li a i {
    margin-right: 0;
}

.left-side-collapsed .main-content {
    margin-left: 53px;
}

.left-side-collapsed .left-side {
    overflow: visible !important;
}




/*--------------------------------------------*/
/*   Main content
/*--------------------------------------------*/



.main-content {
    margin-left: 201px;
    background: #fff;
}

.wrapper {
    padding-top:90px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
}

.wrapper::after {
    clear: both;
    display: block;
    content: '';
    margin-bottom: 0px;
}
.title-content{
    font-size:18px;
    color:#4f5fb0;
    font-weight:bold;
}
.search-box1{
    margin-bottom:20px;}
.search-box1 input{
    width:140px;
    height:24px;
    background:#f4f4f4;
    border:1px solid #e1e1e1;}
.search-box1 div{
    padding-left:0;
    color:#333;}
.search-box1 > div{
    margin-bottom:16px;}
.cont-table-box{
    background:#dae3f2;
    border:1px solid #cdcdcd;
    /*margin-top:20px;*/
    /* margin-bottom:20px; */
}
.cont-table-title{
    color:#264c90;
    line-height:40px;
    border-bottom:1px solid #cdcdcd;
    margin-left:1200px;

    padding-left:16px;

 }
.table1{
    border-collapse:collapse;
    border:1px solid #d2d2d2;
/*     margin-left:-16px;
    margin-right:-16px;
    margin-top:-12px; */
    margin-bottom:-2px;
/*     background:#fff; */
}
.table1 th{
    border:1px solid #d2d2d2;
    background:#f5f8fa;
    color:black;
    text-align:left;
   /*  padding-top:10px;
    padding-bottom:10px; */
    padding-left: 10px;
    font-size:14px;}
.table1 tr{
	line-height: 38px;
}    
.table1 td{
    border:1px solid #d2d2d2;
/*     padding-top:6px;
    padding-bottom:6px; */
    padding-left: 10px;
    font-size:12px;
    color:#333;}
.table-bottom-tab{
    color:#929292;
    font-weight:bold;
    font-size:14px;
    line-height:28px;
    width:100%;
    border-bottom:2px solid #929292;
    margin-bottom:16px;
}
.table-bottom-tab a{
    color:#929292;
    display:block;
    margin-bottom:-2px;
    text-align:center;}
.tab-active{
    padding-left:0px;
    text-align:center;}
.tab-active > a{
    display:block;
    border-bottom:2px solid #ef8a2e;
    color:#ef8a2e;
    margin-bottom:-2px;
    border-left:2px solid #ef8a2e;}
.table-tab-cont table,.table-tab-cont table th,.table-tab-cont table td{
    border:1px solid #d2d2d2;}
.table-tab-cont table th,.table-tab-cont table td{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size:12px;
}
.table-tab-cont table th{
    color:#fff;
    background:#403eb1;
}
.table-tab-cont table td{
    color:#333;}
/*--------------------------------------------*/
/*  White Panel & Popover
/*--------------------------------------------*/

.menu-hide{
    width: 18px;
    position: fixed;
    width: 18px;
    height: 66px;
    background: #d5d5d5;
    left: 200px;
    z-index: 9999;
    border: 1px solid #dddd;
    top: 50%;
    margin-top: -33px;
    line-height: 66px;

}
.menu-show{
    width: 18px;
    position: fixed;
    width: 18px;
    height: 66px;
    background: #d5d5d5;
    left: 0px;
    z-index: 9999;
    border: 1px solid #dddd;
    top: 50%;
    margin-top: -33px;
    line-height: 66px;

}
