* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
	padding: 0;
    overflow: hidden;
}

nav {
    background: #414141;
}

.logo a {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
}

.logo {
    height: 50px;
    margin: 0 auto;
    width: 500px;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.imgLogo {
    float: left;
}

nav a {
    padding-left: 20px;
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}

.ui-autocomplete.ui-widget {
    width: 180px;
    max-height: 300px;
    font-family: "Arial";
    font-size: 14px;
    font-weight: normal;
    background-color: white;
	border-radius: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

/* konec floatovani */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

main {
    padding: 10 20 20 20;
    background-color: white;
    font-size: 16px;
}

main p {
    line-height: 24px;
}

/* mapove pole */
.mapContainer {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: calc(100% - 50px);
}

.searchContainer {
	position: fixed;
    right: 0;
	height: 60px;
	width: 300px;
	background-color: #ff0000;
    /*border-top-left-radius: 5px;*/
    border-bottom-left-radius: 10px;
}

.slide {
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;

    height: 55px;
	font-family: "helvetica";
	font-size: 30px;
	font-style: bold;
	color: white;
}

.slide:hover {
	color: #414141;
}

.searchInp {
    position: absolute;
    top: 15px;
    left: 50px;
	height: 30px;
	width: 220px;
	padding-left: 20px;
	border: 0px;
    font-size: 15px;
}

.formContainer {
    position: fixed;
    right: 0;
    top: 110px;
	padding-bottom: 10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
	width: 250px;
    /*max-height: 450px;*/
	color: black;
	background-color: white;
	overflow-y: auto;
    border-bottom-left-radius: 10px;

}

.formContainer label {
	display: inline-block;
	margin-left: 20px;
    margin-bottom: 5px;
	width: 180px;
	font-size: 14px;
}

.eventLbl {
    background: #414141;
	color: white;
    margin-bottom: 10px;
    padding: 10 0 10 20;
	font-size: 15px;
    line-height: 30px;
    padding-left: 10px;
}

.eventLbl2 {
    background: #414141;
	color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10 0 10 20;
	font-size: 15px;
    line-height: 30px;
    padding-left: 10px;
}

.legendContainer {
	display: none;
}

.legendContainer.showLegend {
	display: block;
	position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
	top: 150px;
	left: 10px;
}

.pmistaLegend {
	background-color:rgba(255, 255, 255, 0.8);
	width: 260px;
	height: 100px;
}

.popContainer {
    display: inline-block;
    position: fixed;
    overflow: auto;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    
    width: 80vw;
    max-height: 80vh;
    /*width: calc(100% - 20%);
    max-height: calc(100% - 20%);*/

    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
    border-radius: 10px;
}

.logoTACR {
    height: 80px;
    padding: 10px;
    padding-left: 40px;
}

.logoCDV {
    height: 72px;
    padding: 10px;
    padding-left: 40px;
}

.logoCHMI {
    height: 85px;
    padding: 10px;
    padding-left: 40px;
}

.logoVSB {
    height: 80px;
    padding: 10px;
    padding-left: 40px;
}

.tlac {
    float: right;
    height: 40px;
    width: 100px;
}

.podbarveni {
    overflow: hidden;
    min-height: 100vh; 
    background-color: black;
    opacity: 0.6;
}
