﻿body {
    /*font-family: sans-serif;*/
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 100%;
    }
}

.field-validation-valid {
    color: lightgreen;
}
input.input-validation-error {
    border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
    border: 0 none;
}
/* previous 3 disabeld prior to 2024-09-06
*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}
.validation-summary-errors {
    color: #b94a48;
}
.validation-summary.invalid  {
    color: #b94a48;
}
.validation-summary.errors {
    color: #b94a48;
}
.validation-summary-valid {
    color: lightgreen;
    display: none;
}
.validation-summary.valid {
    color: lightgreen;
    display: none;
}
.logo-img, div.logo-img > img, div.logo-img > a > img {
    /* padding: 25px 35px 25px 35px; */
    width: 175px;
    min-width: 175px;
    max-width: 190px;
    max-height: 90px;
    /*
    -webkit-filter: invert(1);
    filter: invert(1);
    */
}

.logo-img-sm, div.logo-img > img, div.logo-img > a > img {
    /* padding: 25px 35px 25px 35px; */
    width: 100px;
    min-width: 100px;
    max-width: 250px;
    min-height: 50px;
    max-height: 125px;
    /*
    -webkit-filter: invert(1);
    filter: invert(1);
    */
}



.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #fff;
        border-color: red transparent red transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




.lds-dual-ring-gray {
    display: inline-block;
    width: 32px;
    height: 32px;
}

    .lds-dual-ring-gray:after {
        content: " ";
        display: block;
        width: 23px;
        height: 23px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #fff;
        border-color: lightgray transparent lightgray transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring-gray {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}

label.valmsg {
    padding-left: 20px;
}

.table-header-fixed {
    width: 800px;
    overflow-y: auto;
}

    .table-header-fixed thead {
        display: table;
        background-color: #ddDDdd;
        border-color: #792700;
    }

    .table-header-fixed tbody {
        height: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
    }

    .table-header-fixed th {
        width: 108px;
        min-width: 108px;
    }

    .table-header-fixed td {
        width: 108px;
        min-width: 108px;
    }

.lookupdata {
    font-size: x-small;
    color: grey;
}
/* (A) LOADING SPINNER WRAPPER */
.dropload {
    position: relative;
    display: inline-block; /* or block */
}

    /* (B) LOADING SPINNER OVERLAY */
    .dropload::before {
        /* (B1) LAYERING & DIMENSIONS */
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        /* (B2) LOADING SPINNER */
        content: "";
        background: url("/assets/images/loading.gif") no-repeat center;
        /*background-size: 10% 10%;*/ /*2024-08-31*/
        /* (B3) HIDDEN BY DEFAULT */
        opacity: 0;
        visibility: hidden;
        /* (B4) FADE ANIMATION */
        transition: opacity 0.5s;
    }

    /* (C) SHOW LOADING SPINNER */
    .dropload.show::before {
        opacity: 1;
        visibility: visible;
    }



.input-text-area {
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 20px;
}

textarea.input-text-area {
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 20px;
}


//.btn.btn-icon.btn-simple, .navbar .navbar-nav > a.btn.btn-icon.btn-simple
.btn.btn-icon.btn-sm > a.btn-icon-mini {
    height: unset;
    font-size: 16px;
    padding: 4px;
    margin: 0;
    line-height: normal;
}

.btn.btn-icon.btn-sm.btn-icon-mini > i.zmdi {
    height: unset;
    font-size: 16px;
    padding: 4px;
    margin: 0;
    line-height: normal;
}

 
    div.invalid > button.dropdown-toggle {
        border-color: red;
        background-color: lightpink;
        font-weight: bold;
    }

    div.bootstrap-select {
        height: unset;
        font-size-adjust: 0.55;
    }

    div.dropdown-menu.open {
        max-height: 320px !important;
        overflow: hidden;
        background-color: #FFFFFF;
    }

    ul.dropdown-menu {
        margin-bottom: 0;
    }

    ul.dropdown-menu.inner {
        max-height: 320px !important;
        /*background-color: aliceblue;*/
        position: relative;
    }
/*ul.dropdown-menu.inner { overflow-y: auto;} // will put a double scroll bar on the menu */
form-control.btn-round {
    border-radius: 36px;
} 
.thead-red th, .thead-red tr {
    color: #fff;
    background-color: darkred;
}

.thead-blue th, .thead-blue tr {
    color: #fff;
    background-color: darkslateblue;
}

.thead-lightblue th, .thead-lightblue tr {
    color: #fff;
    background-color: lightsteelblue;
}

.thead-orange th, .thead-orange tr {
    color: #fff;
    background-color: #f96332;
}

.table .thead-dark th {
    color: #fff;
    background-color: dimgrey;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: lightsteelblue;
    border-color: #dee2e6
}

.thead-dark th, .thead-dark tr {
    color: #fff;
    background-color: dimgrey;
    border-color: #454d55
}

.thead-light th, .thead-light tr {
    color: #495057;
    background-color: lightsteelblue;
    border-color: #dee2e6
}


.rounded-50 {
    border-radius: 0.50rem;
}

.rounded-1 {
    border-radius: 1.00rem;
}

.rounded-2 {
    border-radius: 2.00rem;
}

.card-img, .card-img-top, .card-img-bottom {
    width: unset;
    -ms-flex-negative: unset;
    flex-shrink: unset;
}