table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled) {
    padding-right: 35px;
}

.rotate90a {
    writing-mode: vertical-rl;
    text-align: center;
    transform: rotate(180deg);
    font-size: small;
    background-color: #e0e0e0;

}

.rotate90b {
    writing-mode: vertical-rl;
    text-align: center;
    transform: rotate(0deg);
    font-size: small;
    background-color: #e0e0e0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: black;
}

.card.card-link {
    box-shadow: 0 0;
}

.card-link .card-title {
    color: gray !important;
}

.card-link .card-footer {
    background-color: white;
}

#bgkloader {
    z-index: 9999;
    background: white url(img/loadbar.gif) no-repeat center center;
    overflow: auto;
    width: 100%;
    height: 100vh;
    position: fixed;
}

.content-wrapper>.content {
    padding-bottom: 1px !important;
}

#breadcrumb {
    color: #163959;
}

#breadcrumb a {
    color: #163959;
    font-weight: bold;
}

#user_menu_list .nav-link {
    color: #163959;
}

#user_menu_list .nav-link i {
    color: #ff0000;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}


.login-page {

    background: url(img/wallpaper-login.jpg) center center no-repeat;
    background-size: cover;

}

.load-content {
    cursor: pointer;

}

.login-box {
    width: auto;
}


.adminltetoast {
    margin-bottom: 80px;
    margin-right: 20px;
}


.accordion .card {
    margin-bottom: 0px;
}

.accordion {
    margin-bottom: 1rem;
}

.accordion p {
    font-style: oblique;
    color: gray;
}

/* FIX SEARCH BOX IN TABLE */
thead input {
    width: 100%;
}


.gantt_cont {
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: auto;
}

#gantt_close_btn {
    float: right;
    margin: 10px 20px;
    border: 0;
    background-color: white;
}

.modal_custom {
    background-color: white;
    overflow: auto;
    margin: auto;
    margin-top: 20px;
    width: 85vw;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5);

}

.gantt {
    clear: both;
    height: 600px;
    margin: 20px;
}

.gantt-tooltip {
    z-index: 99999;
}

.gantt-tooltip>h2 {
    font-size: 1.5rem;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.select2-container {
    width: 100%!important;
}

.table-responsive {
    overflow-x: auto;
}

.editable {
    cursor: pointer;
}

.cell-input {
    width: 100%;
    box-sizing: border-box;
}

.dataTables_scrollHead {
    position: sticky !important;
    top: 0px;
    z-index: 99;
    background-color: white;
    box-shadow: 0px 5px 5px 0px rgba(82, 63, 105, 0.08);
}