﻿html, body {
    overflow: hidden;
}

.buffer {
    
}

.buffered-parcels {
    top: 400px;
    width: 650px;
    height: 350px;
    min-height: 200px;
}

.card {
    background-color: #143951;
}

.draggable {
    position: absolute;
    margin: auto;
    display: none;
    z-index: 4;
    width: 300px;
}

.draggables {
    padding-top: 100px !important;
    padding-left: 60px !important;
    padding-bottom: 80px !important;
    pointer-events: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    z-index: 3;
}

    .draggables .card {
        background-color: #143951;
        pointer-events: initial;
        width: 100%;
    }

    .draggables .card-header {
        color: white;
        cursor: move;
    }

    .draggables .card-body {
        background-color: #efedea !important;
    }

.drawing {
    width: 430px !important;
}

.esri-scale-bar__bar-container {
    padding: 5px !important;
    border: 1px solid black !important;
    border-radius: 5px;
    background-color: white !important;
    margin-left: -5px !important;
}

.esri-scale-bar__label {
    padding: 5px;
    padding-left: 10px;
}

.identified-parcel {
    left: 365px;
    min-height: 300px;
    height: 520px;
}

.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;
}

.identify-tool {
    left: 60px;
}

.larger-parcel-image {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    z-index: 10
}

.layers .nav-item a.active, .drawing .nav-item a.active {
    background-color: #f7d06b !important;
    color: black !important;
}

.layers {
    position: absolute;
    margin: auto;
    right:0px;
    bottom: 0px;
    top: 55px;
    width: 270px;
}

.layer-not-visible {
    color: rgb(200, 200, 200);
}

.layer-transparency-adjuster {
    position: absolute;
    margin: auto;
    border: 2px solid black;
    border-radius: 5px;
    background-color: white;
    z-index: 1000;
    display: none;
}

.map-banner {
    position: relative;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px;
    height: 55px;
    background-color: rgba(20, 57, 81, 0.8);
    pointer-events: none;
}

.map-controls {
    position: absolute;
    margin: auto;
    top: 65px;
    left: 10px;
    width: 36px;
}

.map-scene {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 0;
}

.measurement {
    /*display: inline !important;*/
}

.north-arrow {
    position: absolute;
    margin: auto;
    bottom: 65px;
    left: 10px;
}

.opacity-img {
    width: 20px;
    height: auto;
}

.predictive-results {
    position: absolute;
    margin: auto;
    display: none;
    top: 100px;
    left: 60px;
    width: 300px;
    height: 200px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 6;
}

.print-map-dimensions {
    position: absolute;
    margin: auto;
    top: -4096px;
    bottom: -4096px;
    left: -4096px;
    right: -4096px;
    border: 2px solid red;
    z-index: 2;
    display: flex;
    padding: 15px;
    box-shadow: 0 0 10px black;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    pointer-events: none;
    z-index: 3;
}


.search-controls {
    position: absolute;
    margin: auto;
    top: 65px;
    left: 60px;
    width: 300px;
}

.search-results {
    position: absolute;
    margin: auto;
    display: none;
    top: 100px;
    left: 60px;
    width: 300px;
    height: 270px;
    min-height: 270px !important;
}

    .search-results .card-body {
        font-size: 9pt;
    }

.ui-resizable-e {
    width: 5px;
    cursor: ew-resize;
    background-color: transparent;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    height: 100%;
    margin-bottom: 5px;
    pointer-events: initial;
}

.ui-resizable-s {
    height: 5px;
    cursor: ns-resize;
    background-color: transparent;
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 0px;
    width: 100%;
    margin-right: 5px;
    pointer-events: initial;
}

.ui-resizable-se {
    width: 5px;
    height: 5px;
    cursor: ew-resize;
    background-color: transparent;
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 0px;
    right: 0px;
    pointer-events: initial;
}