
/* Set common attributes for all INPUT, SELECT elements */
#ipdf-form input,
#ipdf-form label,
#ipdf-form select
{
	font-size: 14px;
	height: 25px;
	padding: 0 4px;
}

#ipdf-form input[type="checkbox"],
#ipdf-form input[type="radio"]
{
	box-shadow: 0 0;
	height: inherit;
	width: 18px;
	height: 18px;
}

/* placeholder styles */
::-webkit-input-placeholder { /* WebKit browsers */
	color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #ccc;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #ccc;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #ccc !important;
}
::-ms-input-placeholder { /* IE edge */
	color:    #ccc;
}

/* 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;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 5px #BBBBBB;
	color: #000000;
}

#ipdf-form input:focus,
#ipdf-form select:focus,
#ipdf-form textarea:focus,
#ipdf-form div[type="wysiwyg"]:focus
{
	border: 1px solid #b2daff;
	background-color: #cee7ff;
}

#ipdf-form input:hover,
#ipdf-form select:hover,
#ipdf-form textarea:hover,
#ipdf-form div[type="wysiwyg"]:hover
{
	border: 1px solid #b2daff;
	background-color: #cee7ff;
}

#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;
}

/* Set individual fields */

#ipdf-form .priezvisko{
	top: 260px;
	left: 125px;
	width: 195px;
}

#ipdf-form .meno{
	top: 261px;
	left: 378px;
	width: 130px;
}

#ipdf-form .rodne_cislo{
	top: 273px;
	left: 585px;
	height: 15px;
	line-height: 15px;
}

#ipdf-form .titul_pred{
	top: 294px;
	left: 168px;
	width: 152px;
	height: 13px;
	line-height: 13px;
}

#ipdf-form .titul_za{
	top: 294px;
	left: 433px;
	width: 75px;
	height: 13px;
	line-height: 13px;
}

#ipdf-form .pobyt_ulica{
	top: 330px;
	left: 100px;
	width: 405px;
	height: 14px;
}

#ipdf-form .pobyt_cislo{
	top: 330px;
	left: 563px;
	width: 105px;
	height: 14px;
	line-height: 14px;
}

#ipdf-form .pobyt_psc{
	top: 330px;
	left: 725px;
	width: 115px;
	height: 14px;
}

#ipdf-form .pobyt_obec{
	top: 349px;
	left: 100px;
	width: 405px;
	height: 14px;
}

#ipdf-form .pobyt_stat{
	top: 349px;
	left: 564px;
	width: 276px;
	height: 14px;
	line-height: 14px;
}

#ipdf-form .zamestnavatel{
	top: 383px;
	left: 65px;
	width: 775px;
	height: 15px;
	line-height: 15px;
}

#ipdf-form .vytvorene_dna{
	top: 702px;
	left: 94px;
	width: 190px;
	height: 20px;
}

#ipdf-form .prevzate_dna{
	top: 772px;
	left: 138px;
	width: 170px;
	height: 20px;
}
