body{
	font-family: 'Maven Pro', sans-serif;
	margin: 0 auto;
	overscroll-behavior: contain;
}

#content {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#mapa {
	height: 100%;
	width: 70%;
	float:left;
}

#side_panel_head {
	border-bottom: solid 1px #dddddd;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-bottom: 0.5em;
}

#title{
	font-size: 16pt;
	font-weight: bold;
}

#title_ico{
	width: 100px;
	height: 55px;
	margin-right: 1em;
}

.pseudoodkaz{
	cursor: pointer;
}

#side_panel_bottom {
	border-top: solid 1px #dddddd;
	margin-top: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 10pt;
}

#side_panel {
	overflow: auto;
	width: 30%;
	height: 100%;
	float:left;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
	background-color:white;
}

#expandButton{
	display:none;
}

#side_panel_head_right{
	text-align: right;
	font-size: 10pt;
}

.znalost_form{
	margin-bottom: 0.7em;
}

.jmena_vypis{
	font-size: 24pt;
}

.znalost{
	font-size: 12pt;
}

.check{
	margin-left: 0.5em;
}

.green{
	color: #28A745;
}

.red{
	color: #FF0066;
}

.sliderDiv{
	font-size: 10pt;
}

@media (max-width: 1400px) {
	#mapa {
		width: 60%
	}
	#side_panel {
		width: 40%
	}
}

@media (max-width: 1000px) {
	#mapa {
		width: 50%
	}
	#side_panel {
		width: 50%
	}
}

@media (max-width: 550px) {
	#content {
		position: absolute;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
	}
	#mapa {
		width: 100%;
		height: 40%;
		z-index:1;
	}
	
	#side_panel {
		width: 100%;
		height: 60%;
		z-index:3;
		margin-top: -30px;
	}
	
	.uvodni{
		line-height: 1em;
		font-size: 10pt;
	}
	
	.jmena_vypis{
		font-size: 12pt;
		font-weight: bold;
	}
	
	.modal-body p ul{
		font-size: 10pt;
	}
	
	.modal-body h4{
		font-size: 14pt;
	}
	
	.modal-title{
		font-size: 14pt;
	}
	
	#expandButton{
		width: 50px;
		height: 50px;
		border-radius:30px;
		display:block;
		float: left;
		position: relative;
		bottom: 0px;
		left: calc(50% - 20px);
		font-size:12pt;
		z-index: 2;
		margin-top:-20px;
		background-color: white;
		text-align: center;
		padding-top: 3px;
		cursor: pointer;
	}
		
	#title {
		font-size: 10pt;
		text-align: center;
	}
	
	#title_ico {
		display: none;
	}
		
	#side_panel_head{
		text-align: center;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		
	}
	
	#side_panel_head_right{
		text-align: center;
	}
	
	#side_panel_body{
		font-size: 10pt;
		margin-top: 1em;
	}
	
	#alert_login_demografie{
		font-size: 10pt;
	}
	
	
	#side_panel_bottom {
		font-size: 8pt;
	}
	
	.znalost_form{
		text-align: center;
	}
	
	.znalostMap{
		text-align: center;
	}
	.znalost{
		font-size: 10pt;
		font-weight: normal;
	}
	
	.sliderDiv{
		font-size: 8pt;
	}
	
}

#mapa_login_div{
	height: 250px;
	width: 100%;
	cursor: crosshair;
}

.delete{
	margin-top:-1em;
	margin-bottom: 1em;
}

.zarovnany_vpravo{
	text-align: right;
}

.centered{
	text-align: center;
}

.centeredList{
	display: table;
	margin: 0 auto;
}

.alert{
	text-align: center;
}

.notCenter{
	text-align: left;
}

.nabidkaZnalost_buttons{
	margin-top: 1em;
}

.nabidkaZnalost_button{
	margin: 0.5em;
}

.nabidkaZnalost_modal{
	padding-top: 2em;
	padding-bottom: 2em;
}

.nabidkaZnalost_modal h4{
	margin-bottom: 1.5em;
}

.nabidkaZnalost_nezobrazovat{
	margin-top: 0.5em;
}

.otaznikSymbol{
	color: #dddddd;
	margin-bottom: 0.5em;
}

.filtry{
	cursor: pointer;
}

.filterIcon{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	
}

.closeSign{
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	padding: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	background-color: white;
	position: absolute;
	top: -2em;
	right: 0px;
	border-radius:1em 1em 0em 0em;
}

.sliderDiv{
	display: none;
}

.vyberZnalosti{
	background-color: white;
	padding: 0.3em 0.4em 0.3em 0.4em;
	font-family: 'Maven Pro', sans-serif;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	border-radius: 4px;
}

.valueZnalost{
	font-weight: bold;
}

.fixaceBtn{
	background-color: white;
	padding: 0.4em 0.5em 0.4em 0.5em;
	font-family: 'Maven Pro', sans-serif;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	border-radius: 4px;
}

.legenda_title{
	margin-top: 1em;
	/*font-size: 10pt;*/
}

.leg_cl{
	height: 1em;
	width: 2.5em;
	opacity: 0.7;
	background-color: #dddddd;
}
/*
.leg_cl_50{
	background-color: #fee5d9;
}
.leg_cl_60{
	background-color: #fcae91;
}
.leg_cl_70{
	background-color: #fb6a4a;
}
.leg_cl_80{
	background-color: #de2d26;
}
.leg_cl_90{
	background-color: #a50f15;
}*/

.leg_int{
	font-size: 10pt;
}

.leg_line{
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	height: 0.3em;
}

.seznamBtn{
	background-color: white;
	padding: 0.7em 0.7em 0.7em 0.7em;
	font-family: 'Maven Pro', sans-serif;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	border-radius: 4px;
}


.firstHeader{
	border-style: none !important;
	padding-bottom: 0px;
}
.searchHeader{
	padding-top: 0.5em;
}
#table_seznam tr{
	cursor: pointer;
}

.sm{
	margin-top: 0.5em;
	font-size: 10pt;
	font-style: italic;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.labelsRange{
	margin-bottom: -0.3em;
}

.slider2{
	width: 100%;
	margin-top: -1em;
}

#alert{
	position: relative;
	top: 0.4em;
	display: table;
	margin: 0 auto;
	z-index: 1001;
	/*background-color: white;
	border: none;*/
	font-family: 'Maven Pro', sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: bold;
}

#nabidkaZnalost_stick{
	width: 210px;
	background: #F8D7DA;
	position: absolute;
	bottom: 10px;
	left: -70px;
	text-align: center;
	letter-spacing: 1px;
	color: black;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1002;
	padding: 0.4em 0em 0.4em 0em;
	font-family: 'Maven Pro', sans-serif;
	font-size: 10pt;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid transparent;
	border-color: #f5c6cb;
	display:none;
}

.text-maly{
	font-size: 10pt;
}

.submit_varianty_exists{
	display: none;
}

.fa-times-circle{
	color: #FF0066;
}


#my-signin2{
	margin-top: 1.3em;
}

#email{
	max-width: 225px;
	min-width: 20px;
}

.pridat_poznamku, .pridat_variantu_existujici, .pridat-znalost{
	margin-top: 0.7em;
	border: solid 1px #bbbbbb;
}


#znalost_zrusit{
	margin-top: 1em;
}

.jmeno_vypis_poznamka{
	padding-left: 0.5em;
	/*margin-left: 0.5em;*/
	/*border-left: solid 1px #444444;*/
}

.vypisPoznamek{
	list-style:none;
	/*padding-left: 1em;*/
	text-indent: -0.8em;
}

.odrazka{
	/*font-size: 18pt;*/
	/*color: #666666;*/
}

#update_objektu{
	padding-top: 1em;
}

.nezkontrolovano{
	color: #AAAAAA;
}

.nezkontrolovaneAlert{
	/*font-size: 10pt;*/
	padding: 0.1em;
}

.share{
	margin-bottom: -1em;
	/*text-align: right;*/
}
#share{
	margin-right: 0.2em;
}
/*tabulka labus*/
#mapa_tabulka{
	width: 100%;
	height: 40%;
}

#tabulka{
	overflow: auto;
	width: 100%;
	height: 60%;
}

/*leaflet*/

.label{
	background-color: rgba(255,255,255,0.1);
	border: 0px;
	box-shadow: none;
	color: rgba(31, 46, 85, 1);
	font-weight: bold;
	text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
	font-size: 10pt;
	padding: 4px;
}

.marker-cluster-small {
	background-color: rgba(31, 46, 85, 0.9);
	}
.marker-cluster-small div {
	background-color: rgba(31, 46, 85, 0.9);
	}

.marker-cluster-medium {
	background-color: rgba(31, 46, 85, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(31, 46, 85, 0.9);
	}

.marker-cluster-large {
	background-color: rgba(31, 46, 85, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(31, 46, 85, 0.9);
	}

.marker-cluster{
	color: white;
	border-radius: 20px;
}

.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	border-style:solid;
	border-color: #ffffff;
	border-width:2px;
	border-radius: 15px;
	text-align: center;
	}

.marker-cluster span {
	line-height: 27px;
	}

.mouse-icon-drawing{
	cursor: crosshair;
}

.leaflet-tooltip-top:before, 
.leaflet-tooltip-bottom:before, 
.leaflet-tooltip-left:before, 
.leaflet-tooltip-right:before {
    border: none !important;
}

.leaflet-iconLayers-layer{
	width: 60px;
    height: 60px;
}

.leaflet-iconLayers-layerTitleContainer {
    background: rgba(255,255,255,0.9);
}

.vrstvy {
	background-image: url(img/letecka2.png);
	width: 60px;
	height: 60px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 2px;
	cursor: pointer;
}

.vrstvy_nazev{
	display: table;
    width: 100%;
    background: rgba(255,255,255,1);
    height: 25%;
    padding: 0;
    border: 0;
    position: absolute;
    bottom: 0%;
	text-align:center;
	border-radius: 0px 0px 2px 2px;
}

.basemap img {
    width: 60px;
    border: 1px solid #FFF;
    border-radius: 0px;
	margin: 0 0px;
}