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

#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:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #aaa;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #aaa;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #aaa !important;
}
::-ms-input-placeholder { /* IE edge */
	color:    #aaa;
}

/* 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 .datum{
	top: 705px;
	left: 315px;
	width: 170px;
	height: 22px;
	border: 1px solid #000000;
}

#ipdf-form .cas{
	top: 705px;
	left: 500px;
	width: 170px;
}

#ipdf-form .mobil{
	top: 788px;
	left: 315px;
	width: 170px;
	height: 22px;
	line-height: 22px;
}

#ipdf-form .email{
	top: 788px;
	left: 500px;
	width: 170px;
	height: 22px;
	line-height: 22px;
}

#ipdf-form .tvoj_kamos{
	top: 962px;
	left: 380px;
	width: 220px;
}

#ipdf-form .podpis{
	top: 995px;
	left: 397px;
	width: 180px;
	height: 22px;
	line-height: 22px;
}

*/


#ipdf-form .field-error,
#ipdf-form .field-error:hover,
#ipdf-form .field-error:focus
{
	background-color: #ff7d7d;
	color: #FFFFFF;
}


.wrapper-force-save-new-file,
.ipdf-action-right,
#sharer,
#ipdfDraggable
{
	display: none;
}

.document-wrapper{
	background: transparent;
}

#ipdf-action{
	/*position: absolute;
	top: 510px;*/
	text-align: center;
	z-index: 99999;
	display: block;
	/*background-color: orange;*/
	margin: 0 auto;
	width: 70%;
	left: 15%;
}

#ipdf-action input[type=button]{
	min-width: 50%;
	max-width: 380px;
	width: 100%;
	height: 55px;
	/*font-size: 35px;*/
	border: 1px solid #fff;
	margin-bottom: 0;
	display: inline-block;

	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffcc4a 0%, #ffb600 100%) no-repeat scroll 0 0 border-box;
	border-radius: 9px;
	color: #000000;
	/*font-family: "Open Sans";*/
	font-size: 20px;
	font-weight: 600;
	padding: 0.9em 1.4em;
}

#my-content-wrapper{
	/*background-color: #CCC;
	opacity: 0.5;;*/
	border: none;
	display: block;
	/* min-height: 550px; */
	min-height: 420px;
	width: 80%;
	min-width: 200px;
	display: block;
	margin: 0 auto;
	text-align: center;

	border: 5px solid #666;
	border-radius: 15px;
	margin-top: 30px;
}

#my-content-wrapper h2,
#my-content-wrapper h4
{
	color: #FFF;
	text-shadow: 5px 5px 10px #f6f6f6;
}

#my-content-wrapper h4
{
	margin-bottom: 30px;
}

#my-content-wrapper p,
#my-content-wrapper a
{
	color: #EEE;
}

#my-content-wrapper input,
#my-content-wrapper select
{
	position: static;
	width: 350px;
	min-width: 50%;
	max-width: 350px;
	padding: 0px 0px;
	margin: 8px;
	line-height: normal;
	border-radius: 4px;
	border: 1px solid #EEE !important;
	display: inline-block;
	text-align: center;
	text-align-last: center;
	height: 40px !important;
	font-size: 24px;
}

#my-content-wrapper input:hover,
#my-content-wrapper select:hover,
#my-content-wrapper input:focus,
#my-content-wrapper select:focus
{
	border: inherit;
}

/*
#my-content-wrapper input:after,
#my-content-wrapper select:after
{
	content: " * ";
	color: red;
	font-size: 35px;
	z-index: 999999;
}
*/

#download-link{
	display: block;
	margin: 0 auto !important;
}

#download-link .span9.alert{
	margin-left: 10% !important;
	width: 80% !important;
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 9px;
}

#ipdfDraggable{
	top: 5px !important;
	bottom: initial;
}

body{
	background-color: transparent;
}

#download-link .generated-box{
	min-width: 220px;
}
