body, .skin-blue .wrapper {
    background-color: #ecf0f5 !important;
}

@media (max-width: 575px) {
    .layui-footer {
        height: 50px !important;
    }
    .layui-footer p {
        font-size: 8px !important;
        white-space: nowrap;
        line-height: 1.5 !important;
    }
}
@media (min-width: 575px) {
    .layui-footer {
        height: 100px !important;
    }
}

.main-header .logo .logo-lg {
    position: relative;
    z-index: 9999;
}
.column-__actions__ {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.column-__actions__ a {
    cursor: pointer !important;
    margin-bottom: 2px;
}
.column-__actions__ i {
    margin: 0 2px;
}
.swal2-container {
    z-index: 999999 !important;
}
.page .ck-widget {
    background-color: #fff;
    outline: none;
}
.container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
.wrapper-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: #eeeeee;
}
.content-container {
    margin: 20px 30px;
}
.grid-table th {
    white-space: nowrap !important;
}
.grid-table td {
    vertical-align: middle !important;
    white-space: nowrap !important;
}
.zcw-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}
.zcw-btn i {
    margin-right: 5px !important;
}
.layui-header {
    width: 100%;
    height: 80px !important;
    background-color: #3abaee !important;
}
.layui-logo,
.layui-layout-right {
    height: 80px !important;
    display: flex;
    align-items: center;
}
.layui-logo {
    margin-left: 20px !important;
}
.layui-side,
.layui-body {
    top: 90px !important;
    bottom: 110px !important;
    background: #ffffff !important;
    border-radius: 6px;
}

.layui-side {
    left: 10px !important;
}
.layui-nav-tree {
    background: #ffffff !important;
}
.layui-body {
    position: relative;
    padding: 20px 20px 0 !important;
}
.layui-nav-item a,
.layui-nav-item i {
    color: #333333 !important;
}
.layui-this a,
.layui-this i {
    color: #ffffff !important;
    background-color: #3abaee !important;
}

.layui-footer {
    left: 0 !important;
    bottom: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font: 16px/1.5 "Microsoft Yahei" !important;
    color: #ffffff !important;
    background-color: rgba(12, 100, 200, .5) !important;
    z-index: 0;
    overflow-x: auto;
}
.layui-footer p {
    font-size: 14px;
    white-space: nowrap;
    color: #8dadd5 !important;
    line-height: 28px;
}
.layui-footer a {
    color: #8dadd5 !important;
}

body .windows-skin .layui-layer-title {
    background: #3c8dbc;
    color: #ffffff;
    border: none;
}
body .windows-skin .layui-layer-setwin a {
    background: #3c8dbc;
    margin-left: 20px;
}
body .windows-skin .layui-layer-setwin i {
    color: #ffffff;
    font-size: 14px;
}
body .windows-skin .layui-layer-setwin i:hover {
    color: #94cef1;
}
.modal-backdrop {
    z-index: -1 !important;
}
.image_resized img {
    cursor: pointer;
}
.label {
    padding: 4px 8px !important;
}
.required-label {
    color: #ff0000;
}

.shrink-expand {
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    left: 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.shrink-expand:hover {
    background-color: #eeeeee;
}
.layui-tab-title {
    overflow: auto;
}

.cases-statistics {
    display: flex;
    align-items: center;
}

.box>.box-body>table>thead>tr>th{
    min-width: 4em;
}
@media screen and (max-width: 1600px){
    .box>.box-body{
        overflow-x: auto;
        overflow-y: hidden;
    }
    .box>.box-body>table>thead>tr>th{
        min-width: 6em;
        max-width: 12em;
        white-space: pre-wrap;
    }
    .box>.box-body>table>tbody>tr>td{
        min-width: 6em;
    }
}
.open_writ {
    cursor: pointer !important;
}
.zcw-icon i {
    color: #0d6aad !important;
}
.backlog-row {
    cursor: pointer;
}

.layui-layer-photos {
    width: 92% !important;
    height: 92% !important;
    top: 4% !important;
    left: 4% !important;
    right: 4% !important;
    bottom: 4% !important;
}
.layui-layer-content {
    overflow: visible !important;
}
.layui-layer-phimg {
    width: 100%;
    height: 100%;
    overflow: auto !important;
}

.wrapper {
    padding-bottom: 50px;
}
.wrapper .main-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.cases-statistics .box-body {
    overflow-x: hidden !important;
}

.writ-tool-button {
    margin-top: 5px;
}

.preview-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8888;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: auto;
}
.preview-container .preview {
    width: 90%;
    height: 90%;
}
.preview-container img {
    width: 100% !important;
}

.page p {
    white-space: pre-wrap !important;
}
body > .layui-layer-shade {
    display: none;
}
