/* toastr样式 */
#toast-container{
    z-index: 20000000 !important;  /* 为的是高于layer */
}
#toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 15em;
    font-size: 15px;
}

/* 加载gif */
.loading{
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    display: none;
    z-index: 999999;
}


/* 所有td宽度平均 */
/* table{
    table-layout:fixed !important;
    width:100%;
} */
th{
    white-space: nowrap;
    overflow: hidden;
}
td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #c8ced3;
}

/* 让layer确认按钮 文字始终为白色 */
.layui-layer-btn0{
    color: #fff !important;
    background: #20a8d8 !important;
    border-color: #20a8d8 !important;
}


/* 视觉隐藏框 */
.hidde_frame{
    position: absolute;
    top: -9999px;
    left: -9999px;
}



/* 滚动公告 */
.notice {
    overflow: hidden;
    white-space:nowrap;
    position: absolute;
    line-height: 32px;
    padding: 0 15px;
    color: red;
}

/* 重写下拉菜单间距 */
.dropdown-divider {
    margin: 0.3rem 0 !important;
}

/* 侧边栏二级icon样式 */
.c-sidebar-nav-dropdown-items i, .c-sidebar-nav-dropdown-items svg{
    margin-left: 2rem !important;
    flex: 0 0 30px !important;
}



/* 分页器 */
.my_pagination{
    height: 30px;
    line-height: 30px;
    margin: 20px auto;
    user-select: none;
    display: flex;
    justify-content: center;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li {
    border-color: #d8dbe0 !important;
}
.paginationjs .paginationjs-pages li>a{
    min-width: 33.5px !important;
    height: 35px !important;
    line-height: 35px !important;
}
.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active>a {
    height: 37px !important;
    line-height: 37px !important;
}
.paginationjs .paginationjs-pages li.disabled>a {
    opacity: 1.3 !important;
    cursor: default !important;
}