#toastContainer {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9000;
    /* Needs to be above modal, ~1070 */
    margin-bottom: 3rem;
    margin-right: 1rem;
    max-height: 25rem;
    overflow: auto;
}

.table td.successfulupload {
    background-color: lightgreen;
}

.table td.failedupload {
    background-color: rgb(255, 104, 104);
}


/* Vendor name dropdown */

.selectorcontainer {
    margin-top: 0px;
    height: 0rem;
}

.selectorformatter {
    background-color: whitesmoke;
    border: 1px solid black;
    display: flexbox;
    user-select: none;
    width: 100%;
    max-height: 8rem;
    overflow: auto;
    z-index: 10;
}

.selectorformatter ul {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.selectorformatter li {
    display: flex;
    align-items: center;
    min-width: 0;
    max-height: none;
    padding: 0;
}

.selectorformatter li:hover,
.selectorformatter li.focused {
    background-color: lightgray;
}

.separatorline {
    border-top: 1px solid #5f6368;
    margin: 0 14px;
    padding-bottom: 4px;
}

/* End vendor name dropdown */


.min-max-vh-100 {
    min-height: 100vh;
    max-height: 100vh;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.toggle-view-icon-container {
    cursor: pointer;
}

.toggle-view-icon-container:hover {
    color: #161616;
}

/* Relying on the label for the button click */
input[type=file].hide-file-button {
    display: none;
}

#vendorusertable tbody {
    min-height: 8rem;
}

.minheight-20 {
    min-height: 20rem;
}

.height30rem {
    max-height: 30rem;
}

.filetablecontainer {
    overflow: auto;
}

.btn.btn-small {
    padding: .1em;
    font-size: small;
}

.min-height-15rem {
    min-height: 15rem;
}

.max-height-15rem {
    max-height: 15rem;
}

.min-height-25rem {
    min-height: 25rem;
}

.max-height-25rem {
    max-height: 25rem;
}

.min-height-20rem {
    min-height: 20rem;
}

.max-height-20rem {
    max-height: 20rem;
}

/* .active-sidebar-view {
    background-color: var(--recoverease-auditec-moderateblue);
} */

/** Hm, considering. Also need position:* (probably relative) placed on parent */
/* .active-sidebar-view a::before {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    position: absolute;
    left: 0%;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
} */

.actions button+button {
    margin-left: 3px;
}


tbody tr.claim-row {
    cursor: pointer;
}

.form-group {
    margin-bottom: 1rem !important;
}

.selectedrow {
    background-color: var(--auditec-secondary)
}

.height-500px {
    height: 500px;
}

.height-300px {
    height: 300px;
}

.filter-green {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.filter-white {
    filter: invert(100%);
}

.clear-button-style {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}


[data-basetable-sortclaim] img.claim-sort-icon {
    display: none;
    height: 18px;
    margin-left: auto;
}

[data-basetable-sortclaim][data-basetable-sorttype] img.claim-sort-icon {
    display: initial;
}

[data-basetable-sortclaim]:hover .claim-sort-icon {
    display: initial;
}


[data-basetable-sort] img.sort-icon {
    display: none;
    height: 1rem;
    margin-left: auto;
}


[data-basetable-sort][data-basetable-sorttype] img.sort-icon {
    display: initial;
}

[data-basetable-sort]:hover .sort-icon {
    display: initial;
}

.w-1rem {
    width: 1rem;
}

.btn-clear {
    color: var(--cui-header-color, rgba(44, 56, 74, 0.681));
    background-color: var(--cui-header-toggler-bg, transparent);
    border: 0;
}

.smalllogo {
    height: 300px;
    width: 300px;
}

.smallerlogo {
    width: 200px;
    height: 200px;
}

.smallestlogo {
    width: 30px;
    height: 30px;
}

.login-body {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 30px;
    box-sizing: border-box;
}

.login {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
}

#dateChange {
    position: absolute;
    bottom: 0px;
    right: 0px;

}


.smalllogo {
    height: 200px;
    width: 300px;
    margin-bottom: 2em;
}

.table-container thead {
    position: sticky;
    top: 0;
    background-color: white;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    /* border: 1px solid black; */
}

/* 
.table-container thead tr {
    border-bottom: 2px solid white;
} */

.infopage-pending-edit {
    background-color: beige;
}

form label span.required-field {
    color: red;
}

.asi-dragging {
    opacity: 0.5;
    border: 1px solid #0d6efd;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    /* Semi-transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Ensure it's above other elements on the page */
}

.loading-indicator {
    border: 8px solid #f3f3f3;
    /* Light grey border */
    border-top: 8px solid #3498db;
    /* Blue border for loading effect */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    /* Rotate animation for loading effect */
}

.tag-summary-container {
    min-height: 1.5rem;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.selected-record {
    background-color: lightblue;
}

.max-width-250px {
    max-width: 250px;
}

.attachment-record>.attachment-card:hover {
    background-color: lightblue;
}

/** Overriding container-xls max-width of 1320 */
.container-xl {
    max-width: 1650px !important;
}

.lineheight-1_1rem {
    line-height: 1.1rem;
}

.lineheight-2rem {
    line-height: 2rem;
}

.height-2rem {
    height: 2rem;
}

.nav-link.sidebar-indent-four {
    padding-left: 5rem;
}

/** svg filters to change colors; working for img's of black svg on transparent*/
/** https://stackoverflow.com/questions/42966641/how-to-transform-black-into-any-given-color-using-only-css-filters */
.green-svg-filter {
    filter: invert(49%) sepia(91%) saturate(435%) hue-rotate(85deg) brightness(102%) contrast(94%);
}

.blue-svg-filter {
    filter: invert(48%) sepia(89%) saturate(2568%) hue-rotate(175deg) brightness(160%) contrast(85%);
}

.purple-svg-filter {
    filter: invert(37%) sepia(90%) saturate(5781%) hue-rotate(250deg) brightness(105%) contrast(95%);
}

.orange-svg-filter {
    filter: invert(65%) sepia(80%) saturate(1554%) hue-rotate(358deg) brightness(100%) contrast(107%);
}

.red-svg-filter {
    filter: invert(16%) sepia(88%) saturate(6625%) hue-rotate(358deg) brightness(103%) contrast(117%);
}

.black-svg-filter {
    filter: invert(0%);
}

.white-svg-filter {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(180deg) brightness(1.5) contrast(1.2);
}

.dense-container-info {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.dense-container-info table {
    font-size: small;
}