@charset "utf-8";
/* layer 右侧滑出层 */
.layui-layer-setwin a {
    text-decoration: none;
}

.layui-layer-setwin a:hover {
    text-decoration: none;
}

@-webkit-keyframes layer-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes layer-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes layer-fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes layer-fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.layui-anim-rl {
    -webkit-animation-name: layer-fadeInRight;
    animation-name: layer-fadeInRight;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.layui-anim-rl.layer-anim-close {
    -webkit-animation-name: layer-fadeOutRight;
    animation-name: layer-fadeOutRight;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* table表单 */
.form-control {
    height: 34px;
    vertical-align: top;
}

.form-control.inline {
    display: inline-block;
    width: 150px;
}

select.form-control {
    padding: 0.375rem 0.475rem;
}

.input-group-prepend .btn, .input-group-append .btn {
    height: 34px;
}

.form-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-top-width: 3px;
    border-top-style: solid;
}

.form-title i {
    margin-right: 5px;
}

.form-title:first-child {
    margin-top: 0;
}

.form-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.form-table td {
    line-height: 33px;
    position: relative;
    padding: 4px;
    vertical-align: top;
    word-break: break-all;
}

.form-table td .inline {
    display: inline-block;
    width: 180px;
}

.form-table td.label {
    font-weight: bold;
    width: 110px;
    min-width: 110px;
    padding-right: 8px;
    text-align: right;
}

.form-table td.label.label-120 {
    width: 120px;
}

.form-table td.label.label-140 {
    width: 140px;
}

.form-table td.label.label-160 {
    width: 160px;
}

.form-table td.label.label-180 {
    width: 180px;
}

.form-table td.label.label-200 {
    width: 200px;
}

.form-table td .help-text {
    display: inline-block;
    padding: 0 3px;
}

.form-table td .btn {
    line-height: 22px;
    height: 34px;
    margin-right: 5px;
    vertical-align: top;
}

.form-table td .input-group-prepend .btn, .form-table td .input-group-append .btn {
    margin-right: 0;
}

.form-table td .btn:last-child {
    margin-right: 0;
}

.form-table td .btn i {
    margin-right: 3px;
}

select.form-control.select-picker {
    overflow: hidden;
    height: 34px;
    color: #ffffff;
}

select.form-control.select-picker option {
    visibility: hidden;
}

.form-table .form-check {
    display: inline-block;
    margin-right: 8px;
    padding-left: 0;
}

.form-table .form-check input[type="radio"], .form-table .form-check input[type="checkbox"] {
    display: inline-block;
    margin-bottom: 4px;
    vertical-align: middle;
}

/* 详细页表格 */
.detail-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.detail-table td {
    font-size: 14px;
    line-height: 33px;
    padding: 4px;
    vertical-align: top;
    word-break: break-all;
    border: 1px solid;
}

.detail-table td.label {
    font-weight: bold;
    width: 110px;
    min-width: 110px;
    padding-right: 8px;
    text-align: right;
}

/* 对话框表单页面 */
.dialog .dialog-content {
    height: 100%;
    padding: 20px 20px 50px 20px;
    overflow-y: auto;
}

/* 表单按钮区 */
.form-toolbar {
    padding: 9px;
    text-align: center;
    border-top: 1px solid;
}

.form-toolbar .btn {
    margin-right: 10px;
}

.form-toolbar .btn:last-child {
    margin-right: 0;
}

.form-toolbar-flex {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
}

/* 验证 */
.valid-must:after {
    margin-left: 3px;
    content: '●';
}

.valid-error {
    display: block;
}

.valid-success {
    display: block;
}

.valid-error .iconfont, .valid-success .iconfont {
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
}

/** 鼠标移动到图片预览样式 */
#preview-img-warp {
    position: fixed;
    z-index: 1030;
    display: none;
    box-sizing: border-box;
    width: auto;
    max-width: 500px;
    height: auto;
    max-height: 500px;
    padding: 10px;
    pointer-events: none;
    box-shadow: 2px 2px 2px 0;
}

#preview-img {
    max-width: 480px;
    max-height: 480px;
}

/* tab组件 */
.tab-content {
    margin-top: 15px;
}

.tab-content .form-toolbar {
    margin-top: 15px;
}

/** 放大bootstrap-select下箭头 **/
.bootstrap-select > .dropdown-toggle:after {
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

/* 修复bootstrap-table在出现横向滚动条时整个页面也出现横向滚动条的BUG */
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    width: 100% !important;
}

/* ztree下拉框下箭头 */
.form-table td .ztree-select-arrow {
    position: absolute;
    top: 18px;
    right: 15px;
    display: inline-block;
    cursor: pointer;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.search-form .ztree-select-arrow {
    border-top-color: rgb(108, 117, 125);
}

.search-form .ztree-select-arrow {
    position: absolute;
    top: 14px;
    right: 15px;
    display: inline-block;
    cursor: pointer;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.row > .col,
.row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

/* 优化单选、复选按钮选择按钮和文本间距不能点击的问题 */
input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

.form-check-label {
    margin-left: -5px;
    padding-left: 5px;
}

/* 修复IE11分页跳转按钮变宽的问题 */
.pagination {
    flex-shrink: 0;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(0 0 0 / 20%)
}