@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');

input[type="submit"] {
	padding: 3px 20px;
	margin: 10px 20px 10px 0;
    font-size: 100%;
}

/* main */

body, input, textarea, keygen, select, button {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	box-sizing: border-box;
}

input, textarea, keygen, select, button {
    padding: 4px;
}

body {
	font-size: 1em;
	color: #114c8e;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

* {
	box-sizing: border-box;
}
p {
	padding: 0 0 12px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	color: rgb(17, 76, 142);
}

h1 {
	text-align: left;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: clamp(2rem, 2.7vw, 3rem);
}

h2 {
	font-size: clamp(1.5rem, 2.1vw, 2.4rem);
	font-weight: bold;
}

h3 {
	font-size: clamp(1.1rem, 1.3vw, 1.5rem);
	font-weight: bold;
	margin-top: 20px;
	color: rgb(235, 33, 48);
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
h6 {
	font-size: 1.25em;
	font-weight: bold;
}
address {
	display: block;
	font-style: italic;
	height: 14px;
	margin: 5px 0 5px 25px;
}
dl {
	display: block;
	height: 14px;
	margin: 5px 0 5px 25px;
}
pre {
	display: block;
	font-family: -webkit-monospace;
	height: 15px;
	margin: 5px 0 5px 25px;
	white-space: pre;
}
.d-inlineblock, .d-ib { display: inline-block;}

/* ============================== language selector ============================== */

.lang-selection {
    float: right;
    padding-right: 15px;
}
.lang-selection li {
    list-style: none;
    display: inline-block;
    padding: 0 8px;
    margin: 0;
    border-right: 1px solid #bbb;
    float: left;
}

.lang-selection li:last-child {
    border-right: none;
}

#document-list {
	clear: both;
}
#document-list-in {
	background: #fff;
	margin: 5px 10px 15px 10px;
	padding: 5px 10px 15px 10px;
}
#document-list-in a {
	color: #b73b10;
	text-decoration: underline;
}
#document-list-in a:hover {
	color: #004689;
	text-decoration: underline;
}
#document-list-in img {
	position: relative;
	top: -3px;
}
#document-list-in ul {
	list-style: none;
	margin: 0;
}
#Content ul {
	padding-left: 15px;
}
.MainContainer {
	min-height: 400px;
	width: 1200px;
	margin: 40px auto 40px auto;
	background-color: rgba(200, 200, 200, 0.15);
	border-radius: 1vw;
	border-bottom-right-radius: 3vw;
	
}
.main {
	width: 1200px;
	margin: 0 auto;

}
.main-in {
    padding: 30px;
}
.main-in::after {
	content: "";
	display: block;
	clear: both;
}
.header {
	height: 100%;
	width: 100%;
	padding: 0;
	color: #fff;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	display: flex;
}

	.header .labels {
		align-items: center;
		justify-content: center;
	}

	.header .small {
		font-size: 15px;
		padding: 20px 0;
	}

	.header img {
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
	}

.MainContainerBox {
	width: 1130px;
	min-height: 400px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* end main */
/* links */
a, a:visited {
	color: #e50057;
}

	a:focus {
		border: none;
		outline: none;
	}

	a:hover {
		color: #e2001a;
		text-decoration: none;
	}

.LinkHome {
	display: block;
	width: 824px;
	height: 259px;
	text-decoration: none;
}

	.LinkHome span {
		visibility: hidden;
	}

.links {
	width: 118px;
	float: right;
	padding: 22px 0 0 0;
}

	.links img {
		margin: 0 7px 0 0;
	}

	.links a:hover {
		text-decoration: underline;
	}
/* end links */
/* menu*/
.MainMenuBox {
	float: left;
	width: 250px;
	height: auto;
	margin-left: 0px;
	display: inline;
	padding: 0;
}

.MainMenuContainer {
	width: 250px;
	margin: 0;
	padding: 0;
}

	.MainMenuContainer ul {
		margin: 0 0 0 20px;
		*margin: 0 0 0 5px;
		width: 230px;
		padding: 0;
		list-style: none;
		text-align: left;
		padding-top: 15px;
	}

.menu li a {
	margin: 0 10px 0 0;
	padding: 5px 0 5px 0;
	width: 215px;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	color: #231f21;
	font-weight: bold;
	font-size: 1.15em;
}

.menu li ul li a {
	padding: 5px 0 5px 10px;
	margin-left: 2px;
}

.menu ul.level1 li a {
	width: 200px;
}

.menu ul.level2 li a {
	width: 190px;
}

.menu li {
	display: block;
	width: 210px;
	border-bottom: solid 1px #df8127;
}

.menu ul.level2 li {
	width: 200px;
}

.menu ul.level1 li.last {
	border-bottom: none;
}

.menu li.first {
	border-top: solid 1px #df8127;
}

.menu a {
	line-height: 20px;
}

.menu .open a {
	color: #e2001a;
}

.menu .open ul a {
	color: #e2001a;
	text-transform: none;
}

.menu li ul {
	margin: 0;
	padding: 0;
}

	.menu li ul li li {
		padding-left: 11px;
	}

.menu ul.level1 li a {
	color: #231f21;
	background: url(../images/Design/li-dark.png) no-repeat left 13px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.menu ul.level1 li.selected a {
	color: #e2001a;
	background: url(../images/Design/li-red.png) no-repeat left 13px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.menu ul.level1 li.selected ul.level2 li a {
	color: #231f21;
	background: url(../images/Design/li-dark.png) no-repeat left 13px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.menu ul.level1 li.selected ul.level2 li.selected a {
	color: #e2001a;
	background: url(../images/Design/li-red.png) no-repeat left 13px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

	.menu li a:hover, .menu .open a:hover, .menu ul.level1 li a:hover, .menu ul.level1 li.selected a:hover, .menu ul.level1 li.selected ul.level2 li a:hover, .menu ul.level1 li.selected ul.level2 li.selected a:hover {
		color: #df8127;
		-webkit-transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
		-o-transition: all 0.5s ease-in-out 0s;
		-ms-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
	}

	.menu ul.level1 li a:hover, .menu ul.level1 li.selected a:hover, .menu ul.level1 li.selected ul.level2 li a:hover, .menu ul.level1 li.selected ul.level2 li.selected a:hover {
		background: url(../images/Design/li-orange.png) no-repeat left 13px;
		-webkit-transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
		-o-transition: all 0.5s ease-in-out 0s;
		-ms-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
	}

.MainMenuContainer .box_title h2 {
	position: absolute;
	display: none;
}
/* end menu*/
/* content */
#ContentContainer {
	width: 920px;
	height: auto;
	float: right;
	margin: 0 15px 0 0;
	display: inline;
	line-height: 1.4;
}

#Content {
	width: 852px;
	margin: 60px 0 0 0;
	padding: 0 15px 20px 5px;
	text-align: left;
	border-width: 0px;
	text-align: justify;
	position: relative;
}

	#Content p {
		line-height: 150%;
	}
/* end content */

/* ------ FOOTER ---------- */
#footer {
	width: 1130px;
	height: 50px;
	/*background: #df8127;
*/
	padding: 0;
	margin: 0 auto;
	color: #ffffff;
	overflow: hidden;
	font-weight: bold;
}

#footerLeft {
	float: left;
	text-align: left;
	padding: 20px 0 15px 0;
	width: 505px;
	height: 100%;
	margin: 0;
}

#footerRight {
	float: right;
	text-align: right;
	padding: 19px 0 15px 0;
	width: 425px;
}

.homepage a, .sitemap a, .rss a, .print a, .homepage a:visited, .sitemap a:visited, .rss a:visited, .print a:visited {
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 17px;
	margin-left: 12px;
	color: #ffffff;
	text-decoration: underline;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

	.homepage a:hover, .sitemap a:hover, .rss a:hover, .print a:hover, .homepage a:active, .sitemap a:active, .rss a:active, .print a:active {
		background-position: -989px center;
		color: #efb985;
		text-decoration: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}

.homepage a {
	background-image: url(../images/Design/homepage.gif);
}

.sitemap a {
	background-image: url(../images/Design/sitemap.gif);
}

.rss a {
	background-image: url(../images/Design/rss.gif);
}

.print a {
	background-image: url(../images/Design/print.gif);
}
/* ------ FOOTER ---------- */
/* ---- SERVERMAP ----------- */
ul.ServerMap {
	margin: 15px 0;
}

	ul.ServerMap li {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		background: none;
		padding: 2px 0;
	}

		ul.ServerMap li a {
			background: url(../images/Design/li-orange.png) no-repeat left center;
			padding-left: 14px;
			margin-top: 5px;
			font-weight: normal;
			font-size: 1.3em;
			color: #df8127;
			text-decoration: none;
			-webkit-transition: all 0.5s ease-in-out 0s;
			-moz-transition: all 0.5s ease-in-out 0s;
			-o-transition: all 0.5s ease-in-out 0s;
			-ms-transition: all 0.5s ease-in-out 0s;
			transition: all 0.5s ease-in-out 0s;
		}

			ul.ServerMap li a:hover {
				color: #e2001a;
				text-decoration: underline;
				background: url(../images/Design/li-red.png) no-repeat left;
				-webkit-transition: all 0.5s ease-in-out 0s;
				-moz-transition: all 0.5s ease-in-out 0s;
				-o-transition: all 0.5s ease-in-out 0s;
				-ms-transition: all 0.5s ease-in-out 0s;
				transition: all 0.5s ease-in-out 0s;
			}
/* ---- SERVERMAP ----------- */
/* news */
.nadpis-news {
	color: #585858;
	margin-bottom: 10px;
}

.news-item {
	font-size: 10px;
	padding: 0 15px 12px 0;
}

	.news-item p {
		margin: 0;
		padding: 0;
	}

		.news-item p span, .news-item p font {
			font-size: 10px !important;
			font-family: Verdana, 'Geneva CE', lucida, sans-serif !important;
		}

.news-title {
	text-decoration: none;
	font-weight: bold;
	color: #c30606;
	padding: 0 0 0 7px;
}

a.news-title:hover {
	text-decoration: underline;
}

.news-more {
	color: #48a7e6;
	text-decoration: underline;
}
/* end news */
/* images */
img {
	/* border: solid 2px #df8127; */ /* neramovat vsechny img */
}

a:hover img, a:active img {
	border-color: #e2001a;
}

#Content img {
	margin: 5px;
}

img.no-margin {
	margin: 0;
}
/* end images */
.title-row1 {
	padding: 15px 0 0 0;
	clear: both;
}

.column1, .column2, .column3 {
	width: 250px;
	float: left;
	text-align: left;
}

.column2 {
	width: 247px;
	margin: 0 3px;
	background: white;
}

.calendar {
	border: 1px solid #eee;
	background: #fff url(../images/Design/bg-calendar.jpg) left top no-repeat;
	padding-bottom: 10px;
}

.ban1 {
	margin: 7px 0 0 0;
}

.column3 {
	width: 185px;
	margin: 0;
	border: 1px solid #eee;
	background: white;
}

.clear {
	clear: both;
}

.right-col {
	width: 206px;
	float: right;
	text-align: center;
	background: url(../images/Design/bg-right-col.gif) left top no-repeat;
	padding-top: 5px;
}

.column3 .right-col {
	float: inherit;
	background: #fff;
	width: 185px;
}

.light-color {
	color: #afafaf;
}

.no-bull {
	list-style: none;
}

	.no-bull a {
	}

.no-padding {
	padding: 0;
	margin: 0;
}

	.no-padding img {
		vertical-align: middle;
		margin: 1px 0;
	}
/* list download*/
#document-list {
	clear: both;
}

#document-list-in {
	padding: 5px 10px 15px 10px;
}
/* end list download */
.event-item table td {
	vertical-align: top;
}

.event-item {
	background: url(../images/Design/bg-call-line.gif) left top repeat-x;
	margin: 3px 4px;
}

.event-label a {
	color: #1a5079;
}

.padding10 {
	margin: 4px;
}

.right-col-in {
	text-align: center;
}

.photo-file, .photo-folder, .photo-up {
	margin: 0 25px 25px 0;
	width: 131px;
	height: 132px;
	text-align: center;
	float: left;
}

.photo-folder {
	background: url('../Images/photo_folder.jpg');
}

.photo-file {
	background: url('../Images/photo_file.jpg');
}

.photo-up {
	background: url('../Images/photo_up.jpg');
}

.photo-name {
	clear: both;
	color: #313131;
}

.photo-desc {
	color: #42a3e7;
}

.photo-helper {
	float: right;
	height: 94px;
	width: 1px;
}

.block-a {
	display: block;
	width: 131px;
	height: 132px;
	text-decoration: none;
}

.photo-file img {
	border: 1px solid #d1ecfd;
	margin-top: 17px;
}

.photo-up img, .photo-folder img {
	display: none;
}
/* SCROLL BAR*/
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: #d9630b;
}

.vscrollerbar {
	width: 10px;
	background-color: #96450d;
}

.hscrollerbase {
	height: 10px;
	background-color: #d9630b;
}

.hscrollerbar {
	height: 10px;
	background-color: #96450d;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: black;
}

/* -------- NAVIGATOR ------- */
#pageNavigator {
	margin-bottom: 10px;
	width: 605px;
}

.navigator {
	line-height: 1.8em;
}

	.navigator span span {
		margin-left: 3px;
		margin-right: 3px;
	}
/* -------- NAVIGATOR ------- */
table {
	border-collapse: collapse;
	margin-left: 1px;
}

td {
	border-collapse: collapse;
}

table td {
	padding: 2px 6px 2px 0;
	vertical-align: middle;
}

tr.head td {
	background-color: #c78d5b;
	color: #ffffff;
}

.modernTable {
	border-collapse: collapse;
	margin: 0;
}

	.modernTable thead tr td {
		background: #e6984d;
		border: 1px solid #df8127;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
		margin: 0;
		color: #ffffff;
		text-align: center;
	}

	.modernTable tbody tr td {
		background: #ffffff;
		border: 1px solid #df8127;
		padding-left: 8px;
		padding-right: 5px;
		margin: 0;
	}

.rbcWidgetArea {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ------- WSW -------------- */
/* design table */
table.design {
	border: #df8127 1px solid;
}

.design thead td {
	border-bottom: #df8127 1px solid;
	border-left: #ffffff 1px solid;
	border-top: #df8127 1px solid;
	border-right: #ffffff 1px solid;
	background-color: #df8127;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.design td {
	border: #df8127 1px solid;
	background: #ffffff;
}

.row25 tr {
	height: 25px;
	*height: 20px;
}

.row30 tr {
	height: 30px;
	*height: 25px;
}
/* <table width="xy" cellspacing="0" cellpadding="2" border="1" class="design row30"> */
/* design table */
a:focus {
	border: none;
	outline: none;
}

.rbcBookmarks {
	display: none;
}

.article ins, .articleDetail ins {
	text-decoration: none;
}

.button {
	font-size: 1.05em;
	text-align: center;
	text-decoration: none;
	border: none;
	font-weight: bold;
	padding: 7px 10px;
	margin-top: 20px;
	background-color: #df8127;
	color: #ffffff !important;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

	.button:hover {
		background-color: #e2001a;
		border: none;
		text-decoration: none;
		cursor: pointer;
	}

.logos {
	border: none;
	margin: 30px auto 50px auto;
	position: absolute;
	left: 45px;
	bottom: 0;
}

.right {
	position: absolute;
	top: -11px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 250px;
	min-height: 937px;
	height: 100%;
	display: block;
	background: #e74c34 url(../images/Design/right.png) right top no-repeat;
	z-index: 500;
}

.right2 {
	position: absolute;
	bottom: -3px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 250px;
	min-height: 937px;
	height: 100%;
	display: block;
	background: #e74c34 url(../images/Design/right.png) right top no-repeat;
	z-index: 100;
}

.alt {
	display: none;
}

/* --------- Top --------- */

#top {
	background: url(../Images/Top.gif) left top repeat-x;
	height: 54px;
}

/* --------- Menu --------- */

#menuC {
	position: absolute;
	left: 0px;
	top: 217px;
	width: 179px;
	background: url(../Images/MenuBack.gif) left top repeat-y;
}

#menu {
	background: url(../Images/MenuItem0.gif) left top no-repeat;
}

	#menu ul {
		margin: 0;
		padding: 0;
	}

	#menu li {
		display: inline;
	}

		#menu li a, #menu li a:visited {
			color: Black;
			display: block;
			width: 100%;
			_height: 1em;
			min-height: 1em;
			text-decoration: none;
			background: url(../Images/MenuItem1.gif) 10px 0 no-repeat;
		}

			#menu li a.sub {
				background: none;
			}

			#menu li a:hover {
				color: Black;
				text-decoration: underline;
			}

			#menu li a span {
				display: block;
				padding: 3px 0 3px 0;
				padding-left: 25px;
				background: url(../Images/MenuSplitter.gif) bottom left repeat-x;
			}

		#menu li li a, #menu li li a:visited {
			background: url(../Images/MenuItem2.gif) 22px 0 no-repeat;
		}

			#menu li li a:hover {
				background-position: 22px -153px;
			}

			#menu li li a span {
				padding-left: 45px;
			}

#menuBottom {
	font-size: 1px;
	height: 10px;
	background: url(../Images/MenuBottom.gif) left top repeat-x;
	margin-top: -1px;
}

/* --------- Content --------- */

#contentC {
	margin-left: 179px;
	padding: 29px 0 24px 35px;
}

#content {
	padding-right: 35px;
}

/* --------- Navigation Bar --------- */

#navBarC {
	background: url(../Images/NavBar.gif) left top;
	width: 600px;
	_height: 22px;
	min-height: 22px;
}

#navBar {
	padding: 4px;
	font-weight: bold;
}

	#navBar a, #navBar a:visited {
		color: Black;
		text-decoration: none;
	}

		#navBar a:hover {
			text-decoration: underline;
		}

	#navBar span {
		font-size: 1px;
		background: url(../Images/NavBarSplitter.gif) 11px 2px no-repeat;
		padding-left: 32px;
		padding-top: 7px;
	}


/* --------- Datagrid tabulka --------- */

table.dataGrid {
	border-collapse: collapse;
	background: url(../Images/TableHeader.gif) left top repeat-x;
}

	table.dataGrid tr {
		height: 20px;
	}

		table.dataGrid tr.header {
			background: url(../Images/TableRow.gif) left bottom repeat-x;
			font-weight: bold;
		}

			table.dataGrid tr.header a, table.dataGrid tr.header a:visited {
				text-decoration: none;
				font-size: 1px;
				padding-left: 12px;
				padding-top: 5px;
			}

				table.dataGrid tr.header a.asc {
					background: url(../Images/sortAsc.gif) center no-repeat;
				}

				table.dataGrid tr.header a.desc {
					background: url(../Images/sortDesc.gif) center no-repeat;
				}

	table.dataGrid td, table.dataGrid th {
		padding-left: 10px;
		padding-right: 10px;
	}

	table.dataGrid tr.item {
		background: white url(../Images/TableRowAlt.gif) left bottom repeat-x;
	}

	table.dataGrid tr.alternatingItem {
		background: #fef3e3 url(../Images/TableRow.gif) left bottom repeat-x;
	}

	table.dataGrid tr.pager, table.dataGrid tr.pager a, table.dataGrid tr.pager a:visited {
		color: #999B9E;
		font-weight: bold;
	}

		table.dataGrid tr.pager span, table.dataGrid tr.pager a {
			border: 1px solid white;
			padding: 2px;
		}

		table.dataGrid tr.pager span {
			border-color: #E0E0E0;
			background: url(../Images/Pager.gif);
		}

		table.dataGrid tr.pager td {
			padding-top: 5px;
		}

		table.dataGrid tr.pager a, table.dataGrid tr.pager a:visited {
			text-decoration: none;
		}

			table.dataGrid tr.pager a:hover {
				text-decoration: underline;
			}


/* formularova tabulka, okoli formulare */
table.form {
	margin-bottom: 1em;
}

	table.form td.caption {
		padding-right: 2em;
	}

.form th, .form td {
	padding: 2px 20px 2px 0;
	text-align: left;
}

.form th {
	white-space: nowrap;
}

.form sup, h3 sup {
	color: red;
	font-weight: bold;
}

div.form {
	border: 1px solid #A8A8A8;
	background: url(../Images/FormBack.gif) top left repeat-x;
	padding: 5px;
}

a.backLink, a.backLink:visited {
	color: black;
	text-decoration: none;
	padding: 3px 0 3px 20px;
	background: url(../Images/Tlacitko-Zpet.gif) left center no-repeat;
}

	a.backLink:hover {
		text-decoration: underline;
	}

/* MENU 12 */
.Menu-12, .Menu-12 ul {
	list-style: none;
}

.Menu-12-Level-0 a {
	color: Maroon;
	font-weight: bold;
	font-size: large;
}

.Menu-12-Level-1 a {
	color: Green;
	font-style: italic;
}

.Menu-12-Level-2 a {
	color: Gray;
	font-size: small;
}

.validator {
	color: red;
	display: block;
	font-weight: bold;
}

.phone-input-validator {
	display: inline;
	position: static;
}

#phone-input-valid-msg {
	color: #29b678;
	font-weight: bold;
	font-size: 18px;
}

/* Login Form */
.caption {
	padding-right: 2em;
}

.center {
	text-align: center;
}

table.login-form {
	border: 1px solid #F5CED2;
	background: #EEEEEE;
	border-collapse: collapse;
}

	table.login-form th {
		color: White;
		background: #606060;
		text-align: center;
		padding: 0.4em;
	}

	table.login-form td {
		text-align: center;
		padding: 0.4em 1em 0.4em 0.4em;
	}

		table.login-form td.caption {
			text-align: right;
			padding: 0.4em 0.4em 0.4em 1em;
		}

/* -------- Rozcestnik -------- */

.rozcestnik-button {
	margin-bottom: 10px;
}

.rozcestnik-label {
	height: 30px;
}

.download {
	float: left;
	clear: both;
	width: 100%;
}

.Footer {
	color: #fff;
	font-size: 95%;
	font-weight: 600;
	height: 100px;
	margin: 0 auto;
	width: 100%;
}

	.Footer a {
		color: #fbd616;
	}

	#footerLeft, .Footer .author {
		float: left;
		text-align: left;
		line-height: 25px;
		margin: 20px 0 14px 20px;
	}

	#footerRight, .Footer .copy {
		float: right;
		text-align: right;
		margin: 20px 20px 14px 0;
		line-height: 25px;
	}

#aspnetForm label {
	margin: 0 15px 0 2px;
}

.form .self-payer-or-org-payer-info {
	padding: 5px 22px;
	font-size: 0.9em;
}

.check-billing-details-info p {
	padding-bottom: 0px;
}

.check-billing-details-info .check-billing-details-title {
	font-weight: bold;
}

/* -------- popup-help na PersonalDataFormu -------- */
.popup-help {
	color: Black;
	cursor: help;
	font-size: 0.8em;
	font-weight: normal;
}

	.popup-help .help-text {
		vertical-align: super;
		font-size: 0.8em;
	}

	.popup-help .popup-text {
		position: absolute;
		display: none;
	}

	.popup-help:hover .popup-text {
		padding: 5px;
		background: #333;
		position: absolute;
		display: block;
		overflow: auto;
		color: #fff;
		letter-spacing: 0.05em;
		padding: 10px 16px;
		z-index: 50;
	}

/*table.fees {
	min-width: 500px;
}*/
/* ------------------------------------------------- */

.form label {
	font-weight: 600
}

.self-payer-or-org-payer-info {
	padding-bottom: 15px;
}

.fees .ta-right, table .t-right {
	text-align: right;
	padding-right: 20px;
}

.faktura-xml td {
	padding-right: 15px;
}

.full-width, .full-width-select {
	width: 100%;
}

.pr-20 {
	padding-right: 20px;
}


.CodeForFee, .CompanyForFee {
	width: 490px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(161,82,82,1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(161,82,82,1);
	box-shadow: 0px 0px 18px 0px rgba(161,82,82,1);
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 5px 15px 15px 15px;
}

	.CodeForFee textarea {
		width: 120px;
		height: 22px;
		line-height: 18px;
		resize: none;
		overflow: hidden;
		position: relative;
		top: 6px;
		margin-left: 20px;
		font-family: roboto;
		font-size: 15px;
	}

.CodeForFee, #CertificateOfStudies, #CertificateOfStudiesUploaded, .upload-required {
	
	-webkit-box-shadow: 0px 0px 18px 0px rgba(161,82,82,1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(161,82,82,1);
	box-shadow: 0px 0px 18px 0px rgba(161,82,82,1);
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	box-sizing: border-box;
	margin: 30px 0 20px 0;
	padding: 20px;
	background: #ffffff99;
}

.inactive {
	color: #ccc;
}

.accomp-container {
	padding-top: 15px;
}

.fee-info-container {
	padding-top: 15px;
}

	.fee-info-container h4 {
		font-size: 1.1em;
		font-weight: bold;
	}

.agreement-block {
	font-size: 90%;
	color: #333;
}

	.agreement-block h3 {
		margin-top: 45px;
	}

	.agreement-block .radio-container, .yes-no-control .radio-container {
		display: inline-block;
		padding: 6px 10px 8px 14px;
		margin-bottom: 10px;
		border: 1px solid #ddd;
		border-radius: 4px;
	}

.yes-no-control .radio-container {
	margin-bottom: 0;
}

.agreement-block input[type="radio" i] {
	margin: 3px 4px 0px 5px;
	position: relative;
	top: 1.8px;
}

.agreement-block label {
	font-weight: 700;
}

.agreement-block {
	font-size: 90%;
	color: #333;
}

	.agreement-block h3 {
		margin-top: 45px;
	}

	.agreement-block .radio-container {
		display: inline-block;
		padding: 6px 10px 8px 14px;
		margin-bottom: 10px;
		border: 1px solid #ddd;
		border-radius: 4px;
	}

.important-warning {
	background: #f8d7da;
	border-radius: 5px;
	color: red;
	font-weight: 700;
	line-height: 40px;
	padding: 6px 15px;
	margin: 8px 0 18px 0;
	font-size: 90%;
	border: 1px solid red;
}

.agreement-block label {
	font-weight: 700;
}

.important-warning, .g5-errors, .important-warning--noborder {
	color: red;
	font-weight: 700;
	padding: 10px;
	margin: 0 0 18px 0;
	font-size: 90%;
	display: inline-block;
}

.important-warning {
	border: 1px solid red;
	border-radius: 4px;
}









































/****************gMem-start******************/
.gmem-login-control .gmem-login,
.gmem-login-control .gmem-valid-membership,
.gmem-login-control .gmem-debug-info {
	border: 1px solid #eddb93;
	background: #fef6d2;
	margin: 15px 0;
	padding: 10px;
}

.gmem-login-control input[type="submit"] {
	margin: 0;
	height: 29px;
}

.gmem-login-control .gmem-login-info,
.gmem-login-control .gmem-login-error {
	padding: 10px;
}


.gmem-login-control .gmem-login-end,
.clearfix {
	clear: both;
}

.gmem-login-control .gmem-valid-membership {
	color: #3c763d;
	font-weight: bold;
	background-color: #dff0d8;
	border-color: #d0e9c6;
}

.gmem-result,
.gmem-login-control .gmem-debug-info {
	font-family: monospace;
	color: #444;
	background-color: #fafafa;
	border-color: #888;
}

.gmem-login-control .gmem-debug-info {
	margin-top: 0;
	margin-bottom: 15px;
}

.gmem-username,
.gmem-password,
.gmem-confirm {
	float: left;
	padding: 10px;
}
/****************gMem-end******************/

/**************** Loader ******************/
.full-overlay {
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	margin: 0 auto;
	background: rgba(255,255,255, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

	.lds-ring div {
		box-sizing: border-box;
		display: block;
		position: absolute;
		width: 74px;
		height: 74px;
		margin: 8px;
		border: 8px solid #39abea;
		border-radius: 50%;
		animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
		border-color: #39abea transparent transparent transparent;
	}

		.lds-ring div:nth-child(1) {
			animation-delay: -0.45s;
		}

		.lds-ring div:nth-child(2) {
			animation-delay: -0.3s;
		}

		.lds-ring div:nth-child(3) {
			animation-delay: -0.15s;
		}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
/**************** End Loader ******************/

.hidden, #hidden, .dnone, .hide, .none {
	position: absolute;
	display: none;
}





.lg-half-width {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}

.three-rows {
	grid-template-columns: 1fr;
	grid-template-rows: [header] auto [u1h] auto [content] 1fr [footer] auto;
	min-height: 100vh;
	background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url("../Images/Design/leaf-pattern.png");
}

.head-bottom {
	grid-row: u1h;
}
.g2-content {
	grid-row: content;
}

.g2-footer {
	grid-row: footer;
	background: #1c8bcc;
}

.footer-widthlimit {
	width: 1140px;
	margin: 0 auto;
}

.g2-header {
	grid-row: header;
	justify-content: center;
	padding-bottom: 1em;
	display: flex;
	flex-basis: 0%;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: 1;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 2rem;
	background: #ffffff;
}
.md-w2 {
	max-height: clamp(100px, 10vmin, 140px);
}

.fees td {
	padding-top: 10px;
}

.maxwidth-100 .widthlimit {
	width: 100%;
}

.note-tab input, .note-tab textarea {
	width: 100% !important;
}

.note-tab,
.CodeForFee, #CertificateOfStudies, #CertificateOfStudiesUploaded, .upload-required {
	width: 500px;
}

[id$=_CodeTextBox] {
	width: 318px;
}

	@media screen and (max-width: 800px) {
		.header {
			flex-direction: column;
			gap: 20px;
		}

		.headitems {
			flex-wrap: wrap;
			justify-content: center;
		}

		.lg-half-width {
			float: none;
			width: 100%;
		}

		.Footer, .footer-widthlimit {
			height: unset;
			display: flex;
			flex-direction: column;
			align-items: center;
		}

			.Footer .author,
			.Footer .copy {
				margin-right: unset;
				margin-left: unset;
			}
	
			.CodeForFee, #CertificateOfStudies, #CertificateOfStudiesUploaded, .upload-required {
				width: 100%;
			}
	}

	@media screen and (max-width: 1190px) {
		* {
			box-sizing: border-box;
		}

		.header img {
			width: 100%;
		}

		.md-w1 {
			width: 89.5%
		}

		.md-w2 {
			width: 10.5%
		}

		.g2-header {
		}

		#topbox img, .lt-ie9 #topbox img, .header, .MainContainer, .main, .main-in, .footer-widthlimit, .Footer {
			width: unset;
			width: 100%;
		}

		.px-2 {
			padding-right: 10px;
			padding-left: 10px;
		}

		.px-4 {
			padding-right: 20px;
			padding-left: 20px;
		}
	}
	/*
@media screen and (max-width: 1620px) {

	.header, .Footer, .MainContainer {
		width: 100%;
		max-width: 100%;
	}

	#topbox img, .lt-ie9 #topbox img, .header, .MainContainer, .main, .main-in, .footer-widthlimit, .Footer {
		width: unset;
		width: 100%;
	}

}
*/

	.p-4 {
	padding: 20px;
}

.pv-4 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.m-0 {
	margin: 0;
}

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
}

.labels {
	margin-bottom: 40px;
}

.label1 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
}

.label2 {
	color: #3a54b4;
	font-size: 29px;
	font-weight: 200;
}

.bold {
	font-weight: 500;
}

.pr-10 {
	padding-right: 15px;
}


.valid-spec-code {
	color: green;
	font-weight: 500
}

.pr-10 {
	padding-right: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-50 {
	padding-bottom: 50px;
}

.form.fees .feeCel__val--enabled, .form.fees .feeCel__val--disabled {
	white-space: nowrap;
}

.inv-item {
	padding-bottom: 20px;
	line-height: 1.5em;
}

.inv-item .inv-title {
	font-weight: bold;
}

.inv-item .inv-title .inv-title-note {
	font-weight: normal;
}

.inv-item .inv-example {
	font-style: italic;
	font-size: smaller;
	padding-bottom: 2px;
}
