﻿html, body {
    overflow: hidden;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(175, 175, 175) !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(175, 175, 175) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(175, 175, 175) !important;
}

.btn-yellow {
    background-color: #F7D06B;
    font-size: 12pt;
}

    .btn-yellow:hover {
        background-color: #e2bf64;
    }

.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
}


.search-container {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
}

.search-panel-pane {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #143951;
    width: 450px;
    color: white;
}

.search-panel-header{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    text-align: center;
}

.search-panel-options {
    position: absolute;
    margin: auto;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
}

.search-panel-toggle {
    position: absolute;
    margin: auto;
    right: -30px;
    top: 0px;
    bottom: 0px;
    width: 30px;
    height: 100px;
    z-index: 5;
    background-image: url("../../../images/toggle_search_pane_tab.png");
    cursor: pointer;
    color: white;
    font-size: 20pt;
    padding-top: 26px;
}

.search-result-action{
    /*float: left;*/
    height: 40px;
    width: 40px;
    margin-left: 10px;
}

.search-result-actions {
    width: 100%;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
}

.search-results {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    font-size: 10pt;
    border: 1px solid black;
}

.selected-search-results {
    width: 100%;
    margin-top: 10px;
}

.search-results-pane {
    position: absolute;
    margin: auto;
    left: 450px;
    top: 0;
    bottom: 0;
    right: 0px;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    overflow-y: auto;
}

.selected-parcel {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    height: 400px;
    min-height: 200px !important;
    background-color: #143951;
    /*m-auto selected-parcel pb-0*/
}

    .selected-parcel p {
        margin-bottom: 3px;
        font-size: 10pt;
    }

    .selected-parcel .row *:nth-child(1) {
        font-weight: 600;
    }

    .selected-parcel .row:nth-child(odd) {
        background: #ffffff;
    }

    .selected-parcel .row:nth-child(even) {
        background: #efedea;
    }

    .selected-parcel .card .card-body .row > div {
        padding-bottom: 2px;
        padding-top: 2px;
    }

.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;
}