@charset "windows-1250";
/* ------------- UBYTOVAVACI (REZERVA?N?) FORMULAR ------------------- */

.ubytform {
	font-size: 100%;
}

.ubytform textarea, .ubytform input, .ubytform button, .ubytform select {
	font-family: inherit; 
	font-size: inherit;
}

.ubytform textarea {
	width: 100%;	
}

.ubytform .reset {
	display: none;
}

.ubytform .hodnota input, .ubytform .hodnota select, .ubytform .hodnota textarea {
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 8px;
	outline: none;
	border: 1px solid silver;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	margin-bottom: 6px;
		border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 90%;
	background: rgba(255, 255, 255, 0.5);
	max-width: 90vw;

}

.ubytform .hodnota:focus{
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #B0CFE0;
}

.ubytform .dradek {

}

.ubytform .popisek {
	/* width: 110px; */
	display: block;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
}

.ubytform .buttony {
	padding-top: 1em;
	text-align: left;
	padding-bottom: 1em;
}

.ubytform .buttony input {
	margin-top: 5px;
	/* font-size: 90%; */
	margin-left: 10px;
	margin-right: 10px;
}

.ubytform select {
	margin-top: 5px;
	/* font-size: 90%; */
	border: 1px solid silver;
}


.ubytform .buttony input.submit, .ubytform button {
	font-weight: bold;
	padding: 8px;
	padding-left: 5em;
	padding-right: 5em;
	margin-top: 10px;
	font-size: 120%;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	max-width: 90vw;
	
}

.ubytform .hodnota {
	padding-left: 5px;
}

.ubytform .vysvetlivky {
	margin-top: 0.7em;
	margin-bottom: 1.3em;
}

.ubytform .vysvetlivky .zvyraznit {
	font-weight: bold;
}


.ubytform input:focus {
  background-color: #fafafa;
  box-shadow: 2px 2px 8px #aaaaaa;
}

.ubytform textarea:focus {
  background-color: #fafafa;
  box-shadow: 2px 2px 8px #aaaaaa;
}

.ubytform .unadpis {
	font-weight:bold;
	margin-bottom: 0.7em;
}

@media only screen and (max-width: 360px) {
	
	.ubytform .buttony input.submit, .ubytform button {
 
  padding-left: 1em;
  padding-right: 1em;
  
}
	
	}