﻿html, body {
    overflow: hidden;
    font-size: 12pt;
}

.banner-image
{
    width: 100%;
    max-width: 300px !important;
    margin: auto;
}

.btn-image {
    position: absolute;
    margin: auto;
    left: 20px;
    top: -150px;
    bottom: -150px;
}

.btn-menu-button {
    background-color: #143951;
    color: white;
    font-size: 12pt;
}

    .btn-menu-button:hover {
        background-color: #0E2A3B !important;
        color: white;
    }

    .btn-menu-button:active {
        background-color: #123951 !important;
        color: white !important;
    }

.esri-view .esri-view-surface--touch-none:focus::after {
    outline: none !important;
}

#help .card-body dt {
    font-size: 16pt;
}

#identified-parcel p {
    margin-bottom: 3px;
}

#identified-parcel .row *:nth-child(1) {
    font-weight: 600;
}

#identified-parcel .row:nth-child(odd) {
    background: #ffffff;
}

#identified-parcel .row:nth-child(even) {
    background: #efedea;
}

#identified-parcel .card .card-body .row > div {
    padding-bottom: 2px;
    padding-top: 2px;
}

.layers .nav-item a.active, .drawing .nav-item a.active {
    background-color: #f7d06b !important;
    color: black !important;
}

.layers {
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0;
}

    .layers > .card {
        background-color: #143951;
    }

.layer-not-visible {
    color: rgb(200, 200, 200);
}

.main-menu .row {
    margin-bottom: 35px;
}

.main-menu .row button{
    padding-left: 40px;
}

.map-scene {
    width: 100%;
    height: 100%;
}

.north-arrow{
    position: absolute;
    margin: auto;
    top: 20px;
    left: 20px;
}

.opacity-img {
    width: 20px;
    height: auto;
}

.page {
    position: absolute;
    margin: auto;
    background: rgba(255,255,255,0.85);
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border-radius: 15px;
    padding: 15px;
}

.page > .card {
    height: 100%;
    background-color: rgba(0,0,0,0.03);
}

    .page > .card > .card-header, .page > .card > .card-footer {
        text-align: center;
    }

    .page > .card > .card-body {
        overflow: hidden;
        overflow-y: auto;
    }

.predictive-results {
    display: none;
    height: 200px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

.quick-parcel-details {
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 50%;
}
    .quick-parcel-details .row {
        margin-bottom: 5px;
        text-align: center;
    }

    .quick-parcel-details .row > div:nth-child(1)  {
        font-weight: bold;
    }
    .quick-parcel-details .row:nth-child(2) {
        background-color: rgb(200, 200, 200);
    }

    #searched-parcel p {
        margin-bottom: 3px;
    }

#searched-parcel .row *:nth-child(1) {
    font-weight: 600;
}

#searched-parcel .row:nth-child(odd) {
    background: #ffffff;
}

#searched-parcel .row:nth-child(even) {
    background: #efedea;
}

#searched-parcel .card .card-body .row > div {
    padding-bottom: 2px;
    padding-top: 2px;
}