/******************** STYLES REQUIRED BY THE RESTYLED FILE INPUT ********************/

#uploader_input_field {
    display: none;
}

#uploader_folder_field {
}

#uploader_iframe {
    width: 0;
    height: 0;
    border: none;
}

#uploader_form #file_input_field {
    display: none;
}

#uploader_form #uploader_iframe {
    width: 0;
    height: 0;
    border: none;
}

/******************** FIELD HELPER PLUGIN ********************/

/* Field helper button */

.field_help_button {
	display: block;
	width: 17px;
	height: 17px;
	background-image: url("/static/images/g-on-w-question-mark-17x17.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 7px 0px 0px 1%;
	float: left;
}

.field_help_button:focus, 
.field_help_button:hover {
	background-image: url("/static/images/bw-question-mark-17x17.png");
	outline: none;
}

/* Field helper pop-up window */

#field_help_dialog {
	width: 400px !important;
	padding: 0px 15px 10px 15px;
	margin-top: -15px;
}

#field_help_dialog h3 {
	/*color: #44443c;*/
}

#field_help_dialog p {
	font-size: 1rem;
	font-style: normal;
	clear: both;
}

#field_help_dialog a {
	display: block;
	height: 30px;
	margin-top: 20px;
	color: #0d5982 !important;	
	outline: none !important;
}

#field_help_dialog a:hover {
	text-decoration: none !important; 
	color: #555553 !important;

}

#busy_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Field helper edit screen */

#field_help_form {
	width: 600px;
	margin: 0px 10px;
}

#field_help_form h2 {
	margin-bottom: 20px;
}

#field_help_form label {
	width: 15%;
	text-align: right;
}

#field_help_form textarea {
	width: 80%;
}

