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

/*
#ipdf-form .tpl-wrapper-inner
{
  margin-top: 15px;
}

#ipdf-form .tpl-wrapper-inner:first-child
{
  margin-top: 0;
}
*/

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

#resume-outer-wrapper{
	display: block;
	width: 990px;
	min-height: 1000px;
	height: 1000px;
	border: 1px solid #CCCCCC;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 5px #BBBBBB;
	background-color: #FFFFFF;
	transition: height 0.5s ease-out;
}

#resume-inner-wrapper{
	display: block;
	position: absolute;
	width: 800px;
	left: 80px;
	top: 280px;
	/*background-color: pink;*/
	min-height: 1000px;
}

#resume-inner-wrapper > *
{
	position: relative;
	display: block;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	z-index: 999;
}

/* Uncomment to apply light-blue fields */

#ipdf-form input,
#ipdf-form select,
#ipdf-form textarea,
#ipdf-form div[type="wysiwyg"]
{
	/*background-color: #C8E4FF;
	border: 1px solid #A6D3FF;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 5px #BBBBBB;*/
	background-color: transparent;
	border: 1px dashed #BBB;
	border-radius: 0;
	box-shadow: none;
	color: #222;
}

#ipdf-form input:focus,
#ipdf-form select:focus,
#ipdf-form textarea:focus,
#ipdf-form div[type="wysiwyg"]:focus
{
	/*border: 1px solid #7DC0FF;*/
	/*background-color: #A6D3FF;*/
	background-color: transparent;
	border: 1px solid #BBB;
	box-shadow: none;
}

#ipdf-form input:hover,
#ipdf-form select:hover,
#ipdf-form textarea:hover,
#ipdf-form div[type="wysiwyg"]:hover
{
	/*border: 1px solid #7DC0FF;*/
	/*background-color: #B9DDFF;*/
	background-color: transparent;
	border: 1px solid #BBB;
	box-shadow: none;
}

#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;
	border: 1px solid #BBB;
}

/* Set individual fields */

#ipdf-form .name{
	top: 80px;
	left: 80px;
	width: 800px;
	height: 60px;
	line-height: 60px;
	font-size: 50px;
	font-weight: bold;
	border: 1px solid #BBBBBB;
	color: #5F9EA0;
}

#ipdf-form .position_name{
	top: 147px;
	left: 80px;
	width: 650px;
	height: 30px;
	line-height: 30px;
	font-size: 25px;
	font-weight: bold;
}

#ipdf-form .phone{
	top: 184px;
	left: 79px;
	width: 220px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}

#ipdf-form .label_separator{
	top: 245px;
	left: 82px;
	width: 650px;
	height: 4px;
	font-size: 14px;
	color: #333333;
	background-color: #DDD;
}

#ipdf-form .label_profile{
	width: 220px;
	height: 30px;
	line-height: 30px;
	font-size: 25px;
	font-weight: bold;
}

#ipdf-form .label_profile,
#ipdf-form .label_education,
#ipdf-form .label_experience,
#ipdf-form .label_skills,
#ipdf-form .label_hobbys
{
	width: 220px;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
	border: 0;
	border-radius: none;
	box-shadow: none;
}

.item-education input,
.item-experience input,
.item-hobbys input,
.item-profile input,
.item-skills input,
.item-remarks textarea
{
  margin-bottom: 5px !important;
}

#ipdf-form .email{
	top: 184px;
	left: 308px;
	width: 215px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}

#ipdf-form .web{
	top: 184px;
	left: 530px;
	width: 200px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}

#ipdf-form .label_theme{
	top: 24px;
	left: 250px;
	width: 130px;
	height: 20px;
	text-align: right;
	font-size: 14px;
	color: #333333;
}

#ipdf-form .theme{
	top: 20px;
	left: 400px;
	width: 220px;
	height: 30px;
	font-size: 20px;
	background-color: transparent !important;
}

#ipdf-form .button_sample_data{
	top: 20px;
	left: 700px;
	width: 180px;
	font-size: 13px !important;
	padding: 5px 10px !important;
}

#ipdf-form .strip_top{
	top: 65px;
	left: 81px;
	width: 800px;
	height: 10px;
	font-size: 14px;
	color: #333333;
	background-color: #FF0000;
}

#ipdf-form .foto{
	top: 146px;
	left: 750px;
	width: 125px;
	height: 125px;
	text-align: center;
	font-size: 13px;
	border: 2px solid #DDDDDD;
	color: #999999;
	background-color: #EEEEEE;
	background-position: center;
	background-size: contain;
}

#ipdf-form .prilohy{
	position: static !important;
	top: 1150px;
	left: 100px;
	width: 805px;
	height: 150px;
	font-size: 13px;
	color: #999999;
}

#ipdf-form div[type="attachfile"] table{
	position: static;
}

