/*  *//*
COLORS:
(There is no way to set variable, just search and replace the RGB value if need to change color
#290557 used in header text
#21438D; /* normandeau dark logo blue */ /*nav background, foot divider, taken from logo letters
#006EA4; /* normandeau med blue *//*OLD nav background, foot divider, taken from logo letters
#0086B9; /* normandeau med blue lighter*/ /* for focus
#005386; /* normandeau med blue darker*/ /* for hover
#6ACAD7; /* normandeau light blue */ /* taken from logo icon
#c2e8f0; /* normandeau light blue lighter */ /*
#0000A0; /* Blue: hyperlink text color
#555555; /* grey : main text color
#DDDDDD; /* grey : background & borders color 
#6ACAD7; /* highlight blue */ /*hyperlinks
*/
* {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color:#555555;
/*	float : left; */
}
body {
	margin-left:20px;
}

/* Basic elements & controls */
ul {
  margin: 0px;
  padding:0px;
  list-style-type: none;
}
ul.bullet_list {
  margin: 5px;
  padding-left:16px;
  list-style-type: disc;
}

a {
	text-decoration: none;
	color : #0000A0; /* Blue: hyperlink text color */
}
a:hover
{
	background-color : #6ACAD7; /* highlight blue */
	cursor:pointer;
}
img.button {
	vertical-align:bottom;
	cursor:pointer;
}
p {
	max-width:700px;
	margin-top:5px;
	margin-bottom:5px;
}
ol {
	max-width:600px;
	margin: 5px;
  	padding-left:16px;
	text-align:justify;
}
table th {
	text-align:center;;
}
 td.number {
 	text-align:right;
 }
/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
    /*background: #7FB5DA;*/
    padding:0px;
}

 
 /*----- Tab Links -----*/
 /* Clearfix */
 .tab-links:after {
     display:block;
     clear:both;
     content:'';
 }
 
 .tab-links li {
     margin:0px 5px;
     float:left;
     list-style:none;
 }
 
 .tab-links a {
     padding:9px 15px;
     display:inline-block;
     -webkit-border-radius:5px 5px 0px 0px;
     border-radius:5px 5px 0px 0px;
     background:#fff;
     font-size:11pt;
     font-weight:600;
     color:#4c4c4c;
     transition:all linear 0.15s;
     border-top:1px solid #6ACAD7; /* normandeau light blue */
     border-left:1px solid #6ACAD7; /* normandeau light blue */
     border-right:1px solid #6ACAD7; /* normandeau light blue */
 }

 .tab-links a:hover {
     background:#c2e8f0; /* normandeau light blue lighter */
     text-decoration:none;
 }

.tab-links li.active a, .tab-links li.active a:hover {
    background:#6ACAD7; /* normandeau light blue */
    color:#4c4c4c;
    border-top:1px solid #6ACAD7; /* normandeau light blue */
     border-left:1px solid #6ACAD7; /* normandeau light blue */
     border-right:1px solid #6ACAD7; /* normandeau light blue */
}


/*----- Content of Tabs -----*/
.tab-content {
    padding:15px;
    -webkit-border-radius:3px;
    border-radius:3px;
    box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
    background:#fff;
    
	/*min-width : 1000px;
	min-height : 1000px;
	/*overflow: hidden;*/
	border:1px solid #6ACAD7; /* normandeau light blue */
}
.tab-content.map_size {
	min-width : 1000px;
	min-height : 500px;
	}

 .tab {
     display:none;
 }

 .tab.active {
    display:block;  
 }

/* Main container: first div after body tag */
.main-container {
	width: 10000px; /* needs to be very wide so inline divs stay side-by-side */
	overflow:hidden; /*crop, instead of resize, if browser width is narrow */
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

/* Header & Logo */
#mainlogo:hover 
{
	background: transparent;
	cursor:pointer;
}
#mainlogo {
	/*float:left;*/
	/*margin: 0px 0px 0px 30px;*/
	padding:0px;
	position:absolute;
	top:0;
	left:30px;
	z-index:50;
}
#divBanner {
	padding-top:0px;	 
	background-color:#21438D; /* normandeau dark logo blue */;
	padding-left:300px;
	margin-bottom:0px;
}
#divLogo {
	float:left;
}
#divHeadermenu {
	/*display:block;*/
	background-color:#21438D; /* normandeau dark logo blue */
	padding-left:300px;
	margin-bottom:0px;
}
#divHeadermenu a,.dropdown span {
	display:block;
	text-decoration: none; /*no underline*/
	text-align:center;
	color : white; /*white not blue*/
	font-size:1.2em;	
}
#divHeadermenu a:hover {
	color: black;
}

#divHeadermenu li {
	float:left;
	white-space: nowrap;
	color: white;
	padding: 10px 20px 10px 20px;
	font-size:1em; 
}
#divHeadermenu .horiz_menu {
	float:left;
	white-space: nowrap;
	color: white;
	padding: 10px 20px 10px 20px;
	font-size:1em; 
	position:relative;
	display:inline-block;
}
#divHeadermenu .dropdown {
	position: relative;
	background-color:#21438D; /* normandeau dark logo blue */;
	color: white;
}
#divHeadermenu .dropdown-content {
  position: absolute;
  padding: 20px 10px 10px 10px;
  z-index: 1;
  color: white;
  background-color:#21438D; /* normandeau dark logo blue */;
}
.dropdown:hover .dropdown-content {display: block;}
.dropdown .dropdown-content {display: none;}
.dropdown-content-item {
	padding-bottom:10px;
	float:left;
}

#divProjectBanner {
	/*display:block;*/
	background-color:#21438D; /* normandeau dark logo blue */ 
	padding:10px 20px 10px 310px;
	margin-bottom:5px;
	margin-top:0px;
	color:white;
	
}
.text_heading {
	/*for plain text paragrahs, the title or header text style*/
	font-weight:bold;
	font-size:1.4em;
}
.caption {
	font-size:8pt;
	text-align:justify;
}
 /* Container within tabbed section */
div.filter_ddl {
	margin-top:5px;
}
  
 
 .hide {
 	display:none;
 }
     



.id_agree {
	background-color:#e6ffcc;
}
#Headeruserinfo {
 	font-style:italic;
 	background-color: #6ACAD7; /*normandeau light blue*/
 	color:#222222;
 	-webkit-border-radius:5px;
 	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:right;
	float:right;
	padding: 7px; 	
 }
 
.page_wrapper_for_tabs {
	/* this is needed around Page_container if page_container contains tabs*/
	margin-top:20px;
}


.pagetitle
{
	font-weight: Bold;
	color: Black;
	font-size: 18px;
	padding: 10px;
}


.nw {
	white-space: nowrap;
}

.search
{
  border: 0px solid #aaaaaa;
  width: 205px;
  display:inline;
}

.search input[type="text"]
{
  background: none;
  border: 1px solid #aaaaaa;
  height: 1em;
  line-height: 1em;
  margin: 0;
  padding: 3px 0;
  width: 180px;
}

.search input[type="submit"]
{
  background: url(images/search.png);
  background-size:20px 20px;
  border: 0 none;
  height: 1.5em;
  line-height: 1em;
  margin: 0;
  padding: 3px 0;
  text-indent: 100px;
  width: 20px;
}

.simplePopup {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

.status-div {
	position:relative;
	padding-bottom : 30px;
}

.statusDesc {
	position:absolute;
	width : 300px;
	height : 20px;
	visibility : hidden;
}

#sumtable {
	width:650px;
	margin-left: 2px;
	padding-left: 0px;
}

.table_container {
	float : left;
	min-width : 1000px;
	margin: 0px 5px 5px 5px;
	padding: 0px 5px 5px 5px;
    border-collapse: collapse;
}


/* default table css */
.tbl_basic {
	border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #cceaff; /* normandeau med blue, 90% white mix */
} 

.tbl_basic td {
	padding:2px 10px 2px 10px;
	white-space: nowrap;
	vertical-align: top;
}
.tbl_basic td.data {
	padding:2px 10px 2px 10px;
	white-space: nowrap;
	vertical-align: top;
	text-align:right !important;
}
.tbl_basic tr {
	background: #FFF;
}

.tbl_basic th {
	padding:5px 10px 5px 10px;
	white-space: nowrap;
	border-bottom:4px solid #cceaff; /* normandeau med blue, 95% white mix */
}
.tbl_basic.alternating_row tr:nth-child(even) {
	background:  #e6f4ff; /* normandeau med blue, 95% white mix */
}
.tbl_basic.alternating_row tr:nth-child(odd) {
	background: #FFF;
}
.tbl_basic .seperator {
	border: none; 
	width:10px;
}

 /* end default table css */
 
 /* for table modelled after report tables*/
  .section_tbl_report_title 
 {
 	font-weight: bold;
 	color:#005386; /* normandeau med blue darker*/
	font-family: "Century Gothic"; /* should in th too */
	font-size: 20pt; /* should in th too */
 }
  .tbl_report_pretitle 
 {
 	font-weight: bold;
 	color:#0086B9; /* normandeau med blue lighter*/
	font-family: "Century Gothic"; /* should in th too */
	font-size: 12pt; /* should in th too */
	margin-top:10px;
 }
 .tbl_report_title 
 {
 	font-weight: bold;
 	color:#005386; /* normandeau med blue darker*/
	font-family: "Century Gothic"; /* should in th too */
	font-size: 12pt; /* should in th too */
	width: 800px;
 }
 .tbl_report {
	border-spacing: 1px ;
    border-collapse: collapse;
    border: 1px solid black; 
} 

.tbl_report td {
	padding:2px 10px 2px 10px;
	white-space: nowrap;
	border: 1px solid black; 
	font-family: "Century Gothic"; /* should in th too */
	font-size: 12pt; /* should in th too */
}
.tbl_report th {
	padding:5px 10px 5px 10px;
	white-space: nowrap;
	background-color:#005386;
	color:white;
	border: 1px solid black; 
	font-family: "Century Gothic"; /* should in td too */
	font-size: 12pt; /* should in td too */
	text-align: center;
}
.tbl_report.alternating_row tr:nth-child(even) {
	/*background:  #e6f4ff; /* normandeau med blue, 95% white mix */
}
.tbl_report.alternating_row tr:nth-child(odd) {
	/*background: #FFF; /**/
}
.tbl_report td:first-child {
	text-align:left; !important
}
.tbl_report td {
	text-align:right;
}
.tbl_report .total_row td {
	font-weight:bold;
	background-color:#cccccc;
}
 
.table_nav_info {
	float:left;
	margin: 0px 5px 5px 5px;
}
.table_nav_controls {
	float:left;
	margin: 0px 5px 5px 20px;
}
.table_nav_controls input {
	width:30px;
	height:10px;
}
.table_nav_controls select {
	padding:0px; 
    border: 1px solid #aaaaaa; 
}
.prev_page,.next_page {
	border: 1px solid #aaaaaa;
	padding:2px;
}


.userinfo {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 80%;
	right: 5%;
	border-width: 2px;
	border-style: solid;	
	border-top-style: none;
	text-align: center;
}

.changepass {
	position: fixed;
	top: 22%;
	bottom: auto;
	left: auto;
	right: 700px;
	background-color:#6ACAD7; /*normandeau light blue*/
	border-width: 2px;
	border-style: solid;
	text-align: center;
	display: none;
	padding-left: 1%;
	padding-right: 1%;
	z-index:50;
}
.export_button {
	margin-bottom:10px;
}
#divider {
	height:10px;
	background:#7FB5DA;
}
div.form {
	-webkit-border-radius:10px;
	border-radius:10px; 
	border: solid 1px black;
	padding:10px;
	display:inline-block;
	
}
.nowrap {
	white-space: nowrap;
}
.txt_number { width:70px; }

input, textarea, .div_multi {
    padding:5px; 
    border:2px solid #ccc; /*gray*/;; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input:focus, textarea:focus {
    border:2px solid #006EA4; /* normandeau med blue */
}
/* hide spinners*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
 }

 input[type=number] {
      -moz-appearance:textfield;
 }
textarea {
	width: 50em; /* #cols */
    height: 4em; /* #rows */
}

input[type=submit] {
    cursor:pointer;
    background-color: #006EA4; /* normandeau med blue */
    border: none;
    height:30px;
    color:white;
}
input[type=submit].focus,input[type=submit]:active {
	background-color: #0086B9; /* normandeau med blue lighter*/
} 
input[type=submit]:hover {
   background-color: #005386; /* normandeau med blue darker*/
 }
 input[type=submit]:disabled {
   background-color: #AAAAAA; /* normandeau med blue darker*/
 }
select {
	padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.form_title {
	font-weight:bold;
	margin:5px;
	text-align:center;
}


.invalid {
	background:#ffccc;
	border:2px solid red;
}
.hidden {
	display:none;
}
#login-box {
	-webkit-border-radius:10px; 
	border-radius:10px; 
	border: solid 1px #6ACAD7; /* normandeau light blue (logo icon) */
	text-align:center;
	padding: 5px;
	color: black;
}
#login-box input {
	margin-bottom:10px;
}
.reset_msg {
	font-size:14pt;
	padding:10px;
}
.msg_bad {
	color:red;
}
.msg_good {
	color:green;
}
.ques_heading {
	background:#DDDDDD; /* grey : background & borders color */
	font-weight:bold;
	padding: 5px;
}
.radio {
	display:inline-block;
	border:solid 1px #DDDDDD; /* grey : background & borders color */
	padding:5px;
}
.ques_container {
	margin-bottom:3px;
}
.ques_label {
	color:#000099;
	display: inline-block;
	min-width:100px;
}
.radio. {
	background:#6ACAD7; /* normandeau light blue */
}
.align_top {
	vertical-align:top;
}
.align_left {
	text-align:left;
}
.sidebar_heading {
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
/* General classes */
.clear {
     clear: both;   
}
.DMS-D {
	width:40px;
}
.DMS-M {
	width:30px;
}
.DMS-S {
	width:70px;
}
.overlay {
    background: #000000;  
    display: none;       
    position: absolute; 
    top: 0;                
    right: 0;             
    bottom: 0;
    left: 0;
    opacity: 0.7;
}
.input_form {
	background:white;
    display: none;      
    position: absolute;   
    top: 50px;  
    left: 50px;   
    height:600px;
    overflow-y: auto; 
    overflow-x: visible;     
    border:solid 1px black;
    -webkit-border-radius:5px;
    border-radius:5px;
}
img.edit_record {
    cursor:pointer;
}
/* The Modal (background) */
.modal {
	display:none;
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {

    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 300px; /* Could be more or less, depending on screen size */
    -webkit-border-radius:5px;  
    border-radius:5px;  
}
.modal-message {
	font-size:14px;
}
.modal-header {
	background:#aaaaa;
}
.modal-footer {
	background:#aaaaa;
}
.modal_title {
	font-size: 14px;
    font-weight: bold;
    color:black;
}
.btnLeft{
	color: #aaa;
    float: left;
    font-weight: bold;
}
.btnRight{
	color: #aaa;
    float: right;
    font-weight: bold;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal .yes,
.modal .no {
    color: #aaa;
    font-size: 14px;
    font-weight: bold;
    width:100px;
    background:white;
    padding:5px;
	margin:5px;
	border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align:center;
}
.modal .yes:hover,
.modal .yes:focus,
.modal .no:hover,
.modal .no:focus {
    color: black;
    border-color:black;
    text-decoration: none;
    cursor: pointer;
}
/* nyserda */
.page_container {
	width: 10000px; /* needs to be very wide so inline divs stay side-by-side */
	overflow-x:hidden; /*crop, instead of resize, if browser width is narrow */
	min-height:750px;
}
.page_container_big_image {
	width: 10000px; /* needs to be very wide so inline divs stay side-by-side */
	height:6000px;
	overflow:hidden; /*crop, instead of resize, if browser width is narrow */
	min-height:500px;
}
/* side-container and content-container are side-by-side divs*/
.sidebar_container {
	float : left;
	top : 0px;
	margin: 0px 5px 5px 5px;
	padding: 0px 5px 5px 2px;
	min-width: 200px;
	min-height:600px;
	background-color: #c2e8f0; /* normandeau light blue lighter */
}
.sidebar_container p {
	margin: 2px 4px 2px 4px;
	max-width: 190px;
}
.content_container {
	float : left;
	min-width: 200px;
	min-height:600px;
	margin: 0px 5px 5px 5px;
	padding: 0px 5px 5px 5px;
    border-collapse: collapse;    
	/*border:1px solid black; for debug only*/
}
.image_container {
	min-width:100px;
	min-height:200px;
	/*border:1px solid green;*//*for debug*/
}
.image_image_container {
	float:left;
	position:relative;
}

.image_container.Snag .zoomedImg {
	transform:scale(2);
	-moz-transform:scale(2);
	-webkit-transform:scale(2)
}
.image_info_container,.image_info_container2 {
	float:left;
}
.id_controls, .id_notes, .id_enter {
	min-height:40px;
	padding: 2px 0px 2px 0px;
}
.id_controls {
	/*border:1px solid blue;*/
}
.id_notes {
	/*
	border:1px solid purple;
	*/
}

.sp_button,.sr_button {
	display: inline-block;
	padding:5px; 
    border:2px solid #DDDDDD; /* grey : background & borders color */ 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	min-width:70px;
	text-align:center;
}
.sp_button.selected,.sr_button.selected {
	background:#6ACAD7; /* normandeau light blue */
}
.sp_button.sp_type {
	
}
#tbl_snagfilelist {
	border-spacing: 0;
    border-collapse: collapse;
}
#tbl_snagfilelist td {
	padding:1px 3px 1px 3px;
	text-align:right;
}
.snagfilerow:hover
{
	color:blue;
	cursor:pointer;
	background:yellow;
}

.snagfilerow.selected {
	border:solid 1px #006EA4 !important;; /* normandeau med blue */
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
#tbl_atomimagefilelist {
	border-spacing: 0;
    border-collapse: collapse;
}
#tbl_atomimagefilelist td {
	padding:1px 3px 1px 3px;
	text-align:right;
}
.atomimagefilerow:hover
{
	color:blue;
	cursor:pointer;
	background:yellow;
}

.atomimagefilerow.selected {
	border:solid 1px #006EA4 !important;; /* normandeau med blue */
	-webkit-border-radius: 3px;
    border-radius: 3px;
}

.snagfilename {
	background:transparent !important;
	padding:2px;
	white-space: nowrap;
}

#tbl_trackfilelist {
	border-spacing: 0;
    border-collapse: collapse;
}
#tbl_trackfilelist td {
	padding:1px 3px 1px 3px;
	text-align:right;
}
.trackfilerow:hover
{
	color:blue;
	cursor:pointer;
	background:#006EA4;
}
#tbl_trackfilelist tr.selected {
	border:solid 1px #006EA4 !important;; /* normandeau med blue */
	-webkit-border-radius: 3px;
    border-radius: 3px;
}

.trackfilerow.selected td {
	border:solid 1px #006EA4 !important;; /* normandeau med blue */
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.speciesname {
	background:transparent;
	font-weight:bold;
	padding-left:2px;
 	text-align:left;
}
#txtNote {
	width:400px;
}
#image_id_history td,th {
	text-align:left;
	padding-left:10px;
}
.zoomedDiv {
    position: absolute; /* Stay in place, relative to any parent with 'position' set, bettwer than 'fixed' */
    z-index: 99; /* Sit on top */
    left: 20px;
    top: 120px;
    /*width: 100%; /* Full width */
    /*height: 100%; /* Full height */
    /*overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.zoomedImg {
	/*position:absolute;*/
	z-index:100;
	top:0px;
	left:0px;	
    border:1px solid gray;
  	-moz-transform-origin: 0 0;
  	-webkit-transform-origin: 0 0;
 	 transform-origin: 0 0;
 	 vertical-align:top;
}
.zoomedx {
	position:absolute;
	z-index:101;
	top:0px;
	left:0px;
}
.image_info_container div {
	padding: 10px;
}
.btn_submit {
	width:100px;
	margin:0 5 0 5;
}
.footer_divider {
	height:3px;
	background-color:#21438D; /* normandeau dark logo blue */
	
}
.footer_content {
	margin:10px 0px 10px 0px;
}
.footer_logo {
	margin:10px;
	height:50px;
}
.header_logo {
	margin:0px 10px 0px 10px;
	height:50px;
}
.section_title {
	font-size:14pt;
	font-weight:bold;
	padding:5px;
}
.section_content {
	padding:5px 5px 5px 20px;
}
.banner_text {
	background-color:transparent;
	color:#FFFFFF;
	padding-left:30px;
	font-family:Gotham, Arial;
}
.banner_text.title {
	font-size:36pt;
	padding-top:10px;
	padding-bottom:5px;
}
.banner_text.subtitle {
	font-size:24pt;
}
.banner_text.project {
	font-size:24pt;
	font-style:italic;
}
.page_title_image {
	color:#FFFFFF;
	font-size:30pt;
	font-weight:bold;
	padding-top:400px;
	padding-bottom:10px;
	padding-left:30px;
	background-repeat: no-repeat;
	background-position:top left;
	background-size:auto 550px;
	margin-top:5px;
}
.page_title_image_reduced {
	color:#FFFFFF;
	font-size:30pt;
	font-weight:bold;
	padding-top:100px;
	padding-bottom:10px;
	padding-left:30px;
	background-repeat: repeat-x;
	background-position:top left;
	background-size:auto 250px;
	margin-top:5px;
}
.page_title_image.dark_text {
	color:#555555; 
}
.home_title_image {
	color:#FFFFFF;
	font-size:30pt;
	font-weight:bold;
	padding-top:400px;
	padding-bottom:10px;
	padding-left:30px;
	background-repeat: no-repeat;
	background-position:top left;
	background-size:1000px auto;
	margin-top:5px;
}
.subtitle {
	font-size:12pt;
	font-weight:bold;
}
.highlighted_text {
	color:#21438D; /* normandeau dark logo blue */;
	font-weight:bold;
}
.contacts_subtitle{
	padding-top:25px;
	font-weight:bold;
}
.request_account,.loginbox_title {
      outline: none;
      display: block;
      width: 700px;
      padding: 6px 0;
      text-align: center;
      background-color: #21438D; /* normandeau dark logo blue */;
      background-repeat: repeat-x;
      background-position: left top;
      font-size: 14px;
      color:white;
      font-weight: bold;
      height: 22px;
      line-height: 1.5em;
      margin-bottom: 6px;
    }
    
 .request_account:hover {
   background-color: #005386; /* normandeau med blue darker*/
 }
 
 .request_account:active {
   background-color: #0086B9; /* normandeau med blue lighter*/
 }
 
 .round {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
 }
.login_container {
	width: 700px;
	float: left;
	margin-top:60px;
	text-align:center;
}

.red {
	color:red;
}
.black {
	color:black;
}
.green {
	color:green;
}
.access_container {
	width:500px;
	margin:20px;
}
.access_container input {
	width:300px;
}
.commonname_container, .subtype_container, .type_container {
	margin:0px 0px 15px 0px;
	width: 800px;
}
.selCommonname_common., .selCommonname_uncommon. {
	background:#6ACAD7; /* normandeau light blue */
}
.logout_button,.togglepass {
	cursor:pointer;
}
.logout_button hover,.togglepass hover {
	background-color:#6ACAD7; /* normandeau light blue */
	font-color:yellow;
	
}
.type_name_subtitle {
	font-weight:bold;
	padding-top:20px;
	font-size: 20px;
}
.nys_about {
	height:200px;
}

.tr_qc_complete {
	background-color:#66cc66; /*lightish green*/
}
.tr_qc_90pc {
	background-color:#99ff99; /*lightish green*/
}

.tr_qc_nofiles,.tr_qc_na {
	background-color:#aaaaaa; /*dark grey*/
}
.tr_qc_error {
	background-color:#ffaaaa; /*red*/
}
.qc_tbl_col_group {
	border:solid 1px;
	text-align:center;
}
.rt_border {
	border-right:1px solid;
}
.doc_list {
	padding:10px;
}
.doc_list ul {
  list-style-type: disc;
  font-size: 12px;
  list-style-position: inside;
}
.sidebar_title {
	font-weight:bold;
	font-size:1.3em;
	padding-bottom:5px;
}
.legend {
	background:white;
	border:1px solid #6ACAD7; /* normandeau light blue */ 
}
.chartjs {
	float:left;
}
.chartjs-legend {
	float:left;
	padding: 4px;
}
.chartjs-legend ul {
    list-style-type:none;
    padding-left:0;
}
.chartjs-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

#map {
	width:800px;
	height:600px;
}
 .sidebar_section {
     display:none;
 }

 .sidebar_section.active {
    display:block;  
 }
 .data_top_note {
     display:none;
 }

 .data_top_note.active {
    display:block;  
 }
#myChart {
 	background-color:white;
 }

 .sidebar_contents {
 	overflow-y:auto;
 	min-width:200px;
 	height:600px;
 }
 .tbl_edit_button {
  	display:inline-block;
    padding: 3px;
    margin: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	text-align:center;
	border:0px;
	width:50px !important;
	height:20px !important;
	background:#6ACAD7; /* normandeau light blue */
 }
 .tbl_cancel_button,.tbl_group_edit_button,.tbl_group_cancel_button {
    padding: 3px;
    margin: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	text-align:center;
	border:0px;
	width:50px !important;
	height:20px !important;
	background:#6ACAD7; /* normandeau light blue */
 }
.tbl_group_edit_button,.tbl_group_cancel_button {
    padding: 3px;
    margin: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	text-align:center;
	border:0px;
	width:80px !important;
	height:20px !important;
	background:#6ACAD7; /* normandeau light blue */
 }
 .do_button {
 	display:inline-block;
    padding: 3px;
    margin: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	text-align:center;
	border:0px;
	width:100px !important;
	height:20px !important;
	color:#0000A0 !important; /* pure med blue */
 }
 .do_button.needs {
 	background:#6ACAD7; /* normandeau light blue */ 
 }
 .do_button.review {
 	background:#c2e8f0; /* normandeau light blue lighter */
 }
 .do_button:hover {
 	background:#005386; /* normandeau med blue darker*/ /* for hover */
 }
 .tbl_snag_id_counts tr.type {
 	font-weight: bold !important;
 	background:#DDDDDD !important;
 }
  .tbl_snag_id_counts.responsive tr.type {
 	font-weight: bold !important;
 	background:#c2e8f0 !important; /* normandeau light blue lighter */ 
 }
   .tbl_snag_id_counts.responsive tr:hover {
 	background:#EEEEEE;
 	cursor:pointer
 }
 .tbl_snag_id_counts.responsive tr. {
 	border: 1px solid black;
 }
tr.subtype {
 }
tr.species {
 	color:green !important;
 }
.tbl_snag_id_counts td.data {
 	text-align:right !important;
 	padding:2px 5px 2px 5px !important;
 	min-width:20px !important;
 }
 .tablesorter td.data {
  	text-align:right !important;
 	padding:2px 5px 2px 5px !important;
 	min-width:20px !important;
 }
  .tableinventory td {
 	padding:0px 5px 0px 5px !important;
 	min-width:20px !important;
 }
 .tableinventory tr:hover td {
 		background:yellow;
 }
  .tableinventory .retired td{
 	background:#dddddd;
 }
 .gnvinv_heading_div {
 	background:#c2e8f0; /* normandeau light blue lighter */
 }
 .comment_heading_row {
 	font-weight:bold
 }
 .tbl_snag_id_counts {
 	border-collapse: collapse;
 }
 tr.type_row td {
 	font-weight:bold;
 	text-align:left !important;
 	background: #DDDDDD;
 }
 .tbl_snag_id_counts2 tr. {
	border:solid 1px #006EA4; /* normandeau med blue */
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.disabled {
	background:#AAAAAA !important;
}
 .sp_type_label {
 	font-weight:bold;
 }
 .doc_thumb {
 	box-shadow: 8px 8px 30px #666666;
 }
 .doc_thumb img {
 	height:200px;
 	width:auto;
 }
 .doc_container {
 	float:left;
 	margin:20px;
 }
 .doc_container div {
 	float:left;
 }
 .footer_norm_info {
	  background:#888888;
	  color:white !important;
	  padding:20px;
 }
 a.divFooterLogos {
    display: block;
    float:left;
 	padding:20px;
 	margin:20px;
 }
 .Documents .subtitle {
 	padding-left:30px;
 	padding-top:30px;
 }
 
 /* fading */
 .crossfade > div { 
 	display:inline;
    width: 1000px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    font-size:30pt;
    padding-top:350px;
    padding-bottom:10px;
    padding-left:30px;
    opacity: 0;
    z-index: 0;
    background-repeat: no-repeat;
	background-position:top left;
	background-size:auto 450px;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 50s linear infinite 0s;
    -moz-animation: imageAnimation 50s linear infinite 0s;
    -o-animation: imageAnimation 50s linear infinite 0s;
    -ms-animation: imageAnimation 50s linear infinite 0s;
    animation: imageAnimation 50s linear infinite 0s; 
}
div.dark_text {
	color:#555555;
}
 .crossfade > div:nth-child(2)  { 
    background-image: url(images/nys_about.jpg);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s; 
}
.crossfade > div:nth-child(3) { 
    background-image: url(images/remote_home_bats.jpg);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}
.crossfade > div:nth-child(4) { 
    background-image: url(../images/nys_contacts.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.crossfade > div:nth-child(5) { 
    background-image: url(../images/remote_home_bat.jpg);
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay: 40s;
    animation-delay: 40s; 
}
a.snag_img_pop. {
	font-weight:bold;
}

@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
.simplePopup {
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

.tbl_qc_stats td,.tbl_flthgt_stats td {
	text-align:right !important;
}
.tbl_qc_stats th,.tbl_flthgt_stats th {
	text-align:center !important;
}
.tbl_qc_stats tr.total_row {
	font-weight:bold;
	background-color:#cccccc;
}
/* used in tbl_flthgt_stats */
.tr_bg_need_data td {
	color: #ff0000; /* light red*/
}
div.stat_holder {
	padding:15px;
    -webkit-border-radius:3px;
    border-radius:3px;
	border:1px solid #6ACAD7; /* normandeau light blue */
}
.chartjs-legend {
	float:left;
	padding: 4px;
}
.chartjs-legend ul {
    list-style-type:none;
    padding-left:0;
}
.chartjs-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.bkg_same_parent {
	background:#6ACAD7; /* normandeau light blue */
}
.graph_table_container {
	margin:10px;
	-webkit-border-radius:3px;
    border-radius:3px;
    box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
    background:#fff;
    border:1px solid #6ACAD7; /* normandeau light blue */
}
.btn_show {
	/*display:inline;*/
	float:left;
	white-space: nowrap;
	-webkit-border-radius:3px;
    border-radius:3px;
    padding:2px;
    box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
    background:#6ACAD7;
    border:0px solid #6ACAD7; /* normandeau light blue */
}
.displayImg_canvas {
	width:100%; 
	height:100%; 
	position:absolute; 
	top:0px; 
	left:0px;
	cursor:crosshair;
	/*background-color: rgba(255,0,0,.5);*/
}
.zoomedImg_canvas {
	width:100%; 
	height:100%; 
	position:absolute; 
	top:0px; 
	left:0px;
	cursor:crosshair;
	/*background-color: rgba(0,255,0,.5);*/
}

.tbl_milestones td{
	 font-size: 16px !important;
	 padding: 10px 5px 10px 5px;
}
.gallery_section_divider,.tab_section_header {
	font-size: 16px !important;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid gray;
	background:#c2e8f0; /* normandeau light blue lighter */
}
.tab_section_general_notice {
	font-size: 14px !important;
	padding: 10px;
	border: 1px solid gray;
	background:#ede9bd; /* light yellow */
}
.data_info_general_notes, .data_info_db_content, .data_table_container {
	margin: 5px 0px 0px 0px;
}
.qc_id_info .id_name {
	/* div containing current id and qc*/
	font-size: 14px;
}
.qc_id_info {
	margin: 2px;
	border:1px solid #6ACAD7; /* normandeau light blue */
		-webkit-border-radius:3px;
    border-radius:3px;
    min-width:360px;
}
.tbl_shoal_area_info {
	border-collapse: collapse;
}
.tbl_shoal_area_info th {
	vertical-align:bottom;
}
.tbl_shoal_area_info td {
	padding:2px;
}
.tbl_shoal_area_info tr. {
	background-color:orange;
}
.btn_dozoom. {
	font-weight:bold;
	background-color:yellow;
}
.justified_indent {
	text-align: justify;
	text-indent: 5%
}
.tbl_fsh_add_daily_form {
	border:1px solid #800000; /* maroon */
		-webkit-border-radius:3px;
    border-radius:3px;
    min-width:360px;
    margin: 5px;
}
.tbl_fsh_add_daily_form th {
	background-color:#800000; /* maroon */
	color:white;
	font-weight:bold;
	padding:5px;
}
.tbl_fsh_add_daily_form input[type=text],input[type=number] {
	width:80px;
	color: #000077;
}
#tbl_add_daily_count_hourly,#tbl_bylist_counts {
	border:1px solid #008000; /* green */
	-webkit-border-radius:3px;
    border-radius:3px;
    min-width:360px;
    margin: 5px;
    border-collapse: collapse;
}
#tbl_add_daily_count_hourly td, #tbl_bylist_counts td{
	border:1px solid #008800; /* green */
	padding:2px;
}
#tbl_add_daily_count_hourly th, #tbl_bylist_counts th {
	background-color:#008000; /* green */
	color:white;
	font-weight:bold;
	padding:5px;
}
#tbl_bylist_counts .first_fish_row {
	border-top:3px solid #008000; /* green */
}
#tbl_add_daily_count_hourly .rowtitle.active,#tbl_bylist_counts .rowtitle.active {
	background-color:yellow !important;
}
#tbl_add_daily_count_hourly .coltitle.active,#tbl_bylist_counts .coltitle.active {
	background-color:yellow;
	color:black;
}

.editable_cell input {
	width:70px;
}
input.bad_value {
	background-color:#ffcccc !important;
}
#tbl_add_daily_count_hourly td.fhsumhour,#tbl_bylist_counts td.fhsumlift {
	background-color:#ffffcc; /*light yellow*/
}
#tbl_add_daily_count_hourly td.fhcode,#tbl_bylist_counts td.fhcode {
	background-color:#d8f7b2; /*light lime green*/
}



.fish_mini_form {
	padding-top:10px;
	border:1px solid #008000; /* */
	-webkit-border-radius:3px;
    border-radius:3px;
    background-color:#ddd;
	
}
#tbl_bylist_counts td {
	min-width:50px;
}
.tbl_fish_daily_report,.tbl_fish_weekly_report  {
	border:1px solid #000099;
	-webkit-border-radius:5px;
    border-radius:5px;
	margin:10px;
	border-collapse: collapse;
	min-width:300px;
}
.tbl_fish_daily_report .total_row,.tbl_fish_weekly_report .total_row {
	font-weight:bold;
}
.tbl_fish_daily_report th {
	background-color:#000099;
	text-align:center;
	padding:3px;
	color:white;
	font-weight:bold;
	font-size:11pt;
}
.tbl_fish_weekly_report th {
	text-align:center;
	padding:3px;
	font-weight:bold;
}
.tbl_fish_weekly_report .title {
	background-color:#000099;
	text-align:center;
	padding:3px;
	color:white;
	font-weight:bold;
	font-size:11pt;
}
.tbl_fish_daily_report .subtitle {
	font-weight:bold;
	font-size:11pt;
}
.tbl_fish_daily_report td {
	padding-left:5px;
	padding-right: 5px;
	min-width:70px;
}
.tbl_fish_weekly_report td {
	padding-left:5px;
	padding-right: 5px;
	min-width:70px;
	text-align: right;
}
.instruction_box div.level1 {
	list-style-position: outside;
	list-style-type: square;
	padding: 10px 0px 0px 10px;
}
.instruction_box div.level2{
	padding: 0px 0px 0px 35px;
}
table.cal_month {
	border:solid 1px black;
}
table.cal_month .has_data {
	background-color:orange;
}
table.cal_month .no_rec {
	color:grey;
}
table.cal_month td.has_data:hover {
	background-color:yellow;
}
table.cal_month td {
	color: black;
	padding: 2px;
	text-align:center;
}
/* BAT PAGES */
.audio_file_line {
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}
.audio_file_line. {
	font-weight:bold;
}
.audio_file_line:hover {
	background-color:yellow;
}
.bat_sp_code {
	color:brown;
	padding-left:5px;
	
}
.bat_af_xtra_info {
	font-style:italic;
}
div.bat_af_xtra_info {
	margin-left:20px;
}
.btnBat {
	display: inline-block;
	padding:5px 10px 5px 10px; 
    background-color:  #006EA4; /* normandeau med blue */
    color:white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	min-width:70px;
	text-align:center;
	margin:1px;
}
.btnBat:hover {
	background-color:#005386; /* normandeau med blue darker*/ /* for hover*/
	color:yellow;
	cursor:pointer;
}
.btnBatDeleteId {
	background-color: #dd0000 !important; 
}
.btnBatDeleteId:hover {
	background-color: #990000 !important; 
	cursor:pointer;
}
.btnBatNext {
	background-color: #DDAA00 !important; 
}
.btnBatNext:hover {
	background-color: #cc8800 !important; 
	cursor:pointer;
}
/* analyze page full & zoomed spectrogram display */
#divFullSpect_container {
	/*position:absolute;
	top: 320px;
	left: 320px;
	z-index:4;	*/
	position:relative;
	/*height:800px;
	width:100%;
	border:solid 1px purple;
	padding:0px;*/
	width:1000px;
	position:relative; border:solid 1px blue; overflow-y:scroll; overflow-x:scroll;
}
#divFullSpectImg {
	/* child of #divFullSpect_container */
	position: relative; 
	left: 0; 
	top: 0; 
	z-index: 1;
}
#cnvFullSpectOverlay {
	/* child of #divFullSpect_container */
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 2; /* must greater than z-index for #divFullSpectImg */
	cursor:crosshair;
}
#divZoomedSpect_container {
	margin-top:20px;
	/*border:solid 1px green;  for debuggin only */
}
#divZoomedSpect_image_container {
	/* sibling of #divFullSpect_container */
	position:relative;
	/* for remote, just place under full spectro */
	z-index:5; /* must be greater than z-index for #divFullSpect_container */
}
#cnvZoomedSpect {
	/* child of #divZoomedSpect_container */
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#cnvZoomedSpectOverlay {
	position:absolute;
	left:0;
	top:0;
	z-index:2; /* must be greater than z-index for #cnvZoomedSpect */
	cursor:crosshair;
}
#zoomedx {
	position:absolute;
	top:0px;
	left:0px;
	z-index:3; /* must be greater than z-index for #cnvZoomedSpectOverlay */
}
#divZoomedSpect_info_container {
	
}
#divZoomedSpect_info_container .freq_info {
	margin-top:5px;
	font-size:14pt;
}
#divZoomedSpect_info_container .dur_info {
	margin-top:5px;
	font-size:14pt;
}
.verify_button {
	height:10px;
	width:45px;
	border: 2px outset;
	border-top-color: #aaaaaa;
	border-left-color: #aaaaaa;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-radius: 5px;
	background-color:#c2e8f0; /* normandeau light blue lighter */
	color: black;
}
.verify_button:hover {
	background-color:yellow; 
	cursor:pointer;
}
/* used on TIMR/Rebat pages */
.status_ok {
	background-color: #99ff99 !important;
}
.status_warn {
	background-color: #ffcc99 !important;
}
.status_prob {
	background-color: #ff9999 !important;
}
/* end */


/* TOOLTIP/TITLE CSS: */
  .ui-tooltip, .arrow:after {
    background: yellow;
    border: 1px solid gray;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: black;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px gray;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
.warning_message {
 	margin-top:5px;
 	margin-bottom:5px;
 	background-color: #c2e8f0; /* normandeau light blue lighter */
 }
	
.rotateimg180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timr_data_basic td {
	text-align:right;
	padding-left:5px;
	padding-right:5px;
	
}
.timr_data_basic tr:nth-child(odd){
  background-color: #dddddd;
}

.tbl_mic_samples td {
	text-align:center;
	padding:5px;
	vertical-align:center;
	height:50px;
}
td.filetype.hd {
	background-color:#d1cdfa;
}
td.filetype.ir3 {
	background-color:#cdf7f5;
}
td.rec_row.issue {
	background-color:#fcd3d2;
}
tr.curtail {
	background-color:#fcd3d2;
}
.trackfile_scrollbox {
	height:700px;
	width: 450px;
	position:relative; 
	overflow-y:scroll;
}
.track_row:hover {
	background-color:#d1cdfa;
}
table.project_contacts td {
	padding:10px;
}
.td_atom_col_tot {
	font-weight:bold;
}
 tr.buoy_type_row td {
 	font-weight:bold;
 	background: #DDDDDD;
 }