/* 未能缩小。正在返回未缩小的内容。
(603,24): run-time error CSS1046: Expect comma, found '72'
(603,30): run-time error CSS1046: Expect comma, found '/'
(652,24): run-time error CSS1046: Expect comma, found '118'
(652,31): run-time error CSS1046: Expect comma, found ')'
(659,24): run-time error CSS1046: Expect comma, found '72'
(659,30): run-time error CSS1046: Expect comma, found '/'
 */
.navbar-nav > li > a{
    padding-bottom:10px!important;
    padding-top:12px!important;
}
#mini,
.navbar-nav > li > a > i {
    font-size: 1.8em;
}
        .navbar-nav > li > a > i + span {
            padding-bottom: 10px !important;
            padding-top: 10px !important;
            vertical-align: text-bottom;
        }
.container-fluid h3:first-of-type:before {
    border-left: 5px solid #1681e5;
    content: '\00A0';
}

.theme-blue .main-nav-tabs {
    border-bottom: 1px solid #ccc !important;
}

    .theme-blue .main-nav-tabs > li > a:hover:after,
    .theme-blue .main-nav-tabs > li.active > a:after {
        width: 100%;
        border: 2px solid #ccc !important;
    }

    .theme-blue .main-nav-tabs > li.active > a {
        border: 0 !important;
        color: #555 !important;
        font-weight: bold !important;
        padding: 6px 12px !important;
        margin: 6px 0 0 0 !important;
        background: #eee !important;
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }

    .theme-blue .main-nav-tabs li a {
        border-radius: 0 !important;
        font-size: 15px !important;
        border: none !important;
        color: #999 !important;
        padding: 4px 12px !important;
        margin-top: 9px;
        background: #ddd !important;
    }
    /*  上面是主框架标签样式*/

.tagItem {
    cursor: pointer;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    font-size: 1.1em;
}

.theme-dark .tagItem {
    color: #14c43d;
}

.theme-blue .tagItem {
    color: #111;
}
.row-css {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding: 10px 0 10px 0;
}

    /* 实时数据显示样式*/    
.row-css .control-label {
        padding: 0;
    }

    .row-css:nth-of-type(2n+1) {
        background-color: #f5f5f5;
    }

    .row-css:hover {
        background-color: #ccc;
    }

.lowlow {
    background-color: #0000FF;
}

.low {
    background-color: #0099FF;
}

.high {
    background-color: #FF33CC;
}

.hihi {
    background-color: #FF0000;
}


.off {
    background-color: gray;
}
.lowlow.blink, .low.blink, .high.blink, .hihi.blink {
    animation: bgblink 1s linear infinite;
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: bgblink 1s linear infinite;
    -moz-animation: bgblink 1s linear infinite;
    -ms-animation: bgblink 1s linear infinite;
    -o-animation: bgblink 1s linear infinite;
    z-index: 0;
}
@keyframes bgblink {
    0% {
        background: z;
    }

    90% {
        background: z;
    }

    90.01% {
        background: transparent;
    }

    100% {
        background: transparent;
    }
}

/* 实时数据显示样式*/
/* 以下实际使用若已初始化可删除 .nav height父级需逐级设置为100%*/
body.theme-blue, html {
    height: 100%;
    overflow: hidden;
    background: #ffffff !important;
}

body.theme-dark.login {
    -webkit-filter: grayscale(25%); /* Chrome, Safari, Opera */
    filter: grayscale(25%);
}
body.theme-dark {
    height: 100%;
    overflow: hidden;
    color: #ccc;
    background: #121828;
}

.theme-dark .open > .dropdown-toggle.btn-default,
.theme-dark .bootstrap-select .btn-default,
.theme-dark .form-control {
    background-color: rgba(18,24,40,.8) !important;
    border: 1px solid #333;
    color: #ccc;
}

.theme-dark .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li a:hover {
    background-color: #1e90ff !important;
}

.theme-dark label {
    color: #ccc;
}

.theme-dark .pagination > li > a,
.theme-dark .pagination > li > span,
.theme-dark .dropdown-menu,
.theme-dark .btn-default,
.theme-dark .input-group-addon {
    color: #ccc;
    background-color: #626775bd;
    border: 1px solid #333;
}
.theme-dark .option-parent {
    background-color: #0088cc8f;
}

.theme-blue .dropdown-menu,
.theme-blue .btn-default,
.theme-blue .input-group-addon {
    background-color: #ffffffb3;
}

.theme-dark .pagination .page-item.active a {
    background-color: #337ab7;
    border-color: #337ab7;
}

body, ul {
    margin: 0;
    padding: 0
}

body {
    font: 14px "微软雅黑","宋体","Arial Narrow",HELVETICA;
    -webkit-text-size-adjust: 100%;
}

li {
    list-style: none
}

.theme-dark a {
    color: #b5e2f1 !important;
}

a {
    text-decoration: none !important;
}

#theme-style span {
    display: inline-block;
    height: 25px;
}

#theme-blue span:first-child {
    width: 25px;
    background-color: #1681e5;
    color: #1681e5;
    border-radius: 4px;
    border: 1px solid #fff;
}

#theme-dark span:first-child {
    width: 25px;
    background-color: #1b2b42;
    color: #1b2b42;
    border-radius: 4px;
    border: 1px solid #fff;
}

.navbar-inverse {
    background-color: #1681e5;
    border-color: #1681e5;
}

.theme-blue .navbar-inverse {
    background-color: #1681e5;
    border-color: #1681e5;
}

.theme-dark .navbar-inverse {
    background-color: #1b2b42;
    border-color: #121828;
}

.theme-blue .navbar-inverse a {
    color: #fffffe !important;
}

.theme-dark .navbar-inverse a {
    color: #ddd !important;
}

.theme-blue .navbar-inverse .navbar-nav:hover,
.theme-blue .navbar-inverse .navbar-nav > .open > a,
.theme-blue .navbar-inverse .navbar-nav > .open > a:focus,
.theme-blue .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: rgba(0,0,0,.1);
}
/*按钮主颜色*/
.theme-blue .btn-primary {
    background-color: #1681e5;
    border: 1px solid #1681e5;
}

    .theme-blue .btn-primary:hover {
        background: rgba(0, 102, 221, 0.8);
    }

.theme-blue .text-primary {
    color: #fffffe;
}

.theme-blue .text-success {
    color: #0efb29;
}

.theme-blue .text-info {
    color: #1fe2c4;
}

.theme-blue .text-danger {
    color: #faa013;
}

.theme-blue .text-error {
    color: #ff0000;
}
.theme-blue .text-mark {
    color: dodgerblue;
}
/*表格颜色*/

.theme-blue .fixed-table-body-columns tr.hover,
.theme-blue .table-hover > tbody > tr:not(.detail-view):hover,
.theme-blue .table-hover > tbody > tr.info:hover,
.theme-blue .table-hover > tbody > tr.info:hover > td,
.theme-blue .table-hover > tbody > tr:hover > td > a,
.theme-blue .bootstrap-table .table-hover > tbody > tr:hover > td .tagItem,
.theme-blue .fixed-table-container tbody .selected td,
.theme-blue .bootstrap-table .table-hover > tbody > tr.hover > td,
.theme-blue .bootstrap-table .table-hover > tbody > tr.hover > td a,
.theme-blue .bootstrap-table .table-hover > tbody > tr.hover {
    background-color: #5681e5 !important;
    color: #eee !important;
}

.theme-blue .bootstrap-table .table tr th,
.theme-blue .table-bordered > thead > tr > th {
    border-top: 0 !important;
    border: 1px solid #cccccc99 !important;
}
.theme-blue .bootstrap-table .table td {
    border: 1px solid #cccccc99 !important;
}
    .theme-blue  .bootstrap-table .table td:first-child,
    .theme-blue  .bootstrap-table .table th:first-child,
    .theme-blue  .fixed-table-footer:first-child {
        border-left: 0 !important;
    }

.theme-blue  .bootstrap-table .fixed-table-container {
    border: 1px solid #cccccc99 !important;
}

.theme-blue  .bootstrap-table .table,
.theme-blue  .bootstrap-table .table thead th {
    border-bottom: 1px solid #cccccc99 !important;
}
.theme-blue  .fixed-table-body-columns .table {
    border-right: 1px solid #cccccc99 !important;
}


.theme-dark .fixed-table-container tbody .selected td,
.theme-dark .bootstrap-table .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #5c9cd933 !important;
}
.theme-dark .fixed-table-body-columns tr.hover,
.theme-dark .table-hover > tbody > tr:hover,
.theme-dark .bootstrap-table .table-hover > tbody > tr.hover > td,
.theme-dark .bootstrap-table .table-hover > tbody > tr.hover,
.theme-dark .bootstrap-table .table-striped > tbody > tr:hover{
    background-color: #5c9cd988 !important;
}

.theme-dark .fixed-table-loading,
.theme-dark .bootstrap-table .table {
    background-color: #121828;
}

    .theme-dark .bootstrap-table .table td,
    .theme-dark .bootstrap-table .table th,
    .theme-dark .fixed-table-footer {
        border-top: 1px solid #5069a2 !important;
        border-left: 1px solid #5069a2 !important;
    }

.theme-dark .bootstrap-table .fixed-table-container {
    border: 1px solid #5069a2;
}

.theme-dark .bootstrap-table .table,
.theme-dark .bootstrap-table .table thead th {
    border-bottom: 1px solid #5069a2;
}
.theme-dark .fixed-table-body-columns .table {
    border-right: 1px solid #5069a2;
}

.theme-dark .fixed-table-header-columns,
.theme-dark .fixed-table-body-columns {
    background-color: transparent;
}

.theme-dark .table tr.success,
.theme-dark .table tr.info,
.theme-dark .table tr.warning,
.theme-dark .table tr.danger,
.theme-dark .table tr.info {
    color: #333;
}
.theme-dark .table-bordered > tbody > tr > td,
.theme-dark .table-bordered > tbody > tr > th,
.theme-dark .table-bordered > tfoot > tr > td,
.theme-dark .table-bordered > tfoot > tr > th,
.theme-dark .table-bordered > thead > tr > td,
.theme-dark .table-bordered > thead > tr > th,
.theme-dark .table-bordered {
    border: 0;
}
/*dark按钮主颜色*/
.theme-dark .btn-primary {
    background-color: rgba(0, 102, 221, 0.8);
    border: 1px solid rgba(0, 102, 221, 0.8);
}

    .theme-dark .btn-primary:hover {
        background: rgba(0, 102, 221, 0.7);
    }

.theme-dark .text-primary {
    color: #fffffe;
}

.theme-dark .text-success {
    color: #0efb29;
}

.theme-dark .text-info {
    color: #1fe2c4;
}

.theme-dark .text-danger {
    color: #faa013;
}

.theme-dark .text-error {
    color: #ff0000;
}
.theme-dark .text-mark {
    color: red;
}
/*管线背景颜色*/
.theme-blue .line-css {
    background-color: #95c2f3 !important;
}
    .theme-blue .line-css:hover {
        background-color: rgba(0,0,0,.01);
    }
.theme-blue .sumline-css {
    background-color: #95c2f3 !important;
    font-weight: bold;
}
    .theme-blue .sumline-css:hover {
        background-color: rgba(0,0,0,.01);
    }
    /*用户合计行*/
.theme-blue .line-sum-css {
    font-weight:bold;
}
/*弹窗主颜色*/
.theme-blue .bootstrap-dialog.type-primary .modal-header {
    background-color: #1681e5;
    color: #ffffff !important;
}

    .theme-blue .bootstrap-dialog.type-primary .modal-header .bootstrap-dialog-title {
        color: #ffffff !important;
    }
/* hover色 #fffffe*/

/*菜单样式*/
.theme-blue #mini {
    margin-right: 5px;
    transition: all .3s;
    cursor: pointer;
    color: #ffffff;
}

#mini img {
    width: 20px !important;
}
.theme-blue #mini:hover {
    /*background-color:rgba(0,0,0,.2);*/
    background-color: #0066dd;
}

.theme-dark #mini:hover {
    background-color: rgba(0,0,0,.2);
}

.body-content {
    margin: 0 !important;
    padding: 0 !important;
}

#east {
    position: fixed;
    margin-left: 221px;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0px;
    transition: all .3s;
}

    #east .embed-responsive {
        height: 100%;
        width: 100%;
        overflow: auto;
    }

    #east.show {
        margin-left: 60px !important;
    }
footer {
    position: fixed;
    width: 221px;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    text-align: right;
    padding: 0 15px;
    transition: all .3s;
}
footer.mini{
    margin-left:-161px;
}

.theme-blue footer {
    color: #fffffe;
    background-color: #1681e5;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}

.theme-dark footer {
    color: #fffffe;
    background-color: #1b2b42;
    box-shadow: 1px 1px 2px 1px rgba(255,255,255,0.1);
}
/* 以上实际使用若已初始化可删除 */
/* nav */
aside.nav {
    position: absolute;
    top: 50px;
    width: 221px;
    transition: all .3s;
    bottom: 30px;
}

.theme-blue aside.nav {
    background: #1681e5d1 !important;
    /*background: #ffffff;*/
    /*border-right: 1px solid #ccc;*/
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1); /*黑色阴影，用rgba表示，透明度为0.1*/
}

.theme-dark aside.nav {
    background: #1b2b42;
    /*border-right: 1px solid #ccc;*/
    box-shadow: 1px 1px 2px 1px rgba(255,255,255,0.1); /*黑色阴影，用rgba表示，透明度为0.1*/
}

aside.nav > ul > li > a {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    line-height: 45px;
    max-height: 45px;
    transition: all .3s;
}

.theme-blue aside.nav a {
    color: #eee !important;
    /*color: #555555 !important;*/
}

aside.nav > ul > li > a span {
    margin-left: 15px;
}

.theme-blue aside .nav-item {
    position: relative;
    border-bottom: 0px solid #1681e5;
}

aside .nav-item.nav-show {
    border-bottom: none;
}

aside .nav-item > ul {
    display: none;
    /*background: rgba(0,0,0,.1);*/
}

aside .nav-item.nav-show > ul {
    display: block;
}

aside .nav-item > a > i {
    display: inline-block;
    width: 15px;
}

aside .nav-item > a:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 2px;
    height: 45px;
    opacity: 0;
    transition: all .3s;
}
.theme-blue aside .nav-item > a:before {
    background: #1681e5;
}

.theme-dark aside .nav-item > a:before {
    background: rgb(59 72 90 / 75%) !important;
}

aside .nav-item.nav-show a:first-child {
    border-bottom: 1px solid #ccc;
}

aside.nav .nav-icon {
    padding: 14px 0;
    font-size: 20px;
    position: absolute;
    margin-left: -1px;
}
/* 此处修改导航图标 可自定义iconfont 替换*/
.icon_1::after {
    content: "\f1b9";
}

.icon_2::after {
    content: "\f1b9";
}

.icon_3::after {
    content: "\f1b9";
}
/*---------------------*/
.nav-more {
    padding: 12px 0;
    float: right;
    margin-right: 20px;
    font-size: 16px;
    transition: transform .3s;
}
    /* 此处为导航右侧箭头 如果自定义iconfont 也需要替换*/
    .nav-more:after {
        content: "\f105";
    }
/*---------------------*/
.nav-show .nav-more {
    transform: rotate(90deg);
}
.nav-item.nav-show .nav-more.fa{
    margin-top:8px;
}
.nav-item .nav-more.fa {
    margin-top: 4px;
}
.theme-blue .nav-show,
.theme-blue .nav-item > a:hover {
    background: rgb(11 118 218);
    color: #eee !important;
    /*color: #1681e5 !important;*/
}
.theme-dark aside .nav-item > a:before,
.theme-dark .nav-show,
.theme-dark .nav-item > a:hover {
    background: rgb(59 72 90 / 75%);
    color: #eee !important;
    /*color: #1681e5 !important;*/
}

    .nav-show > a:before, .nav-item > a:hover:before {
        opacity: 1;
    }

aside .nav-item > li:hover a {
    color: #fffffe !important;
    background: rgba(0, 0, 0,.1);
}

aside .nav-item > li:active,
aside .nav-item > li:focus,
aside .nav-item > li a:active,
aside .nav-item > li a:focus {
    color: #fffffe;
    background: rgba(0, 0, 0,.1);
}


/* nav-mini */
.nav-mini.nav {
    width: 60px;
}

    .nav-mini.nav .nav-icon { /* margin-left:-2px; */
    }

    .nav-mini.nav .nav-item > a span {
        display: none;
    }

    .nav-mini.nav .nav-more {
        margin-right: -20px;
    }

    .nav-mini.nav .nav-item > ul {
        position: absolute;
        top: 0px;
        left: 60px;
        width: 180px;
        z-index: 99;
        background: #3C474C;
        overflow: hidden;
    }

    .nav-mini.nav .nav-item:hover {
        background: rgba(255,255,255,.1);
    }

        .nav-mini.nav .nav-item:hover .nav-item a {
            color: #fffffe;
        }

        .nav-mini.nav .nav-item:hover a:before {
            opacity: 1;
        }

        .nav-mini.nav .nav-item:hover > ul {
            display: block;
        }


/*树的样式*/
.treeDiv {
    position: absolute;
    overflow: auto;
    /*width: 220px;*/
    width: 221px;
}

.jstree-default-dark {
    background-color: transparent !important;
}

    .jstree-default-dark .jstree-anchor {
        color: #ddd !important;
    }

.theme-blue .jstree-default-dark .jstree-hovered,
.theme-blue .jstree-default-dark .jstree-clicked {
    color: #fffffe !important;
    background-color: transparent;
    border-radius: 2px;
    box-shadow: inset 0 0 0 #555555;
}
/*菜单树样式*/
.theme-blue aside .jstree-default-dark {
    background-color: #e2f0fd !important;
    /*background-color: #fffffe !important;*/
}
.theme-blue aside .jstree-default-dark a {
    color:#555!important;
}

.theme-blue aside .jstree-anchor {
    color: #333 !important;
    text-shadow: none;
}

.theme-blue aside .jstree-default-dark .jstree-hovered,
.theme-blue aside .jstree-default-dark .jstree-clicked {
    font-weight: bold;
    color: #0066cc !important;
    background-color: transparent;
    border-radius: 2px;
    box-shadow: inset 0 0 0 #555555;
}

.theme-dark .jstree-default .jstree-clicked {
    background-color: #1b2b42;
}

.theme-dark aside .jstree-default-dark .jstree-hovered {
    font-weight: bold;
    color: #b5e2f1 !important;
    background-color: transparent;
    border-radius: 2px;
    box-shadow: inset 0 0 0 #555555;
}

.theme-dark aside .jstree-default-dark .jstree-clicked {
    font-weight: bold;
    /*color: #99e6ff !important;*/
    color: #222222 !important;
    background-color: transparent;
    border-radius: 2px;
    box-shadow: inset 0 0 0 #555555;
}

.theme-dark aside .jstree-default-dark li[aria-selected="true"] {
    background-color: #b5e2f1;
}

.theme-blue aside .jstree-node li a {
}
.theme-dark aside .jstree-default-dark .jstree-anchor {
    text-shadow:0;
}
/*滚动条样式*/
.theme-blue ::-webkit-scrollbar { /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

.theme-blue ::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #d6d9dc;
}

.theme-blue ::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
/*滚动条样式*/
.theme-dark ::-webkit-scrollbar { /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

.theme-dark ::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #1b2b42;
}

.theme-dark ::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #99e6ff;
}
/*滚动条样式*/
.scrollbar-app ::-webkit-scrollbar { /*滚动条整体样式*/
    width: 0; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}

.scrollbar-app ::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #337ab7;
}

.scrollbar-app ::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: #EDEDED;
}

/*主bar下拉菜单样式*/
.theme-blue .dropdown-admin {
    background-color: #1681e5;
    color: #fffefe;
}

    .theme-blue .dropdown-admin > li > a {
        color: #fffefe;
    }

        .theme-blue .dropdown-admin > li > a:focus,
        .theme-blue .dropdown-admin > li > a:hover {
            color: #fffffe !important;
            background: rgba(0,0,0,.1);
        }

    .theme-blue .dropdown-admin .divider {
        background-color: #337ab7 !important;
    }

.theme-blue .dropdown-select .dropdown-menu > li > a {
    color: #555555 !important;
}

    .theme-blue .dropdown-select .dropdown-menu > li > a:focus,
    .theme-blue .dropdown-select .dropdown-menu > li > a:hover,
    .theme-blue .dropdown-select .dropdown-menu > .active > a,
    .theme-blue .dropdown-select .dropdown-menu > .active > a:focus,
    .theme-blue .dropdown-select .dropdown-menu > .active > a:hover {
        color: #fffefe !important;
        background: #1681e5 !important;
    }

.theme-dark .dropdown-admin {
    background-color: #1b2b42;
    color: #fffefe;
}

    .theme-dark .dropdown-admin > li > a {
        color: #fffefe;
    }

        .theme-dark .dropdown-admin > li > a:focus,
        .theme-dark .dropdown-admin > li > a:hover {
            color: #1681e5 !important;
            background: rgba(255,255,255,.1);
        }

    .theme-dark .dropdown-admin .divider {
        background-color: #121828 !important;
    }

.theme-dark .dropdown-select .dropdown-menu > li > a {
    color: #ccc !important;
}

.theme-dark .dropdown-menu > li > a:focus,
.theme-dark .dropdown-menu > li > a:hover {
    background-color: rgba(0,0,0,.2) !important;
}

.theme-dark .navbar-inverse .navbar-nav:hover,
.theme-dark .navbar-inverse .navbar-nav > .open > a,
.theme-dark .navbar-inverse .navbar-nav > .open > a:focus,
.theme-dark .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: rgba(0,0,0,0.2);
}

/*blue标签页样式*/

.theme-blue .nav-tabs {
    border-bottom: 1px solid #0066cc;
}

    .theme-blue .nav-tabs li a {
        background: transparent;
        border-radius: 0;
        font-size: 16px;
        border: none;
        color: #333;
        padding: 12px 22px;
    }

    .theme-blue .nav-tabs > li.active > a,
    .theme-blue .nav-tabs > li.active > a i {
        border: 0 none;
        color: #0066cc;
        font-weight: bold;
    }

    .theme-blue .nav-tabs > li > a:after {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        border: 0;
        bottom: 0;
        transition: width 0.3s;
        -moz-transition: width 0.3s; /* Firefox 4 */
        -webkit-transition: width 0.3s; /* Safari 和 Chrome */
        -o-transition: width 0.3s; /* Opera */
    }

    .theme-blue .nav-tabs > li.active > a:after {
        width: 100%;
        border: 2px solid #1681e5;
    }

    .theme-blue .nav-tabs > li > a:hover:after {
        width: 100%;
        border: 2px solid #1681e5;
    }

    .theme-blue .nav-tabs .dropdown-admin {
        background-color: #fff !important;
    }

        .theme-blue .nav-tabs .dropdown-admin > li > a {
            height: 35px;
            padding: 5px 0 0 20px;
        }

        .theme-blue .nav-tabs .dropdown-admin > li:not(:last-child) {
            border-bottom: 1px solid #ccc;
        }

        .theme-blue .nav-tabs .dropdown-admin > li > a:focus,
        .theme-blue .nav-tabs .dropdown-admin > li > a:hover,
        .theme-blue .nav-tabs .dropdown-admin > li.active > a {
            color: #fffffe !important;
            background-color: #1681e5 !important;
            border: 0 !important;
        }

            .theme-blue .nav-tabs .dropdown-admin > li > a:focus:after,
            .theme-blue .nav-tabs .dropdown-admin > li > a:hover:after {
                border: 0 !important;
                width: 0;
            }

.theme-blue .theme-blue-content {
    padding: 5px;
    color: #5a5c5d;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    border-bottom: 1px solid #e67e22;
}

@media only screen and (max-width: 480px) {

    .theme-blue .nav-tabs {
        border-bottom: 1px solid #0066cc;
    }

        .theme-blue .nav-tabs li a {
            background: transparent;
            border-radius: 0;
            font-size: 16px;
            border: none;
            color: #333;
            padding: 12px 22px;
        }

        .theme-blue .nav-tabs > li.active > a,
        .theme-blue .nav-tabs > li.active > a i {
            border: 0 none;
            color: #0066cc;
            font-weight: bold;
        }

        .theme-blue .nav-tabs > li > a:after {
            content: "";
            position: absolute;
            left: 0;
            width: 0;
            border: 0;
            bottom: 0;
            transition: width 0.3s;
            -moz-transition: width 0.3s; /* Firefox 4 */
            -webkit-transition: width 0.3s; /* Safari 和 Chrome */
            -o-transition: width 0.3s; /* Opera */
        }

        .theme-blue .nav-tabs > li.active > a:after {
            width: 100%;
            border: 2px solid #1681e5;
        }

        .theme-blue .nav-tabs > li > a:hover:after {
            width: 100%;
            border: 2px solid #1681e5;
        }

        .theme-blue .nav-tabs .dropdown-admin {
            background-color: #fff !important;
        }

            .theme-blue .nav-tabs .dropdown-admin > li > a {
                height: 35px;
                padding: 5px 0 0 20px;
            }

            .theme-blue .nav-tabs .dropdown-admin > li:not(:last-child) {
                border-bottom: 1px solid #ccc;
            }

            .theme-blue .nav-tabs .dropdown-admin > li > a:focus,
            .theme-blue .nav-tabs .dropdown-admin > li > a:hover,
            .theme-blue .nav-tabs .dropdown-admin > li.active > a {
                color: #fffffe !important;
                background-color: #1681e5 !important;
                border: 0 !important;
            }

                .theme-blue .nav-tabs .dropdown-admin > li > a:focus:after,
                .theme-blue .nav-tabs .dropdown-admin > li > a:hover:after {
                    border: 0 !important;
                    width: 0;
                }

    .theme-blue .theme-blue-content {
        padding: 5px;
        color: #5a5c5d;
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
        border-bottom: 1px solid #e67e22;
    }
}


/*dark标签页样式*/
.theme-dark .nav-tabs {
    border-bottom: 1px solid #b5e2f1;
}

    .theme-dark .nav-tabs li a {
        background: transparent;
        border-radius: 0;
        font-size: 16px;
        border: none;
        color: #333;
        padding: 12px 22px;
    }

    .theme-dark .nav-tabs > li.active > a,
    .theme-dark .nav-tabs > li.active > a i {
        border: 0 none;
        color: #0066cc;
        font-weight: bold;
    }

    .theme-dark .nav-tabs > li > a:after {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        border: 0;
        bottom: 0;
        transition: width 0.3s;
        -moz-transition: width 0.3s; /* Firefox 4 */
        -webkit-transition: width 0.3s; /* Safari 和 Chrome */
        -o-transition: width 0.3s; /* Opera */
    }

    .theme-dark .nav-tabs > li.active > a:focus {
        background-color: transparent;
    }

    .theme-dark .nav-tabs > li.active > a:hover {
        background-color: #1b2b42;
    }

    .theme-dark .nav-tabs > li.active > a:after {
        width: 100%;
        border: 2px solid #b5e2f1;
    }

    .theme-dark .nav-tabs > li > a:hover:after {
        width: 100%;
        border: 2px solid #b5e2f1;
    }

    .theme-dark .nav-tabs .dropdown-admin {
        background-color: #1b2b42 !important;
    }

        .theme-dark .nav-tabs .dropdown-admin > li > a {
            height: 35px;
            padding: 5px 0 0 20px;
        }

        .theme-dark .nav-tabs .dropdown-admin > li:not(:last-child) {
            border-bottom: 1px solid #ccc;
        }

        .theme-dark .nav-tabs .dropdown-admin > li > a:focus,
        .theme-dark .nav-tabs .dropdown-admin > li > a:hover,
        .theme-dark .nav-tabs .dropdown-admin > li.active > a {
            color: #fffffe !important;
            background-color: #1681e5 !important;
            border: 0 !important;
        }

            .theme-dark .nav-tabs .dropdown-admin > li > a:focus:after,
            .theme-dark .nav-tabs .dropdown-admin > li > a:hover:after {
                border: 0 !important;
                width: 0;
            }

.theme-dark .theme-blue-content {
    padding: 5px;
    color: #5a5c5d;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    border-bottom: 1px solid #e67e22;
}

/*面板样式*/
.theme-dark .panel {
    background-color: #1b2b42;
}

.theme-dark .panel-default {
    border-color: #1b2b42;
}

    .theme-dark .panel-default > .panel-heading {
        color: #ffffff;
        background-color: rgba(255,255,255,.1);
        border-color: #1b2b42;
    }

    .theme-dark .panel-default > .panel-body {
        background-color: rgba(255,255,255,.2);
    }

.theme-dark .bootstrap-dialog.type-primary .modal-header {
    background-color: #1b2b42;
    border-color: #121828;
}

.theme-dark .modal-body {
    background-color: #1e4264;
}

.theme-dark .modal-footer {
    background-color: #1b2b42;
    border-top: #121828;
}
/*  弹窗效果定义   */
.modal.in {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-name: fadeInScale;
}

/*div显示动画 begin */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0,0);
        -ms-transform: scale(0,0);
        -webkit-transform: scale(0,0);
    }

    to {
        opacity: 1;
        transform: scale(1,1);
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
    }
}

.div-animation {
    box-shadow: 5px 5px 3px #eee;
    animation-duration: .6s;
    animation-fill-mode: both;
    animation-name: fadeInScale;
}

.theme-dark .div-animation {
    box-shadow: 5px 5px 3px #121828;
}
/*div显示动画 end */
.theme-dark .list-group-item {
    background-color: transparent;
    border: 1px solid #ddd;
}

.theme-dark a.list-group-item .list-group-item-heading,
.theme-dark button.list-group-item .list-group-item-heading {
    color: #ccc;
}

.theme-dark a.list-group-item:focus,
.theme-dark a.list-group-item:hover,
.theme-dark button.list-group-item:focus,
.theme-dark button.list-group-item:hover,
.theme-dark .activea {
    color: #ccc;
    background-color: #1e4264 !important;
}

/* 按钮 hover动画 begin */
.btn.btn-primary,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-danger,
.btn.btn-success {
    transition: All 0.1s ease-in-out;
    -webkit-transition: All 0.1s ease-in-out;
    -moz-transition: All 0.1s ease-in-out;
    -o-transition: All 0.1s ease-in-out;
}

    .btn.btn-primary:hover,
    .btn.btn-info:hover,
    .btn.btn-warning:hover,
    .btn.btn-danger:hover,
    .btn.btn-success:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
/* 主按钮 hover动画 end */

/* 行 内部的删除按钮 左边距*/
a.btn-danger.btn-xs {
    margin-left: 10px !important;
}

/*jstree 右键菜单 前面图标颜色*/

.theme-blue .vakata-context li a i:first-child {
    color: #1681e5;
}

.theme-dark .topTool2,
.theme-dark .topTool .userInfo {
    color: #ccc;
    background-color: #414653;
    border: 1px solid #333;
}

.theme-blue .option2 {
    color: #333;
}

.theme-dark .option2 {
    color: #ccc;
}

.theme-dark .jstree-default .jstree-hovered,
.theme-dark .jstree-default .jstree-wholerow-hovered {
    background: #1b2b42;
}

.theme-dark .jstree-default .jstree-wholerow-clicked {
    background: #beebff;
    background: -webkit-linear-gradient(top,#1b2b42 0,#1b2b42 100%);
    background: linear-gradient(to bottom,#1b2b42 0,#1b2b42 100%);
}

.theme-dark .vakata-context {
    background: #18273b;
    border: 1px solid #426575;
    box-shadow: 2px 2px 2px #426575;
}

    .theme-dark .vakata-context li > a {
        text-shadow: 0 0 0;
    }

        .theme-dark .vakata-context li > a .vakata-contextmenu-sep {
            border-left: 1px solid #426575;
        }
        .theme-dark .vakata-context .vakata-context-hover > a,
        .theme-dark .vakata-context li > a:hover {
            background-color: #121828;
        }




.imc.main-panel {
    position: absolute;
    border-right: 1px solid #ccc;
    border-left: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: whitesmoke;
    min-height: 500px;
    min-width: 800px;
    width: 800px;
    height: 524px;
    z-index: 9999;
    bottom: 80px;
    right: 2%;
}
#imcApp #TabMain {
    width: 100%;
    height: 100%;
    /*  overflow:scroll*/
}

.im .win-bar {
    width: 100%;
    position: relative;
}
#imcApp .win-bar .header-icon {
    color: #666;
    padding: 3px;
    height: 24px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    z-index: 9;
    position: relative;
}

    #imcApp .win-bar .header-icon.closea:hover {
        background-color: orangered;
        color: whitesmoke;
    }

    #imcApp .win-bar .header-icon.maximize:hover {
        color: #333;
        background: #ddd;
    }

#imcApp #mydivheader {
    cursor: move;
    z-index: 1;
    color: #fff;
    height: 22px;
    background-color: whitesmoke;
    width: calc(100% - 60px);
    display: inline-block;
    top: 0;
    left: 0;
    margin-left: -60px;
    position: relative;
}
#imcApp .img {
    height: 40px;
}
#imcApp .conversationItem {
    height: 55px;
    line-height: 45px;
    background-color: #eee;
    font-size: 1.25em;
}
#imcApp .conversationItem img{
    margin:5px;
    width:32px;
}
    #imcApp .conversationItem:hover,
    #imcApp .conversationItem.focus {
        background-color: #ddd;
    }

#imcApp .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 40px;
    font-size: 17px;
    color: black;
    line-height: 32px;
}

.imcBtn {
    position:absolute;
    right:30px;
    bottom:30px;
    width:30px;
    height:30px;
}

#imcApp .imgBack {
    background-color: #fbfbfa;
}

#imcApp #menu {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100px;
    position: fixed;
    z-index: 999;
    padding:5px;
}
#imcApp .menu-item {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
        #imcApp .menu-item:hover {
            background-color: #eee;
            cursor:pointer;
        }

#imcApp #deleteMsg {
    background-color: #eee;
    border: 1px solid #999;
    width: 80px;
    position: absolute;
    z-index: 999;
}


#imcApp .msgs {
    height: calc(100% - 93px);
    background-color: #eee;
    border-top: 1px solid #ccc;
}
#imcApp .innerbox {
    overflow-y:  hidden !important;
    overflow-x: hidden !important;
    margin-right:6px;
}
    #imcApp .innerbox:hover {
        margin-right: 0;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }
#imcApp .innerbox::-webkit-scrollbar { /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

    #imcApp .innerbox::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
        background: rgba(0,0,0,0.1);
    }
        #imcApp .innerbox::-webkit-scrollbar-thumb:hover { /*滚动条里面小方块*/
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
        }

    #imcApp .innerbox::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px #eeeeee;
        border-radius: 0;
        background: #eeeeee;
    }

#imcApp .tabItemContainer {
    width: 60px;
    height: 100%;
    float: left;
    border: 0;
    background-color: #332e2e;
    margin-top: 0;
    padding-top: 10px;
    z-index: 2;
    position: relative;
}

#imcApp .tabBodyContainer {
    width: calc(100% - 60px);
    height: calc(100% - 22px);
    float: left;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    top: -4px;
    position: relative;
    z-index: 2;
}

#imcApp .tabItemContainer > li {
    list-style: none;
    text-align: center;
}

    #imcApp .tabItemContainer > li > a {
        float: left;
        width: 100%;
        padding: 5px 0 5px 0;
        cursor: pointer;
        text-decoration: none;
        border: 1px solid transparent;
    }

#imcApp .tabItemCurrent {
    background-color: #555353;
    position: relative;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px;
    color: #1890ff
}

#imcApp .tabItem {
    color: #e9e6e6
}

#imcApp .tabItemContainer > li > a:hover {
    color: #1890ff;
}

#imcApp .tabBodyItem {
    width: 100%;
    height: 100%;
    display: none;
    background-color:whitesmoke;
}

    #imcApp .tabBodyItem > p {
        font: "微软雅黑", Arial, Helvetica, sans-serif;
        text-align: center;
        margin-top: 30px;
    }

        #imcApp .tabBodyItem > p > a {
            text-decoration: none;
            color: #0F3;
        }

    #imcApp .tabBodyItem .conversationDiv {
        width: 226px;
        height: calc(100% + 22px);
        display: inline-block;
        border-right: 1px solid #ccc;
        overflow: hidden;
        margin-top:-22px;
    }
        #imcApp .tabBodyItem .conversationDiv .top {
            height: 46px;
            position: fixed;
            display: flex;
            padding: 5px;
            width: 226px;
            border-bottom:1px solid #ccc;
        }
            #imcApp .tabBodyItem .conversationDiv .top input::before {
                content: "\f002";
                display: inline-block;
            }
#imcApp #conversationsContainer {
    position: relative;
    top: 46px;
    overflow-y: auto;
    height: calc(100% - 40px);
}
    #imcApp .tabBodyItem .messageDiv {
        width: calc(100% - 227px );
        height: 100%;
        display: inline-block;
        position:relative;
        top:0;
        vertical-align:top;
        margin-left:-4px;
        background:#eee;
    }
#imcApp .tabBodyCurrent {
    display: block;
}
#imcApp #sendForm {
    border-top: 1px solid #ccc;
    height: 55px;
    line-height: 55px;
    background: whitesmoke;
}
#imcApp .user-icon {
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 21px;
}
#imcApp .user-title {
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
}

* {
    margin: 0;
    padding: 0;
}

#imcApp body {
    font-size: 14px;
}

#imcApp li {
    list-style: none;
}


#imcApp .handle {
    height: 10px;
    width: 10px;
    background-color: #1890ff;
    position: absolute;
    right: -10px;
    bottom: 0;
    cursor: nwse-resize;
    z-index: 99
}


.blink {
    animation: blink 1s infinite steps(1);
}

@keyframes blink {
    50% {
        color: transparent;
    }
}

#imcApp .overall {
    width: 670px;
    height: 524px;
    position: absolute;
    z-index: 99;
    bottom: 30px;
    right: 6%;
}
#imcApp #conversationNameTitle {
    text-align: left;
    padding-left: 15px;
    font-size: 1.2em;
    height: 37px;
    display: block;
    background-color: whitesmoke;
    color: #333
}
    #imcApp #conversationNameTitle #conversationInfo {
        font-size: 1.8em;
        cursor: pointer;
        height: 20px;
        line-height: 20px;
        float: right;
        vertical-align: text-top;
        margin-right: 5px;
        z-index:1;
        position:relative;
    }

#imcApp .conversationusername {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    max-width: 68px;
    white-space:nowrap;
}

#imcApp .newmsg {
    padding: 2px 4px;
    background-color: red;
    border-radius: 100%;
    color: rgb(255, 255, 255);
    font-size: 10px;
    vertical-align: 13px;
    line-height: 1;
    float: right;
    margin-top: 15px;
    margin-left: -20px;
    position: relative;
}

#imcApp .conversationUsers {
    width: 200px;
    height: 460px;
    border: 1px solid #ccc;
    display: none;
    background-color: white;
    z-index: 99
}
#imcApp .ConversationInfoDiv {
    border: 1px solid #ccc;
    position: absolute;
    z-index: 998;
    display: block;
    background-color: rgb(245, 245, 245);
    color: black;
    width: 200px;
    right: 0;
    top: 60px;
    height: 241px;
    overflow: auto;
}
#imcApp .msgTime {
    background-color: #00000038;
    padding: 5px 10px;
    border-radius: 15px;
    color: white;
}

#imcApp .msgTimeLi {
    text-align: center;
    height: 30px;
    margin-top: 10px;
}

#imcApp .textRight {
    text-align: right;
}
#imcApp .text-img {
    width: 36px;
    height: 36px;
    margin: 5px;
    cursor: pointer;
    border-radius: 18px;
    vertical-align: top;
    background: #1890ff;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 1em;
}
    #imcApp .text-img.tab {
        background: #3c76ab !important;
    }
    #imcApp .text-img.table {
        width: 26px;
        height: 26px;
        line-height: 7px;
        border-radius: 13px;
        margin:0;
    }
#imcApp .textLeft .text-img {
}
#imcApp .textRight .text-img {
    margin-right: 0!important;
}
#imcApp .msg-txt {
    display: inline-block;
    font-size: inherit;
    word-break: break-all;
    max-width: 80%;
    padding: 5px 10px;
    border-radius: 15px;
    height: auto;
    cursor: pointer;
    color: black;
    margin-top: 10px;
}
    #imcApp .msg-txt.send {
        background-color: #95ec69;
    }

    #imcApp .msg-txt.receive {
        background-color: white;
    }

#imcApp .users {
    display: inline-block;
    width: 226px;
    height: calc(100% + 22px);
    border-right: 1px solid #ccc;
    position: relative;
    top: 0;
    vertical-align: top;
    margin-top:-22px;
}
    #imcApp .users .top {
        height: 46px;
        position: fixed;
        display: flex;
        padding: 5px;
        width: 226px;
        border-bottom:1px solid #ccc;
    }
#imcApp #userlist {
    position: relative;
    top: 46px;
    overflow-y: auto;
    height: calc(100% - 46px);
}
    #imcApp #userlist .list-group-item {
        background: #eee !important;
        border: 0 !important;
        padding: 5px!important;
    }
    #imcApp #userlist .list-group-item:first-child,
    #imcApp #userlist .list-group-item:last-child {
        border-radius: 0 !important;
    }
        #imcApp #userlist .list-group-item.focus,
        #imcApp #userlist .list-group-item:hover {
            background: #dddddd !important;
        }

#imcApp .userInfo {
    display: inline-block;
    width: calc(100% - 231px);
    height: 100%;
    background-color: #f5f5f5
}

    #imcApp .userInfoDiv {
        text-align: left;
        margin-top: 60px;
        margin-left: 40px;
    }

#imcApp .conversationUserName {
    margin-left: 14px;
    display: block;
    height: 30px;
    font-size: 20px;
    color: black
}

#imcApp .msgTip {
    padding: 5px 10px;
    color: red;
}
#imcApp #ShowUserInfo {
    border: 1px solid #ccc;
    position: absolute;
    padding: 5px;
    z-index: 999;
    display: block;
    background-color: rgb(245, 245, 245);
    width: 180px;
}

.layoutLossBtn {
    position: absolute;
    right: 80px;
    bottom: 30px;
    width: 30px;
    height: 30px;
}

#layoutTableApp #layoutdivheader {
    cursor: move;
    z-index: 1;
    color: #fff;
    height: 22px;
    width: calc(100% - 60px);
    display: inline-block;
    top: -20px;
    left: 0;
    position: relative;
    margin-top: -30px;
}
.layoutTableApp.main-panel {
    position: absolute;
    min-height: 400px;
    min-width: 438px;
    width: 480px;
    height: 400px;
    z-index: 9999;
    bottom: 80px;
    right: 2%;
    border-radius: 4px;
}
.theme-blue .layoutTableApp.main-panel {
    border: 1px solid #cccccc99;
    background-color: #ffffffee;
}
    .theme-blue .layoutTableApp.main-panel .bootstrap-table .fixed-table-container {
        border: 1px solid #cccccc99!important;
        background-color: #ffffffee;
    }
.theme-blue .layoutTableApp.main-panel {
    border: 1px solid #cccccc99;
    background-color: #ffffffee;
}
.theme-dark .layoutTableApp.main-panel {
    border: 1px solid #121828;
    background-color: #2b354ff5;
}

#layoutTableApp .table-bar {
    height:30px;
}
.theme-blue #layoutTableApp .table-bar {
    background: #eee;
}
.theme-dark #layoutTableApp .table-bar {
    background: #000000;
}
#layoutTableApp .table-bar .header-icon {
    color: #666;
    padding: 3px;
    height: 24px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    z-index: 9;
    position: relative;
}

#layoutTableApp .bootstrap-table {
    margin-top: -20px;
}

.theme-df .container-fluid {
}

.theme-df iframe {
    margin-top:30px;
}

.theme-df #fancybox-frame {
    display: block !important;
}

.theme-df .navbar-inverse {
    background-image: url(../../Image/DFImg/headline.png);
    background-repeat: round;
    border-color: transparent;
}

    .theme-df .navbar-inverse a {
        color: #fffffe !important;
        font-size: 32px;
    }

.theme-df .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    margin-top: 12px;
}

.theme-df .navbar-right {
    top: 66px !important;
    font-size: 16px;
    margin-top: 14px;
}

    .theme-df .navbar-right a {
        font-size: 16px;
    }


.theme-df .navbar-header {
    line-height: 76px;
}

.navbar-inverse .navbar-nav:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #0066dd;
}

.theme-df .btn-primary {
    background-color: #0066dd;
    border: 1px solid #0066dd;
}

    .theme-df .btn-primary:hover {
        background: rgba(0, 102, 221, 0.8);
    }

.theme-df .text-primary {
    color: #fffffe;
}

.theme-df .text-success {
    color: #0efb29;
}

.theme-df .text-info {
    color: #1fe2c4;
}

.theme-df .text-danger {
    color: #faa013;
}

.theme-df .text-error {
    color: #ff0000;
}


.theme-df #east {
    position: fixed;
    /*margin-left: 77px;*/
    top: 77px;
    left: 0;
    right: 0;
    bottom: 30px;
    transition: all .3s;
}

#east .embed-responsive {
    height: 100%;
    width: 100%;
    overflow: auto;
}

#east.show {
    margin-left: 60px !important;
}


.theme-df aside.nav {
    position: absolute;
    top: 77px;
    width: 221px;
    background: #ffffff;
    transition: all .3s;
    bottom: 30px;
    border-right: 1px solid #898989;
}

.theme-df .nav-mini {
    width: 60px !important;
}

.theme-df aside.nav > ul > li > a {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    line-height: 45px;
    max-height: 45px;
    color: #000000;
    transition: all .3s;
    border-bottom: 1px solid #898989;
}

    .theme-df aside.nav > ul > li > a span {
        margin-left: 15px;
    }

.theme-df aside .nav-item > a > i {
    display: inline;
    width: 15px;
}

.theme-df .nav-more {
    padding: 12px 0;
    /* float: left; */
    /* margin-left: 133px; */
    font-size: 16px;
    transition: transform .3s;
    margin-left: 12px;
}

/*菜单树样式*/
.theme-df aside .jstree-default-dark {
    background-color: #fffffe !important;
}

.theme-df aside .jstree-anchor {
    color: #333 !important;
    text-shadow: none;
}

.theme-df aside .jstree-default-dark .jstree-hovered,
.theme-df aside .jstree-default-dark .jstree-clicked {
    font-weight: bold;
    color: #0066cc !important;
    background-color: transparent;
    border-radius: 2px;
    box-shadow: inset 0 0 0 #555555;
}

.theme-df aside .jstree-node li a {
}

/*主bar下拉菜单样式*/
.theme-df .dropdown-admin {
    background-color: #0066aa;
    color: #fffefe;
}

    .theme-df .dropdown-admin > li > a {
        color: #fffefe;
    }

        .theme-df .dropdown-admin > li > a:focus,
        .theme-df .dropdown-admin > li > a:hover {
            color: #fffffe !important;
            background: rgba(0,0,0,.1);
        }

    .theme-df .dropdown-admin .divider {
        background-color: #0066dd !important;
    }

/**/

.theme-df .dropdown-select .dropdown-menu > li > a {
    color: #555555 !important;
}

    .theme-df .dropdown-select .dropdown-menu > li > a:focus,
    .theme-df .dropdown-select .dropdown-menu > li > a:hover,
    .theme-df .dropdown-select .dropdown-menu > .active > a,
    .theme-df .dropdown-select .dropdown-menu > .active > a:focus,
    .theme-df .dropdown-select .dropdown-menu > .active > a:hover {
        color: #fffefe !important;
        background: #0066dd !important;
    }

/*标签页样式*/

.theme-df .nav-tabs {
    border-bottom: 1px solid #0066cc;
}

    .theme-df .nav-tabs li a {
        background: transparent;
        border-radius: 0;
        font-size: 16px;
        border: none;
        color: #333;
        padding: 12px 22px;
    }

    .theme-df .nav-tabs > li.active > a,
    .theme-df .nav-tabs > li.active > a i {
        border: 0 none;
        color: #0066cc;
        font-weight: bold;
    }

    .theme-df .nav-tabs > li > a:after {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        border: 0;
        bottom: 0;
        transition: width 0.3s;
        -moz-transition: width 0.3s; /* Firefox 4 */
        -webkit-transition: width 0.3s; /* Safari 和 Chrome */
        -o-transition: width 0.3s; /* Opera */
    }

    .theme-df .nav-tabs > li.active > a:after {
        width: 100%;
        border: 2px solid #0066dd;
    }

    .theme-df .nav-tabs > li > a:hover:after {
        width: 100%;
        border: 2px solid #0066dd;
    }

    .theme-df .nav-tabs .dropdown-admin {
        background-color: #fff !important;
    }

        .theme-df .nav-tabs .dropdown-admin > li > a {
            height: 35px;
            padding: 5px 0 0 20px;
        }

        .theme-df .nav-tabs .dropdown-admin > li:not(:last-child) {
            border-bottom: 1px solid #ccc;
        }

        .theme-df .nav-tabs .dropdown-admin > li > a:focus,
        .theme-df .nav-tabs .dropdown-admin > li > a:hover,
        .theme-df .nav-tabs .dropdown-admin > li.active > a {
            color: #fffffe !important;
            background-color: #0066dd !important;
            border: 0 !important;
        }

            .theme-df .nav-tabs .dropdown-admin > li > a:focus:after,
            .theme-df .nav-tabs .dropdown-admin > li > a:hover:after {
                border: 0 !important;
                width: 0;
            }

.theme-df .theme-df-content {
    padding: 5px;
    color: #5a5c5d;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    border-bottom: 1px solid #e67e22;
}

@media only screen and (max-width: 480px) {
    .theme-df .nav-tabs,
    .theme-df .nav-tabs li {
        width: 100%;
        background: transparent;
    }

        .theme-df .nav-tabs li.active a {
            border-radius: 10px 10px 0 0;
        }

        .theme-df .nav-tabs li:first-child a {
            border-bottom-left-radius: 0;
        }

        .theme-df .nav-tabs li a {
            margin-bottom: 10px;
            border: 1px solid lightgray;
        }

        .theme-df .nav-tabs li.active a:after {
            border: none;
        }
}

.theme-df .vakata-context li a i:first-child {
    color: #0066dd;
}

.theme-df footer {
    background-image: url(../../Image/DFImg/headline.png);
}
/*滚动条样式*/
.theme-df ::-webkit-scrollbar { /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

.theme-df ::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}

.theme-df ::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

#web-loading {
    position: fixed;
    background:rgba(0,0,0,.1);
    top: 0px;
    margin-top: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #9900ff;
    border-bottom: 5px solid #99FF00;
    border-left: 5px solid transparent;
    border-right: 5px solid #00CCFF;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes animate {


    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {

    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
#web_loading {
    position: fixed;
    background: rgba(0,0,0,.1);
    top: 0px;
    margin-top: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
}
.load_more_box {
    position: fixed;
    top: 100px;
    left: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .load_more_box span {
        width: 5px;
        height: 5px;
        margin: 0 1px;
        display: inline-block;
        vertical-align: middle;
        background: #9b59b6;
        animation: load_more_box 1.5s infinite ease-in-out;
    }

        .load_more_box span:nth-child(2) {
            animation-delay: .2s;
        }

        .load_more_box span:nth-child(3) {
            animation-delay: .4s;
        }

        .load_more_box span:nth-child(4) {
            animation-delay: .6s;
        }

        .load_more_box span:nth-child(5) {
            animation-delay: .8s;
        }

@keyframes load_more_box {
    0% {
        height: 5px;
        background: #9b59b6;
    }

    25% {
        height: 30px;
        background: #0081ff;
    }

    50% {
        height: 5px;
        background: #9b59b6;
    }

    100% {
        height: 5px;
        background: #9b59b6;
    }
}
