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

#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: url("/static/images/g-on-w-question-mark-17x17.png") no-repeat left top;
	margin: 7px 0px 0px 1%;
	float: left;
}

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

/* Field helper pop-up window */

.ui-dialog[aria-describedby="field_help_dialog"] {
	width: 430px !important;
}

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

#field_help_dialog h3 {
	font-size: 1.1em;
	margin-top: 20px;
}

#field_help_dialog p {
	font-size: 0.8em;
	font-style: normal;
	clear: both;
}

#field_help_dialog a {
	color: #0d5982 !important;	
	outline: none !important;
}

#field_help_dialog .break_help_link {
	word-break: break-all;
}

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

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

/* Field helper pop-up window for activities checklist items created by user */

.checklist_item_help_dialog p {
	font-style: normal !important;
	padding-top: 0px !important;
	margin-bottom: 20px !important;
}

/******************** PERSON INFORMATION PLUGIN ********************/

th.person_contact_details {
	width: 25px;
	padding: 0px !important;
	background-color: #fff;
	border-right: none !important;
}

th.person_contact_details span {
	display: none;
}

td.person_contact_details {
	width: 25px;
	padding: 0px;
	padding-left: 5px;
	border-bottom: none !important;
	border-right: none !important;
}

td.person_contact_details:hover,
td.person_contact_details:focus ,
td.person_contact_details:active,
td.person_contact_details.hover_table_row  {
	background-color: #fff !important;
}

a.person_information {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	position: relative;
	top: 3px;
	background: url("/static/images/information-button.png") no-repeat left top;
	margin: 0px !important;
}

.person_information:focus, 
.person_information:hover {
	background: url("/static/images/information-button-highlight.png") no-repeat left top;
	outline: none;
}

/******************** PERSONAL INFORMATION POP-UP WINDOW ********************/

#personal_information_form {
	width: 550px;
}

#personal_information_form div {
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-left: 7px;
	margin-right: 7px;
}

#personal_information_form div strong {
	color: #666;
}

#personal_information_form div:last-child {
	margin-bottom: 25px;
}

#personal_information_form a:focus {
	color: #0d5982;
	outline: none;
}

/******************** ORGANISATION CONTACT PAGE PLUGIN ********************/

th.organisation_contact_details {
	width: 25px;
	padding: 0px !important;
	background-color: #fff;
	border-right: none !important;
}

th.organisation_contact_details span {
	display: none;
}

td.organisation_contact_details {
	width: 25px;
	padding: 0px;
	padding-left: 5px;
	border-bottom: none !important;
	border-right: none !important;
}

td.organisation_contact_details:hover,
td.organisation_contact_details:focus ,
td.organisation_contact_details:active,
td.organisation_contact_details.hover_table_row  {
	background-color: #fff !important;
}

a.organisation_contact_page {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	position: relative;
	top: 3px;
	background: url("/static/images/information-button.png") no-repeat left top;
	margin: 0px !important;
}

.organisation_contact_page:focus,
.organisation_contact_page:hover {
	background: url("/static/images/information-button-highlight.png") no-repeat left top;
	outline: none;
}

/******************** ORGANISATION CONTACT PAGE POP-UP WINDOW ********************/

#organisation_contact_page_form {
	width: 1030px;
}

#organisation_contact_page_form div {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-left: 7px;
	margin-right: 7px;
}

/******************** CKEDITOR ********************/
.ck-editor__editable {
  height: 400px;
  width: auto;
}


/* HELP PAGE */
#help_list_form #help_field_table .break_help_link {
	word-break: break-all;
}

#help_list_form #help_field_table td.definition a,
#help_list_form #help_field_table td.source a {
	text-decoration: underline;
}

@media screen and (max-width:850px) {

	#help_list_form #help_field_table {
		font-size: 0.9em;
	}

	#help_list_form #help_field_table th,
	#help_list_form #help_field_table td {
		padding: 5px !important;
	}

}


/* 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%;
}
