/*.layui-layer-ico {
    /* 右上角的关闭按钮的样式为白色*/
    background: url(/static/script/comm/v1/layui/v268/css/modules/layer/default/icon.png) no-repeat;
    background-color: #fff;
    border-radius: 10px;
}*/
.layui-nav .layui-this:after, .layui-nav-bar {
    /*导航栏底下的悬浮下边框颜色*/
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
    background-color: #393D49;
    transition: all .2s;
    -webkit-transition: all .2s;
    pointer-events: none;
}
/* tab标签页样式开始 */
.layui-nav .layui-nav-item a:hover{
    color:#aaa;
}
.layui-nav .layui-nav-item a:hover{
    color:#aaa;
}
.layui-tab-title li {
    min-width: 40px !important;
    /*padding: 0 2px;*/
}
.layui-tab-title li:hover{
    font-size: 16px;
    font-weight: bolder;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #333;
}
/* tab标签页样式结束 */

/*add and edit*/
.layui-form-select dl dd.layui-this {
    background-color: #393D49;
    color: #fff;
}
.layui-form-select dl {
    max-height: 150px;
}

/*detail*/
.info{
    background:#fff;
}

.width-auto{
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

.theme_bgclr{
	background:#fff;
}

.blink{
    background:#f00!important;
}
.cal_result {
    background: #ebeaea;margin: 4px;padding: 4px;border-radius: 6px;cursor:pointer;
}
.container {
    position: relative;
    overflow: hidden;
}

.content {
    width: 100%;
    height: 100%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.actions {
    position: absolute;
    top: 0;
    right: -100px;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: right 0.3s ease;
}

.show-actions .actions {
    right: 0;
}

.action-button {
    width: 82px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}
.tab-glass {
    backdrop-filter: blur(3px);
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, .1);
}
#panel{
    position:fixed;
    left:4px;
    top:30vh;
    z-index: 999;
    background: #fff;
    padding: 6px;
    opacity: 0.6;
    border-radius: 10px;
}
