/* Elanot © */

/*
PREFIX
	-webkit-	Chrome, Safari, Opera od verze 15
	-moz-		Firefox
	-ms-		Explorer od verze 9
	-o-			Starší verze Opera

www.w3schools.com/colors/colors_picker.asp
COLOR (SEP)
#004e61 - main 19%
#007a99 -30%
#006680 -25% (hover avatar)
#e6faff - nejsvětlejší modrá
#EFFBFB - pozadí světlé
	
COLOR (FINAR)
#467126 - main
#EFFBFB
	
*/

/***** START ELEMENT BORDERS FOR TESTING STYLES *****/

/* html, body {border: 1px solid red;} */
/* #wrapper {border: 1px solid black;} */
/* #header {border: 1px solid blue;} */
/* #header_inner {border: 1px solid Gold;} */
/* #topline {border: 1px solid Aqua;} */
/* #left_header_block {border: 1px solid Indigo;} */
/* .logo {border: 1px solid cyan;} */
/* .logo img {border: 1px solid BlueViolet;} */
/* .logo_text {border: 1px solid Brown;} */
/* #right_header_block {border: 1px solid Chartreuse;} */
/* .header_switch {border: 1px solid Fuchsia;} */
/* .switch_select_box{border: 1px solid Chocolate;} */
/* .switch_button_box {border: 1px solid CornflowerBlue;} */
/* .header_user {border: 1px solid Crimson;} */
/* .header_user_box {border: 1px solid DarkOrange ;} */
/* .header_avatar {border: 1px solid DeepPink;} */
/* .header_logout_box {border: 1px solid Magenta;} */
/* .container > .footersection {border: 1px solid cyan;} */
/* .container > .pagebox {border: 1px solid cyan;} */
/* #navigation {border: 1px solid cyan;} */
/* #leftcolumn {border: 1px solid cyan;} */
/* #page {border: 1px solid cyan;} */
/* #rightcolumn {border: 1px solid cyan;} */
/* .titlebox {border: 1px solid cyan;} */
/* .menublock{border: 1px solid cyan;} */
/* .menuline{border: 1px solid cyan;} */
/* #loginpage {border: 1px solid cyan;} */
/* #footer {border: 1px solid cyan;} */

/***** END ELEMENT BORDERS FOR TESTING STYLES *****/

* { padding: 0; margin: 0; }

html, body {
    min-height: 90% !important;
    height: 99%;
	width:99vw;
/*	width:100%;*/
	font-family: Arial,sans-serif;
	min-width:1151px;
}
hr {
	font-size: 0.5em;
	-webkit-color: #004e61;
	border-color: #004e61;
	-moz-background-color: #004e61;
	
	border : 0;
	height: 2px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
  
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 5px;
	margin-right: 5px;
	/* width:95%; */
	/* justify-content: center; */
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #000;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}

#wrapper {
	display: table;
	/* margin: auto;	*/
	margin-bottom: 0.4em;
	width:99vw;
	min-width:1151px;
	min-height:85vh; 
	background: rgba(239, 251, 251, 0.1);
 }
#header {
	width:100%;
	min-width:1151px;
	height: 5.3em; /*výška celého rámu head*/
}
#header_inner {
	background: linear-gradient(to right, #e6faff 1%, #004e61 99%)!important;
	height: 4.0em; /*výška vnitřního rámu head*/
}
#topline {
	border: 0.3em solid #004e61;
	background-color: #004e61;
}
#left_header_block {
	float: left;
	height: 3.9em;
	width:22em;
	display : flex;
	align-items : center;
}
.logo {
	float: left;
	height: 3.6em;
	width:3.6em;
	margin-left:1.0em;
	display : flex;
	align-items : center;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo_text {
	float: left;
	height: 3.2em;
	width:12em;
	text-align: left;
	padding-left: 1em;
	font-size: 1em;
	font-variant: small-caps;
}
#right_header_block {
	height: 3.9em;
	width:23em;
	margin-left:auto;
	margin-right:0;
	display : flex;
	align-items : center;
}
.header_switch {
	float: left;
	height: 2.3em;
	width:13em;
	white-space: nowrap;
	display : flex;
	align-items : center;
}
.switch_select_box{
	float: left;
	height: 1.5em;
	width:10em;
}
.switch_button_box {
	float: left;
	height: 1.3em;
	width:1.5em;
	margin-bottom: 0em;
}
.header_user {
	height: 3.8em;
	width:10em;
	white-space: nowrap;
	text-align: center;
	color: white;
	/* font-size: 0.875em; */
	margin-left:0.5em;
	display : flex;
	align-items : center;
}
.header_user_link a:link {
	font-weight: bold;
	color: white;
    text-decoration: none;
}
.header_user_link a:visited {
	font-weight: bold;
	color: white;
    text-decoration: none;
}
.header_user_link a:hover {
	font-weight: bold;
	color: #800000;
    text-decoration: underline;
}
.header_user_link a:active {
    text-decoration: none;
}
.header_user_box {
	margin-right: 0.5em;
	height: 3.5em;
	width: 5em;
	margin-left: 1.5em;
	display : flex;
	align-items : center;
	padding-left: 0.5em;
}
.header_user_box:hover {
	background: #006680;
	
}
.header_avatar {
	border-radius: 50%;
	height: 2.8em;
	width: 2.8em;
	/* align: middle; */
	/* padding-left: 0.5em; */
}
.header_logout_box {
	height: 1.5em;
	width: 2em;
}
.map {
    width:75vw;
    height:70vh;
}
@media (min-width: 1519px ){
	#page,textarea {
		font-size: 1em;
		/*font-size: 1.2em;*/
	}
}
@media (max-width: 1520px ){
	#page,textarea {
		font-size: 95%;
	}
}
@media (min-width: 1300px ){
	.container {
		display: flex;
		justify-content: center;
	}
	.container > .footersection {
		flex: 1; /*automatický růst*/
	}
	.container > .pagebox {
		flex: 1; /*automatický růst*/
	}
	#navigation {
		padding: 0.2em; /*výška lišty navigation*/
		font-size: 0.7em;
	}
	#page_wrapper { /*celá vnitřní stránka*/
		display: table-row;

	}
	#leftcolumn { 
		width: 10vw;
		display: table-cell;
		padding: 0 1em 0 0;
		vertical-align: top;
		/* height:870px; */
	}
	#page { 
		border-left: medium groove rgba(239, 251, 251, 0.3);
		border-bottom: medium groove rgba(239, 251, 251, 0.3);
		width: 89%;
		text-align: center;
		display: table-cell;
		flex: 1;
		vertical-align: top;
	}
/*	#rightcolumn { 
		border-bottom: medium groove rgba(239, 251, 251, 0.3);
		width: 0%;
		display: table-cell;
		vertical-align: top;
		padding: 0 0 0 1em;
	}*/

}

.titlebox {
	/* width: 89vw; */
	padding: 0.2em 0 0.2em 0;
	color: #004e61;
	font-size:1.6em;
	font-weight: bold;
}		
.menublock{
	padding: 0 0 1em 0;
}
.menuname{
	/* border: 1px solid yellow; */
	background-color: #004e61;
	color: white;
	text-align: center;
	font-size: 0.9em;
	white-space: nowrap;
	min-height: 1.5em;
	display : flex;
	align-items : center;
	padding : 0 1em 0 1EM;
}
.menuline{
	font-size: 0.8em;
	text-align: left;
	border-color:grey;
	border-width:1px;
	/* border-bottom-style:dotted;	 */
	white-space: nowrap;
	/* margin: 0 1em 0 1em; */
}
.menuline a	{
	display:block;
	text-decoration: none;
	color: black;
	padding:0.3em 0em 0.3em 2em;
}
.menuline a:hover{
	/* color: white; */
	color: black;
	font-weight: bold;
	/* background-color: #8e8e8e; */
	background-color: #ccf5ff;
	/*border-radius: 0.2em 0.4em 0.4em 0.2em;*/
	cursor: Pointer;
	transition: all 0.5s;
	/* padding:0.5em; */
}
.menuline a:active {
    color: blue;
}
#loginpage {
	float: left;
	width: 100%;
	text-align: center;
	min-height: 455px;
}
#footer {
	border-top: medium groove rgba(239, 251, 251, 0.3);
	font-family: 'Arial';
	font-size: 0.6em;
	min-width:1080px;
	width:100%;
}
.clear { 
	clear: both; 
}
@media (max-width: 1299px ){ /* responsive layout break point */
	#wrapper { 
		margin: auto;
		min-width:900px; /*minimální šířka stránky*/
		width:100%;
	}
	
	#navigation {
		padding: 0.2em; /*výška lišty navigation*/
		font-size: 0.7em;
	}
	
	/* #page_wrapper { /*celá vnitřní stránka*/
		/* width:90%; */
	/* } */
	#page{
		border-top: medium groove rgba(239, 251, 251, 0.3);
		float: none;
		width: 100%;
		clear: both; 
		text-align: center;
	}
	
	#leftcolumn{
		width: 100vw;
		justify-content: center;
		position: relative;
	}
	.menublock{
		flex-wrap: wrap;
		display: stretch;
		align-items: flex-start;
		float: left;
		padding: 0 0.3em 0.5em 0.3em;
	}
    .map {
        width:100vw;
        height:80vh;
    }
	.borderedMain{
		width: 50%;	
	}
}

/* úprava stylů pokud jde o Firefox */
@-moz-document url-prefix() {
	.switch_button_box {
		height: 1.8em;
	}
	.header_logout_box {
		height: 1.8em;
	}
	#wrapper {
		height:85%;
	}
}

.nowrap {
	white-space: nowrap;
}
