html {
    font-size: 14px;
}

/* =============== index classes =============== */

.index-title {
    font-weight: bold;
    text-align: center;
}

.indented-paragraph {
    text-indent: 20px
}

.searchButton {
    width: 150px;
}

.officeSearchContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.officeLocationSearch {
    width: 500px !important;
}

.fieldsetContainer {
    background-color: #e6e6e6;
    padding: 10px;
}

fieldset.fieldset-border {
    border: solid 2px #000 !important;
    width: inherit;
    padding: 5px;
    margin-top: 5px;
    width: 500px;
}

.promoDiv {
    background-color: #2e5380;
    background-image: url('/images/bluGrade171.jpg');
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    text-align: center;
}

.promoHead {
    font: 22px bold Verdana, Geneva, sans-serif;
    text-align: left;
    color: #fefefe;
    margin-top: 30px;
}

.promoDiv p {
    color: #fefefe;
}

legend {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px 0px 8px 0px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #163e5a;
}

legend.legend-border {
    font-size: 1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-top: -15px;
    background-color: #e6e6e6;
    color: black;
    border: none;
}

@media screen and (min-width: 1200px) {
    .officeLocationSearch {
        width: 500px !important;
    }

    fieldset.fieldset-border {
        width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .officeLocationSearch {
        width: 400px !important;
    }

    fieldset.fieldset-border {
        width: 450px;
    }
}

@media screen and (max-width: 991px) {
    .officeLocationSearch {
        width: 350px !important;
    }

    fieldset.fieldset-border {
        width: 400px;
    }
}

@media screen and (max-width: 667px) {
    .officeLocationSearch {
        width: 270px !important;
    }

    fieldset.fieldset-border {
        width: 325px;
    }
}

@media screen and (max-width: 430px) {
    .officeLocationSearch {
        width: 250px !important;
    }

    fieldset.fieldset-border {
        width: 300px;
    }
}

/* ================= End of index ================ */


/* ================= Search Results ================ */

/* ======== Office Location Search Select2 ==============*/

.selectRow {
    display: block;
    padding: 20px;
}

.select2-container {
    width: 200px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent !important;
    border: none !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
}

.selectioChoiceTextDisplay {
    color: black;
    font-weight: 500;
    padding: 2px 5px 2px 5px;
}

/* =============== Workspace ======================== */

.workspaceTable {
    width: 100%;
}

.workspaceTable thead {
    display: none;
}

.searchContainer {
    display: flex !important;
    flex-wrap: wrap !important;
    height: 1100px;
}

.searchDescription {
    width: 600px;
}

#decriptionButton {
    display: none;
}

.searchTable {
    position: absolute;
    top: 850px;
    left: calc(50vw - 600px);
    width: 450px;
}

.OfficeTable {
    max-width: 450px !important;
    margin: 0 auto;
    float: right !important;
}

.officeId {
    cursor: pointer;
}

.addressColumn {
    width: 450px !important;
}

.searchMap {
    border: 2px solid black;
    height: 790px !important;
    max-height: 790px !important;
    padding: 0;
    width: 475px !important;
    z-index: 100;
}

.searchMap > div > div > div {
    height: 780px !important;
    max-height: 780px !important;
    width: 450px;
}

.listButton {
    display: none;
}

.mapButton {
    display: none;
}

.enablebutton {
    display: none;
}

.disableButton {
    display: none;
}

@media screen and (min-width: 1200px) and (max-width:1399px) {

    .searchContainer {
        display: flex !important;
        flex-wrap: wrap !important;
        height: 1100px;
        min-width: 1225px;
    }

    .searchTable {
        position: absolute;
        top: 850px;
        left: calc(50vw - 480px);
        width: 450px;
    }

    .OfficeTable {
        max-width: 450px !important;
        margin: 0 auto;
        float: right !important;
    }

    .officeId {
        cursor: pointer;
    }

    .addressColumn {
        width: 450px !important;
    }

    .searchMap {
        border: 2px solid black;
        height: 790px !important;
        max-height: 790px !important;
        padding: 0;
        width: 475px !important;
        z-index: 100;
    }

    .searchMap > div {
        padding: 0;
    }

    .searchMap > div > div > div {
        height: 780px !important;
        max-height: 780px !important;
        width: 450px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {

    .searchContainer {
    }

    .searchDescription {
        width: 100%;
    }

    .searchTable {
        width: 400px;
        position: initial;
    }

    .OfficeTable {
        max-width: 350px !important;
        margin: 0 auto;
    }

    .addressColumn {
        width: 350px !important;
    }

    .searchMap {
        border: 2px solid black;
        height: 790px !important;
        max-height: 790px !important;
        width: 100%;
        max-width: 460px !important;
        padding: 0;
        z-index: 100;
    }

    .searchMap > div > div > div {
        height: 780px !important;
        max-height: 780px !important;
        max-width: 450px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .searchContainer {
        height: 1300px;
    }

    .searchDescription {
        width: 100%;
    }

    .searchTable {
        width: 300px !important;
        position: initial;
    }

    .OfficeTable {
        max-width: 300px !important;
        margin: 0 auto;
    }

    .addressColumn {
        width: 300px !important;
    }

    .searchMap {
        border: 2px solid black;
        max-width: 350px !important;
        padding: 0;
    }

        .searchMap > div > div > div {
            max-width: 350px;
        }

    .esri-attribution__sources {
        display: none !Important;
    }

    .esri-attribution__powered-by {
        display: none !Important;
    }
}

@media screen and (min-width: 431px) and (max-width: 767px) {

    .searchContainer {
        height: unset;
        display: unset;
        flex-wrap: unset;
    }

    .searchDescription {
        width: 100%;
        margin-bottom: 20px;
    }

    #decriptionButton {
        display: block;
    }

    .searchTable {
        margin-top: 60px;
        position: inherit;
        width: 400px !important;
    }

    .OfficeTable {
        max-width: 400px !important;
    }

    .workspaceTable > tbody > tr > td,
    .workspaceTable > tbody > tr > td > div {
        font-size: medium;
    }

    .searchMap {
        border: 2px solid black;
        max-width: 500px !important;
        position: absolute;
        top: -10000vh !important;
        left: -10000vw !important;
        padding: 0;
        z-index: -100;
    }

        .searchMap > div > div > div {
            max-width: 475px !important;
        }

    #viewDiv {
        height: 780px !important;
        max-height: 780px !important;
        width: 3500px !important;
    }

    .listButton {
        display: none;
    }

    .mapButton {
        display: inline;
        margin-top: 30px;
    }

    .enablebutton {
        display: inline;
        margin-top: 30px;
        z-index: 100;
    }

    .disableButton {
        display: none;
    }

    .enableList {
        display: block !Important;
    }

    .disableList {
        display: none !Important;
    }

    .enableContainer {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 100;
    }

    .disableContainer {
        position: absolute;
        top: -10000vh !important;
        left: -10000vw !important;
        z-index: -100;
    }
}

@media screen and (max-width: 430px) {

    .searchContainer {
        height: unset;
        display: unset;
        flex-wrap: unset;
    }

    .searchDescription {
        width: 100%;
        margin-bottom: 20px;
    }

    #decriptionButton {
        display: block;
    }

    .searchTable {
        margin-top: 60px;
        position: inherit;
        width: 400px !important;
    }

    .OfficeTable {
        max-width: 400px !important;
    }

    .workspaceTable > tbody > tr > td,
    .workspaceTable > tbody > tr > td > div {
        font-size: medium;
    }

    .searchMap {
        border: 2px solid black;
        max-width: 500px !important;
        position: absolute;
        top: -10000vh !important;
        left: -10000vw !important;
        padding: 0;
        z-index: -100;
    }

        .searchMap > div > div > div {
            max-width: 475px !important;
        }

    #viewDiv {
        height: 780px !important;
        max-height: 780px !important;
        width: 3500px !important;
    }

    .listButton {
        display: none;
    }

    .mapButton {
        display: inline;
        margin-top: 30px;
    }

    .enablebutton {
        display: inline;
        margin-top: 30px;
        z-index: 100;
    }

    .disableButton {
        display: none;
    }

    .enableList {
        display: block !Important;
    }

    .disableList {
        display: none !Important;
    }

    .enableContainer {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 100;
    }

    .disableContainer {
        position: absolute;
        top: -10000vh !important;
        left: -10000vw !important;
        z-index: -100;
    }

    .searchMap {
        border: 2px solid black;
        max-width: 365px !important;
        top: -10000vh !important;
        left: -10000vw !important;
        padding: 0;
        z-index: 100;
    }

    .searchMap > div > div > div {
        max-width: 365px !important;
    }

    .enableList {
        display: block !Important;
    }

    .disableList {
        display: none !Important;
    }

    .enableList {
        display: block !Important;
    }

    .disableList {
        display: none !Important;
    }

    .enableContainer {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 100;
    }

    .disableContainer {
        position: absolute;
        top: -10000vh !important;
        left: -10000vw !important;
        z-index: -100;
    }
}

/* ================= Office Details Modal  ================ */

.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;
}

dl {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 14px;
}

dd {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    line-height: 1.0;
}

dl, dd {
    margin-block-start: 0px;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.office-notification-container {
    display: none !important;
}


@media screen and (min-width: 992px) { 

    .modal-lg, .modal-xl {
        max-width: 800px;
    }

    .modal-body {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .OfficeDetailsContainer {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-inline: 20px;
    }

    .office-details-info {
        margin-left: 10px;
    }

    .office-notification-container {
        min-height: 50px;
    }

    .office-notification {
        background-color: #ff9999;
        margin-left: 30px;
        width: 100%;
    }

    .office-notification-icon {
        font-size: 2rem;
        color: yellow
    }

    .modal-search-map {
        position: relative;
        width: 100%;
    }

    .modal-map {
        height: 100% !important;
        min-height: 400px !important;
        width: 100% !important;
        min-width: 500px !important;
        max-width: 660px;
    }

    .modal-search-map-empty-cell {
        min-height: 400px !important;
    }

    .schedule-component {
        margin-left: 20px;
    }

    .schedule-table {
        flex-wrap: nowrap !important;
        max-width: 660px;
    }

    .schedule-table-body {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .schedule-day-cell-theader {
        background-color: #adb5bd;
        color: #0F1927;
        font-size: 0.9em;
        font-weight: 600;
        max-height: 28px;
        min-width: 110px;
        text-align: center;
    }

    .schedule-day-cell-tbody {
        color: #0F1927;
        font-size: 0.9em;
        font-weight: 600;
        height: 100%;
        min-width: 110px;
        text-align: center;
    }

    .notes-disablities-row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-left: 20px;
        max-width: 680px !important;
    }

    scrollable-notes-container {
        width: 100%;
        max-width: 660px;
    }

    .scrollable-notes {
        margin-left: 5px;
    }

    .scrollable-notes-box {
        height: 250px;
        overflow: auto;
        padding: 10px;
        width: 100%;
    }

    .disabilites-container {
        margin-top: 20px;
        margin-left: 5px;
        width: 100%;
        max-width: 660px !important;
    }

    .scrollable-img {
        align-content: start;
        margin: 5px;
    }

    .scrollable-msg-title {
        align-content: start;
        margin: 5px;
        width: 100%;
    }

    .disabilities-notes-container {
        height: 250px;
        padding: 10px;
        overflow-x: hidden;
        overflow-y: scroll;
        width: 100%;
        max-width: 650px !important;
    }

    .scrollable-box {
        height: 250px;
    }
}

/* ================= med - small tablet size ================= */

@media screen and (min-width: 768px) and (max-width: 991px) {

    .modal-dialog, .modal-xl {
        max-width: 768px
    }

    .modal-body {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .OfficeDetailsContainer {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-inline: 10px;
    }

    .office-details-info {
        margin-left: 0;
    }

    .office-notification {
        background-color: #ff9999;
        margin-left: 15px;
        width: 100%;
    }

    .office-notification-icon {
        font-size: 2rem;
        color: yellow
    }

    .modal-search-map {
        margin-left: 10px;
        position: relative;
        width: 100%;
    }

    .modal-map {
        height: 100% !important;
        min-height: 400px !important;
        width: 100% !important;
        min-width: 500px !important;
        max-width: 660px;
    }

    .modal-search-map-empty-cell {
        min-height: 400px !important;
    }

    .schedule-component {
        margin-left: 20px;
    }

    .schedule-table {
        flex-wrap: nowrap !important;
        max-width: 660px;
    }

    .schedule-table-body {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .schedule-day-cell-theader {
        background-color: #adb5bd;
        color: #0F1927;
        font-size: 0.9em;
        font-weight: 600;
        max-height: 28px;
        min-width: 110px;
        text-align: center;
    }

    .schedule-day-cell-tbody {
        color: #0F1927;
        font-size: 0.9em;
        font-weight: 600;
        min-height: 100%;
        min-width: 110px;
        text-align: center;
    }

    .notes-disablities-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: 20px;
        width: 100%;
        max-width: 680px;
    }

    scrollable-notes-container {
        width: 100%;
        max-width: 680px;
    }

    .scrollable-notes {
        margin-left: 10px;
    }

    .scrollable-notes-box {
        height: 250px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 10px;
        width: 100%;
        max-width: 680px;
    }

    .scrollable-notes-box p {
        font-size: 0.850em;
        width: 100%;
        max-width: 650px;
    }

    .disabilites-container {
        margin-top: 20px;
        margin-left: 5px;
        width: 100%;
        max-width: 680px;
    }

    .scrollable-img {
        align-content: start;
        margin-bottom: 5px;
    }

    .scrollable-msg-title {
        align-content: start;
        font-size: 0.850em;
        margin: 5px;
        width: 100%;
    }

    .disabilities-notes-container {
        height: 250px;
        margin-left: 5px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 10px;
        width: 650px;
    }

    .scrollable-box {
        height: 250px;
    }
}

/* =================   mobile - large phone ================== */

@media screen and (min-width: 576px) and (max-width: 767px) {

    .modal-lg, .modal-xl {
        max-width: 576px;
    }

    .modal-body {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .OfficeDetailsContainer {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-inline: 10px;
    }

    .office-details-info {
        margin-left: 0;
    }

    .office-notification {
        background-color: #ff9999;
        margin-left: 15px;
        width: 100%;
    }

    .office-notification-icon {
        font-size: 2rem;
        color: yellow
    }

    .modal-search-map {
        position: relative;
        width: 100%;
    }

    .modal-map {
        height: 100%;
        min-height: 250px;
        width: 100%;
        max-width: 510px;
        min-width: 450px;
    }

    .schedule-component {
        margin-left: 0;
    }

    .schedule-table {
        flex-wrap: nowrap !important;
        max-width: 510px;
    }

    .schedule-table-body {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .schedule-day-cell-theader {
        background-color: #adb5bd;
        border: solid 1px #000;
        color: #000;
        font-size: 0.750em;
        font-weight: 600;
        max-height: 28px;
        min-width: 85px;
        text-align: center;
    }

    .schedule-day-cell-tbody {
        border: solid 1px #000;
        font-size: 0.750em;
        font-weight: 600;
        min-height: 100%;
        min-width: 85px;
        text-align: center;
    }

    .notes-disablities-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: 5px;
        max-width: 510px;
    }

    .scrollable-notes-container {
        width: 100%;
        max-width: 510px;
    }

    .scrollable-notes {
        margin-left: 10px;
    }

    .scrollable-notes-box {
        height: 250px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 10px;
        width: 100%;
        max-width: 510px;
    }

    .scrollable-notes-box p {
        font-size: 0.850em;
        width: 100%;
        max-width: 510px;
    }

    .disabilites-container {
        margin-left: 10px;
        width: 100%;
    }

    .disabilities-notes-container {
        height: 250px;
        margin-left: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 10px;
        max-width: 510px;
    }

    .scrollable-img {
        align-content: start;
        margin-bottom: 5px !important;
    }

    .scrollable-msg-title {
        align-content: start;
        font-size: 0.850em;
        margin: 5px;
        width: 100%;
    }

    .scrollable-box {
        height: 250px;
    }
}

/* ==================== mobile - all other phones ==================== */

@media screen and (max-width: 575px) {

    .modal-lg, .modal-xl {
        max-width: 500px;
        min-width: 375px;
    }

    .modal-body {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .OfficeDetailsContainer {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-inline: 5px;
    }

    .office-details-info {
        margin-left: 0;
    }

    .office-notification {
        background-color: #ff9999;
        margin-left: 20px;
        width: 100%;
        max-width: 405px;
        min-width: 300px;
    }

    .office-notification-icon {
        font-size: 2rem;
        color: yellow
    }

    .modal-search-map {
        margin-left: 0;
        margin-right: 0;
        position: relative;
        width: 100%;
    }

    .modal-map {
        height: 100%;
        min-height: 250px;
        width: 100%;
        max-width: 375px;
        min-width: 300px;
    }

    .schedule-Container {
        flex-wrap: wrap !important;
        display: flex !important;
        justify-content: center !important;
        width: 100%;
    }

    .schedule-component {
        width: 100%;
    }

    .schedule-title {
        width: 100%;
    }

    .schedule-table {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .schedule-table-body {
        border: 1px solid black;
        display: flex !important;
        flex-wrap: wrap !important;
        max-width: 240px;
        width: 240px;
    }

    .schedule-table-body > div {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .schedule-day-cell-theader {
        background-color: #adb5bd;
        border: solid 1px #000;
        color: #000;
        font-size: 0.850em;
        font-weight: 600;
        min-width: 120px;
        padding: .7rem;
        text-align: center;
    }

    .schedule-day-cell-tbody {
        border: solid 1px #000;
        font-size: 0.850em;
        font-weight: 600;
        min-width: 120px;
        padding: .7rem;
        text-align: center;
    }

    .notes-disablities-row {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .scrollable-notes-container {
        width: 100% !important;
        max-width: 375px !important;
        min-width: 300px !important;
    }

    .scrollable-notes {
        width: 100%;
    }

    .scrollable-notes-box {
        height: 250px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 5px;
        width: 100% !important;
        max-width: 375px !important;
        min-width: 300px !important;
    }

    .scrollable-notes-box p {
        font-size: 0.850em !important;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .disabilites-container {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 375px !important;
        min-width: 300px !important;
    }

    .disabilities-notes-container {
        height: 250px;
        margin-left: 0 !important;
        padding: 10px;
        width: 100% !important;
        max-width: 375px !important;
        min-width: 300px !important;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .scrollable-img {
        align-content: start;
        margin-bottom: 5px !important;
    }

    .scrollable-msg-title {
        align-content: start;
        font-size: 0.850em;
        margin: 5px;
        width: 100%;
    }

    .scrollable-box {
        font-size: 0.850em;
        height: 250px;
        width: 100% !important;
        max-width: 375px !important;
        min-width: 300px !important;
        text-wrap: auto;
    }
}

    /* ===============  END: Office Details Modal ================== */
