* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}

.leaflet-draw {
    display: none;
}

.activeControl {
    background: #bbbbbb !important;
}

#mapContent {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.gm-style-cc.gmnoprint {
    display: none !important;
}

.gmnoprint {
    right: 0 !important;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
    width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}

input::-ms-clear {
    display: none;
}

html, body {    
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
	-webkit-user-select: none;
}
/*
.fullscreen {
    width: 100%;
    height: 100%;
}*/
h1, p {
    display: none;
}

#map {
    position: relative;
    height: 100%;
    z-index: 1;
}

.leaflet-control-layers-toggle {
    display: none !important;
}

#loading {
    display: none;
    height: 63px;
    width: 100%;
    background: #34495e;
    position: absolute;
    z-index: 99999;
    top: 0;
}

#legend {
    background: white;
    z-index: 99;
    height: 45px;
    width: 45px;
    padding: 9px;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

#legend:hover {
    cursor: pointer;
}

#legendImage {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

#legend.upperPanelControl:hover {
    background: #f7f7f7;
    cursor: pointer;
}
#legend.upperPanelControl {
    float: left;
    height: 39px;
    display: inline-block;
    margin: 0 0 0 0;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
    border-right: solid 1px #eaeaea;
}

div#legend.upperPanelControl img {
    margin-top: -2px;
}

/**/

#gpslocate {
    background: white;
    z-index: 99;
    height: 45px;
    width: 45px;
    padding: 9px;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

#gpslocate:hover {
    cursor: pointer;
}

#gpslocateImage {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

#gpslocate.upperPanelControl:hover {
    background: #f7f7f7;
    cursor: pointer;
}
#gpslocate.upperPanelControl {
    float: left;
    height: 39px;
    display: inline-block;
    margin: 0 0 0 0;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
    border-right: solid 1px #eaeaea;
}

div#gpslocate.upperPanelControl img {
    margin-top: -2px;
}

.gpslocateloading {
    height: 20px;
    padding: 6px 0 0 6px;
}

/**/




#measuredist, #measurearea, #getfeature, #cuzk{
    background: white;
    z-index: 99;
    height: 45px;
    width: 45px;
    padding: 9px;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}




#measuredistImage, #measureareaImage, #getfeatureImage, #cuzkImage {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

#measuredist.upperPanelControl:hover,#measurearea.upperPanelControl:hover,#getfeature.upperPanelControl:hover,#cuzk.upperPanelControl:hover {
    background: #f7f7f7;
    cursor: pointer;
}
#measuredist.upperPanelControl,#measurearea.upperPanelControl,#getfeature.upperPanelControl,#cuzk.upperPanelControl {
    float: left;
    height: 39px;
    display: inline-block;
    margin: 0 0 0 0;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
    border-right: solid 1px #eaeaea;
}

div#measuredist.upperPanelControl img, div#measurearea.upperPanelControl img, div#getfeature.upperPanelControl img, div#cuzk.upperPanelControl img {
    margin-top: -2px;
}



/**/

.measureTooltip {
	font: 12px/1.25  Arial;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 5px #BBB;
	margin: 0;
	padding: 2px;
	width: auto !important;
	height: auto !important;
	white-space: nowrap;
	}

.measureTooltipTotal {
	font-weight: bold;
	}

.measureTooltipDifference {
	color: #777;
	}



/**/

#layerswitcher {
    background: white;
    z-index: 99;
    height: 45px;
    width: 45px;
    padding: 9px;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

#layerswitcher:hover {
    cursor: pointer;
}

#layerswitcherImage {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

#layerswitcher.upperPanelControl:hover {
    background: #f7f7f7;
    cursor: pointer;
}
#layerswitcher.upperPanelControl {
    float: left;
    height: 39px;
    display: inline-block;
    margin: 0 0 0 0;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
    border-right: solid 1px #eaeaea;
}

div#layerswitcher.upperPanelControl img {
    margin-top: -2px;
}



li.unsortable {
   cursor : default !important
}

.sortable-handle {
   cursor: grab;
   left: 5px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  /*background-color: #06416B; */
  background-color: #EBEBEB; 
}

/*
::-webkit-scrollbar-button {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    background: white;
}
*/
#zoom {
    background: white;
    z-index: 139;
    height: auto;
    width: 45px;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

div#zoom.upperPanelControl {
    float: left;
    width: 101px;
    height: 39px;
    display: inline-block;
    margin: 0 0 0 0;
    box-shadow: none;
    border-radius: 0;
    border-right: solid 1px #eaeaea;
}

#zoom.upperPanelControl div:first-child:hover {
    cursor: pointer;
    background: #f7f7f7;
}
#zoom.upperPanelControl div:first-child {
    height: 39px !important;
    width: 50px;
    float: left;
    display: inline-block;
}

#zoom.upperPanelControl div img {
     height: 39px !important;
     width: 50px !important;
     margin: 0 !important;
     padding: 5px;
}

#zoom.upperPanelControl div:last-child:hover {
    cursor: pointer;
    background: #f7f7f7;
}

#zoom.upperPanelControl div:last-child {
    height: 39px !important;
    width: 50px !important;
    margin: 0 !important;
    display: inline-block;
}

#zoom.upperPanelControl div img {
    height: 39px !important;
    width: 50px !important;
    margin: 0 !important;
    padding: 5px;
}

/*history */

#history {
    background: white;
    z-index: 139;
    height: auto;
    width: 45px;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

div#history.upperPanelControl {
    float: left;
    width: 101px;
    height: 39px;
    display: inline-block;
    margin: 0 0 0 0;
    box-shadow: none;
    border-radius: 0;
    border-right: solid 1px #eaeaea;
}

#history.upperPanelControl div:first-child:hover {
    cursor: pointer;
    background: #f7f7f7;
}
#history.upperPanelControl div:first-child {
    height: 39px !important;
    width: 50px;
    float: left;
    display: inline-block;
}

#history.upperPanelControl div img {
    height: 39px !important;
    width: 50px !important;
    margin: 0 !important;
    padding: 5px;
}

#history.upperPanelControl div:last-child:hover {
    cursor: pointer;
    background: #f7f7f7;
}

#history.upperPanelControl div:last-child {
    height: 39px !important;
    width: 50px !important;
    margin: 0 !important;
    display: inline-block;
}

#history.upperPanelControl div img {
    height: 39px !important;
    width: 50px !important;
    margin: 0 !important;
    padding: 5px;
}

.historyDisabled {
    background-color: #ececec;
}

.historyDisabled:hover {
    cursor: default !important;
}

/*history end*/

#resetZoom:hover {
    cursor: pointer;
}

#resetZoom {
    background: white;
    z-index: 99;
    height: 45px;
    width: 45px;
    padding: 9px;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

div#resetZoom.upperPanelControl:hover {
    background: #f7f7f7;
    cursor: pointer;
}

div#resetZoom.upperPanelControl {
    float: left;
    height: 39px;
    display: inline-block;
    margin: 0 0 0 0;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
    border-right: solid 1px #eaeaea;
}

div#resetZoom.upperPanelControl img {
    margin-top: -2px;
}

/* drawPoly */

#draw {
    background: white;
    z-index: 139;
    height: auto;
    width: 45px;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

div#draw.upperPanelControl {
    float: left;
    width: 151px;
    height: 39px;
    display: inline-block;
    margin: 0 0 0 0;
    box-shadow: none;
    border-radius: 0;
    border-right: solid 1px #eaeaea;
}

#draw.upperPanelControl div:first-child:hover {
    cursor: pointer;
    background: #f7f7f7;
}
#draw.upperPanelControl div:first-child {
    height: 39px !important;
    width: 50px;
    float: left;
    display: inline-block;
}

#draw.upperPanelControl div img {
    height: 39px !important;
    width: 50px !important;
    margin: 0 !important;
    padding: 5px;
}

#draw.upperPanelControl div:last-child:hover {
    cursor: pointer;
    background: #f7f7f7;
}

#draw.upperPanelControl div:last-child {
    height: 39px !important;
    width: 50px !important;
    margin: 0 !important;
    display: inline-block;
}

#draw.upperPanelControl div:nth-child(2):hover {
    cursor: pointer;
    background: #f7f7f7;
}

#draw.upperPanelControl div:nth-child(2) {
    height: 39px !important;
    width: 50px !important;
    margin: 0 !important;
    display: inline-block;
}

#draw.upperPanelControl div img {
    height: 39px !important;
    width: 50px !important;
    margin: 0 !important;
    padding: 8px;
}

.historyDisabled {
    background-color: #ececec;
}

.historyDisabled:hover {
    cursor: default !important;
}

/* drawPolyEnd */

#createBookmark:hover {
    cursor: pointer;
}

#createBookmark {
    background: white;
    z-index: 99;
    height: 45px;
    width: 45px;
    padding: 9px;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

div#createBookmark.upperPanelControl:hover {
    background: #f7f7f7;
    cursor: pointer;
}
div#createBookmark.upperPanelControl {
    float: left;
    height: 39px;
    display: inline-block;
    margin: 0 0 0 0;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
    border-right: solid 1px #eaeaea;
}

div#createBookmark.upperPanelControl img {
    margin-top: -2px;
}

#zoom div img {
     height: 40px;
     width: 40px;
     margin: 11px 0 0 3px;
     padding: 3px;
 }

#zoom div:hover {
    cursor: pointer;
}

#zoom div:first-child {
    height: 60px !important;
}

#zoom div:last-child {
    height: 60px !important;
}

#history div img {
    height: 40px;
    width: 40px;
    margin: 11px 0 0 3px;
    padding: 3px;
}

#history div:hover {
    cursor: pointer;
}

#history div:first-child {
    height: 60px !important;
}

#history div:last-child {
    height: 60px !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 0px;
    font-size: 15px;
    /* width: 100% !important; */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32) !important;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #E94F4F !important;
    font-weight: 400 !important;
}
/*
.leaflet-popup-content {
    width: 400px !important;
}
*/
.popupRight {
    float: right;
}

.ui-control {
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    z-index: 100;
    border-radius: 3px;
}

.popupTable {
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}
/*
td:first-child {
    float: right;
    font-weight: 600;
}

td:last-child {
    width: 52%!important;
}
*/
td {
    font-size: 15px;
}

.vex {
    z-index: 99999 !important;
}

.vex.vex-theme-os {
    padding: 4% !important;
    border-radius: 0 !important;
}

.vex-dialog-button {
    border-radius: 0 !important;
}

.vex-content {
    border-radius: 0 !important;
    border-top: 0 !important;
}

#markerTypUdalosti {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 0 16px 0;
    font-size: 17px;
    font-weight: 600;
}

.adresa {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}



#controls {
	float: left;
	position: relative;
}

#loadingtext {
    color: white;
    font-weight: 600;
    font-size: 26px;
    margin-left: 26px;
}

#loadingCenter {
    width: 300px;
    display: block;
    margin: 0 auto;
    padding-top: 14px;
}

div#search.upperPanelControl {
    float: left;
    width: auto;
    height: 39px;
    display: inline-block;
    margin: 0 0 0 0;
    box-shadow: none;
    border-radius: 0;
	top: 0;
	left: 0;
    border-right: solid 1px #eaeaea;
    position: initial;
    box-sizing: border-box !important;
}

div#search.upperPanelControl img {
    height: 39px;
    margin: 0 0 0 5px;
    float: left;
    padding: 9px;
}

div#search.upperPanelControl input {
    height: 39px;
    position: relative;
    border: none;
    margin-left: 5px;
    font-size: 14px;
    width: 245px;
    padding-right: 14px;
    outline: none;
    color: #464646;
    font-weight: 600;
}

#search.upperPanelControl ul {
    background: white;
    border: solid 1px #eaeaea;
    border-top: none;
}

#search {
    position: absolute;
    left: 8px;
    top: 11px;
    background: white;
    z-index: 99998;
    height: auto;
    width: 325px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

#searchImg {
    height: 30px;
    margin: 8px 0 8px 13px;
    float: left;
    width: 36px !important;
}

#searchImg:hover {
    cursor: pointer;
}

#search input {
    height: 47px;
    position: relative;
    border: none;
    margin-left: 8px;
    font-size: 14px;
    width: 219px;
    flex-grow: 1;
    float: left;
    outline: none;
    color: #464646;
    font-weight: 600;
}

#searchResults {
    display: none;
    margin: 0;
    width: 100%;
    list-style-type: none;
    padding: 0;
    max-height: 300px;
    position: relative;
}

#searchResults li {
    height: auto;
    padding: 7px 7px 7px 17px;
    font-size: 14px;
    border-top: 1px solid #ececec;
    color: #464646;
}

#searchResults li div:nth-child(2) {
    font-size: 12px;
    color: #696969;
}

#searchResults li:hover {
    cursor: pointer;
    background: #f5f5f5;
}

.searchResultsHover {
    cursor: pointer;
    background: #f5f5f5;
}

#searchMarker.upperPanelControl {
    display: none;
    position: absolute;
    left: 10px;
    top: 51px;
    background: white;
    z-index: 100;
    height: 47px;
    width: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

#searchMarker {
    display: none;
    position: absolute;
    left: 346px;
    top: 11px;
    background: white;
    z-index: 9;
    height: 47px;
    width: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

#topPanelSearchMarker.upperPanelControl {
    height: 39px;
    padding: 10px 10px 8px 10px;
    margin: 0 5px 0 7px;
    float: left;
}

#topPanelSearchMarker {
    height: 44px;
    padding: 12px 10px 6px 10px;
    margin: 0 5px 0 7px;
    float: left;
    width: 41px;
}

#topPanelSearchMarker:hover {
    cursor: pointer;
}

#removeMarker.upperPanelControl {
    float: left;
    height: 100%;
    padding-top: 11px;
    color: #464646;
    font-weight: 600;
    font-size: 14px;
}

#removeMarker {
    float: left;
    height: 100%;
    padding-top: 14px;
    color: #464646;
    font-weight: 600;
    font-size: 14px;
}

#removeMarker:hover {
    cursor: pointer;
}

#topPanelRemoveMarker.upperPanelControl {
    height: 39px;
    padding: 10px 7px 10px 5px;
    margin: 0 5px 0 7px;
}

#topPanelRemoveMarker {
    height: 47px;
    padding: 10px 7px 10px 5px;
    margin: 0 5px 0 7px;
    width: 35px;
}

.sk-folding-cube {
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    display: inline-block;
}

#lowerLeft {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 10px 10px 12px 10px;
    width: 80px;
}

#lowerRight {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    padding: 10px 10px 57px 10px;
    width: 80px;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

#upperPanel {
    display: none;
    height: 40px;
    z-index: 99999;
    position: absolute;
    background: white;
    top: 0;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

#upperPanelLogo {
    height: 100%;
    padding: 4px 0 4px 0;
    float: left;
    border-right: solid 1px #eaeaea;
}

#wrapper {
    text-align: center;
}

#bookmarkLink {
    font-size: 14px;
    font-weight: 600;
    height: auto;
    word-break: break-all;
    background: white;
    padding: 14px 19px 14px 19px;
    margin-bottom: 6px;
    border: 1px solid #cecece;
    display: block;
    color: black;
    text-decoration: none;
}

#bookmarkLink:hover {
    border: 1px solid #9e9e9e;
    cursor: pointer;
    text-decoration: underline;
}

#copySuccess {
    display: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

#clipboardButton {
    height: 40px;
    width: auto;
    background: #27ae60;
    text-align: center;
}

#clipboardButton:hover {
    cursor: pointer;
    background: #2ecc71;
}

#buttonWrapper {
    height: 100%;
    width: auto;
    display: inline-block;
    margin: auto 0;
}

#buttonWrapper img {
    height: 100%;
    padding: 11px;
    display: inline-block;
    float: left;
    width: 40px;
}

#buttonWrapper div {
    display: inline-block;
    padding-top: 7px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

#hamburgerButton {
    left: 8px;
    top: 11px;
    position: absolute;
    background: white;
    z-index: 99;
    height: 47px;
    width: 47px;
    padding: 9px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
}

#backButton {
    background: white;
	position: absolute;
	left: 6px;
	top: 8px;
    height: 47px;
    width: 47px;
    padding: 9px;
    border-radius: 0;
}

/* hamburger menu schovani scrollbaru */
#slideoutMenuScroll::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
#slideoutMenuScroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  height: 100%;
  overflow-y: scroll;
  padding-top: 60px;
}

#slideoutMenu {
  overflow: auto;
}

#slideoutMenuContainer {
    position: absolute;
    display: block;
    background: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}


#slideoutMenuUpper {
    position: absolute;   
    width: 100%;
    height: 60px;
	z-index: 10;
	background: white;
}

.slideoutMenuControl {
    width: 100% !important;
    height: 60px !important;
    box-shadow: none !important;
    padding: 13px 9px 13px 18px !important;
    margin: 0 !important;
    border-bottom: 1px solid #eaeaea;
}

.slideoutMenuControl:hover {
    background: #f9f9f9 !important;
}

.slideoutMenuControl img {
    height: 100%;
    float: left;
}

#flexContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#searchhelp {
    height: 30px;
    margin: 8px 8px 0 13px;
    padding: 3px;
    float: right;
    width: 41px !important;
}

#searchempty {
    height: 30px;
    margin: 8px 8px 0 13px;
    padding: 3px;
    float: right;
    display: none;
    width: 41px !important;
}

#searchhelp:hover, #searchempty:hover {
    cursor: pointer;
}

.slideoutMenuControl p {
    display: inline-block;
    font-weight: 700;
    color: #0B5589;
    font-size: 19px;
    margin: 0;
    height: auto;
    padding: 6px 0 0 16px;
}

.ui-dialog {
    z-index: 99999 !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

.ui-dialog-titlebar {
    border-radius: 0 !important;
    padding: 10px 0 10px 15px !important;
    border: 0 !important;
    background: #06416b !important;
    color: white !important;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px !important;
}

#dialogLayerswitcher {
    padding: 0 !important;
    margin: 0 !important;
    min-height: inherit !important;
}
/*
#prekryvneNadpis, #podkladoveNadpis {
    height: auto;
    background: #105485;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0 10px 15px;
}
*/
.prekryvneNadpis, .podkladoveNadpis {
    height: auto;
    background: #105485;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0 10px 15px;
}

.prekryvneNadpisMobile, .podkladoveNadpisMobile {
    
    font-size: 18px;
    
}

ul {
    list-style-type: none;
}
/* show/hide images in  layerswitcher */
li > div > img {
    width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
}

.noBottomBorder {
    border-bottom: none !important;
}

.disabled {
    background: #ebebeb;
}

.disabled:hover {
    background: #e2e2e2 !important;
}

.disabledText {
    color: #a8a8a8 !important;
}

.prekryvneList, .podkladoveList {
    margin: 0;
    padding: 0px;
    list-style-type: none;
}

.prekryvneList li, .podkladoveList li {
    /*height: 45px;*/
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;	
}

.prekryvneList li:hover, .podkladoveList li:hover {
    background: #f7f7f7;
    cursor: pointer;
}


.prekryvneList li div, .podkladoveList li div {
    display: inline-block;
    padding-top: 12px;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.prekryvneListMobile li div, .podkladoveListMobile li div {
    font-size: 18px;
}

.ui-button {
    background: rgba(255, 255, 255, 0) !important;
    border: 0 !Important;
    outline: none !important;
    height: 100% !important;
    width: 32px !important;
    margin-right: 0 !important;
    top: 10px !important;
}

.legendDialog .vex-content {
    padding: 23px !important;
    width: 450px !important;
}

.ui-icon-closethick {
    background-image: url(../img/closeWindow.svg) !important;
    background-position: center !important;
}

#swimLogo {
	position: absolute;
    right: 8px;
    top: 11px;
    background: #fff;
    z-index: 99998;
    height: 47px;
    width: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,.11), 0 3px 6px rgba(0,0,0,.32);
}

#PZHVLogo {
	position: absolute;
    right: 8px;
    top: 11px;
    background: #fff;
    z-index: 99998;
    height: 47px;
    width: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,.11), 0 3px 6px rgba(0,0,0,.32);
}

@media (max-width: 700px) {
    #hamburgerButton {
        left: 8px;
        top: 11px;
        position: absolute;
        background: white;
        z-index: 99999;
        height: 47px;
        width: 47px;
        padding: 9px;
        border-radius: 0 !important;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
    }

    #search {
        position: absolute;
        left: 8px;
        top: 11px;
        right: 8px;
        background: white;
        z-index: 99998;
        height: auto;
        width: auto;
        border-radius: 0 !important;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
    }

    #searchMarker {
        display: none;
        position: absolute;
        left: 8px;
        top: 71px;
        right: 8px;
        width: auto;
        background: white;
        z-index: 98;
        height: auto;
        border-radius: 0 !important;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32);
    }

    #topPanelSearchMarker {
        display: none;
    }

    #removeMarker {
        float: left;
        height: 100%;
        width: 80%;
        padding-top: 14px;
        padding-left: 14px;
        padding-bottom: 14px;
        color: #464646;
        font-weight: 600;
        font-size: 14px;
    }

    #topPanelRemoveMarker {
        height: 100%;
        position: absolute;
        padding: 12px 8px 13px 5px;
        right: 0;
        float: right;
    }
}




.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}


