/*site.css*/
html {
    font-size: 14px;
}



.icon-button {
    font-size:20px;
}

.fieldTitle {
    background-color: #e2e3e5;
    font-weight: bold;
    text-align: right;
    padding-right: 10px !important;
    padding-top: 5px;
}




/* col-sm bootstrap*/
@media (max-width: 576px) {
   

    .fieldTitle {
        text-align: left !important;
      
    }

    
}

/* col-md bootstrap */
@media (min-width: 577px) {
    .fieldTitle {
        text-align: left !important;
       
    }

  
    
}

/* col-lg bootstrap?*/
@media (min-width: 992px) {
    .fieldTitle {
        text-align: right !important;
    }
    .row-form {
        height: 45px;
    }
    
}
    h3, .h3 {
        font-size: calc(1.255rem + 0.3vw) !important;
        font-weight: 600 !important;
    }

    h5, .h5 {
        font-size: calc(1.2rem + 0.3vw) !important;
        padding-top: 8px !important;
        font-weight: 550 !important;
    }

    @media (min-width: 1200px) {
        h3, .h3 {
            font-size: 1.5rem !important;
        }
    }

    .validate {
        font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: Red;
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px;
        background-color: #f5f5f5;
    }

    .reqField {
        color: red !important;
        font-size: 14pt !important;
        font-weight: bold;
        vertical-align: middle;
    }


    .card-header {
        padding: 0.55rem 1rem;
        margin-bottom: 0;
        background-color: #0E4B73 !important;
        /*#2A85C0;*/
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        color: white;
        font-weight: 600;
        font-size: 14pt;
    }

    /*Overwrite Bootstrap settings*/


    .btn-primary {
        color: #fff;
        background-color: #6E7313;
        border-color: #D0D0D0;
    }

        .btn-primary:hover {
            color: #203542;
            background-color: #E0DECF;
            border-color: #ABCD83;
        }

        .btn-primary:focus, .btn-primary.focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

        .btn-primary.disabled, .btn-primary:disabled {
            color: #fff;
            background-color: #007bff;
            border-color: #007bff;
        }

        .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
        .show > .btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #0062cc;
            border-color: #005cbf;
        }

            .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
            .show > .btn-primary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            }

    .reqField {
        color: red !important;
        font-size: 14pt !important;
        font-weight: bolder;
        font-family: 'Arial Rounded MT';
        vertical-align: middle;
    }


    .form-select-optional {
        display: block;
        width: 100%;
        padding: 0.375rem 2.25rem 0.375rem 0.75rem;
        -moz-padding-start: calc(0.75rem - 3px);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    @media (prefers-reduced-motion: reduce) {
        .form-select-optional {
            transition: none;
        }
    }

    .form-select-optional:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .form-select-optional[multiple], .form-select-optional[size]:not([size="1"]) {
        padding-right: 0.75rem;
        background-image: none;
    }

    .form-select-optional:disabled {
        background-color: #e9ecef;
    }

    .form-select-optional:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #212529;
    }

    .form-select-optional-sm {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 0.5rem;
        font-size: 0.875rem;
    }

    .form-select-optional-lg {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        font-size: 1.25rem;
    }


    .form-control-optional {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    @media (prefers-reduced-motion: reduce) {
        .form-control-optional {
            transition: none;
        }
    }



    .form-control-optional:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .form-control-optional::-webkit-date-and-time-value {
        height: 1.5em;
    }

    .form-control-optional::-moz-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-optional::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-optional:disabled, .form-control-optional[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }


    /* Renamed copy of class so doesnt highlight validation*/
    .form-check {
        /*display: block; this breaks inline checkboxes*/
        min-height: 1.5rem;
        padding-left: 1.5em;
        margin-bottom: 0.125rem;
    }

        .form-check .form-check-input-optional {
            float: left;
            margin-left: -1.5em;
        }

    .form-check-input-optional {
        width: 1em;
        height: 1em;
        margin-top: 0.25em;
        vertical-align: top;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid rgba(0, 0, 0, 0.25);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

        .form-check-input-optional[type=checkbox] {
            border-radius: 0.25em;
        }

        .form-check-input-optional[type=radio] {
            border-radius: 50%;
        }

        .form-check-input-optional:active {
            filter: brightness(90%);
        }

        .form-check-input-optional:focus {
            border-color: #86b7fe;
            outline: 0;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }

        .form-check-input-optional:checked {
            background-color: #0d6efd;
            border-color: #0d6efd;
        }

            .form-check-input-optional:checked[type=checkbox] {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
            }

            .form-check-input-optional:checked[type=radio] {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
            }

        .form-check-input-optional[type=checkbox]:indeterminate {
            background-color: #0d6efd;
            border-color: #0d6efd;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
        }

        .form-check-input-optional:disabled {
            pointer-events: none;
            filter: none;
            opacity: 0.5;
        }

            .form-check-input-optional[disabled] ~ .form-check-label, .form-check-input-optional:disabled ~ .form-check-label {
                opacity: 0.5;
            }


    .form-check-input label {
        padding-left: 10px !important;
        white-space: nowrap;
        vertical-align: middle !important;
        display: inline-block;
        color: red !important;
    }


    @media (max-width: 576px) {
        /* .form-check-input-optional, form-radio-input-optional {
        scale: 1;
        
      
    }*/

        .form-check-label, form-radio-label {
            scale: 1.1;
            padding-left: 5px;
            margin-top: 5px;
        }
    }


    @media (min-width: 576px) {
        input[type=checkbox], input[type=radio] {
            /* Double-sized Checkboxes */
            -ms-transform: scale(1.4); /* IE */
            -moz-transform: scale(1.4); /* FF */
            -webkit-transform: scale(1.4); /* Safari and Chrome */
            -o-transform: scale(1.4); /* Opera */
            transform: scale(1.4);
        }
    }

    .form-check-label, .form-radio-label {
        margin-left: 1rem;
    }
    /***************************************/



    .groupTitle {
        line-height: 30px;
        color: white;
        font-weight: bold;
        background-color: #013861;
        vertical-align: middle;
    }

    .groupTitleCell {
        text-align: right;
        padding-right: 10px !important;
    }

    .groupHeader {
        font-weight: bold;
        background-color: #DCE6F1;
    }



    .textboxLbl {
        background: rgba(0, 0, 0, 0);
        border: none;
        text-align: right;
        color: black;
        padding-top: 5px;
        margin-left: 10px;
        text-align: left;
        min-width: 200px;
        /*hide dropdown arrow?*/
        background: none !important;
        appearance: none !important;
    }

    .textboxLbl_Lg {
        background: rgba(0, 0, 0, 0);
        border: none;
        text-align: left;
        color: black;
    }




    @media (max-width: 992px) {
        .modal-lg,
        .modal-xl {
           
            width: 100vw !important;
            max-width: none !important;
        }
    }

    @media (min-width: 1500px) {
        .modal-xl {
            width: 70% !important;
          
        }
    }


.errorMessages {
    color: red;
    font-size: 12pt;
}

.bg-moorhead {
    background-color: #0071b4 !important;
    --bs-bg-opacity: 1;
}