@charset "utf-8";
/* CSS Document */

/* Full Map */
.fullscreen {
    position: fixed !important;
    left: 0;
    top: 44px;

    height: calc(100vh - 44px) !important;
    width: 100%;

    visibility: visible;
    background-color: rgb(229, 227, 223); /* mimicking google's unloaded background color for map */

    z-index: 1;
}

.view-in-map-nav {
    position: fixed;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 44px;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 30px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 0.875rem;
    background-color: #f6f6f6;
    z-index: 2;
}

.search-input-fullscreen {
    position: fixed;
    top: 54px;
    left: 211px;
    width: calc(100% - 232px);
    visibility: visible;
    z-index: 2;
}

.icon-inside-input {
    position: fixed;
    top: 57px;
    right: 20px;
    font-size: 1.125rem;
    z-index: 2;
}

.view-in-map-btns {
    color: #003399;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-radius: 0.43rem;
    padding: 4px 18px;
    outline: none !important;
    margin-right: 4px;
}

.view-in-map-filter-active {
    background-color: rgba(217, 245, 255, 0.6);
    border: 1px solid #aaa;
    padding: 4px 17px;
}

/* removing X 'clear' button from full map input field as it's overlaying the filter buttons */
.gmap-fullscreen input#sAddrInput::-webkit-search-decoration,
.gmap-fullscreen input#sAddrInput::-webkit-search-cancel-button,
.gmap-fullscreen input#sAddrInput::-webkit-search-results-button,
.gmap-fullscreen input#sAddrInput::-webkit-search-results-decoration {
    -webkit-appearance:none;
}

#context-menu {
    z-index: 2;
    position: fixed;
    border: solid #aaa 1px;
    background-color: white;
    margin: 0;
    padding: 0;
    font-size: 18px;
    visibility: visible;
    border-radius: 8px;
}
#context-menu li {
    list-style: none;
    padding: 2px 5px 2px 5px;
    line-height: 1.65em;
}
#context-menu li:last-child {
    border-bottom: none;
}

.context-menu-item:hover {
    background-color: #ececec;
}
.context-menu-item p:hover {
    cursor: pointer;
}
.context-menu-item-info {
    color: #666666;
}

.context-menu-item p,
.context-menu-item-info p {
    margin: 0;
    padding: 0;
}

#drop-pin-by-lat-lng-dialog {
    left: 10px;
    top: 65px;
    position: fixed;
    background: white;
    padding: 0.8%;
    border: 1px solid #949494;
    visibility: visible;
    z-index: 3;
    border-radius: 6px;
    width: 585px;
    height: 115px;
}

.drop-pin-by-lat-lng-btn {
    border: 1px solid #ccc;
    background-color: rgba(80, 111, 181, 0.4);
    border-radius: 15px;
    width: 150px;
    font-size: 1rem;
    margin-right: 2%;
    font-weight: 410;
}

#view-in-a-map-filter-box {
    position: absolute;
    visibility: hidden;
    z-index: 3;
    top: -433px;
    left: -201px;
    margin: auto;
    width: 100%;
    height: 100%;
}

#view-in-a-map-filter-box .view-in-a-map-filter-content {
    height: min(32.5rem, 100vh);
}

#view-in-a-map-filter-box-title {
    cursor: move;
}

.view-in-map-loading {
    left: 10% !important;
    top: 10% !important;
    visibility: visible;
    position: fixed !important;
    z-index: 2;
}

.view-in-a-map-filter-box-content {
    overflow-y: scroll;
    padding: 0.8em 1.25em 0 1.25em;
}

.gmap-fullscreen {
    height: 100%;
    overflow-y: hidden;
}

.please-note-cont {
    margin-top: 1em;
}

.setSearch_spacing {
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
}

.view-in-a-map-filter-box-content .tooltip {
    pointer-events: none !important;
}

/* only exist under 1007 */
.icon-gray-remove {
    background: url(../images/sprite_sheet.png) no-repeat -268px -693px !important;
    border: none;
    height: 20px;
    width: 20px;
    transform: scale(0.7);
    float: right;
}

.facility-info-window {
    width: min(calc(100% - 70px), 550px);
    background: white;
    color: black;
    position: absolute;
    left: 10px;
    bottom: -53px;
    border-radius: 8px;
    padding: 8px 5px 10px 10px;
    border: 1px solid lightgrey;
    font-size: 15px;
}

.facility-info-window-first-line {
    max-width: calc(100% - 30px);
}

/* Legend */
.legend {
    background: #fff;
    padding: 0.5em;
    border-radius: 8px;
}
.legend h5 {
    font-size: 15px;
}
.legend .textCont {
    font-size: 12px;
    margin-bottom: 0.2em;
}
.legend .circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #939598;
    border-radius: 50%;
    margin-top: 1px;
    margin-right: 0.25em;
}
.legend-show-in-map {
    z-index: 2;
    bottom: 4%;
    width: 470px;
    left: 2%;
    visibility: visible;
    position: fixed;
    font-size: 102%;
}
.legend-show-in-map div:nth-child(2) {
    margin-top: 0em !important;
}
.legend-show-in-map h5,
.legend-show-in-map p {
}

/* Search */
#mobile-search-address-input {
    border: 0.7px solid #5a5a5a;
    border-radius: 8px;
}

.mobile-layout-btn {
    background: white;
    color: #1f419a;
    margin: 0 0 1em 0;
    padding: 0.35rem 0;
    border-radius: 20px;
    width: 45vw;
    border: 0.5px solid #d3d3d3;
    outline: none !important;
}
.mobile-layout-btn.active {
    background: #1f419a;
    color: white;
}

/* Locator */
#main-container {
    width: 100%;
    height: calc(100% - 150px);
    overflow: hidden;
}

#map-canvas {
    height: 100%;
    vertical-align: top;
}

#map-container {
    height: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 3;
}

#mobile-map-canvas {
    width: 100%;
    height: 330px;
    background-color: lightblue;
}

.locator {
    background: #bad2da;
    padding: 2em 0;
    margin: 2em 0;
}
.locator .box {
    background: #fff;
    border-radius: 24px;
    padding: 1em;
    display: inline-block;
    width: 100%;
    margin-bottom: 2em;
}

.locator .options {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25em;
}

/* Listings */
.italic-red {
    font-style: italic;
    color: #b00000;
}
.search-tips {
    font-weight: bold;
    color: #b00000;
}
.search-tips-ul li {
    margin: 10px 0;
}
.facility-list-item {
    list-style: none;
}
.facility-list-item .mobile-gm-link {
    float: right;
}

.listings .card {
    margin-bottom: 1em;
}
.listings .card .card-header {
    background: #bad2da;
    font-size: 24px;
    font-weight: 700;
}
.listings .card .card-header .row {
    display: flex;
    align-items: center;
}
.listings .card .card-header a {
    font-size: 18px;
    font-weight: 400;
}
.listings .card .col-4 {
    text-align: right;
}
.listings .card .card-body .row {
    /* margin-bottom: 2em; */
}
.listings .card .card-body .row.source-category {
    font-style: italic;
    margin-bottom: 0;
    margin-top: -0.3em;
}

.facility-Source-row {
    width: 50%;
}

.mobile-view .listings .card .card-body {
    font-size: 16px;
}
.mobile-view .listings .card .card-body .row {
    /* margin-bottom: 1.5em; */
}
.more-info {
    background: #fff;
    color: #1f419a;
    height: 2em;
    margin: 0;
    border-color: #e0e0e0;
    font-weight: 410 !important;
    padding: 0.1rem 1.3rem 0 1.3rem;
}
.more-info-spanish {
    background: #fff;
    color: #1f419a;
    height: max-content;
    margin: 0;
    border-color: #e0e0e0;
    font-weight: 410 !important;
    padding: 0.1rem 0.5rem;
}
.more-info:hover {
    background: #fff;
    border-color: #000;
    color: #000;
}
.mobile-view .more-info {
    background: #28a6d4;
    color: #000;
    height: 2.4em;
    border: 3px solid #ffffff;
    padding: 0.2rem 1.1rem 0 1.1rem;
    font-size: 14px;
}

.loading-div {
    position: absolute;
    left: -15px; /* to account for content padding - to fix bring wait outside of normal document flow*/
    width: 100%;
}

.loading-content {
    z-index: 10;
    position: relative;
    top: 175px;
    left: 100px;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: black;
    border-radius: 5px;
}

.desktop-view .loading-content {
    margin-left: 35%;
}

.loading-content.loading-mobile {
    z-index: 3;
    position: relative;
    top: 45px;
    left: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: black;
    border-radius: 5px;
}

.loading-content span {
    color: white;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.loading-indicator {
    display: inline-block;
    margin-top: 5px;
    margin-left: 1px;
}

.loading-indicator-inline {
    display: inline-block;
    margin-right: 10px;
}

.loading-icon {
    background: url("../images/loading_icon_cropped.gif") no-repeat;
    display: inline-block;
    height: 100px;
    line-height: 50px;
    vertical-align: text-top;
    width: 100px;
}

/* Filters */
.filters .form-outline {
    margin-bottom: 0.75rem;
}
.filters .accordion.box-title {
    margin: 1em 0;
}
.filters .accordion.box-title .card-header {
    border-left: none;
    border-right: none;
    background: #e0e0e0;
    padding: 0;
}
.filters .accordion.box-title .card {
    border: none;
}
.filters .accordion.box-title h5 {
    width: 100%;
}
.filters .accordion.box-title .btn-link {
    width: 100%;
    padding: 0.75rem;
    font-weight: 700;
    text-align: left;
    color: #444;
    background: #f7f7f7;
    border: none;
    font-family: "Roboto", sans-serif;
}
.filters .accordion.box-title .card-body {
    background: #f7f7f7;
    padding: 0.75rem 0.75rem 0;
}
.filters .accordion i {
    float: none;
}
.filters .accordion.box-subtitle .card-header .btn-link:focus,
.filters .accordion.box-title .btn-link:focus {
    text-decoration: underline;
}
.filters .accordion.box-title .btn-link:after {
    content: "—";
    float: right;
    color: #999;
    font-size: 20px;
}
.filters .accordion.box-title .btn-link.collapsed:after {
    content: "+";
}
.locator-map .filters .accordion {
    border: none;
}
.filters .accordion.box-subtitle {
    border: none;
}
.filters .accordion.box-subtitle .card {
    border-bottom: 1px solid #aaa;
}
.filters .accordion.box-subtitle .card-header h5,
.filters .accordion.box-subtitle .card-header .btn-link,
.mobile-view .filters .accordion.mobile-box-title h5 {
    font-size: 16px;
    font-weight: 400;
}
.filters .accordion.box-subtitle .btn-link {
    padding: 0.25em 5px;
    background-color: #f7f7f7;
}
.filters .accordion.box-subtitle .card:last-child {
    border: none;
    padding: 0.75rem 0;
    background: #f7f7f7;
}
.filters .accordion.box-subtitle .card-body {
    font-size: 16px;
    padding: 0.75rem;
}
.filters .accordion.box-subtitle .card-header span,
.filters .accordion.box-subtitle .card-body span {
    font-size: 12px;
}
.filters .accordion.box-subtitle .btn-link:after {
    font-family: "FontAwesome";
    content: "\f077";
    float: right;
    color: #999;
    font-size: 10px;
}
.filters .accordion.box-subtitle .btn-link.collapsed:after {
    content: "\f078";
}

@media (min-width: 768px) {
    .not-scaled .filters hr {
        display: none;
    }
}

.hide-arrow::after {
    content: "" !important;
}

.selected-service-code-list {
    padding-left: 12px;
}

.selected-service-category-list-item,
.selected-service-code-list-item {
    list-style: none;
    float: none;
}
.selected-service-category-list-item {
    font-size: 16px;
}

.selected-service-code-list-item {
    border: none;
    display: block;
    font: inherit;
}

/* Pagination */

.pagination-btn {
    border: none;
    background-color: transparent;
    color: #003399;
}
.pagination-container {
    flex-wrap: wrap;
    margin-inline: auto;
}
.pagination-container .page-item {
    margin-bottom: 10px;
}
.mobile-view .pages .square.sqsmall {
    width: 28px;
    height: 28px;
}
.mobile-view .pages .square {
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-right: 0.25em;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.mobile-view .pages .square:not(.color-gray) {
    cursor: pointer;
}

.mobile-view .pages .facinput {
    width: 3em;
    height: 2.2em;
    border-width: 1px;
    border-radius: 5px;
    padding: 5px;
    -moz-appearance: textfield;
}
.mobile-view .pages .facinput.small {
    height: 28px;
}

.show-pages {
    margin-top: 2%;
}

.pages {
    border: none;
    margin-left: 0;
    padding-top: 1em;
    padding-bottom: 0.5em;
    width: 100%;
}
.pages p {
    text-align: center;
    margin: 0;
}
li.page-item {
    margin: 0 0.3em;
}
li.page-item.disabled {
    cursor: unset;
}
.page-link {
    color: #003399;
}

.page-item-prev .page-item-next {
    color: #003399;
    cursor: pointer;
}
.page-item {
    color: #003399;
    cursor: pointer;
}
.page-item.active .page-link {
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

/* tooltip utilities */
.tooltip.show {
    opacity: 1;
}
.tooltip-inner {
    color: #000;
    background-color: white;
    border: #000 solid 1px;
    max-width: 250px;
    text-align: left;
}

/* filters / page wide */
#control-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: none;
}

.mobile-view .accordion.mobile-box-title .card {
    border: none;
}
.mobile-view .accordion.mobile-box-title .card-header {
    background: #233064;
    color: #fff;
    border: none;
    padding: 0.5rem 0;
}
.mobile-view .accordion.box-title .btn-link {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-weight: 700;
    /* color: #fff; */
    outline: none;
    background: #f7f7f7;
}
.mobile-view .accordion.box-title .card .btn-link::after {
    font-family: "FontAwesome";
    content: "\f077";
    float: right;
    /* color: #fff; */
    font-size: 20px;
    border: none;
    background: #f7f7f7;
    /*font-weight: 100;*/
}
.mobile-view .accordion.box-title .card .btn-link.collapsed::after {
    content: "\f078";
}
.mobile-view.locator-map #content {
    margin: 0;
}
.desktop-view .mobile-view #content,
.mobile-view .filters {
    margin-top: 0;
}
.mobile-view .box {
    background: #f0f0f0;
    padding: 0.75em 0 0.5em;
}
.mobile-view .filters .accordion.mobile-box-title {
    margin: 1em 0;
}
.mobile-view .filters .accordion.mobile-box-title .card {
    border: none;
    padding: 0;
}
.mobile-view .filters .accordion.mobile-box-title .card-header {
    border-left: none;
    border-right: none;
    background: #e0e0e0;
    padding: 0;
}
.mobile-view .filters .accordion.mobile-box-title h5 {
    width: 100%;
}
.mobile-view .filters .accordion.mobile-box-title .card .btn-link {
    width: 100%;
    padding: 0.75rem;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #444;
    outline: none;
    border: none;
    background: none;
}
.mobile-view .filters .accordion.mobile-box-title .card-body {
    background: #f7f7f7;
    padding: 0 0.75rem 0;
    font-size: 16px;
}

.mobile-view .filters .accordion.mobile-box-title .card .btn-link::after {
    font-family: "FontAwesome";
    content: "\f077";
    float: right;
    color: #999;
    font-size: 20px;
    border: none;
}
.mobile-view .filters .accordion.mobile-box-title .btn-link.collapsed::after {
    content: "\f078";
}
.mobile-view .filters .accordion.mobile-box-subtitle .card {
    border-bottom: 1px solid #aaa;
}
.mobile-view .filters .accordion.mobile-box-subtitle .card-header h5,
.mobile-view .filters .accordion.mobile-box-subtitle .card-header .btn-link {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 400;
}
.mobile-view .filters .accordion.mobile-box-title .btn-link {
    padding: 0.25em 0;
}
.mobile-view .filters .accordion.mobile-box-subtitle .card:last-child {
    border-bottom: none;
}
.mobile-view .filters .accordion.mobile-box-subtitle .card-body {
    font-size: 16px;
    padding: 0.75rem;
}

.mobile-view .filters .accordion.mobile-box-subtitle .card .btn-link:after {
    font-family: "FontAwesome";
    content: "\f077";
    float: right;
    color: #999;
    font-size: 10px;
}
.mobile-view .filters .accordion.mobile-box-title .btn-link.collapsed::after {
    content: "\f078";
}

.mobile-view .pages {
    border: none;
}

.mobile-view .accordion.box-title .listings .card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.mobile-view .listings .card .card-header {
    background: #bad2da;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 0.75rem 1.25rem;
    border: none;
}

.mobile-view .mobile-bottom-dropdown {
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    .locator-map #content .container:first-child {
        padding-top: 1em;
    }
}

/* Search Error Modal */
#search-error-modal {
    top: 17%;
    right: 50%;
}
#search-error-modal .modal-header {
    border-bottom: 1px solid black;
    font-size: 100%;
    font-weight: bold;
    background: #1e384b;
    color: white;
    padding: 10px 10px 10px 0px;
}

#search-error-modal .modal-body {
    padding-bottom: 0;
}

#search-error-modal .modal-footer {
    border-top: none;
}

/* Download modal */
.download-dialog-box {
    position: fixed;
    z-index: 102;
    color: #0e395c;
    background-color: white;
    font-family: tahoma, ariel, sans-serif;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.download-dialog-title {
    border-bottom: 1px solid black;
    font-size: 100%;
    font-weight: bold;
    background: #1e384b;
    color: white;
    padding: 10px 10px 10px 0px;
}

.download-dialog-modal {
    height: 60%;
    padding-top: 3%;
    text-align: left;
    font-size: 95%;
    margin: 0 1em;
    color: black;
}

.download-dialog-modal .btn-secondary {
    padding: 0.3rem;
    width: 100%;
    max-width: 180px;
    color: black;
}

.download-dialog-modal .dropdown-toggle.initial::after {
    margin-left: 3em;
}

.download-dialog-modal .btn-secondary:focus,
.btn-secondary:hover {
    color: white;
}

#side-container .btn-secondary:hover {
    color: white;
}

.download-dialog-modal .show > .btn-secondary.dropdown-toggle {
    color: #495057;
    background-color: #fff;
    border-color: #4e555b;
}

#download-range-select {
    margin: 0;
    border: 1px solid #4e555b;
}

.download-dialog-modal .dropdown-item {
    padding: 0 2.2rem 0.2rem 0.5rem;
}

.high-records {
    margin-bottom: 1em;
}

#download-dialog-footer {
    margin-top: 3%;
}

.download-dialog-fadein {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    z-index: 101;
    background: #000;
    opacity: 0.5;
}

.dialog-pane {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

@media (max-width: 400px) {
    #dropdownMenuLink_SearchPage {
        display: flex;
        text-wrap: balance;
        width: auto;
    }
    .dropdown-item {
        display: flex;
        text-wrap: balance;
        padding: 0.25rem 0.5rem;
    }
    #dropdownMenuLink_SearchPage:after {
         margin-top: 8px;
    }
    .sorted-by-dropdown {
         top: auto !important;
         transform: none !important;
         left: 0px !important;
         width: 100%;
    }
    .sorted-by-d-inline {
        display: block !important;
    }
}
@media (min-width: 401px) {
    .sorted-by-d-inline {
        display: inline-block !important;
    }
    .dropdown-item {
        padding: 0.25rem 0.5rem;
    }
}
