
/* Set common attributes for all INPUT, SELECT elements */
#ipdf-form input,
#ipdf-form select
{
	font-size: 18px;
	height: 22px;
}

#ipdf-form input[type="radio"]
{
	height: inherit;
}

/* placeholder styles */

::-webkit-input-placeholder {
	color:    #ddd !important;
}
:-moz-placeholder {
	color:    #ddd !important;
	opacity:  1;
}
::-moz-placeholder {
	color:    #ddd !important;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #ddd !important;
}


/* Uncomment to apply light-blue fields */

#ipdf-form input,
#ipdf-form select,
#ipdf-form textarea,
#ipdf-form div[type="wysiwyg"]
{
	/*
	background-color: #e1f0ff;
	border: 1px solid #cae5ff;
	box-shadow: 1px 1px 5px #BBBBBB;
	*/
	border-radius: 3px;
	color: #000000;
	border: 0;
	box-shadow: none;
	background-color: transparent;
	z-index: 3;

	/* chrome fix: dont specify transition function, e.g. -webkit-transition:left 1s, top 1s, ease-out; */
	transition:left 1s, top 1s, background-color 500ms;
	-webkit-transition:left 1s, top 1s, background-color 500ms;
	-ms-transition:left 1s, top 1s, background-color 500ms;
}

#ipdf-form input:focus,
#ipdf-form select:focus,
#ipdf-form textarea:focus,
#ipdf-form div[type="wysiwyg"]:focus
{
	/*border: 0px;*/
	/*background-color: #eeeeee;*/
	/*color: #666666;*/
	border: 0;
	/*background-color: transparent;*/
	background-color: #C8E4FF;
}

#ipdf-form input:hover,
#ipdf-form select:hover,
#ipdf-form textarea:hover,
#ipdf-form div[type="wysiwyg"]:hover
{
	/*border: 0;*/
	/*background-color: #eeeeee;*/
	/*color: #666666;*/
	border: 0;
	background-color: #C8E4FF;
}

#ipdf-form input[disabled="disabled"],
#ipdf-form select[disabled="disabled"],
#ipdf-form textarea[disabled="disabled"],
#ipdf-form input[disabled="disabled"]:hover,
#ipdf-form select[disabled="disabled"]:hover,
#ipdf-form textarea[disabled="disabled"]:hover
{
	background-color: #e4e7ed;
	color: #7d8d95;
	cursor: not-allowed;
}

/* special fix for pseudo selectors - white text does not show nicely with lightblue bg on hover/focus */
#ipdf-form [theme="darcek-na-narodeniny"] input:hover,
#ipdf-form [theme="darcek-na-narodeniny"] textarea:hover,
#ipdf-form [theme="darcek-na-narodeniny"] input:focus,
#ipdf-form [theme="darcek-na-narodeniny"] textarea:focus
{
	color: #333333 !important;
}

/* Set individual fields */

#ipdf-form .nazov{
	top: 65px;
	left: 60px;
	width: 520px;
	height: inherit;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 50px;
}

#ipdf-form .nazov:hover,
#ipdf-form .nazov:focus
{
	background-color: #C8E4FF;
}

#ipdf-form .darcekovy_poukaz_pre{
	top: 310px;
	left: 60px;
	width: 480px;
}

#ipdf-form .gift_beneficient{
	top: 350px;
	left: 60px;
	width: 500px;
	height: inherit;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
}

#ipdf-form .gift_title{
	top: 410px;
	left: 60px;
	width: 700px;
	height: inherit;
	text-align: left;
	font-size: 45px;
	font-weight: bold;
}

#ipdf-form .ucel_poukazky{
	top: 465px;
	left: 60px;
	width: 700px;
	height: inherit;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
}

#ipdf-form .kde_uplatnit_title{
	top: 523px;
	left: 60px;
	font-weight: bold;
	width: 700px;
}

#ipdf-form .kde_uplatnit_popis{
	top: 553px;
	left: 60px;
	width: 700px;
	height: 80px;
	line-height: normal;
	font-size: 15px;
	font-family: monospace;
}

#ipdf-form .pokyny{
	top: 640px;
	left: 60px;
	width: 700px;
	height: 125px;
	line-height: normal;
	font-size: 12px;
	font-style: italic;
	font-family: monospace;
}


#ipdf-form .platnost_od_title{
	top: 590px;
	left: 955px;
	width: 180px;
}

#ipdf-form .platnost_od{
	top: 612px;
	left: 955px;
	width: 180px;
	height: inherit;
	font-size: 25px;
	font-weight: bold;
	/* border-bottom: 2px solid; */
}

#ipdf-form .platnost_do_title{
	top: 650px;
	left: 955px;
	width: 180px;
}

#ipdf-form .platnost_do{
	top: 673px;
	left: 955px;
	width: 180px;
	height: inherit;
	font-size: 25px;
	font-weight: bold;
	/* border-bottom: 2px solid; */
}

#ipdf-form .platnost{
	display: none;
	top: 0;
	left: 0;
	width: 400px;
}

#ipdf-form .cislo_poukazky_title{
	top: 710px;
	left: 955px;
	width: 180px;
}

#ipdf-form .cislo_poukazky{
	top: 731px;
	left: 955px;
	width: 180px;
	height: inherit;
	font-size: 25px;
	font-weight: bold;
	/* border-bottom: 2px solid; */
}

#ipdf-form .pozadie{
	top: 25px;
	left: 25px;
	width: 1115px;
	height: 775px;
	background-position: center;
	background-size: cover;
	font-size: 13px;
	border: 2px solid #DDDDDD;
	color: #999999;
	background-color: #EEEEEE;
}

#ipdf-form .pozadie p{
	display: none;
}

#wrapper-themes{
	padding: 3px 0;
	margin: 20px 50px;
	/*border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;*/
}

#wrapper-themes a{
	padding: 1px;
	opacity: .8;
	filter: alpha(opacity=80);
}

#wrapper-themes a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

#ajax-loader-poukaz{
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #eee;
	z-index: 99 !important;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#ajax-loader-poukaz p{
	margin-top: 24%;
	text-align: center;
	width: 100%;
}

#ajax-loader-poukaz p img{
	background-color: transparent;
	border: 0;
	box-shadow: none;
}

#POZADIE__DOC__1 .qq-upload-button,
#POZADIE__DOC__1 .qq-remove-button
{
	display: none;
}

#ui-datepicker-div{
	z-index: 3 !important;
}

/* slick carousel adjustments */

#wrapper-themes .slick-prev::before,
#wrapper-themes .slick-next::before
{
	color: #666666;
	font-size: 30px;
}

#wrapper-themes .slick-prev,
#wrapper-themes .slick-next
{
	height: 31px;
	width: 31px;
}

#wrapper-themes .slick-list{
	margin-left: 15px;
}

#wrapper-themes .slick-next{
	right: -33px;
}

#wrapper-themes .slick-slide > div{
	margin-left: 2px;
	margin-right: 2px;
}

/*
#wrapper-themes .slick-slide img {
	border: 1px solid #000;
}
*/
