* {
	box-sizing: border-box;
}
html { 
	padding:0;
  	margin:0;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size: px;
	line-height: 29px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	background-color:#ffffff;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
h1 {
	font-size: 38px;
    text-align: left;
	color: #000000;
}
h2 {
	margin: 0 0 8px 0;
	color: #000000;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
h3 {
	margin-bottom: 1ex;
	font-size: 1.15em;

}
h4 {
	font-size: 1.03em;
	margin-bottom: -0.05ex;
}
a {
	color:#000000;
}
a:visited {
  	color:#fdb812;
}
a:hover {
	text-decoration: none;
}
td {
	vertical-align: top;
}
dt {
	font-weight:bold;
	color:#fdb812;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
dd {
	padding-bottom:0.4em;
	margin-left: 2.5em;
}
li {
	padding-top:0.2em;
	padding-bottom: 0.2em; 
  	list-style-type: square;
}
p {
	margin: 0;
}
img {
	border:none;
}
a img {
	border: none;
}
.skryj {
	top: 90px;
    position: absolute;
    width: 100vw;
    height: 1px;
    margin: 0;
    display: flex;
    background-color: #ffffff00;
    border: none;
}
.error {
	color: #ff0000;
	display: inline;
}
.maly {
	font-size: 0.9em;
}
.nastred {
	text-align: center !important;
}
.doleva {
	text-align: left !important;
}
.doprava {
	text-align: right !important;
}
.tucny {
	font-weight: bold;
}
.plavatvlevo {
	float: left;
}
.plavatvpravo {
	float: right;
}
.cisti {
	clear: both;	
	display: none;
}

/* ******************************************************** tabulka */
.tabulka {
	border: none;
}
.tabulka td, .tabulka tr {
	border: none;
}
.tabulka td {
	padding: 4px;
}
/* ********************************************************** main */
#main {
	margin: auto 0;
	padding: 0;
	text-align: left;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
}
/* ******************************************************** topblk */
#topblk {
	width: 100%;
	margin: 0 16px;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
    background: url(logo_1.png) no-repeat center;
	background-size: 200px 90px;
	background-color:#acacac;
}
#topblk h1 {
	width: 100%;
	padding-top:100px;
	background-color:#ffffff00;
	text-align: center;

}

#jazyk {
	padding: 22px 16px 22px 0px;
}
#jazyk input {
	margin: 0 3px;
}
/* **************************************************** informace */ 
#informace {
	width: 100%;
    max-width: 1200px;
	color: #000000;
	font-size: 18px;
	line-height: 27px;
	text-align:center;
	margin-top: 0px;
	font-weight: normal;
	background-color:#ffffff
}
#informace ul {
text-align:center;
}

#informace li {
	list-style-type: none;
}
/* **************************************************** casomira */ 
#casomira {
	width: 100%;
    text-align: center;
	 position:absolute;
	top: 50px;
	transform: translateX(-20px);
	background: url(https://registrace.sportsoft.cz/_data/sportsoft_registrace.png) no-repeat right;
	background-size: 200px 90px;
	background-color:#ffffff00;

}
#casomira img {
	padding: 5px 5px 0 0;
	width: 0px;
    height: 100px;
}

.vyber select {
	font-size: 0.9em;
}
/* **************************************************** informace */ 
.vyber {
	float: left;
	display: block;
	width: 40%;
	margin: 0;
	padding: 0;
}

/* **************************************************** contentblk */
#contentblk {
	width: 100%;
	max-width: 1200px;
	background-color: #fdb812;
}
#contentblk .obsah {
	background-color: #acacac;
    width: calc(100% - 32px);
    max-width: 1136px;
	vertical-align:middle;
    margin: 32px auto;
padding:32px;
	    padding-top: 10px;
	padding-bottom:2px;
padding-left:32px;
}

#ctl00_ContentPlaceHolder1_Nadpis3 {
	color: #000000;
	font-size: 20px;
	line-height: 40px;
	text-transform: none;
}

/* ********************************************************** pata */
#pata {
	margin: 0 auto 0;
	padding: 0 0 10px;
	clear: both;
	text-align: center;
    color: #000000;
    font-size: 12px;
}
#pata a {
    color: #000000;
	text-decoration: none;
}
#pata a:hover {
	color: #fdb812;
	text-decoration: underline;
}
#pata .levy, #pata .copy {
	width: 200px;
	padding: 15px 10px 0;
}
#pata .levy {
	float: left;
	text-align: left;
}
#pata .copy {
	float: right;
	text-align: right;
}



/* ******************************************** btn */
.btn, .btn:visited {
	border: 2px solid #fdb812;
	background-color: #fdb812;
	color: #000000;
	font-size: 11px;
	line-height: 29px;
	font-weight: bold;
	text-transform: uppercase;
	height: 46px;
	padding: 8px 32px;
	border-radius: 23px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.btn:hover {
	color:black;
	background-color: #ffffff;
	border-color: #ffffff;
}
#ctl00_ContentPlaceHolder1_BtnOveritKod, #ctl00_ContentPlaceHolder1_BtnOveritKod:visited {
	background-color: #fdb812;
	color: #000000;

}
#ctl00_ContentPlaceHolder1_BtnOveritKod:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #000000;
}
#ctl00_ContentPlaceHolder1_BtnPokracovat {
	margin-top: 32px;
}
/* *************************** projekct general */
.p_general input, .p_general textarea, .p_general .editor {
	width: 308px;
	margin: 0;
}
/* ****************************************************** prehled */
.prehled {
	border: 3px solid #000000;
	width: 100%;
}
.prehled_zavodnici {
	float: left;
	width: 575px; 
}
.prehled td {
	padding: 3px;
	text-align: left;
    vertical-align: middle;
}
.prehled a:visited {
  	color:#000000;
}
.prehled a:hover {
  	color:#000000!important;
}
.prehled .zahlavi th {
	color: white;
	background-color: #000000;
	font-weight: bold;
	padding: 5px 4px;
	text-align: left;
}
.prehled .strankovani td {
	color: #ffffff;
	background-color:black
}
.prehled .strankovani {
	color: #ffffff!important;
}
.prehled .zahlavi a, .prehled .zahlavi a:visited {
	color: white;
	
}
	.prehled .strankovani a, .prehled .strankovani a:visited {
		color: white;
	}
.prehled .zahlavi a:hover, .prehled .strankovani a:hover {
	color: #fdb812!important;
}
.prehled .licha {
	background-color: #fdb812;
	color:black;
}
.prehled .suda {
	background-color: #ffffff;
	color:black;
}
.prehled .vybrana {
	background-color: #000000;
	color:white;
}
.prehled .funkce a, .prehled .funkce a:visited {
	color: black;
	font-weight: bold;
}
.prehled .funkce a:hover {
	color: red;
}
.zaplaceno {
	color: white;
background-color: green;
}
.nezaplaceno {
	color: White;
background-color: Red;
	font-weight: bold;
}
.statistika {
	clear: none;
 	float: left;
	margin: 50px 50px 10px 0;
	width: auto;
	border-color:black;
	border-width:3px;
}
/* ****************************************************** prihlaska */
.prihlaska tr {
	display: flex;
	flex-wrap: wrap;
}
.prihlaska td {
	padding: 1px 0;
	display: flex;
	align-items: center;
}
.prihlaska td:first-child {
	width: 50% !important;
}
.prihlaska td:nth-child(2) {
	width: 386px;
}
.prihlaska td input, .prihlaska td select, #ctl00_ContentPlaceHolder1_Vzkaz {
	border: 3px solid #000000;
	background-color:#ffffff;
    border-radius: 3px;
    max-width: 368px;
	padding: 1px 8px;
	font-size: 14px;
	line-height: 29px;
	webkit-appearance: none;
}
#ctl00_ContentPlaceHolder1_Voucher {
	font-size:14px;
}
.prihlaska td input:focus, .prihlaska td select:focus, #ctl00_ContentPlaceHolder1_Vzkaz:focus, #ctl00_ContentPlaceHolder1_Voucher:focus {
	outline: none;
	box-shadow: inset 0px 0 0 1px #fdb812;
	border-color: #fdb812;
}
.prihlaska td select {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 16px top 50%;
	background-size: 8px auto;
}
#ctl00_ContentPlaceHolder1_TelefonStat {
	margin-right: 8px;
    width: 120px !important;
}
#ctl00_ContentPlaceHolder1_RStat td {
	height: auto !important;
}
#ctl00_ContentPlaceHolder1_LDenNarozeni, #ctl00_ContentPlaceHolder1_LMesicNarozeni, #ctl00_ContentPlaceHolder1_LRokNarozeni {
	font-weight: normal;
}
#ctl00_ContentPlaceHolder1_LMesicNarozeni, #ctl00_ContentPlaceHolder1_LRokNarozeni {
	margin-left: 16px;
}
#ctl00_ContentPlaceHolder1_DenNarozeni, #ctl00_ContentPlaceHolder1_MesicNarozeni {
	width: 52px !important;
}
#ctl00_ContentPlaceHolder1_Pohlavi  {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 12px 0;
}
#ctl00_ContentPlaceHolder1_Pohlavi input {
	border-radius: 100%;
	width: 16px !important;
	height: 16px;
	margin: 0 8px 0 0;
	-webkit-appearance: auto;
}
#ctl00_ContentPlaceHolder1_Pohlavi input:focus {
	outline: none;
	box-shadow: none;
}
#ctl00_ContentPlaceHolder1_Pohlavi label {
	font-weight: normal;
	margin-right: 32px;
}
.povinny {
	color: #fdb812;
	font-size: 22px;
	line-height: 29px;
	font-weight: bold;
	margin-left: 4px;
}
#ctl00_ContentPlaceHolder1_RVolba2 {
	flex-direction: column;
}
#ctl00_ContentPlaceHolder1_RVolba2 br, #ctl00_ContentPlaceHolder1_RBool1 br {
	display: none;
}
#ctl00_ContentPlaceHolder1_LVolba2 b, #ctl00_ContentPlaceHolder1_PanelVoucher strong, #ctl00_ContentPlaceHolder1_LUjednani, #ctl00_ContentPlaceHolder1_LGDPR, #ctl00_ContentPlaceHolder1_LMarketing {
	color: #ffffff;
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 24px;
	display: inline-block;
}
#ctl00_ContentPlaceHolder1_RBool1 td {
	align-items: flex-start;
}
#ctl00_ContentPlaceHolder1_Bool1, #ctl00_ContentPlaceHolder1_Bool2 {
	border-radius: 3px;
	width: 13px !important;
	height: 28px;
	margin: 0 8px 0 0;
	-webkit-appearance: auto;
}
#ctl00_ContentPlaceHolder1_Bool1:focus, #ctl00_ContentPlaceHolder1_Bool2:focus {
	outline: none;
	box-shadow: none;
}
#ctl00_ContentPlaceHolder1_Kategorie {
	margin-top: 32px;
}
#ctl00_ContentPlaceHolder1_Kategorie input {
	margin: 0 8px 0 0;
}
#ctl00_ContentPlaceHolder1_Kategorie label {
	font-weight: normal;
}
#ctl00_ContentPlaceHolder1_Kategorie br {
	content: "";
    margin: 20px;
    display: block;
    font-size: 1px;
}
.titulek {
	width: 60%;
    font-weight: normal;
}
.kontrola {
	margin-bottom: 40px;

}
#ctl00_ContentPlaceHolder1_GDPR, #ctl00_ContentPlaceHolder1_LMarketing {
	margin-top: 40px;
}
/* ****************************************************** pravni ujednani */
.ujednani {
    border: 3px solid #ff00008c;
    padding: 0.2em 1em;
    margin: 0 0 16px 0;
	font-size: 0.9em;
	font-weight: normal;
}