/******   TAG 202009 新版 全局样式 ********/

/*  content  */
#page-wrapper {
    height: 100%;
}

.white-bg {
    background-color: transparent !important;
}

.ibox-content {
    border: none !important;
    background-color: transparent;
}

.top-navigation #page-wrapper {
    /*background-color: #01142b94 !important;*/
    color: #fff !important;
    height: 100% !important;
    padding-bottom: 10px !important;
}

.has-backmap {
    background-color: #162a3e !important;
    background-image: url(/static/images/top/content_bg.png);
    background-position: center center;
    background-size: 100% 100%;
}

.has-backmap #page-wrapper {
    background-color: #01142b94 !important;
}

/* 遮罩阴影层 */
#modal {
    display: none;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    overflow: hidden;
    position: absolute;
    top: -5px;
    left: -5px;
    margin: 0;
    font-family: "微软雅黑";
    background-image: url("../../images/modal_image.png");
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 10;
}

/* select*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
}

.input-group-addon {
    background-color: transparent;
}

.form-control, .single-line {
    background-color: #2f373f !important;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #BFE5FB;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #aaa !important;
}

.form-control, .single-line {
    border: 1px solid #aaa;
    height: 30px;
    padding: 4px 8px;
    font-size: 12px;
}

/* table */
.fixed-table-container {
    border-width: 0px !important;
}

.table > thead > tr {
    background-color: #10406d82 !important;
}

.bootstrap-table .table {
    border: none !important;
}

.fixed-table-container tbody td .th-inner, .table > tbody > tr > td {
    padding: 5px 0px 5px 0px !important;
    line-height: 1.6 !important;
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
    font-size: 13px !important;
}

.table > thead > tr > td {
    padding: 0px 0px 5px 0px !important;
    line-height: 1.6 !important;
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
    font-size: 13px !important;
}

.table > thead > tr.selected > td, .table > tbody > tr.selected > td, .table > tbody > tr.selected > td a {
    color: #0d7ef2 !important;
}

.table > tbody > tr > td {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.fixed-table-container thead th .th-inner {
    padding: 0px 19px 5px 19px !important;
    height: 35px !important;
    line-height: 35px !important;
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
}

.fixed-table-container tbody td, .table > thead > tr > th {
    border: none !important;
    border-bottom: 0px solid #0d1e39 !important;
}

.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search {
    margin-bottom: 0px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fixed-table-container tbody .bs-checkbox {
    padding-top: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: 26px !important;
}

/* 页码 */
.pagination > li > a, .pagination > li > span, .fixed-table-pagination li.disabled a {
    background-color: rgba(1, 20, 43, 0.5) !important;
    border: none !important;
    color: #fff !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #2C7BF7 !important;
    /*border-color: #ddd;*/
    border: none !important;
    color: #fff !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2C7BF7 !important;
    /*border-color: #ddd;*/
    border: none !important;
    color: #fff !important;
}

.fixed-table-pagination > .btn-group > .btn {
    padding: 0px 10px !important;
    border-radius: 2px !important;
    background: rgba(1, 20, 43, 0.5) !important;
}


.fixed-table-pagination .dropdown-toggle, .fixed-table-pagination .dropdown-toggle:hover {
    background-color: #2f373f !important;
    color: #fff !important;
    height: 24px !important;
    line-height: 10px !important;
    border: none !important;
    background-image: none !important;
    border-radius: 3px !important;
}

.fixed-table-pagination .top-navigation .dropdown-menu > li > a {
    padding: 0px !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent !important;
    color: #333333 !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: transparent !important;
    color: #333333 !important;
}

.table-striped > tbody > tr.selected {
    color: #060b34 !important;
}

.table-striped > tbody > tr:hover {
    background-color: #033b7033 !important;
}

.table-striped > tbody > tr a {
    font-size: 13px !important;
    color: #2076f7 !important;
}

.input-group .form-control:first-child {
    background-color: #2f373f !important;
    height: 28px !important;
    line-height: 28px !important;
    border-radius: 0px !important;
    border: 1px solid #fff !important;
}

.input-group .form-control, .input-group-addon {
    display: table-cell !important;
    background: #2f373f !important;
}

.input-group-btn {
    display: table-cell !important;
}

.input-daterange .input-group-addon {
    background: #2f373f !important;
    text-shadow: none !important;
    border-radius: 0px !important;
    border: 1px solid #aaa;
    color: #fff !important;
}

.input-daterange input:last-child {
    border-radius: 0px !important;
}

.form-init-drop .init-dropdown-menu {
    background-color: #2f373f !important;
}


.fixed-table-toolbar {
    margin-bottom: 10px !important;
}


/* 内容标题 content-title*/
.content-title-wrap {
    padding: 7px 20px;
}

.content-title-wrap span:first-child {
    font-size: 18px;
    color: #fff;
    padding: 5px;
    border-bottom: 2px #fff solid;
}

.title-total {
    color: #A0F5FF;
}

.content-title-wrap span:nth-child(2) {
    font-size: 14px;
    border-left: 2px #8dc4fc solid;
    padding: 0px 4px;
    vertical-align: sub;
    color: #8dc4fc;
    margin-left: 20px;
}

.modal-title {
    text-align: left;
    font-size: 18px;
    color: white;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.body-title-img {
    margin-right: 5px;
    height: 18px;
    background-size: 100% 100%;
    margin-top: 3px;
}

.body-title-body {
    display: flex;
    align-items: flex-start;
    padding-left: 0px !important;
}

.body-title-body p {
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
/*layer*/
.layui-layer, .layer-mars-dialog {
    background-color: #162a3e !important;
}

.layui-layer-title {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 17px !important;
    color: #fff !important;
    border-bottom: 2px solid #fff;
    display: inline-block !important;
    padding: 5px 10px !important;
    margin: 0px !important;
    background-color: #162a3e !important;
}

.layui-layer iframe, .layui-layer body, .layui-layer div {
    border-width: 0px;
    color: #fff !important;
}

.layui-layer iframe div, .layui-layer iframe div span {
    color: #fff !important;
}

.layui-layer-setwin .layui-layer-min cite {
    background-color: #fff !important;
}


/* 滚动条*/
::-webkit-scrollbar { /*滚动条整体样式*/
    width: 6px !important; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px !important; /*高宽分别对应横竖滚动条的尺寸*/
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 8px !important;
    background-image: linear-gradient(90deg, #4F8ED7 0%, #2A5AB9 100%) !important;
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
    border-radius: 0px !important;
    background-color: #2C4870 !important;
}


/* 下拉框*/
.dropdown-toggle {
    background-color: #2f373f !important;
    color: #fff !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a {
    color: #91d9ff !important;
    text-decoration: none !important;
    background-color: rgba(23, 42, 61, 0.80) !important;
    outline: 0 !important;
}

.top-navigation .dropdown-menu > li > a {
    background-color: #01142bb8 !important;
    color: #fff !important;
}

.top-navigation .dropdown-menu > li > a:hover, .top-navigation .dropdown-menu > li > a i:hover {
    background-color: #2f373f;
    color: #91d9ff;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus {
    background-color: #2C7BF7;
    border-radius: 10px;
    color: #fff;
    padding: 0px 15px;
    border: none !important;
}


.page-list .dropdown-menu > li > a {
    padding: 3px 10px;
    background-color: #2f373f !important;
}

.fixed-table-pagination .dropup .dropdown-menu {
    background-color: #2f373f !important;
}


/* 日期选择 */
#startDate, #starttime, #accessStartTime, #startTime, #year, #month, #start {
    border-left: none !important;
    padding: 0px !important;
    height: 28px;
    padding-left: 5px !important;
}

#starttime, #endtime {
    text-align: center;
}

.input-daterange input {
    height: 30px !important;
}

.input-daterange .input-group-addon {
    padding: 2px 5px !important;
    line-height: 20px !important;
    font-size: 13px;
}

#year, #month {
    border-right: none !important;
}

.datepicker table tr td.range {
    color: #fff !important;
    background-color: transparent !important;
    border: none !important;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover {
    background: #269afd !important;
    color: #fff !important;
}

.datepicker tfoot tr th:hover, .datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #269afd !important;
    color: #fff !important;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #fff !important;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #2f373f !important;
}

.datepicker-dropdown.dropdown-menu {
    background-color: #2f373f !important;
    color: #fff !important;
}

.datepicker-dropdown.dropdown-menu tr td span:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.active.active, .datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    background-color: #269afd !important;
    color: #fff !important;
}

#massage th, #massage td {
    background-color: #162A3E !important;
    color: #fff !important;
    border: 1px solid #fff;
}


/* tabs */
.body-tabs-wrap {
    width: 100%;
    height: 50px;
    background-color: #01142b9c;
}

.body-tabs {
    display: flex;
    margin: 0px;
    padding-top: 3px;
    height: 100%;
    align-items: center;
}

.body-tabs li {
    line-height: 30px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 0px 5px;
    margin: 0px 10px;
    color: #fff;
    background-color: transparent;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}

.body-middle-iframe {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #01142b94;
}

.body-tabs li:hover, .tabs-active {
    cursor: pointer;
    color: #fff !important;
    background-color: transparent !important;
    border-bottom: 2px solid #fff !important;
}

.ibox-content {
    padding: 12px 0px 0 10px;
    border-width: 0;
    color: #fff !important;
}

/* 输入框、选择框*/
.form-horizontal .form-group {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.pull-left {
    float: left !important;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.pull-left label {
    margin-bottom: 0px !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    background-color: #2f373f !important;
    border: 1px solid #aaa !important;
    color: #fff !important;
    font-size: 12px !important;

}

.form-inline .form-control, #value, #sendUser, textarea#environment, textarea#safe_monitor {
    background-color: #2f373f !important;
    border: 1px solid #aaa !important;
    color: #fff !important;
    font-size: 12px !important;
    padding: 6px 8px !important;
}

.form-inline .form-control {
    height: 28px !important;
}

#dangerDescribe, #reformDescribe {
    background-color: #162a3e !important;
    border: 1px solid #aaa !important;
    color: #fff !important;
    font-size: 12px !important;
    padding: 6px 8px !important;
}

.form-inline {
    padding-top: 5px !important;
    color: #fff !important;
    margin-left: 15px;
}

/* select */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2a2d2f;
    border: 1px solid #56606d;
    color: #fff;
}

.form-control:focus, .single-line:focus {
    border: 1px solid #aaa !important;
}

.select2-results__options li {
    background-color: #2f373f !important;
    color: #fff !important;
    border: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #162a3e !important;
    color: #91d9ff !important;
}

.select2-search--dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #2f373f !important;
    color: #fff !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 100px !important;
}


/* btn */
.btn-success {
    border-radius: 5px !important;
    background-color: #2C7BF7 !important;
    border-color: #2C7BF7 !important;
    color: #fff !important;
    margin: 0px 3px;
    padding: 0px 8px !important;
    line-height: 28px !important;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0px 15px !important;
}

.btn {
    height: 28px !important;
}


.col-sm-12 > .btn-success {
    margin: 0px auto !important;
}

.body-btn-group {
    background-color: #0000004f !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    color: #fff !important;
}

.body-btn-group button, .body-btn-group .btn-active, .body-btn-group button:focus, .body-btn-group button:active {
    background-color: transparent !important;
    border-bottom: 2px solid transparent;
    color: #fff;
}

.cusbtn1:hover, .cusbtn1:focus, .cusbtn1:active {
    color: #FF1510 !important;
    border-bottom: 2px solid #FF1510 !important;
}

.cusbtn2:hover, .cusbtn2:focus, .cusbtn2:active {
    color: #FF5748 !important;
    border-bottom: 2px solid #FF5748 !important;
}

.cusbtn3:hover, .cusbtn3:focus, .cusbtn3:active {
    color: #ee9922 !important;
    border-bottom: 2px solid #ee9922 !important;
}

.cusbtn4:hover, .cusbtn4:focus, .cusbtn4:active {
    color: #FFEB70 !important;
    border-bottom: 2px solid #FFEB70 !important;
}


.info-item-name a, .info-item-name {
    color: #31d9ff !important;
}

.info-item-date {
    color: #fff !important;
}

/*#search .wkk-type-item, #search .search-btn, .index-search-box-lr {*/
/*background-color: #2C7BF7 !important;*/
/*border-color: #2C7BF7 !important;*/
/*}*/

/* 图例*/
.disaster-pandect-content {
    background-color: #01142bb8 !important;
}

.disaster-pandect {
    background-color: #01142bb8 !important;
}

/* 搜索 */
.search-item-wrap {
    margin: -13px 0 7px 0;
    padding: 2px 0px 8px 0px !important;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.search-item-btn-wrap {
    margin-top: 0px;
    margin-left: 0px;
    display: flex;
    font-size: 0;
}

.fixed-table-loading {
    background: #133450 !important;
    padding: 10px !important;
    height: 100% !important;
}

/*
气泡弹框
 */
.ibox-title {
    background-color: transparent;
    height: auto;
    border: none !important;
}

.ibox-title h3 {
    display: inline-block;
    border-bottom: 2px solid #fff;
    font-size: 15px;
    margin-left: 5px;
    line-height: 1.8;
    color: #fff;
    padding: 0px 2px;
}

.tooltipdiv {
    width: 500px;
}

.tooltipdiv-inner {
    background-color: #162a3e !important;
    width: 100%;
}

.tooltipdiv-inner div, .linkDomWrap .linkDomUrl:hover {
    border-color: transparent !important;
}

.tooltipdiv-inner div .linkUrl {
    padding: 2px 12px !important;
    background-color: #2c7bf7 !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-size: 12px !important;
    white-space: nowrap;
    text-align: center;
    width: auto !important;
}

.tooltipdiv-inner div .linkDomUrl {
    color: #91D9FF !important;
    font-size: 14px !important;
    margin: 0px !important;
}

.tooltipdiv-inner div div span {
    color: #C4C8CB !important;
    font-size: 12px !important;
}

.tooltipdiv-inner div #imageSrc {
    margin: 10px !important;
}

.tooltipdiv.right .tooltipdiv-arrow {
    border-right: 5px solid #162a3e !important;
}

.tooltipdiv-inner div a:hover, a:focus {
    text-decoration: none;
}

#majorNet {
    margin-left: 370px !important;
    width: 95px;
    margin-top: 5px;
    background-size: 100% 100%;
}

/* 子表格 */
.table .table {
    background-color: #01142bb8 !important;
}

.detail-view {
    background-color: transparent !important;
}

.detail-view td:first-child {
    padding: 0px 15px 0px 20px !important;
}

.detail-view .th-inner {
    background-color: transparent !important;
    color: #fff !important;
}

.table-hover > tbody > tr:hover {
    background-color: #033b7033 !important;
    color: #fff !important;
}

.form-inline .control-label {
    padding-top: 0px !important;
    margin-left: 10px;
}

.detail-view .fixed-table-body table tr td {
    color: #fff !important;
}

/* 各种页面 */
.bigImageWrap, .bottomBarWrap, .rightWrap {
    background-color: #162a3e !important;
}

.textStyle, #downLoadWrap {
    color: #fff !important;
}

.FormContent {
    margin-bottom: 20px;
}

.FormContentTable td {
    border: 1px solid;
    border-color: #3a5775 !important;
}

.nav-tabs {
    border-bottom: 1px solid #3a5775;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a {
    background-color: #2F67CB73 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}

.nav-tabs > li > a {
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    height: 30px !important;
}


/* 左侧菜单栏 */
.nav-pills > li > a {
    border-radius: 0 !important;
}

.mtinfo-tb {
    margin: 0px 10px !important;
}

.mtinfo-tb:hover {
    background-color: #10406d82 !important;
    cursor: pointer !important;
    margin: 0px 10px !important;
}


/* 系统管理 */
.jstree-default .jstree-wholerow {
    background: #162a3e !important;
}

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -4px -4px !important;
    transform: rotate(90deg) !important;
}

#mytableTool {
    display: flex !important;
    align-items: center !important;
    width: 100%;
}

#mytableTool lable {
    margin-bottom: 0 !important;
}

.modal-footer {
    border-top: none !important;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
}

/* nav */
.menu-top nav {
    height: 100%;
    position: relative;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0 !important;
    padding-right: 10px !important;
    padding-top: 0 !important;
}


/* 图表 */
#myEcharts {
    margin-top: 10px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}


/* cesium */
/* mars3D */
.toolBarRight-btn, .toolBarRight-btn:hover, .toolBarRight-btn:active, .toolBarRight-btn:focus {
    color: #91d9ff !important;
    text-decoration: none !important;
}

.toolBarRight-btn:nth-child(5) {
    border-right: 1px solid #aaa !important;
    border-radius: 0px;
}

.cesium-home-button, .fullscreenButton {
    margin: 0px !important;
    background-color: #01142bb8 !important;
    background: #01142bb8 !important;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreenButton {
    pointer-events: none;
}

.cesium-home-button:hover, .fullscreenButton:hover {
    background-color: #2c7bf7 !important;
    box-shadow: none !important;
}

.cesium-viewer-toolbar {
    z-index: 99;
}

#cesiumContainerEx .cesium-viewer-toolbar {
    right: 350px !important;
}

.cesium-viewer-toolbar {
    display: flex !important;
    position: absolute !important;
    top: 100px !important;
    right: 350px;
}

.cesium-button {
    fill: #fff !important;
}

.toolBarRight .fourspan {
    position: absolute;
    padding: 2px;
    border-color: #5292a0;
}

.toolBarRight .fourspan:nth-child(1) {
    border-width: 2px 0 0 2px;
    border-style: solid;
    top: 0px;
    left: 0px;
}

.toolBarRight .fourspan:nth-child(2) {
    border-width: 2px 2px 0 0;
    border-style: solid;
    top: 0px;
    right: 0px;
}


.toolBarRight .fourspan:nth-child(3) {
    border-width: 0 0 2px 2px;
    border-style: solid;
    bottom: 0px;
    left: 0px;
}

.toolBarRight .fourspan:nth-child(4) {
    border-width: 0 2px 2px 0;
    border-style: solid;
    bottom: 0px;
    right: 0px;
}

.compass {
    right: 350px;
    top: 140px !important;
}

.layui-layer-title span {
    border-bottom: 2px solid #fff;
    line-height: 1.8;
    margin-top: 10px;
    padding: 3px 2px;
    margin-left: 5px;
}

.init-dropdown-menu > .ztree li span.button.roots_open, .init-dropdown-menu > .ztree li span.button.center_open,
.init-dropdown-menu > .ztree li span.button.bottom_open {
    background-position: bottom !important;
    background-size: 100% 100% !important;
    background: url(/static/images/root_close.png) no-repeat !important;
    padding: 10px 25px 0px 0px;
    margin-bottom: 5px !important;
    transform: scale(0.6) !important;
}

.init-dropdown-menu > .ztree li span.button.roots_close, .init-dropdown-menu > .ztree li span.button.center_close,
.init-dropdown-menu > .ztree li span.button.bottom_close {
    background-position: bottom !important;
    background-size: 100% 100% !important;
    background: url(/static/images/root_open.png) no-repeat !important;
    padding: 10px 25px 0px 0px;
    margin-bottom: 5px !important;
    transform: scale(0.6) !important;
}

.init-dropdown-menu > .ztree li span {
    font-size: 12px !important;
}

.init-dropdown-menu > .ztree li a.curSelectedNode, .ztree li a:hover {
    background-color: #162a3e !important;
    color: #91d9ff !important;
}

.init-dropdown-menu > .ztree li a {
    height: 20px !important;
    color: #fff !important;
    margin: 0px !important;
    line-height: 18px !important;
}

.init-dropdown-menu > .ztree li span.button.switch {
    width: 20px !important;
    height: 20px !important;
    /*transform: scale(0.6) !important;*/
    margin: 0px !important;
    margin-bottom: 5px !important;
}

.tool-left {
    position: absolute;
    top: 100px;
    right: 600px;
    z-index: 1000;
    margin: 0px 10px;
    display: flex;
    flex-direction: row;
}

.iconfa-caret-up {
    background-image: url("/static/images/legend_arrow.png");
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    transform: rotate(90deg);
}

.iconfa-caret-down {
    background-image: url("/static/images/legend_arrow.png");
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    transform: rotate(270deg);
}

.modal-header {
    border: none !important;
}


@media (max-width: 768px) {
    body:not(.mini-navbar) {
        -webkit-transition: background-color 500ms linear;
        -moz-transition: background-color 500ms linear;
        -o-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
        background-color: transparent !important;
    }
}


.mytableTool {
    display: flex;
    margin-top: 10px;
    margin-bottom: 5px;
}

.modal-header .close, .close:focus, .close:hover {
    color: #fff !important;
    opacity: 1 !important;
}

legend {
    font-size: 16px !important;
    color: #fff !important;
    border-bottom: 1px solid #3a5775 !important;
}

.itemBox span {
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.jstree-default > .jstree-wholerow-ul .jstree-hovered, .jstree-default > .jstree-wholerow-ul .jstree-clicked {
    background: #2C7BF7 !important;
}


#editLdinfoLayer {
    display: flex;
    justify-content: center;
    overflow-y: auto;
    padding-top: 5px;
}

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
    background-image: none !important;
    background-color: transparent !important;
}

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
    background-image: none !important;
    background-color: #2C7BF7 !important;
}

/* 提示气泡*/
.popover-content {
    padding: 5px 15px !important;
    color: #fff !important;
}

.popover-title{
    color: #fff !important;
}

/* 进度条 */
.progress-bar, .progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 统计图 */
#waringTip {
    position: absolute;
    visibility: hidden;
    height: 85px;
    width: 120px;
    background-color: rgba(94, 96, 99, 0.5);
    z-index: 999;
    color: #fff;
    padding: 5px;
    text-align: left;
}

.tipP {
    margin: 0px 2px;
    font-size: 12px;
}

.tipDiv {
    display: flex;
    flex-display: column;
    justify-content: flex-start;
    align-items: center;
}

.tipP0 {
    margin: 0px 2px;
    font-size: 14px;
}

.tipDivRec {
    width: 14px;
    height: 10px;
    margin-right: 3px;
}


/* 边框小角 */
.warn-wkk-item {
    background: #01142b8a !important;
    margin: 5px 0px !important;
    color: #fff !important;
    position: relative;
}

.warn-wkk-item-two {
    position: relative;
}

.warn-wkk-item > .fourspan, .warn-wkk-item-two > .fourspan {
    position: absolute;
    padding: 2px;
    border-color: #5292a0;
}

.warn-wkk-item .fourspan:nth-child(1), .warn-wkk-item-two .fourspan:nth-child(1) {
    border-width: 2px 0 0 2px;
    border-style: solid;
    top: 0px;
    left: 0px;
}

.warn-wkk-item .fourspan:nth-child(2), .warn-wkk-item-two .fourspan:nth-child(2) {
    border-width: 2px 2px 0 0;
    border-style: solid;
    top: 0px;
    right: 0px;
}


.warn-wkk-item .fourspan:nth-child(3), .warn-wkk-item-two .fourspan:nth-child(3) {
    border-width: 0 0 2px 2px;
    border-style: solid;
    bottom: 0px;
    left: 0px;
}

.warn-wkk-item .fourspan:nth-child(4), .warn-wkk-item-two .fourspan:nth-child(4) {
    border-width: 0 2px 2px 0;
    border-style: solid;
    bottom: 0px;
    right: 0px;
}


.dataTypeChk{
    position: absolute;
    bottom: 8px;
    left: 18px;
    z-index: 999;
    color: white;
}

.dataTypeChk span{
    margin-left: 5px;
}