/* ----------------------------------------- */
/* Obsah */
#main-content {
	width: 1000px;
	padding: 36px 10px 28px;
	margin: 0 auto;
}



/* ----------------------------------------- */
/* Panel */
#main-content aside {
	float: left;
	width: 360px;
	padding-bottom: 20px;
	position: relative;
}
#main-content aside h2 {
	font-size: 32px;
	font-weight: bold;
}
#main-content aside h3 {
	color: #2066ca;
	font: bold 24px 'Open Sans Condensed', 'Arial', Sans-serif;
	padding: 29px 0 10px;
}
.missvste #main-content aside h3 {
	color: rgb(153, 51, 51);
}
#main-content aside p {
	line-height: 21px;
}
#main-content aside .banner {
	width: 360px;
	height: 360px;
	display: block;
	position: absolute;
	left: 0;
	top: 1204px;
}
#main-content aside .banner img {
	width: 360px;
	height: 360px;
	display: block;
}

#main-content aside .banner {
	display: none !important;
}


/* ----------------------------------------- */
/* Formulář */
#registration {
	float: right;
	width: 600px;
	max-width: 100%;
	padding: 30px 0 20px;
}
#registration h2 {
	color: #00adf1;
	font: bold 22px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 28px;
	background: #021d3d url('../images/public/bg-login-h.png') repeat-y 100% 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 9px 24px 14px;
	margin-top: 22px;
	margin-bottom: 0px;
	display: block;
}
#registration .form-field {
	background: #003071 url('../images/public/bg-login.png') repeat-x;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 1px 30px 28px;
}

#registration p {
	margin-top: 20px;
	color: white;
}

#registration .hr {
	height: 2px;
	background: transparent url('../images/public/bg-hr.png') repeat-x;
	margin: 20px 0 0;
}
#registration .upload {
	font: normal 14px Arial, Sans-serif;
	line-height: 16px;
	background-color: white;
	-webkit-box-shadow: inset 0 0 8px #666;
	-moz-box-shadow: inset 0 0 8px #666;
	box-shadow: inset 0 0 8px #666;
	border: none;
	border-radius: 6px;
	padding: 11px 10px;
	margin: 0 0 12px;
	display: block;
	position: relative;
	color: initial;
}
#registration .upload .error {
	color: #fb4f4e;
	font-weight: bold;
}
#registration .upload a {
	width: 105px;
	color: black;
	font: bold 12px Arial, Sans-serif;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	background: #b7b7b7 url('../images/public/bg-upload.png') repeat-x;
	-webkit-box-shadow: inset 0 0 7px #555;
	-moz-box-shadow: inset 0 0 7px #555;
	box-shadow: inset 0 0 7px #555;
	border: none;
	border-radius: 6px;
	padding: 10px 0;
	margin: 0;
	display: inline-block;
	position: absolute;
	top: 1px;
	right: 1px;
}
#registration .add-photo {
	height: 38px;
	color: #00adf1;
	font-weight: bold;
	line-height: 38px;
	margin-top: 10px;
	display: flex;
}

#registration .add-photo .icon {
	display: block;
	width: 38px;
	height: 38px;
	padding-right: 10px;
	background: transparent url('../images/public/bg-sprites.png') no-repeat -151px -60px;
}

#registration .input-fields.loading {
	position: relative;
	pointer-events: none;
}

#registration .input-fields.loading::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #00307188;
	background-image: url('../images/public/fb-loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 999;
}

#registration label {
	color: white;
}
#registration label.inline {
	font-weight: normal;
	padding: 10px 8px;
	display: inline-block;
}
#registration label span {
	font-weight: normal;
}
#registration label.empty {
	padding: 0 !important;
	height: 0 !important;
}
#registration label strong {
	color: #33bdf4;
}
#registration label span.dynamic {
	padding-left: 10px;
}
#registration label .error {
	background: transparent url('../images/public/bg-error-r.png') no-repeat 20px 100%;
	padding-bottom: 9px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: -10px;
}
#registration label.rules {
	padding: 18px 0;
}
#registration label.rules .error {
	bottom: 32px;
}
#registration label.rules a {
	color: #00adf1;
}
#registration label .error b {
	background: #fb4f4e url('../images/public/bg-error.png');
	font-weight: bold;
	line-height: 18px;
	border-radius: 4px;
	padding: 4px 8px;
	display: inline-block;
}
#registration input.radio {
	margin: 0;
}

#registration select {
	width: 250px;
}

#registration input.button {
	color: black;
	height: 62px;
	overflow: visible;
	font: bold 26px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 60px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #f9e3ac;
	background: white url('../images/public/bg-button-small.png') repeat-x 0 50%;
	-webkit-box-shadow: inset 0 1px 0 white;
	-moz-box-shadow: inset 0 1px 0 white;
	box-shadow: inset 0 1px 0 white;
	border: 1px solid #e89718;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 33px;
	margin: 16px auto 0;
	display: block;
	cursor: pointer;
}

#registration .checkbox-field {
	display: flex;
	flex-direction: row;
}
#registration .tel-insert {
	width: 258px;
}
#registration .tel-help {
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}

#registration p > .error {
	display: block;
	margin-top: 10px;
	color: white;
}


/* ------------------------------------------ */
/* Selecbox */
.selectBox-dropdown
{
	width: 258px;
	height: 38px;
	outline: none;
	text-decoration: none;
	display: block !important;
	cursor: default;
}
.selectBox-dropdown .selectBox-label
{
	float: left;
	color: black;
	width: 200px;
	height: 38px;
	font: normal 14px Arial, Sans-serif;
	overflow: hidden;
	line-height: 38px;
	white-space: nowrap;
	background-color: white;
	-webkit-box-shadow: inset 0 0 8px #666;
	-moz-box-shadow: inset 0 0 8px #666;
	box-shadow: inset 0 0 8px #666;
	padding: 0 10px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	display: block;
}
.selectBox-dropdown .selectBox-arrow
{
	float: left;
	width: 38px;
	height: 38px;
	background: transparent url('../images/public/bg-sprites.png') no-repeat -151px -4px;
	display: block;
}
.selectBox-dropdown-menu
{
	max-height: 240px;
	overflow: auto;
	font-size: 14px;
	text-align: left;
	background: white;
	border: 1px solid #bbb;
	position: absolute;
	z-index: 99999;
}
.selectBox-options,
.selectBox-options li,
.selectBox-options li a
{
	list-style: none;
	color: #515151;
	padding: 0;
	margin: 0;
	display: block;
	cursor: default;
}
.selectBox-dropdown-menu
{
	width: auto !important;
}
.selectBox-options li a
{
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	padding: 3px 19px 3px 9px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.selectBox-options li.selectBox-hover a
{
	background-color:#ebf9ff;
}
.selectBox-options li.selectBox-selected a
{
	background-color:#cce9f7;
}