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

#ipdf-form textarea{
	font-size: 14px;
	padding: 0 4px; /* caution - vertical padding > 0 causes wrong autogrow! */
}

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

#my-content-wrapper{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: 1px 1px 5px #bbbbbb;
	display: block;
	width: 800px;
	min-height: 1500px;
	transition: height 0.5s ease-out;
	padding: 60px;
}

.subject-frame{
	border: 2px solid #000000;
	padding: 10px;
	border-radius: 6px;
}

.item-zuctovanie_naklady input,
.item-zuctovanie_naklady textarea
{
	vertical-align: top;
}

/* Set individual fields */

#ipdf-form .top_logo{
	top: 0;
	left: 0;
	width: 200px;
	height: 70px;
	padding: 0px 0px 0px 0px;
	background-position: center;
	background-size: contain;
	font-size: 13px;
	position: static;
	border: 2px solid #DDDDDD;
	color: #999999;
	background-color: #EEEEEE;
}

#ipdf-form .sign_technik{
	top: 0;
	left: 0;
	width: 200px;
	height: 70px;
	padding: 0;
	margin-bottom: 5px !important;
	background-position: center;
	background-size: contain;
	font-size: 13px;
	border: 2px solid #DDDDDD;
	color: #999999;
	background-color: #EEEEEE;
}

	/* vsetky images musia byt relative, aby spravne poziciovalo label s textom, ktory je absolute */
#ipdf-form div[type="image"]{
	position: relative !important;
}

#ipdf-form div[type="image"] p{
	top: 20px;
}

/*
#ipdf-form div[type="image"].top_logo p{
	width: 195px;
	top: 105px;
}

#ipdf-form div[type="image"].sign_technik p{
	width: 195px;
	top: 605px;
}
*/

#ipdf-form .zamestnanec_meno{
	top: 215px;
	left: 151px;
	width: 98%;
	font-weight: bold;
	position: static;
}

#ipdf-form .zamestnavatel{
	top: 291px;
	left: 207px;
	width: 98%;
	height: 55px;
	line-height: normal;
	min-height: 55px;
	padding: 4px 4px 4px 4px;
	position: static;
	font-family: sans-serif;
}

#ipdf-form .zamestnanec_stredisko{
	top: 246px;
	left: 146px;
	width: 98%;
	position: static;
}

#ipdf-form .zamestnanec_kontakt{
	top: 275px;
	left: 146px;
	width: 98%;
	position: static;
}

#ipdf-form .firma_nazov{
	top: 215px;
	left: 631px;
	width: 98%;
	font-weight: bold;
	position: static;
}

#ipdf-form .vasa_ref{
	top: 415px;
	left: 241px;
	width: 90%;
	position: static;
}

#ipdf-form .vytvoril{
	top: 415px;
	left: 419px;
	width: 85%;
	position: static;
}

#ipdf-form .datum_vyhotovenia{
	top: 726px;
	left: 194px;
	width: 90px;
	position: static;
}

#ipdf-form .cislo_zmluvy{
	top: 472px;
	left: 582px;
	width: 90%;
	position: static;
}

#ipdf-form .typ_stroja{
	top: 487px;
	left: 63px;
	width: 98%;
	height: 40px;
	min-height: 40px;
	line-height: normal;
	padding: 0 4px;
	font-size: 16px;
	font-weight: bold;
	position: static;
	font-family: sans-serif;
}

#ipdf-form .vyrobne_cislo{
	top: 487px;
	left: 663px;
	width: 98%;
	height: 40px;
	min-height: 40px;
	line-height: normal;
	padding: 0 4px;
	font-size: 16px;
	font-weight: bold;
	position: static;
	font-family: sans-serif;
}

#ipdf-form .popis_zasahu{
	top: 615px;
	left: 63px;
	width: 99%;
	height: 150px;
	min-height: 150px;
	line-height: normal;
	padding: 0 4px;
	position: static;
	font-family: sans-serif;
}

#ipdf-form .total_nakl{
	top: 485px;
	left: 774px;
	width: 75px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	font-weight: bold;
	position: static;
}

#ipdf-form .total_pohyby_plus{
	top: 675px;
	left: 633px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	padding: 0px 4px;
	text-align: right;
	font-weight: bold;
	position: static;
}

#ipdf-form .poznamky{
	top: 1009px;
	left: 61px;
	width: 99%;
	height: 60px;
	line-height: normal;
	min-height: 60px;
	position: static;
	font-family: sans-serif;
}

#ipdf-form .account_end_sum{
	top: 824px;
	left: 744px;
	width: 98%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	position: static;
}

#ipdf-form .vyhotovil{
	top: 722px;
	left: 131px;
	width: 250px;
	text-align: center;
	position: static;
}

#ipdf-form .schvalil{
	top: 722px;
	left: 531px;
	width: 250px;
	text-align: center;
	position: static;
}

#ipdf-form .vyhlasenie{
	top: 1414px;
	left: 64px;
	width: 99%;
	height: 50px;
	line-height: normal;
	padding: 0 4px;
	text-align: center;
	font-weight: bold;
	position: static;
	font-family: sans-serif;
	font-size: 13px;
}

#ipdf-form .cislo_dokladu{
	top: 273px;
	left: 393px;
	width: 98%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	position: static;
}

#ipdf-form .miesto_vyhotovenia{
	top: 1097px;
	left: 73px;
	width: 200px;
	position: static;
}

#ipdf-form .cislo_objednavky{
	top: 471px;
	left: 741px;
	width: 90%;
	position: static;
}

/* Settings */

#ipdf-form .settings{
	background-color: #ffffff;
	border-radius: 2px;
	box-shadow: 1px 1px 5px #bbbbbb;
	left: 930px;
	position: absolute;
	top: 0px;
	width: 200px;
	height: 150px;
	font-size: 15px;
}

/*

*/

#ipdf-form .print_empty_rows{
	top: 65px;
	left: 23px;
	padding: 0px 0px 0px 0px;
	position: static;
}
/*
#ipdf-form .label_product{
	top: 445px;
	left: 45px;
	width: 400px;
	position: static;
}
*/

#ipdf-form .zoznam_firiem,
#ipdf-form .zoznam_zamestnancov
{
	width: 165px;
	height: 22px;
	z-index: 1;
	position: static;
	vertical-align: middle;

}
/*
#ipdf-form .zoznam_firiem{
	top: 169px;
	left: 19px;
	width: 165px;
	position: static;
}
*/

#ipdf-form .firma_sidlo{
	top: 244px;
	left: 631px;
	width: 98%;
	height: 45px;
	line-height: normal;
	min-height: 45px;
	padding: 4px 4px 4px 4px;
	position: static;
	font-family: sans-serif;
}

#ipdf-form .obdobie{
	top: 204px;
	left: 393px;
	width: 98%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	position: static;
}

#ipdf-form .datum_schvalenia{
	top: 726px;
	left: 593px;
	width: 90px;
	position: static;
}

#ipdf-form .account_pohyby_plus{
	top: 824px;
	left: 415px;
	width: 98%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	position: static;
}

#ipdf-form .account_nakl_sum{
	top: 824px;
	left: 251px;
	width: 98%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	position: static;
}

#ipdf-form .account_start_sum{
	top: 824px;
	left: 71px;
	width: 98%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	position: static;
}

#ipdf-form .insert_nakl{
	top: 215px;
	left: 19px;
	width: 200px;
	position: static;
}

#ipdf-form .insert_dot{
	top: 244px;
	left: 19px;
	width: 200px;
	position: static;
}

#ipdf-form .total_pohyby_minus{
	top: 675px;
	left: 753px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	padding: 0px 4px;
	text-align: right;
	font-weight: bold;
	position: static;
}

#ipdf-form .account_pohyby_minus{
	top: 861px;
	left: 415px;
	width: 98%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	position: static;
}

#ipdf-form .info_account{
	top: 876px;
	left: 161px;
	width: 600px;
	padding: 4px;
	margin: 0px;
	text-align: center;
	font-size: 13px;
	position: static;
	color: #333333;
	display: inline-block;
}

