
#ipdf-form input[type=checkbox]:hover,
#ipdf-form input[type=checkbox]:focus
{
	/* IE fix */
	background-color: transparent !important;
}

#ipdf-form input[type=text]{
	padding-left: 4px;
	padding-right: 4px;
}

#ipdf-form input,
#ipdf-form select,
#ipdf-form textarea,
#ipdf-form div[type="wysiwyg"]
{
	font-size: 14px;
	height: 24px;
}

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

/* 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 { /* Internet Explorer edge */
	color:    #ccc;
}

/* fields */

#ipdf-form .odosielatel{
	top: 85px;
	left: 98px;
	width: 750px;
	text-align: center;
	/*font-weight: bold;*/
}

#ipdf-form .meno_adresata{
	top: 187px;
	left: 530px;
	width: 300px;
	font-weight: bold;
}

#ipdf-form .meno_adresata2{
	top: 219px;
	left: 530px;
	width: 300px;
	font-weight: bold;
}

#ipdf-form .adresat_ulica{
	top: 251px;
	left: 530px;
	width: 300px;
}

#ipdf-form .adresat_psc{
	top: 283px;
	left: 530px;
	width: 70px;
}

#ipdf-form .adresat_mesto{
	top: 283px;
	left: 612px;
	width: 218px;
}

#ipdf-form .datum{
	top: 330px;
	left: 90px;
	width: 110px;
}

#ipdf-form .miesto_odoslania{
	top: 330px;
	left: 214px;
	width: 230px;
}

#ipdf-form .vec{
	top: 380px;
	left: 90px;
	width: 755px;
	font-weight: bold;
}

#ipdf-form .prilohy{
	top: 375px;
	left: 920px;
	width: 250px;
	height: 200px;
	font-size: 13px;
	color: #999999;
}

#ipdf-form .text_listu{
	top: 440px;
	left: 90px;
	width: 750px;
	min-height: 700px;
	padding: 8px 8px 8px 8px;
	overflow: auto;
	transition: height 0.25s;
}

#my-content-wrapper{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	box-shadow: 1px 1px 5px #bbbbbb;
	display: block;
	min-height: 1450px;
	width: 910px;
	transition: height 0.25s ease-out;
}

#ipdf-form .label_adresat{
	top: 158px;
	left: 531px;
	width: 100px;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

#ipdf-form .label_subjekt{
	top: 383px;
	left: 90px;
	width: 60px;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

#ipdf-form .adresat-frame-right{
	position: absolute;
	top: 155px;
	left: 510px;
	width: 7px;
	height: 170px;
	background-color: #cccccc;
}

#ipdf-form .adresat-frame-bottom{
	position: absolute;
	top: 318px;
	left: 510px;
	width: 325px;
	height: 7px;
	background-color: #cccccc;
}

#ipdf-form .podpis-line{
	position: absolute;
	top: 1315px;
	left: 517px;
	width: 250px;
	height: 1px;
	border-top: 1px solid #666666;
	transition: top 0.25s;
}

#ipdf-form .podpis{
	top: 1319px;
	left: 517px;
	width: 250px;
	text-align: center;
	transition: top 0.25s;
}

#ipdf-form .stamp_sign{
	top: 1220px;
	left: 515px;
	width: 250px;
	height: 88px;
	background-position: center;
	background-size: contain;
	font-size: 13px;
	border: 2px solid #DDDDDD;
	color: #999999;
	background-color: #EEEEEE;
	transition: top 0.25s;
}

#ipdf-form .format_html{
	top: 107px;
	left: 19px;
	position: static;
}

#ipdf-form .settings{
	background-color: #ffffff;
	border-radius: 2px;
	box-shadow: 1px 1px 5px #bbbbbb;
	height: 320px;
	left: 920px;
	position: absolute;
	top: 1px;
	width: 211px;
	font-size: 16px;
}

#ipdf-form .set_adresat{
	width: 165px;
	position: static;
}

#ipdf-form .format_markup{
	top: 134px;
	left: 19px;
	position: static;
}

#ipdf-form .justify_paragraph{
	top: 134px;
	left: 205px;
	position: static;
}

#ipdf-form .insert_sign{
	top: 107px;
	left: 19px;
	position: static;
}

#ipdf-form .load_example{
	z-index: 0;
}

.hidePanel{
	display: none !important;
}
