/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

.fontAwesomeOpacity {
    opacity: 1 !important;
}

table .c thead {
    background-color: #0e9aa7 !important;
}
table .c thead th {
    color: white !important;
}

thead input {
    width: 100%;
}

#tableRekap td,
#tableRekap th {
    border: 1px solid #dee2e6;
}

tfoot {
    display: table-header-group;
}

tfoot input {
    border-color: #c1c4e7 !important;
}

.bd-example {
    /* padding: 1.5rem; */
    /* margin-right: 0;
    margin-left: 0; */
    /* border-width: 1px; */
    position: block;
    padding: 1rem;
    border: 1px solid #ddd;
}
.nav-pills .nav-item .nav-link.active {
    box-shadow: none !important;
}

.theme-white .nav-pills .nav-link.disabled {
    background-color: #eee;
    color: #aaa;
}

.info-left {
    color: #336199;
    background-color: #edf3f4;
    border-top: 1px solid #f7fbff;
    display: table-cell;
    vertical-align: middle;
    padding: 6px 10px 6px 10px;
    font-weight: 400;
    text-align: right;
    height: auto;
}
.info-right {
    text-align: left;
    border-top: 1px dotted #dcebf7;
    padding-left: 12px;
    display: table-cell;
    vertical-align: middle;
    color: #777;
    padding: 6px 4px 6px 6px;
}
.info-striped {
    border: 1px solid #dcebf7;
}

.info-striped .info-right > ul {
    margin-bottom: 0px;
}
.info-left-count {
    color: #336199;
    background-color: #edf3f4;
    border-top: 1px solid #f7fbff;
    display: table-cell;
    vertical-align: middle;
    padding: 6px 10px 6px 10px;
    font-weight: 400;
    height: auto;
}

.ic-head {
    background-color: #0e9aa7;
    color: white;
}
.ic-border {
    border: 1px solid #f7fbff;
}
.ic-bb {
    border-bottom: 1px solid #f7fbff;
}

/* select2 */
.select2-container {
    width: 100% !important;
    padding: 0;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}
.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #c5baba;
}
.separator::before {
    margin-right: 0.25em;
}
.separator::after {
    margin-left: 0.25em;
}
.active-lang {
    color: black !important;
    font-weight: 700;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 400;
    pointer-events: none;
}
