/* 
    Document   : style
    Created on : 2014-10-09, 12:03:43
    Author     : mzieba
    Description:
        Purpose of the stylesheet follows.
*/

:root {
    display: block;
    overflow: hidden;
}

html {
    -webkit-text-size-adjust: none;
    font-size: 10px;
    background-color: rgba(36, 39, 41, 1);/*nat*/
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    /* font-size: 100%; */
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    font-size: 1.6rem;
    font-weight: normal;
}

html {
    overflow: hidden;
}

body {
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
}

/* scrollBar */
::-webkit-scrollbar {
    background-color: rgba(25, 27, 29, 0.55);
    width: 1.5%;
    /* margin-right: 1%; */
}
::-webkit-scrollbar-thumb{
    background-color: rgba(200, 200, 200, 0.95);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}


/* reset obramowki */
a:focus, button:focus {box-shadow: none !important;}
*:focus {outline:none !important}
*:active {
   outline:none !important;
}
*{
     -webkit-tap-highlight-color: rgba(0,0,0,0); 
     -webkit-tap-highlight-color: transparent; 
     -moz-user-select: none;
     -webkit-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
}

#header {
    height: 50px;
    min-width: 550px;
    width: 40%;
}


/* .logo {
    height: 34px;
    padding-top: 6px;
    width: 50px;
} */

.logo:hover {
    cursor: pointer;
}

#city {
    color: #676767;
    float: left;
    font-family: Verdana, sans-serif;
    font-size: 3rem;
    margin: 5px 0px 0px 15px;
}


/* klasak newnew */
#toolbar22 {
    /* position: absolute; */
    top: 5px;
    display: none;
    left: 55px;
}

/* klasak newnew */
#level {
    display: none;
    width: 150px;
    vertical-align: text-bottom;
}





#wrapper {
    height: 100%;
    position: fixed;
    width: 100%;
}

#transformation {
    top: 0px;
    width: 100%;
    position: absolute;
    height: 100%;
    pointer-events: none;
    user-select: none;
}

#cesiumcont {
    top: 0px;
    width: 100%;
    height: 100%;
}

#linkField {
    width: 400px;
    height: 20px;
    color: #676767;
    font-size: 1.2rem;
    border: 1px solid #bdbdbd;
}

.ui-button-text {
    display: none;
}

.ui-widget-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-origin: padding-box;
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: auto auto;
    color: #676767;
    text-align: justify;
    font-family: "Arial";
    font-size: 1.3rem;
    overflow: hidden;
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

#success {
    padding: 0;
    margin: 0;
}

.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding-top: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 50px !important;
    overflow: hidden;
}

.ui-widget-header {
    border-bottom: 1px solid #bdbdbd;
    margin: 5px 15px;
    color: #676767;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.5em 0em;
    position: relative;
    font-size: 1.3rem;
    font-weight: bold;
}

.ui-icon {
    display: block;
    height: 20px;
    width: 20px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-header .ui-icon {
    background: url(../images/close2.png) no-repeat 0px 0px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 45%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.streetview {
    width: 512px;
    height: 512px;
    position: absolute;
    top: 100px;
    left: 175px;
    background-color: #ffffff;
    padding: 3px;
    visibility: hidden;
    z-index: 9998;
}

#close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    right: 3px;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    background-image: url('../images/close2.png');
    z-index: 9999;
}


/* ==========================================================================
  JS PLUGINS CSS
  ========================================================================== */


/* Image Reveal */

.imageReveal img {
    display: none;
}

.imageReveal-overlay,
.imageReveal-background {
    left: 0px;
    position: absolute;
    top: 0px;
}

.imageReveal-overlay {
    overflow: hidden;
    z-index: 2;
}

.imageReveal-drag {
    pointer-events: all;
    background-color: #ffffff;
    cursor: ew-resize;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    position: absolute;
    right: 50%;
    left: 50%;
    top: 0;
    width: 1px !important;
    z-index: 1009;
    height: 100% !important;
}

.imageReveal-drag:hover {
    cursor: ew-resize;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.imageReveal-drag.dragging:hover {
    cursor: ew-resize;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.imageReveal-drag span {
    background: rgba(36, 39, 41, 0.85);
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 1.3rem;
    left: 30px;
    line-height: 32px;
    min-width: 110px;
    padding: 0 10px;
    position: absolute;
    top: 49%;
    text-align: center;
}

.imageReveal-caption {
    color: #fff;
    font-size: 1.4rem;
    left: 20px;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    top: 20px;
    z-index: 11;
    /* -webkit-transition(opacity .3s ease-in-out);
	-moz-transition(opacity .3s ease-in-out);
	-o-transition(opacity .3s ease-in-out);
	transition(opacity .3s ease-in-out); */
}

.imageReveal-caption.capt1 {
    opacity: 0.7;
}

.imageReveal-caption.capt2 {
    left: auto;
    right: 20px;
    opacity: 0.3;
}
/* nat start */
.slider-button {
    position: fixed;
    /* background: url('../images/arrow3.png') no-repeat center center; */
    border: solid 1px #ffffff;
    /* border-bottom-left-radius: 50%; */
    /* border-bottom-right-radius: 50%; */
    /* border-top-left-radius: 50%; */
    /* border-top-right-radius: 50%; */
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
    left: calc(50% - 2.5rem);
    /* position: absolute; */
    text-align: center;
    top: 48%;
    width: 50px;
    z-index: 1012;
}
/* nat end */
.slider-button svg{
    fill:#fff;
    margin: 0 auto;
    padding: 0;
    width: 48px;
    height: 50px;
    transform: translateX(14%) translateY(38%) scale(1.15);
}




/* ------ NAVIGATOR ---------- */

.navi-container {
    display: block;
    position: absolute;
    top: 40px;
    right: 15px;
    transform: scale(0.95)
}

.navi {
    flex-direction: column;
    height: 8rem;
    width: 8rem;
    background-color: rgba(36, 39, 41, 0.85);
    border-radius: 50%;
    display: flex;
    clear: both;
    display: none;
}

/* .navi-content {
    color: #ffffff;
    height: 86px;
} */

.navi-content{
    height: 33.3%;
    color:#fff;
    /* text-align: center; */
    align-items: center;
    display: inline-flex
   
}

.control-text a {
    font-family: Arial;
    font-size: 1.4rem;
}

.navi-content .active {
    color: #22a7f0;
    font-weight: bold;
}

.activeSvg{
    fill: #22a7f0 !important;
}

.navi-content_center{
display: inline-flex;
justify-content: space-evenly;
}
.navi-content_top,
.navi-content_button{
    align-self: center;
    align-items: center!important;
}

.control {
    cursor: pointer;
}

/* .control-north-mini {
    left: 36px;
    margin-bottom: 0;
    position: relative;
    top: 9px;
    color: #ffffff;
}

.control-west-mini {
    left: 6px;
    margin-bottom: 0;
    position: relative;
    top: 26px;
    color: #ffffff;
}

.control-east-mini {
    left: 64px;
    position: relative;
    top: 0px;
    color: #ffffff;
}

.control-south-mini {
    left: 36px;
    margin-bottom: 0;
    position: relative;
    top: 16px;
    color: #ffffff;
}


.control-centre-mini {
    cursor: pointer;
    left: 28px;
    margin-bottom: 0;
    position: relative;
    top: 13px;
}

.control-text {
    font-family: Arial, sans-serif;
    line-height: 10px;
}

.navi-content a {
    background-repeat: no-repeat;
    display: block;
} */

.control-direction {
    /* background-image: url("../images/eye.png");
    height: 16px;
    width: 26px; */
    z-index: 1001;
}

.control-direction svg{
    fill:  #fff;
    width: 3.5rem;
    height: 3rem;
    /* text-align: center; */
    display: inline-block;
    margin: 0 auto;
    transform: translateX(-13%) translateY(2%);
}

/* .navi-content a.control-direction:hover,
.navi-content .active a.control-direction {
    background-position: 0px -16px;
} */


/* ------ ZOOM ---------- */

.navigationButton {
    width: 3.5rem;
    height: 3.5rem;
    right: 3.6rem;
    background-color: rgba(34, 34, 34, 0.85);
}

.navigationButton:hover {
    cursor: pointer;
}
#rotate svg{
    fill: #fff;
    padding: 0;
    width: 4rem;
    height: 4rem;
    transform: translateX(-5%) translateY(15%) scale(0.82);
}

.zoom-container {
    display: block;
    margin: 1.5rem 2.2rem 0rem 0rem;
    width: 3.5rem;
    float: right;
}

#northSignContainer {
    /* top: 210px; */
    margin-top: 0.5rem;
    padding-top: 0.1rem;
}

#languageSelectButton {
    margin-top: 5px;
}

.langSelect {
    position: relative;
    top: 7px;
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 1.6rem;
}

#zoomIn {
    /*top: 130px;    */
    border-bottom: 1px solid #9a9c9d;
}

/* #zoomOut {
    top: 166px;   
} */

#zoomIn,
#zoomOut {
    color: white;
    font-size: 2.6rem;
    vertical-align: middle;
    display: inline-block;
    font-weight: 300;
    text-align: center;
}

.ol-zoomslider {
    background: #fff !important;
    background: url('../images/slider-background.png') no-repeat !important;
    border: 2px solid #92989b;
    border-radius: 0px !important;
    height: 119px !important;
    margin: 148px 0px 0px 0px;
    width: 6px !important;
}

.ol-zoom.ol-unselectable.ol-control {
    background: none !important;
}

.ol-control button {
    background-color: rgba(36, 39, 41, 0.85) !important;
    border: none;
    color: #ffffff !important;
    display: block;
    font-size: 1.7rem;
    height: 30px;
    padding: 0px;
    /* vertical-align: middle; */
    width: 30px;
}

.ol-zoom {
    float: right;
    margin: 115px 45px 10px 0px;
}

.ol-zoom-in {
    cursor: pointer;
    margin: 0px 0px 0px 0px;
}

.ol-zoom-out {
    border-top: 1px solid #9f9b9c !important;
    cursor: pointer;
}

.ol-zoomslider-thumb {
    background-position: center center;
    background: none !important;
    border: 2px solid #0d587f;
    height: 5px !important;
    margin-left: -4px !important;
    position: relative;
    top: 0px;
    width: 14px !important;
}


/* ------------ VIEW FROM 5 sites --------------- */

.window-view-button {
    background-color: rgba(36, 39, 41, 0.85);
    background-repeat: no-repeat;
    bottom: 75px;
    cursor: pointer;
    height: 56px;
    left: 5rem;
    position: absolute;
    width: 30px;
    z-index: 11;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    border-left: 1px solid #242424;
}

.button-views {
    background: url('../images/arrow-v3.png') no-repeat;
    height: 13px;
    margin: 20px 0px 0px 8px;
    width: 13px;
    background-position: 0px -13px;
}
.button-views.activated{
    background-position: 0px 0px;
}

.window-view {
    background-color: rgba(36, 39, 41, 0.85);
    height: 100%;
    position: fixed;
    width: 15%;
    /* min-width: 210px; */
    min-height: 660px;
    /* -webkit-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.6); */
    z-index: 1002;
    left: -15%;
    display: block;
}
.window-view-corridor {
    background-color: rgba(36, 39, 41, 0.85);
    height: 100%;
    position: fixed;
    width: 15%;
    /* min-width: 210px; */
    min-height: 660px;
    /* -webkit-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.6); */
    z-index: 1002;
    left: -20%;
    display: block;
}

.single-view {
    clear: both;
    height: 19.5%;
    margin-top: 2%;
    margin-right: 0%;
    margin-bottom: 2%;
    margin-left: 1.5%;
    width: 98%;
    /* min-width: 190px; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.single-view-corridor {
    clear: both;
    height: 32%;
    margin-top: 2%;
    margin-right: 0%;
    margin-bottom: 2%;
    margin-left: 1.5%;
    width: 98%;
    /* min-width: 190px; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.close {
    background: url('../images/close.png') center center no-repeat;
    cursor: pointer;
    float: right;
    height: 14px;
    position: relative;
    top: -15px;
    width: 16px;
}

.text-site {
    position: absolute;
    background-color: rgba(36, 39, 41, 0.85);
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 1rem;
    height: 1.5rem;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 100%;
    /* width: 63px; */
    z-index: 999;
}

.activeMiniMap {
    background-color: #22a7f0
}

/* .active {
    background-position-y: -27px
}

.single-view .active {
    background-position-y: -27px
}

.view_compare .active {
    background-position-y: -27px
}

.view_double .active {
    background-position-y: -27px
}

.measure_distance .active {
    background-position-y: -27px
}

.height_distance .active {
    background-position-y: -27px
} */
/* .facade .active {
    background-position-y: -27px
} */

/* .area_measure .active {
    background-position-y: -27px
}
.intersection_measure .active {
    background-position-y: -27px
} */

.marker {
    background-image: url("../images/marker.png");
    height: 32px;
    left: -7px;
    position: relative;
    top: -7px;
    width: 32px;
}

.marker-small {
    background-image: url("../images/marker-small.png");
    height: 16px;
    left: 50%;
    position: relative;
    top: 35%;
    width: 16px;
    z-index: 1005;
}


/*-----------WYSZUKIWARKA -------
.search {    
    float: left;
}

input.search-submit {
    background: url('../images/search-button.png') no-repeat; 
    border: none;
    cursor: pointer;
    height: 16px;   
    width: 16px;      
}

#search-input {
    border: 1px #676767 solid;
    color: #908f8f;    
    font-size: 1.1rem;
    font-family: Tahoma;
    height: 28px;
    margin: 8px 0px 0px 20px;   
    width: 250px;
    padding-left: 10px;
}
*/


/* ---------- MENU ------------*/

#toolbar {
    background-color: rgba(36, 39, 41, 0.9);
    display: block;
    height: auto;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 5rem;
    z-index: 1000;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.6);
}

.toolbar-button {
    cursor: pointer;
    height: 3.4rem;
    padding-top: 0.6rem;
    /* width: 50px; */
    width: 100%;
}

.toolbar-button-polnoc {
    height: 34px;
    padding-top: 6px;
    width: 50px;
}

.toolbar-button-polnoc:hover {
    cursor: pointer;
}

.toolbar-button:hover {
    /* background-color:#e0e0e0; */
    background-color: #ffffff;
}

.search,
.searchOl,
.measure,
.view,
.transfer,
.fullscreen,
.street_line,
.home,
.layers,
.documents,
.cienie,
.point-cloud,
.poi,
/* .naPolnoc, */
.logowanie,
.ewidencja,
.jasnosc,
.inspection,
.vegetation,
.corridor,
.streets,
.inout_export,
.inout_import,
.inout_share,
.inout_wms,
.measure_area,
.measure_clear,
.measure_distance,
.view_single,
.view_compare,
.view_double,
.view_reverse,
.area_measure,
.intersection_measure,
.manual,
.logout,
.facade,
.height_distance,
.show-icon-toolbar,/*nat 13/07*/
.contrast/*nat 17/08*/ {
    cursor: pointer;
    height: 2.7rem;
    transition-property: background-position;
    display: block;
}
/* .search:hover,
.searchOl:hover,
.measure:hover,
.view:hover,
.transfer:hover,
.ewidencja:hover,
.jasnosc:hover,
.tiffImport:hover,  
.facade:hover,
.inspection:hover,
.vegetation:hover,
.corridor:hover,
.streets:hover,
.fullscreen:hover,
.street_line:hover,
.home:hover,
.layers:hover,
.documents:hover,
.cienie:hover,
.point-cloud:hover,
.poi:hover,
.inout_export:hover,
.inout_import:hover,
.inout_share:hover,
.inout_wms:hover,
.measure_area:hover,
.measure_clear:hover,
.measure_distance:hover,
.view_single:hover,
.view_compare:hover,
.view_double:hover,
.view_reverse:hover,
.area_measure:hover,
.intersection_measure:hover,
.height_distance:hover,
.logout:hover,
.manual:hover {
    background-position-y: -27px;
}

.search,
.searchOl {
    background: url('../images/search.png') top center no-repeat;
}

.measure {
    background: url('../images/measure.png') top center no-repeat;
}

.view {
    background: url('../images/view.png') top center no-repeat;
}

.fullscreen {
    background: url('../images/fullscreen.png') top center no-repeat;
}

.home {
    background: url('../images/home.png') top center no-repeat;
}

.manual {
    background: url('../images/manual.png') top center no-repeat;
    height: 27px
}

.logout {
    background: url('../images/log-out.png') top center no-repeat;
    height: 27px
}

.layers {
    background: url('../images/layers.png') top center no-repeat;
}
.documents {
    background: url('../images/documents.png') top center no-repeat;
}

.transfer {
    background: url('../images/transfer.png') top center no-repeat;
}

.cienie {
    background: url('../images/cienie.png') top center no-repeat;
}

.point-cloud {
    background: url('../images/point-cloud.png') top center no-repeat;
}

.poi {
    background: url('../images/poi.png') top center no-repeat;
}

.logowanie {
    background: url('../images/user.png') top center no-repeat;
}
.jasnosc {
    background: url('../images/jasnosc.png') top center no-repeat;
    cursor: pointer;
    transition-property: background-position;
}
.skala {
    background: url('../images/skala.png') top center no-repeat;
    cursor: pointer;
    height: 32px;
    transition-property: background-position;
}
.tiffImport {
    background: url('../images/tiff_import.png') top center no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    left: 0xp;
    right: 0px;
    height: 27px;
} */
/* .facade {
    background-image: url('../images/elewacja.png');
    background-repeat: no-repeat;
    background-position-x: center;
}
.naPolnoc {
    background: url('../images/navigator-v1.png') top center no-repeat;
    margin-top: 4px;
}

.street_line {
    background: url('../images/roads.png') top center no-repeat;
}

.ewidencja {
    background: url('../images/ewidencja.png') top center no-repeat;
}
.inspection {
    background: url('../images/inspection.png') top center no-repeat;
}
.corridor {
    background: url('../images/corridor.png') top center no-repeat;
}
.vegetation {
    background: url('../images/vegetation.png') top center no-repeat;
}

.streets {
    background: url('../images/roads.png') top center no-repeat;
}

.inout_export {
    background: url('../images/inout_export.png') top center no-repeat;
}

.inout_import {
    background: url('../images/inout_import.png') top center no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    left: 0xp;
    right: 0px;
}

.inout_share {
    background: url('../images/inout_share.png') top center no-repeat;
}

.inout_wms {
    background: url('../images/inout_wms.png') top center no-repeat;
}

.measure_area {
    background: url('../images/measure_area.png') top center no-repeat;
}

.measure_clear {
    background: url('../images/measure_clear.png') top center no-repeat;
} */

/* .measure_distance {
    background-image: url('../images/measure_distance.png');
    background-repeat: no-repeat;
    background-position-x: center;
}

.height_distance {
    background-image: url('../images/measure_height.png');
    background-repeat: no-repeat;
    background-position-x: center;
}

.area_measure {
    background-image: url('../images/measure_area.png');
    background-repeat: no-repeat;
    background-position-x: center;
}
.intersection_measure {
    background-image: url('../images/measure_profile.png');
    background-repeat: no-repeat;
    background-position-x: center;
}

.view_compare {
    background-image: url('../images/view_compare.png');
    background-repeat: no-repeat;
    background-position-x: center;
}

.view_single {
    background-image: url('../images/view_single.png');
    background-repeat: no-repeat;
    background-position-x: center;
}

.view_double {
    background-image: url('../images/view_double.png');
    background-repeat: no-repeat;
    background-position-x: center;
}

.view_reverse {
    background-image: url('../images/view_reverse.png');
    background-repeat: no-repeat;
    background-position-x: center;
} */

/* .active .search,
.toolbar-button:hover .search,
.active .measure,
.toolbar-button:hover .measure,
.active .view,
.toolbar-button:hover .view,
.active .fullscreen,
.toolbar-button:hover .fullscreen,
.active .layers,
.toolbar-button:hover .layers,
.active .documents,
.toolbar-button:hover .documents,
.active .transfer,
.toolbar-button:hover .transfer,
.active .cienie,
.toolbar-button:hover .cienie,
.active .point-cloud,
.toolbar-button:hover .point-cloud,
.active .poi,
.toolbar-button:hover .poi,
.active .street_line,
.toolbar-button:hover .street_line,
.active .ewidencja,
.toolbar-button:hover .ewidencja,
.active .jasnosc,
.toolbar-button:hover .jasnosc,
.active .inspection,
.toolbar-button:hover .inspection,
.active .corridor,
.toolbar-button:hover
.vegetation,.active .vegetation,
.toolbar-button:hover .vegetation,
.active .streets,
.toolbar-button:hover .streets,
.active .home,
.toolbar-button:hover .home,
.toolbar-button:hover .logout,
.toolbar-button:hover .manual {
    background-position-y: -27px;
}

.active .searchOl,
.toolbar-button:hover .search {
    background-position-y: -27px;
} */

.nicemenu-item svg{
    fill: #fff;
}
.toolbar-button svg{
    text-align: center;
    }
.icon-nicemenu,
.toolbar-button svg{
    /* height: 27px; */
    height: 2.7rem;
    fill:#fff;
    /* width: 50px; */
    width: 5rem;
    
} 
.toolbar-button:hover svg,
.nicemenu-item:hover svg,
.nicemenu-item svg:focus,
.nicemenu-item.active svg,
.nicemenu-sub.active svg{
    fill:#000;
}
.toolbar-button span:hover,
.nicemenu-item .show-icon-toolbar:hover,
.nicemenu-item .show-icon-toolbar:focus,
.nicemenu-item.active .show-icon-toolbar {
    color:#000;
}

.navi-content a.control-direction svg:hover, .navi-content .active a.control-direction svg {
    fill:#22a7f0;
   
}

.task-panel {
    background-color: #ffffff;
    color: #222222;
    left: 50px;
    max-width: 80%;
    min-height: 40px;
    position: fixed;
    width: 330px;
}

.task-content {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    position: relative;
    width: 380px;
}

.boxscroll {
    max-height:350px;
    overflow: auto;
}

.task-wrapper {
    width: 100%;
    margin: 10px 0px 20px 25px;
}

.task-wrapper h2 {
    color: #222222;
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

.task-wrapper h2:after {
    background-color: #22a7f0;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    /*top: 30px;*/
    width: 90px;
}
.task-wrapper2 input[type=range] {
    height: 12px;
    -webkit-appearance: none;
    /* margin: 10px 0; */
    /* width: 70%; */
    width:58%;
    margin-left: 1px;

    background-image: url(../images/input_separator.png);
    background-size: 1.7px 8px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;

}

.task-wrapper2 input[type=range]:focus {
    outline: none;
}

.task-wrapper2 input[type=range]::-webkit-slider-runnable-track {
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #a6a6a6;
    border-radius: 1px;
    border: 0px solid #000000;
}

.task-wrapper2 input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 14px;
    width: 14px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

.task-wrapper2 input[type=range]:focus::-webkit-slider-runnable-track {
    background: #a6a6a6;
}

.task-wrapper2 input[type=range]::-moz-range-track {
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #a6a6a6;
    border-radius: 1px;
    border: 0px solid #000000;
}

.task-wrapper2 input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 17px;
    width: 17px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
}

.task-wrapper2 input[type=range]::-ms-track {
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.task-wrapper2 input[type=range]::-ms-fill-lower {
    background: #a6a6a6;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

.task-wrapper2 input[type=range]::-ms-fill-upper {
    background: #a6a6a6;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

.task-wrapper2 input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 17px;
    width: 17px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
}

.task-wrapper2 input[type=range]:focus::-ms-fill-lower {
    background: #a6a6a6;
}

.task-wrapper2 input[type=range]:focus::-ms-fill-upper {
    background: #a6a6a6;
}

.task-wrapper2 #date {
    margin-bottom: 10px;
    margin-left: 35px;
}
.task-wrapper2 {
    margin: 10px 0px 20px 25px;
}

#grayScale {
    width: 0;
    height: 0;
}


/* #graySwitch{
    left: -92px;
    top: 119px;
} */
.task-wrapper2 h2 {
    color: #222222;
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

.task-wrapper2 h2:after {
    background-color: #22a7f0;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    /*top: 30px;*/
    width: 90px;
}
#grayDiv {
    position: absolute;
    top: 47px;
    left: 230px;
}

/* #scaleSwitch{
    left: 124px;
    top: 47px;
} */

ul.layers-list {
    height: auto;
    margin-top: 7px;
    min-height: 80px;
    /* width: 325px; */
    width: 90%;
    /* max-width: 240px; */
}

ul.layers-list li {
    border-bottom: 1px solid #cccccc;    
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    line-height: 38px;    
}

ul.layers-list li.selected .draggableContainer, .draggableContainer:hover{
    background-color: #22a7f0;
    color: #ffffff;
}


.menu-content {
    height: 4rem;
    width: auto;
}

.menu-content .toolbar-button {
    display: inline-block;
    width: 4rem;
}

.first {
    margin-left: 5px;
}

.layers-range input[type='range'],
input[type='range']:focus,
input[type='range']:active,
input[type='range']::-moz-focus-inner,
input[type='range']:-moz-focusring {
    border: 1px solid red;
    outline: none;
    position: relative;
    -moz-transform: translateY(-10em);
}


.layers-range {
    color: #818181;
    display: inline-flex;
    align-items: center;
    font-size: 1.2rem;
    height: 2.5rem;
    /* margin-left: 10px; */
}

.layers-range input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    border: 1px solid #ffffff;
    /*required for proper track sizing in FF*/
    margin-left: 2px;
    margin-right: 2px;
    outline: none;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 40px;
    vertical-align: middle;
}

.selected .layers-range input[type=range] {
  /*  border: 1px solid #22a7f0;*/
}

input[type='range'],
input[type='range']:focus,
input[type='range']::-moz-focus-inner {
    border: 0 !important;
    -moz-outline-style: none;
    border-color: transparent;
    outline: none !important;
}

.layers-range input[type='range']::-moz-range-track {
    -moz-appearance: none;
    background-color: #818181;
    border: none;
    border-radius: 5px;
    box-shadow: 0;
    cursor: pointer;
    height: 1px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    /* -moz-transform: translateY(10em)*/
}

.layers-range input[type='range']::-moz-range-thumb {
    background-color: #818181;
    border: none;
    border-radius: 100%;
    box-shadow: 0;
    cursor: pointer;
    height: 10px;
    margin-top: -6px;
    outline-offset: -1px;
    vertical-align: middle;
    width: 10px;
    -moz-appearance: none;
    /*-moz-transform: translateY(10em);*/
}

input[type='range']::-moz-focusring {
    /*color: transparent;
	text-shadow: 0 0 0 #000;*/
    outline: 1px solid white;
    outline-offset: -1px;
}

.layers-range input[type='range']::-webkit-slider-runnable-track {
    appearance: none;
    background-color: #818181;
    border: none;
    border-radius: 5px;
    box-shadow: 0;
    cursor: pointer;
    height: 1px;
    vertical-align: middle;
    -webkit-appearance: none;
}

.layers-range input[type='range']::-webkit-slider-thumb {
    background-color: #818181;
    border: none;
    border-radius: 100%;
    box-shadow: 0;
    cursor: pointer;
    height: 10px;
    margin-top: -4px;
    vertical-align: middle;
    width: 10px;
    -webkit-appearance: none;
}

.layers-range input[type=range]::-ms-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.layers-range input[type=range]::-ms-fill-lower {
    background: #818181;
    border: 0px solid #818181;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #D0D0D0;
}

.layers-range input[type=range]::-ms-fill-upper {
    background: #818181;
    border: 0px solid #818181;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #D0D0D0;
}

.layers-range input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #818181;
    cursor: pointer;
}
/*
.selected .layers-range {
    color: #ffffff;
}

.selected .layers-range input[type='range']::-moz-range-track {
    background-color: #ffffff;
}

.selected .layers-range input[type='range']::-moz-range-thumb {
    background-color: #ffffff;
}

.selected .layers-range input[type='range']::-webkit-slider-runnable-track {
    background-color: #ffffff;
}

.selected .layers-range input[type='range']::-webkit-slider-thumb {
    background-color: #ffffff;
}
*/

/* --------------- WYSZUKIWARKA --------------- */

.search-input {
    border: 1px solid #c5c6c5;
    box-shadow: none !important;
    color: #676767;
    font-size: 11px;
    height: 26px;
    margin: 8px 0px 10px 25px;
    outline: none;
    padding: 0px 10px;
    width: 300px;
    -webkit-appearance: none;
    background-color: white;
}

.plot {
    /*width: 135px;*/
}


/* clears the 'X' from IE */

#search-input[type=search]::-ms-clear, .attribute .search-input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

#search-input[type=search]::-ms-reveal, .attribute .search-input[type=search]::-ms-reveal  {
    display: none;
    width: 0;
    height: 0;
}


/* clears the 'X' from Chrome */

#search-input::-webkit-search-decoration,
#search-input::-webkit-search-cancel-button,
#search-input::-webkit-search-results-button,
#search-input::-webkit-search-results-decoration,
.attribute .search-input::-webkit-search-decoration,
.attribute .search-input::-webkit-search-cancel-button,
.attribute .search-input::-webkit-search-results-button,
.attribute .search-input::-webkit-search-results-decoration {
    display: none;
}

#search-input:focus, .attribute .search-input:focus {
    outline: none;
    box-shadow: none;
    /* border: 1px solid #22a7f0; */
}



input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    content: url(../images/icon-close.png);
    width: 15px;
    height: 15px;
    cursor: pointer;
    right: 5px;
}


/*
 #searchSwitch {
	margin-left: 25px;
	margin-bottom: 10px;
 }
 #searchSwitch > span {
	 font-size: 1.1rem;
	 font-weight: 400;
 }
 
 #searchType {
	 background-color: #f7f7f7;
	 border: none;
	 font-size: 1.2rem;
	 font-weight: 400;
	 height: 30px;	 
	 margin-left: 45px;
	 padding: 0px 10px;
	 width: 140px;	 
 }
 
select option {
	border: none;
	padding-left: 10px;
	 
  }
  */

#searchSwitch {
    height: 30px;
    margin-left: 30px;
    /* margin-bottom: 10px; */
    /*top: 44px;
    position: absolute;*/
    left: 0px;
}

#searchSwitch>span {
    font-size: 1.1rem;
    font-weight: 400;
}

.cadastral-container {
    height: 3rem;
    margin-bottom: 10px;
    display: none;
}

#obrebSelectContainer {
    height: 3rem;
    outline: none;
    width: 250px;
    margin-left: 25px;
}

#obrebSelect {
    width: 250px;
    overflow: auto;
    /*border: 0.5px #22a7f0 solid;*/
}

.select-style {
    outline: none;
    height: 30px;
    border: none;
    background-color: #efefef;
    font-size: 1.2rem;
    font-family: "Lato", sans-serif;
    color: #222222;
}

#obrebSelect::-webkit-scrollbar {
    width: 5px;
    display: block !important;
}

#obrebSelect::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

#obrebSelect::-webkit-scrollbar-thumb {
    background: #818181;
    border-radius: 10px;
}

.icon_select_mate {
    position: absolute;
    top: 0px;
    right: -11%;
    font-size: 12px;
    /* height: 15px; */
    transition: all 275ms;
    transform: scale(0.6);
}

.select_mate {
    position: fixed;
    float: left;
    min-width: 135px;
    width: 135px;
    height: 28px;
    font-family: 'Lato';
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    background-color: #efefef;
    top: 40px;
    left: 19rem;
    border-radius: 1px;
    /* position: relative;
    min-width: 135px;
    width: 135px;
    height: 27px;
    font-family: 'Lato';
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    top: -4px;
    left: -46px;
    background-color: #efefef;
    float: right */
}

.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1;
}

.select_mate select option {
    padding-left: 15px;
}

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%;
}

.cont_select_int {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    transition: all 375ms ease-in-out;
}

.cont_select_int li {
    position: relative;
    float: left;
    width: 96%;
    border-bottom: 1px solid #E0E0E0;
    background-color: #ffffff;
    list-style-type: none;
    padding: 10px 10px;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
}



/* etiqueta <p> con la opcion selecionada  */

.selecionado_opcion {
    padding: 8px 10px;
    width: 96%;
    display: block;
    margin: 0px;
    cursor: pointer;
}

.cont_select_int li:hover {
    background-color: #f7f7f7;
}


/*
.layers-range input[type=range]::-webkit-slider-runnable-track {
    width: 50px;
    height: 4px;
    background: #ddd;
	border: none;
    border-radius: 1px;
}




.layers-range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #12283f;
    margin-top: -1px;
}
 */

 .text-left,
 .text-right {
     background: rgba(36, 39, 41, 0.85);
     bottom: 20px;
     color: #ffffff;
     cursor: pointer;
     font-size: 12px;
     font-weight: normal;
     height: 35px;
     line-height: 35px;
     position: absolute;
     text-align: center;
     vertical-align: middle;
     width: 90px;
     z-index: 1099;
 }

.text-left {
    left: -90px;
}

.text-right {
    left: 1px;
}


/* -----------------  BOTTOM    -------------------- */

#logo {
    position: relative;
    float: left;
    text-decoration: none;
    display: block;
}

#logo_idea img {
    bottom: 55px;
    left: 2px;
    max-width: 100px;
    position: absolute;
}

#logo img {
    bottom: 3px;
    left: 20px;
    max-width: 125px;
    position: absolute;
}

#poweredby {
    bottom: 0px;
    height: 25px;
    position: absolute;
    text-decoration: none;
    width: 10%;
    right: 5px;
}

#poweredby img {
    bottom: 2px;
    position: absolute;
    right: 10px;
}

#coordinates {
    max-width: 490px;
    right: 150px;
    position: absolute;
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
    vertical-align: bottom;
    color: #f7f7f7;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    z-index: 1009;
    bottom: 8px;
    margin-left: 15px;
}

#coordinates span:first-child {
    border: none;
    padding-left: 0px;
}

.coord {
    padding: 0px 10px 0px 10px;
    border-left: 1px rgba(255, 255, 255, .6);
    border-style: solid;
}

#footer {
    bottom: 5px;
    display: grid;
    grid-template-columns: 0fr 3.3fr 0.25fr;
    position: fixed;
    width: calc(100% - 5rem);
    z-index: 1008;
    left: 5rem;
}

.footer-gradient {
    /* background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.4)); */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: -5px;
    pointer-events: none;
}

#gradient {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0px;
    pointer-events: none;
}

#errorMessage {
    color: red;
    font-size: 1rem;
    margin: 0px 15px;
    display: block;
}

#wfsWmsPanel {
    display: none;
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 87px);
    width: 300px;
    padding: 10px 15px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    z-index: 7777;
}


#wPdfPanel{
    display: none;
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 87px);
    padding: 10px 15px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    z-index: 7777;
    width: 300px;
}

#exportToPdfOptions {
    display: none;
    margin: 15px 0 5px 0;

}

#exportToPdfOptions label{
    display: inline-block;
    margin-right: 3px;
    font-size: 1.4rem;
    text-align: right;
    width: 60px;
}
#exportToPdfOptions div{
    display: block;
    margin-top: 5px;
}
#exportToPdfOptions select{
    width: 105px;
}

#shapeSelection h2,
#wfsWmsPanel h2,
#wPdfPanel h2,
#descriptionSelection h2,
.attribute h2 {
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #434343;
    white-space: nowrap;
    position: relative;
}

#shapeSelection h2:after,
#wfsWmsPanel h2:after,
#wPdfPanel h2:after,
#descriptionSelection h2:after,
.attribute h2:after {
    background-color: #22a7f0;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    /*top: 30px;*/
    width: 9rem;
}



#closeButton {
    position: absolute;
    right: 15px;
    top: 8px;
    cursor: pointer;
}

#radioSelect, #radioSelectExport {
    text-align: center;
    color: black;
    position: relative;
    font-size: 1rem;
    margin: 0.6rem 6.5rem;
}

#radioSelectExport{
    min-width: 12rem;
}

.radio-button {
    color: black;
    position: relative;
    margin: 10px 10px;
}

.radio-button input {
    position: absolute;
    margin: 5px;
    padding: 0;
    /* for mobile accessibility (iOS Label Bug) */
    visibility: hidden;
}

.radio-button .label-visible {
    margin: 5px 0px 0px 20px;
    vertical-align: middle;
}

.custom-radiobutton {
    position: absolute;
    display: block;
    top: 0;
    left: 0px;
    width: 14px;
    height: 14px;
    border: 1px solid #c5c6c5;
    background-color: white;
}

.custom-radiobutton:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #22a7f0;
    transform: translateX(-50%) translateY(-50%);
}

.custom-radiobutton {
    border-radius: 50%;
}

.custom-radiobutton:after {
    border-radius: 50%;
}

#radioSelect input[type="radio"]:checked+span .custom-radiobutton:after,
#radioSelectExport input[type="radio"]:checked+span .custom-radiobutton:after{
    display: block;
}

.searchWms {
    position: relative;
    margin: 0 auto;
    text-align: -webkit-center;
}

#wmsUrl:focus,
#wmsName:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #22a7f0;
}

.wmsInput {
    /*margin: 0px 60px;*/
    display: block;
    font-size: 1.1rem;
    margin: 5px 40px;
    padding: 3px 10px;
    width: 200px;
    border: 1px solid #c5c6c5;
    box-shadow: none;
    color: #676767;
    height: 15px;
    outline: none;
}

.margin-top-10 {
    margin-top: 10px;
}

#buttonLoadWms, #buttonLoadExport {
    margin-right: auto;
    margin-top: 1rem;
    margin-left: auto;
    font-size: 1.3rem;
    position: relative;
    /* margin: 10px auto; */
    height: 2rem;
    width: 12rem;
    padding: 0.5rem;
    text-align: center;
    vertical-align: middle;
    background-color: #22a7f0;
    color: #ffffff;
    cursor: pointer;
}

#wmsPopupText {
    display: none;
    margin-top: 10px;
    /* margin-left: 30%; */
    /* position: absolute; */
    font-size: 1.2rem;
    /* text-align: center; */
    width: 100%;
    /* height: auto; */
    color: #222222;
    text-align: center;
    font-weight: 600;
}

.text {
    font-size: 1.2rem;
    font-family: Verdana;
    text-align: center;
    display: block;
    color: #12283f;
    padding-top: 5px;
}

.layer-text {
    width: 85%;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
    padding-left: 15px;
	line-height: 40px;
    /* width: 67%;
    display: inline-block;
    line-height: 40px; */
}

#klmButton {
    /* font-size: 0.1em; */
    top: 0px;
    left: 0px;
    font-weight: 700;
    background-color: black;
    position: absolute;
    opacity: 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
}
#tiffButton {
    /* font-size: 0.1em; */
    top: 0px;
    left: 50px;
    font-weight: 700;
    background-color: black;
    position: absolute;
    opacity: 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
}
#shapeSelection {
    display: none;
    position: absolute;
    left: calc(50% - 15rem);
    top: calc(50% - 7.5rem);
    width: 30rem;
    /* height: 140px;*/
    padding: 10px 0px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    border: none;
    z-index: 7777;
}
.popUpButtonBlueCenter {
    margin-right: auto;
    margin-top: 10px;
    margin-left: auto;
    font-size: 1.3rem;
    position: relative;
    height: 20px;
    width: 100px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #22a7f0;
    color: #ffffff;
    cursor: pointer;
}

#lidarResetWindowOptions{
    margin-bottom: 20px;
}

/* #lightDef:hover {
    background-color: #22A7F0;
    color: #fff;

  } */

#sldSelection {
    display: none;
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 75px);
    width: 300px;
    /* height: 140px;*/
    padding: 10px 0px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    border: none;
    z-index: 7777;
}

.controls {
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.7rem;
    /* app */
    /* margin-top:15px; */
    width:100%; 
    /* position: absolute;
    right: 150px;
    font-size: 104%;
    color: #e6e6f1;
    background: black;
    display: table; */
}

#controls{
    margin-top:15px;
}

#controlLight {
    /* margin-top: -6px;
    display: none;
    position: absolute;
    left: 50px;
    width: 380px;
    min-width: 380px;
    font-size: 104%;
    color: black;
    background: white;
    z-index: 7777;
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.3); */
    /* border: 1px solid #22a7f0; */
    /* display: table; */
}


#scale {
    display: none;
    /* position: absolute;
    left: 50px;
    top: 398px;
    font-size: 104%;
    color: black; */
    /* background: white; */
    z-index: 7777;
    /* display: table; */
}
#units,
#setScale {
    /* display: none; */
    /* position: relative;
    top: -35px;
    font-size: 100%;
    color: black;
    background: white; */
    /* z-index: 7777; */
    /* display: table; */

    /* app */
    display: block;
    /* font-size: 100%; */
    color: black;
    background: #efefef;
    /* width: calc(59% - 50px); */
    float: left;
    /* margin: 0px 10px 10px 3px; */
}

#units{
    width: calc(50% - 50px);/*nat  width: calc(59% - 50px);*/
}

#setScale {
    margin-left: 10px;
    width:auto;
    /* position: relative; */
    /* display: block; */
    /* font-size: 100%; */
    /* left: -190px; */
    /* color: black; */
    /* background: #efefef; */
    /* width:40%; */
    /* float:left; */
}
.ol-viewport, .ol-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ol-scale-line {
    background: rgba(0,60,136,0.3);
    border-radius: 4px;
    bottom: -600px;
    left: 8px;
    padding: 2px;
    position: absolute;
}
#buttonLoadSLD {
    position: absolute;
    width: 100%;
    height: 100%;
}
#scaleSet {
    position: relative;
    bottom: 0px;
    display: block;
    background-color: red;
    left: 200px;
}


#loadSLD {
    font-size: 0.1em;
    top: 0px;
    left: 0px;
    font-weight: 700;
    background-color: black;
    position: absolute;
    opacity: 0;
    width: 110px;
    height: 30px;
    cursor: pointer;
    
    /* position: absolute;
    width: 100%;
    height: 100%; */
}

/* input[type="file2"] {
    display: none;
} */

#sldSelection h2 {
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #434343;
    white-space: nowrap;
    position: relative;
}

#sldSelection h2:after {
    background-color: #22a7f0;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    /*top: 30px;*/
    width: 90px;
}

#buttonLoad {
    position: relative;
    margin: 10px auto;
    height: 20px;
    width: 100px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #22A7F0;
    color: #ffffff;
    cursor: pointer;
}

#buttonLoadSLD {
    position: relative;
    margin: 10px auto;
    height: 20px;
    width: 100px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #22A7F0;
    color: #ffffff;
    cursor: pointer;
}

#buttonLoad {
    position: relative;
    margin: 10px auto;
    height: 20px;
    width: 100px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #22A7F0;
    color: #ffffff;
    cursor: pointer;
}

/* .shadowPopUp .popup-content  */ /*nat*/
    .popup-content {
    /* box-shadow: 0 1px 2px rgba(0,0,0,0.45); */
    /* padding: 0; */
    /* position: relative; */
    margin-bottom: 5px;
    /* background: #ffffff; */
    /* border-radius: 3px; */
    /* padding: 10px 10px 15px; */
    width: 100%;
    /* height: 150px; */
    display: table;
}

.shadowPopUp {
    /* position: absolute; */
    /* bottom: 50px; */
    /* right: 20px; */
    display: -webkit-flex;
    display: none;
}

.lidarPopUp {
    /* position: absolute; */
    /* bottom: 50px; */
    /* right: 20px; */
    display: -webkit-flex;
    display: none;
}

.shadowPopUp .popup-content input[type=range] {
    height: 23px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 50%;
    margin-left: 70px;
}

.shadowPopUp .popup-content input[type=range]:focus {
    outline: none;
}

.shadowPopUp .popup-content input[type=range]::-webkit-slider-runnable-track {
    width: 90%;
    height: 0.15rem;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #a6a6a6;
    border-radius: 1px;
    border: 0px solid #000000;
}

.shadowPopUp .popup-content input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 17px;
    width: 17px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

.shadowPopUp .popup-content input[type=range]:focus::-webkit-slider-runnable-track {
    background: #a6a6a6;
}

.shadowPopUp .popup-content input[type=range]::-moz-range-track {
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #a6a6a6;
    border-radius: 1px;
    border: 0px solid #000000;
}

.shadowPopUp .popup-content input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 17px;
    width: 17px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
}

.shadowPopUp .popup-content input[type=range]::-ms-track {
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.shadowPopUp .popup-content input[type=range]::-ms-fill-lower {
    background: #a6a6a6;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

.shadowPopUp .popup-content input[type=range]::-ms-fill-upper {
    background: #a6a6a6;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

.shadowPopUp .popup-content input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 17px;
    width: 17px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
}

.shadowPopUp .popup-content input[type=range]:focus::-ms-fill-lower {
    background: #a6a6a6;
}

.shadowPopUp .popup-content input[type=range]:focus::-ms-fill-upper {
    background: #a6a6a6;
}

.shadowPopUp .popup-content #date {
    margin-bottom: 10px;
    margin-left: 35px;
}

.shadowPopUp .popup-content input[type="date"] {
    color: #222222;
    text-align: center;
    height: 20px;
    padding: 2px;
}

#popupSource {
    display: inline;
}

#time-desc {
    font-size: 1.3rem;
    text-align: center;
    color: #222222;
    text-align:center;
}

#time-control {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#time-control .kontrola_czasu {
    font-size: 1.2rem;
    width: 46px;
    height: 24px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #434343;
    border: none;
    color: #edffff;
    /* For text buttons */
    fill: #edffff;
    /* For SVG buttons */
    cursor: pointer;
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#time-control .kontrola_czasu.active {
    background-color: #22A7F0;
    color: #fff;
}

/* .fullscreen.selected,
.cienie.selected,
.point-cloud.selected,
.poi.selected,
.jasnosc.selected,
.street_line.selected,
.streets.selected,
.ewidencja.selected {
    background-position-y: -54px;
}
.inspection.selected {
    background-position-y: -54px;
}
.jasnosc.selected {
    background-position-y: -54px;
}
.corridor.selected {
    background-position-y: -54px;
}
.vegetation.selected {
    background-position-y: -54px;
} */

[draggable=true] {
    -khtml-user-drag: element;
}

.buttonIcon {
    height: 18px;
    width: 18px;
    margin-bottom: -4px;
    margin-left: 4px;
}

#olContainer,#olContainerWMS {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    background-color: white;
}

#olPerspective {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: absolute;
        background-color: white;
    
}


#olContainerWMS{
    display: block;
    background-color: rgba(255,255,255,0);
    pointer-events: none;
}

#olContainer2, #olContainerWMS2 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    display: none;
    background-color: white;
}
#olContainerWMS2{
    display: none;
    background-color: rgba(255,255,255,0);
    pointer-events: none;
}
#potreeContainer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    background-color: white;
}

#potreeContainer2 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    display: none;
    background-color: white;
}

.LayerButtonTop,
.LayerButtonTop2 {
    background-color: rgba(34, 34, 34, 0.85);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 1.3rem;
    height: 25px;
    position: absolute;
    /* right: calc(50% - 57.5px); */
    text-align: center;
    width: 115px;
    top: 0px;
    z-index: 1200;
    vertical-align: middle;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-bottomright: 50px;
}

#LayerButtonTop1 {
    right: calc(50% - 10rem);
}

#LayerButtonTop2 {
    left: calc(25% - 7.5rem);
    display: none;
}

.LayerButtonTop2 {
    /* background-color: rgba(34, 34, 34, 0.85);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 10pt;
    height: 25px;
    position: absolute; */
    /* left: calc(25% - 57.5px); */
    display: none;
    /* text-align: center;
    width: 115px;
    top: 0px;
    z-index: 1200;
    vertical-align: middle;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-bottomright: 50px; */
}

#LayerPicker1 {
    /* width: 240px; */
    /*background-color: rgba(51, 51, 52, 0.9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    box-sizing: content-box;
    color: #ffffff;   
    font-size: 1.4rem;
    max-height: 300px;
    overflow: auto;
    padding: 5px 0px 6px 10px;
    position: absolute;
    top: 25px;    
    width: 210px;
	position: absolute;
    z-index: 1099;*/
    /* right: calc(50% - 120px); */
    /*
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translate(0, -20%);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s ease-in, transform 0.2s ease-in;*/
    /* display: none; */
}

#LayerPicker2 {
    left: calc(25% - 9.5rem);
    /* background-color: rgba(51, 51, 52, 0.9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    box-sizing: content-box;
    color: #ffffff;
    display: none;
    font-size: 1.4rem;
    max-height: 300px;
    overflow: auto;
    padding: 5px 0px 6px 10px;
    position: absolute;
    top: 25px;
    
    width: 210px;
    z-index: 1099;/*
    /*
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translate(0, -20%);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s ease-in, transform 0.2s ease-in;*/
}

.baseLayerPicker-item {
    cursor: pointer;
    display: block;
    /*height: 57px;*/
    height: 4.6rem;
    margin: 2px 0px;
    vertical-align: middle;
    text-align: left;
    padding-left: 1.5rem;
    /*text-transform: uppercase;*/
}

.baseLayerPicker-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.baseLayerPicker-item.active {
    background-color: rgba(255, 255, 255, 0.1);
}

.baseLayerPicker-itemIcon {
    background-size: 4.2rem 4.2rem;
    box-sizing: border-box;
    color: #edffff;
    cursor: pointer;
    display: inline-table;
    float: left;
    height: auto;
    padding: 0;
    position: relative;
    /* width: 56px;*/
    width: 4.2rem;
}

.baseLayerPicker-itemLabel {
    color: #ffffff;
    cursor: pointer;
    display: inline-table;
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    height: 4.2rem;
    line-height: 4.2rem;
    margin-left: 15px;
    word-wrap: break-word;
}

.LayerButtonTop:hover {
    background-color: #22a7f0;
}


/* .LayerButtonTop2:hover{ */


/* background-color: #22a7f0; */


/* } */

.LayerButtonTop.active {
    background-color: #22a7f0;
}


/* .LayerButtonTop2.active{ */


/* background-color: #22a7f0; */


/* } */

.activeNotch {
    background-color: #22a7f0;
}

.datePicker {
    background-color: rgba(34, 34, 34, 0.85);
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    line-height: 35px;
    position: absolute;
    /* right: 493.3px; */
    text-align: center;
    z-index: 1099;
    text-align: center;
    width: 100px;
}

.datePicker:hover,
.dataPicker.active {
    background-color: rgba(36, 166, 241, 0.85);
}

.datePicker li:focus,
.datePicker li:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.datePicker a,
.datePicker a:focus,
.datePicker a:hover {
    text-decoration: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    color: #ffffff;
    font-size: 1.4rem;
}


/* .datePicker-content {
	
} */

.datePicker_hidden {
    margin-left: 0px;
    overflow: hidden;
    min-width: 100px;
    display: none;
    background-color: rgba(34, 34, 34, 0.85);
    position: fixed;
    bottom: 78px;
    height: auto;
}

#dataR {
    right: 25px;
}

#dataL {
    right: 126px;
}

#dataContainer {
    height: 100%;
    width: 100%;
}

#mainCanvas {
    height: 100%;
    width: 100%;
}

#dateContainer {
    bottom: 40px;
    right: -125px;
    height: 38px;
    width: 250px;
    position: absolute;
    pointer-events: all;
}

#dateContainerC {
    top: 100%;
    right: calc(50% - 120px);
    height: 40px;
    width: 170px;
    position: absolute;
    display: block;
    pointer-events: all;
}

#dataC {
    right: 68px;
    bottom: 40px;
}

#measure-popup, #measure-popupElevation, #resizeModel3dWindow {
    position: absolute;
    bottom: 50px;
    left: calc(100% - 300px);
    display: none;
    width: 300px;
    /* font-family: 'Lato', sans-serif; */
    background-color: rgba(36, 39, 41, 0.9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    border: none;
    padding: 10px 0px;
    font-size: 1.4rem;
    color: white;
    font-weight: 400;
}

#resizeModel3dWindow p, #model3dMoreOptions p{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}

#btnResMeasure-popupElevation,
#btnResMeasure-popupElevationRes{
    display: inline-block;
    margin-top: 8px;
    padding: 5px 10px;
    background-color: rgb(107, 107, 107);
    font-size: 1.05rem;
    width: 101px;
    font-family: 'Lato', sans-serif;
    margin-left: 2px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    
}

.button-resizeModel{
    margin-top: 15px;
    font-size: 1.3rem;
    position: relative;
    padding: 5px 7px;
    text-align: center;
    background-color: #22a7f0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    width: 25%;
    margin-left: 2%;
    float: left;
}

.centerElem{
    margin:auto;
}


.model3dInputAllButtons{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}

.measurePopup{
    padding: 7px 0;
    font-family: 'Lato', sans-serif;
}

.task-wrapper-pomiary h2 {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

/* .task-wrapper-pomiary h2:after {
    background-color: #22a7f0;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    width: 90px;
} */

#measure-popup h2, #measure-popupElevation h2, #resizeModel3dWindow h2 {
    font-size: 1.4rem;
    font-weight: bold;
    /* padding-bottom: 10px; */
    margin-left: 15px;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
}

#measure-popup .actionItemsSeparator, #measure-popupElevation .actionItemsSeparator, #resizeModel3dWindow .actionItemsSeparator{
    border-bottom: 1px solid #606060;
}

#measurePopupElevPriceForM {
    width: 60px;
    margin-left: 5px;
}

#model3dPressClickToAdd{
    display:none;
}

.closeButton {
    position: absolute;
    right: 8px;
    top: 4px;
    cursor: pointer;
}

.measure-content {
    padding: 15px 15px 5px 15px;
    color: #ffffff;
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.yearsList {
    /* bottom: 38px; */
    bottom: 0px;
    height: auto;
    padding-bottom: 30px;
    min-width: 115px;
}

.notchHover:hover .baseLayerPicker-dropDown {
    display: block !important;
}


/* .notchHover{
	display: none;
} */

.baseLayerPicker-dropDown {
    display: none;
}

ul.ui-autocomplete {
    width: 305px !important;
    font-size: 1.3rem;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 330px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    z-index: 9999;
}

ul.ui-autocomplete li {
    padding: 5px 0px 5px 10px;
    cursor: pointer;
    border-top: 1px solid #e4e4e9;
    line-height: 28px;
    font-family: "Lato";
}

ul.ui-autocomplete li::before {
    content: url(../images/icon-pin.png);
    transform: scale(0.7) !important;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

ul.ui-autocomplete li div {
    display: inline;
}

ul.ui-autocomplete li:hover {
    background-color: #22a7f0;
    color: #ffffff;
}

ul.ui-autocomplete li a.ui-state-focus {
    border: none !important;
    background-color: #22a7f0;
    text-decoration: none !important;
    box-shadow: none;
}

.navigation-control {
    border-bottom: 1px solid #9d9f9f !important;
}

.navigation-controls {
    border: none !important;
    background-color: rgba(36, 39, 41, .85) !important;
}

.navigation-control-icon-zoom-in,
.navigation-control-icon-zoom-out {
    font-size: 2.2rem !important;
    font-weight: 300 !important;
    font-family: "Lato" !important;
}

.search-icon {
    display: inline;
    position: relative;
    left: -55px;
    top: 5px;
    width: 20px;
    height: 20px;
}

#searchContainer {
    /* overflow: hidden; */
    width: 380px;
}


/* .LidarSettings input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.LidarSettings label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.LidarSettings label:hover {
	cursor: pointer;
}

.LidarSettings input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.LidarSettings label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.LidarSettings label:last-of-type {
	border-radius: 0 4px 4px 0;
} */

.LidarSettings input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.LidarSettings label {
    color: #22a7f0;
    display: inline-block;
    cursor: pointer;
    padding: 3px 6px;
}

.LidarSettings input[type=radio]:checked+label {
    color: #ffffff;
    background: #22a7f0;
}

.LidarSettings label+input[type=radio]+label {
    /*border-left: solid 3px #22a7f0;*/
}

.LidarSettings {
    border: solid 1px #22a7f0;
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
}

#Loading {
    display: none;
    margin-right: 5px;
}

#Loading>div {
    display: inline-block;
}

.loader {
    border: 1px solid rgba(190, 190, 190, 0.3);
    border-radius: 90%;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.copyPopup {
    color: white;
    display: none;
    height: auto;
    position: absolute;
    background-color: rgba(34, 34, 34, 0.85);
    /* top: 265px;
    left: 73px; */
    top: 5%;
    left: calc(50% - 70px);
    margin: 20px auto;
    width: 140px;
    text-align: center;
    padding: 8px 5px 10px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    font-size: 1.6rem;
}


/*

.copyPopup{
	display: none;
    height: auto;
    position: relative;
    background-color: #ffffff;
    top: 20px;
    margin: 20px auto;
    width: 150px;
    text-align: center;
	padding: 8px 5px 10px 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.45);
}

*/

.copyPopup span {
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
}

.dropdown:hover .dropdown-menu,
.btn-group:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-toggle {
    margin-bottom: 2px;
}

.navbar .dropdown-toggle,
.nav-tabs .dropdown-toggle {
    margin-bottom: 0;
}

.dropdown-menu {
    right: calc(50% - 12rem);
    position: absolute;
    top: 0px;
    z-index: 11;
    display: none;
    float: left;
    padding: 3.5rem 0px 0.6rem 0px;
    margin: 0.2rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 24rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    box-sizing: content-box;
    color: #ffffff;
    /*background-color: rgba(51, 51, 52, 0.9);*/
    background-color: rgba(36, 39, 41, 0.9);
    max-height: 30rem;
    margin-top: 0px;
    overflow: auto;
}

.btn {
    right: calc(50% - 10rem);
    background-color: rgba(34, 34, 34, 0.85);
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    color: #ffffff;
    height: 2.5rem;
    width: 20rem;
    z-index: 12;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    box-sizing: content-box;
    display: block;
    text-transform: uppercase;
    padding-top: 0.5rem;
}

.btn.active,
#LayerButtonTop1 .active {
    background-color: #22a7f0;
}

.shadowToggle {
    margin: 15px 0px;
    display: block;
}
/* klasak newnew */

.floodToggle {
    margin: 15px 0 0 0;
    display: block;
}

/* The switch - the box around the slider */

.switch {
    position: absolute;
    display: block;
    width: 38px;
    height: 21px;
    margin-left: 170px;
    top: 50px;
    ;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider-round-shadow {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider-round-shadow:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider-round-shadow {
    background-color: #2196F3;
}

input:focus+.slider-round-shadow {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-round-shadow:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}


/* klasak newnew */

.slider-round-shadow2 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider-round-shadow2:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider-round-shadow2 {
    background-color: #2196F3;
}

input:focus+.slider-round-shadow2 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-round-shadow2:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}


.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 3px;
    right: 15px;
    margin-top: -2px;
}

.ol-popup-closer:after {
    content: "✖";
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 3px;
    right: 15px;
    margin-top: -2px;
}

.ol-popup-closer:after {
    content: "✖";
}

#popupScrollable {
    margin-top: 15px;
    height: 250px;
    overflow-y: scroll;
    /* right: 0px; */
    margin-left: 0px;
}

#popupName {
    width: 100%;
}

#popupName.cesium-infoBox-title {
    padding: 5px 30px 5px 8px;
}

#popupName.cesium-infoBox-title:after {
    left: 23px;
}

#poiAvatar {
    width: 50%;
}


/* ---------------- CESIUM ----------------- */

.cesium-selection-wrapper svg {
    fill: #22A7F0 !important;
    stroke-width: 1px !important;
    stroke: #104E70 !important;
}

.cesium-infoBox {
    background: #ffffff !important;
    border: none !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
    border-radius: 0px !important;
    padding: 0px 15px 15px 15px !important;
    top: 290px !important;
}

.cesium-infoBox-title {
    background: #ffffff !important;
    color: #222222 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: bold !important;
    text-align: left !important;
}

.cesium-infoBox-title:after {
    background-color: #22a7f0;
    content: "";
    height: 2.5px;
    left: 23px;
    position: absolute;
    top: 30px;
    width: 90px;
}

.cesium-infoBox-description {
    font-family: 'Lato', Tahoma, sans-serif !important;
    font-size: 1.4rem !important;
    margin: 13px 8px 8px 8px;
    padding: 0px !important;
}

.cesium-infoBox-description p {
    font-family: 'Lato', sans-serif !important;
    font-size: 1.3rem !important;
    line-height: 18px;
    margin: 0px !important;
    padding: 0px !important;
    color: #222222;
    text-align: justify;
}

.cesium-infoBox-description img {
    margin: 0 10px 10px 0;
}

.cesium-infoBox-camera {
    padding: 0px !important;
    margin: 0px 0px 0px 6px !important;
}

.text-desc {
    font-family: 'Lato', sans-serif !important;
    font-size: 1.4rem !important;
}

.cesium-button {
    border: none !important;
    color: #8c8c8c !important;
    fill: #8c8c8c !important;
}

.cesium-button:hover,
button.cesium-infoBox-close:hover,
button.cesium-infoBox-close:active {
    fill: #22a7f0 !important;
    color: #22a7f0 !important;
    background: transparent !important;
}

button.cesium-infoBox-close {
    color: #8c8c8c !important;
    fill: #8c8c8c !important;
    cursor: pointer !important;
}

iframe {
    font-family: 'Lato', Tahoma, sans-serif !important;
}


/* .window-view {
    background-color: rgba(17, 17, 17, 0.9);
    height: 100%;
    position: fixed;
    width: 15%;
    min-width: 210px;
    min-height: 660px;
    -webkit-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.6);
    z-index: 1002;
    left: 50px;
    display: none;
}

.single-view {
    clear: both;
    height: 16.5%;
    margin: 2% 1.5%;
    width: 96%;
    min-width: 190px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.single-view .active {
    background-color: #bd2c2c;
}

.text-site {
    background-color: #676767;
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 1.0rem;
    height: 15px;
    padding-left: 5px;
    width: 70px;
} */

.marker-small {
    background-image: url("../images/marker-small.png");
    height: 16px;
    left: 50%;
    position: relative;
    top: 35%;
    width: 16px;
    z-index: 1005;
}


/* [draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;

    -khtml-user-drag: element;
    -webkit-user-drag: element;
} */

#toolbarContainer {
    position: relative;
}

#sliderRange {
    height: 100%;
}

.contextMenuPlugin {
    -webkit-user-select: none;
    color: #686868;
    display: none;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    position: absolute;
    left: 100px;
    top: 100px;
    min-width: 180px;
    list-style-type: none;
    margin: 0;
    padding: 5px;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.35);
}

.contextMenuPlugin>li {
    margin: 0px;
    padding: 2px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.contextMenuPlugin>li>a {
    position: relative;
    display: block;
    padding: 5px 3px 3px 37px;
    color: ButtonText;
    text-decoration: none;
    cursor: pointer;
}

.contextMenuPlugin>li>a img {
    position: absolute;
    left: 3px;
    margin-top: -1px;
    width: 16px;
    height: 16px;
}

.contextMenuPlugin>li>a:hover {
    margin: 0;
    background-color: #efefef;
    cursor: default;
}

.contextMenuPlugin>li.disabled {
    pointer-events: none;
}

.contextMenuPlugin>li.disabled a {
    color: grey;
}

.contextMenuPlugin>li.disabled>a:hover {
    border: none;
    outline: none;
}

.contextMenuPlugin>li.divider {
    border-top: 1px solid #a5acaf;
    border-bottom: 1px solid #ffffff;
    height: 0;
    padding: 0;
    margin: 5px 0 5px 27px;
}

.contextMenuPlugin>.header {
    position: relative;
    cursor: default;
    padding: 3px 3px 3px 3px;
    color: #ffffff;
}

.contextMenuPlugin>.gutterLine {
    position: absolute;
    border-left: 1px solid #eaeaea;
    width: 0;
    top: 0;
    bottom: 0;
    left: 35px;
    z-index: 0;
}

#wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
}

.ui-widget.success-dialog {
    font-family: Verdana, Arial, sans-serif;
    font-size: .8em;
}

.ui-widget-content.success-dialog {
    background: #F9F9F9;
    border: 1px solid #90d93f;
    color: #222222;
}

.ui-dialog.success-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

.ui-dialog.success-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
    margin: 0;
}

.ui-dialog.success-dialog .ui-widget-header {
    background: #b0de78 !important;
    border: none !important;
    color: #fff;
    font-weight: normal;
}

.ui-dialog.success-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-size: 1em;
}

#modelImportContainer {
    position: absolute;
    width: 300px;
    height: 200px;
    background-color: rgba(36, 39, 41, 0.9);
    display: none;
    left: calc(50% - 150px);
    top: calc(50% - 100px);
}

#modelImportHeader {
    position: relative;
    width: 100%;
    height: 20px;
}

#textHeader {
    color: white;
    top: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
}


/* #radioSelect {
    position: relative;
    font-size: 1.1rem;
    font-family: "Lato", sans-serif;
    color: #222222;
    margin: 10px 80px;
} */

#EPSGContainer {
    display: block;
    height: 75px;
}

#LocalContainer {
    display: block;
    height: 75px;
}

#modelImportEPSG {
    position: relative;
    left: 10px;
}

#buttonLoadModel {
    position: relative;
    margin: 10px auto;
    height: 20px;
    width: 100px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    color: black;
    cursor: pointer;
    bottom: -18px;
}

#buttonSearchClear, .buttonSearchClear {
    display: inline;
    position: relative;
    left: -50px;
    top: 3px;
    width: 15px;
    height: 15px;
}

#grad {
    background-image: linear-gradient(to right, rgb(0, 31, 255) 0%, rgb(0, 206, 254) 10%, rgb(0, 254, 254) 20%, rgb(70, 254, 0) 30%, rgb(154, 254, 0) 40%, rgb(254, 250, 0) 50%, rgb(254, 228, 0) 60%, rgb(255, 130, 0) 80%, rgb(254, 3, 0) 100%);
    vertical-align: middle;
    display: inline;
    height: 15px;
}

#solar_leg {
    background-color: white;
    padding-left: -20px !important;
    margin-left: -20px !important;
    padding-left: 20px;
    /* width: calc(100% + 20px); */
    /* padding-right: 20px !important; */
}

#manualContainer {
    -webkit-flex-direction: column-reverse; 
    flex-direction: column-reverse; 
    position: absolute;
    height: 450px;
    width: 680px;
    margin-top: 50px;
    /* left: calc(50% - 300px);
    top: calc(50% - 225px); */
    background-color: rgba(36, 39, 41, 0.95);
    font-weight: 300;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

#subjectSelect {
    position: relative;
    max-width: 50%;
    height: calc(100% - 20px);
    border-right: 1px solid #777777;
    text-align: center;
    float: left;
    /* padding-top: 20px; */
    padding-right: 10px;
    margin-top: 20px;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

#subjectContent {
    color: white;
    position: relative;
    width: 435px;
    height: 430px;
    float: left;
    font-family: 'Lato', Tahoma, sans-serif !important;
    font-size: 12px !important;
    margin: 12px 4px 8px 15px;
    padding: 0px 20px 0px 5px !important;
    overflow: auto;
    text-align: justify;
}

.subjectTitle {
    color: rgb(245, 245, 245);
    font-size: 1.2rem;
    /* padding-top: 5px; */
    padding-left: 15px;
    top: 0px;
}

.subjectTitle:hover {
    color: #22a7f0;
    cursor: pointer;
}

#closeManual {
    position: absolute;
    right: 25px;
    top: 20px;
}
#closeChart {
    position: absolute;
    right: 10px;
    top: 10px;
}

#closeManual:hover {
    cursor: pointer;
}

#manualContainerHeader {
    display: none;
    position: absolute;
    height: 50px;
    width: 680px;
    background-color: rgba(36, 39, 41, 0.95);
    left: calc(50% - 335px);
    top: calc(50% - 225px);
    z-index: 9999;
}

.titleText {
    color: white;
    font-family: 'Lato', Tahoma, sans-serif !important;
}

#menuText {
    position: absolute;
    margin-left: 20px;
    margin-top: 20px;
    border-bottom: 2px solid #22a7f0;
    width: 160px;
    padding-bottom: 5px;
}

.manualMenuItemImg {
    float: left;
    height: 13px;
    width: 13px;
    margin-top: 2px;
}

.manualMenuItem {
    /* padding-top: 5px; */
    margin-left: 20px;
    float: left;
    display: inline-flex;
    margin-bottom: 15px;
    font-weight: 400;
    clear: both;
}

#subjectContent {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

p>a {
    color: #22a7f0;
}

#subjectContent>p {
    line-height: 150%;
}

#langContainer {
    left: -7rem;
    display: inline-flex;
    position: relative;
    top: -1.85rem;
}


.langOption {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#intersectionList{
    background: rgba(36, 39, 41, 0.85);
    position: absolute;
    width: 100px;
    height: calc(100% - 20px);
    left: -101px;
    top: 0px;
    border-bottom: 1px solid #262829;
	overflow-y: scroll;
	padding: 10px 0px;
}

#intersectionList > div {
     padding: 14px 10px 10px 10px;
}

#intersectionList > div:first-child {
	padding-top: 0px;
}
#intersectionList::-webkit-scrollbar,
#subjectContent::-webkit-scrollbar {
    background-color: rgba(25, 27, 29, 0.55);
    width: 5px;
    margin-right: 1%;
}
#intersectionList::-webkit-scrollbar-thumb,
#subjectContent::-webkit-scrollbar-thumb{
    background-color: rgba(100, 100, 100, 0.8);
}


.colorIntersection{
    width: 12px;
    height: 12px;
    /* background: aqua; */
    float: left;
    clear: both;
    margin-left: 2px;
    margin-top: 2px;
    margin-right: 5px;
	vertical-align: middle;
	margin-left: 2px;
}
.titleIntersection{
    float: left;
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: 300;
    vertical-align: middle;
}
#chartContainer {
    display: none;
    position: absolute;
    bottom: 50px;
    right: 0px;
    border-bottom: 1px solid #262829;
    border-left: 1px solid #262829;
    z-index: 9999;
    /* width: 350px; */
    /* height: 200px; */
}

#indicator {
    position: absolute;
    display: none;
    min-width: 200px;
    min-height: 35px;
    right: calc(50% - 100px);
    top: 100px;
    background-color: rgba(36, 39, 41, 0.85);
}

#indicatorText {
    color: white;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 5%;
}

#loading {
    position: absolute;
    left: calc(50% - 80px);
    top: calc(50% - 10px);
    height: 40%;
    width: 80%;
}

#loadingBar {
    width: 100%;
    height: 100%;
    background-color: #22a7f0;
}

#loadingText {
    width: 20px;
    height: 10px;
    position: absolute;
    color: white;
    text-align: center;
    font-size: 1.2rem;
    left: calc(50% - 10px);
    top: calc(50% - 9px);
}

#measureOptions {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 400px;
    height: 300px;
    background-color: rgba(36, 39, 41, 0.85);
    display: none;
}

#geometryButton {
    position: absolute;
    width: 32px;
    /* fill: white; */
    fill: #22a7f0;
}

#toggleStyleOptions {
    position: absolute;
    width: 32px;
    fill: white;
}

#geometryButtonContainer {
    top: 24px;
    left: 15px;
    position: absolute;
    width: 32px;
    height: 32px;
    text-align: left;
    display: inline-block;
}

#styleButtonContainer {
    top: 24px;
    left: 62px;
    position: absolute;
    width: 32px;
    height: 32px;
    text-align: left;
    display: inline-block;
}

#toggleMeasureOptions {
    height: 60px;
    background-color: rgba(36, 39, 41, 0.60);
    text-align: center;
}

#toggleStyleOptions:hover {
    fill: #22a7f0;
}

#geometryButton:hover {
    fill: #22a7f0;
}

.latoText {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
}

.toggleMeasureOption {
    position: absolute;
    display: inline-block;
    width: 38px;
    height: 21px;
    /* margin-top: 10px; */
    left: 150px;
}

.measureOptionToggle {
    margin-top: 5px
}

.latoTextToggle {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    margin-left: 5px;
    margin-top: 5px;
}

#redoButtonContainer {
    top: 24px;
    left: 143px;
    position: absolute;
    width: 32px;
    height: 32px;
    text-align: left;
    display: inline-block;
}

#redoButton {
    position: absolute;
    margin-top: 4px;
    width: 24px;
    fill: white;
}

#undoButtonContainer {
    top: 24px;
    left: 109px;
    position: absolute;
    width: 32px;
    height: 32px;
    text-align: left;
    display: inline-block;
}

#undoButton {
    margin-top: 4px;
    position: absolute;
    width: 24px;
    fill: white;
}

#undoButton:hover {
    fill: #22a7f0;
}

#redoButton:hover {
    fill: #22a7f0;
}

#closeButtonMeasureOptions {
    right: 5px;
    top: 5px;
    height: 12px;
    width: 12px;
    enable-background: new 0 0 348.333 348.334;
    position: absolute;
    fill: white;
}

#closeButtonMeasureOptions:hover {
    fill: #22a7f0;
}

#colorpicker {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 5px;
    top: 65px;
}

#color {
    width: 60px;
}

#colorText {
    display: none;
    position: absolute;
    top: 230px;
    right: 32px;
}

.colorPreview {
    border: 1px solid white;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 90px;
    margin-top: 4px;
    background-color: pink;
}

.selectedColorEdit {
    border: 2px solid white;
}

#styleContainer {
    display: none;
}

#saveStyleButton {
    position: absolute;
    width: 80px;
    height: 25px;
    background-color: rgba(36, 39, 41, 0.60);
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    bottom: 50px;
    left: 10px;
    border: 1px solid white;
}

#saveStyleButton span {
    color: white;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#saveStyleButton:hover {
    border: 1px solid #22a7f0;
    color: #22a7f0;
    cursor: pointer;
}

#saveStyleButton:hover .buttonText {
    color: #22a7f0;
    cursor: pointer;
}

/*input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100px;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: white;
    border-radius: 25px;
    border: 0px solid #000101;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #3694ff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: white;
}

input[type=range]::-moz-range-track {
    width: 100px;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: white;
    border-radius: 25px;
    border: 0px solid #000101;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #3694ff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100px;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: white;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: white;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #3694ff;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: white;
}

input[type=range]:focus::-ms-fill-upper {
    background: white;
}
*/
#opacityRangeContainer {
    position: absolute;
    width: 100px;
    height: 30px;
    top: 190px;
    right: -5px;
}

.layerPrefab {
    padding: 2px 0px;
    border-bottom: 1px solid #cccccc;
}

.layersContainer {
    margin-top: 5px;
    width: 99%;
    height: 91%;
    float: left;
    overflow-y: auto !important;
    overflow-x: hidden;
}

.layersContainer .active,
.accordion:hover {
    background-color: #22a7f0;
    color: #ffffff;
}

.layersContainer .active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.layerPrefab .active,
.accordion:hover {
    background-color: #22a7f0;
    color: #ffffff;
}

.layerPrefab .active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}
.accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 0.8rem;
    color: white;
    float: right;
    margin-left: 5px;
    vertical-align: middle;
}

.accordion {
    background-color: white;
    color: rgba(36, 39, 41, 0.9);
    cursor: pointer;
    padding: 5px 11px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 1.2rem;
    font-weight: bold;
}

.spanClick {
    font-size: 1.2rem;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.panel {
    padding: 0 18px;
    background-color: #eeeeee;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

select {
    /* -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: rgb(240, 240, 240);
    background-image: none;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem; */
}


/* Remove IE arrow */

select::-ms-expand {
    display: none;
}


/* ---------------------------- Custom Select ------------------------- */

.custom-select {
    position: relative;
    min-width: 135px;
    width: 135px;
    height: 30px;
    font-family: 'Lato';
    color: #222222;
    font-size: 1.2rem;
    font-weight: 400;
    top: -20px;
    left: 88px;
}

.custom-select select {
    /*display: none; hide original SELECT element:*/
}

.select-selected {
    background-color: #efefef;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #222222 transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #222222 transparent;
    top: 7px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #222222;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
}

.select-items div {
    border-bottom: 1px solid #E0E0E0;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #efefef;
}


/* ------------------------------------------------------------------------------ */

.search-content {
    display: block;
    width: 100%;
    min-height: 80px;
    max-height: calc(100vh - 50px);
    overflow: auto;
}

.select {
    margin-top: 10px;
    position: relative;
    display: flex;
    width: 200px;
    height: 22px;
    line-height: 1;
    background: rgb(240, 240, 240);
    overflow: hidden;
    border-radius: 2px;
    left: calc(50% - 100px);
}

select {
    flex: 1;
    padding: 0 .5em;
    color: #676767;
    cursor: pointer;
    outline: none;
    font-family: "Lato", sans-serif;
}

#searchType {
    border: none;
    height: 27px;
    width: 135px;
    font-weight: 400;
    border-radius: 1px;
    margin-left: 22px;
}

#searchType>option {
    outline: none;
}

#slct {
    width: 222px;
    margin-left: 2px;
}

#shapeSelect {
    width: 20rem;
    margin-left: 5rem;
    margin-top: 1rem;
}


/* Arrow */

.select::after {
    padding-left: 5px;
    padding-right: 5px;
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    /* padding: 5px; */
    background: rgb(230, 230, 230);
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    line-height: 20px;
    font-size: 1.2rem;
}


/* Transition */

.select:hover::after {
    color: #22a7f0;
}

.centerText {
    font-size: 1.2rem;
}

#detailsContainer {
    display: none;
    position: absolute;
    width: 350px;
    height: fit-content;
    /* background-color: white; */
    right: 0px;
    bottom: 4.5rem;
    background-color: rgba(36, 39, 41, 0.9);
}

#detailsContainerHeader {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #222222;
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
    color: white;
}

#detailsContainerHeader:after {
    background-color: #22a7f0;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    /* top: 30px; */
    width: 90px;
}

.detailsElement {
    margin-right: 5px;
    margin-left: 5px;
    /* border-bottom: 1px solid #cccccc; */
    background-color: white;
    /* color: rgba(36, 39, 41, 0.9); */
    /* cursor: pointer; */
    padding: 5px 11px;
    width: 100%;
    text-align: left;
    /* border: none; */
    outline: none;
    transition: 0.4s;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    background-color: rgba(36, 39, 41, 0)
}

#dateListC {
    max-height: 200px;
    font-size: 1.3rem;
    overflow: auto;
}

#dateListR {
    max-height: 200px;
    font-size: 1.3rem;
    overflow: auto;
}

#dateListL {
    max-height: 200px;
    font-size: 1.3rem;
    overflow: auto;
}

#logoLTN {
    margin-left: 5px;
}

#logoUML {
    position: absolute;
    left: 65px;
    bottom: 0px;
    height: 45px;
    width: 82px;
    z-index: 1999;
}

#LogoContainer {
    background-color: rgba(34, 34, 34, 0.85);
    position: absolute;
    width: 290px;
    height: 150px;
    bottom: -164px;
    left: -220px;
    transform: rotate(90deg);
}

#mniswIMG {
    margin-left: 10px;
    position: absolute;
    margin-top: 20px;
}

#dialogIMG {
    position: absolute;
    margin-left: 150px;
    margin-top: 20px;
}

#textAtribution {
    position: absolute;
    color: white;
    font-size: 1.2rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 80px;
}

.logotype {
    bottom: 5px;
    position: fixed;
}

.slider-wrapper {
    display: none;
    position: absolute;
    z-index: 1015;
    right: 12px;
    top: 10px;
    height: 2.5rem;
    width: 8.6rem;
    background-color: rgba(36, 39, 41, 0.9);
    border-radius: 20px;
    justify-content: center;
}

.slider-wrapper .layers-range {
    color: #ffffff;
    font-size: 1.5rem;
}

.slider-wrapper .layers-range input[type=range] {
    border: 1px solid #242729;
}

.slider-wrapper .layers-range input[type='range']::-moz-range-track {
    width: 50px;
    background-color: #ffffff;
    /* kolor linii */
}

.slider-wrapper .layers-range input[type='range']::-moz-range-thumb {
    background-color: #ffffff;
    /* kolor kÃ³Å‚ka */
}

.slider-wrapper .layers-range input[type='range']::-webkit-slider-runnable-track {
    background-color: #ffffff;
    /* kolor linii */
}

.slider-wrapper .layers-range input[type='range']::-webkit-slider-thumb {
    background-color: #ffffff;
    /* kolor kÃ³Å‚ka */
}

.slider-wrapper .layers-range input[type=range]::-ms-fill-lower {
    background: #ffffff;
    border: 0px solid #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #ffffff;
}

.slider-wrapper .layers-range input[type=range]::-ms-fill-upper {
    background: #ffffff;
    border: 0px solid #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #ffffff;
}

.slider-wrapper .layers-range input[type=range]::-ms-thumb {
    background: #ffffff;
}

.js-opacity {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 155px;
    display: block;
    float: left;
    border-radius: 15px;
    padding: 0px !important;
}

.js-opacity:focus {
    outline: none;
    /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

.js-opacity::-ms-track {
    width: 95%;
    height: 20px;
    margin-left: 2px;
    cursor: pointer;
    background: transparent;
    /* Hides the slider so custom styles can be added */
    border-color: transparent;
    color: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
}

.js-opacity::-ms-fill-lower {
    width: 100%;
    background: #fff;
    border: 4px solid #a7aeb1;
    border-radius: 15px;
    height: 4px;
}

.js-opacity::-ms-fill-upper {
    width: 100%;
    border: 4px solid #a7aeb1;
    border-radius: 15px;
    height: 4px;
}

.js-opacity::fill-lower {
    width: 100%;
    background: #fff;
    border: 4px solid #a7aeb1;
    border-radius: 15px;
    height: 4px;
}

.js-opacity::fill-upper {
    width: 100%;
    border: 4px solid #a7aeb1;
    border-radius: 15px;
    height: 4px;
}

.js-opacity::-moz-range-track {
    background: #ffffff;
    border: 4px solid #a7aeb1;
    border-radius: 15px;
    height: 4px;
    position: relative;
    width: 100%;
}

.js-opacity::-webkit-slider-runnable-track {
    background: #ffffff;
    border: 4px solid #a7aeb1;
    border-radius: 15px;
    height: 11px;
    position: relative;
    -webkit-appearance: none;
}

.js-opacity::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    background-color: #0d587f !important;
    border-radius: 100%;
    height: 20px !important;
    width: 20px !important;
    margin-top: -7px;
    width: 16px;
    background: #ffffff;
    cursor: move;
}

.js-opacity::-moz-range-thumb {
    border: 1px solid #000000;
    background-color: #0d587f !important;
    border-radius: 100%;
    height: 20px !important;
    width: 20px !important;
    background: #ffffff;
    cursor: move;
}

.js-opacity::-ms-thumb {
    border: 1px solid #000000;
    background-color: #0d587f !important;
    border-radius: 100%;
    height: 20px !important;
    width: 20px !important;
    margin-left: 1px;
    background: #ffffff;
    cursor: move;
}

.dataDetails {
    display: none;
    z-index: 9999;
    right: 0px;
    height: 100%;
    position: absolute;
    width: 38px;
}

#layerInfo {
    display: none;
    right: -6px;
    bottom: 50px;
    background-color: rgba(34, 34, 34, 0.85);
    position: absolute;
    width: 300px;
    height: 150px;
    color: white;
}

#layerInfoContainer {
    margin-left: 10px;
    margin-top: 10px;
    line-height: 22px;
    font-size: 1.2rem;
}

.detailsElem {
    float: left;
    clear: both;
    margin-right: 5px;
}

#closeManualInfo {
    position: absolute;
    right: 5px;
    top: 5px;
}

#closeManualInfo:hover {
    cursor: pointer;
}

#buttonCloseWms {
    font-size: 1.2rem;
    position: relative;
    margin: 10px auto;
    height: 20px;
    width: 100px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #22a7f0;
    color: #ffffff;
    cursor: pointer;
}

#descriptionSelection {
    display: none;
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 75px);
    width: 300px;
    /* height: 140px;*/
    padding: 10px 0px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    border: none;
    z-index: 7777;
}

#buttonSetDesc {
    position: relative;
    margin: 10px auto;
    height: 20px;
    width: 100px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #22A7F0;
    color: #ffffff;
    cursor: pointer;
}

#selectDescription {
    left: calc(50% - 100px);
}

#wmsSelect {
    left: calc(50% - 150px);
}

#homeSelect {
    grid-auto-rows: max-content;
    display: none;
    top: 40px;
    position: absolute;
    left: 50px;
    width: 150px;
    height: auto;
    background-color: white;
}

.homeSelectElement {
    display: flex;
    padding-top: -9px;
    font-size: 1.1rem;
    height: 29px;
    width: 85%;
    border-bottom: 1px solid #22a7f0;
    margin-left: 10px;
    font-weight: bold;
    align-items: center;
}

.homeSelectElement:hover {
    background-color: #22a7f0;
    /* background-color: rgb(212, 212, 212); */
}

 #streetButton {
    display: none;
}
/*
#plotButton {
    display: none;
} */

/* #fontsSize{
    height: 2.7rem;
}
#fontsSizeButton {
    bottom: 12rem;
    position: absolute;
} */


#fontsSizeButton{
    margin-top: 0.5rem;
}
#fontsSize{
    width: 3.5rem;
    height: 3.5rem;
}
#fontSizeChangerSVG,
#fontsSizeContent svg{
    fill: #fff;
    height: 3.5rem;
    width: 3.5rem;
    transform: scale(0.83);
}

#fontSizeChanger{
    display: inline-flex;
    justify-items: center;
}

#fontsSizeContent{
    left: -10.5rem;
    display: inline-flex;
    position: relative;
    top: -3.7rem;
    height: 3.5rem;
    display: none;
}

#contrastButton {
    bottom: 4rem;
    position: absolute;
}

#manualButton {
    bottom: 0rem;
    position: absolute;
}

#logoutButton {
    bottom: 0px;
    position: absolute;
}

.attribute {
    display: none;
    position: absolute;
    width: 70%;
    padding: 10px 15px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    z-index: 7778;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    left: 15%;
    top: 15%;
    min-height: 20px;
}

.attribute ::-webkit-scrollbar {
    display: block !important;
    height: 5px;
    width: 5px;
}

.attribute ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.attribute ::-webkit-scrollbar-thumb {
    background: #818181;
    border-radius: 10px;
}

.attribute-wrapper {
    overflow: auto;
    max-height: 300px;
    margin-top: 15px;
    padding-right: 10px;
}

.attribute .closeButton {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
}

.attribute .search-input {
    position: absolute;
    left: 215px;
    top: 10px;
	width: 220px;
}

.attribute .search-icon {
left: 400px;
top: -15px;
cursor: pointer;
}

.attribute .buttonSearchClear {
left: 400px;
top: -17px;
cursor: pointer;

}

.attribute .select-style {
    position: absolute;
    top: 17px;
    left: 450px;
}

.attribute h2 {
    margin-left: 0px;
}

.attr-table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    text-align: left;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}

.attr-table thead th {
    font-weight: 600;
    font-size: 1.2rem;
    vertical-align: bottom;
    border-bottom: 1px solid #acacac;
    color: #434343;
}

.attr-table thead th.sorting,
.attr-table thead th.sorting_asc,
.attr-table thead th.sorting_desc {
    padding-right: 30px;
}

.attr-table thead th.sorting,
.attr-table thead .sorting_asc,
.attr-table thead .sorting_desc {
    cursor: pointer;
    position: relative;
}

.attr-table thead th.sorting:before,
.attr-table thead .sorting_asc:before,
.attr-table thead .sorting_desc:before {
    right: 1em;
    content: "\2191";
}

.attr-table thead th.sorting:after,
.attr-table thead .sorting_asc:after,
.attr-table thead .sorting_desc:after {
    right: 0.5em;
    content: "\2193";
}

.attr-table thead .sorting:before,
.attr-table thead .sorting:after,
.attr-table thead .sorting_asc:before,
.attr-table thead .sorting_asc:after,
.attr-table thead .sorting_desc:before,
.attr-table thead .sorting_desc:after {
    position: absolute;
    bottom: 10px;
    display: block;
    opacity: 0.3;
    font-size: 1.2rem;
    font-weight: normal;
}

.attr-table th,
.attr-table td {
    padding: 7px 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dddddd;
    font-weight: 400;
}

.attr-table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 1800px){
    #coordinates {
        max-width: 420px;
    }
}
@media (max-width: 1280px) {
    #coordinates {
        max-width: 300px;
        text-align: left;
        bottom: 0px;
        right: 140px;
    }
    #WGS,
    #PUWG {
        border: none !important;
    }
    #Loading {
        position: absolute;
        left: -10px;
        top: 10px;
        margin-right: 0px;
    }
}

@media (max-width: 900px) {
    #coordinates {
        max-width: 250px;
        text-align: right;
        bottom: 30px;
        right: 15px;
    }
    #coordinates span:last-child {
        padding-right: 0px;
    }
    #PUWG {
        padding-right: 0px;
    }
    #Loading {
        left: 30px;
    }
    .navi-container {
        transform: scale(0.85);
        top: 15px;
        right: 10px;
    }
    .slider-wrapper {
        transform: scale(0.85);
        top: 5px;
        right: 7px;
    }
}

@media (max-width: 780px) {
    #manualContainerHeader {
        transform: scale(0.8);
    }
}

@media (max-width: 580px) {
    #manualContainerHeader {
        transform: scale(0.7);
    }
}

@media (max-width: 415px) {
    .text-site {
        width: 56px;
        font-size: 9px;
    }
    #manualContainerHeader {
        transform: scale(0.6);
    }
}

@media (max-width: 360px) {
    .text-site {
        width: 48px;
        font-size: 0.8rem;
    }
}
/* nat 02.09 */
/* 
#lidar-color {
    width: 105px;
    margin-left: 14px;
}
#lidar-color2 {
    
    width: 105px;
    margin-left: 10px;
} */
/* nat 02.09 end*/

.datePicker_hidden ::-webkit-scrollbar,
.yearsList ::-webkit-scrollbar {
    width: 5px;
    display: block !important;
}

.datePicker_hidden ::-webkit-scrollbar-track,
.yearsList ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

.datePicker_hidden ::-webkit-scrollbar-thumb,
.yearsList ::-webkit-scrollbar-thumb {
    background: #818181;
    border-radius: 10px;
}

.baseLayerPrefab {
    display: flex;
}

/*.draggableContainer {
    float: left;
    clear: both;
    position: relative;
    width: 100%;
}*/

.subMenuButton {
    vertical-align: middle;
}

.layerOptionsContainer {
    display: none;    
    min-height: 40px;
	padding-left: 15px;
	
	
}

#optionsContent{
    /* margin-bottom: 10px; */
    /* display: none;
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    background-color: #ffffff;
    min-height: 40px;
    position: relative;
    left: 50px;
    color: #222222;
    z-index: 12;
    top: -33px;
    margin-left: 0px; */

    /* max-height: 300px; */
    /* max-width: 80%; */
    /* padding-top: 20px; */
    /* height: 300px; */
    /* margin-bottom: 22px; */
     /* border: 1px solid #22a7f0; */
}

.baseLayerPrefab.selected .layerOptionsContainer {
	border: 1px solid #22a7f0;
	border-top: none;
    margin-bottom: 10px;
    
}

.opacityTitle {
    color: #222222;
    display: inline-block;
    float: left;
    font-size: 1.2rem;
    margin-right: 10px;
}

.checkboxContainer {
	float: left;
    display: block;
    position: relative;        
    cursor: pointer;   
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   /* float: left;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
  }
  
  /* Hide the browser's default checkbox */
  .checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkboxCheckmark {
    position: absolute;
    top: 2px;    
    height: 15px;
    width: 15px;
    border: 1px solid #d1d3d6;
	background-color: transparent;
	box-sizing: border-box;
  }
  .wrap_text{
    /* display: inline-block; */
    display: block;
    width: 7rem;
    float: left;
  }
  
  /* On mouse-over, add a grey background color */
  .checkboxContainer:hover input ~ .checkboxCheckmark {
   /* background-color: #ccc;*/
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkboxContainer input:checked ~ .checkboxCheckmark {
   /* background-color: #2196F3;*/
   border: 1px solid #22a7f0;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkboxCheckmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkboxContainer input:checked ~ .checkboxCheckmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkboxContainer .checkboxCheckmark:after {
    left: 4px;
    top: 0px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .deleteIntersection{
      float: right;
      width: 10px;
      height: 10px;
      background-image: url("../images/delete.png");
      margin-top: 4px;
  }


 

#resizeModel3dWindow input[type=range] {
    height: 23px;
    /* -webkit-appearance: none; */
    /* margin: 10px 0; */
    width: calc( 100% - 10px);
    margin-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
  }

#resizeModel3dWindow input[type=number], 
#measurePopupElevPrice input[type=number] {
height: 23px;
width: 60px;
color: white;
display: inline-block;
margin-left: 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
margin-bottom: 10px;
}


#resizeModel3dWindow input[type=range]:focus {
    outline: none;
}

#resizeModel3dWindow input[type=range]::-webkit-slider-runnable-track{
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #a6a6a6;
    border-radius: 1px;
    border: 0px solid #000000;
}

#resizeModel3dWindow input[type=range]::-webkit-slider-thumb{
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

#resizeModel3dWindow input[type=range]:focus::-webkit-slider-runnable-track{
    background: #a6a6a6;
}

#resizeModel3dWindow input[type=range]::-moz-range-track{
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #a6a6a6;
    border-radius: 1px;
    border: 0px solid #000000;
}



#resizeModel3dWindow input[type=range]::-ms-track{
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

#resizeModel3dWindow input[type=range]::-ms-fill-lower{
    background-color: transparent;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

#resizeModel3dWindow input[type=range]::-ms-fill-upper{
    background-color: transparent;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

#resizeModel3dWindow input[type=range]::-ms-thumb{
    margin-top: 1px;
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
}

#resizeModel3dWindow input[type=range]:focus::-ms-fill-lower{
    background-color: transparent;
}

#resizeModel3dWindow input[type=range]:focus::-ms-fill-upper{
    background-color: transparent;
}


.lidarPopUp input[type=range] {
    height: 23px;
    -webkit-appearance: none;
    /* margin: 10px 0; */
    width: 104px;
    margin-left: 22px;
  }
.lidarPopUp input[type=range]:focus {
    outline: none;
}

.lidarPopUp input[type=range]::-webkit-slider-runnable-track {
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #a6a6a6;
    border-radius: 1px;
    border: 0px solid #000000;
}

.lidarPopUp input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 2rem;
    background: #22A7F0;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

.lidarPopUp input[type=range]:focus::-webkit-slider-runnable-track {
    background: #a6a6a6;
}

.lidarPopUp input[type=range]::-moz-range-track {
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #a6a6a6;
    border-radius: 1px;
    border: 0px solid #000000;
}

.lidarPopUp input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
}

.lidarPopUp input[type=range]::-ms-track {
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.lidarPopUp input[type=range]::-ms-fill-lower {
    background: #a6a6a6;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

.lidarPopUp input[type=range]::-ms-fill-upper {
    background: #a6a6a6;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

.lidarPopUp input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
}

.lidarPopUp input[type=range]:focus::-ms-fill-lower {
    background: #a6a6a6;
}

.lidarPopUp input[type=range]:focus::-ms-fill-upper {
    background: #a6a6a6;
}
.lidarPointSize{
    /* float: right; */
    width: 260px;
    /* margin-top: 6px;
    margin-left: 13px; */
    display: inline-block;
    vertical-align: middle;
}

#rightLidarSettings{
    border-left: 1px solid #22A7F0;
    position: absolute;
    width: fit-content;
    left: 200px;
    top: 34px;
    padding-left: 12px;
}
#slider_pointSize{
    /* margin-left: 13px;
    margin-right: 40px; */
}
/*nat02.09*/
/* #lidarSideTextL{
    font-size: 1.2rem;
    font-family: "Lato", sans-serif;
    position: relative;
    left: 75px;
    top: -35px;
} */
/* #lidarSideTextP{
    font-size: 1.2rem;
    font-family: "Lato", sans-serif;
    position: relative;
    left: 75px;
    top: -35px;
} */
/* nat end */
.gridLidarClasification{
    width: calc(80% - 20px);
    /* margin-right: 20px; */
    margin-top: 10px;
    display: grid;
    grid-template-columns: auto;
}
.classificationElement{
    min-height: 22px;
    width:300px;
}
.classificationElementTitle{
    /* float: left;
    margin-right: 10px; */
    margin-left: 35px;
}

 #profile_window .checkboxCheckmark {
      margin-left: 10px;
  }

.classificationElement .checkboxContainer .checkboxCheckmark:after {
    left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: solid #22a7f0;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .classificationElement .checkboxContainer{
    /* float: right;
    right: 15px; */
    top: 1px;
  }
  #colorPickerMain{
    display: none;
    position: absolute;
    /* background-color: white; */
    width: 120px;
    height: 120px;
    right: 26px;
    /* top: 105px; */
    z-index: 99;
    bottom: 52px;
    background: rgb(250,250,250);
    border-radius: 9px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 15px;
}
.classificationColor{
    position: relative;
    width: 14px;
    height: 14px;
    background: white;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    float: right;
    right: 0px;
    top: 1px;
}
#closeButtonPicker {
    position: absolute;
    right: 6px;
    top: 4px;
    cursor: pointer;
}
#corridorAvatar{
    width: 20%;
}
.toolbarImageOption{
	margin-top: 10px;
    width: 20px;
    height: 20px;
}
#fullImageContainer{
    border: 3px solid rgba(36, 39, 41, 0.9);
    background-color: rgba(250,250,250,0.6);
    position: fixed;
    display: none;
    width: 70.25%;
    height: 96%;
    top: 1%;
    left: 14.4%;
    z-index: 99999;
}

.pdfHeader {
    width: 100%;
    height: 25px;
    background-color: rgba(36, 39, 41, 0.9);
}
.closePDF {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}
#toolbarImage{
    padding: 5px;
    border-radius: 5px;
    display: inline-grid;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 999;
    background: rgba(240,240,240,0.5);
}
#fullImage{
	width: 100%;
	height: calc(100% - 25px);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
	background-position: center;
	cursor: grab;
}
.buttonCorridorContainer{
    /* display: inline-flex; */
    width: 100%;
    height: 100%;
}
.buttonCorridor{
    position: relative;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    top: calc(50% - 20px);
    cursor: pointer;
}
.buttonPrevImage{
    transform: rotate(180deg);
    background-image: url("../images/right-arrow.png");
}
.buttonFullImage{
    background-image: url("../images/fullimage.png");
    left: calc(50% - 60px);
}
.buttonNextImage{
    background-image: url("../images/right-arrow.png");
    left: calc(50% + 60px);

}
.corridorWraper{
    width: 100%;
    height: 100%;
    transition-duration: .2s;
}
.corr1{
    display: none;
}
.corr2{
    display: none;
}
.corr3{
    display: none;
}
.corr4{
    display: none;
}
.corridorWraper:hover .corr1{
    display: inline-flex;
}
.corridorWraper:hover .corr2{
    display: inline-flex;
}
.corridorWraper:hover .corr3{
    display: inline-flex;
}
.corridorWraper:hover .corr4{
    display: inline-flex;
}

/* .showme {
    display: none;
  }
  
  .showhim:hover .showme {
    display: block;
  } */
.documentPdfPrefab{
    padding: 2px 0px;
    border-bottom: 1px solid #cccccc;
}
.pdfDocumentTitle{
    width: 100%;
    height: 20px;
    background: rgb(245,245,245);
    margin-top: 2px;
}
.pdfDocumentTitle:hover{
    background-color: #22a7f0;
}
#pdfContainer {
    width: 100%;
    height: 100%;
	position: relative;
}
.pdfHeader {
    width: 100%;
    height: 25px;
    background-color: rgba(36, 39, 41, 0.9);
}
.PDF {
    display: none;
    z-index: 9999;
    width: 60%;
    height: 70%;
    position: fixed;
    left: 20%;
    top: calc(15% - 20px);
}
.closePDF {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}
#corridorAvatarButton{
    display: none;
}
#corridorButton{
    display: none;
}

.y.axis {
    font-size:10px;
}

.x.axis {
    font-size: 1.0rem;
}

#profile_selector::-webkit-scrollbar {
    background-color: rgba(25, 27, 29, 0.55);
    width: 5px;
    margin-right: 1%;
}

#width_selector{
	font-family: Lato, sans-serif;
	font-size: 1.0rem;
	width: 40px;
	color: white;
	padding-left: 0.5px;
	padding-right: 0px;
	border: 1px solid #525252;
    background: transparent;
	
}
#rotate {
    color: white;
    font-size: 2.6rem;
    vertical-align: middle;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    margin-top: 5px;
}


.rotateAxis {
    background-color: rgba(34, 34, 34, 0.85);
    display: none;
    margin-bottom: 0;
    /* font-size: 8.5pt; */
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    color: #ffffff;
    height: 25px;
    width: 200px;
    z-index: 1200;
    vertical-align: middle;
    position: absolute;
    top: 40px;
    box-sizing: content-box;
    display: block;
    text-transform: uppercase;
    padding-top: 10px;
}
.facade .active {
    background-position-y: -27px
}
.task-wrapper3 input[type=range] {
    height: 12px;
    -webkit-appearance: none;
    /* margin: 10px 0; */
    width: 76%;
    margin-left: 1px;
}

.task-wrapper3 input[type=range]:focus {
    outline: none;
}

.task-wrapper3 input[type=range]::-webkit-slider-runnable-track {
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #a6a6a6;
    border-radius: 1px;
    border: 0px solid #000000;
}

.task-wrapper3 input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 17px;
    width: 17px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

.task-wrapper3 input[type=range]:focus::-webkit-slider-runnable-track {
    background: #a6a6a6;
}

.task-wrapper3 input[type=range]::-moz-range-track {
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #a6a6a6;
    border-radius: 1px;
    border: 0px solid #000000;
}

.task-wrapper3 input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 17px;
    width: 17px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
}

.task-wrapper3 input[type=range]::-ms-track {
    width: 90%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.task-wrapper3 input[type=range]::-ms-fill-lower {
    background: #a6a6a6;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

.task-wrapper3 input[type=range]::-ms-fill-upper {
    background: #a6a6a6;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

.task-wrapper3 input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 17px;
    width: 17px;
    border-radius: 20px;
    background: #22A7F0;
    cursor: pointer;
}

.task-wrapper3 input[type=range]:focus::-ms-fill-lower {
    background: #a6a6a6;
}

.task-wrapper3 input[type=range]:focus::-ms-fill-upper {
    background: #a6a6a6;
}
.task-wrapper3 {
    margin: 10px 0px 20px 25px;
}
#axisButton {
    right: calc(50% - 100px);
    display: none;
}


#rotateImage {
    margin-top: 6px;
}




.comic {
    font-family: 'Lato', sans-serif;
    display: none;
    color: #fff;
    background-color: rgba(36, 39, 41, 0.85);
    padding: 20px;
    border-radius: 20px;
    position: relative;
    top: -60px;
    right: 191px;
    width: 126px;
}


.comicAfter {
    content: "";
    width: 0; 
    height: 0; 
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(36, 39, 41, 0.85);
    position: absolute;
    bottom: 17px;
    left: 166px;
  }
  .comic2 {
    font-family: 'Lato', sans-serif;
    display: none;
    color: #fff;
    background-color: rgba(36, 39, 41, 0.85);
    padding: 20px;
    border-radius: 20px;
    position: relative;
    top: -60px;
    right: 191px;
    width: 126px;
}


.comicAfter2 {
    content: "";
    width: 0; 
    height: 0; 
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(36, 39, 41, 0.85);
    position: absolute;
    bottom: 17px;
    left: 166px;
  }
/* .comic:after {
    content: "";
    display: block;
    background-color: rgba(36, 39, 41, 0.85);
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 12px;
    left: 79px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
} */

/* nat start */
/* #pointsValue{ */
    /* background-color: red; */
    /* position: relative;
    top: -6px;
    color: #22a7f0;
} */
/* nat end */

#pointsValueBox{
    display: block;
    width: 85px;
    /* background-color: red; */
    position: relative;
    left: 75px;
    top: -10px;
    max-width: 200px;
    text-align: center;
}

/* #pointsValueSet {
    position: relative;
    top: -23px;
    height: 40px;
} */

#pointsValueCube{
    /* display: block;
    width:10px;
    height: 10px;
    background-color: white;
    border: 1px solid #22a7f0;
    position: relative;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 9px;
    left: 44px;

    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red; */
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #22a7f0;
    display: block;
    position: relative;
    left: 39px;
    top: -2px;


}

.lidarPointsValueNumber{
    /* border-radius: 5px; */
    width: 68px;
    text-align: center;
    margin-left: 7px;
    display: block;
    border: 1px solid #22a7f0;
    background-color: white;
}


.togglebutton{
    font-size:3rem;
    color: white;
    /* float: right; */
    /* font-weight: bold; */
    padding-top: 10px;
    padding-bottom: 11px;
    position: absolute;
    right:  0;
    top: -32px;
    z-index: 9999999;
    display: none;
    /* position: fixed; */
    left: 0px;
    bottom: 0px;
   
}


.switch2 {
    position: relative;
    display: block;
    width: 38px;
    height: 21px;
    float: left;
    /* margin-left: 170px; */
    /* top: 50px; */
    ;
}

/* klasak newnew */
.switch3 {
    position: relative;
    display: block;
    width: 38px;
    height: 21px;
    float: left;
    /* margin-left: 170px; */
    /* top: 50px; */
    ;
}

.singleTypeOptions{
    display: inline-flex;
    width:100%;
    margin: 0 0 10px 0px;
    align-items: center;
    /* height:100px; */
}

.singleTypeOptionsText{
    display: block;
    width: 50%;
    min-width: 1.2rem;
    /* height:70px; */
}

.colorTextContentOptions{
    font-size: 1.2rem;
}

.popup-content2 {
    margin-bottom: 5px;
    background: #ffffff;
    display: table;
    width: calc(100% - 15px);
}


#lidarColorSettingsBox{
    display: block;
    width: 100%;
    margin-top: 0px;
}

#lidarShadowBox{
    display: none;
}

#pathFinder{
    display: block;
}

#pathFinderContent{
    display: none;
    /* height: 400px; */
    width: 100%;
    background-color: rgba(0, 102, 255, 0.158);
    padding-bottom: 30px;
}

#pathFinderIcons {
    margin: 0px 0px 10px 55px;
    padding-top: 20px;
}

.pathFinderIcon{
    display: inline-block;
    border-radius: 50%;
    background-color: #22a7f0;
    width: 35px;
    height: 35px;
    margin: 2px 5px 0px 0px;
    color: white;
    font-size: 1.6rem;
    text-align: center;
}

.pathFinderIcon img {
    margin-top: 50%;
    transform: translateY(-50%);
    width: 60%;
}

.pathFinderIcon:active{
    background-color: red;
}

.pathFinderAddres{
    display: block;
    width: 100%;
}

.pathFinderPoint{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 20px;
    border: 3px solid #22a7f0;
    border-radius: 50%;
}


.pathFinderInput{
    display: inline-block;
    width:63%;
    /* background-color: rgba(95, 158, 160, 0.349); */
    margin: 5px 10px;

    border: 1px solid #c5c6c5;
    box-shadow: none !important;
    color: #676767;
    font-size: 1.1rem;
    height: 26px;
    outline: none;
    padding: 0px 10px;
    -webkit-appearance: none;
}

.pathFinderGetPointMouse{
    display: inline-block;
    background-color: #22a7f0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    color: white;
    font-size: 1.5rem;
    margin-left: 2px;
}

.pathFinderIconActive{
    background-color: red;
}


#pathFinderOptions{
    padding-left: 30px;
    padding-top: 20px;
}

.pathFinderOptions{
    display: inline-block;
    border-radius: 50%;
    background-color: #22a7f0;
    width: 20px;
    height: 20px;
    margin: 2px 5px 0px 0px;
    color: white;
    text-align: center;

}


/* #fontsSizeContent{
    text-align: center;
    font-weight: 900;
    
} */
.fontsSize13px{
    font-size: 1.5rem ;
}
.fontsSize15px{
    font-size: 1.7rem ;
}
.fontsSize17px{
    font-size: 2rem ;
}

.search-icon svg{
    height: 17px;
    width: 20px;
    margin-top: 4px;

}
.close-icon svg{
    height: 22px;
    width: 20px;
    margin-top: 6px;
}

.menu-content svg{
    width: 4rem;
    /* overflow: hidden; */
}

/* #fontsSizeBuuton .menu-content.active{
margin-top: -38px!important;
} */

.naPolnoc{
    transform: rotate(0deg);

    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 13%;
}

#naPolnoc svg{
    width: 2.8rem;
    height: 2.8rem;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); */
}


.buttonFunc:hover svg,
.buttonFunc .active svg,
.fullscreen.selected svg,
.streets.selected svg,
.ewidencja.selected svg,
.contrast .selected svg,
.poi.selected svg{
    fill: #22a7f0;
}

#scaleOptionsShowHide{
    display: block;
}