
/* 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-srvprot_material input,
.item-srvprot_material 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;
	border: 2px solid #DDDDDD;
	color: #999999;
	background-color: #EEEEEE;
}

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

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

/* special - for client we DO NOT allow uploading image, ONLY signing by hand */
#ipdf-form .sign_client .qq-upload-button {
	display: none;
}

/* move signpad button to left upper corner rather than left bottom */
#ipdf-form .sign_client .qq-signpad-button {
	position: inherit !important;
}

/* 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 .odosielatel{
	top: 199px;
	left: 213px;
	width: 98%;
	font-weight: bold;
	position: static;
}

#ipdf-form .dodavatel{
	top: 228px;
	left: 213px;
	width: 98%;
	height: 55px;
	line-height: normal;
	padding: 4px 4px 4px 4px;
	position: static;
	font-family: sans-serif;
}

#ipdf-form .dodavatel_mobile{
	top: 366px;
	left: 193px;
	width: 98%;
	position: static;
}

#ipdf-form .dodavatel_email{
	top: 328px;
	left: 207px;
	width: 98%;
	position: static;
}

#ipdf-form .adresat{
	top: 199px;
	left: 628px;
	width: 98%;
	font-weight: bold;
	position: static;
}

#ipdf-form .objednavatel{
	top: 228px;
	left: 628px;
	width: 98%;
	height: 55px;
	line-height: normal;
	padding: 4px 4px 4px 4px;
	position: static;
	font-family: sans-serif;
}

#ipdf-form .objednavatel_mobile{
	top: 327px;
	left: 628px;
	width: 98%;
	position: static;
}

#ipdf-form .objednavatel_email{
	top: 320px;
	left: 607px;
	width: 98%;
	position: static;
}

#ipdf-form .nasa_ref{
	top: 472px;
	left: 63px;
	width: 90%;
	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: 1263px;
	left: 61px;
	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_zavady{
	top: 615px;
	left: 63px;
	width: 99%;
	height: 100px;
	min-height: 100px;
	line-height: normal;
	padding: 0 4px;
	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_material{
	top: 740px;
	left: 784px;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	font-weight: bold;
	position: static;
}

#ipdf-form .total_works{
	top: 849px;
	left: 784px;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	font-weight: bold;
	position: static;
}

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

#ipdf-form .costs_total{
	top: 886px;
	left: 784px;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	font-weight: bold;
	position: static;
}

#ipdf-form .prace_odovzdal{
	top: 1279px;
	left: 139px;
	width: 250px;
	text-align: center;
	position: static;
}

#ipdf-form .prace_prevzal{
	top: 1287px;
	left: 554px;
	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_protokolu{
	top: 73px;
	left: 658px;
	width: 190px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	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: 10px;
	width: 200px;
	height: 150px;
	font-size: 15px;
}

#ipdf-form .prilohy{
	top: 250px;
	left: 930px;
	width: 240px;
	height: 150px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	color: #999999;
}

/*
#ipdf-form .zoznam_adresatov{
	top: 45px;
	left: 19px;
	width: 190px;
	height: 26px;
	position: static;
}

#ipdf-form .zoznam_odosielatelov{
	top: 85px;
	left: 19px;
	width: 190px;
	height: 26px;
	position: static;
}
*/

#ipdf-form .print_empty_rows,
#ipdf-form .print_dph
{
	position: static;
}

#ipdf-form .label_product{
	top: 445px;
	left: 45px;
	width: 400px;
	position: static;
}

#ipdf-form .zoznam_adresatov,
#ipdf-form .zoznam_odosielatelov,
#ipdf-form .set_material,
#ipdf-form .set_product,
#ipdf-form .set_service_works
{
	width: 165px;
	height: 22px;
	z-index: 1;
	position: static;
	vertical-align: middle;

}
#ipdf-form .zoznam_adresatov option,
#ipdf-form .zoznam_odosielatelov option,
#ipdf-form .set_material option,
#ipdf-form .set_product option,
#ipdf-form .set_service_works option
{
	font-size: 13px;
	line-height: normal;
}

/*
#ipdf-form .vat_tarif option
{
	text-align: left;
}
*/
