.csswindow {
    position: absolute;
    z-index: 999999;
    background: whitesmoke;
    padding: 2px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 33%);
    resize: both;
    overflow: auto;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dataTables_wrapper .btn {
    padding: .200rem 1rem;
    color: #8a8a8a;
    background-color: #ffffff;
    border-color: #e9e9e9;
}
.dataTables_wrapper .btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    margin: 0.7rem 1.5rem;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    margin: 1rem 1.5rem;
    text-align: right;
    color: #495057;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    margin: 1rem 1.5rem;
    color: #495057;
    line-height: 38px;
}

#sys_stats {
    /*background: #2c88ee;*/
    position: absolute;
    left: 0;
    width: 36px;
    /*height: 50%;*/
    top: 50%;
    border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    border: 0 solid #000000;
    opacity: 1;
    pointer-events: none;
}

#bigloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: rgba(0,0,0,0.6);
    align-content: center;
    align-items: center;
    align-self: center;
    display: flex;
}

.spinner-border {
    display: inline-block;
    width: 5.5rem;
    height: 5.5rem;
    vertical-align: text-bottom;
    border: 10px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border 0.65s linear infinite;
}

.dashmenu i {
    color: lightslategray;
}