﻿body {
    --padding-top: 6rem;
    --padding-bottom: 65px;
    background-color: #FFFFFF;
}
h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.5em;
}
a {
    color: #0046ad;
    text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
}
.hdr-bg-color {
    background-color: #0046ad;
}
.title2 {
    color: #212529 !important;
    background-color: #FFFFFF;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
    font-family: sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
}
.title2-link {
    color: #0046ad !important;
    text-decoration: none;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
}
    .title2-link:hover {
        color: #0046ad;
    }
#sgDeptHead {
    text-align: center;
}
.sign-in-link {
    position: absolute;
    right: 40px;
    top: 80px;
    font-size: medium;
}
.sign-in-link-disabled {
    pointer-events: none;
    cursor: default;
    color: gray !important;
}
.sgSpacer {
    height: 0px !important;
}
.pg-footer {
    background-color: #FFFFFF;
}
.instructions {
    padding-top: 30px;
    padding-bottom: 30px;
}
.instructions2 {
    font-weight: bold;
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 20px;
}
.instructions-map {
    font-weight: bold;
    font-size: 1.2rem;
    padding-top: 30px;
    padding-bottom: 20px;
}
.search {
    margin: auto;
    text-align: center;
}
.hdr-align-middle {
    vertical-align: middle;
}

.hdr-text-group {
    display: inline-block;
}
.hdr-logo {
    width: 40px;
}
.hdr-seattle {
    display: block;
    margin-left: 5px;
    font-weight: bold;
}
.hdr-subtitle {
    display: block;
    margin-left: 5px;
}
.hdr-sign-in {
    font-size:smaller;
}
.landing-pg-txt {
    margin-top: 2vh;
}
.search-input {
    margin: auto;
    width: 55%;
    max-width: 40em;
}
.map-link {
    margin: auto;
    max-width: 14em;
}
.link-detail {
    font-size: smaller;
}
.results {
    margin: auto;
}

.permits-init {
    visibility: hidden;
}

.permits-display {
    visibility: visible;
}

#mapVw {
    /*height: 76vh;*/
    min-height: 75vh;
    min-width: 73vw;
    /*width: 97vw; */
    max-width: none;
    max-height: none;
}
.modal-dialog {
    max-width: 90vw;
}

.srch-results {
    background-color: white;
    padding: 5px 5px 5px 5px;
    border-radius: .25rem;
    border: 0px solid rgba(0,0,0,.125);
    margin-top: 20px;
}
.srch-results-color {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;

}
.srch-results-col {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.srch-results-row {
    margin-bottom: 5px;
}
.ds-addr-list {
    max-height: 260px;
    overflow-y: auto;
}
.dsAddrLst #dsAddresses {
    width: 100%;
    margin: 0;
}
.map-srch-results-col {
    background-color: white;
    border-radius: 4px;
}
.map-srch-results-row {
    padding-bottom: 15px;
}
.map-row-btn {
    text-align: center;
}

.srch-results-hidden {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 9999;
}
.srch-results-visible {
    visibility: hidden;
    height:0px;
}
.rslts-row-hdr {
    margin-top: 5px;
}
.rec-table {
    width: 100%;
    table-layout: fixed;
}

.filter-labels {
    font-size: .75em;
}

.filter-headers {
    font-size: .75em;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: .5em;
    padding-left: 20px;
    width: 140px;
}
.filter-date-inputs {
    min-width: 177px;
}

.rslts-header {
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.rslts-parcel-header {
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.rslts-parcel-data {
    font-size: 1em;
    font-weight: bold;
}

.rslts-parcel-data2 {
    font-size: .9em;
}

.map-id-header {
    font-weight: bold;
    display: inline-block;
    padding-top: .5em;
}

.map-id-header2 {
    font-weight: bold;
    display: inline-block;
}

.map-id-href {
    color: #3366CC;
    text-decoration: underline;
}
.map-id-link {
    padding-top: 5px;
    display: inline-block;
}

.esri-feature-content a {
    color: #3366CC;
}

.map-id-div {
    padding-top: .5em;
}

.fltr-date-inpt {
    max-width: 7em;
}

.esri-popup__footer {
    order: 1;
}

.sort-text {
    position: relative;
    white-space: nowrap;
}

.sort-top {
    position: absolute;
    top: 1px;
    text-align: right;
    padding-left: 2px;
    opacity: 0.3;
}

.sort-top-active {
    position: absolute;
    top: 1px;
    text-align: right;
    padding-left: 2px;
}

.sort-bottom {
    position: absolute;
    top: 10px;
    text-align: right;
    padding-left: 2px;
    opacity: 0.3;
}

.sort-bottom-active {
    position: absolute;
    top: 10px;
    text-align: right;
    padding-left: 2px;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: start;
}
.rect-parcel {
    height: 100%;
    width: 14px;
    background-color: #A2A4A3;
    border-radius: 4px;
}
.rect-prop {
    height: 100%;
    width: 14px;
    background-color: #A2A4A3;
    border-radius: 4px;
}

.rect-addr {
    height: 100%;
    width: 14px;
    background-color: #717372;
    border-radius: 4px;
}

.rect-permits {
    height: 100%;
    width: 14px;
    background-color: #003DA5;
    border-radius: 4px;
}
.card-img-top { 

    height: auto;
    object-fit: cover;
    max-width: 20vw;
    
}
.dvst-card-title {
    font-weight: bold;
    padding-bottom: 5px;
    color: #003179;
}
.dvst-card-title-txt {
    padding-left: 5px;
}
.map-card {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.map-card-select {
    border: 4px solid #003179;
    border-radius: 1rem;
    cursor: default;
}
.map-card-blur {
    filter: blur(4px);
}
.map-card-fade-in-image {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
}
.ds-card {
    cursor: pointer;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.tab-fade-in {
    animation: fadeIn 5s;
}
.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    width: 260px;
    color: white;
    font-size: 12px;
    background-color: #0046ad;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    top: -8px;
    left: 120%;
    text-align: left;
}

.tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #0046ad;
    padding: 5px;
    z-index: 1;
    left: -2%;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}
.hover-text {
    position: relative;
    display: inline-block;
    margin: 4px 4px 0px -2px;
    text-align: center;
}
.btn-recs {
    border: 1px solid rgb(180, 180, 180);
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    border-color: rgb(180, 180, 180);
    padding: 6px 12px 8px 12px;
    font-size: .8em;
    font-weight: 500;
    margin: 2px;
}

.btn-recs-filter {
    background: #ccdaef;
    color: #003179;
    border-color: #003179;
    padding-left: 12px;
    padding-right: 12px;
    border-width: 2px;
    font-weight: 700;
}

.btn-recs-filter:before {
    content: "\2715";
    font-size: .7em;
    color: #003ca3;
    padding-right: 6px;
    padding-bottom: 6px;
    text-align: center;
}
.btn-recs:focus {
    outline: 0;
}
.btn-docs-filter {
    background: #ccdaef;
    color: #003179;
    border-color: #003179;
    padding-left: 12px;
    padding-right: 12px;
    border-width: 2px;
    font-weight: 700;
}

    .btn-docs-filter:before {
        content: "\2715";
        font-size: .7em;
        color: #003ca3;
        padding-right: 6px;
        padding-bottom: 6px;
        text-align: center;
    }
.btn-outline-primary {
    color: #0046ad;
    border-color: #0046ad;
}
    .btn-outline-primary[disabled], .btn-outline-primary[disabled]:hover, .btn-outline-primary[disabled]:focus, .btn-outline-primary[disabled]:active {
        color: #c4c8cb;
        border-color: #c4c8cb;
        background-color: #FFFFFF;
    }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #c4c8cb;
    border-color: #c4c8cb;
    background-color: #FFFFFF;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
    background-color: #0046ad;
    border-color: #0046ad;
}
.fltr-info-icon {
    margin-bottom: .5em;
    margin-left: .25em;
}
.ecm-download {
    text-align: center !important;
    color: #0046ad;
}
    .ecm-download:hover {
        background-color: #0046ad;
        color: white;
    }
.doc-sort-arrow {
    visibility: hidden;
}
.doc-sort-arrow-hide {
    visibility: hidden;
}
.doc-sort-arrow-active {
    visibility: visible;
}
.hdr-doc-tbl {
    white-space: nowrap;
}
.hdr-sort-stack {
    position: absolute;
}
.hider {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #f5f5f5;
    z-index: 100002;
    text-align: center;
    opacity: .6;

}
.hider-hide {
    visibility: hidden;
}
.hider-show {
    visibility: visible;
}
.hider-spinner {
    margin-top: 20%;
}
.spinner-hide {
    visibility: hidden;
}
.not-found-hide {
    visibility: hidden;
    height: 0px;
    padding: 0px;
    margin: 0px;
}
.btn-primary {
    color: #fff;
    background-color: #0046ad;
    border-color: #0046ad;
}
.tab-title {
    font-weight: bold;
}
.btn-map-bottom {
    text-align: center;
}
.btn-map:hover {
    text-decoration: underline;
}

.ui-widget-header {
    background: #0046ad;
    border: #0046ad;
}
.cust-li-icon {
    margin-right:10px;
}

th td {padding:10px 16px;}
th {
    background: #eee;
    margin-top:5px;
}
.tbl-head-recs {
    display: block;
}

.tbl-body-recs {
    display: block;
    height: 500px;
    overflow: auto;
}
.spprt-heading {
    padding-top: 1em;
    max-width: 50em;
    padding-left: 5em;
}
.a-disabled {
    pointer-events: none;
    cursor: default;
    color: gray !important;
}
.fake-link {
    color: #0046ad;
    text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
    cursor: pointer;
}
#toast-container {
    z-index: 9999999;
}
/*sort icons in table*/
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
    color:#0046ad;
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    color: #0046ad;  
}
.map-subtitle {
    padding-top: 10px;
    margin-left: 20px;
}
.ph-align {
    text-align: left !important;
    
}
/*filter tool tip*/
.tooltip-inner  {
    background-color: #0046ad !important;
    color: #fff;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #0046ad !important;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-top-color: #0046ad !important;
}
.tbl-sort-msg {
    margin: 0 0 0 0;
}
div.dt-container div.dt-layout-row {
    margin: 0 0 0 0 !important;
}
