:root {
  --color1: #F5F3EB;
  --color2: #6D4D4D;
}

body{
	font-family: 'Montserrat', sans-serif;
	background-color:var(--color1);
    margin: 0 !important;
    padding: 0 !important;
	font-size: 12px;
}

span.zlate_misto {
  background: #ffdd00;
  border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -webkit-border-radius: 1.2em;
  color: #000000;
  display: inline-block;
  font-weight: bold;
  line-height: 2.3em;
  margin-right: 0px;
  text-align: center;
  width: 2.3em; 
}
span.stribrne_misto {
  background: #cbcbcb;
  border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -webkit-border-radius: 1.2em;
  color: #000000;
  display: inline-block;
  font-weight: bold;
  line-height: 2.3em;
  margin-right: 0px;
  text-align: center;
  width: 2.3em; 
}
span.bronzove_misto {
  background: #ff7700;
  border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -webkit-border-radius: 1.2em;
  color: #000000;
  display: inline-block;
  font-weight: bold;
  line-height: 2.3em;
  margin-right: 0px;
  text-align: center;
  width: 2.3em; 
}


.menu_span_link{
	color: var(--color2);	
	text-decoration: none;
	cursor: pointer;
    position: relative;
}
.menu_span_link:hover{	
	cursor: pointer;
}

.menu_span_link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--color2);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.menu_span_link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.menu{
	position: absolute;
	right: 0px;
	bottom: 5px;
	font-size: 90%;
}







div.top2{
	width: 100%;
	height:89px;
	background-color:var(--color1);
	top: 0px;
	position: relative;
}

div.top{
	width: 100%;
	height:89px;
	background-color:#ffffff;
	position: absolute;
	top: 0;
  	min-width: 960px;
	box-shadow:0px 0px 2px 0px #000000;
}
div.top_inner_container{
   	position: absolute;
   	bottom: 30;
	width: 100%;
	background-color:#ffffff;
}

div.nadpis{
  	min-width: 960px;
}
span.nadpis{
	color: var(--color2);
	font-size: 22px;
	font-weight: bold;
}

div.podnadpis{
  	min-width: 960px;
}
span.podnadpis{
	color: var(--color2);
	font-size: 14px;
}

.container_na_tabulku{
width: 1020px;
background-color: #ffffff;
align-content: center;
}


table.hlavni {    
	border-spacing: 0;
    border-collapse: collapse;
}

tr.hlavni td{
  border-bottom:1pt solid #E2E2E2;
}

tr.hlavni:hover {
    background-color:var(--color1);
}
td.hlavni {
	padding: 6px;
}
tr.hlavni_prazdny {
	height: 50px;
}

tr.hlavni{
	color: #000000;
	font-size: 12px;
	font-family: 'Montserrat';
	height: 40px;
}

th.hlavni{
	font-size: 10px;
	text-transform: uppercase;
	color: #A5A5A5;
	font-weight: bold;
	border-bottom: double;
	height: 80px;
	vertical-align: bottom;
}
th.hlavni_vlevo{
	text-align: left;
}
tr.thcklovetr:hover{
	background-color: #ffffff;
}

td.body{
	text-align: center;
	font-weight: bolder;	
}

td.poradi{
	text-align: center;
	font-weight: bolder;
}

td.kategorie{
	text-align: center;
}

td.vykonnak{
	
}




table.vnitrni {    
	border-spacing: 0;
    border-collapse: collapse;
	font-size: 10px;
}
caption.vnitrni{
	font-size: 15px;
	text-transform: uppercase;
	color: #A5A5A5;
	font-weight: bold;
	vertical-align: bottom;
}
tr.vnitrni td{
  border-bottom:1pt solid #E2E2E2;
}
tr.vnitrni:hover {
    background-color:var(--color1);
}
tr.vnitrni_bily_hover:hover {
    background-color:#ffffff;
}
td.vnitrni {
	padding: 6px;
}
tr.vnitrhni_tr_s_thckama {
    background-color: #ffffff;	
}
tr.vnitrni_prazdny {
	height: 50px;
}
th.vnitrni{
	font-size: 10px;
	text-transform: uppercase;
	color: #A5A5A5;
	font-weight: bold;
	border-bottom: double;
	height: 50px;
	vertical-align: bottom;
	padding: 5px;
}
th.vnitrni_vlevo{
	text-align: left;
}














/* MODAL MODAL MODAL */ 
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  min-width: 960px;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: var(--color1);
  color: var(--color2);
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: var(--color1);
  color: var(--color2);
}
/* MODAL MODAL MODAL */
.modal_nejxxx{
	text-align:center;
	cursor:pointer;
}
.modal_nejxxx:hover{
	text-decoration:underline;
}

.FAQ_otazka{
	font-weight: bold;
}

.FAQ_odpoved{
}


.label_radio{
    font-size: 12px;
}