/* +----------------------------------------------------------------------
/* | Static Plugin for ThinkAdmin
/* +----------------------------------------------------------------------
/* | 官方网站: https://thinkadmin.top
/* +----------------------------------------------------------------------
/* | 版权所有 2014~2023 Anyon<zoujingli@qq.com>
/* +----------------------------------------------------------------------
/* | 开源协议 ( https://mit-license.org )
/* | 免责声明 ( https://thinkadmin.top/disclaimer )
/* +----------------------------------------------------------------------
/* | gitee 代码仓库：https://gitee.com/zoujingli/think-plugs-static
/* | github 代码仓库：https://github.com/zoujingli/think-plugs-static
/* +----------------------------------------------------------------------
/* | 自定义后台扩展样式，需要在加载 console.css 后载入
/* | 使用 composer require zoujingli/think-plugs-static 时不会更新此文件
/* +---------------------------------------------------------------------- */
.layui-input-disable {
    background-color: whitesmoke;
}
.my-input:read-only {
    background-color: whitesmoke;
}
.my-input:disabled {
    background-color: whitesmoke;
    cursor: not-allowed;
}

.td-break {
    word-break: break-all;
}

.td-break-word {
    word-break: break-word;
}

.color-dimgray {
    color: dimgray;
}

.color-darkgray {
    color: darkgray;
}

.color-slateblue {
    color: slateblue;
}

.color-saddlebrown {
    color: saddlebrown;
}

.color-indianred {
    color: indianred;
}

.color-darkorange {
    color: darkorange;
}

.color-orangered {
    color: orangered;
}

.color-tomato {
    color: tomato;
}

.color-firebrick {
    color: firebrick;
}

.code-style {
    font-family: Menlo,Monaco,Consolas,"Andale Mono","lucida console","Courier New",monospace;
}

.flex {
    display: flex;
}

.flex-align-center {
    align-items: center;
}

.width-short {
    width: 130px !important;
}

.d-none {
    display: none !important;
}

.my_tab .layui-this {
    background-color: lemonchiffon !important;
}

.min-height-auto {
    min-height: auto !important;
}

.bg-whitesmoke {
    background-color: whitesmoke;
}

.bg-purple {
    background-color: purple;
}

.bg-plum {
    background-color: plum;
}

.bg-lightsalmon {
    background-color: lightsalmon;
}

.bg-saddlebrown {
    background-color: saddlebrown;
}

.myblock {
    display: block;
}

.mytitle {
    display: inline;
    font-size: 18px;
    border-bottom: 3px solid #f9dd94;
}

.empty_info {
    color: darkgoldenrod;
    font-size: 14px;
}

.resize_none {
    resize: none;
}

.height-120 {
    height: 80px;
}

.mytd .layui-btn {
    /* padding: 5px 5px 5px 0; */
    margin: 5px 5px 5px 0;
}

.mytd .layui-btn:last-child {
    /* padding-right: 0; */
    margin-right: 0;
}

.text-compact {
    letter-spacing: -0.2px;
    line-height: 15px;
}

.height-20 {
    height: 20px;
}

.height-10 {
    height: 10px;
}

.pro_tip {
    border: 1px dotted peachpuff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: peachpuff;
    color: mediumpurple;
    font-size: 14px;
}

.cus-badge {
    display: inline-block;
    border: 1px solid #d5d5d5;
    margin: 0 4px 4px 0;
    padding: 0 2px;
}

.tr-border td {
    border-width: 1px !important;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}


.border-gray {
    border: 1px solid gray;
}
.cursor-default {
    cursor: default;
}
.cursor-pointer {
    cursor: pointer;
}
