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


/* Formulare */	




input[type="text"] {
	width:400px;
	height:45px;
	margin-bottom:10px;
	padding:5px 15px;
	border:0px none;
	background-color:#FFF;
	font-weight:300;
	font-size:1.0em;
	color:#3e4143;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	}
	
input[type="text"].Warning {
	outline:2px solid #ff3800;
	}
	
input[type="text"].Obligatory {
	outline:4px solid #ffcc00;
	}
	
	
input[type="text"].W70Proc {
	width:280px;
	max-width: 70%;
	}	
	
input[type="text"].W30Proc {
	width:118px;
	max-width: 29%;
	}
	
input[type="text"].W50Proc {
	width:160px;
	max-width: 39.5%;
	}
	
input[type="text"].RodC1 {
	width:273px;
	max-width: 68.25%;
	}
	
input[type="text"].RodC2 {
	width:110px;
	max-width: 27.5%;
	}


.InputTxtButton {
	display: inline-block;
	margin-bottom:10px;
	}	
	
.InputTxtButton input[type="text"] {
	display: inline-block;
	width:280px;
	max-width: 70%;
	margin: 0;
	}
	
.InputTxtButton button {
	display: inline-block;
	width:120px;
	min-width:0;
	max-width: 30%;
	margin: 0;
	border-radius: 0 5px 5px 0;
	padding: 0;
	height: 45px;
	border: solid #FFF;
	border-width: 1px 1px 1px 0;
	}


.InputPhone {
	display: inline-block;
	width:400px;
	height:45px;
	margin-bottom:10px;
	position: relative;
	}
	
.InputPhone.Obligatory {
	outline:4px solid #ffcc00;
	}
	
	

input[name="area_code"] {
	display: inline-block;
	float: left;
	width: 80px;
	max-width: 20%;
	padding-left: 25px;
	border-right:2px solid #CCC;
	}
	
.InputPhone::before {
	content: '+';
	position: absolute;
	display: block;
	font-weight:300;
	font-size:1.0em;
	color:#3e4143;
	font-family: 'Montserrat', sans-serif;
	top:13px;
	left:15px;
	}	
	
input[name="phone"] {
	width: 400px;
	display: inline-block;
	float:none;
	max-width: 80%;
	}
	
	
input[type="password"] {
	width:400px;
	height:45px;
	margin-bottom:10px;
	padding:5px 15px;
	border:0px none;
	background-color:#FFF;
	font-weight:300;
	font-size:1.0em;
	color:#3e4143;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	}
	
input[type="password"].Err {
	border:1px #c11420;
	}
	
input[type="password"].Obligatory {
	outline:4px solid #ffcc00;
	}
	
		
textarea {
	width:400px;
	height:190px;
	max-width:400px;
	min-width:400px;
	margin-bottom:10px;
	border:0px none;
	background-color:#FFF;
	font-weight:300;
	font-size:1.0em;
	padding:10px 15px;
	color:#3e4143;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box; 
	}
	
textarea.Warning {
	outline:2px solid #ff3800;
	}
	
.Content textarea {
	color:#3e4143;
	font-weight: 300;
 }
	
label {
	display: block;
	width:400px;
	height:auto;
	font-size: 1.1em;
	font-weight: 300;
	margin: 20px auto 5px auto;
	color: #FFF;
}

label.W70Proc {
	width:280px;
	max-width: 70%;
	}	
	
label.W30Proc {
	width:118px;
	max-width: 29%;
	}


.BgrCreme label {
	color: #3e4143;
}

label.LabelTxtArea {
	vertical-align: top;
	padding-top: 8px;
}


.BoxSelect {
	display: inline-block;
	position: relative;
	margin: 0px 0 10px 0;
	text-align: center;
	width: 400px;
	height: 45px;
	box-sizing: border-box;
	font-size: 0.80em;
	text-align: left;
}

.InputSelect select {
	width: 420px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	background-color: transparent;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	font-size:1.2em;
	color:#3b3636;
	font-weight: 300;
	padding: 0;
	padding-left: 10px;
	margin-top: 0px;
	-webkit-appearance: none;
	border: none;
	box-sizing: border-box;
	}
	
.InputSelect {
	width:400px;
	height:45px;
	line-height:45px;
	vertical-align:middle;
	background-color:#FFF;
	background:url(../img/ArrowSelect.png) no-repeat 370px center #FFF;
	overflow:hidden;
	border:none;
	box-sizing:border-box;
	padding:0 40px 0 0px;
	margin-top: 8px;
	}
	
.InputSelect.Warning {
	outline:2px solid #ff3800;
	}
	
.InputSelect.Obligatory {
	outline:4px solid #ffcc00;
	}
	
.InputSelect.Obligatory select {
	margin-top: -2px;
}
	
	
.BoxSelect.Day {
	width: 130px;
	max-width: 30%;
}

.InputSelect.Day select {
	width: 100%;

	}
	
	
.InputSelect.Day {
	width:100%;
	background:url(../img/ArrowSelect.png) no-repeat right 5px center #FFF;
	padding:0;
	}
	
	
.BoxSelect.Small {
	width: 200px;
	height: 35px;
}

.BoxSelect.Small .InputSelect {
	width:100%;
	background:url(../img/ArrowSelect.png) no-repeat right 5px center #FFF;
	padding:0;
	height: 35px;
	line-height: 35px;
}


.BoxSelect.Small .InputSelect select {
	height: 35px;
	line-height: 35px;
	}
	
	
.BoxSelect.Small.Date {
	width: 120px;
}


.BoxSelect.Small.Date .InputSelect select {
	width: 120px;
	}
	
.BoxSelect.Small.Date .InputSelect {
	width:120px;
	}




	
.Confirm {
	color:#fff;
	font-size: 1.4em;
}

.Error {
	color:#ff3800;
	font-size: 1.4em;
	font-weight: 500;
}



input[type=checkbox] {
    zoom: 1.4;
    vertical-align: top;
    position: absolute;
    top:-3px;
    left:0;
    border:2px solid aqua;
}

label.CheckBox {
	position: relative;
	color: #FFF;
	font-size: 0.78em;
	font-weight: 300;
	width: 400px;
	max-width: 100%;
	display: inline-block;
	text-align: left;
	margin:0 0 20px 0;
	vertical-align: top;
	padding-left: 30px;
	box-sizing: border-box;
}

label.CheckBox a {
	font-weight: 600;
	text-decoration: underline;
	color: #FFF;
}


/******* Custom Checkbox *******/
/* Custom Checkbox */
.CustomCheckWrapper {
  display: block;
  position: relative;
  margin-bottom: 12px;
  max-width: 400px;
  margin: 15px auto;
  text-align: left;
}

.CustomCheckWrapper.InLIne {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-right: 15px;
}

.CustomCheckWrapper .Label {
	padding-left: 30px;
	padding-top: 3px;
	font-size:.7em;
	color:#FFF;
}/* Customize the label (the container) */

.CustomCheckWrapper .Label a {
	color:#FFF;
}

/* Custom Checkbox */
label.CustomCheck {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}/* Customize the label (the container) */


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


.CheckMark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 5px;
}/* Create a custom checkbox */

.CheckMark.Obligatory {
  border: 2px solid #ffcc00;
}/* Create a custom checkbox */


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


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


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


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


.CustomCheck .CheckMark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #606060;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}/* Style the checkmark/indicator */

.CustomCheck .CheckMark.Obligatory:after {
	left: 5px;
	top: 1px;
	}
	



	

	
/******* Custom Radio *******/
/* Custom Radio */
.CustomRadioWrapper {
  display: block;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}

.CustomRadioWrapper.InLIne{
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-right: 15px;
}



.CustomRadioWrapper .Label {
	padding-left: 30px;
	padding-top: 3px;
	font-size:.7em;
	color:#FFF;
}/* Customize the label (the container) */

.CustomRadioWrapper.White .Label  {
  color:#FFF;
}

/* Custom Radio */
label.CustomRadio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}/* Customize the label (the container) */


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


.RadioMark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 50%;
}/* Create a custom checkbox */


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


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


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


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


.CustomRadio .RadioMark:after {
  left: 4px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #7c9f10;
 
}/* Style the checkmark/indicator */	
	


/* Custom Checkbox */

.CheckBoxSwitcher {
	display: inline-block;
	position: relative;
	margin: auto auto 20px auto;
	padding-left:0px;
	box-sizing: border-box;
	}
	
.CheckBoxSwitcher .Label {
	position: relative;
	display: block;
	padding-left: 60px;
	padding-top: 3px;
	font-size: 1.1em;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 10px;
}

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

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

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

.CheckSwitcher .CheckMark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 48px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius:13px;
  
}/* Create a custom checkbox */



.CheckSwitcher:hover input ~ .CheckMark {
  background-color: transparent;
}/* On mouse-over, add a grey background color */

.CheckSwitcher input:checked ~ .CheckMark {
  background-color: #7c9f10;
}/* When the checkbox is checked, add a blue background */

.CheckSwitcher .CheckMark:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top:2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFF;
  transition: left .15s ease-in-out;
  
}/* Create the checkmark/indicator (hidden when not checked) */

.CheckSwitcher input:checked ~ .CheckMark:after {
  left: 22px;
  transition: left .15s ease-in-out;
  
}/* Show the checkmark when checked */





	
	
	
	
.FormAddOrder {
	display: inline-block;
	width: 160px;
	margin: 5px;
	height: auto;
	vertical-align: top;
}

.FormAddOrder .Photo {
	display: block;
	width: 160px;
	height: 160px;
	background: no-repeat center center #FFF;
	background-size: contain;
	border: 20px solid #FFF;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.FormAddOrder .Label {
	width: 160px;
	text-align: left;
	overflow: hidden;
}

.FormAddOrder .Label h3 {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 0 2px 0;
}

.FormAddOrder .Label p {
	font-size: .8em;
	font-weight: 300;
	margin: 0 0 2px 0;
}

.FormAddOrder .Label p.Price {
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 2px 0;
}

.FormAddOrder input[type=checkbox] {
    zoom: 1.4;
    vertical-align: top;
    position: absolute;
    top:-2px;
    left:0;
    
}

.FormAddOrder label.CheckBox {
	position: relative;
	color: #FFF;
	font-size: 1.1em;
	font-weight: 500;
	width: 100%;
	text-align: left;
	margin:4px 0 0 0;
	vertical-align: top;
	padding-left: 30px;
	box-sizing: border-box;
}

.InputTable {
	max-width: 1000px;
	margin: 20px auto;
	overflow-x: auto;
	text-align: center;
}

.InputTable table {
	min-width: 1000px;
	margin: auto;
}

.InputTable table input[type="text"] {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 5px;
	font-size: .8em;
	font-weight: 400;
	background: #FFF;
}

.InputTable .BoxSelect {
	margin: 0;
	text-align: center;
	width: 120px;
	height: 30px;
}

.InputTable .InputSelect select {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size:1em;
	font-weight: 400;
	margin: 0px;
	padding: 0 0 0 5px ;
	}
	
.InputTable .InputSelect {
	width:100%;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	background:url(../img/ArrowSelect.png) no-repeat right center #FFF;
	padding:0;
	margin: 0;
	border-right: 5px solid transparent;
	}
	
	
/* File input */

.custom-file-input {
	position: relative;
	background: #FFF;
	vertical-align: middle;
	margin-bottom:2px;
	border-radius: 0px;
	padding: 10px 10px 10px 20px;
	width: 400px;
	color:#3e4143;
	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: 0px 0 0 0px;
  padding: 10px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 400;
  font-size: 10pt;
}
.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); 
}

/* File input END */



	
	
.FormPhotoPreview {
	display:inline-block;
	width: 150px;
	height: auto;
	padding: 0;
	margin: 25px auto;
	background: #FFF;
	
	
}

.FormPhotoPreview img {
	max-width: 100%;
	display: block;
	border:2px solid #FFF;
}
	


input:disabled {
opacity: .2;
}


@media (max-width: 768px) 
{
	
input[type="text"] {
	width:100%;
	box-sizing: border-box;
	}
	
textarea {
	width:100%;
	max-width:100%;
	min-width:100%;
	box-sizing: border-box; 
	}
	
	
form .Caption {
	width:100%;
}

label {
	width:100%;
	height: auto;
	text-align: center;
	margin: 10px 0px 10px 0;
}

.BoxSelect {
	width: 100%;
}

.InputSelect select {
	width: 120%;
	}
	
.InputSelect {
	width:100%;
	background:url(../img/ArrowSelect.png) no-repeat 97% center #FFF;
	padding:0 40px 0 0px;
	}


}
