

/* Overrides AdminLTE's breadcrumb item separator */
.breadcrumb-item + .breadcrumb-item::before {
    content: '' !important;
    padding: 0 !important;
    display: none !important;
}


.map-icon-label i {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 55px;
    text-align: center;
    white-space: nowrap;
}

.card-body.p-0 .ui.table,
.card-body.p-0 .ui.table thead tr:first-child>th:first-child,
.card-body.p-0 .ui.table thead tr:last-child>th:last-child {
    border-radius: 0;
}

.card-body.p-0 .ui.table {
    border-top: none;
    border-left: none;
    border-right: none;
}

.card-body.p-0 .ui.table thead th {
    border-top: none;
}

.ui.active.text.loader {
    font-weight: normal !important;
}


.loading-text {
    background-color: #D8D8D8;
    height: 16px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.loading-text.half-w {
    width: 48%;
    margin-right: 2%;
}

.loading-text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 15%), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    transform: translateX(-100%);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    100% {
        transform: translateX(100%)
    }
}

.ui.page.dimmer {
    z-index: 9999 !important;
}

.ui.dimmer.modals.page {
    align-items: center;
    justify-content: center;
}

.ui.modal {
    height: auto !important;
    margin: 0 auto!important;
    top: auto !important;
    left: auto !important;
    transform-origin: center !important;
    transition: all ease .5s;
}


input:invalid {
    background: #fff6f6 !important;
    border-color: #e0b4b4 !important;
    color: #9f3a38 !important;
}

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


/* Fix for sidebar height after scroll was moved from body to main. */
:not(.layout-fixed) .main-sidebar {
    height: 100vh !important;
}
