﻿html, body,#app { height: 100%; overflow: hidden; background-color: #fff; }
* { padding: 0; margin: 0; list-style: none; font-size: 14px; word-break: break-all; word-wrap: break-word; resize: none; }
textarea { resize: none !important; }
.displaynone { display: none !important; }

.cus-f-col-009688 { color: #009688 !important; }
.cus-f-col-5FB878 { color: #5FB878 !important; }
.cus-f-col-393D49 { color: #393D49 !important; }
.cus-f-col-1E9FFF { color: #1E9FFF !important; }
.cus-f-col-FFB800 { color: #FFB800 !important; }
.cus-f-col-FF5722 { color: #FF5722 !important; }
.cus-f-col-01AAED { color: #01AAED !important; }
.cus-f-col-2F4056 { color: #2F4056 !important; }



.cus-toolbar { border: solid 1px #e6e6e6; border-bottom: none; background: #f2f2f2; padding: 5px 10px; }
.cus-toolbar hr { margin: 3px 0; background-color: #e6e6e6; height: 1px; border:none;clear:both; }
.cus-toolbar-search { display: flex; justify-content: space-between; }
.cus-toolbar-search-content { display: flex; flex-wrap: wrap; }
.cus-toolbar-search-content-item { display: flex; border: solid 1px #e6e6e6; border-radius: 3px; background: #f9f9f9; margin: 1px; height: 24px; }
.cus-toolbar-search-content-item-label { width: 70px; text-align: right; padding: 0 5px; line-height: 24px; color: #1E9FFF; font-weight: bold; font-size: 12px; border-right: solid 1px #e6e6e6; }
.cus-toolbar-search-content-item-input { height: 24px; line-height: 24px; padding: 0 3px; width: 100px; border: none; font-size: 12px; }
div.cus-toolbar-search-content-item-inputdiv { width: auto; }
div.cus-toolbar-search-content-item-inputdiv input.el-input__inner { height: 24px; line-height: 24px; padding: 0 5px; width: 100%; border: none; font-size: 12px; }
div.cus-toolbar-search-content-item-inputdiv.el-date-editor .el-input__icon.el-icon-date { display: none; }
div.cus-toolbar-search-content-item-inputdiv .el-input__icon { line-height: 24px; font-size: 14px; }
div.cus-toolbar-search-content-item-inputdiv span.el-input__suffix { line-height: 24px; }
.cus-toolbar-search-content-item-inputdiv-dateseparate { display: inline-block; line-height: 24px; padding-right: 15px;background:#fff; }
button.el-button--mini { padding: 2px 3px; font-size: 12px; }
button .el-button [class*=el-icon-] + span {margin-left:1px; }
.cus-toolbar-box { display: flex; justify-content: space-between; }

.el-edit-form { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.el-edit-form > div.el-edit-form-container { display: flex; flex-wrap: wrap; max-height: calc(100% - 50px); overflow: auto; padding: 10px; }
.el-edit-form > div.el-edit-form-container .el-form-item { min-width: 250px; margin: 1px !important; height: 28px; border: solid 1px #e6e6e6; background: #f2f2f2; }
.el-edit-form > div.el-edit-form-container .el-form-item .el-input-number--mini i { line-height: 26px; }
.el-edit-form > div.el-edit-form-container .el-input-number { width: 100%; }
.el-edit-form > div.el-edit-form-container .el-input__inner { border: none; padding: 0 10px; text-align: left; }
.el-edit-form > div.el-edit-form-container .is-error { border: solid 1px #F56C6C; }
.el-edit-form > div.el-edit-form-container .el-form-item--mini .el-form-item__content { border-left: solid 1px #e6e6e6; background: #fff; }
.el-edit-form > div.el-edit-form-container .el-form-item--mini div.el-select.el-select--mini { width: 100%; }
.el-edit-form > div.el-edit-form-container .el-form-item--mini div.el-switch { margin: 4px 0 0 5px; }
.el-edit-form div.el-edit-form-bottom { border-top: solid 1px #e6e6e6; height: 49px; background: #f2f2f2; line-height: 49px; text-align: center; }
.el-edit-form > div.el-edit-form-container .el-textarea__inner { border: none; padding: 5px 10px; }
.el-edit-form > div.el-edit-form-container .el-form-item--mini .el-cascader.el-cascader--mini { width: 100%; }

.el-edit-form > div.el-edit-form-container .el-form-item { width: calc(25% - 4px); }
.el-edit-form > div.el-edit-form-container .el-form-item.onerow { width: calc(100% - 2px); height: auto; }

.el-edit-form > div.el-edit-form-container .el-input.is-disabled .el-input__inner { background: transparent; }

@media screen and (max-width: 1250px) {
    .el-edit-form > div.el-edit-form-container .el-form-item { width: calc(33.33% - 4px); }
}

@media screen and (max-width: 950px) {
    .el-edit-form > div.el-edit-form-container .el-form-item { width: calc(50% - 4px); }
}

@media screen and (max-width: 550px) {
    .el-edit-form > div.el-edit-form-container .el-form-item { width: calc(100% - 2px); }
}

.layui-side-menu .layui-nav .layui-nav-item .IconCls { position: absolute; top: 50%; left: 20px; margin-top: -19px; line-height: 40px; }
.cell span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.el-pagination .el-pagination__sizes .el-input--mini input.el-input__inner { height: 24px; line-height: 24px; }

.colpane-container { display: flex; height: 100%;overflow:hidden; }
.colpane-container-item { height: 100%;overflow:hidden; }
.colpane-container-trigger { width: 5px; cursor: col-resize; background-image: url('/images/pane_trigger_col_bg.png'); background-size: 100% auto; background-repeat: no-repeat; background-color: #f2f2f2; border-left: solid 1px #e6e6e6; border-right: solid 1px #e6e6e6;background-position:center; }

.rowpane-container { }
.rowpane-container-item { width: 100%; overflow: hidden; }
.rowpane-container-trigger { height: 5px; cursor: row-resize; background-image: url('/images/pane_trigger_row_bg.png'); background-size: auto 100%; background-repeat: no-repeat; background-color: #f2f2f2; border-top: solid 1px #e6e6e6; border-bottom: solid 1px #e6e6e6; background-position: center; }


.el-table__empty-text {display:none; }
.layui-layer-iframe {overflow:hidden; }
.layui-layer-iframe iframe { height: calc(100% - 44px) !important; }

.layui-layer.layui-layer-loading { text-align: center; width: 360px !important; }
.layui-layer.layui-layer-loading .layui-layer-content.layui-layer-loading2 { width: auto; text-align: center; display: inline-block; background: #00000032; color: #fff; height: auto; padding: 5px; border-radius: 3px; }
.layui-layer.layui-layer-loading .layui-layer-content.layui-layer-loading2 i.layui-icon-loading { height: 18px; vertical-align: middle; }
.layui-layer.layui-layer-loading .layui-layer-content.layui-layer-loading2 span { max-width: 250px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-left: 3px; font-size: 12px; display: inline-block; vertical-align: middle; }
.layui-layer.layui-layer-loading i.el-icon-loading { font-size: 14px; vertical-align: middle; -webkit-animation: rotating 1s linear infinite; animation: rotating 1s linear infinite; }

html[layer-full] .layui-layer-setwin .layui-layer-close1 { background: initial !important; }
html[layer-full] .layui-layer-setwin .layui-layer-close1:before { font-family: "cus-icon" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\ee64'; position: absolute; left: 0; top: 0; color: red; }
html[layer-full] .layui-layer-setwin .layui-layer-close1 { opacity: 0.7 !important; }
html[layer-full] .layui-layer-setwin .layui-layer-close1:hover { opacity: 1 !important; }



.homeCls .container-left { width: 220px; position: relative; background-color: #33465f; -webkit-transition: all 150ms ease-out 0.15s; -moz-transition: all 150ms ease-out 0.15s; -o-transition: all 150ms ease-out 0.15s; transition: all 150ms ease-out 0.15s; }
.homeCls .logo { width: 100%; height: 60px; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; background-repeat: no-repeat; background-position: center; background-size: 75% auto; background-image: url('/images/logo_220.png?_=1'); }
.homeCls .is-mini .logo { background-image: url('/images/logo_min.png?_=1'); background-size: 60% auto; }

.homeCls .menu { width: 100%; height: calc(100% - 60px); }
.homeCls .menu::-webkit-scrollbar { display: none; }
.homeCls .container-main { width: calc(100% - 220px); -webkit-transition: all 150ms ease-out 0.15s; -moz-transition: all 150ms ease-out 0.15s; -o-transition: all 150ms ease-out 0.15s; transition: all 150ms ease-out 0.15s; }
.homeCls .menu .el-menu { border: none; background: initial; }

.homeCls .tag-group .el-tag { margin-left: 3px; }
.homeCls .tag-group .el-tag:first-child { margin-left: 0px; }
.homeCls main.el-main { padding: 0px; overflow: hidden; }
.homeCls main.el-main .el-tab-pane { height: calc(100% - 30px); overflow: hidden; }

.homeCls .el-tabs__item { padding: 0 10px; height: 30px; line-height: 30px; }
.homeCls .el-tabs__item .el-icon-close { margin-left: 15px; }
.homeCls .el-tabs--border-card > .el-tabs__header .el-tabs__item { border-left: solid 1px #E4E7ED; border-right: solid 1px #E4E7ED; }

.homeCls .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active { font-weight: bold; color: #4f4f4f; background: #fff; border-right-color: #dddddd; border-left-color: #dddddd; }
.homeCls .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active:after { content: ' '; display: inline-block; width: 100%; height: 3px; position: absolute; left: 0; top: 0; z-index: 0; background: #333; }
.homeCls .el-tabs__nav-prev, .homeCls .el-tabs__nav-next { height: 30px; line-height: 30px; }
.homeCls .el-tabs__nav-prev i, .homeCls .el-tabs__nav-next i { margin-top: 9px; }
.homeCls .el-tabs--border-card > .el-tabs__content { padding: 0px; }
.homeCls .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child { padding-right: 10px; }

.homeCls .navbar { display: flex; text-align: justify; justify-content: space-between; align-content: center; align-items: center; }
.homeCls .navbar .hamburger { cursor: pointer; position: relative; width: 26px; height: 26px; }
.homeCls .navbar .hamburger span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; z-index: 1; }
.homeCls .navbar .hamburger object { width: 100%; height: 100%; position: relative; z-index: 0; }
.homeCls .navbar .hamburger object.is-active { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.homeCls .el-menu-item { color: #fff; background: #2a394d !important; }
.homeCls li.el-menu-item:focus { background: #2a394d; }
.homeCls li.el-menu-item:hover { background: #1f2b3b; }
.homeCls .el-submenu__title { color: #fff; }
.homeCls .el-submenu__title:focus, .homeCls .el-submenu__title:hover { background: initial; }
.homeCls .el-submenu__title i { color: #fff; }
.homeCls .el-menu-item i { color: #fff; }
.homeCls .el-menu-item.is-active, .homeCls .el-menu-item.is-active i { color: #1890ff; }

.homeCls #tab-Home span.el-icon-close { display: none; }

.homeCls .el-menu-item, .homeCls .el-submenu__title { border-bottom: solid 1px #2e4057; height: 40px; line-height: 40px; }
.homeCls .el-submenu .el-menu-item { height: 40px; line-height: 40px; }

.homeCls .el-submenu.is-active .el-submenu__title { border-bottom: solid 1px #2e4057; }



.homeCls .el-menu--collapse .el-menu-item div.el-tooltip { display: flex !important; align-content: center; align-items: center; }
.el-menu-vertical-demo:not(.el-menu--collapse) { width: 220px; min-height: 400px; }

.homeCls .userInfo { cursor: pointer; }

