html {
  font-size: 14px;
}

arcgis-map {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

@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;
}

.tabbed-nav .container {
    padding-left: 0;
    padding-right: 0;
}

#searchForm {
    max-width: 585px;
    background-color: #F4F4F4;
}

    #searchForm input {
        background-color: #F4F4F4;
        height: 49px;
    }

    #searchForm button {
        width: auto;
        margin: 0;
        padding: 11px 20px;
        color: #fff;
        background-color: #187089;
        font-weight: lighter;
        display: flex;
        flex-direction: row;
    }

        #searchForm button::after {
            content: 'Search';
        }

@media only screen and (max-width: 769px) {

    #searchForm button::after {
        content: '';
    }
}

.top-section {
    border-bottom: 1px solid #ECECEC;
}

.alert-primary {
    border: 1px solid #01579B;
    background-color: #E1F5FE;
}

    .alert-primary .material-icons {
        margin-right: 16px;
        bottom: -3px;
        position: relative;
        font-size: 18px;
    }

.tables-area {
    padding-bottom: 0 !important;
}

.pointer {
    cursor: pointer
}

    .tables-area h4 {
        color: #187089;
        font-size: 24px;
        margin-bottom: 4px;
        font-weight: bold;
        padding: 0 8px;
    }

    .tables-area .row {
        /* gap: 39px; */
    }

.tbl-wrapper {
    padding: 24px;
    background-color: #fff;
    height: 100%;
}

@media only screen and (min-width: 769px) {
    .tables-area .col .col-md-6 {
        min-width: 50%;
        max-width: 50%;
    }
}

.tables-area .col {
    padding: 0 15px 30px 15px;
}

.tables-area .col-md-6 {
    flex-basis: 0;
    flex-grow: 1;
}

.tables-area table tr {
    width: 100%;
}

    .tables-area table tr td {
        width: 50%;
    }

@media only screen and (min-width: 769px) {
    .tables-area .col-12 table tbody {
        display: flex;
        flex-wrap: wrap;
    }

    .tables-area .col-12 table tr {
        flex: 0 50%;
        display: flex;
    }

    .tables-area .table-responsive .traditional-table-striped tbody tr:nth-of-type(odd) td:nth-of-type(even) {
        margin-right: 15px;
    }

    .tables-area .table-responsive .traditional-table-striped tbody tr:nth-of-type(even) td:nth-of-type(odd) {
        margin-left: 15px;
    }

    .tables-area .table-responsive td {
        width: 50%;
    }
}

.tables-area .table-responsive {
    border-top: 3px solid #187089;
}

    .tables-area .table-responsive .traditional-table-striped tbody tr:nth-of-type(odd) {
        background-color: transparent;
    }

    .tables-area .table-responsive .traditional-table-striped tbody tr td:nth-of-type(odd) {
        background-color: #f4f4f4;
    }

    .tables-area .table-responsive .traditional-table-striped tbody tr td {
        border: 1px solid #ECECEC;
    }

.related-services .col {
    /* padding:24px; */
}

.related-services h4 {
    color: #187089;
    font-size: 24px;
    margin-bottom: 4px;
    font-weight: bold;
    padding: 0 8px;
}

.related-services .link-list {
    border-top: 3px solid #187089;
    padding: 16px 8px 0;
    list-style-type: none;
}

    .related-services .link-list ul {
        display: flex;
        flex-wrap: wrap;
        columns: auto;
        list-style-type: none;
    }

    .related-services .link-list li {
        flex: 0 1 25%;
    }

.tooltip {
    margin: 0;
    background-color: transparent;
    text-transform: none;
    border: none;
    color: #666666;
    --balloon-color: #CDF4FF;
    --balloon-text-color: #0E4B5C;
    --balloon-border-radius: 6px;
}

    .tooltip > span:hover {
        color: #0E4B5C;
    }

@media only screen and (max-width: 992px) {
    .related-services .link-list li {
        flex: 0 1 50%;
    }
}

@media only screen and (max-width: 768px) {
    .related-services .link-list li {
        flex: 0 1 100%;
    }
}

#mapDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.map-cell td {
    padding: 0 !important;
}

#mapDiv .esri-view-root {
    min-height: 300px;
    height: 100%;
}
