﻿body {
    background-color: #fcfaf8;
}

header {
    background-color: #373d61;
    border: #2c314d 1px solid;
    border-width: 0 0 12px 0;
    color: #febc14;
}

    header path {
        fill: #febc14;
    }

.pop-help {
    position: relative;
    border-color: transparent;
    background-color: transparent;
    left: -1.2em;
}

    .pop-help.inline {
        border-color: transparent;
        background-color: transparent;
        display: inline;
        left: 0;
    }

    .pop-help svg use {
        fill: #979cb4 !important;
        transition: all 0.15s ease-in-out;
    }

    .pop-help:hover svg use {
        fill: #6c757d !important;
        transition: all 0.15s ease-in-out;
    }

.popover {
    max-width: 350px;
}

.input-group-prepend .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text label {
    margin-left: 0.2em;
}

.input-group-text {
    background-color: #f1f1f1;
    border-color: #6c757d;
    color: #444a4f;
}

/* project type buttons */

.projectTypeBtn {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.darker-input-group {
    border-color: #6c757d;
}

.btn-group label {
    padding: 0.9em;
}

.btn-group {
    color: white;
}

    .btn-group .btn,
    .btn-group .btn:focus {
        background-color: white;
    }

        .btn-group .btn:first-of-type {
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
        }

    .btn-group svg use {
        fill: #6c757d;
        transition: all 0.15s ease-in-out;
    }

    .btn-group .btn:hover,
    .btn-group .btn:active,
    .btn-group .btn:not(:checked):focus {
        background-color: #f1f1f1;
        color: #444a4f;
    }

.projectTypeBtn:checked + .btn {
    background-color: #6c757d !important;
    color: white !important;
}

    .projectTypeBtn:checked + .btn svg use {
        fill: white !important;
    }

.projectTypeBtn:not(:first-child):checked + .btn {
    box-shadow: inset 1px 0 0 0 white !important;
}

.btn-group svg {
    margin-right: 2px;
    position: relative;
    top: -2px;
}

.input-group label,
.input-group span {
    padding: 0.6em;
}

.datefixedwidth {
    min-width: 172px;
}

.none {
    padding: 0.8em 0.2em;
}

    .none span {
        position: relative;
        top: -4px;
    }

#addClassificationButton svg use,
#getImportSubInfo svg use,
#getImport10a svg use,
#addSubContractor svg use,
#saveFormFinal svg use {
    fill: #ffffff;
}

#savedClassifications,
#savedSubContractor, #clonedsavedClassifications {
    --bs-table-bg: #ffffff;
    /* --bs-table-accent-bg: #ffffff; */
    --bs-table-hover-bg: #e9f9fa5d;
    --bs-table-striped-bg: #f2fdff48;
    margin-bottom: 4px;
}

    #savedClassifications caption, #clonedsavedClassifications caption,
    #savedSubContractor caption {
        margin-left: 10px;
    }

    /* #savedClassifications .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f7fafa;
}

#savedClassifications .table-hover > tbody > tr:hover > td {
  background-color: #b0dde0 !important;
} */

    #savedClassifications thead th, #clonedsavedClassifications thead th,
    #savedSubContractor thead th {
        color: #b5b5b5;
        font-weight: normal;
        font-size: 90%;
    }

    #savedClassifications td, #clonedsavedClassifications td,
    #savedSubContractor td {
        font-weight: normal;
        color: black;
    }

    #savedClassifications caption, #clonedsavedClassifications caption, 
    #savedSubContractor caption {
        font-weight: bold;
        color: #7b8b99;
        padding-bottom: 0;
        font-size: 90%;
    }

.classification-td {
    color: #437992 !important;
    font-weight: 600;
    font-size: 90%;
}

.subclass-td {
    font-weight: normal;
    font-size: 80%;
}

.cbd-td {
    font-weight: 600;
    color: #727272 !important;
    font-size: 80%;
}

.union-td {
    font-size: 80%;
}

.wage-td {
    font-weight: 600;
    font-size: 90%;
}

.employees-td {
    font-size: 80%;
}

.fringe-td {
    font-size: 80%;
}

.actions-td use {
    fill: #ef6024;
}

table .dropdown-toggle {
    color: transparent;
    outline: 0;
}

#submitForm,
#saveForm,
#resetForm {
    margin-right: 0.5em;
}

    #submitForm svg,
    #saveForm svg,
    #resetForm svg,
    #addSubcontractor svg {
        vertical-align: text-bottom;
    }

    #submitForm use,
    #saveForm use,
    #resetForm use,
    #addSubcontractor use,
    #submitFormFinal use,
    #editFormFinal use,
    #countySelectButton use,
    #subclassificationSelectButton use,
    #saveSubclassificationSelected use,
    #saveCountySelected use {
        fill: #ffffff;
    }

#countiesAlert,
#subClassificationAlert {
    --bs-alert-color: #ffffff;
    --bs-alert-bg: #979cb4;
    --bs-alert-border-color: #6c757d;
}
/* #countySelectButton {
  --bs-btn-color: #444a4f;
  --bs-btn-bg: #f1f1f1;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #444a4f;
  --bs-btn-hover-bg: #e4e4e4;
} */

#formSubmitModal li span {
    font-weight: 600;
    color: #437992 !important;
}

.form-warning {
    color: #c92b00;
    margin-top: 0.6em;
    font-size: 0.875em;
}

#dbRequirementsValidate.is-invalid, #valueAboveTwoThousandValidate.is-invalid, #projectTypeValidate.is-invalid label {
    border-color: #dc3545;
}

#clonedsavedClassifications thead th:last-of-type, #clonedsavedSubContractor thead th:last-of-type {
    display: none
}

#clonedsavedClassifications td.actions-td, #clonedsavedSubContractor td.actions-td {
    display: none
}

#clonedWrapper {
    border: 1px solid rgb(108, 117, 125);
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    display: block;
}

#saveConfirmation {
    max-width: 800px;
}

span#IndexElem2 {
    font-weight: 600;
}

#saveConfirmation p {
    font-size: 14pt;
}

    #saveConfirmation p:nth-of-type(2) {
        display: block;
        margin: 2.5em 0;
        border: #4f546e 1px solid;
        background-color: #676c8d;
        color: white;
        padding: 1.5em;
        line-height: 2em;
        border-radius: 11px;
    }


#footerNote {
    padding: 2em 6em 4em 6em;
    background-color: #efe9e3;
    border: 1px solid #e2dbd4;
    border-width: 12px 0 0 0;
}

    #footerNote p {
        color: #504c4a;
        margin: 0;
    }

@media (max-width: 600px) {
    #footerNote {
        padding: 2em 3em 4em 3em
    }
}

.projectTypeBtn:focus + .btn, .projectTypeBtn:checked:focus + .btn {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    z-index: 100;
}

.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    border-radius: 50%;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 1px;
}

.dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 1px;
}

button.pop-help:focus-visible {
    border-radius: 50%;
    border: solid rgb(192 215 249) 3px;
    outline: 0;
    padding-bottom: 5px;
    padding-top: 3px;
    margin-top: -3px;
    margin-left: -1px;
}
#wow-footer svg {
    vertical-align: middle;
    margin-top: -5px;
}



#wow-footer {
    background-color: #373d61;
    padding: .5em 1em;
    height: 3.1em;
    margin-top: 8em;
}



    #wow-footer a {
        font-size: 1em !important;
        padding: .3em 1em;
        border-radius: 3px;
        color: #febc10 !important;
        font-weight: bold !important;
        background-image: none !important;
        background-color: transparent !important;
        text-shadow: none !important;
        text-decoration: none;
        border: none !important;
        box-shadow: none !important;
    }



        #wow-footer a:last-of-type {
            float: right;
        }



        #wow-footer a:first-of-type {
            float: left;
        }



        #wow-footer a:hover {
            text-decoration: underline !important;
        }
