html {
    background: #edf1f8;
}

.gray-bg {
    background: #edf1f8;
}

@font-face {
    font-family: "iconfont";
    src: url(../fonts/iconfont.eot);
    /* IE9*/
    src: url(../fonts/iconfont.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../fonts/iconfont.woff) format('woff'), /* chrome, firefox */
    url(../fonts/iconfont.ttf) format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url(../fonts/iconfont.svg#iconfont) format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
}


/*header*/

header {
    height: 70px;
    color: #fff;
    background: url(../images/headerbg.png) center top;
    padding: 0px 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

header a,
header a:hover {
    color: #fff;
    margin: 10px 50px 0px 0px;
    display: inline-block;
}

header .h2 {
    margin-top: 15px;
}

header .h2 .iconfont {
    font-size: 35px;
}

.logo {
    padding: 10px 5px;
    margin-right: 50px;
}

.topbar {
    margin: 0px 20px;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    height: 70px;
}

.topbar li {
    float: left;
    display: block;
    white-space: nowrap
}

.topbar li a {
    text-align: center
}

.topbar li a:hover {
    margin-top: 9px;
}

.topbar li a i {
    display: block;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    margin: 3px auto;
    line-height: 35px;
    background: #fff;
    color: #3385da;
    font-size: 20px
}

.topbar li a:hover i {
    color: #ff6565
}

.topbar li.topbar-right a i,
.topbar li.topbar-left a i {
    background: none;
    color: #fff;
    margin: 10px;
}

.top-right a {
    padding: 13px 5px;
    margin: 0px 5px;
    position: relative;
}

.top-right a span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #ff6565;
    color: #fff;
    z-index: 2;
    top: 12px;
    right: 0px;
    text-align: center;
}

.top-right a:hover {
    padding: 13px 5px;
    margin: 0px 5px;
}

.top-right a i {
    font-size: 30px;
}

.top-right a:hover i {
    position: relative;
    top: -2px;
}

.topbar-next {
    /*    visibility: hidden;*/
    margin-top: 15px;
    margin-right: 20px;
}

.topbar-prev {
    /*  visibility: hidden;*/
    margin-top: 15px;
}

@media screen and (max-width: 1860px) {
    header a,
    header a:hover {
        margin: 10px 40px 0px 0px;
    }
}

@media screen and (max-width: 1745px) {
    header a,
    header a:hover {
        margin: 10px 30px 0px 0px;
    }
}

@media screen and (max-width: 1620px) {
    .topbar-next,
    .topbar-prev {
        visibility: visible;
    }
}

@media screen and (max-width: 880px) {
    .topbar {
        display: none;
    }
    .topbar-next,
    .topbar-prev {
        display: none;
    }
}

@media screen and (max-width: 715px) {
    .top-right {
        display: none;
    }
}

@media (max-width: 768px) {
    .content-tabs {
        display: block;
    }
}

body.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 1px;
}

body.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 1px;
}

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 1px;
}

body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 1px;
}

.sidebar .nav > li {
    border-bottom: 1px solid #3f4a59;
}

.sidebar .nav > li.active {
    border-left: none;
    background: #fff;
    border: none;
    color: #333;
}

.sidebar .nav > li.topbtn {
    height: 34px;
    border-bottom: solid 2px #ff6565;
    color: #555;
}

.nav > li.topbtn > a {
    background: #414c5c;
}

.content-tabs button {
    background: #485566;
    /*    height: 33px;*/
    color: #fff;
}

.sidebar .fa.arrow:before {
    content: "\f105";
}

.sidebar a {
    color: #333;
}

.content-tabs .roll-right {
    border-left: none;
}

.page-tabs a:hover,
.content-tabs .roll-nav:hover {
    color: #fff;
    background: #485566;
}

.sidebar .active > a {
    /*color: #0085d8;*/
    color: #fff;
    background: #414c5c;
    border-bottom: 1px solid #3f4a59;
}

.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover {
    text-decoration: none;
    background-color: #414c5c;
    /* font-weight: bold; */
    color: #beddff;
}

.navbar-default .nav.nav-second-level> li > a {
    background: #ffebeb;
    color: #333;
    border-bottom: 1px solid #fff;
}

.navbar-default .nav.nav-third-level> li > a {
    background: #fff;
    color: #333;
}

.navbar-default .nav.nav-second-level>li>a:hover,
.navbar-default .nav.nav-second-level>li>a:focus,
.nav.nav.nav-second-level > li.active > a {
    text-decoration: none;
    background-color: #ffebeb;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #fff;
    border-left: 2px solid #ff6565;
}

.navbar-default .nav.nav-second-level>li>a:hover {
    background: #fff2f2;
}

.navbar-default .nav.nav-third-level>li>a:hover,
.navbar-default .nav.nav-third-level>li>a:focus,
.nav.nav.nav-second-level > li.active > a {
    text-decoration: none;
    background-color: #fff2f2;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #fff;
    border-left: 2px solid #ff6565;
}

.nav-second-level li:last-child {
    margin-bottom: 0px;
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .arrow {
    float: right;
    line-height: 1.5;
}

.sidebar .nav-second-level,
.sidebar .nav-third-level {
    /* margin-left: 1.7em;*/
    text-align: center;
}

.sidebar i {
    margin-right: 5px;
}

.ibox-title h5 {
    margin: 0px;
}

.page-tabs a.active {
    background: #ff6565;
    color: #fff;
}

.page-tabs a i {
    color: #fff;
    margin-left: 10px;
    display: none;
}

.page-tabs a i.menushow {
    display: block;
    margin: 0px;
}

.page-tabs a:hover i {
    display: inline;
}

.page-tabs a.active:hover,
.page-tabs a.active i:hover {
    background: #ff6565;
    color: #fff;
}

.page-tabs a i:hover {
    color: #beddff;
}

.page-tabs a {
    text-decoration: none;
    color: #fff;
    border-right: solid 2px #485566;
    background: #3f4a59;
}

.tablesearch th {
    text-align: right;
    font-weight: normal;
    vertical-align: middle;
}

.table.tablesearch>tbody>tr>td,
.table.tablesearch>tbody>tr>th,
.table.tablesearch>tfoot>tr>td,
.table.tablesearch>tfoot>tr>th,
.table.tablesearch>thead>tr>td,
.table.tablesearch>thead>tr>th {
    padding: 2px;
    line-height: 1;
    vertical-align: middle;
    border-top: 0px solid #ddd;
}

.content-tabs {
    border-bottom: solid 2px #ff6565;
    background: #485566;
}

.roll-right.btn-group {
    right: 0px;
}

.roll-right.J_tabRight {
    right: 82px;
}

.content-tabs button {
    background: #485566;
    /*    height: 33px;*/
    color: #fff;
}

.content-tabs button:hover,
.content-tabs button:focus {
    background: #ff6565;
}

.content-tabs .roll-left {
    left: 0;
    border-right: solid 1px #2f4050;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.nav > li.active {
    border-left: none;
}

.footer {
    padding: 5px 20px;
}


/*内页*/

.msgicon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background: #4caf50;
    border-radius: 40px;
    margin: 5px 10px;
}

.msgicon.bluebg {
    background: #999999;
    ;
}

.msgicon .iconfont {
    font-size: 20px;
    color: #fff;
}

.msgright {
    margin-left: 5em;
}

.panel-default>.panel-heading {
    border: none;
    background: #d6e1f0;
}

.panel {
    border: none;
}

.include {
    padding-top: 10px;
}

table {
    background: #fff;
}

th {
    background: #d6e1f0;
    text-align: center;
    color: #000;
    font-weight: normal;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #edf1f8;
}


/*调整灰色蓝色*/

.navbar-default .nav.nav-second-level> li > a {
    background: #d6e1f0;
    color: #333;
    border-bottom: 1px solid #fff;
}

.navbar-default .nav.nav-third-level>li>a:hover,
.navbar-default .nav.nav-third-level>li>a:focus,
.nav.nav.nav-second-level > li.active > a {
    text-decoration: none;
    background-color: #edf1f8;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #fff;
    border-left: 2px solid #4385d8;
}

.navbar-default .nav.nav-second-level>li>a:hover,
.navbar-default .nav.nav-second-level>li>a:focus,
.nav.nav.nav-second-level > li.active > a {
    text-decoration: none;
    background-color: #d6e1f0;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #fff;
    border-left: 2px solid #4385d8;
}

.navbar-default .nav.nav-second-level>li>a:hover {
    background: #d6e1f0;
}

.page-tabs a.active {
    background: #4ca1e3;
    color: #fff;
}

.content-tabs {
    border-bottom: solid 0px #4ca6e6;
    background: #485566;
    height: 40px;
}

.nav > li > a {
    padding: 11px 20px 11px 25px;
}

th {
    background: #f5f5f5;
    text-align: center;
    color: #000;
    font-weight: normal;
}

.gray-bg {
    background: #fff;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #eee;
}

.panel {
    border: 1px solid #f5f5f5;
}

.page-tabs a.active:hover,
.page-tabs a.active i:hover {
    background: #4ca1e3;
    color: #fff;
}


/*纯蓝色*/

header {
    background: #4ca1e3;
}

.content-tabs {
    background: #3080bf;
}

.page-tabs a:hover,
.content-tabs .roll-nav:hover {
    color: #fff;
    background: #388aca;
}

.page-tabs a {
    border: 0px;
}

.content-tabs button {
    background: #388aca;
    /* height: 33px; */
    color: #fff;
}

.content-tabs .roll-left {
    left: 0;
    border-right: solid 0px #2f4050;
}

.content-tabs .roll-nav,
.page-tabs-list {
    color: #fff;
}

.navbar-static-side {
    background: #d6e1f0;
}

.nav > li > a {
    color: #293846;
}

.nav > li > a {
    padding: 11px 20px 11px 25px;
    background: #3080bf;
    color: #fff;
    border-left: 3px solid #3080bf;
}

.navbar-default .nav.nav-second-level> li > a {
    background: #d6e1f0;
    color: #333;
    border-bottom: 1px solid #fff;
}

.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover {
    background-color: #2a76b2;
    border-left: 3px solid #2a76b2;
}

.navbar-static-side {
    background: #f5f5f5;
}

.page-tabs a {
    background: #388aca;
}

.page-tabs a.active {
    background: #d6e1f0;
    color: #3080bf;
}


/*///////////////////*/
/*

.nav > li > a {
    padding: 11px 20px 11px 25px;
    background: #d6e1f0;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    border-left: 3px solid #d6e1f0;
}

.navbar-default .nav.nav-second-level>li>a:hover {
    background: #fff;
    color: #3080bf;
}

.nav > li.active > a {
    color: #ffffff;
    background: #3080bf;
    border-left: 3px solid #3080bf;
}

.navbar-default .nav.nav-second-level> li > a {
    background: #ffffff;
    color: #3080bf;
    border-bottom: 1px solid #f5f5f5;
    text-indent: 1.8em;
   
    font-weight: normal;
}

.content-tabs {
    background: #d6e1f0;
}

header {
    background: #3080bf;
}

.content-tabs button {
    background: #d6e1f0;
     height: 33px; 
    color: #3080bf;
}

.content-tabs .roll-nav,
.page-tabs-list {
    color: #3080bf;
}

.nav > li.active > a {
    color: #000000;
    background: #c2d3e8;
    border-left: 3px solid #3080bf;
}

.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover {
    background-color: #b9ceea;
    border-left: 3px solid #2a76b2;
    color: #000;
}

.page-tabs a {
    background: #f0f6ff;
    color: #000;
}

.page-tabs a:hover,
.content-tabs .roll-nav:hover {
    color: #3080bf;
    background: #d6e1f0;
}

.page-tabs a.active:hover,
.page-tabs a.active i:hover {
    background: #fff;
    color: #3080bf;
}

.page-tabs a:hover i,
.page-tabs a.active:hover i {
    color: #4ca1e3
}


.navbar-default .nav.nav-third-level> li > a {
    background: #ffffff;
    color: #333;
    height: 33px;
    text-indent: 1.8em;
    border-left: 3px solid #d6e1f0;
    font-weight: normal;
    border-bottom: 1px solid #f8f8f8;
}
*/
.navbar-default .nav.nav-second-level> li > a {
    text-indent: 1.7em;border-left: 3px solid #d6e1f0;  font-weight: normal; border-bottom: 1px solid #f8f8f8;
}

.navbar-default .nav.nav-third-level> li > a {
    text-indent: 1.7em;border-left: 3px solid #d6e1f0;  font-weight: normal; border-bottom: 1px solid #f8f8f8;
}

body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side {
    position: fixed;
    width: 220px;
    z-index: 999;
    height: calc(100% - 70px);
}