@charset "utf-8";
/*body,*/
.bg {
    background-color: #f9f9f9;
}

a.nocolor, a.nocolor:hover, a.colist, a.colist:hover {
    color: #333;
    text-decoration: none
}

a { /*color:#1479cc;*/
    cursor: pointer
}

h1 {
    font-size: 20px;
    line-height: 32px;
}

h2 {
    font-size: 18px;
    line-height: 28px;
}

h3 {
    font-size: 16px;
    line-height: 26px;
}

h4, h5, h6 {
    font-size: 15px;
    margin: 10px 0 5px 0;
    line-height: 24px;
}

dl, dt, dd {
    margin: 0;
    padding: 0
}

p {
    margin: 0 0 5px 0;
}

/*布局*/
/*#wrap {display:table;border-collapse:collapse;height:100%;width:100%}
#sidebar {display:table-cell;background-color:#eee;vertical-align:top;position:absolute;}
#main {display:table-cell;padding:5px;vertical-align:top;}
*/
#wrap {
    height: auto;
    overflow: hidden;
    overflow-y: visible;
}

#header {
    position: fixed;
    width: 100%;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
    z-index: 20;
}

#sidebar {
    position: absolute;
    top: 0px;
    width: 160px;
    display: none;
    min-height: 100%;
    overflow: hidden;
    overflow-y: visiable;
    z-index: 10
}

/*
#main-wrap {}
色彩*/
#sidebar, #sidebar ul, .menu a {
    background-color: #eee;
}

#main {
    padding: 55px 5px 5px 5px
}

.page-heading {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

#menu {
    overflow: visible
}

#sidebar + #main-wrap {
    width: 100%
}

/*control*/
#control {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100;
}

#control .btnv {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    color: #444;
    line-height: 40px;
}

#control .btnv:hover {
    background-color: #ddd;
    color: #000;
}

#control .btn-group {
    vertical-align: top;
}

#control .side-btn:after {
    content: " ";
    clear: both;
}

#control .open > .btnv {
    background-color: #e6e6e6;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 20%)
}

#control .dropdown-menu li a {
    margin: 4px 0;
}

/*徽标*/
.badge {
    background-color: #f00;
}

.badge-up {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 4px;
}

/*提示条*/
.tooltip-inner {
    background-color: #1e9edc;
    color: #fff;
    text-align: left;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #1e9edc;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #1e9edc;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #1e9edc;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1e9edc;
}

/*header*/
.user-face {
    height: 40px;
    padding: 6px;
    display: table;
    font-size: 12px
}

.user-face .face {
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle
}

.user-face .user-name {
    display: inline-block;
    padding-left: 5px;
    padding-top: 5px;
    display: table-cell;
    vertical-align: middle
}

.user-face .dropdown-menu {
    right: auto;
    left: 0;
}

.user-face a {
    cursor: pointer;
    color: #333;
}

.user-face a:hover {
    text-decoration: none
}

.face-xs {
    height: 24px;
    width: 24px;
}

.face-md {
    height: 48px;
    width: 48px;
}

.face-lg {
    width: 60px;
    height: 60px;
}

.dropdown-menu li.chk > a {
    background-color: #f3f3f3;
    font-weight: 600;
    color: #333
}

#data-table {
    border-top: none;
}

.dropdown-menu li {
    padding: 0px !important
}

.panel-body {
    word-break: break-all
}

*

/
/*.panel-heading {padding:12px 15px}*/
.panel-heading.line {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;
}

.panel-body {
    padding: 10px 5px;
}

.panel-body.data {
    padding: 10px 0px
}

.nav-tabs-chart > li.active > a {
    font-weight: bold
}

.nav-lg li a {
    padding: 15px;
}

.panel > .nav-lg > li:first-child > a {
    border-radius: 10px 0 0 0
}

.submenu li a {
    padding: 10px
}

.panel-default > .submenu {
    margin: -1px;
}

.panel-body + .panel-body {
    border-top: 1px solid #ddd;
}

.data-filter + .panel-body {
    border-top: none !important
}

.panel.page-list {
    box-shadow: none !important
}

.panel > .panel-body:last-child {
    border-bottom-width: 0px;
}

.page-edit > .panel-heading, .page-view > .panel-heading {
    padding: 10px 15px;
}

.page-view .input-group-addon {
    background-color: #f9f9f9;
    color: #888;
    border-color: #eee
}

.page-view .form-control {
    color: #000;
    border-color: #eee;
    -webkit-transition: no;
    -o-transition: no;
    transition: no;
    box-shadow: none
}

.page-view .form-control, .form-control.ov {
    overflow: visible;
    height: auto;
    min-height: 34px;
}

.ov {
    min-height: 44px !important
}

.input-group {
    width: 100%
}

.box-btn-center .ui-dialog-footer {
    text-align: center
}

.box-btn-center .ui-dialog-button {
    float: none
}

/*报表布局*/
.panel-blk {
    background-color: #fefefe;
    border: 1px solid #eee;
    position: relative
}

.panel-blk > .panel-body {
    padding: 7px;
}

.panel-blk > .panel-heading {
    border-bottom: 1px solid #eee;
    background-color: #f3f3f3;
}

.panel-blk .panel-footer {
    padding: 5px 15px;
    background-color: #f9f9f9;
    border-color: #e6e6e6;
}

ul.row {
    list-style: none;
    padding: 0;
    margin: 0
}

.panel-blk ul.row li {
    padding: 3px;
}

.panel-blk .blk-lg, .panel-blk .blk-sm {
    display: block;
    background-color: #f6f6f6;
    color: #666;
    padding: 5px 10px;
}

.panel-blk .blk-lg:hover, .panel-blk .blk-sm:hover {
    text-decoration: none;
    background-color: #efefef;
}

.panel-blk .blk-lg .num {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
}

.panel-blk .blk-lg .num-sm {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
}

.panel-blk .blk-lg .num-xs {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
}

.panel-blk .blk-sm {
    height: 50px;
    text-align: center;
    font-size: 12px;
    color: #666;
    background-color: #f7f7f7;
    border: 1px dashed #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-blk .blk-ico {
    font-size: 16px;
    font-weight: 300;
}

.panel-blk .blk-sm .bz {
    color: #666
}

.panel-blk p {
    margin-bottom: 10px
}

.titspan {
    display: inline-block;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 15px;
    border-bottom: solid 2px #529CEB
}

.jslist {
    padding-right: 20px !important;
    position: relative
}

.jslist-del {
    position: absolute;
    right: 0;
    width: 20px;
}

td > .jslist-del {
    position: inherit !important
}

.page-view .jslist {
    padding-right: 3px !important
}

.panel-chart > .tab-content:last-child {
    border-bottom-width: 1px;
}

/*首页数据列表
.datalist {list-style:none;margin:0;padding:0;}
.datalist li {padding:0px;}
.datalist li a {color:#555;display:block;font-size:14px;padding:5px 0px;border-bottom:1px solid #eee;}
.datalist li a:hover {background-color:#f3f3f3;color:#3f88d4;text-decoration:none;}
.datalist li a .bz {display:inline-block;width:70px;color:#777;}
*/
/*日程表*/
.rcb {
    text-align: center;
    font-size: 12px;
}

.rcb thead tr {
    background: none !important
}

.rcb th {
    font-weight: 400;
    font-size: 14px;
    border: 0px !important
}

.rcb td {
    height: 30px;
    border: 1px solid #e9e9e9;
    background-color: #f8f8f8;
    cursor: pointer
}

.rcb td:hover {
    background-color: #fff;
}

.rcb .mon-tit td {
    background-color: #fff;
    color: #000;
    cursor: default
}

.rcb .nomon {
    background-color: #fcfcfc;
    color: #ddd
}

.rcb .zm {
    background-color: #fefefe;
}

.rcb .now, .rcb .now:hover {
    background-color: #b7e8e7;
    font-weight: 600
}

/*虚线块状div*/
.colist {
    display: block;
    border: 1px dashed #ccc;
    margin-bottom: 5px;
    padding: 3px;
}

.colist:hover {
    background-color: #f3f3f3;
    border-color: #FF0000
}

.blk {
    background-color: #f3f3f3;
}

.colist.dised {
    background-color: #eee;
}

.colist .tspan {
    float: right;
    width: 32px;
    top: 0;
    right: 0;
}

.colist.add {
    height: 48px;
    font-size: 32px;
    text-align: center;
    color: #ccc;
}

/*span row*/
.span-row {
    display: table;
    width: 100%
}

.span-row > span {
    display: table-cell
}

/*通用类*/
.int {
    border: 1px solid #ccc;
    padding: 2px 4px;
}

.int-span {
    border: 0;
    background: none !important;
    padding: 0;
    margin: 0;
    line-height: 1em;
    display: inline-block;
    text-align: center;
    width: 40px;
}

.int-span:focus {
    border: 0;
}

#upload-box {
    padding: 0px;
    border: none;
}

.to-xls {
    display: inline-block;
}

.atts {
    padding: 5px;
}

.code {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #eee;
    line-height: 24px;
}

.bold {
    font-weight: bold;
}

.ul {
    padding: 5px 5px 5px 40px;
    margin-bottom: 5px
}

.ul li {
    padding: 2px 0px 2px 0px;
}

.tooltip {
    z-index: 20000
}

.memo-body ul {
    list-style: inside;
}

/*普通浮动列表*/
.sim-ul, .list, .list-float {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.sim-ul:after, .list-float:after {
    content: " ";
    display: block;
    clear: both;
}

.sim-ul li, .list-float li {
    float: left;
    padding: 5px;
    margin: 3px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.imglink {
    display: inline-block;
    width: 200px;
}

.imglink img {
    width: 200px;
    height: 150px;
}

/*表单式list*/
.list-check, .list-radius {
    display: block;
    list-style: none;
}

.list-check:after {
    content: " ";
    display: block;
    clear: both;
}

.list-check > li {
    float: left;
    padding: 3px 5px;
    border: 1px solid #ccc;
    margin: 0px 5px 5px 0;
}

.list-check > li:hover {
    background-color: #f3f3f3;
}

.list-check > li > a {
    color: #333;
    text-decoration: none
}

.list-check > li.active {
    background-color: #f3f3f3
}

.list-check > li.active:before {
    content: "\f058";
    font-size: 12px;
    font-family: FontAwesome;
    color: #12b5a5;
    padding-right: 5px
}

.list-check > li.active > a, .list-check > li.active > .list-radius-item {
    cursor: default
}

/*list-radius*/
.list-radius > li {
    float: left;
    margin-bottom: 10px;
    padding-left: 0;
}

.list-radius > li .list-radius-item {
    padding: 10px 10px 10px 40px;
    border: 1px dashed #bbb;
    cursor: pointer;
}

.list-radius > li .list-radius-item:before {
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -13px;
    content: "\f1db";
    font-size: 22px;
    font-family: FontAwesome;
    color: #12b5a5;
}

.list-radius > li .list-radius-item.rd-cheng:before {
    color: #f70;
}

.list-radius > li .list-radius-item.rd-green:before {
    color: green;
}

.list-radius > li .list-radius-item.rd-red:before {
    color: red;
}

.list-radius > li .list-radius-item.rd-blue:before {
    color: blue;
}

.list-radius .list-radius-item.active:before {
    content: "\f058";
}

.list-radius .list-radius-item:hover {
    background-color: #f3f3f3;
    border: 1px dashed #291;
}

.list-radius .list-radius-item.active {
    background-color: #f8f8f8;
    border: 1px solid rgb(132, 168, 127);
}


/*块状列表*/
.list li, .list .list-li {
    display: block;
    padding: 5px;
}

.list-sm li {
    padding: 5px;
}

.list-md li {
    padding: 10px 5px;
}

.list-lg li {
    padding: 15px 10px;
}

.list-border li {
    border-bottom: 1px solid #ddd;
}

.list-hover li:hover, .hover:hover {
    background-color: #f3f3f3;
}

.list li.active, .list li.active:hover {
    background-color: #BEE5F3;
}

/*dlist*/
.dlist dt, .dlist dd {
    padding: 2px 5px;
    margin-bottom: 5px;
}

.dlist dd {
    border-bottom: 1px solid #ddd;
}

.dlist dd:last-child {
    margin-bottom: 0
}

/*表单*/
.form-lab .input-group-addon {
    background-color: inherit !important;
    border-radius: 0 !important;
    border: 0 !important
}

.form-dis .form-control {
    background-color: #eee !important
}

.input-group > .input-group-addon:first-child {
    min-width: 76px;
}

.form-xs .input-group > .input-group-addon:first-child {
    min-width: 46px;
}

.addon-xs .input-group-addon {
    min-width: 36px !important
}

.form-xs .input-group-addon, .form-xs .form-control {
    font-size: 13px;
    padding: 0 4px !important;
    line-height: 30px !important;
    height: 30px !important;
    min-height: 30px !important
}

.form-xs .form-control {
    height: 32px !important;
    line-height: 30px !important
}

.addon5 .input-group > .input-group-addon:first-child {
    min-width: 96px;
}

.addon6 .input-group > .input-group-addon:first-child {
    min-width: 106px;
}

.data-filter .input-group > .input-group-addon:first-child {
    text-align: right;
    min-width: 64px;
}

textarea.input {
    height: 34px !important;
}

.hoverbtn {
    display: none;
}

.list > li:hover .hoverbtn, tr:hover .hoverbtn {
    display: inline
}

.btn-white {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .btn-white.dropdown-toggle {
    color: #333;
}

.btn-white.active, .btn-white:active, .open > .btn-white.dropdown-toggle {
    background-image: none;
}

.btn-white.disabled, .btn-white.disabled.active, .btn-white.disabled:active, .btn-white.disabled:focus, .btn-white.disabled:hover, .btn-white[disabled], .btn-white[disabled].active, .btn-white[disabled]:active, .btn-white[disabled]:focus, .btn-white[disabled]:hover, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white.active, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-white .badge {
    color: #fff;
    background-color: #333;
}

.btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .btn-white.dropdown-toggle {
    background-color: #f7f7f7;
    border-color: #bfbfbf;
}

.btn-chart {
    display: inline-block;
    margin-right: 5px;
    padding: 2px 5px;
    font-size: 12px;
    border-bottom: 1px solid #1e9edc;
    color: #1e9edc;
}

.btn-chart:hover {
    text-decoration: none;
    background-color: #a6ddf8;
}

.btn-chart.active, .panel-bar .btn-chart.active:hover {
    background-color: #1e9edc;
    color: #fff;
}

.btn-group + .btn-group {
    margin-left: 10px
}

/*竖排表单*/
.form-group .input-group-addon {
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
    line-height: 28px;
    height: 29px;
    border-radius: 0 !important;
    background-color: inherit !important;
}

.form-group .treebox, td > .treebox, .form-group .intbox {
    display: block !important;
}

.page li, .page-list .submenu li {
    /* border-bottom: 1px solid #fff; */
    /*margin-bottom: 2px;*/
}


.panel-menubar {
    padding: 5px;
    
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-top: 0;
    /* border-top: none; */

}

.data-filter {
    padding: 8px;
    border: solid 1px #ddd;
    border-top: none;
    display: none;
    background-color: #fafafa
}

.data-filter .form-group, .data-filter .input-group {
    margin-bottom: 6px;
}

.data-filter .form-control, .data-filter .input-group-addon {
    font-size: 12px;
    height: 30px !important;
    padding: 0px 6px !important;
    line-height: 28px !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #7da8ce
}

.nav-tabs > li > a {
    /* border: none; */
    /* border: 1px solid transparent; */
}

.page-view > .submenu > li {
    border-bottom: 1px solid #ddd;
}

.page-view > .panel-menubar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

/*.prs-tit {text-align:center;margin:5px;}*/
/*浅色Tab*/
.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 8px;
    background-color: #fafafa;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    background-color: #fafafa;
    /* border-bottom: none; */
}

/*表格*/
.table thead tr {
    background-color: #f3f3f3;
}

/*.table th,.table td {border:1px solid #ddd;}*/
.table > thead > tr > th {
    outline: none !important;
    font-weight: 600;
    padding: 12px 8px
}

tr.active, tr.active > td {
    background-color: #dfeef7 !important
}

.tr-tit, .tr-tit:hover {
    background-color: #fafafa;
    font-weight: bold;
    color: #000;
}

.tabitem {
    background-color: #f3f3f3;
    color: #666;
    max-width: 28%;
}

.table > tfoot > tr {
    background-color: #f3f3f3;
    font-weight: 600
}

.table-stress > tbody > tr:hover, .list-stress > li:hover {
    border: 1.02px dashed #f00;
}

/*小间隙表格*/
.table-xs td, .table-xs th {
    padding: 4px !important;
}

.table-sm td, .table-sm th {
    padding: 6px 3px !important;
}

.table-middle td, .table-middle th {
    vertical-align: middle !important
}

.tab {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.tab td {
    padding: 4px
}

/*响应式表格行*/
.table-row {
    padding: 10px 15px;
    line-height: 1.57142857;
}

.table-row > .row { /*padding:5px 0px*/
    padding: 0 !important;
    border-bottom: solid 1px #ddd;
    margin: 0 -10px;
}

.table-row > .row:nth-child(even) {
    background-color: #F9F9F9;
}

.table-row.form-body .input-group {
    margin-bottom: 0px;
}

.table-row > .row > div {
    padding: 5px;
}

.table-row .pagebar {
    margin-top: 15px;
}

.table-row .bz {
    display: inline-block;
    min-width: 10px;
    margin-right: 5px;
    color: #999;
}

.table-row > .row h4 {
    margin: 3px 0 0 0;
}

.table-row > .row:hover {
    background-color: #d9edf7
}

.table-row > .row .progress {
    margin-top: 3px;
}

/*行式表格*/

/*窄边距行与单元格*/
.form-body {
    padding: 7px 7px 0px 7px;
}

.form-body.form-xs .form-group, .form-body.form-xs .input-group {
    margin-bottom: 6px;
}

.form-control.xs, .form-control.xs > option {
    height: 28px;
    padding: 2px 5px
}

.lab-xs .label, .databody .label, .label-xs, .label.xs, .ztree .label {
    font-weight: 400;
    font-size: .85em;
    padding: 1px 3px !important;
}

.label2 {
    margin-top: 20px;
}

.label-sm, .label.sm {
    font-size: .9em;
    padding: 2px 3px;
}

/*后退*/
#goback {
    height: 32px;
    width: 60px;
    float: right;
    color: #666;
    text-align: center;
    font-size: 14px;
}

#goback:hover {
    background-color: #f3f3f3;
    color: #333;
    text-decoration: none
}

/*进度条*/
.xls #progress {
    padding: 5px;
}

.xls #progress .prs-tit {
    padding: 10px 0;
}

.progress {
    background-color: #e5e5e5;
}

/*.progress-wrap {padding:5px}*/
.progress-wrap .progress-tit {
    margin-bottom: 5px;
}

.progress-wrap .progress-tit .progress-per {
    float: right;
}

.progress-lg > .progress-bar {
    line-height: 20px;
}

/*页码*/
.pagination > li > a, .pagination > li > span {
    padding: 4px 9px;
}

.pagebar-div {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.pagebar .input-group-addon, .pagebar .form-control, .pagebar .btn {
    height: 30px;
    padding: 4px 6px;
    line-height: 20px;
}

.pagebar .input-group-addon {
    min-width: 40px !important;
}

.pagebar .dropdown-menu {
    min-width: 50px;
}

.pagebar .dropdown-menu > li > a:focus, .pagebar .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #eee;
}

.gopage {
    width: 70px;
    display: inline-block;
    zoom: 1;
    margin-bottom: 15px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: #ddd;
    color: #666;
    background-color: #eee;
}

/*Progess*/
.progress-xs {
    height: 10px !important;
    margin: 0;
    background: #eee;
}

.progress-xsm {
    height: 12px !important;
    margin: 0;
}

.progress-lh {
    margin: 2px 0;
}

.uploadbox {
    min-width: 360px;
}

.uploadlist {
    list-style: none;
    line-height: 16px;
}

.uploadlist li {
    margin: 0 0 10px 0;
    padding-right: 20px;
    position: relative;
    font-size: 12px;
    color: #666;
}

.uploadlist li a {
    display: inline-block;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 1px;
    top: 0px;
    font-size: 12px;
}

.uploadlist li a:hover {
    text-decoration: none
}

/*表单样式*/
.form-body .input-group {
    margin-bottom: 7px;
}

.reload {
    color: #ddd;
}

.reload:hover {
    color: #fff;
}

.body-login {
    /*min-height:460px;position:relative;*/
    background: #141e6e;
    /*Linear gradient... */
    background: radial-gradient(
            at center, #0075c3, #000b61
    );
}

#login {
    min-height: 460px;
    position: relative;
}

#login a {
    color: #444;
}

#login h3 {
    font-size: 18px;
    color: #41a8bf;
    font-weight: 550
}

#login-wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 320px;
    margin: -130px 0px 0px -160px;
    /*box-shadow:10px 10px 5px #4896a9;*/
    border: 1px solid #4a9dbd;
    border-radius: 10px;
}

#login-wrap > .panel-heading {
    padding: 13px;
    color: #0A375F;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#login-wrap .text-center .form-control {
    text-align: center;
}

.btn-login {
    background-color: #58b5e1;
    color: #fff;
}

.btn-login:hover {
    background-color: #4ba0c9;
    color: #fff;
}

#login-footer {
    position: absolute;
    bottom: 0;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    background-color: #f0f0f0;
}

#login-footer .lg-icp {
    color: #555;
}

#login-footer .lg-info {
    padding: 0 20px;
}

#tar_loading {
    position: absolute;
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    border: solid 1px #bbb;
    top: 40%;
    left: 50%;
    z-index: 100;
    margin: -32px 0px 0px -32px;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    opacity: 1;
}

.msg_wrap {
    padding: 15px;
}

.msgbox {
    display: table;
    margin: 0px auto;
}

.msgbox .msgtxt {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
    word-break: break-all;
}

.msgico {
    display: table-cell;
    vertical-align: middle;
    width: 48px;
    text-align: center;
}

.msgico span:after {
    content: " ";
    font-size: 42px;
    font-family: FontAwesome;
}

.ico:after {
    content: " ";
    font-family: FontAwesome;
}

span.error:after {
    content: "\f057";
    color: #e18457
}

span.ok:after {
    content: "\f058";
    color: #22c162
}

span.ask:after {
    content: "\f059";
    color: #47bde1
}

span.warning:after {
    content: "\f071";
    color: #E1D63C
}

span.info:after {
    content: "\f05a";
    color: #47bde1
}

span.load:after {
    content: "\f110";
    color: #666;
    display: block;
    animation: fa-spin 1s infinite steps(8)
}

.loading {
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background: url(data:image/gif;base64,R0lGODlhIAAgALMAAP///7Ozs/v7+9bW1uHh4fLy8rq6uoGBgTQ0NAEBARsbG8TExJeXl/39/VRUVAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBQAAACwAAAAAIAAgAAAE5xDISSlLrOrNp0pKNRCdFhxVolJLEJQUoSgOpSYT4RowNSsvyW1icA16k8MMMRkCBjskBTFDAZyuAEkqCfxIQ2hgQRFvAQEEIjNxVDW6XNE4YagRjuBCwe60smQUDnd4Rz1ZAQZnFAGDd0hihh12CEE9kjAEVlycXIg7BAsMB6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YEvpJivxNaGmLHT0VnOgGYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHQjYKhKP1oZmADdEAAAh+QQFBQAAACwAAAAAGAAXAAAEchDISasKNeuJFKoHs4mUYlJIkmjIV54Soypsa0wmLSnqoTEtBw52mG0AjhYpBxioEqRNy8V0qFzNw+GGwlJki4lBqx1IBgjMkRIghwjrzcDti2/Gh7D9qN774wQGAYOEfwCChIV/gYmDho+QkZKTR3p7EQAh+QQFBQAAACwBAAAAHQAOAAAEchDISWdANesNHHJZwE2DUSEo5SjKKB2HOKGYFLD1CB/DnEoIlkti2PlyuKGEATMBaAACSyGbEDYD4zN1YIEmh0SCQQgYehNmTNNaKsQJXmBuuEYPi9ECAU/UFnNzeUp9VBQEBoFOLmFxWHNoQw6RWEocEQAh+QQFBQAAACwHAAAAGQARAAAEaRDICdZZNOvNDsvfBhBDdpwZgohBgE3nQaki0AYEjEqOGmqDlkEnAzBUjhrA0CoBYhLVSkm4SaAAWkahCFAWTU0A4RxzFWJnzXFWJJWb9pTihRu5dvghl+/7NQmBggo/fYKHCX8AiAmEEQAh+QQFBQAAACwOAAAAEgAYAAAEZXCwAaq9ODAMDOUAI17McYDhWA3mCYpb1RooXBktmsbt944BU6zCQCBQiwPB4jAihiCK86irTB20qvWp7Xq/FYV4TNWNz4oqWoEIgL0HX/eQSLi69boCikTkE2VVDAp5d1p0CW4RACH5BAUFAAAALA4AAAASAB4AAASAkBgCqr3YBIMXvkEIMsxXhcFFpiZqBaTXisBClibgAnd+ijYGq2I4HAamwXBgNHJ8BEbzgPNNjz7LwpnFDLvgLGJMdnw/5DRCrHaE3xbKm6FQwOt1xDnpwCvcJgcJMgEIeCYOCQlrF4YmBIoJVV2CCXZvCooHbwGRcAiKcmFUJhEAIfkEBQUAAAAsDwABABEAHwAABHsQyAkGoRivELInnOFlBjeM1BCiFBdcbMUtKQdTN0CUJru5NJQrYMh5VIFTTKJcOj2HqJQRhEqvqGuU+uw6AwgEwxkOO55lxIihoDjKY8pBoThPxmpAYi+hKzoeewkTdHkZghMIdCOIhIuHfBMOjxiNLR4KCW1ODAlxSxEAIfkEBQUAAAAsCAAOABgAEgAABGwQyEkrCDgbYvvMoOF5ILaNaIoGKroch9hacD3MFMHUBzMHiBtgwJMBFolDB4GoGGBCACKRcAAUWAmzOWJQExysQsJgWj0KqvKalTiYPhp1LBFTtp10Is6mT5gdVFx1bRN8FTsVCAqDOB9+KhEAIfkEBQUAAAAsAgASAB0ADgAABHgQyEmrBePS4bQdQZBdR5IcHmWEgUFQgWKaKbWwwSIhc4LonsXhBSCsQoOSScGQDJiWwOHQnAxWBIYJNXEoFCiEWDI9jCzESey7GwMM5doEwW4jJoypQQ743u1WcTV0CgFzbhJ5XClfHYd/EwZnHoYVDgiOfHKQNREAIfkEBQUAAAAsAAAPABkAEQAABGeQqUQruDjrW3vaYCZ5X2ie6EkcKaooTAsi7ytnTq046BBsNcTvItz4AotMwKZBIC6H6CVAJaCcT0CUBTgaTg5nTCu9GKiDEMPJg5YBBOpwlnVzLwtqyKnZagZWahoMB2M3GgsHSRsRACH5BAUFAAAALAEACAARABgAAARcMKR0gL34npkUyyCAcAmyhBijkGi2UW02VHFt33iu7yiDIDaD4/erEYGDlu/nuBAOJ9Dvc2EcDgFAYIuaXS3bbOh6MIC5IAP5Eh5fk2exC4tpgwZyiyFgvhEMBBEAIfkEBQUAAAAsAAACAA4AHQAABHMQyAnYoViSlFDGXBJ808Ep5KRwV8qEg+pRCOeoioKMwJK0Ekcu54h9AoghKgXIMZgAApQZcCCu2Ax2O6NUud2pmJcyHA4L0uDM/ljYDCnGfGakJQE5YH0wUBYBAUYfBIFkHwaBgxkDgX5lgXpHAXcpBIsRADs=) no-repeat 0 0
}

#tips-time {
    position: fixed;
    top: 40%;
    left: 0;
    width: 100%;
    margin-top: -30px;
    z-index: 2000
}

#tips-time .msgbox {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 10px #999;
    border-radius: 5px;
}

#tips-time .msgico span:after {
    font-size: 32px !important
}

/*intBox*/
.intbox {
    position: relative;
    display: table-cell;
    color: #555;
    text-align: left;
    padding: 0
}

.intbox .intval {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
    overflow: hidden;
    color: #555;
    padding: 7px 15px 7px 7px;
}

.form-xs .intbox .intval {
    padding: 0px 15px 0px 3px;
}

.data-filter .intval {
    padding: 0px;
}

.intbox .intval:after {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 8px;
    color: #999;
    font-size: 12px;
    font-family: FontAwesome;
    content: "\f002";
}

.form-xs .intbox .intval:after {
    top: 4px;
}

.intbox.bg-dis .intval:after, .intbox-edit, .intbox-swt {
    display: none
}

.intwrap {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    border: 1px solid #bbb;
    padding: 5px;
    margin: -1px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #999;
}

.intwrap .scwrap {
    margin: 0px
}

.intwrap .inttip {
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
}

.intwrap .intlist, .treebox .treewrap .scul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow-y: auto;
}

.intwrap .intlist li, .treebox .treewrap .scul li {
    padding: 5px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.intwrap .intlist li .linfo, .treebox .treewrap .scul li .linfo {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

.intwrap .intlist li:hover, .treebox .treewrap .scul li:hover {
    background-color: #e5e5e5;
}

.intwrap .intlist li.active, .treebox .treewrap .scul li.active {
    background-color: #C0DDF5;
    color: #000
}

.intbox-swt {
    margin-bottom: 5px;
}

/*treeBox*/
.treebox {
    position: relative;
    display: table-cell;
    color: #555;
    text-align: left;
}

.treebox .treeval {
    white-space: nowrap;
    z-index: 1;
}

.treebox .treeval:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 11px;
    border-left: none;
    color: #999;
    font-size: 6px;
    line-height: 6px;
}

.treebox .treewrap {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    border: solid 1px #B1C8DC;
    background: #ffffff;
    z-index: 2;
    padding-bottom: 20px;
    height: auto;
}

.treewrap.sctree {
    border-radius: 4px;
    box-shadow: 2px 2px 10px #999;
}

.treebox .scwrap {
    padding: 5px;
    margin: 0px !important;
    background-color: #f3f3f3;
}

.treebox .inttip {
    font-size: 12px;
    padding: 3px 5px;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;
}

.treebox .wcktip {
    padding: 3px 5px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px dashed #ddd;
    background-color: #f9f9f9;
}

.treebox .wcktip label {
    margin: 0;
}

.treewrap > .ztree, .treewrap > .scul {
    overflow: scroll;
    overflow-x: hidden;
    height: auto;
    max-height: 400px;
}

.treewrap > .scul {
    display: none;
}

/*自动完成*/
.autopad_wrap {
    display: table-cell;
    zoom: 1;
    position: relative;
}

.autopad_wrap .bar {
    Position: absolute;
    display: block;
    height: 8px;
    width: 8px;
    padding: 6px;
    right: 5px;
    top: 6px;
    text-align: center;
    color: #999;
    line-height: 8px;
    cursor: pointer;
    font-size: 8px;
}

.autopad_pad {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-top-color: #fff;
    display: none;
    z-index: 5;
}

.autopad_pad ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.autopad_pad ul li {
    display: block;
    zoom: 1;
    min-height: 24px;
    padding: 2px 10px;
    cursor: pointer
}

.autopad_pad ul li:hover {
    background-color: #D3E0E9;
}

/*拖拽排序*/
.drag-chked, .drag-chked > td {
    background-color: #aaa
}

.drag-now, .drag-now > td {
    background-color: #D6EFF8
}

/*宽度*/
.span-list > span {
    display: inline-block;
    min-width: 86px;
}

.min-w50 {
    min-width: 50px;
}

.min-w60 {
    min-width: 60px;
}

.min-w70 {
    min-width: 84px;
}

.min-w80 {
    min-width: 80px;
}

.min-w90 {
    min-width: 92px;
}

.min-w100 {
    min-width: 100px;
}

.min-w120 {
    min-width: 120px;
}

.min-w150 {
    min-width: 150px;
}

.min-w200 {
    min-width: 200px;
}

.min-w250 {
    min-width: 250px;
}

.min-w300 {
    min-width: 300px;
}

.min-w350 {
    min-width: 350px;
}

.min-w400 {
    min-width: 400px;
}

.w50 {
    width: 50px
}

.w60 {
    width: 60px
}

.w70 {
    width: 70px
}

.w80 {
    width: 80px
}

.w90 {
    width: 90px
}

.w100 {
    width: 100px
}

.w110 {
    width: 110px
}

.w120 {
    width: 120px
}

.w150 {
    width: 150px
}

.w170 {
    width: 170px
}

.w200 {
    width: 200px
}

.min-h50 {
    min-height: 50px !important;
}

.min-h100 {
    min-height: 100px !important;
}

.min-h150 {
    min-height: 150px !important;
}

.min-h200 {
    min-height: 200px !important;
}

.max-h80, .max-h80 > svg {
    max-height: 80px !important
}

.max-h100, .max-h100 > svg {
    max-height: 100px !important
}

.max-h150, .max-h150 > svg {
    max-height: 150px !important
}

.max-h200, .max-h200 > svg {
    max-height: 200px !important
}

.max-w80, .max-w80 > svg {
    max-width: 80px !important
}

.max-w100, .max-w100 > svg {
    max-width: 100px !important
}

.max-w150, .max-w150 > svg {
    max-width: 150px !important
}

.max-w200, .max-w200 > svg {
    max-width: 200px !important
}

.bz, .em {
    color: #999;
    display: inline-block;
}

.noline, .noline:hover {
    text-decoration: none !important
}

.drop {
    cursor: move
}

/*字体大小*/
.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
    font-weight: normal
}

h5, h6, .f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.lh18 {
    line-height: 18px !important;
}

.lh16 {
    line-height: 16px !important;
}

.lh20 {
    line-height: 20px !important;
}

.lh22 {
    line-height: 22px !important;
}

.lh24 {
    line-height: 24px !important;
}

.lh28 {
    line-height: 28px !important;
}

.lh32 {
    line-height: 32px !important;
}

.lh36 {
    line-height: 36px !important;
}

.fbold {
    font-weight: bold
}

.fita {
    font-style: italic
}

/*字体颜色*/
.finfo {
    color: #ffc;
}

.fred {
    color: red
}

.bg-red .fred {
    color: #fff !important;
}

.fcheng {
    color: #ff7700
}

.flv {
    color: #006634
}

.flan {
    color: #357ebd
}

.fgreen {
    color: green;
}

.fchart {
    color: #088FD9
}

.f0 {
    color: #000
}

.f3 {
    color: #333
}

.f6 {
    color: #666
}

.f9 {
    color: #999
}

.ff {
    color: #fff
}

.text-danger, .fhong {
    color: #DB494B
}

.td-vtop {
    vertical-align: top !important;
}

/*背景颜色*/
.hover:hover {
    background-color: #f6f6f6; /*#ecfafd*/;
}

.bg-jin {
    background-color: #f5efde !important;
}

.bg-gr {
    background-color: #dff0d8 !important;
}

.bg-bl {
    background-color: #d9edf7 !important;
}

.bg-yl {
    background-color: #fcf8e3 !important;
}

.bg-re {
    background-color: #f2dede !important;
}

.bg-lan {
    background-color: #1b809e !important;
    color: #fff;
}

.bg-he, .btn.bg-he:hover {
    background-color: #f0ad4e !important;
    color: #fff;
}

.bg-lv {
    background-color: #5cb85c !important;
    color: #fff;
}

.bg-zi {
    background-color: #b31cb6 !important;
    color: #fff
}

.bg-cheng, .btn.bg-cheng:hover {
    background-color: #ff7700 !important;
    color: #fff
}

.bg-qhong {
    background-color: #e56c69 !important;
    color: #fff
}

.bg-qlv {
    background-color: #1b7e5a !important;
    color: #fff
}

.bg-qzi {
    background-color: #aa3fa1 !important;
    color: #fff
}

.bg-huang {
    background-color: #e7b00b !important;
    color: #fff
}

.bg-lv2 {
    background-color: #006634 !important;
    color: #fff
}

.bg-lv3 {
    background-color: #019934 !important;
    color: #fff
}

.bg-zi2 {
    background-color: #333365 !important;
    color: #fff
}

.bg-zi3 {
    background-color: #99589a !important;
    color: #fff
}

.bg-lan2 {
    background-color: #4d80b2 !important;
    color: #fff
}

.bg-lv4 {
    background-color: #cccd33 !important;
    color: #fff
}

.bg-red {
    background-color: red !important;
    color: #fff
}

.bg-green {
    background-color: green !important;
    color: #fff
}

.bg-top {
    background-color: #f1c33f !important;
}

.bg-err {
    background-color: #ffc !important;
    color: red
}

.bg-tips {
    background-color: #ffc !important;
    color: #333;
}

.bg-zhuang {
    background-color: #efc44b !important
}

.bg-zlv {
    background-color: #09a909 !important
}

.bg-zlan {
    background-color: #3e62ca !important;
    color: #fff;
}

.bg-f05 {
    background-color: #ff0055 !important;
    color: #fff;
}

.bg-shong {
    background-color: #aa1213 !important;
    color: #fff;
}

.bg-hong2 {
    background-color: #c3124d !important;
    color: #fff;
}

.bg-primary {
    background-color: #357ebd !important;
    color: #fff;
}

.bg-stress {
    background-color: #ccedfd !important;
}

.bg-hui {
    background-color: #bfbfbf !important;
    color: #fff;
}

.bg-dis {
    background-color: #eee !important;
}

.bg-f9 {
    background-color: #f9f9f9 !important
}

.bg-f3 {
    background-color: #f3f3f3 !important
}

.bg-ff {
    background-color: #fff !important
}

/* highcharts-color-0 highcharts-point */
.bg1 {
    background-color: #27bcb9 !important;
    fill: #27bcb9
}

.bg2 {
    background-color: #e6ab83 !important;
    fill: #e6ab83
}

/* .highcharts-color-1 {fill:#897f83}*/
.bg3 {
    background-color: /*#61a9dc*/ #8ac3eb !important;
    fill: #61a9dc
}

.bg4 {
    background-color: #93d08e !important;
    fill: #93d08e
}

.bg5 {
    background-color: #cface6 !important;
    fill: #cface6
}

.bg6 {
    background-color: #d0899c !important;
    fill: #d0899c
}

.bg7 {
    background-color: #d6d367 !important;
    fill: #d6d367
}

.bg8 {
    background-color: #cc8bbe !important;
    fill: #cc8bbe
}

.bg9 {
    background-color: #44c35c !important;
    fill: #44c35c
}

.bg10 {
    background-color: #b5a9d7 !important;
    fill: #b5a9d7
}

.bg1, .bg2, .bg3, .bg4, .bg5, .bg6, .bg7, .bg8, .bg9, .bg10 {
    color: #fff !important
}

.icon-top > svg {
    margin-bottom: -4px;
    height: 16px;
    width: 16px;
}

.int-fu {
    padding-left: 14px;
    position: relative
}

.int-fu:after {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    content: "-"
}

/*Chart主题#7cb5ec #b17f95 #f7a35c #24acac #7ec978 #de83ad #819fc3 #d887e4 #21b94c #7798BF*/
.highcharts-color-0, .highcharts-color-0 > .highcharts-point {
    fill: #7cb5ec;
}

.highcharts-color-0 > .highcharts-graph {
    stroke: #7cb5ec;
}

.highcharts-color-1, .highcharts-color-1 > .highcharts-point {
    fill: #b17f95;
}

/*b17f95*/
.highcharts-color-1 > .highcharts-graph {
    stroke: #b17f95;
}

.highcharts-color-2, .highcharts-color-2 > .highcharts-point {
    fill: #f7a35c
}

.highcharts-color-2 > .highcharts-graph {
    stroke: #f7a35c;
}

.highcharts-color-3, .highcharts-color-3 > .highcharts-point {
    fill: #24acac
}

.highcharts-color-3 > .highcharts-graph {
    stroke: #24acac;
}

.highcharts-color-4, .highcharts-color-4 > .highcharts-point {
    fill: #7ec978
}

.highcharts-color-4 > .highcharts-graph {
    stroke: #7ec978;
}

.highcharts-color-5, .highcharts-color-5 > .highcharts-point {
    fill: #de83ad
}

.highcharts-color-5 > .highcharts-graph {
    stroke: #de83ad;
}

.highcharts-color-6, .highcharts-color-6 > .highcharts-point {
    fill: #819fc3
}

.highcharts-color-6 > .highcharts-graph {
    stroke: #819fc3;
}

.highcharts-color-7, .highcharts-color-7 > .highcharts-point {
    fill: #d887e4
}

.highcharts-color-7 > .highcharts-graph {
    stroke: #d887e4;
}

.highcharts-color-8, .highcharts-color-8 > .highcharts-point {
    fill: #21b94c
}

.highcharts-color-8 > .highcharts-graph {
    stroke: #21b94c;
}

.highcharts-color-9, .highcharts-color-9 > .highcharts-point {
    fill: #7798BF
}

.highcharts-color-9 > .highcharts-graph {
    stroke: #7798BF;
}

.chtwp > .highcharts-point {
    fill: #f0f0f0;
}

.swtaddon {
    background: none !important;
    border: none;
    padding: 10px 6px
}

/*强调*/
.nobg {
    background: none !important;
}

.inblock {
    display: inline-block
}

.block {
    display: block
}

.autoheight {
    overflow: hidden;
    overflow-y: scroll;
}

.autohw {
    position: relative;
    overflow-y: scroll;
    overflow-x: scroll;
}

.autowidth {
    position: relative;
}

.tit {
    padding: 6px 10px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: solid 1px #eee;
    background-color: #f3f3f3;
}

span.tit {
    display: inline-block;
}

/*文字换行与截断*/
.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-cut {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-txt {
    text-overflow: ellipsis;
    overflow: hidden;
}

.breakall {
    word-break: break-all;
}

.text-mid, .text-mid > th, .text-mid > .td {
    vertical-align: middle !important
}

/*边距/填充*/
.mg-l-40 {
    margin-left: 40px;
}

.mg-l-20 {
    margin-left: 20px;
}

.mg-r-20 {
    margin-right: 20px;
}

.mg-r-10 {
    margin-right: 10px;
}

.mg-r-5 {
    margin-right: 5px;
}

.mg-l-10 {
    margin-left: 10px;
}

.mg-l-5 {
    margin-left: 5px;
}

.mg-t-5 {
    margin-top: 5px;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-b-5 {
    margin-bottom: 5px !important;
}

.mg-b-10 {
    margin-bottom: 10px !important;
}

.pd5 {
    padding: 5px;
}

.pd2-5 {
    padding: 2px 5px !important;
}

.pd-b-0 {
    padding-bottom: 0 !important;
}

.pd-b-5 {
    padding-bottom: 5px !important;
}

.pd-b-10 {
    padding-bottom: 10px !important;
}

.pd10 {
    padding: 10px;
}

.pd0-5 {
    padding: 0px 5px !important;
}

.pd5-2 {
    padding: 5px 2px !important;
}

.pd5-10 {
    padding: 5px 10px !important;
}

.mg5 {
    margin: 5px;
}

.mg10 {
    margin: 10px;
}

.nopadding, .no-padding {
    padding: 0 !important;
}

.nomargin, .no-margin {
    margin: 0 !important
}

.border {
    border: 1px solid #ddd;
}

.bborder {
    border-bottom: 1px solid #ddd;
}

.bborder-dashed {
    border-bottom: 1px dashed #ddd;
}

.border-d {
    border: 1px solid #ddd;
}

.border-c {
    border: 1px solid #ccc;
}

.border-e {
    border: 1px solid #eee;
}

.noborder, .table.noborder td, .table.noborder th {
    border: none !important;
}

.mg-5 {
    margin: 0px 5px;
}

#go_psize {
    width: 50px;
    padding: 4px
}

.top-right {
    position: absolute;
    top: 10px;
    right: 10px
}

/*菜单*/
#menu {
    padding-top: 41px;
}

.menu, .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400
}

.menu li.drop {
    position: relative
}

.menu li a {
    display: block;
    padding: 10px 8px;
    color: #333;
    border-bottom: 1px solid #ddd;
    position: relative
}

.menu li a:hover, .menu li a:visited, .menu li a:active, .menu li a:link {
    text-decoration: none
}

.menu .sub-nav {
    display: none
}

.menu li.drop.open > .sub-nav {
    display: block
}

.menu .badge {
    padding: 2px 4px;
    position: absolute;
}

.menu-a .badge {
    right: 2px;
}

.menu-g .badge {
    right: 24px;
}

/*
.menu>li.open>a {background-color:#f9f9f9}
.menu>li.open>ul>li.open>a,.menu>li.open>ul>li.open>a:hover {background-color:#f9f9f9}
.menu li.active>a,.menu li.active>a:hover {background-color:#fff}
.menu>li.active>ul>li.drop.active>a,.menu>li.active>ul>li.drop.active>a:hover {background-color:#eff8fd}
*/
.menu li.active > a.menu-a, .menu li.active > a.menu-a:hover {
    background-color: #6994b9;
    color: #fff;
}

.menu li {
    padding: 0;
    color: #555
}

.menu li ul li a {
    padding-left: 10px
}

.menu li ul li ul li a {
    padding-left: 20px
}

.menu .fa-caret-right {
    color: #666
}

.menu > li > a > .fa {
    color: #444
}

.menu li.drop > a:after {
    position: absolute;
    margin-top: -2px;
    right: 10px;
    content: "\f105";
    color: #bbb;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    text-shadow: none;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.menu li.drop.open > a:after {
    content: "\f107"
}

.menu li a:hover {
    background-color: #f9f9f9;
    color: #000
}

@media (min-width: 768px) {
    #wrap {
        overflow: visible
    }

    #header {
        position: absolute;
        background-color: #eee;
        top: 0;
        left: 0;
        width: 160px
    }

    #control {
        position: absolute
    }

    #menu {
        padding-top: 61px;
    }

    .user-face {
        height: 60px;
        width: 160px;
        padding: 6px
    }

    .user-face .face {
        width: 40px;
        height: 40px;
        margin-top: 4px
    }

    .user-face .user-name {
        width: 108px;
    }

    #goback {
        float: left;
    }

    #sidebar {
        display: block;
    }

    #sidebar + #main-wrap {
        margin-left: 160px;
        width: auto
    }

    .side-pad #sidebar + #main-wrap {
        margin-left: 45px
    }

    #main {
        padding: 7px
    }

    .submenu li a {
        padding: 12px 15px
    }

    /*
    .form-lab .input-group {display:block;}
    .form-lab .input-group .input-group-addon {padding:0px!important;border:0!important;border-radius:0;background:none!important;text-align:left!important;line-height:28px;height:28px;display:block;}
    .form-lab .input-group .form-control,.form-lab .input-group .treebox,.form-lab .input-group .intbox  {display:block!important;float:none;width:100%!important}
    .form-lab .form-control+.input-group-addon {display:none}
    */
    .form-lab .input-group {
        width: 100%;
    }

    .form-lab .input-group > .input-group-addon:first-child {
        display: table-row;
        text-align: left !important;
        padding-left: 0px;
        line-height: 28px
    }

    .form-line .input-group {
        display: table !important
    }

    .form-line .input-group > .input-group-addon:first-child {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .side-open #sidebar + #main-wrap {
        margin-left: 160px
    }

    .side-open #sidebar {
        display: block
    }

    .panel-menubar .btn {
        padding: 6px !important;
        line-height: 16px;
    }

    .hide-xs {
        display: none !important
    }

    /*.form-group {display:table!important}*/
    .form-group > .input-group-addon {
        padding-right: 10px !important
    }

    .form-group > .input-group-addon, /*.form-group>.form-control,*/
    .form-group > .treebox, .form-group > .intbox {
        display: table-cell !important;
    }

    .autowidth {
        overflow: hidden;
        overflow-x: scroll;
    }

    .autowidth > .table {
        min-width: 760px !important;
    }

    .tableFloatingHeaderOriginal {
        margin-top: 40px !important;
    }

    .titspan {
        padding: 6px
    }
}

@media (max-width: 1024px) {
    .hide-sm {
        display: none !important
    }
}

@media (max-width: 1200px) {
    .hide-md {
        display: none !important
    }
}

@media (max-width: 1400px) {
    .hide-lg {
        display: none !important
    }
}

.side-pad #header {
    width: 45px
}

.side-pad .user-face {
    width: 45px !important
}

.side-pad .user-face img {
    width: 32px !important;
    height: 32px !important;
    margin-top: 7px !important
}

.side-pad .user-name {
    display: none !important
}

.side-pad #sidebar {
    width: 45px;
    overflow: visible
}

.side-pad #sidebar .menu > li > a {
    padding: 10px 9px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}

.side-pad #sidebar .menu > li > a:after {
    display: none
}

.side-pad #sidebar .menu > li > a > i:first-child {
    margin-right: 15px;
    width: 22.28px
}

.side-pad #sidebar .menu > li > .sub-nav {
    position: absolute;
    left: 45px;
    margin-top: 0;
    padding-bottom: 2px;
    display: none !important;
    border-radius: 0 0 4px;
    width: 155px
}

.side-pad #sidebar .menu > li.open, .side-pad #sidebar .menu > li:hover {
    width: 200px;
    z-index: 10
}

.side-pad #sidebar .menu > li.open a, .side-pad #sidebar .menu > li:hover a {
    display: block;
    overflow: visible;
    white-space: normal
}

.side-pad #sidebar .menu > li.open > .sub-nav, .side-pad #sidebar .menu > li:hover > .sub-nav {
    display: block !important;
    z-index: 10
}

/*打印*/
@media print {
    #header, #sidebar, #side-control, .panel-menubar, .page-heading, .nav-tabs li, .pagebar, #control, .noprt {
        display: none
    }

    .nav-tabs li.active {
        display: block !important
    }
}

.rotate {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    transform-origin: center center;
    transform: rotate(0deg);
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
    background-clip: padding-box;
    min-height: 28px;
}

/*深蓝主题*/
.darkblue #header, .darkblue #sidebar, .darkblue #sidebar ul, .darkblue .menu a {
    background-color: #003D74;
}

.darkblue #control .btnv {
    color: rgba(255, 255, 255, .8);
}

.darkblue .user-face {
    color: rgba(255, 255, 255, .8);
}

.darkblue .menu li a, .darkblue #header {
    color: rgba(255, 255, 255, .8);
    border-color: #094e8c
}

.darkblue .menu li a:hover {
    background-color: #083761;
    color: #fff;
}

.darkblue .menu .fa {
    color: rgba(255, 255, 255, .8)
}

/*.darkblue .menu>li.open>a {background-color:#1e82b5}
.darkblue .menu>li.open>ul>li.open>a,.darkblue .menu>li.open>ul>li.open>a:hover {background-color:#1e82b5}
.darkblue .menu li.active>a,.darkblue .menu li.active>a:hover {background-color:#333}
.darkblue .menu li.drop.active>a,.darkblue .menu li.drop.active>a:hover {background-color:#075c88}
.darkblue .menu>li.active>ul>li.drop.active>a,.darkblue .menu>li.active>ul>li.drop.active>a:hover {background-color:#1775a5}*/
.darkblue .menu li.active > a.menu-a, .darkblue .menu li.active > a.menu-a:hover {
    background-color: #3c8db6 !important
}

@media (min-width: 768px) {
    .darkblue #control .btnv {
        color: #444
    }
}

.darkblue .input-group-addon {
    padding: 0 6px;
    background: none;
    border: none;
    vertical-align: top;
    line-height: 31px;
    text-align: right;
}

.darkblue .form-control {
    border-radius: 0
}

/*荷塘夜色*/
.darkgrey .progress-bar, .stonegreen .progress-bar, .darkgrey .btn-info, .darkgrey .open > .dropdown-toggle.btn-info:hover, .darkgrey .open > .dropdown-toggle.btn-info:focus, .darkgrey .open > .dropdown-toggle.btn-info {
    background-color: #27bcb9
}

.darkgrey, .darkgrey .nav-tabs {
    background-color: #fff;
}

.darkgrey #header, .darkgrey #sidebar, .darkgrey #sidebar ul {
    background-color: #393D49;
}

.darkgrey #header {
    border-color: #393d49;
}

.darkgrey #control .btnv {
    color: rgba(255, 255, 255, .8);
}

.darkgrey .user-face {
    color: rgba(255, 255, 255, .8);
}

.darkgrey .menu li a {
    color: rgba(255, 255, 255, .8);
    border-color: #393d49;
    background-color: #393D49;
}

.darkgrey .menu li a:hover {
    background-color: #4d515d;
    color: #fff;
}

.darkgrey .menu .fa {
    color: rgba(255, 255, 255, .8)
}

.darkgrey .menu > li.open > a {
    background-color: #0e736a
}

.darkgrey .menu > li.open > ul > li.open > a, .darkgrey .menu > li.open > ul > li.open > a:hover {
    background-color: #229288
}

.darkgrey .menu li.active > a, .darkgrey .menu li.active > a:hover {
    background-color: #333
}

.darkgrey .menu li.drop.active > a, .darkgrey .menu li.drop.active > a:hover {
    background-color: #545969
}

.darkgrey .menu > li.active > ul > li.drop.active > a, .darkgrey .menu > li.active > ul > li.drop.active > a:hover {
    background-color: #656a79
}

.darkgrey .menu li.active > .menu-a, .darkgrey .menu li.active > .menu-a:hover {
    background-color: #009688 !important
}

@media (min-width: 768px) {
    .darkgrey #control .btnv {
        color: #444
    }
}

.darkgrey .btn-primary, .darkgrey .toggle-button span.labelLeft, .darkgrey .btn-chart.active, .darkgrey .ui-dialog-footer button.ui-dialog-autofocus {
    background-color: #0b9487;
    border-color: #009688
}

.darkgrey .btn-primary:hover, .darkgrey .datepicker-panel > ul > li.picked, .darkgrey .datepicker-panel > ul > li.picked:hover, .darkgrey .ui-dialog-footer button.ui-dialog-autofocus:hover {
    background-color: #098a7e;
}

.darkgrey .input-group-addon {
    padding: 0 10px;
    background: none;
    border: none;
    vertical-align: top;
    line-height: 31px;
    text-align: right
}

.darkgrey .form-control {
    border-radius: 0
}

.darkgrey .bg-stress {
    background-color: #c0ebe7 !important;
}

/*提示条*/
.darkgrey .tooltip-inner {
    background-color: #393d49;
    color: #fff
}

.darkgrey .tooltip.top .tooltip-arrow {
    border-top-color: #393d49;
}

.darkgrey .tooltip.left .tooltip-arrow {
    border-left-color: #393d49;
}

.darkgrey .tooltip.right .tooltip-arrow {
    border-right-color: #393d49;
}

.darkgrey .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #393d49;
}

/*
.darkgrey .panel {border:none!important}
.darkgrey .panel-heading,.darkgrey .panel-body,.darkgrey .panel-footer {border:1px solid #ddd;}
.darkgrey .panel-body+.panel-body,.darkgrey .panel-heading+.panel-body,.darkgrey .panel-body+.panel-footer {border-top:none!important}
*/
/*.darkgrey .page-edit>.panel-heading,.darkgrey .page-edit .panel-footer {background-color:#fff;}
.darkgrey .nav-tabs {border-bottom:1px solid #ddd;margin-bottom:10px;}
.darkgrey .nav-tabs+.panel-menubar {border-top:1px solid #ddd;}
.darkgrey .nav-tabs>li {margin-bottom:0px;}
.darkgrey .nav-tabs>li>a{border-radius:0;background-color:#fff;border:none;border-bottom:3px solid #fff;}
.darkgrey .nav-tabs>li.active>a,.darkgrey .nav-tabs>li.active>a:hover {border:none;border-bottom:3px solid #009688;background-color:#fff;}*/
.darkgrey .nav-tabs > li > a {
    /* border-radius: 0; */
    /* background-color: #fff; */
    /* border-bottom-color: #ddd; */
}

.darkgrey .nav-tabs > li.active > a, .darkgrey .nav-tabs > li.active > a:hover {
    color: #017267;
    background-color: #fafafa;
    border-bottom-color: transparent;
}

/*.darkgrey .panel-menubar,.darkgrey .data-filter {background-color:#fafafa;}*/

/*栀子花开*/
.stonegreen #header, .stonegreen #sidebar, .stonegreen #sidebar ul, .stonegreen #sidebar .menu a {
    background-color: #206864;
}

.stonegreen #header {
    border-color: #393d49;
}

.stonegreen #control .btnv {
    color: rgba(255, 255, 255, .8);
}

.stonegreen .user-face {
    color: rgba(255, 255, 255, .8);
}

.stonegreen .menu li a {
    color: rgba(255, 255, 255, .8);
    border-color: #393d49
}

.stonegreen .menu li a:hover {
    background-color: #3a8a85;
    color: #fff;
}

.stonegreen .menu .fa {
    color: rgba(255, 255, 255, .8)
}

.stonegreen .menu > li.open > a {
    background-color: #d69a12
}

.stonegreen .menu > li.open > ul > li.open > a, .stonegreen .menu > li.open > ul > li.open > a:hover {
    background-color: #229288
}

.stonegreen .menu li.active > a, .stonegreen .menu li.active > a:hover {
    background-color: #333
}

.stonegreen .menu li.drop.active > a, .stonegreen .menu li.drop.active > a:hover {
    background-color: #0b928b
}

.stonegreen .menu > li.active > ul > li.drop.active > a, .stonegreen .menu > li.active > ul > li.drop.active > a:hover {
    background-color: #07827b
}

.stonegreen .menu li.active > .menu-a, .stonegreen .menu li.active > .menu-a:hover {
    background-color: #fac03d !important;
    color: #000;
}

@media (min-width: 768px) {
    .stonegreen #control .btnv {
        color: #444
    }
}

.stonegreen .btn-primary, .stonegreen .toggle-button span.labelLeft {
    background-color: #0b928b;
    border-color: #009688
}

.stonegreen .btn-primary:hover {
    background-color: #206864;
}

/*提示条*/
.stonegreen .tooltip-inner, .stonegreen .btn-chart.active, .stonegreen .panel-bar .btn-chart.active:hover, .stonegreen .btn-info, .stonegreen .btn-info:active:hover, .stonegreen .btn-info.active:hover, .stonegreen .open > .dropdown-toggle.btn-info:hover, .stonegreen .btn-info:active:focus, .stonegreen .btn-info.active:focus, .stonegreen .open > .dropdown-toggle.btn-info:focus, .stonegreen .btn-info:active.focus, .stonegreen .btn-info.active.focus, .stonegreen .open > .dropdown-toggle.btn-info.focus {
    background-color: #3c9782;
    color: #fff;
    border-color: #3c9782
}

.stonegreen .tooltip.top .tooltip-arrow {
    border-top-color: #3c9782;
}

.stonegreen .tooltip.left .tooltip-arrow {
    border-left-color: #3c9782;
}

.stonegreen .tooltip.right .tooltip-arrow {
    border-right-color: #3c9782;
}

.stonegreen .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #3c9782;
}

.steps {
    padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
    display: flex;
    overflow-x: auto;
}

.steps > .step {

}

.steps .step:first-child {

}

.steps .step:last-child {

}

.step:first-of-type .step-circle::before {
    display: none
}

.step:last-of-type .step-content {
    padding-right: 0
}

.step-content {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    padding-top: 5px;
    padding-right: 10px;
    text-align: center;
}

.step-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 26px;
    height: 26px;
    border: 2px solid #c5d1dd;
    border-radius: 100%;
    background-color: #fff;
    color: #aaa
}

.step-circle::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    width: 85px;
    height: 6px;
    transform: translate(-100%, -50%);
    color: #c5d1dd;
    background-color: currentColor
}

.step-tit {
    color: #666;
    word-break: break-all;
    margin: 13px 0 5px 0;
    font-weight: bold;
}

.step-active .step-circle {
    color: #fff;
    background-color: #4b94e2;
    border-color: #4b94e2
}

.step-active .step-circle::before,
.step-active .step-tit {
    color: #4b94e2
}

.step-error .step-circle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.step-error .step-circle::before,
.step-error .step-tit {
    color: #dc3545
}

.step-success .step-circle {
    color: #3c9782;
    background-color: #fff;
    border-color: #3c9782
}

.step-success .step-circle::before,
.step-success .step-tit {
    color: #3c9782
}

/*黛玉*/
.daiyu #header, .daiyu #sidebar, .daiyu #sidebar ul, .daiyu #sidebar .menu a {
    background-color: #45465e;
}

.daiyu #header {
    border-color: #393d49;
}

.daiyu #control .btnv {
    color: rgba(255, 255, 255, .8);
}

.daiyu .user-face {
    color: rgba(255, 255, 255, .8);
}

.daiyu .menu li a {
    color: rgba(255, 255, 255, .8);
    border-color: #393d49
}

.daiyu .menu li a:hover {
    background-color: #666780;
    color: #fff;
}

.daiyu .menu .fa {
    color: rgba(255, 255, 255, .8)
}

.daiyu .menu > li.open > a {
    background-color: #a99975
}

.daiyu .menu > li.open > ul > li.open > a, .daiyu .menu > li.open > ul > li.open > a:hover {
    background-color: #a2a07d
}

.daiyu .menu li.active > a, .daiyu .menu li.active > a:hover {
    background-color: #333
}

.daiyu .menu li.drop.active > a, .daiyu .menu li.drop.active > a:hover {
    background-color: #5f6077
}

.daiyu .menu > li.active > ul > li.drop.active > a, .daiyu .menu > li.active > ul > li.drop.active > a:hover {
    background-color: #70718c
}

.daiyu .menu li.active > .menu-a, .daiyu .menu li.active > .menu-a:hover {
    background-color: #d0be71 !important;
    color: #000;
}

@media (min-width: 768px) {
    .daiyu #control .btnv {
        color: #444
    }
}

.daiyu .btn-primary, .daiyu .toggle-button span.labelLeft {
    background-color: #7d7f9c;
    border-color: #009688
}

.daiyu .btn-primary:hover {
    background-color: #989ab7;
}

/*紫气东来*/
.purple #header, .purple #sidebar, .purple #sidebar ul, .purple #sidebar .menu a {
    background-color: #682c77;
}

.purple #header {
    border-color: #393d49;
}

.purple #control .btnv {
    color: rgba(255, 255, 255, .8);
}

.purple .user-face {
    color: rgba(255, 255, 255, .8);
}

.purple .menu li a {
    color: rgba(255, 255, 255, .8);
    border-color: #393d49
}

.purple .menu li a:hover {
    background-color: #824092;
    color: #fff;
}

.purple .menu .fa {
    color: rgba(255, 255, 255, .8)
}

.purple .menu > li.open > a {
    background-color: #dea276
}

.purple .menu > li.open > ul > li.open > a, .purple .menu > li.open > ul > li.open > a:hover {
    background-color: #d8894e
}

.purple .menu li.active > a, .purple .menu li.active > a:hover {
    background-color: #333
}

.purple .menu li.drop.active > a, .purple .menu li.drop.active > a:hover {
    background-color: #813d92
}

.purple .menu > li.active > ul > li.drop.active > a, .purple .menu > li.active > ul > li.drop.active > a:hover {
    background-color: #9e55b1
}

.purple .menu li.active > .menu-a, .purple .menu li.active > .menu-a:hover {
    background-color: #ea7447 !important;
    color: #fff;
}

@media (min-width: 768px) {
    .purple #control .btnv {
        color: #444
    }
}

.purple .btn-primary, .purple .toggle-button span.labelLeft {
    background-color: #ea7447;
    border-color: #009688
}

.purple .btn-primary:hover {
    background-color: #ef906d;
}

/*红粉世家*/
.pink #header, .pink #sidebar, .pink #sidebar ul, .pink #sidebar .menu a {
    background-color: #cb3d6d;
}

.pink #control .btnv {
    color: rgba(255, 255, 255, .8);
}

.pink .user-face {
    color: rgba(255, 255, 255, .8);
}

.pink #header, .pink .menu li a {
    color: rgba(255, 255, 255, .92);
    border-color: #c54d70
}

.pink .menu li a:hover {
    background-color: #e65c8b;
    color: #fff;
}

.pink .menu .fa {
    color: rgba(255, 255, 255, .8)
}

.pink .menu > li.open > a {
    background-color: #3e98bb
}

.pink .menu > li.open > ul > li.open > a, .pink .menu > li.open > ul > li.open > a:hover {
    background-color: #5baece
}

.pink .menu li.active > a, .pink .menu li.active > a:hover {
    background-color: #333
}

.pink .menu li.drop.active > a, .pink .menu li.drop.active > a:hover {
    background-color: #d6658c
}

.pink .menu > li.active > ul > li.drop.active > a, .pink .menu > li.active > ul > li.drop.active > a:hover {
    background-color: #d67c9b
}

.pink .menu li.active > .menu-a, .pink .menu li.active > .menu-a:hover {
    background-color: #51b3d8 !important;
    color: #fff;
}

@media (min-width: 768px) {
    .pink #control .btnv {
        color: #444
    }
}

.pink .btn-primary, .pink .toggle-button span.labelLeft {
    background-color: #cb3d6d;
    border-color: #e2638e
}

.pink .btn-primary:hover {
    background-color: #e2638e;
}

/*月夜私语*/
.dark a {
    color: #0de0a6
}

.dark a:hover {
    color: #25fdc2
}

.dark a.nocolor, .dark a.nocolor:hover {
    color: #ddd;
}

.dark #goback, .dark, .dark .nav-tabs > li > a, .dark .breadcrumb > .active, .dark .dropdown-menu a, .dark .input-group-addon {
    color: #ddd;
}

.dark .panel-menubar, .dark .nav-tabs, .dark .nav-tabs > li.active > a, .dark .nav-tabs > li.active > a:hover, .dark .nav-tabs > li.active > a:focus, .dark panel, .dark .panel-heading, .dark .panel-footer, .dark .input-group-addon, .dark .form-control, .dark .treebox .treewrap, .dark .treebox .wcktip, .dark .pagination > li > a, .dark .ui-dialog-header, .dark .panel-blk .blk-sm, .dark .rcb .mon-tit td, .dark .autopad_pad, .dark .sim-ul li, .dark .datepicker-container, .dark .datepicker-panel > ul[data-view=week] > li, .dark .datepicker-panel > ul[data-view=week] > li:hover, .dark .tab-content, .dark .tit, .dark .hover:hover, .dark .data-filter, .dark .panel-blk .blk-lg {
    background-color: #5a5d68;
    border-color: #565963;
    color: #eee;
}

.dark .panel, .dark .form-control, .dark .pagination > li.active > a, .dark .pagination > li.active > a:hover, .dark .ui-dialog-body, .dark .ui-dialog-footer, .dark .rcb td, .dark .autopad_pad ul li:hover, .dark input, .dark select, .dark .blk-list, .dark .intwrap, .dark .tr-tit {
    background-color: #494c56;
    color: #eee;
}

.dark .nav-tabs > li.active > a {
    border-bottom-color: #5f636f !important;
    color: #fff;
}

.dark, .dark #main-wrap, .dark .nav-tabs, .dark .pagination > li > a:hover, .dark .bg, .dark .bg-ff, .dark .panel-blk {
    background-color: #434854 !important;
}

.dark .table-row > .row:nth-child(even), .dark .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #545862;
}

.dark .table-row > .row, .dark .list-border li, .dark .border {
    border-color: #747782
}

.dark .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #41444e;
}

.dark .table-hover > tbody > tr:hover, .dark #goback:hover, .dark .table-row > .row:hover {
    background-color: #606471;
    color: #fff;
}

.dark .table th, .dark .table td, .dark .data-filter, .dark .panel-body + .panel-body, .dark .nav-tabs > li > a:hover {
    border-color: #777;
}

.dark .dropdown-menu {
    background-color: #5e616b;
    border: 1px solid #999;
}

.dark .table th, .dark .table > tfoot > tr > td {
    color: #06F8ED
}

.dark .table thead tr, .dark .blk, .dark .table tfoot tr {
    background-color: #565b69;
}

.dark .input-group-addon, .dark .form-control, .dark .datalist li a, .dark .bborder {
    border-color: #777;
}

.dark .page-view .input-group-addon, .dark .page-view .form-control, .dark .panel-blk .blk-sm:hover, .dark .panel-blk .blk-lg:hover, .dark .datalist li a:hover, .dark .intwrap .intlist li.active:hover, .dark .treebox .treewrap .scul li:hover {
    background-color: #535661;
    border-color: #626671;
}

.dark .panel, .dark .pagination > li.active > a:hover, .dark .page-heading {
    border-color: #626671;
}

.dark tr.active > td, .dark tr.active > th {
    background-color: #098a7e !important;
}

.dark .form-control, .dark .ztree, .dark .ztree li a, .dark .ui-dialog-content, .dark .panel-blk .blk-sm .bz, .dark .page-view .form-control {
    color: #fff
}

.dark .btn-default:active, .dark .btn-default.active, .dark .open > .dropdown-toggle.btn-default, .dark .list.hover li:hover, .dark .list-hover li:hover, .dark .hover:hover {
    background-color: #606471;
    color: #fff;
}

.dark .datalist li a, .dark .intbox .intval {
    color: #eee;
}

.dark .bz, .dark .em, .dark .datalist li a .bz {
    color: #aaa
}

.dark #header, .dark #sidebar, .dark #sidebar ul, .dark .colist:hover {
    background-color: #393D49;
}

.dark #header {
    border-color: #393d49;
}

.dark #control .btnv {
    color: rgba(255, 255, 255, .8);
}

.dark #control .btnv:hover, .dark #control .open > .btnv, .dark .tabitem {
    color: #ddd;
    background-color: #515460
}

.dark .page-view .input-group-addon {
    border: none;
    background-color: #494c56;
    color: #ddd;
}

.dark .user-face {
    color: rgba(255, 255, 255, .8);
}

.dark .menu li a {
    color: rgba(255, 255, 255, .8);
    border-color: #393d49;
    background-color: #393D49;
}

.dark .menu li a:hover {
    background-color: #4d515d;
    color: #fff;
}

.dark .menu .fa {
    color: rgba(255, 255, 255, .8)
}

.dark .menu > li.open > a {
    background-color: #0e736a
}

.dark .menu > li.open > ul > li.open > a, .dark .menu > li.open > ul > li.open > a:hover {
    background-color: #229288
}

.dark .menu li.active > a, .dark .menu li.active > a:hover, .dark .treebox .treewrap .scul li:hover {
    background-color: #4d515d
}

.dark .menu li.drop.active > a, .dark .menu li.drop.active > a:hover {
    background-color: #545969
}

.dark .menu > li.active > ul > li.drop.active > a, .dark .menu > li.active > ul > li.drop.active > a:hover, .dark .list.hover li:hover {
    background-color: #656a79
}

.dark .menu li.active > .menu-a, .dark .menu li.active > .menu-a:hover {
    background-color: #009688 !important
}

.dark .btn {
    border-color: #888a93
}

.dark .btn-default, .dark .btn-white, .dark .ui-dialog-footer button, .dark .list li.active, .dark .list li.active:hover {
    background-color: #747782;
    color: #fff;
}

.dark .datepicker-panel > ul > li.highlighted, .dark .datepicker-panel > ul > li:hover {
    background-color: #82858e;
    color: #fff;
}

.dark .btn-primary, .dark .toggle-button span.labelLeft, .dark .ui-dialog-footer button.ui-dialog-autofocus, .dark .datepicker-panel > ul > li.picked, .dark .datepicker-panel > ul > li.picked:hover, .dark .datepicker-panel .dpbtn {
    background-color: #0b9487;
    border-color: #009688;
    color: #fff
}

.dark .btn-primary:hover, .dark .ui-dialog-footer button.ui-dialog-autofocus {
    background-color: #009688;
}

.dark .cir-percent, .dark .cir-text {
    fill: #eee;
}

.dark .ui-dialog-close, .dark .ui-dialog-max {
    opacity: .6;
    color: #999
}

.dark .toggle-button label {
    border-color: #888;
    background-image: linear-gradient(to top, #535661, #5e616d)
}

.dark .toggle-button span.labelRight {
    background-color: #777
}

.dark .cir-b {
    stroke: #646771;
}

.dark .form-control[disabled], .dark .form-control[readonly] {
    background-color: #5e616b;
}

.dark .progress {
    background-color: #717983
}

.dark .bg-stress {
    background-color: #4f7a78 !important;
}

.dark .bg-dis, .dark .form-dis .form-control {
    background-color: #383b40 !important;
}

.dark .table > tbody + tbody, .dark .dlist dd, .dark .list-border li {
    border-color: #858889
}

.dark .progress-bar, .dark .btn-info {
    background-color: #27bcb9;
    color: #fff
}

.dark .bg-f3, .dark .treebox .scwrap, .dark .treebox .inttip, .dark .intwrap .intlist li:hover {
    background-color: #5a5d68 !important
}

/*图表*/
.dark .highcharts-background {
    fill: #434854
}

.dark .highcharts-yaxis-grid .highcharts-grid-line {
    stroke: #999;
}

.dark .highcharts-axis-labels > text, .dark .highcharts-subtitle {
    color: #ccc !important;
    fill: #ccc !important;
}

.dark .highcharts-data-label > text, .dark .highcharts-title {
    color: #eee !important;
    fill: #eee !important;
}

.dark .highcharts-data-label > text tspan {
    stroke: #555 !important;
    fill: #555 !important;
}

.dark .highcharts-button-box {
    fill: #3b4150 !important;
}

.dark .highcharts-point {
    stroke: #999;
}

.dark .highcharts-color-1, .dark .highcharts-color-1 > .highcharts-point {
    fill: #b36e6e !important;
}

.dark .highcharts-color-1 > .highcharts-graph {
    stroke: #b36e6e !important;
}

/*#d1bd31*/

.dark .chtwp > .highcharts-point {
    fill: #5a5d68
}

.dark #tar_loading {
    border-color: #666;
    background-color: #646771;
}

.dark .btn-chart:hover, .dark .btn-chart.active {
    background-color: #0f7c7a;
    border-color: #0f7c7a
}

.dark .btn:active, .dark .btn.active {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 23%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 23%)
}

.dark .drag-chked, .dark .drag-chked > td {
    background-color: #777
}

.dark .panel.page-list {
    border-color: transparent
}

.dark .highcharts-legend-item > text {
    fill: #ccc !important;
    color: #ccc !important;
}

.dark .bg-re, .dark .bg-yl, .dark .bg-gr, .dark .bg-bl {
    color: #333 !important;
}

.dark .list-radius li.active .list-radius-item {
    background-color: #434854;
}

.dark .list-radius li:hover .list-radius-item {
    background-color: #535360;
}

/*移动端设置*/
.ajax-tip {
    position: relative;
    padding-right: 18px !important;
}

.ajax-tip:after {
    display: block;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -9px;
    opacity: 0.6;
    content: "\f05a";
    font-family: FontAwesome;
}

.ajax-tip.load:after {
    content: "\f110";
    animation: fa-spin 2s infinite linear
}

.ajax-tip.ok:after {
    content: "\f058";
    color: #47A812
}

.ajax-tip.error:after {
    content: "\f06a";
    color: red;
    opacity: 0.9
}


/*
.tab-kaoqin {
	width:100%;
}
.tab-kaoqin td, .tab-kaoqin th {padding:10px;border:1px solid #ccc;background-color:#f3f3f3;}
.tab-kaoqin td {height:120px; vertical-align:top}
.tab-kaoqin td:hover {background-color:#e6e6e6;color:#000}
.tab-kaoqin th {background-color:#fff;color:#000;text-align:center;}
.tab-kaoqin .nomon {background-color:#fcfcfc;color:#aaa;}
.tab-kaoqin .zm {background-color:#F7F9F2;}
.tab-kaoqin .now,.tab-kaoqin .now:hover {background-color:#009688;color:#fff;font-weight:600}
*/

.kaoqin {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.kaoqin .kaoqin-row, .kaoqin .kaoqin-title {
    display: table-row;
}

.kaoqin .kaoqin-item {
    display: table-cell;
    width: 14.2857%;
    height: 90px;
    padding: 10px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    position: relative;
}

.kaoqin .kaoqin-item .label {
    position: absolute;
    right: 5px;
    top: 5px;
}

.kaoqin .kaoqin-title > .kaoqin-item {
    height: 30px;
    font-weight: bold;
}

.kaoqin .kaoqin-item.nomon {
    background-color: #fcfcfc;
    color: #aaa
}

.kaoqin .kaoqin-item.zm {
    background-color:#e3e5e7;
}

.kaoqin .kaoqin-item:hover {
    background-color: #e6e6e6;
    color: #000
}

.kaoqin .kaoqin-item.now {
    background-color: #009688;
    color: #fff;
    font-weight: 500
}

.page-list .submenu li.active {
    border-bottom: none;
}

@media (max-width: 768px) {
    .kaoqin, .kaoqin .kaoqin-row, .kaoqin .kaoqin-item {
        display: block;
        width: 100%;
        height: auto;
    }

    .kaoqin .kaoqin-title {
        display: none
    }

    .kaoqin .kaoqin-item {
        margin-bottom: 10px
    }

}
