@CHARSET "ISO-8859-1";

/* modifications to basic layout */

/*
* {
  border-radius: 0 !important;
}
*/



div.container-fluid {
	/* adds padding to the entire container but only when fluid enabled
	to give some margins at the left and right */
	padding: 0px 50px 30px 50px;	
}

div.container {
/*	padding-bottom: 100px;*/	
}

.checkbox.disabled { color: #7F8C8D; }
.sa-checkbox-highlight.checked { color: #FF0000; }

select.form-control {
	/* this is required to display caret in select in Chrome, works fine in Firefox */
	-webkit-appearance: menulist;
}

.progress { height: 50px; }
.progress p { margin-top: 10px; }

/* sa- custom styles */

.sa-text {
	font-family: 'Open sans', sans-serif;
	font-size: 1.0em;
	font-weight: 400;
}
	.sa-text.sa-text-block {
		line-height: 1.3em;
	}
		.sa-text.sa-text-block.sa-small-text {
			font-size: 1.0em;
		}
	.sa-text.sa-input-label {
		color: #95A5A6;
	}
	.sa-text.sa-login-failure {
		background-color: #C0392B;
		color: #FFFFFF;
		text-align: center;
	}
	.sa-text.sa-record-checked { color: #2ECC71; }
	.sa-text.sa-record-flagged { color: #F1C40F; }
	.sa-text.sa-record-remaining { color: #E74C3C; }
	.sa-text.sa-record-all { color: #7F8C8D; }
	
	.sa-text.sa-text-sidebar li a {
		
	}
	
.sa-plant-height-match {
	background-color: #C5EFF7;
	color: #000000;
}

.sa-leaf-match {
	background-color: #C8F7C5;
	color: #000000;
}	

.sa-seed-match {
	background-color: #F4D03F;
	color: #000000;
}	

.sa-record-list-row p { margin-bottom: 3px; }
	
	
div.sa-input-row {
	padding-top: 20px;
	/* background-color: #ECF0F1; 
	border: 1px solid #ECF0F1; */
	margin-bottom: 10px;
}

.sa-input-text {
	font-size: 1.0em;	
}

#login {
	margin-top: 150px;
	height: 60px;
	font-size: 1.6em;
	text-align: center;
}

#maintenance_wrapper {
	margin-top: 150px;
	font-size: 2.0em;
	text-align: center;
}

.sa-footer {
	background-color: #FFFFFF;
	padding: 0px;	 
	border-top: 1px solid #95A5A6;
	transition: background-color 1s;
	-moz-transition: background-color 1s;
	-webkit-transition: background-color 1s;
	-o-transition: background-color 1s;	
}

div#footer {
	height: 85px !important;	
}

.sa-footer.sa-save-success {
	background-color: #2ECC71;	
}

.sa-footer.sa-save-failure {
	background-color: #C0392B;
}

.sa-warning { color: #FF0000; }

.sa-gap-above-none { margin-top: 0px; }
.sa-gap-above-medium { margin-top: 10px; }
.sa-gap-above-large { margin-top: 20px; }
.sa-gap-above-xlarge { margin-top: 30px; }
.sa-gap-above-xxlarge { margin-top: 40px; }

.sa-gap-right-medium { margin-right: 10px; }
.sa-gap-right-large { margin-right: 20px; }
.sa-gap-right-xlarge { margin-right: 30px; }

.sa-gap-below-none { margin-bottom: 0px; }
.sa-gap-below-medium { margin-bottom: 10px; }
.sa-gap-below-large { margin-bottom: 20px; }
.sa-gap-below-xlarge { margin-bottom: 30px; }
.sa-gap-below-xxlarge { margin-bottom: 40px; }

.sa-gap-left-large { margin-left: 20px; }
.sa-gap-left-xxlarge { margin-left: 40px; }

#species_profile tr td { padding: 3px 20px; }

/* base for colours is #666633 at http://www.w3schools.com/tags/ref_colorpicker.asp */ 

#species_profile tr td:first-child {
	/*background-color: #FFFFFF;*/
	color: #FFFFFF; /*#666666;*/
	text-align: right;
	width: 410px;
	/*border-color: #FFFFFF;*/
}

#species_profile.community_profile tr td:first-child {
	width: 330px;
}


#species_profile tr td:first-child strong {
	font-weight: 600;
}

#species_profile tr td:last-child { 
	/*background-color: #E0E0D6;*/
	color: #FFFFFF; /*#3D3D1F;*/
	text-align: left;
	padding-left: 40px;
	font-weight: 300;
	/*border-color: #D1D1C2;*/
}

#species_profile tr td { border-color: #EEEEEE; }


div#banner {
	background-color: #006442 !important;
}

div#profile {
	z-index: 1;
	background-color: #FFFFFF; /*#4DAF7C;*/ /*#1E824C;*/
}

div#map-control button {
	width: 100%;	
}

div#map-control .alert {
	font-size: 0.7em;
	text-align: center;	
}

div#other_info {
	background-color: #FFFFFF;
	color: #4183D7;
}

div#other_info {
	
}


#species_profile tr:first-child td { border-top: none; }

ul.nav li {
	height: 40px;
	text-align: left;	
}

ul.nav li a {
	padding: 5px 10px;
	border: 0px solid #EEEEEE;	
	font-family: 'Open sans', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	margin: 10px 20px;
	border-radius: 0px;
	background-color: #006442; /*#1E824C;*/
	color: #FFFFFF;
}

ul.nav.sa-non-index li a {
	/*background-color: #4B77BE;*/
	background-color: #006442;
	color: #FFFFFF;	
}

.nav > li > a:focus {
  text-decoration: none;
  color: #019875;
}

ul.nav li a:hover { color: #019875; background-color: #FFFFFF; }
ul.nav.sa-non-index li a:hover { color: #4B77BE; background-color: #FFFFFF; }

#howtouse ol, li {
	font-weight: 200;
}

#howtouse img {
	margin: 30px 0px;
	border: 1px solid #ccc;
}

#howtouse h5 {
	margin-bottom: 30px;
}

#sidebar-wrapper .button-nav-search {
	text-align: left;	
}

h4 { font-family: 'Open sans', sans-serif; }

#map_legend td {
	border-top: none;
	color: #FFFFFF;
	font-size: 0.8em;
	vertical-align: middle;
}

.sa-menu {
	height: 190px;
	padding: 15px 0px 0px 0px;
	margin-bottom: 10px;
	border: 2px solid #CCCCCC;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
}

.sa-menu img {
	margin-bottom: 20px;	
}

.sa-menu a {
	color: #FFFFFF;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.sa-menu:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.sa-profile-menu {
	height: 50px;
	padding-top: 10px; 
	margin-bottom: 10px;
	color: #FFFFFF !important;
	border: 1px solid #CCCCCC;
	background-color: rgba(F, F, F, 0.8);
	text-align: center;
	font-family: 'Muli', sans-serif;
}

.sa-profile-menu a {
	color: #FFFFFF !important;
	font-family: 'Muli', sans-serif;
}

.sa-text .sa-profile-menu {
	font-size: 18px;	
}

.sa-profile-menu:hover {
	cursor: pointer;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.button-nav-search {
	width: 80%;	
}

.btn.btn-primary {
	/*background-color: #264348;*/
}

.btn.btn-primary:hover {
	background-color: #6B9362;
}


#plant-search {
	height: 45px;
	
}

.jumbotron p {
	font-family: 'Open Sans', sans-serif;	
}

#species_list thead th,
#species_list tbody td,
#region_list thead th,
#region_list tbody td,
#community_list thead th,
#community_list tbody td	
{
	font-size: 1.5em;
}

#species_list { background-color: #FFFFFF !important; }
#region_list { background-color: #FFFFFF !important; }

td.status-vuln { background-color: #F4D03F !important; }
td.status-enda { background-color: #F9690E !important; }
td.status-crit { background-color: #F22613 !important; color: #FFFFFF !important; }

.region_label {
     color: red;
     background-color: white;
     font-size: 16px;
     font-weight: bold;
     text-align: center;
     width: 200px;     
     border: 2px solid black;	
}

#menu-button {
	cursor: pointer;
	padding: 10px;
}

.sa-menu-button-border-min {
	border: 0px solid #6C7A89;
	border-radius: 0px;
	/*background-color: rgba(0, 0, 0, 0.3);*/
	background-color: #6B9362;	
}

.sa-menu-button-border-max {
	border: none;
	background-color: none;		
}

#sidebar-menu {
/*display: none;*/

	/*transition: all 500ms ease-in-out;*/
}

div.tooltip-inner {
	font-family: 'Open sans', sans-serif;
	font-weight: 400;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 6px;
    background-color: #505050;
    font-size: 16px;
    line-height: 26px;
	max-width: 500px;
	text-shadow: none;
}


span[class*=tt-] {
	/*padding-right: 5px;
	border-right: 1px dashed #407A52 !important; text-decoration: none;*/
	cursor: pointer;
}

span[class*=tt-gen-] {
	border-bottom: 1px dashed #407A52 !important; text-decoration: none;
	
}

.tt-photo + .tooltip > .tooltip-inner {
	font-size: 1em;	
}

.sa-glossary-left {
	font-size: 0.7em;
	padding-right: 8px;
	color: #049372;
}

.sa-glossary-right {
	font-size: 0.8em;
	padding-left: 6px;
	color: #CA6924;
}

#overview p,
#methods p,
#howtouse p, li {
	font-size: 1em;;
}


#sa-region-map-label {
	position: absolute;
	padding: 0px;
	top: 5px;
	left: 30%;
	height: 25px;
	background-color: #FFFFFF;
	opacity: 1;
	z-index: 10;
	width: 40%;
	border: 1px solid #000000;
}

.sa-region-colour-legend {
	font-size: 0.6em;
	position: absolute;
	padding: 2px 0px 0px 0px;
	top: 6px;
	width: 3%;
	border: 0px solid #000000;
	text-align: center;
	height: 23px;
}

#sa-region-selector {
	position: absolute;
	padding: 0px;
	top: 5px;
	left: 20%;
	height: 25px;
	background-color: #FFFFFF;
	opacity: 1;
	z-index: 10;
	width: 10%;
	border: 1px solid #000000;
	border-right: none;
	font-size: 0.6em;
}

#sa-region-map-spinner {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 200px;
	left: 45%;
	width: 84px;
	padding-top: 10px;
	height: 80px;
	background-color: #FFFFFF;
	text-align: center;
	opacity: 0.8;
	z-index: 10;
}

.other_info_link {
	line-height: 1.1em;
}

.other_info_link a {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;	
}

.sa-hidden {
	display: none;	
}

.threat_box {
	border: 1px solid black;
	float: left;
	text-align: center;
	padding: 40px;
	height: 200px;
	width: 200px;	
}

.mfp-title {
	font-size: 0.9em;	
}

span.show_family:hover {
	cursor: pointer;
}


/* freq dist */

	.bar rect, rect.legend_all {
	  fill: #59ABE3; /*#FFB61E;*/
	  shape-rendering: crispEdges;
	}
	
	.bar rect:hover {
		cursor: pointer;
		fill: #89C4F4; /*#F5D76E;*/
	}
	
	.bar_nsw rect.nsw, rect.legend_nsw {
		fill: #CF000F;
	  shape-rendering: crispEdges;
	}
	
	.bar_nsw rect {
		pointer-events: none;	
	}
	
	.bar_nsw rect:hover {
		cursor: pointer;
		fill: #D24D57;

	}
	
	/*
	.bar text {
	  fill: #fff;
	}
	*/
	
	#chart_wrapper {
		/*background-color: #FFFFFF;*/
	}	
	
	.axis path, .axis line {
	  fill: none;
	  stroke: #354b60;
	  shape-rendering: crispEdges;
	}	
	
	g.tick text {
		fill: #354b60;
		font-weight: normal;
		font-size: 12px;
	}
	
	line {
		stroke: #6C7A89;
		stroke-width: 1;
	}
	
	text.ylabel, text.xlabel {
		font-size: 20px;
		font-weight: bold;
		fill: #354b60;
	}	
	
	text.legend_label {
		font-size: 14px;
		font-weight: normal;
		fill: #354b60;
	}		

	span.substrong {
		font-weight: 600;
	}
