@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&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: "Open Sans", sans-serif;
	font-size: 100%;
	box-sizing: border-box;
}

input, textarea, keygen, select, button {
    padding: 4px;
}

body {
	font-size: 14px;
	color: #231f21;
	text-align: left;
	background: #c0c0c0;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #17274e;
	box-sizing: border-box;
}

p {
	padding: 0 0 12px 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 20px 0 5px 0;
	margin: 0;
	color: #f47a5f;
}

h1 {
	font-size: 24px;
	text-align: left;
	font-weight: 700;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 24px;
	font-weight: 700;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	color: #8bbbe5;
}

h4 {
	font-size: 18px;
	font-weight: 700;
}

h5 {
	font-size: 16px;
	font-weight: 700;
	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;
}

.login-status {
	text-align: right;
}
/* ============================== 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;
		}

.MainContainer {
	min-height: 400px;
	width: 1440px;
	margin: 0 auto 0 auto;
	background: #ffffff;
}

.main {
	width: 1440px;
	margin: 0;
	background: #fff;
}

.main-in {
	padding: 80px 60px;
}

	.main-in::after {
		content: "";
		display: block;
		clear: both;
	}

.header {
	width: 1440px;
	margin: 0 auto;
	padding: 0;
}

.MainContainerBox {
	width: 1440px;
	min-height: 400px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* end main */
/* links */
a, a:visited {
	color: #df8127;
}

	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 */



























































































































































/* ------ FOOTER ---------- */
#footer {
	width: 1440px;
	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;
}





























.rss a {
	background-image: url(../images/Design/rss.gif);
}

.print a {
	background-image: url(../images/Design/print.gif);
}
/* ------ FOOTER ---------- */



































































/* 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;
}




























































































































































/* --------- 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: 3px 20px 4px 0;
	text-align: left;
}

.form th {
	white-space: nowrap;
}

.no-wrap {
	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: white;
	font-weight: 500;
}

	#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.85em;
}








/* -------- 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;
}

	table.fees tr td {
		border-top: 1px solid #cecece55;
	}
/* ------------------------------------------------- */

.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 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, .CompanyForFee, #CertificateOfStudies, #CertificateOfStudiesUploaded, .upload-required {
	width: 680px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(161,82,82,1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(161,82,82,1);
	box-shadow: 0px 0px 4px 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;
}

.inactive {
	color: #ccc;
}

.accomp-container {
	padding-top: 30px;
}

.agreement-block {
	font-size: 91%;
	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 .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;
}

.full-fee td {
	color: #004683;
	font-weight: 600;
	cursor: pointer;
}

	.full-fee td::before {
		content: '\2BC8';
	}

	.full-fee td::after {
		content: '...';
	}

.st-fee-GROUP01 {
	background: #cecece28;
}

.cat-GROUP01 {
	background: #cecece18;
}

	.cat-GROUP01 td:first-child {
		padding-left: 18px;
	}

.full-fee.opened td:before {
	content: '\25BC';
}

.full-fee.opened td::after {
	content: '';
}

.cat-FULL tr:hover {
	background: #eee;
}

/****************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;
}

.flex {
	display: flex;
}

.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 [content] 1fr [footer] auto;
	min-height: 100vh;
}

.g2-content {
	grid-row: content;
	-webkit-box-shadow: 0 0 12px #64656755;
	box-shadow: 0 0 12px #64656755;
}

.g2-footer {
	grid-row: footer;
}

.footer-widthlimit {
	width: 1440px;
	margin: 0 auto;
	background: #1c4998; /*url(../Images/Design/bg-footer.png) center top no-repeat;*/
	height: 229px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: #ffffff;
}

.g2-header {
	grid-row: header;
	justify-content: center;
}

.header-fixed {
	position: fixed;
	max-height: 82px;
	z-index: 5;
	width: 1440px;
	overflow: hidden;
}

.author,
.copy {
	margin: 20px 40px;
	display: inline-block;
	font-weight: 600;
}
/*
@media screen and (max-width: 700px) {


	.header-web {
		height: 300px;
		flex-direction: row;
		display: flex;
		-webkit-align-items: stretch;
		align-items: stretch;
	}

	.hide-md {
		display: none;
	}

	.logo {
		left: 50%;
		transform: translate(-50%, 0);
	}

	.logs {
		justify-content: center;
		align-self: flex-end;
	}

	.lg-half-width {
		float: none;
		width: 100%;
	}

	.main-in {
		padding: 30px;
		box-sizing: border-box;
	}

	.CodeForFee, .CompanyForFee, #CertificateOfStudies, #CertificateOfStudiesUploaded, .upload-required {
		box-sizing: border-box;
		width: 100%;
	}
}
*/
@media screen and (max-width: 1458px) {
	.MainContainer,
	.main,
	.footer-widthlimit,
	.header {
		width: 100%;
	}

		.main img,
		.header img {
			max-width: 100%;
		}

	.footer-widthlimit {
		background-size: contain;
		background-position: bottom;
	}

	.CodeForFee, .CompanyForFee, #CertificateOfStudies, #CertificateOfStudiesUploaded, .upload-required {
		box-sizing: border-box;
		width: 100%;
	}
}

@media screen and (max-width: 770px) {
	.author,
	.copy {
		font-size: 13px;
	}

	.footer-widthlimit {
		background-position-y: top;
		background-color: #00509c;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}

	[id$='_SpecialRequestTextBox'] {
		width: unset !important;
	}

	[id*='_HotelAccommodationControl_'] .caption {
		max-width: 30vw;
	}
}

.valid-spec-code {
	color: green;
	font-weight: 500
}

.diet-req .other-spec-inf, .profession-div .other-spec-inf, .activity-div .other-spec-inf {
	padding-left: 24px;
}

.spacer1 {
	display: inline-block;
}


.valid-spec-code {
	color: green;
	font-weight: 500
}

.pr-10 {
	padding-right: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-50 {
	padding-bottom: 50px;
}