.red {
    color: #fff;
    background-color: #AF3636;
}

.blue {
    color: #fff;
    background-color: #265ED5;
}

.purple {
    color: #fff;
    background-color: #89149b;
}

.green {
    color: #fff;
    background-color: #30a325;
}

td.highlight {
    background-color: #fff1b7
}

.container {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


tbody td {
    min-width: 250px;
    max-width: 250px;
}

th {
    min-width: 250px;
    max-width: 250px;
     background-color: #fff;
}

td input {
    min-width: 240px;
    max-width: 240px;
    width: 240px;
}



.dataTables_filter {
    padding: 15px;
}

.admin-bar {
    position: absolute;
    top: 5px;
    left: 15px;
}

.admin-text {
    width: 500px;
    margin-left: 150px;
    margin-top: 18px;
}

#hide {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.DTFC_LeftBodyLiner {
    overflow: hidden !important;
}