@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;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: normal 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

input, textarea, keygen, select, button {
	padding: 4px;
}

body {
	color: #252652;
	text-align: left;
	background: #fff url("../images/Design/bg-body-new.png") left top repeat-x;
	;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

p {
	padding: 0 0 12px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	color: #e9b300;
}

h1 {
	font-size: 2em;
	text-align: left;
	font-weight: 700;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 1.8em;
	font-weight: 700;
}

h3 {
	font-size: 1.3em;
	font-weight: 700;
	margin-top: 20px;	
}

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: 1140px;
	margin: 0 auto 0 auto;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.3);	
}

.MainContainer--noheight {
	min-height: 0;
}

.MainContainer--nobg {
	background: none;
}

.main {
	width: 1140px;
	margin: 0;
	background: #fff;
	box-sizing: border-box;
}

.main-in {
	box-sizing: border-box;
	padding: 30px 40px;
}

	.main-in::after {
		content: "";
		display: block;
		clear: both;
	}

.header {
	height: 271px;
	width: 1140px;
	margin: 0 auto;
	padding: 0;
}

.MainContainerBox {
	width: 1140px;
	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 */
/* 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: 1030px;
	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;
	}
	#topbox, .lt-ie9 #topbox {
		display: block;
		margin: 0 auto 0 auto !important;
		width: 100%;
		max-width: 2000px;
		background: #fff;
		position: relative;
	}
	#top img, .lt-ie9 #top img {
		border-bottom: none;
		margin: 0 auto;
	}
	#topbox-cnt {
		border-bottom: 5vh solid #e9b300;
	}
	#topbox {
		text-align: center;
		border-bottom: 5vh solid #3c3c3b;
	}
	#topbox::after {
		content: "";
		display: table;
		clear: both;
	}
.hlavicka {
	-webkit-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.3);
}

.MainContainer--bgcolor2 {
	
}

.lg-half-width {
	width: 50%;
	float: left;
	box-sizing: border-box;
}



@media screen and (min-width: 1116px) {
	img .hlavicka, img.lt-ie9 .hlavicka {
		display: block !important;
		margin: 0 auto;
		width: 100%;
		max-width: 1116px;
		position: relative;
		left: -1px;
	}
	/*img.hlavickamobil, .lt-ie9 img.hlavickamobil {
	  display: none!important;
	}*/
}

@media screen and (max-width: 1050px) {
	.lg-half-width {
		float: none;
		width: 100%;
	}

	.main, .main-in, .MainContainer {
		width: 100%;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1115px) {
	/*img.hlavicka, img.lt-ie9 .hlavicka {
  display: none!important;
}*/
	img.hlavicka, .lt-ie9 img.hlavicka {
		display: block;
		width: 100%;
		max-width: 1116px;
	}

	#topbox img, .lt-ie9 #topbox img, .MainContainer, .main {
		max-width: 100%;
	}

	.lg-half-width {
		float: none;
		width: 100%;
	}
}

/* --------- Header --------- */

#headerC
{
background: white url(../Images/HeaderBar.gif) left bottom repeat-x;
}

#headerR
{
background: url(../Images/Logo.gif) right top no-repeat;
}

#headerL
{
height: 75px;
background: url(../Images/Header.gif) 24px 13px no-repeat;
}

/* --------- 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 {
	background: #7c7b7b;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.64286;
	min-height: 180px;
}

	.Footer a {
		color: #ffef13;
	}

	.Footer .MainContainer {
		min-height: 200px;
	}

	#footerLeft, .Footer .author {
		float: left;
		text-align: left;
		line-height: 25px;
		margin: 50px 0 14px 50px;
	}

	#footerRight, .Footer .copy {
		float: right;
		text-align: right;
		margin: 50px 50px 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;}
/* ------------------------------------------------- */

.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: 88%;
    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: 88%;
    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;
}

.flex {
	display: flex;
}

.lg-half-width {
	width: 50%;
	float: left;
	box-sizing: border-box;
}


@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%;
	}

	.Footer .author,
	.Footer .copy
	{
		margin: 0 auto;
		text-align: center;
		float: none;
		margin: 0 0 30px 0;
	}
}

.valid-spec-code {
	color: green;
	font-weight: 500
}

.p-4 {
	padding: 20px;
}
.pr-10 {
	padding-right: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-50 {
	padding-bottom: 50px;
}
.diet-req .other-spec-inf {
	padding-left: 24px;
}
.m-0 {
	margin: 0;
}

.kvl-id { padding-top: 20px; }

.kvl-radio {
	line-height: 32px;
}
