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

.RegisterForm {
	background: #00ccff;
	color:#FFF;
	text-align: center;
}

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


.RegForm hr {
	background: #FFF;
}


.RegForm 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;
}

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



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

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

.RegForm 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;
	}
	
.RegForm 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;
	}
	
.RegForm.Dark input[type="text"] {
	border:1px solid #e5e5e5;
	}
	
.RegForm input[type="text"].Warning {
	border:2px solid #C6362E;
	}
	
.RegForm input[type="text"].Date {
	width:auto;
	margin-left:2px;
	margin-right: 2px;
	text-align: center;
	padding:5px 10px;
	}
	
.RegForm input[type="text"].Name {
	width:295px;
	}
	
.RegForm input[type="text"].Number {
	width:60px;
	}
	
.RegForm input[type="text"].RC1 {
	width:247px;
	}
	
.RegForm input[type="text"].RC2 {
	width:100px;
	}
	
.RegForm 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; 
	}
	
.RegForm.Dark textarea {
	border:1px solid #e5e5e5;
	}
	
.RegForm textarea.Warning {
	border:2px solid #C6362E;
	}
	
	

.RegForm .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;
	
}

.RegForm .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;
	}

.RegForm .InputSelect {
	width: 100%;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background-color:#FFF;
	background:url(../../modules/registerform/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;
	}
	
.RegForm .InputSelect.Warning {
	border:2px solid #C6362E;
	height:44px;
	}
	
	
.RegForm .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;
}

.RegForm .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;
	}

.RegForm .InputSelectDay {
	width: 100%;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background-color:#FFF;
	background:url(../../modules/registerform/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;
	}
	
	
.RegForm .InputSelectDay.Warning {
	border:2px solid #C6362E;
	height:44px;
	}
	

.RegForm .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;
}

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



	
	
/* Custom Checkbox */

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


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

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

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

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

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



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

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


.RegForm .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;
}
	

.RegForm .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) */

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

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

.RegForm.Dark .CheckMark {
	border:1px solid #e5e5e5;
	}
	
	
.RegForm .CheckMark.Warning {
	border:2px solid #C6362E;
	}

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

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

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

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

.RegForm .CustomCheck .CheckMark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #8bb431;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}/* Style the checkmark/indicator */




/* Custom Radio */

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

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

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



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

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


.RegForm .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;
}


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


.RegForm .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) */

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

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

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

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

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

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

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

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

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


.RegForm .FormMobileCenter {
	display: inline;
	}
	
	
.RegForm button {
	margin: auto;
	background: #FFF;
	color:#00ccff;
	}
	
.RegForm button:hover {
	background: rgba(255, 255, 255, 0.7);
	}




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

}


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


@media (max-width: 480px)
{

.RegForm .BoxSelectDay {
	width: 106px;
}

	
}