@charset "UTF-8";
/* CSS Document */



.FormUni {
	width: 100%;
	max-width:650px;
	margin: 30px auto auto auto;
	text-align: left;
}


.FormUni hr {
	background: #FFF;
}


.FormUni label {
	position: relative;
	display: inline-table;
	width: 260px;
	height:45px;
	font-size: 1.1em;
	font-weight: 300;
	text-align: left;
	margin: 0 10px 10px 0;
	vertical-align: top;
	color: #FFF;
}

.FormUni.Dark label {
	color: #424538;
}



.FormUni .AddInfo {
	color: #FFF;
	font-size: .8em;
}

.FormUni label .Center {
	display: table-cell; 
	vertical-align: middle;
	text-align: left; 
	width: 100%; 
	position: static;
}

.FormUni input[type="text"] {
	width:360px;
	height:45px;
	margin-bottom:15px;
	padding:0 10px;
	border:0px none;
	background-color:#FFF;
	font-weight:300;
	font-size:1.0em;
	color:#3e4143;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	border-radius:5px;
	}
	
.FormUni input[type="password"] {
	width:360px;
	height:45px;
	margin-bottom:15px;
	padding:0 10px;
	border:0px none;
	background-color:#FFF;
	font-weight:300;
	font-size:1.0em;
	color:#3e4042;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	border-radius:5px;
	}
	
.FormUni.Dark input[type="text"] {
	border:1px solid #e5e5e5;
	}
	
.FormUni input[type="text"].Warning {
	border:2px solid #C6362E;
	}
	
.FormUni input[type="text"].Date {
	width:auto;
	margin-left:2px;
	margin-right: 2px;
	text-align: center;
	padding:5px 10px;
	}
	
.FormUni input[type="text"].Name {
	width:295px;
	}
	
.FormUni input[type="text"].Number {
	width:60px;
	}
	
.FormUni input[type="text"].RC1 {
	width:247px;
	}
	
.FormUni input[type="text"].RC2 {
	width:100px;
	}
	
.FormUni textarea {
	width:360px;
	height:120px;
	max-width:360px;
	min-width:360px;
	margin-bottom:10px;
	border:0px none;
	background-color:#FFF;
	font-weight:300;
	font-size:1.0em;
	padding:8px 6px;
	color:#3e4143;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	border-radius:5px; 
	}
	
.FormUni.Dark textarea {
	border:1px solid #e5e5e5;
	}
	
.FormUni textarea.Warning {
	border:2px solid #C6362E;
	}
	
	

.FormUni .BoxSelect {
	display:inline-block;
	position: relative;
	margin: 0px auto 10px auto;
	text-align: center;
	width: 360px;
	height: 40px;
	box-sizing: border-box;
	text-align: left;
	
}

.FormUni .InputSelect select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	background-color: transparent;
	color:#414438;
	font-weight: 300;
	font-size: 1.0em;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	-webkit-appearance: none;
	border: none;
	box-sizing: border-box;
	}

.FormUni .InputSelect {
	width: 100%;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background-color:#FFF;
	background:url(../../modules/form/img/ArrowSelect.svg) no-repeat right center #FFF;
	overflow:hidden;
	border:none;
	box-sizing:border-box;
	padding:0 0 0 12px;
	margin-top: 0;
	border-radius:5px;
	}
	
.FormUni .InputSelect.Warning {
	border:2px solid #C6362E;
	height:44px;
	}
	
	
.FormUni .BoxSelectDay {
	display:inline-block;
	position: relative;
	margin: 0px 3px 10px auto;
	text-align: center;
	width: 116px;
	height: 40px;
	box-sizing: border-box;
	text-align: left;
}

.FormUni .BoxSelectDay select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	background-color: transparent;
	color:#414438;
	font-weight: 300;
	font-size: 1.0em;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	-webkit-appearance: none;
	border: none;
	box-sizing: border-box;
	}

.FormUni .InputSelectDay {
	width: 100%;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background-color:#FFF;
	background:url(../../modules/form/img/ArrowSelect.svg) no-repeat right center #FFF;
	overflow:hidden;
	border:none;
	box-sizing:border-box;
	padding:0 0 0 12px;
	margin-top: 0;
	border-radius:5px;
	}
	
	
.FormUni .InputSelectDay.Warning {
	border:2px solid #C6362E;
	height:44px;
	}
	

.FormUni .NoInput {
	position: relative;
	display: inline-table;
	width:360px;
	height:45px;
	font-size: 2.5em;
	font-weight: 600;
	text-align: left;
	margin: 0 0 10px 0;
	vertical-align: top;
	color: #FFF;
}

.FormUni .NoInput .Center {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}



	
	
/* Custom Checkbox */

.FormUni .CustomCheckWrapper {
	position: relative;
	width: 95%;
	margin: auto auto 10px; auto;
	padding-left:0px;
	box-sizing: border-box;
	}
	
.FormUni .CustomCheckWrapper.InForm {
	margin-left: 0;
	padding-left:274px;
	margin-bottom: 25px;
	margin-top: 15px;
	}
	
.FormUni .CustomCheckWrapper.InFormInline {
	width: auto;
	display: inline-block;
	margin-left: 0;
	padding-left:0px;
	margin-bottom: 25px;
	margin-top: 15px;
	}
	
	
.FormUni .CustomCheckWrapper .Label {
	position: relative;
	display: inline-block;
	padding-left: 36px;
	font-size: .9em;
	color: #FFF;
}


.FormUni.Dark .CustomCheckWrapper .Label, .FormUni.Dark .CustomCheckWrapper a {
	color: #414438;
}

.FormUni .CustomCheckWrapper.InForm .Label {
	font-size: 1.1em;
	font-weight: 300;
}

.FormUni .CustomCheckWrapper.InForm .Label small {
	font-weight: 300;
}

.FormUni .CustomCheckWrapper.InFormInline .Label {
	font-size: 1.1em;
	font-weight: 300;
}

.FormUni .CustomCheckWrapper.InFormInline .Label small {
	font-weight: 300;
}



.FormUni .CustomCheckWrapper .Label a {
	text-decoration: underline;
	cursor: pointer;
}

.FormUni .CustomCheckWrapper .Label a:hover {
	text-decoration: none;
}


.FormUni .CustomCheckWrapper label {
	position: absolute;
	display: block;
	width: auto;
	height:auto;
	font-size:inherit;
	font-weight:inherit;
	text-align: left;
	margin: 0;
	vertical-align: top;
	color: #FFF;
	z-index: 1;
}
	

.FormUni .CustomCheck {
  display: block;
  position: relative;
  width: 25px;
  min-height: 25px;
  padding-left: 0;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  cursor: pointer;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}/* Customize the label (the container) */

.FormUni .CustomCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}/* Hide the browser's default checkbox */

.FormUni .CheckMark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border-radius:5px;
  
}/* Create a custom checkbox */

.FormUni.Dark .CheckMark {
	border:1px solid #b02d42;
	}
	
	
.FormUni .CheckMark.Warning {
	border:2px solid #C6362E;
	}

.FormUni .CustomCheck:hover input ~ .CheckMark {
  background-color: #ccc;
}/* On mouse-over, add a grey background color */

.FormUni .CustomCheck input:checked ~ .CheckMark {
  background-color: #FFF;
}/* When the checkbox is checked, add a blue background */

.FormUni .CheckMark:after {
  content: "";
  position: absolute;
  display: none;
}/* Create the checkmark/indicator (hidden when not checked) */

.FormUni .CustomCheck input:checked ~ .CheckMark:after {
  display: block;
  
}/* Show the checkmark when checked */

.FormUni .CustomCheck .CheckMark:after {
  left: 9px;
  top: 2px;
  width: 8px;
  height: 16px;
  border: solid #b02d42;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}/* Style the checkmark/indicator */




/* Custom Radio */

.FormUni .CustomRadioWrapper {
	position: relative;
	width: 95%;
	margin: auto auto 10px; auto;
	padding-left:0px;
	box-sizing: border-box;
	}
	
.FormUni .CustomRadioWrapper.InForm {
	margin-left: 0;
	padding-left:274px;
	margin-bottom: 25px;
	margin-top: 15px;
	}
	
.FormUni .CustomRadioWrapper.InFormInline {
	width: auto;
	display: inline-block;
	padding-left:0px;
	margin: 15px 8px 25px 8px;
	padding-right: 20px;
	}
	
	
.FormUni .CustomRadioWrapper .Label {
	position: relative;
	display: inline-block;
	padding-left: 36px;
	font-size: .9em;
	color: #FFF;
}

.FormUni .CustomRadioWrapper.InForm .Label {
	font-size: 1.1em;
	font-weight: 300;
}

.FormUni .CustomRadioWrapper.InFormInline .Label {
	font-size: 1.1em;
	font-weight: 300;
}



.FormUni .CustomRadioWrapper .Label a {
	text-decoration: underline;
	cursor: pointer;
}

.FormUni .CustomRadioWrapper .Label a:hover {
	text-decoration: none;
}


.FormUni .CustomRadioWrapper label {
	position: absolute;
	display: block;
	width: auto;
	height:auto;
	font-size:inherit;
	font-weight:inherit;
	text-align: left;
	margin: 0;
	vertical-align: top;
	color: #FFF;
	z-index: 1;
}


.FormUni.Dark .CustomRadioWrapper .Label, .FormUni.Dark .CustomRadioWrapper a {
	color: #414438;
}


.FormUni .CustomRadio {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  padding-left: 0;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  cursor: pointer;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}/* Customize the label (the container) */

.FormUni .CustomRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}/* Hide the browser's default checkbox */

.FormUni .RadioMark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border-radius:50%;
}/* Create a custom checkbox */

.FormUni.Dark .RadioMark {
	border:2px solid #e5e5e5;
	}

.FormUni .RadioMark.Warning {
	border:2px solid #C6362E;
	}

.FormUni .CustomRadio:hover input ~ .RadioMark {
  background-color: #ccc;
}/* On mouse-over, add a grey background color */

.FormUni .CustomRadio input:checked ~ .RadioMark {
  background-color: #FFF;
}/* When the checkbox is checked, add a blue background */

.FormUni .RadioMark:after {
  content: "";
  position: absolute;
  display: none;
}/* Create the checkmark/indicator (hidden when not checked) */

.FormUni .CustomRadio input:checked ~ .RadioMark:after {
  display: block;
  
}/* Show the checkmark when checked */

.FormUni .CustomRadio .RadioMark:after {
  left: 5px;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #8bb431;
}/* Style the checkmark/indicator */


.FormUni .FormMobileCenter {
	display: inline;
	}
	
	




.FormUni a {
	color: #FFF;
	text-decoration: underline;
}


p.WarningInForm {
	display: block;
	width: 360px;
	height: auto;
	padding: 0;
	font-size: .95em;
	line-height: 1em;
	color: #C6362E;
	margin: 0 0 0 275px;
	font-weight: 500;
	text-align: left;
	transform: translateY(-5px);
}



.CustomFileImputWrapper {
	display: inline-block;
	width: 360px;
	max-width: 100%;
	margin-bottom: 20px;
}



.custom-file-input {
	position: relative;
	background: #FFF;
	vertical-align: middle;
	margin-bottom:2px;
	border-radius: 5px;
	padding: 10px 10px 10px 20px;
	width: 360px;
	height: 40px;
	max-width: 100%;
	box-sizing: border-box;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Vybrat soubor';
  color:#3e4143;
  display: inline-block;
  position: absolute;
  left:0px;
  top:0px;
  bottom:0px;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: none;
  border-radius: 5px 0 0 5px;
  padding: 0 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 400;
  font-size: 10pt;
  line-height: 40px;
  vertical-align: middle;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}





.InputTelCode {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	z-index: 1;
	}		
			
.InputTelCode::before {
	content: '+420';
	position: absolute;
	top:18px;
	left:10px;
	font-size: 1em;
	font-weight: 300;
	color:#3e4042;
	}
			
.InputTelCode input[type="text"] {
	padding-left: 55px;
	}
			
			




@media (max-width: 900px)
{
	.FormUni label {
	display: table;
	width: 100%;
	text-align: center;
	margin: 0;
	}
	
	.FormUni input[type="text"] {
	width:100%;
	}
	
	input[type="text"].Name {
	width:49%;
	}
	
	.FormUni textarea {
	width:100%;
	max-width:100%;
	min-width:100%;
	}
	
	.FormUni .BoxSelect {
	width: 100%;
	}
	
	.FormUni input[type="text"].RC1 {
	width:62%;
	}
	
	.FormUni input[type="text"].RC2 {
	width:32%;
	}
	
	.FormUni .NoInput {
		text-align: center;
		width:100%;
		margin-top: -15px;
	}
	
	p.WarningInForm {
		width:100%;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	
	.FormUni .CustomCheckWrapper.InForm {
		display: inline-block;
		width: auto;
		margin-left: 0;
		padding-left:0px;
		margin-bottom: 20px;
		}
		
		
	.FormUni .CustomRadioWrapper.InFormInline {	
		padding-left:10px;
		padding-right:10px;
	}
	
	.FormUni .FormMobileCenter {
		display: block;
		text-align: center;
	}

}


@media (max-width: 768px)
{
}


@media (max-width: 480px)
{

.FormUni .BoxSelectDay {
	width: 106px;
}

	
}