﻿@charset "utf-8";
/*众力自定义*/
/*.x-admin-sm .layui-icon {
    font-size: 21px !important;
}*/

.x-nav {
    margin: 0 15px !important;
    padding: 0 17px !important;
}

.layui-table td, .layui-table th {
    text-align: center !important;
    min-width: 50px !important;
}

.layui-table th {
    font-weight: bold !important;
}

.layui-form-item .layui-input-inline {
    padding: 5px 5px !important;
}

.layui-form-item .layui-form-label {
    padding: 10px 5px !important;
}
/*自定义对话框确定按钮颜色*/
.layui-layer-btn .layui-layer-btn0 {
    border-color: #009688 !important;
    background-color: #009688 !important;
    color: #fff !important;
}

.spanType0 {
    border: 1px solid #e6e6e6;
    background-color: #FF5722;
    padding: 5px;
    color: #fff;
}

.spanType1 {
    border: 1px solid #e6e6e6;
    background-color: #009688;
    padding: 5px;
    color: #fff;
}

.spanType2 {
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    padding: 5px;
    color: #C9C9C9;
}

.layui-form-item .layui-input-inline {
    width: 150px;
}

.layui-table .autohide {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 15px;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
}

.layui-table .autoshow {
    white-space: normal;
    overflow: auto;
    word-wrap: normal;
    word-break: normal;
    text-align: left;
}

.layui-form-selected dl {
    z-index: 9999 !important;
}
/** 统计快捷方式样式 */
.console-link-block {
    display: block;
    position: relative;
    color: #fff;
    font-size: 18px;
    padding: 25px 20px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
    background-color: rgb(155, 197, 57);
    cursor: pointer;
}

    .console-link-block .console-link-block-num {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .console-link-block .console-link-block-icon {
        height: 70px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .console-link-block .console-link-block-band {
        background-color: rgb(227, 42, 22);
        font-size: 14px;
        position: absolute;
        width: 80px;
        padding: 0px 0;
        text-align: center;
        transform: rotate(45deg);
        right: -21px;
        top: 8px;
        color: rgba(255, 255, 255, .9);
        z-index: 1;
    }

/** //统计快捷方式样式end */

/** 设置每个快捷块的颜色 */
#consoleLink0 > div:first-child .console-link-block, #consoleLink1 > div:first-child .console-link-block {
    background-color: rgb(155, 197, 57);
}

#consoleLink0 > div:nth-child(2) .console-link-block, #consoleLink1 > div:nth-child(2) .console-link-block {
    background-color: rgb(85, 165, 234);
}

#consoleLink0 > div:nth-child(3) .console-link-block, #consoleLink1 > div:nth-child(3) .console-link-block {
    background-color: rgb(157, 175, 291);
}

#consoleLink0 > div:nth-child(4) .console-link-block, #consoleLink1 > div:nth-child(4) .console-link-block {
    background-color: rgb(245, 145, 162);
}

#consoleLink0 > div:nth-child(5) .console-link-block, #consoleLink1 > div:nth-child(5) .console-link-block {
    background-color: rgb(254, 170, 79);
}

#consoleLink0 > div:last-child .console-link-block, #consoleLink1 > div:last-child .console-link-block {
    background-color: rgb(64, 212, 176);
}

/** //设置每个快捷块的颜色end */

.aspNetDisabled, .aspNetDisabled:active, .aspNetDisabled:hover {
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}

.layui-icon-loading {
    font-size: 30px !important;
}

.layui-laydate-range {
    width: 550px !important;
}

.layui-footer {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 -1px 2px 0 rgb(0 0 0 / 5%);
    text-align: center;
    height: 44px;
    line-height: 44px;
    position: fixed;
}
