

/* /research/hdr-examinations/include/rsd-assets/css/rs_styles.css */

/*
LI {
    padding-right: 30%;
}
*/


/*
#wmt_banner {
    background-image: url('/research/images/microscope-banner.jpg') !IMPORTANT; 
}

*/

/* white background on var_dump(), so we can see it! */
.xdebug-var-dump { background-color: #fff; }

#siteparent:before {
	content: "Deakin University";
	visibility: visible;
}

#siteparent {
	visibility: hidden;
}

.headerlink { 
	clear:both;
	float:left;
}

.headerlink a:hover {
	text-decoration: none;
}

.alignright {
	text-align: right;
}



#wmt_container table {
	background-color: #fff;
}

#rate_page img {
	vertical-align: top;
}

.wmt_label {
	width: 40% !IMPORTANT;
}

.wmt_label .note, .wmt_label_wide .note {
	font-size: 75% !IMPORTANT;
	font-style: italic;
}

.wmt_radio input, .wmt_check input {
	width: auto !IMPORTANT;
}

/* overridding templete font size */
button, input, label, select, textarea {
    font-size: 1.0em !IMPORTANT;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #000;
}

img.framed_left_image {
	float: left;
	
	padding: 1px;
	margin: 0px 5px 5px 0px;

	border: 1px solid #000;
}

img.framed_right_image {
	float: right;
	
	padding: 1px;
	margin: 0px 0px 5px 5px;

	border: 1px solid #000;
}

img.framed_image {
	padding: 1px;
	border: 1px solid #000;
	
	background-color: #FFF;
}

img.right_image {
	float: right;
	margin: 0px 0px 5px 5px;
}

.prp, .paragraph_right_padding {
	/*padding-right: 30%;*/
}

.copyright {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #A4A19D;
}

.footer_contact {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

.form_note {
	font-size: 80%;
	color: red;
}
.cell_highlight {
	background-color: #00FFFF;
}
.highlight {
	background-color: yellow;
}
caption {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.7ex;
}



.dotted_line_top_short {
    border-top-style: dotted;
	border-width: 1px;
	width: 35%;
	padding-top: 1em;
}

.dotted_line_bottom_short {
    border-bottom-style: dotted;
	border-width: 1px;
	width: 35%;
}

.dotted_line_top {
    border-top-style: dotted;
	border-width: 1px;
	width: 50%;
	padding-top: 1em;
}

.dotted_line_bottom {
    border-bottom-style: dotted;
	border-width: 1px;
	width: 50%;
}

.dotted_line_top_long {
    border-top-style: dotted;
	border-width: 1px;
	width: 65%;
	padding-top: 1em;
}

.dotted_line_bottom_long {
    border-bottom-style: dotted;
	border-width: 1px;
	width: 65%;
}

.internal_page_menu {
	font-weight: bold;
}

.dashed_line {
	border-bottom-style: dashed;
	border-width: 1px;
	width: 70%;
}

.top_bottom_dashed_line {
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-width: 1px;
	width: 70%;
	padding-top: 1em;
	padding-bottom: 1em;
}

.red_note {
	color: #ff0000; /* red */
	font-weight: bold;
}

.required_field {
	color: #ff0000; /* red */
	font-weight: bold;
}

img.floatRight {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
.floatRight {
	float: right;
}

/* no longer used
img.floatRight {
	float: right;
	margin: 20px;
	display: inline;
}
*/

.table_dotted_line {
	background-image: url('/research/hdr-examinations/include/rsd-assets/css/include/rsd-assets/images/table_dotted_rule.gif');
	background-repeat: repeat-x;
	background-position: center center;
}

.dotted_line_top_from_image {
	background-image: url('/research/hdr-examinations/include/rsd-assets/css/include/rsd-assets/images/table_dotted_rule.gif');
	background-repeat: repeat-x;
	background-position: top center;
	width: 65%;
	padding-top: 1.2em;
}
.rr_not_audited {
	color: rgb(255,0,0);
	font-weight: bold;
}

.h3_space_above {
	margin-top: 2em;
}
.h2_space_above {
	margin-top: 2em;
}

.list_with_spacing li {
	margin-top: 1em;
}

span.mandatory_field {
	font-weight: bold;
	color: #F00;
}

div.error_box,div.not_approve_box {
	font-weight: bold; 
	color: white;
	text-align: center;
	
	padding: 10px 10px 10px 50px;
	margin: 10px 0px 10px 0px;
	
	border: 1px solid black;
	
	background-color: red; 
	background-image: url('/research/hdr-examinations/include/rsd-assets/css/../images/error.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}

div.error_box a,div.not_approve_box a {
	color: white !IMPORTANT;
}

div.ok_box {
	font-weight: bold; 
	color: white;
	text-align: center;
	
	padding: 10px 10px 10px 50px; 
	margin: 10px 0px 10px 0px;
	
	border: 1px solid black;
	
	background-color: green; 
	background-image: url('/research/hdr-examinations/include/rsd-assets/css/../images/information.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}

div.ok_box a {
	color: white !IMPORTANT;
}

div.warning_box,div.not_recommend_box {
	font-weight: bold; 
	color: black;
	text-align: center;
	
	padding: 10px 10px 10px 50px;
	margin: 10px 0px 10px 0px;
	
	border: 1px solid black;
	
	background-color: yellow; 
	background-image: url('/research/hdr-examinations/include/rsd-assets/css/../images/warning.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}

div.warning_box a,div.not_recommend_box a {
	color: black !IMPORTANT;
}

.gradient_heading {
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px 5px 10px; 
	margin: 0px 0px 10px 0px;
	background-image: url('/research/hdr-examinations/include/rsd-assets/css/../images/heading-gradient.gif');
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-color: #8A7B64 !IMPORTANT;
}

ul.box_list  {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

ul.box_list li  {
	border: 1px solid #c9c9c9;
	background-color: #eee;
	padding: 3px;
	margin: 2px 0px 2px 0px;
}

ul.box_list li.highlight  {
	background-color: #0D0 !IMPORTANT;
}

.gradient_heading a, .gradient_heading td {
	color: #FFF !IMPORTANT;
	font-weight: bold !IMPORTANT;
}

.file_box {
	border-bottom: 1px dotted black;
	padding: 5px 2px 5px 2px;
}

.file_box_hover {
	background-color: #e0e0e0;
}

.file_box a img {
	border: none;
}

.file_name {
	margin-top: 3px;
}

.file_info {
	float: right;
	padding-left: 20px;
	text-align: right;
}

.form_tools {
	font-size: 80%;
	padding-left: 20px;
	text-align: right;
	color: #aaa !important;
}

.form_tools a {
	color: #aaa !important;
}

.file_highlight {
	font-weight: bold;
	color: #F00;
}

.file_comments {
	font-style: italic;
}

.file_updated {
	font-size: 80%;
	margin: 2px 0px 2px 0px;
}

.faculty_name {
	font-weight: bold;
}

.help_icon {
    background: url('/research/hdr-examinations/include/rsd-assets/css/images/icons/tango/16x16/apps/help-browser.png') no-repeat right bottom !IMPORTANT;
	padding: 2px 20px 0 0;
}

.jquery_validate_wmt_field .wmt_label, .jquery_validate_wmt_field .wmt_label_wide {
	border-color: #F00;
	background-color: #FF6A6A;
}

.jquery_validate_field {
	border-color: #F00;
	background-color: #FFBABA;
}

em.jquery_validate_field {
	margin-left: 6px;
	background-color: #FFF;
}

.jquery_validate_ckeditor em {
	background-color: #FFBABA;
}

#jquery_validate_error {
	display: none;
}

.wmt_featitem, .wmt_featitem_alt {
	width: auto;
	background-repeat: no-repeat;
/*
	background-position: right;
*/
}

/*
.wmt_featitem {
	background-color: #00133B;
}

.wmt_featitem_alt {
	background-color: #730000;
}

.featitem_link {
	background-position: right;
}

.wmt_featitem .featitem_link {
	background-color: #004795;
}

.wmt_featitem_alt .featitem_link {
	background-color: #FE181B;
}
*/

.calendar_row {
	clear: left;
}

.calendar_column {
	float: left;
	width: 95px;
	padding: 3px;
	margin: 1px;
	border: 1px solid #999;
	min-height: 50px;
	overflow: hidden;
}

.calendar_column img {
	border: 0;
}

.calendar_empty_column {
	border: 1px solid #FFF;
}

.calendar_heading .calendar_column {
	text-align: center;
	font-weight: bold;
	min-height: 0;
	border: 1px solid #FFF;
	font-size: 140%;
}

.calendar_days .calendar_column {
	text-align: center;
	font-weight: bold;
	min-height: 0;
}

.calendar_date {
	text-align: right;
	font-size: 120%;
	font-weight: bold;
}

.calendar_entry {
	font-size: 90%;
	overflow: hidden;
}

.calendar_today {
	background: #ddd;
}

.event {
	background: url('/research/hdr-examinations/include/rsd-assets/css/../images/calendar.png') no-repeat;
	padding: 1px 0px 1px 20px !important;
}

.deadline {
	background: url('/research/hdr-examinations/include/rsd-assets/css/../images/key.png') no-repeat;
	padding: 1px 0px 1px 20px;
}	

.wmt_tr_heading td, .wmt_tr_heading th {
	padding: 5px;
}

.rsd_glossary {
	border-bottom: 1px dotted #075296;
}

.rsd_glossary a {
	text-decoration: none !important;
}

.hrem_note {
    border: 1px solid #000;
    padding: 1em;
    margin-right: 30%;
}

/* Fixing the new WMT styles */
.wmt_vmenu a {
	color: #075296 !important;
	text-decoration: underline !important;
}

.events_calendar .text_overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
	
.events_calendar .hidden_date {
	visibility: hidden;
}

.events_calendar .wmt_span {
	font-weight: bold;
	padding: 1px 0 !important;
	width: 2em !important;
	text-align: center !important;
}

.events_calendar .wmt_div {
	font-weight: bold;
	padding: 2px !important;
	margin-top: 1px;
}
			
/* Menu on Homepage */

#main_research_menu {
	width: 287px;
	padding-right: 18px;
	float: left;
	clear: both;
	margin-bottom: 25px;
	margin-top: 5px;
}

#main_research_menu ul{
	margin-left: 0px !important;
	margin-top: 0px;
}

#main_research_menu li:first-child{
	margin-top: 0px;
}
/*
#main_research_menu li{
	background: url(/research/hdr-examinations/include/rsd-assets/css/../images/css/main_but_up.jpg) no-repeat;
	display: block;
	padding-left: 10px;
	margin-left: -37px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 8px;
	
#main_research_menu a{
	font-size: 13px;
	line-height: 12px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	color:#FFF !important;
	font-weight: bold;
}

#main_research_menu a:hover{
	text-decoration: none !important;
}

#main_research_menu li:hover{
	background: url(/research/hdr-examinations/include/rsd-assets/css/../images/css/main_but_down.jpg) no-repeat;
}

}*/


#main_research_menu li{
	display: block;
}

#main_research_menu li a{
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	padding: 11.2px 0px 11.2px 11.2px;
	margin-bottom: 6px;
	margin-left: -37px;
	width: 287px;
	background: #4B5457;
	color: #FFF !important;
	float: left;
	text-align: left;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.menu-sub a{
	letter-spacing: 0.05em;
	text-decoration: none !important;
	padding: 5.2px 4px 5.2px 11.2px !important;
	margin-bottom: 6px;
	margin-left: -37px;
	width: 237px !important;
	background: #8B7B69;
	color: #FFF !important;
	-webkit-border-top-right-radius: 8px !important;
	-webkit-border-bottom-right-radius: 8px !important;
	-moz-border-radius-topright: 8px !important;
	-moz-border-radius-bottomright: 8px !important;
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

.menu-sub-sub a{
	letter-spacing: 0.05em;
	text-decoration: none !important;
	padding: 5.2px 4px 5.2px 11.2px !important;
	margin-bottom: 6px;
	margin-left: -37px;
	width: 197px !important;
	background: #8B7B69;
	color: #FFF !important;
	-webkit-border-top-right-radius: 8px !important;
	-webkit-border-bottom-right-radius: 8px !important;
	-moz-border-radius-topright: 8px !important;
	-moz-border-radius-bottomright: 8px !important;
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

.menu-sub a.adri{
	background: #305672;
}
.menu-sub a.adri:hover{
	text-decoration: none !important;
	background: #c86172;
}

.men-dis {
	visibility: hidden;
	display: none;
}

.men-dis2 {
	visibility:visible;
	display: block;
}

.highlight-class {
	background: #757b7d !important;
	
}



#main_research_menu li a:hover{
	text-decoration: none !important;
	background: #058095;
}

.drms-menu li a:hover{
	background: #b3b3b3 !important;
}

#main_research_menu li a.adri{
background: #305672;
}

#main_research_menu li a.adri:hover{
	text-decoration: none !important;
	background: #c86172;
}

#main_research_menu li a.adristaff{
background: #5988ab;
}

#main_research_menu li a.adristaff:hover{
	text-decoration: none !important;
	background: #c86172;
}

#main_research_menu li a.cisr{
background: #4b5457;
}

#main_research_menu li a.cisr:hover{
	text-decoration: none !important;
	background: #0515ef;
}

.menu-sub a.cisr{
	background: #4b5457;
}
.menu-sub a.cisr:hover{
	text-decoration: none !important;
	background: #0515ef;
}

#main_research_menu li a.staff{
background: #757b7d;
}

#main_research_menu li a.staff:hover{
	text-decoration: none !important;
	background: #058095;
}

*:first-child+html #main_research_menu li a{
	margin-left: 2px;
}

/* New Style DIV */

#column_one{
	padding-left: 2px !important;
}

.rsd_linkdiv .list_heading, .rsd_textdiv .text_heading {
		background: #058095;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		border-top-right-radius: 10px;
		font-family:Verdana, Geneva, sans-serif;
		font-size: 12px !important;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration: none !important;
		color: #FFF !important;
		margin-bottom: 6px;
		padding-left: 10px;
		padding-top: 7px;
		padding-bottom: 6px;
		margin-left: 1px;
		width: 290px;
		margin-top: 0px !important;

	}

	
	.rsd_linkdiv ul, .rsd_textdiv ul{
		width: 262px;
		padding-left: 23px;
		font-size: 12px !important;
		font-family:Verdana, Geneva, sans-serif !important;
		color: #000 !important;
		margin-top: 10px;
		margin-bottom: 10px;

	}
	
		* .rsd_linkdiv ul, .rsd_textdiv ul{
			margin-left: 5px !important;
		}
	
	.rsd_linkdiv li:first-child, .rsd_textdiv li:first-child{
		padding-top: 0px !important;
	}
	
	.rsd_linkdiv li, .rsd_textdiv li {
		padding-top: 5px;
	}
	
	.rsd_linkdiv li a, .rsd_textdiv li a{
		color: #058095 !important;
		text-decoration: none !important;
	}
	
.rlinks_bottom {
		background: #058095;
		height: 7px;
		margin-left: 1px;
		margin-top: 5px;
		width: 300px;
		-webkit-border-bottom-right-radius: 7px;
		-moz-border-radius-bottomright: 7px;
		border-bottom-right-radius: 7px;
		margin-bottom: 18px;
	}
	
/* New Style 2 Columb spread */

.rsd_linkdiv_wide .list_heading, .rsd_textdiv_wide .text_heading_wide {
		background: #058095;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		border-top-right-radius: 10px;
		height: 21px;
		font-family:Verdana, Geneva, sans-serif;
		font-size: 12px !important;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration: none !important;
		color: #FFF !important;
		margin-bottom: 6px;
		padding-left: 10px;
		padding-top: 7px;
		margin-left: 1px;
		width: 606px;
		margin-top: 0px !important;

	}

	
	.rsd_linkdiv_wide ul, .rsd_textdiv_wide ul{
		width: 262px;
		padding-left: 23px;
		font-size: 12px !important;
		font-family:Verdana, Geneva, sans-serif !important;
		color: #000 !important;
		margin-top: 10px;
		margin-bottom: 10px;

	}
	
		* .rsd_linkdiv_wide ul, .rsd_textdiv_wide ul{
			margin-left: 5px !important;
		}
	
	.rsd_linkdiv_wide li:first-child, .rsd_textdiv_wide li:first-child{
		padding-top: 0px !important;
	}
	
	.rsd_linkdiv_wide li, .rsd_textdiv_wide li {
		padding-top: 5px;
	}
	
	.rsd_linkdiv_wide li a, .rsd_textdiv_wide li a{
		color: #058095 !important;
		text-decoration: none !important;
	}
	
.rlinks_wide_bottom {
		background: #058095;
		height: 7px;
		margin-left: 1px;
		margin-top: 12px;
		width: 616px;
		-webkit-border-bottom-right-radius: 7px;
		-moz-border-radius-bottomright: 7px;
		border-bottom-right-radius: 7px;
		margin-bottom: 18px;
	}	
	
/* Snapshots */

.snapshot_row_wide{
	width: 616px;
	margin-top: 12px;
	height: auto !important;
	margin-left: 1px;
	overflow: auto;
	font-size: 0.85em !important;
	font-family:Verdana, Geneva, sans-serif !important;
	color: #454646;
}

.snapshot_row_wide a{	
	text-decoration: none !important;
	color: #454646 !important;
}

.snapshot_row_wide a:hover{
	text-decoration: underline;
	color: #454646 !important;
}

.snapshot_row{
	width: 300px;
	margin-top: 12px;
	height: auto !important;
	margin-left: 1px;
	overflow: auto;
	font-size: 0.85em !important;
	font-family:Verdana, Geneva, sans-serif !important;
	color: #454646;
}

.snapshot_row a{
	text-decoration: none !important;
	color: #454646 !important;
}

.snapshot_row a:hover{
	text-decoration: underline;
	color: #454646 !important;
}

#snapshot_box{
	width: 121px;
	padding: 10px;
	background: #efebe4;	
}

.snapshot_img{
	margin-bottom: 10px;
}


.render2 {
	height: 108px;
}

.render3 {
	height: 122px;
}

.render4 {
	height: 136px;
}

.renderb1 {
	height: 136px;
}

.renderb2 {
	height: 150px;
}

.renderb3 {
	height: 164px;
}

.renderb4 {
	height: 178px;
}

.b1 {
	float: left;
	width: 121px;
	padding: 10px;
	background: #efebe4;	
}

.b2 {
	margin-left: 17px;
	float: left;
	width: 121px;
	padding: 10px;
	background: #efebe4;	
}

.b3 {
	margin-left: 18px;
	float: left;
	width: 121px;
	padding: 10px;
	background: #efebe4;	
}

.b4 {
	margin-left: 17px;
	float: left;
	width: 121px;
	padding: 10px;
	background: #efebe4;	
}
	
/* Media Contact dotted segments and image position CSS */

	.rsd_textdiv img{
		padding-left: 0px;
		padding-right: 0px;
	}

	.rsd_textdiv p{
		margin-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px !important;
	}

	
	.contact_dotted {
		margin-left: 11px;
		padding-top: 5px;
		padding-bottom: 8px;
		border-bottom: #058095 1px dotted;
		width: 280px;
	}
	
	.contact_notdotted {
		margin-left: 11px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.contact_dotted a{
		color: #058095 !important;
		text-decoration: none !important;
	}
	
	.contact_dotted a:hover{
		text-decoration:underline;
	}
	
	
	.dotted {
		margin-left: 11px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: #058095 1px dotted;
		width: 280px;
	}
	
	.dotted a{
		color: #058095 !important;
		text-decoration: none !important;
	}
	
	.dotted a:hover{
		text-decoration:underline;
	}
	
	
	
	.res_search{
		margin: 0px;
		padding: 0px;
		height: auto;
	}
	
	.rsd_button {
		background: #4B5457;
		color: #FFF;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		text-transform: uppercase;
		width: 30px;
		height: 23px;
		padding-bottom: 1px;
		border: 0px;
		font-weight:bold;
		margin-bottom: 10px;
	}
	
	.contact_notdotted a{
		color: #058095 !important;
		text-decoration: none !important;
	}
	
	.contact_notdotted a:hover{
		text-decoration:underline;
	}
	
	.feature_thumb {
		float: left;
		margin-top: 4px;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	
/*
#discovery{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 280px;
	margin-left: 0px;
}

#discovery li{
	display: block;
}

#discovery li a{
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	padding: 11.2px 60px 11.2px 60px;
	margin-bottom: 6px;
	margin-left: 0px;
	background: #8B7B69;
	color: #FFF !important;
	text-align: center !important;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#discovery li a:hover{
	text-decoration: none !important;
	background: #597a7b;
}

*:first-child+html #discovery li a{
	margin-left: 2px;
}
#discovery ul{
	margin-left: 0px !important;
	margin-top: 0px;
	display:block !important;
}*/

a.ui-button:hover {
	text-decoration: none !important;
}

.ui-tabs-nav a,
.ui-button-text
{
	color: #fff !important;
	text-decoration: none !important;
}

.ui-tabs-selected a {
	color: #000 !important;
	text-decoration: none !important;
}

#usefulLinks {
	background-color: #fff;
}

/* Turning off the "<h2>Deakin Research</h2>" and "<h3>Deakin Research<h3>" which is above the 
   horizontal menu.  Due to new template on the website. - 20120611 */
/* changed to visibility: hidden; which keeps the height info from the heading text - 20120626 */
/* changed back to display: none; now that the header bar is fixed - 20120714 */
.site-headings h2, .site-headings h3 {
/*
	visibility: hidden !important;
*/
	display: none !important;
}


/* WMT Menu Colour Changes */

#wmt_menubar td.selected {
	border-top: 5px solid #058095 !important;
}

#wmt_menubar {
	background-color: #4B5457 !important;
	background-image: none !important;
}

.slidecontent h2 {
	background: #058095 !important;
}
/* Turning off top horizontal menu as this is replaced by the options from the drop down menu in the header with the new webpage look and feel - 20120714 */

#wmt_topbar {
	display: none !important;
}


/* /research/hdr-examinations/include/common.css */

/* Begin legacy template compat styles */

.clear_float
{
	clear:both;
}

.wmt_heading {
	border-bottom:3px solid #555;
	padding: 4px;
	margin-bottom: 8px;
	font-size: 1.6em;
	font-weight: bold;
}

div.wmt_form_row
{
	clear: both;
	display:block;
	margin-bottom:0.1em;
}

.wmt_label, .wmt_label_wide
{
	float:left;
	padding:2px;
	margin: 0px 5px 2px 0px;
	background-color:#ececec;
	color:#000000;
}

.wmt_label
{
	width:20%;
}

.wmt_label_wide
{
	width:40% !IMPORTANT;
}

div.wmt_form_row input
{
	width:40%;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:90%;
}

div.wmt_radio input, div.wmt_check input{
	width:3%;
}

div.wmt_radio label, div.wmt_check label{
	width:97%;
	display: inline;
}

div.wmt_form_row select, div.wmt_form_col input, input[type="button"], div.wmt_form_col select{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:90%;
}

div.wmt_form_row select, div.wmt_form_row textarea {
	width:40%;
}

div.wmt_form_col
{
	float:left;
	margin-bottom:0.2em;
}

.wmt_form_col input, .wmt_form_col select
{
	float:left;
	margin-right: 0.7em;
	width:auto;
	font-size:90%;
}

.wmt_form_col .wmt_label, .wmt_label_wide, div.wmt_form_col select
{
	float:left;
	width:auto;
}

span.wmt_mandatory
{
	color:red;
}


fieldset.wmt_fieldset, fieldset.wmt_dotted_fieldset
{
	padding: 5px;
	margin: 2px 0px 2px 0px;
}

fieldset.wmt_sub_fieldset
{
	margin: 2px 0px 2px 0px;
	padding:2px;
	display:inline;
}

legend.wmt_bg_legend, legend.wmt_legend, legend.wmt_border_legend, fieldset.wmt_dotted_fieldset
{
	margin: 0.5em 0em 0.5em 0em;
	width: auto;
}

fieldset.wmt_fieldset, fieldset.wmt_sub_fieldset
{
	border:1px solid #555;
}

fieldset.wmt_dotted_fieldset
{
	border:1px dotted #555;
}

legend.wmt_bg_legend
{
	background-color:#555;
	color: #FFF;
	padding:2px;
}

legend.wmt_legend
{
	color: #555;
	background-color:#FFFFFF;
}

legend.wmt_border_legend
{
	border:1px solid #555;
	color:#555;
	background-color:#FFFFFF;
}

.wmt_label, .wmt_label_wide
{
	border:1px solid #555;
}

.wmt_linkdiv, .wmt_textdiv {
	margin: 0px 0px 2px 0px;
	padding: 4px;
}

.wmt_linkdiv ul, .wmt_textdiv ul{
	list-style-type:square;
}

.wmt_linkdiv .list_heading, .wmt_textdiv .text_heading {
	border-bottom:3px solid #555;
	font-size:1.4em !important;
	font-weight:bold;
	margin-bottom:8px;
	padding:4px;
}

.wmt_infodiv .list_sub_heading {
	color: #000;
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 1.1em !IMPORTANT;
}

.wmt_linkdiv .list_sub_heading {
	font-weight:bold;
	padding-left: 10px;
	font-size: 1.1em !IMPORTANT;
	margin-bottom:0px;
}

/* End legacy template compat styles */

.wmt_fieldset {
	margin: 15px 0 !important;
}

.adminpanel
{
	float: right;
	width: 100px;
	height: 100px;
	border: dashed;
}

.formlist
{
	margin: 15px 0px 15px 0px;
	overflow-x: auto;
}

div.formlist table
{
	width: 100%;
}

/*
ul.persons {
	margin: 0px; 
	padding: 0px;
}

ul.persons li {
	list-style: none;
	padding: 3px;
	margin: 0px;
	cursor: pointer;
	font-weight: bold;
	color: #000 !IMPORTANT;
}

ul.persons li div.position {
	font-size: 80%;
}

ul.persons li div.organisation {
	font-size: 70%;
	font-weight: bold;
}

ul.persons li a {
	color: #000 !IMPORTANT;
	text-decoration: none !IMPORTANT;
}
*/

.ajax_dropdown {
	position: absolute; 
	width: 198px; 
	background-color: #FFF; 
	border: 1px solid #a9a9a9; 
	display: none;
}

div.box_heading {

/*    background-color: #4CA9E1;
    color: white;
    padding: 5px;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
*/
	border: 1px solid #006699;
  	padding: 2px;
  	margin: 5px 5px 0px 5px;
  	background-color:#ececec;
  	color:#000000;
}

div.box_content {
/*
    border-right: 2px solid #0066A5;
    border-bottom: 2px solid #0066A5;
    border-left: 2px solid #0066A5;
    color: black;
    margin: 0px;
*/

	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
  	padding:2px;
  	margin: 0px 5px 2px 5px;
  	background-color:#ffffff;
  	color:#000000;
}


div.nomination {
    /*width: 60%;*/
}


ul.nominationList {
	padding-left: 0px;
	min-height: 20px;
	width: 100%;
}

li.nominationList {
	padding-left: 0px;
}

div.float_right { 
    float: right;  
    margin: 0px 0px 5px 10px; 
    font-weight: bold; 
}

div.wmt_form_row textarea {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 90%;
    width: 40%;
}

.drag_handle {
    cursor: move;
}

.clickable {
    cursor: pointer;
	text-decoration: underline;
}

div.step_heading {
	font-size: 1.5em;
	font-weight: bold; 
	margin-bottom: 10px;
}

.workflow td.stage, .workflow td.status {
	padding: 0.25em;
}

.jquery_validate_field {
	background-color:#FFBABA;
	border:1px solid #FF0000;	
}

.form_row
{
	margin:10px;
	padding:10px;
}

div.logout_link {
    padding: 5px 0px 5px 20px;
    display: inline;
    background-image: url('/research/hdr-examinations/include/../images/logout.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    float: right;
}

/* mimic how a table is working in examinations*/
div.table_header {
	width:100%;
	display: table;
	}

div.table_left, div.table_center, div.table_right
{
	float:left;
	width:24%;
	}
	

.fg-button {
	padding: 5px 10px !important;
}

.for_delete, .seo_delete {
	float: right;
}


.for_selection, .seo_selection{
	padding: 5px 10px;
	margin-bottom: 3px;
}


.apportionment_slider, .apportionment_slider-seo {
	width: 600px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* tablesorter */
table.tablesorter thead tr .header {
	background-image: url('/research/hdr-examinations/include/rsd-assets/images/icons/bullet_arrow_updown.png');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('/research/hdr-examinations/include/rsd-assets/images/icons/bullet_arrow_up.png');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('/research/hdr-examinations/include/rsd-assets/images/icons/bullet_arrow_down.png');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #39919D;
}

/* jquery table column filter */
._filterText {
width:100%;
}

.error{
	    background-color: #FFBABA;
    border: 1px solid #FF0000;
    
}

.divTable{
	display: table;
	width: 100%;
}

.divTableHeading {
	display: table-header-group;
}

.divTableHeading {
	display: table-header-group;

}
.divTableFoot {
	display: table-footer-group;

}
.divTableBody {
	display: table-row-group;
}

.choose::-webkit-file-upload-button {
	font-size: 10pt;

}

.box:nth-child(even) {
	background-color: #F0F0F0	;
	margin-bottom: 6px;
}

.box:nth-child(odd) {
	background-color: #FFFFFF	;
	margin-bottom: 6px;
}

.notelist {
	background: #E2F1FE url(/research/hdr-examinations/include/../internal/forms/images/note.svg) no-repeat top 10px left 10px;
	width: 100%;
	height: auto;
	border-radius: 4px;
	border: 0.5px solid #0C78CF;
	padding: 15px;
	padding-left: 65px;
	margin: 30px 0 30px 0;
	background-size: 45px 45px;
}

.apportionment_field, .apportionment_field-seo {
	width: 40px;
	text-align: right;
}

.seo_code_apportionment_cat,.for_code_apportionment_cat {
	width: 50px;
	text-align: center;
}

/* Chrome, Safari, Edge, Opera */
.apportionment_field::-webkit-inner-spin-button,
.apportionment_field::-webkit-outer-spin-button,
.apportionment_field-seo::-webkit-inner-spin-button,
.apportionment_field-seo::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.for_code_apportionment_name {
	width: 700px;
}

div.error, .error{
//	background-color: rgba(232, 44, 12, .2);
	border: 2px solid rgba(232, 44, 12, .9);
	padding: 10px;
	color: rgba(232, 44, 12, .9);
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: bold;
}

div.error-text,.error-text{
//	border: 2px solid rgba(232, 44, 12, .9);
//	padding: 10px;
	color: rgba(232, 44, 12, .9);
//	margin-bottom: 20px
}


errorborder {
	background-color: rgba(232, 44, 12, .2);
}

.alert-danger {
	border: 2px solid rgba(232, 44, 12, .9);
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 5px;
	margin-bottom: 10px
}