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

root {
    display: block;
    overflow: hidden;
}

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: 16px;
    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;
}

#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: 30px;
    margin: 5px 0px 0px 15px;
}

#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: 12px;
    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: 13px;
    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: 13px;
    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: 13px;
    left: 30px;
    line-height: 32px;
    min-width: 110px;
    padding: 0 10px;
    position: absolute;
    top: 49%;
}

.imageReveal-caption {
    color: #fff;
    font-size: 14px;
    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;
}

.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%;
    cursor: pointer;
    height: 48px;
    left: calc(50% - 25px);
    /* position: absolute; */
    text-align: center;
    top: 48%;
    width: 50px;
    z-index: 1012;
}


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

.navi-container {
    display: block;
    position: absolute;
    top: 37px;
    right: 20px;
}

.navi {
    background-color: rgba(36, 39, 41, 0.85);
    border-radius: 50%;
    clear: both;
    height: 80px;
    /* position: absolute;
    right: 15px;
    top: 37px;*/
    width: 80px;
    display: none;
}

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

.control-text a {
    font-family: Arial;
    font-size: 14px;
}

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

.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;
}

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


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

.navigationButton {
    width: 35px;
    height: 35px;
    right: 36px;
    background-color: rgba(34, 34, 34, 0.85);
}

.navigationButton:hover {
    cursor: pointer;
}

.zoom-container {
    display: block;
    margin: 15px 22px 0px 0px;
    width: 35px;
    float: right;
}

#northSignContainer {
    /* top: 210px; */
    margin-top: 5px;
    padding-top: 1px;
}

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

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

#zoomIn,
#zoomOut {
    color: white;
    font-size: 26px;
    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: 17px;
    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: calc(50vh);*/
    bottom: 25px;
    cursor: pointer;
    height: 56px;
    left: 50px;
    position: absolute;
    width: 30px;
    z-index: 1001;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    border-left: 1px solid #242424;
}

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

.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;
}

.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;
}

.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: 10px;
    height: 15px;
    padding-left: 5px;
    width: 70px;
    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
}

.area_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: 11px;
    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: 50px;
    z-index: 1000;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.6);
}

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

.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,
.ewidencja,
.home,
.layers,
.cienie,
.point-cloud,
.poi,
.naPolnoc,
.logowanie,
.ewidencja,
.inout_export,
.inout_import,
.inout_share,
.inout_wms,
.measure_area,
.measure_clear,
.measure_distance,
.view_single,
.view_compare,
.view_double,
.view_reverse,
.area_measure,
.manual,
.height_distance {
    cursor: pointer;
    height: 27px;
    transition-property: background-position;
}

.search:hover,
.searchOl:hover,
.measure:hover,
.view:hover,
.transfer:hover,
.ewidencja:hover,
.fullscreen:hover,
.street_line:hover,
.home:hover,
.layers:hover,
.cienie:hover,
.point-cloud:hover,
.poi:hover,
.ewidencja: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,
.height_distance: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
}

.layers {
    background: url('../images/layers.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;
}

.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;
}

.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: url('../images/measure_distance.png') top center no-repeat; */
    background-image: url('../images/measure_distance.png');
    background-repeat: no-repeat;
    background-position-x: center;
}

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

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

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

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

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

.view_reverse {
    /* background: url('../images/view_reverse.png') top center no-repeat; */
    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 .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 .home,
.toolbar-button:hover .home,
.toolbar-button:hover .manual {
    background-position-y: -27px;
}

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

.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: 14px;
    font-weight: 400;
    position: relative;
    width: 330px;
}

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

.task-wrapper {
    margin: 10px 10px 20px 25px;
}

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

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

ul.layers-list {
    height: auto;
    margin-top: 7px;
    min-height: 80px;
    width: 275px;
}

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

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

.menu-content {
    height: 40px;
    width: auto;
}

.menu-content .toolbar-button {
    display: inline-block;
    width: 40px;
}

.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: #d0d0d0;
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 1px;
    margin-right: 8px;
}

.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: 50px;
    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: #d0d0d0;
    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: #d0d0d0;
    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: #d0d0d0;
    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: #d0d0d0;
    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: #d0d0d0;
    border: 0px solid #D0D0D0;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #D0D0D0;
}

.layers-range input[type=range]::-ms-fill-upper {
    background: #d0d0d0;
    border: 0px solid #D0D0D0;
    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: #D0D0D0;
    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: 250px;
    -webkit-appearance: none;
}


/* clears the 'X' from IE */

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

#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 {
    display: none;
}

#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: 11px;
	 font-weight: 400;
 }
 
 #searchType {
	 background-color: #f7f7f7;
	 border: none;
	 font-size: 12px;
	 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: 11px;
    font-weight: 400;
}

.icon_select_mate {
    position: absolute;
    top: 6px;
    right: 2%;
    font-size: 12px;
    height: 15px;
    transition: all 275ms;
}

.select_mate {
    position: fixed;
    float: left;
    min-width: 135px;
    width: 135px;
    height: 30px;
    font-family: 'Lato';
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    background-color: #f1f1f1;
    top: 40px;
    left: 190px;
    border-radius: 1px;
    /* transition: all 375ms ease-in-out; */
}

.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;
} */

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

#logo img {
    bottom: 0px;
    left: 0px;
    max-width: 100px;
    position: absolute;
}

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

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

#coordinates {
    float: left;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    margin-left: 25px;
    min-width: 600px;
    vertical-align: bottom;
    color: #f7f7f7;
    font-weight: 300;
    margin-top: 9px;
    font-style: normal;
    text-decoration: none;
    /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    z-index: 1009;
}

#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% - 50px);
    z-index: 1008;
    left: 50px;
}

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

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

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

#shapeSelection h2,
#wfsWmsPanel h2 {
    font-size: 13px;
    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 {
    background-color: #22a7f0;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    /*top: 30px;*/
    width: 90px;
}

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

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

.radio-button {
    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 {
    display: block;
}

.searchWms {
    position: relative;
    margin: 0 auto;
}

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

.wmsInput {
    /*margin: 0px 60px;*/
    display: block;
    font-size: 11px;
    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 {
    position: relative;
    margin: 10px auto;
    height: 20px;
    width: 100px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #22a7f0;
    color: #ffffff;
    cursor: pointer;
}

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

.layer-text {
    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;
}

#shapeSelection {
    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;
}

.custom-select {
    position: relative;
    width: 150px;
    margin: 10px auto;
}

#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 {
    /* 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: 280px;
    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: 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]::-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: 13px;
    text-align: center;
    color: #222222;
}

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

#time-control .kontrola_czasu {
    font-size: 12px;
    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,
.street_line.selected,
.ewidencja.selected {
    background-position-y: -54px;
}

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

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

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

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

#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 {
    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;
    /* 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% - 57.5px);
}

#LayerButtonTop2 {
    left: calc(25% - 57.5px);
    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 {
    /*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: 14px;
    max-height: 300px;
    overflow: auto;
    padding: 5px 0px 6px 10px;
    position: absolute;
    top: 25px;    
    width: 210px;
	position: absolute;
    z-index: 1099;*/
    right: calc(50% - 105px);
    /*
    -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% - 110px);
    /* 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: 14px;
    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: 46px;
    margin: 2px 0px;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
    /*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: 42px 42px;
    box-sizing: border-box;
    color: #edffff;
    cursor: pointer;
    display: inline-table;
    float: left;
    height: auto;
    padding: 0;
    position: relative;
    /* width: 56px;*/
    width: 42px;
}

.baseLayerPicker-itemLabel {
    color: #ffffff;
    cursor: pointer;
    display: inline-table;
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    height: 42px;
    line-height: 42px;
    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: 38px;
    line-height: 35px;
    position: absolute;
    right: 493.3px;
    text-align: center;
    /* width: 83px; */
    z-index: 1099;
    /*border-top-left-radius: 25px;
    border-top-right-radius: 25px;*/
    text-align: center;
    width: 85px;
}

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

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

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


/* .datePicker-content {
	
} */

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

#dataR {
    right: 40px;
}

#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% - 110px);
    height: 40px;
    width: 170px;
    position: absolute;
    display: block;
    pointer-events: all;
}

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

#measure-popup {
    position: absolute;
    bottom: 50px;
    left: calc(100% - 280px);
    display: -webkit-flex;
    display: none;
    width: 280px;
    font-family: Arial;
    background-color: rgba(51, 51, 52, 0.9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    border: none;
    padding: 10px 0px;
}

#measure-popup h2 {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-left: 15px;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
}

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

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

.measure-content {
    padding: 15px 20px 5px 20px;
    color: #ffffff;
    font-size: 14px;
}

.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: 13px;
    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: 22px !important;
    font-weight: 300 !important;
    font-family: "Lato" !important;
}

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

#searchContainer {
    overflow: hidden;
    height: 80px;
}


/* .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: 14px;
	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;
}

#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 {
    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: 16px;
}


/*

.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: 12px;
    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 {
    position: absolute;
    top: 0px;
    z-index: 1099;
    display: none;
    float: left;
    padding: 35px 0px 6px 0px;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 210px;
    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);
    max-height: 300px;
    margin-top: 0px;
    overflow: auto;
}

.btn {
    background-color: rgba(34, 34, 34, 0.85);
    display: inline-block;
    margin-bottom: 0;
    font-size: 8.5pt;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #ffffff;
    height: 25px;
    width: 115px;
    z-index: 1200;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    box-sizing: content-box;
    display: block;
    text-transform: uppercase;
    padding-top: 5px;
}

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

.shadowToggle {
    margin: 15px 0px;
}


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

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 21px;
    margin-left: 10px;
}


/* 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);
}

.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: 125px !important;
}

.cesium-infoBox-title {
    background: #ffffff !important;
    color: #222222 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !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: 14px !important;
    margin: 13px 8px 8px 8px;
    padding: 0px !important;
}

.cesium-infoBox-description p {
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !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: 14px !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: 10px;
    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: 11px;
    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: #f1f1f1;
    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 {
    color: white;
    position: relative;
    font-size: 10px;
    margin: 6px 65px;
}

#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 {
    display: inline;
    position: relative;
    left: -50px;
    top: 14px;
    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 {
    position: absolute;
    height: 450px;
    width: 670px;
    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;
    width: 179px;
    height: calc(100% - 20px);
    border-right: 1px solid #777777;
    text-align: center;
    float: left;
    /* padding-top: 20px; */
    padding-right: 10px;
    margin-top: 20px;
}

#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: 12px;
    /* padding-top: 5px; */
    padding-left: 15px;
    top: 0px;
}

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

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

#closeManual:hover {
    cursor: pointer;
}

#manualContainerHeader {
    display: none;
    position: absolute;
    height: 50px;
    width: 670px;
    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: 35px;
    margin-top: 20px;
    border-bottom: 2px solid #22a7f0;
    width: 100px;
    padding-bottom: 5px;
}

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

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

::-webkit-scrollbar {
    display: none;
}

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

p>a {
    color: #22a7f0;
}

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