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;
}

@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;
	}
}

#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;
}

.alert{
	text-align: center;
}

.notCenter{
	text-align: left;
}

#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;
}

.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{
	margin-top: 0.7em;
	border: solid 1px #bbbbbb;
}

.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: #999999;
}

.nezkontrolovaneAlert{
	/*font-size: 10pt;*/
	padding: 0.1em;
}

.znalost{
	font-size: 12pt;
}

/*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;
}