@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin,latin-ext);

#largeFormWrapper
{
	margin: auto;
	margin-top: 42px;
/*MICHAL*/	width: 90%;
}

#formWrapper
{
	margin: auto;
	margin-top: 42px;
	width: 540px;
}

#smallFormWrapper
{
	margin: auto;
	margin-top: 42px;
	width: 340px;
}

@media only screen and (max-width: 700px)
{
	#largeFormWrapper
	{
		/*margin-top: 0;*/
		/*width: 100%;*/
	}
	#formWrapper
	{
		width: 370px;
	}


	#formWrapper .cool-form .width-1-2,
	#smallFormWrapper .cool-form .width-1-2
	{
		width: 100%;
	}
	.width-sm-1-1
	{
		width: 100% !important;
	}
	#largeFormWrapper .hide-on-mobile
	{
		/*display: none !important;*/
	}
}

/* Většina mobilních zařízení 54 % pevného maxima */
@media only screen and (max-width: 540px)
{
	#largeFormWrapper
	{
		margin-top: 0;
		width: 100%;
	}

	#largeFormWrapper .hide-on-mobile
	{
		display: none !important;
	}

	#formWrapper,
	#smallFormWrapper
	{
		margin-top: 0;
		width: 100%;
	}

	#formWrapper .cool-form,
	.profil-message-box,
	#largeFormWrapper .cool-form,
	#smallFormWrapper .cool-form
	{
		border-top: 1px solid rgba(0, 0, 0, .1);
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}

	#formWrapper .hide-on-mobile,
	#smallFormWrapper .hide-on-mobile
	{
		display: none !important;
	}

	#content
	{
		/*padding-bottom: 0;*/
	}

	#content.width-limit
	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#page
	{
		background: white;
	}

	#formWrapper .cool-form .cell,
	#smallFormWrapper .cool-form .cell
	{
		float: left;
	}

	#formWrapper .cool-form .width-1-2,
	#smallFormWrapper .cool-form .width-1-2
	{
		width: 50%;
	}
	#pageLayout,
	.body-color
	{
		background: white;
	}
}

@media screen and (max-width: 540px)
{
/* MICHAL */
	#largeFormWrapper .cool-form .cell
	{
		float: none;
	}
/* MICHAL */
	#largeFormWrapper .cool-form .width-1-2
	{
		width: 100%;
	}
}

@media screen and (max-width: 440px)
{
	#formWrapper .cool-form .width-1-2,
	#smallFormWrapper .cool-form .width-1-2,
	#largeFormWrapper .cool-form .width-1-2
	{
		width: 100%;
	}
}

.cool-form
{
	margin: 0;
	outline: none;
	font: 14px 'Open Sans', 'Verdana CE', Verdana, 'Arial CE', Arial, 'Helvetica CE', Helvetica;
}

.cool-form *
{
	margin: 0;
	padding: 0;
}

.cool-form header,
.profil-message-box header
{
	font-size: 25px; /* def 14px */

	display: block;
	padding: 20px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-weight: 300;
}


.cool-form footer
{
	display: block;
	padding: 14px 30px 25px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.cool-form footer:after
{
	display: table;
	content: '';
	clear: both;
}

.cool-form section
{
	margin-bottom: 20px;
}

.cool-form .section-with-button
{
	margin-bottom: 70px;
}

.cool-form fieldset,
.profil-message-box
{
	padding: 25px 30px 5px;
	display: block;
	border: none;
}

.cool-form .or-separator-text,
.cool-form fieldset
{
	background: rgb(255, 255, 255);
}

.cool-form fieldset + fieldset
{
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.cool-form fieldset.fieldset-with-equal-padding {
	padding: 25px 30px;
}

.cool-form fieldset.fieldset-with-equal-padding section {
	margin-bottom: 0;
}

.cool-form .info
{
	display: block;
	padding: 25px 30px 5px;
	border: none;
	background: rgba(255, 255, 255, .9);
}

.cool-form .flex-elements
{
	display: flex;
	flex-direction: row;
}
.cool-form .flex-element-fixed
{
	flex-grow: 1;
	margin: auto;
	padding-left:15px;
}
.cool-form .flex-element-fill
{
	flex-grow: 100;
/* MICHAL */ margin: auto;
}
.cool-form .odsaz
{
	padding-left:15px;
}
.cool-form .select.flex-element-fixed .select
{
	width:52px;
}
.cool-form label.flex-element-fixed.fixed-width
{
	/* MICHAL width:102px; */
}

/* ikony  BEGIN*/
.cool-form .icon-append
{
	position: absolute;
	text-align: center;
	top: 5px;
	right: 5px;
	width: 29px;
	height: 29px;
	line-height: 29px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
}
.cool-form .textarea .icon-append
{
	height: 100%;
	height: -webkit-calc(100% - 10px);
	height: -moz-calc(100% - 10px);
	height: calc(100% - 10px);
}


/* ikonky END */

/*základní vzhled/COMMON STYLES */
.cool-form .input,
.cool-form .checkbox,
.cool-form .button,
.cool-form .radio,
.cool-form .textarea,
.cool-form .select
{
	display: block;
	position: relative;
}

.cool-form .input input,
.cool-form .icon-append,
.cool-form .checkbox i,
.cool-form .radio i,
.cool-form .textarea textarea,
.cool-form .select select
{
	border-color: #e5e5e5;
	transition: border-color 0.4s;
	-o-transition: border-color 0.4s;
	-ms-transition: border-color 0.4s;
	-moz-transition: border-color 0.4s;
	-webkit-transition: border-color 0.4s;
}

.cool-form .input .icon-append + input,
.cool-form .textarea .icon-append + textarea
{
	padding-right: 46px;
}

.cool-form .note-bottom
{
	font-size: 11px;

	margin-top: 6px;
	padding: 0 1px;
	line-height: 15px;
	text-align: right;
}

.cool-form [class^="fa-"]
{
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.cool-form .width-max
{
	width: 100%;
}

.cool-form .input input:focus + .helper-right-bottom
{
	right: 0;
	left: auto;
	margin-top: 5px;
}

/* Floating labely */
.cool-form .input.input--floating-label {
	position: relative;
}

.cool-form .input.input--floating-label label {
	background: transparent;
	position: absolute;
	padding: 1px 5px;
	border-radius: 5px;
	transition: 0.3s all;
	opacity: 0.75;
	font-weight: normal;

	/* Hodnoty převzaté z paddingu text inputů */
	left: 8px;
	top: 9px;
}

.cool-form .input.input--floating-label input:focus + label,
.cool-form .input.input--floating-label input:-webkit-autofill + label,
.cool-form .input.input--floating-label input:not(:placeholder-shown) + label {
	background: white;
	top: -10px;
	opacity: 1;
	font-size: 0.80rem;
	font-weight: bold;
}

/* ------------------------------------ */

/* HELPER ONLY */
.cool-form .helper
{
	font-size: 11px;

	position: absolute;
	z-index: 1;
	left: -9999px;
	padding: 2px 8px 3px;
	line-height: 15px;
	font-weight: 400;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	opacity: 0;
	transition: margin 0.4s, opacity 0.4s;
	-o-transition: margin 0.4s, opacity 0.4s;
	-ms-transition: margin 0.4s, opacity 0.4s;
	-moz-transition: margin 0.4s, opacity 0.4s;
	-webkit-transition: margin 0.4s, opacity 0.4s;
}

.cool-form .helper:after
{
	content: '';
	position: absolute;
}

.cool-form .input input:focus + .helper,
.cool-form .textarea textarea:focus + .helper
{
	opacity: 1;
}

.cool-form .helper-right-bottom
{
	top: 100%;
	margin-top: 15px;
}

.cool-form .helper-right-bottom:after
{
	bottom: 100%;
	right: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0, 0, 0, 0.9);
	border-left: 4px solid transparent;
}

/* ------------------------------------------ */

/* -------------CHECKBOX + INPUT + RADIO +TEXTAREA ------------------------ */
.cool-form .input input,
.cool-form .textarea textarea,
.cool-form .select select
{
	font: 15px/18px 'Open Sans', 'Verdana CE', Verdana, 'Arial CE', Arial, 'Helvetica CE', Helvetica;

	width: 100%;
/*MICHAL*/ min-width: 90px;
	height: 39px;
	padding: 8px 10px;
	display: block;
	background: #fff;
	color: #404040;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*margin: 0;*/
	-webkit-border-radius:0px;
}

.cool-form .input.input-prepend input {
	padding-left: 35px;
}

.cool-form .icon-prepend {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.cool-form .select-short select
{
	width:50px;
}

.cool-form .select select::-ms-expand
{
	display: none;
}

.cool-form .checkbox,
.cool-form .radio
{
	font-size: 15px;
	margin-bottom: 4px;
	padding-left: 27px;
	line-height: 27px;
	display: inline-block;
	cursor: pointer;
	color: rgb(64, 64, 64);
}

.cool-form .checkbox:last-child,
.cool-form .radio:last-child
{
	margin-bottom: 0;
}

.cool-form .checkbox input,
.cool-form .radio input
{
	position: absolute;
	left: -9999px;
}

.cool-form .checkbox input + i:after,
.cool-form .radio input + i:after
{
	font: normal 11px/16px FontAwesome;

	width: 11px;
	height: 11px;
	top: 0;
	left: 1px;
	content: '\f00c';
	text-align: center;
}

.cool-form .checkbox input:checked + i:after,
.cool-form .radio input:checked + i:after
{
	opacity: 1;
}

.cool-form .checkbox i,
.cool-form .radio i
{
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	border-width: 2px;
	border-style: solid;
	background: #fff;
	outline: none;
}

.cool-form .checkbox input + i:after,
.cool-form .radio input + i:after
{
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}

.cool-form .radio i
{
	border-radius: 50%;
}

.cool-form .radio input + i:after
{
	content: '';
	width: 5px;
	height: 5px;
	top: 4px;
	left: 4px;
	border-radius: 50%;
}
.cool-form .textarea textarea {
	height: auto;
	resize: none;
}




/* --------------------------------------------- */
/*----------SELEKTY ----------*/
.cool-form .select i {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 28px;
	height: 35px;
	pointer-events: none;
}
.cool-form .select i:after,
.cool-form .select i:before {
	content: '';
	position: absolute;
	right: 10px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.cool-form .select i:after {
	bottom: 12px;
	border-top: 4px solid #404040;
}
.cool-form .select i:before {
	top: 12px;
	border-bottom: 4px solid #404040;
}
.cool-form .select select {
	padding-right: 28px;
}

/* ------BUTTONS ONLY------ */

.cool-form .button
{
	float: right;
	height: 40px;
	margin: 10px 0 0 20px;
	border: 0;
	font: 300 15px/40px 'Open Sans', 'Verdana CE', Verdana, 'Arial CE', Arial, 'Helvetica CE', Helvetica;
	text-decoration: none;
	color: #fff;
	outline: none;
	cursor: pointer;
	overflow: hidden;
	opacity: 0.8;
	transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.cool-form .button.button-fixed {
	float: none;
	margin: 10px 0;
}

.cool-form .button.button-google {
	background: #db4437 !important;
}

.cool-form .button.button-facebook {
	background: #1b74e4 !important;
}

.cool-form .button-anchor
{
	color: white;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.cool-form .button-anchor:hover
{
	text-decoration: none;
}

.cool-form .button:hover
{
	opacity: 1;
}

/* ---------------------------------- */
.cool-form .section-row
{
	margin: 0 -15px;
}

.cool-form .section-row:after
{
	content: '';
	display: table;
	clear: both;
}

.cool-form .cell
{
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cool-form .cell-in-cell
{
	float: left;
	min-height: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.width-1-2
{
	width: 50%;
}

.width-1-3
{
	width: 33.33%;
}

.width-2-3
{
	width: 66.66%;
}
.width-2-5
{
	width: 40%;
}
.width-3-5
{
	width: 60%;
}

.width-1-4,
.width-2-8
{
	width: 25%;
}
.width-1-4-auto
{
	width:auto;
	float:left;
}

.width-1-8
{
	width: 12.5%;
}
.width-7-8
{
	width: 87.5%;
}

.cool-form .one-row-group
{
	margin: 0 -30px -4px 0;
}

.cool-form .one-row-group:after
{
	content: '';
	display: table;
	clear: both;
}

.cool-form .one-row-group .radio,
.cool-form .one-row-group .checkbox
{
	float: left;
	margin-right: 60px;
}

.cool-form .one-row-group .radio:last-child,
.cool-form .one-row-group .checkbox:last-child
{
	margin-bottom: 4px;
}

/* ------ OR SEPARATOR ------ */
.cool-form .or-separator
{
	background: none;
	height: 0;
	position: relative;
	text-align: center;
	margin: auto;
	margin-top: -19px;
	width: 50%;
}

.cool-form .or-separator-text
{
	display: inline-block;
	padding: 8px;
}

.or-separator hr
{
	margin: -16px auto 10px;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

/* -----ERROR/VALID COLOR STYLES ----- */
.cool-form .input .error,
.cool-form .radio .error + i,
.cool-form .textarea .error,
.cool-form .select .error
{
	background-color: rgba(255, 35, 0, 0.10);
}


.cool-form label.error
{
	color: rgba(255, 35, 0, 0.60);
	width: 100%;
	display: block;
}
.cool-form .label
{
	display: block;
	margin-bottom: 8px;
}

#pohlavi-error.error
{
	float: left;
	margin-bottom: 19px;
}

.cool-form .input .valid-color.valid,
.cool-form .select .valid-color.valid
{
	background-color: rgba(25, 205, 27, 0.1);
}

.cool-form #error-message,
.cool-form #succes-message
{
	margin-bottom: 25px;
	margin-top: 0;
	display: block;
	padding: 20px 15px;
	color: black;
}

.cool-form #error-message a {
	text-decoration: underline;
}

.cool-form #error-message
{
	background-color: #f1d1cb;
	border: 1px solid #e4a497;
}
.cool-form #error-message a
{
	color:black;
}
.cool-form #succes-message
{
	background-color: #d1f1cb;
	border: 1px solid #a4e497;
}

.cool-form .fa-spinner
{
	font-size: 25px;
	color: white !important;
}

/* ---- NO FORM MESSAGE BOXES ----*/
.profil-message-box
{
	padding: 25px 30px 5px;
	display: block;
	border: none;
	background-color: rgb(255, 255, 255);
}

.profil-message-box section
{
	padding: 25px 0;
}

.profil-message-box a
{
	text-decoration: underline;
}

.space-separator
{
	display: inline-block;
	width: 100%;
	height: 4px;
}

.inform-section a
{
	/*text-transform: uppercase;*/
	text-decoration: underline;
	font-weight: bold;
}

.cool-form .align-right
{
	text-align: right;
}

/**/
/* datepicker */
/**/
.ui-datepicker {
	display: none;
	padding: 10px 12px;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #000000;
}
.ui-datepicker a {
	color: #404040;
	/*color: #257a20;*/
}
.ui-datepicker-header {
	position: relative;
	padding: 10px;
	margin: -10px -12px 10px;
	font-size: 15px;
	line-height: 27px;
	border-bottom: 1px solid rgba(0,0,0,.2);

}
.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: 2px;
	display: block;
	width: 60px;
	height: 47px;
	text-decoration: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 47px;
}
.ui-datepicker-prev {
	left: 5px;
}
.ui-datepicker-next {
	right: 5px;
}
.ui-datepicker-calendar {
	font-size: 13px;
	line-height: 27px;
	border-collapse: collapse;
}
.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
	display: block;
	width: 31px;
	margin: auto;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker-today a {
	background: #e6e6e6;
	font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
	cursor: default;
}
.ui-datepicker-prev span:before
{
	content: "\f053";
	font-family: FontAwesome;
	position: relative;
}
.ui-datepicker-next span:before {
	content: "\f054";
	font-family: FontAwesome;
	position: relative;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
	text-decoration: none;
}
/* common colors */
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
	color: white;
}
.ui-datepicker-calendar span {
	color: #d3d3d3;
}

.osobni-udaje {
clear: both;
padding:0;
line-height:1.8;
box-sizing:border-box;
text-align:center;
font-size:12px;
position:relative;
top:12px;
}
