﻿@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot');
    src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

#div-panel-icon-drawing {
    margin: 0 auto;
}

.div-drawing {
    font-family: icomoon;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    display: inline;
}

    .div-drawing a {
        border-top: 1px solid #00afef;
        border-bottom: 1px solid #00afef;
        border-spacing: 0;
        letter-spacing: 0;
        padding: 10px;
        padding-top: 7px;
        font-size: 1.9rem;
        margin: 0;
    }

    .div-drawing span {
        font-family: icomoon;
    }

    .div-drawing .btn {
        line-height: 5px;
        background-color: white;
        color: #00afef;
        font-weight: normal;
        box-shadow: none;
        min-width: 60px;
        height: 60px;
        width: auto;
    }

        .div-drawing .btn:hover, .btn:active {
            background-color: #00afef;
            color: white;
        }

    .div-drawing span.icon-label-text {
        font-family: Arial;
        font-size: 10px;
    }

    .div-drawing :disabled.btn, [disabled].btn, [disabled='disabled'].btn {
        line-height: 5px;
        background-color: white;
        color: #00afef !important;
        font-weight: normal;
        opacity: .3;
    }

        .div-drawing :disabled.btn:hover, [disabled].btn:hover, [disabled='disabled'].btn:hover {
            background: none;
        }

    .div-drawing .btn.colored {
        color: white;
        border-top-color: transparent;
        border-bottom-color: transparent;
    }

    .div-drawing .btn.disabled {
        pointer-events: none;
        cursor: default;
    }

    .div-drawing table {
        border: none;
        margin: 2px;
        padding: 5px;
    }

        .div-drawing table td {
            border: none;
            margin: 2px;
            padding: 5px;
        }


#fieldset-map-choose-type .row {
    margin-right: 0;
    margin-left: 0;
}

#div-map-choose-type-panel {
    border: 8px solid #00afef;
}

.fieldset-parcel-detection-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    margin: 0 !important;
    padding-top: 250px !important;
}

@media screen and (max-width: 800px) {
    .fieldset-parcel-detection-overlay {
        padding-top: 150px !important;
    }
}

#fieldset-parcel-detection-overlay-header {
    margin: 0 auto;
    font-size: 2.2rem;
    color: black;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    background-color: white;
}

.div-map-choose-type {
    background-color: white;
    cursor: pointer;
    font-size: 1.1rem;
    min-height: 55px;
    color: inherit;
}

    .div-map-choose-type:hover {
        background-color: silver;
        color: white;
    }

    .div-map-choose-type.checked {
        background-color: #00afef;
        color: white;
        font-weight: bold;
    }

    .div-map-choose-type .col {
        padding: 10px;
    }

    .div-map-choose-type .div-map-choose-type-help {
        width: 10%;
        cursor: help;
    }

        .div-map-choose-type .div-map-choose-type-help i {
            font-size: .9rem;
            text-decoration: none;
            font-style: normal;
            font-weight: normal;
            cursor: help;
        }

    .div-map-choose-type .div-map-choose-type-circle {
        width: 5%;
    }

    .div-map-choose-type.checked .div-map-choose-type-circle div {
        background-color: white;
    }

    .div-map-choose-type:hover .div-map-choose-type-circle div {
        background-color: #00afef;
    }

    .div-map-choose-type .div-map-choose-type-circle div {
        margin: 0 auto;
        margin-top: 10px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background-color: white;
    }

    .div-map-choose-type .div-map-choose-type-text {
        width: 80%;
        padding-left: 20px;
        font-size: 1.4rem;
    }

        .div-map-choose-type .div-map-choose-type-text span {
            font-size: 1.2rem;
        }

.fieldset-parcel-detection-page .div-map-choose-type .div-map-choose-type-text {
    width: 75%;
    padding-left: 10px;
    font-size: 1.2rem;
}

    .fieldset-parcel-detection-page .div-map-choose-type .div-map-choose-type-text span {
        font-size: 1.0rem;
    }

.fieldset-parcel-detection-page .div-map-choose-type .div-map-choose-type-help {
    width: 15%;
}

.fieldset-parcel-detection-page #div-map-choose-type-panel {
    border: 3px solid #1b4274;
}

#div-search-location-options {
    margin-top: 40px;
}

    #div-search-location-options .row {
        margin-left: 0;
        margin-right: 0;
    }

#inputAddressMap {
    font-size: 11px;
    line-height: 0.7px;
    padding: 5px 15px;
    height: 40px;
}

.input-small-bottom-title {
    font-weight: bold;
    font-size: .8rem;
}

.inputOnlyBorderBottom {
    border: none !important;
    border-bottom: 1px solid black !important;
}

#div-search-location-buttons {
    width: 100%;
    cursor: pointer;
    border-bottom: 3px solid #00afef;
}

    #div-search-location-buttons .col {
        text-align: center;
        padding: 10px;
    }

        #div-search-location-buttons .col:hover {
            background-color: #1b4274;
            color: white;
        }

        #div-search-location-buttons .col.checked {
            background-color: #00afef;
            color: white;
        }

#fieldset-map-detected-parcels {
    border: none;
    border-top: 1px solid #00afef;
    border-bottom: 1px solid #00afef;
}

    #fieldset-map-detected-parcels legend {
        font-size: 1.3rem;
    }

.hide {
    display: none;
}

#div-map-parcel-search, #div-map-address-search {
    padding: 20px;
    min-height: 80px;
}

    #div-map-address-search .label-map-search {
        font-size: 12px;
        padding-bottom: 5px;
        font-weight: bold;
    }

    #div-map-address-search .div-map-fieldset-address {
        border: 2px solid white;
        box-shadow: 0 5px 15px silver;
        padding: 5px 0 10px 10px;
        width: 95%;
        margin-left: 10px;
        background-color: white;
    }

        #div-map-address-search .div-map-fieldset-address:hover {
            box-shadow: 0 5px 15px #004899;
            cursor: pointer;
            color: #004899;
        }

    #div-map-address-search #div-map-fulltext-address {
        width: 100%;
        display: inline-block;
    }

    #div-map-address-search #div-suggestions-address-map {
        font-size: 12px;
    }

.icon-cancel:before {
    content: "\e161";
}

.icon-cancel01:before {
    content: "\e5c9";
}

.icon-edit:before {
    content: "\e254";
}

.icon-delete:before {
    content: "\e872";
}

.icon-delete_all:before {
    content: "\e92b";
}

.icon-polygon:before {
    content: "\e883";
}

.icon-area:before {
    content: "\ea02";
}

.icon-lineString:before {
    content: "\e922";
}

.icon-distance:before {
    content: "\ea15";
}

.icon-point:before {
    content: "\e3ba";
}

.icon-add_points:before {
    content: "\e900";
}

.icon-eye:before {
    content: "\e9ce";
}

.icon-text:before {
    content: "\e264";
}

.icon-file:before {
    content: "\ea06";
}

.icon-removeVector:before {
    content: "\e909";
}

.icon-public:before {
    content: "\e80b";
}

.icon-expand:before {
    content: "\e989";
}

.icon-shrink:before {
    content: "\e98a";
}

.map-definition {
    margin-top: 10px;
    height: 600px;
}

div.bordered {
    padding-bottom: 25px;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 25px;
    text-align: center;
    padding: 47px;
    border-width: 1px;
}

div.bordered {
    padding: 25px;
    border: solid #e8ecf1;
    border-width: 1px 1px;
}

.files .select.button input {
    display: none;
}

.char-counter {
    width: 100%;
    text-align: right;
}

#div-map-area-view {
    bottom: 40px;
    left: 8px;
    z-index: 9999;
    position: absolute;
    background-color: #009ff1;
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    width: 100px;
    box-shadow: 0 5px 15px rgba(111,206,255,0.9);
    border-radius: 0px;
}

#div-map-area-error {
    top: 10px;
    left: 50px;
    width: 80%;
    text-align: center;
    z-index: 100;
    position: absolute;
    background-color: rgba(255, 10, 0, 0.6);
    color: white;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(255,255,255,0.9);
}

#div-map-max-count {
    bottom: 8px;
    left: 20%;
    width: 60%;
    text-align: center;
    z-index: 9999;
    position: absolute;
    background-color: rgba(255, 10, 0, 0.6);
    color: white;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(255,255,255,0.9);
    text-align: center;
}

#div-map-point-count {
    font-family: Helvetica, Arial, sans-serif;
    bottom: 65px;
    font-size: 10px;
    left: 8px;
    z-index: 9999;
    position: absolute;
    background-color: #009ff1;
    box-shadow: 0px 5px 15px rgba(111,206,255,0.9);
    border-radius: 0px;
    color: #eee;
    min-width: 150px;
    text-align: center;
    margin: 1px;
}

    #div-map-point-count.error {
        background-color: #e54a4a
    }

#div-map-features-count {
    font-family: Helvetica, Arial, sans-serif;
    bottom: 45px;
    font-size: 10px;
    right: 8px;
    z-index: 9999;
    position: absolute;
    background-color: #009ff1;
    box-shadow: 0px 5px 15px rgba(111,206,255,0.9);
    border-radius: 0px;
    color: #eee;
    min-width: 150px;
    text-align: center;
    margin: 1px;
}

#mapContent #show-div-panel-info {
    margin-top: 30px;
}

@media screen and (max-width: 400px) {
    #div-map-area-error {
        width: 60%;
    }

    #div-map-max-count {
        width: 40%;
    }
}

@media screen and (max-width: 500px) {
    #div-map-area-error {
        width: 70%;
    }

    #div-map-max-count {
        width: 50%;
    }
}

.control.hidden {
    display: none;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(5,0,0,0.1); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: white;
    background: url(images/loading2.gif) no-repeat center center;
    height: 100px;
    width: 100%; /* Could be more or less, depending on screen size */
    position: fixed; /* or absolute */
    top: 50%;
}
/* The Modal (background) */
.modalAddress {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(5,0,0,0.1); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-address {
    background-color: white;
    background: url(images/loader.gif) no-repeat center center;
    height: 100px;
    width: 100%; /* Could be more or less, depending on screen size */
    position: fixed; /* or absolute */
    top: 50%;
}

.div-map-recapitulation {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 90%;
}

#idChangeCheckbox label {
    margin-left: 32px;
}

/* Tooltip container */
.tooltipIcon {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltipIcon .tooltipIcontext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        font-family: Arial;
        font-size: 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
        margin-bottom: 5px;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltipIcon:hover .tooltipIcontext {
        visibility: visible;
    }

    .tooltipIcon .tooltipIcontext::after {
        content: " ";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

    .tooltipIcon .tooltipIcontextIdent {
        visibility: hidden;
        width: 200px;
        background-color: #fff;
        color: #9ba0a6;
        box-shadow: 0 18px 30px rgba(0,23,74,0.1);
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        font-family: Arial;
        font-size: 13px;
        border: 1px solid #e8ecf1;
        border-radius: 1px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -100px;
        margin-bottom: 5px;
    }
    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltipIcon:hover .tooltipIcontextIdent {
        visibility: visible;
    }

    .tooltipIcon .tooltipIcontextIdent::after {
        content: " ";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border: 1px solid #e8ecf1;
    }

.error .single.selectize-control .selectize-input {
    border-color: red;
}

#addressValMsg {
    display: none;
}

.div-product-version-box {
    position: relative;
}

.div-product-version {
    position: absolute;
    bottom: 5px;
    right: 0px;
    font-size: 6px;
    margin: 0;
    line-height: 10px;
}

#div-post-address p {
    font-size: 12px;
    font-style: italic;
    padding-top: 10px;
    color: red;
}

/* The OverlayVector (background) */
.overlayVector {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: rgb(101, 112, 126);
    background-color: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlayVector-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlayVector a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

    .overlayVector a:hover, .overlayVector a:focus {
        color: #f1f1f1;
    }

.overlayVector .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* Modal Content-Box */
.modal-content-import-drawings {
    background-color: white;
    background: url(images/loader-vector.gif) no-repeat center center;
    min-height: 150px;
    height: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    position: fixed; /* or absolute */
    top: 40%;
}

#div-map-vector-upload-info {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    border: 1px outset silver;
    padding: 20px;
    margin-bottom: 20px;
}

    #div-map-vector-upload-info ul {
        list-style-type: square;
    }

#div-map-vector-upload {
    padding: 40px;
    margin: 0 auto;
    width: 60%;
    background-color: white;
    min-height: 300px;
    height: auto;
    box-shadow: 0 18px 30px rgba(0,23,74,0.1);
}

#div-map-vector-upload-message {
    margin: 0 auto;
    width: 50%;
}

#input-vector-file {
    display: none;
}

#input-vector-file-label {
    display: inline-block;
    min-height: 60px;
    width: 250px;
    padding-top: 19px;
    color: white;
}

    #input-vector-file-label:hover {
        color: black;
    }

#a-href-remove-drawing-file {
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    padding-top: 10px;
    color: crimson;
    cursor: pointer;
}

.img-change-localization {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    cursor: pointer;
}

.div-info-panel {
    width: 100%;
    position: fixed;
    display: block;
    bottom: 0;
    right: 0;
    z-index: 999;
    margin: 0;
    color: white;
}

    .div-info-panel p {
        padding: 8px;
        text-align: center;
        background-color: rgba(0,0,0,0.8);
        color: white;
        margin: 0;
        font-style: normal;
    }

.div-info-panel-close-btn {
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
}

    .div-info-panel-close-btn:hover {
        background: #12b3e4;
    }

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,140,255, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    font-size: 25px;
    font-family: Arial, sans-serif;
    color: white;
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

    .overlay-content h1 {
        color: white;
    }

.overlay img {
    margin: auto;
    margin-top: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

    .overlay img:hover, .overlay img:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 17px;
    right: 17px;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: white;
    color: #00afef;
    box-shadow: 0 5px 15px rgba(111,206,255,0.5);
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
}

    .overlay .closebtn:before {
        display: inline-block;
        font: normal normal normal 14px/1 'icons';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\EA03';
        position: relative;
        top: -2px;
        width: 18px;
        height: 18px;
        color: #00afef;
        font-size: 18px;
        vertical-align: middle;
    }

@media screen and (min-width: 1200px) {
    #mapContent fieldset {
        padding: 5px 30px;
    }
}

@media screen and (max-height: 600px) {
    .overlay {
        overflow-y: auto;
    }

    .img-change-localization {
        width: 60px;
    }
}

@media screen and (max-width: 450px) {
    .overlay {
        overflow-y: auto;
    }
}

header .localization {
    position: absolute;
    top: 17px;
    left: 17px;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #00afef;
    border-radius: 50%;
    cursor: pointer;
}

    header .localization:before {
        display: inline-block;
        font: normal normal normal 16px/1 'icomoon';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e80b';
        position: relative;
        top: -2px;
        width: 18px;
        height: 18px;
        color: #fff;
        font-size: 18px;
        vertical-align: middle;
    }






#divErrorPage {
    height: 60vh;
}

    #divErrorPage .divErrorPage {
        position: relative;
        left: 50%;
        top: 35%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.divErrorPage {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .divErrorPage .page-Error {
        position: relative;
        height: 200px;
        margin: 0px auto 20px;
        z-index: -1;
    }

        .divErrorPage .page-Error h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 180px;
            font-weight: 200;
            margin: 0px;
            color: #211b19;
            text-transform: uppercase;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .divErrorPage .page-Error h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 28px;
            font-weight: 400;
            text-transform: uppercase;
            color: #211b19;
            background: #fff;
            padding: 10px 5px;
            margin: auto;
            display: inline-block;
            position: absolute;
            bottom: 0px;
            left: 0;
            right: 0;
        }

    .divErrorPage a {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        padding: 13px 23px;
        background: black;
        font-size: 18px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .divErrorPage a:hover {
            color: black;
            background: white;
        }

@media only screen and (max-width: 767px) {
    .divErrorPage .page-Error {
        height: 148px;
        margin: 0px auto 10px;
    }

        .divErrorPage .page-Error h1 {
            font-size: 112px;
        }

        .divErrorPage .page-Error h2 {
            font-size: 16px;
        }
}

@media only screen and (max-width: 480px) {
    .divErrorPage .page-Error {
        height: 148px;
        margin: 0px auto 10px;
    }

        .divErrorPage .page-Error h1 {
            font-size: 60px;
        }

        .divErrorPage .page-Error h2 {
            font-size: 12px;
        }

    .divErrorPage a {
        padding: 7px 15px;
        font-size: 14px;
    }
}

.input-loading {
    background-color: #ffffff;
    background-image: url("http://loadinggif.com/images/image-selection/3.gif");
    background-size: 20px 20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.imgHelpHover {
    width: 80%;
}

.href-dotted-style {
    text-decoration: none;
    border-bottom: #808080 2px dotted;
    font-style: italic;
    font-weight: bold;
    color: #808080;
}

    .href-dotted-style:hover {
        border-bottom: rgba(255, 10, 0, 0.6) 2px dotted;
        color: rgba(255, 10, 0, 0.6);
    }



.popup {
    display: inline-block;
}

    .popup .popuptext {
        visibility: hidden;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 30em;
        height: 18em;
        margin-top: -9em; /*set to a negative number 1/2 of your height*/
        margin-left: -15em; /*set to a negative number 1/2 of your width*/
        color: white;
    }

        .popup .popuptext textarea {
            resize: none;
            overflow: hidden;
            width: 200px;
            height: 150px;
            min-height: 50px;
            max-height: 250px;
            overflow-x: auto;
            color: black;
        }

    .popup .show {
        visibility: visible;
    }

#overlayMapCoordinates {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); /* Black background with opacity */
    z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#div-panel-addCoordinates-error {
    display: none;
    font-size: 12px;
    margin-top: 15px;
    width: 80%;
}

#map:-webkit-full-screen {
    height: 100%;
    margin: 0;
}

    #map:-webkit-full-screen .map-definition {
        height: 1000px;
    }

    #map:-webkit-full-screen #div-map-area-error {
        top: 50px;
    }

#map:-ms-fullscreen .map-definition {
    height: 1000px;
}

#map:-ms-fullscreen #div-map-area-error {
    top: 50px;
    left: 10%;
}

#map:fullscreen {
    height: 100%;
}

    #map:fullscreen .map-definition {
        height: 1000px;
    }

    #map:fullscreen #div-map-area-error {
        top: 50px;
    }

.div-panel-absolute-drawing {
    position: absolute;
    top: 10px;
    left: 10%;
}

#overlayMap {
    visibility: hidden;
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 100%);
    overflow: hidden;
}

    #overlayMap #div-overlay-text {
        color: white;
        line-height: 1.2;
        text-align: center;
        font-size: 4rem;
        font-weight: bold;
        margin-top: 10px;
    }

    #overlayMap #div-map-area-error {
        left: 10%;
    }

    #overlayMap .div-drawing {
        margin: 0 auto;
        text-align: center;
        padding-top: 15px;
        max-width: 700px;
    }

        #overlayMap .div-drawing a {
            /*max-width: 70px;*/
        }

    #overlayMap body {
        overflow: hidden;
    }

.fullmap-view {
    height: 100%;
}

#div-overlay-map-content {
    margin: 0 auto;
    width: 95%;
    height: 80%;
}

@media only screen and (max-width: 767px) {
    #div-overlay-map-content {
        height: 70%;
    }
}

@media only screen and (max-width: 460px) {
    #div-overlay-map-content {
        height: 60%;
    }
}

.ol-custom {
    z-index: 1000;
    top: .5em;
    right: .5em;
    float: right;
}

#button-expand-map {
    line-height: 25px;
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 2px;
    background-color: #009ff1;
    cursor: pointer;
}


.flex-row {
    display: flex;
    flex: 1 1 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-col {
    margin: 6px;
    background-color: black;
    display: flex;
    justify-content: center;
    flex: 1 1 0px;
    flex-direction: column;
    color: white;
}

#div-vector-button-clear {
    display: inline;
    color: white;
    font-size: 15px;
    margin-left: 10px;
}

    #div-vector-button-clear span {
        font-family: icomoon;
    }


@media screen and (min-width: 769px) {
    .fieldset-group > .col.width-80 {
        width: 100%;
        max-width: 1000px;
    }

    .div-w-90p {
        width: 90% !important;
    }

    .div-w-80p {
        width: 80% !important;
    }

    .div-w-70p {
        width: 70% !important;
    }

    .div-w-60p {
        width: 60% !important;
    }

    .div-w-40p {
        width: 40% !important;
    }

    .div-w-30p {
        width: 30% !important;
    }

    .div-w-20p {
        width: 20% !important;
    }

    .div-w-10p {
        width: 10% !important;
    }
}

.row .col90 {
    float: left;
    padding: 0 10px;
    width: 90px;
    box-sizing: border-box;
}

.parcel-choise {
    margin: 1px 1px;
    height: 15px;
    line-height: 15px;
    background-color: #fff;
    border-radius: 1px;
    box-shadow: 0 1px 5px rgba(33,33,33,0.3);
    border: 0;
    color: #1b4274;
    font-size: .9rem;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    text-shadow: none;
}

.parcel-choise-remove {
    color: rgba(255, 10, 0, 0.6);
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    float: right;
    cursor: pointer;
    font-size: .9rem;
    line-height: 15px;
}

.parcel-choise-remove-all {
    border: 1px solid silver;
    box-shadow: inset 0px 2px 3px rgba(0,72,114,0.04);
    padding: 5px;
    margin: 5px;
    text-align: center;
    padding-left: 10px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

    .parcel-choise-remove-all:hover {
        color: silver;
        border-color: black;
    }

.help-i {
    font-size: 10px;
    font-size: 1.1rem;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

form .control.no-padding {
    padding: 0;
}

form .control.no-margin {
    margin: 0;
}

table.table-detection {
    border: none;
}

    table.table-detection th, table.table-detection td {
        border: none;
    }

.wind-panel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

    .wind-panel .wind-panel-close {
        margin: 15px 15px 5px 15px;
        color: black;
        text-decoration: none;
        cursor: pointer;
        font-size: 10px;
        font-weight: bold;
    }

    .wind-panel .div-info-error-panel {
        text-align: left !important;
        background-color: #e57373;
        color: white;
        padding: 15px;
        box-shadow: 0px 5px 10px #e57373;
        text-align: center;
        margin: 5px 0px 0px 15px;
        font-size: 1.2rem;
        float: left;
        width: 75%;
    }

#fileSizeInfo {
    font-style: italic;
    font-weight: bold;
    color: silver;
    font-size: 1.1rem;
}

#table-parcels {
    border-spacing: 0;
    border: none;
    border-collapse: collapse;
    padding: 5px;
    margin: 10px auto;
    width: 100%;
}

    #table-parcels tr {
        border: none;
        padding: 5px;
    }

.table-parcels-td-colspan {
    padding: 5px;
    text-align: center;
    border: none;
    box-shadow: inset 0px 2px 3px rgba(0,72,114,0.04);
}

.table-parcels-td-ku {
    width: 100%;
    border: none;
    padding: 5px;
    box-shadow: inset 0px 2px 3px rgba(0,72,114,0.04);
}

.table-parcels-td-parcel {
    width: 100%;
    border: none;
    padding: 5px;
    box-shadow: inset 0px 2px 3px rgba(0,72,114,0.04);
}

#div-add-build-button {
    background-color: #00afef;
    margin: 0 auto;
    text-align: center;
    color: white;
    height: 33px;
    line-height: 33px;
    margin-top: 30px;
    border-bottom: 3px #00afef solid;
    cursor: pointer;
}

    #div-add-build-button:hover {
        color: #00afef;
        background-color: #fff;
        border-bottom: 3px rgba(0, 0, 0, 1) solid;
    }

.span-builds-remove-icon {
    float: right;
    color: #00afef;
    cursor: pointer;
}

.div-builds-item {
    border-bottom: 1px solid #e7e8e9;
    padding: 10px 0;
}

form .text-input textarea {
    padding-top: 7px;
    padding-bottom: 7px;
    height: 36px;
    border-color: #bfbfc1;
    color: #090909;
    font-size: 19.8px;
    font-size: 1.3rem;
}

textarea:focus {
    outline: none !important;
    border-color: rgba(191, 42, 52, 1);
    box-shadow: inset 0 2px 3px rgba(191, 42, 52,0.04), 0 0 3px rgba(191, 42, 52,0.55);
}

.div-original-response {
    width: 500px;
    margin: 10px auto;
    text-align: left;
}


/* The OverlayVector (background) */
.overlayParcelsView {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlayParcelsView-content {
    position: relative;
    top: 5%;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.overlayParcelsView a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

    .overlayParcelsView a:hover, .overlayParcelsView a:focus {
        color: #f1f1f1;
    }

.overlayParcelsView .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

#div-selected-parcels span {
    font-weight: bold;
    color: black;
    cursor: pointer;
    font-size: .9rem
}

    #div-selected-parcels span:hover {
        font-weight: bold;
        color: red;
        cursor: pointer;
    }



#table-gopay-logos {
    border: none;
    margin: 5px;
    background-color: #e8f9ff;
    padding: 20px;
}

    #table-gopay-logos tr td {
        border: none;
        padding: 10px;
        text-align: center;
    }

.img-gopay-logo {
    max-width: 60px;
}

.td-gopay-text {
    font-size: .9rem;
    font-weight: bold;
    color: #268fb5;
}

.control-zoom-to-features {
    top: 10px;
    right: .5em;
    font-family: icomoon;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: central;
    font-size: 2rem;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

    .control-zoom-to-features div {
        background-color: #009ff1;
        cursor: pointer;
    }

.control-map-full-screen {
    top: 60px;
    right: .5em;
    font-family: icomoon;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: central;
    font-size: 2rem;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

    .control-map-full-screen div {
        background-color: #009ff1;
        cursor: pointer;
    }




@media screen and (max-width: 500px) {
    .fieldset-parcel-detection-overlay {
        padding-top: 150px !important;
        width: 90%;
    }

    .div-map-choose-type .div-map-choose-type-circle {
        display: none;
    }
}


.btn-ico-search {
    height: 36px !important;
    line-height: 36px !important;
    margin-top: 30px;
}