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

#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 .organizacia{
	top: 21px;
	left: 95px;
	width: 300px;
	font-weight: bold;
}

#ipdf-form .pracovisko{
	top: 50px;
	left: 95px;
	width: 300px;
}

#ipdf-form .mesiac{
	top: 42px;
	left: 992px;
	width: 140px;
}

#ipdf-form .rok{
	top: 42px;
	left: 1168px;
	width: 40px;
	text-align: center;
}

#ipdf-form .total_odprac_hodin{
	top: 727px;
	left: 1059px;
	width: 48px;
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
}

#ipdf-form .total_odprac_dni{
	top: 727px;
	left: 1112px;
	width: 48px;
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
}

#ipdf-form .total_neodprac_dni{
	top: 727px;
	left: 1165px;
	width: 48px;
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
}



#ipdf-form .vypracoval{
	top: 810px;
	left: 695px;
	width: 210px;
	text-align: center;
}

#ipdf-form .schvalil{
	top: 810px;
	left: 985px;
	width: 210px;
	text-align: center;
}







#ipdf-form .prepocitat{
	top: 5px;
	left: 1060px;
}

#ipdf-form .label_prepocitat{
	top: 4px;
	left: 1081px;
	width: 115px;
	font-size: 13px;
	color: #333333;
}

#ipdf-form .normohodin_denne{
	top: 4px;
	left: 848px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
}

#ipdf-form .label_normohodiny{
	top: 6px;
	left: 770px;
	width: 65px;
	font-size: 13px;
	color: #333333;
}

#ipdf-form .tooltip-normohodiny{
	position: absolute;
	top: 6px;
	left: 900px;
}

#ipdf-form .tooltip-prepocitat{
	position: absolute;
	top: 5px;
	left: 1195px;
}

#weekends-line{
	position: absolute;
	top: 111px;
	left: 252px;
}

#weekends-line > span {
	border: 1px solid #888888;
	background-color: #CCCCCC;
	opacity: 0.5;
	display: none;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

span.day-1 {left: 0;}
span.day-2 {left: 26px;}
span.day-3 {left: 52px;}
span.day-4 {left: 78px;}
span.day-5 {left: 104px;}
span.day-6 {left: 129px;}
span.day-7 {left: 155px;}
span.day-8 {left: 181px;}
span.day-9 {left: 207px;}
span.day-10 {left: 233px;}
span.day-11 {left: 260px;}
span.day-12 {left: 285px;}
span.day-13 {left: 311px;}
span.day-14 {left: 338px;}
span.day-15 {left: 364px;}
span.day-16 {left: 390px;}
span.day-17 {left: 417px;}
span.day-18 {left: 442px;}
span.day-19 {left: 469px;}
span.day-20 {left: 494px;}
span.day-21 {left: 521px;}
span.day-22 {left: 547px;}
span.day-23 {left: 572px;}
span.day-24 {left: 598px;}
span.day-25 {left: 625px;}
span.day-26 {left: 651px;}
span.day-27 {left: 677px;}
span.day-28 {left: 704px;}
span.day-29 {left: 729px;}
span.day-30 {left: 755px;}
span.day-31 {left: 780px;}

#tip-ciastkova-absencia{
	position: absolute;
	top: 859px;
	left: 16px;
	font-size: 0.9em;
	padding: 2px 5px;
	background-color: #EEE;
	border: 1px solid #CCC;
	border-radius: 4px;
}
