﻿.required::after {
    content: "*";
    color: red;
}

.loading-spinner {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    display: inline-block;
    animation: 1.2s spin infinite ease-in-out;
}

.loading-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 100;
    text-align: center;
    padding: 10rem;
    padding-top: 15%;
    background-color: rgba(0, 0, 0, .7);
}

.loading-label {
    display: block;
    color: rgb(255, 255, 255);
}

.loading-container.show {
    display: block;
}

.dataTables_processing.card {
    display: none !important;
}

.main-footer {
    font-size: 12px !important;
}

.timer-container {
    display: none;
}

    .timer-container.show {
        display: block;
    }

    .timer-container .spinner {
        width: 2rem;
        height: 2rem;
        border: 3px solid rgba(0, 0, 0, .3);
        border-radius: 50%;
        border-top-color: rgba(0, 0, 0, .7);
        animation: 1s spin infinite ease-in-out;
    }

.feedback-show {
    display: block;
}

.search-field {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.card-body {
    font-size: 13px !important;
}

.btn-table-top-div {
    margin-right: 5px;
}

button.btn-primary {
    background-color: rgb(79,116,172) !important;
    border-color: rgb(79,116,172) !important;
}

    button.btn-primary:hover {
        background-color: rgb(55,80,119) !important;
        border-color: rgb(55,80,119) !important;
    }

button.btn-success {
    background-color: rgb(79,171,111) !important;
    border-color: rgb(79,171,111) !important;
}

    button.btn-success:hover {
        background-color: rgb(55,119,71) !important;
        border-color: rgb(55,119,71) !important;
    }

div.modal-dialog .modal-header {
    background-color: rgb(79,116,172) !important;
    color: white !important;
}

    div.modal-dialog .modal-header .close {
        color: white !important;
    }

#myTable thead,
.table-deactivation-summary thead,
.table-summary thead {
    background-color: rgb(79,116,172);
    color: white;
}

#myTable.table-hover > tbody > tr:hover {
    background-color: gainsboro;
}

table thead th {
    text-align: center !important;
    vertical-align: text-top !important;
    /*white-space: nowrap;*/
    font-size: .72rem !important;
}

table tbody td {
    /*white-space: nowrap;*/
    font-size: .72rem !important;
}

table tbody tr.disabled-select {
    background-color: #fff !important;
    text-shadow: 1px 1px #ffffff, -1px -1px #ffffff, 1px -1px #ffffff, -1px 1px #ffffff !important;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}

.hidden-field {
    display: none;
}

.swal2-container {
    padding-top: 5rem !important;
}

.select2-selection--multiple {
    overflow: auto;
    max-width: 500px;
    max-height: 62px;
}

.select2-results {
    font-size: 12px;
}

.tooltip-inner {
    padding: 8px 10px;
    max-width: 400px;
    width: fit-content;
    font-size: 12px;
    /*background-color: rgb(247, 247, 247);
    color: dimgray;*/
}

.tooltip-title {
    /*border-bottom: 1px solid rgb(128, 128, 128);*/
    font-weight: bold;
}

.tooltip-inner .row {
    border-top: 1px solid rgb(128, 128, 128);
    margin: 0 0 0 0;
}

.tooltip-header {
    display: inline-block;
    text-align: left;
    padding-right: 0;
    margin-right: 0;
    width: 150px;
}

.tooltip-separator {
    padding-right: 1em;
    padding-left: 0;
    width: 10px;
}

.tooltip-header-value {
    display: inline-block;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    width: fit-content;
    max-width: 150px;
}

.notification {
    position: absolute;
    top: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #d9534f;
    color: rgb(255, 255, 255);
    line-height: 25px;
    text-align: center;
    margin-top: -10px;
    margin-left: -90px;
    font-size: small;
}

img.img-button {
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
}

    input[type="checkbox"]:disabled {
        cursor: not-allowed;
    }

.table-summary,
.instruction-table-container {
    max-height: 300px;
}

.disabled {
    cursor: not-allowed;
    color: gray;
}

    .disabled:hover {
        color: gray !important;
    }

.right-align {
    text-align: right;
}

.center-align {
    text-align: center;
}

.left-align {
    text-align: left;
}

.paginate_button.page-item.active a.page-link {
    background-color: rgb(79,116,172) !important;
    border-color: rgb(79,116,172) !important;
}

.select2-selection__choice {
    background-color: rgb(79,116,172) !important;
    border-color: rgb(79,116,172) !important;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 650px) {
    .btn-table-top-div {
        margin-bottom: 5px;
    }
}

.container i {
    margin-left: -30px;
    cursor: pointer;
}

.sign-out {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 1em;
}

    .sign-out:hover {
        color: #d9534f;
    }

.leaflet-control-geocoder-alternatives {
    max-height: 350px !important;
    overflow: auto !important;
}

.geocoder-clear-button {
    position: absolute;
    right: 5px;
    background-color: #f44336;
    color: white;
    border: none;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block !important;
}

    .geocoder-clear-button:hover {
        background-color: #d32f2f !important;
    }