html, body{
	background-color: #222222;
	max-width: 100vw;
	min-width: 100vw;
	max-height: 100vw;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	background: url(images/ARCTIC1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

td, th, tr, table {
  /*background-color: #222222;*/
  background-color: transparent;
}

td.colnumber {
	text-align:right;
	padding-right:5px;
}

.fa-1x {
    font-size: 2rem;
}
.navbar-toggler.toggler-lido {
    cursor: pointer;
	background: #000000;
}
.dark-black-text {
    color: #000000;
	background: #000000;
}

.navbar-inverse {
    background-color: #000 !important;
}

.nav-item{
	background-color: #000 !important;
}

.speciesiFrame{
	width: 100%; 
	height: 500px; 
	padding: 0;
	top: 60px; 
	left: 0px; 
	display: block; 
	border: none; 
	border-style: none; 
	position: absolute; 
	background: none !important;
}

.noisemapiFrame{
	width: 100%; 
	height: 95%; 
	padding: 0;
	top: 40px; 
	left: 0px; 
	display: block; 
	border: none; 
	border-style: none; 
	position: absolute;
}

.textos{	
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
	font-family: "montserrat thin"; 
	font-size:11px;
	color: #fff;
}
 
.dropDownCalendar{
	text-align:left;
	display: block;
	height: 20px;
	border-width: 1px;  
	border-color: #222222;
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: url('images/arrow.png') no-repeat;  /*Adds background-*/
    background-position: 113px 4px;  /*Position of the background-*/
    width: 100px; /*Width of select dropdown to give space for arrow */
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/
    /*My custom style for fonts*/
    color: #ffffff;
	border-style:inset;
	width: 130px;
	font-size:12px;
	margin-top: 0px;
	top: 0px;
	cursor: pointer;
}



#introVideo {
	position: absolute;
    z-index: 0;
    /*background: url(mel.jpg) no-repeat;*/
    background-size: 100% 100%;
    top: 0px;
    left: 0px; /* fixed to left. Replace it by right if you want.*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.datacontainer {
	display:block;
	padding:10px;
	width:50%;
	margin:auto;
	color:#fff;
}

div.datatitle, select.datatitle{
	display:block;	
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 14px;
}

p.datatitle{
	display:block;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	color: #aaa;
	font-size: 12px;
}

.footer, footer{
	bottom: 0;
	position: fixed;
	margin-left:2%;
	margin-bottom:3px;
	align: center;
	width: 90%;
	background-color: transparent;
}

table {
	margin-left:auto; 
	margin-right:auto;
}

/* Create three equal columns that floats next to each other */
.column {
	float: left;
	padding-top: 0px;
	padding-left: 30px;
	height: 200px;
}


.columnDate {
	float: left;
	width: 150px;
	padding-top: 0px;
	padding-left: 30px;
	height: 200px;
}

/* Container of runs list container and title */
div.columnRuns {
	visibility: hidden;
	float: left;
	height: 210px;
	width: 185px;
	margin-left: 20px;
}

/* Runs list container */
div.runs {
	overflow: auto;
	padding: 0px;
	height: 160px;
	margin: 0px;
}

/* One run */
.run {	
	color: white;
	font:normal 9px/12px Arial, Sans-Serif;
	/*background-color: #444444;*/
	/*border: 1px solid #666666;*/
	height: 20px;
	/*width: 180px;*/
	margin: 0;
}

div.columnInfo {
	visibility: hidden;
	float: left;
	height: 210px;
	width: 300px;
	padding-left: 0px;
	margin-left: 20px;
}

div.columnGraph {
	/*visibility: hidden;*/
	display: none;
	float: left;
	width: 630px;
	height: 150px;
	padding-left: 0px;
	margin-left: 20px;
}

.ulRun {
	list-style-type:none; 
	float:left; 
	padding:0;
	margin:0;
}

.ulInfo {
	float:left;
	padding:0px;
	overflow-y: none;
	margin:0px;
}

.liInfo {
	float:left;
	list-style:none; 
	height:10px;
	width: 280px;
	padding: 0px;
	margin: 0px;
}

/* Clear floats after the columns */
.liInfo:after {
	content: "";
    display: table;
	clear: both;
}
/* Create five equal columns that floats next to each other */
.aInfo {
	float:left;
	width: 50%;
	padding:0px;
	height: 14px;
	margin-left:0px;
}
.aInfoUnit {
	float:left;
	width: 20%;
	padding:1px;
	height: 14px;
}
.aInfoNumber {
	float:left;
	width: 7%;
	padding:2px;
	height: 14px;
}

/* One Run information */
div.runsInfo {
	/*overflow: auto;*/
	overflow-y: auto;
	color: white;
	font:normal 9px/12px Arial, Sans-Serif;
	
	/*
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-template-rows: 200px 300px;
	grid-gap: 10px;
	*/
	margin-top: 0px;
	margin-left: 5px;
	float: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 160px;
	width: 280px;	
}

div.divGraph {
	border: 1px solid #666666;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	height: 130px;
	width: 610px;	
}


/* First used for runs button */
.hiddenBt {
	visibility: hidden;
}

button.btnRuns {
	color: white;
	font:normal 11px Arial, Sans-Serif;
	background-color: #444444;
	border: 0px solid #666666;
	height: 16px;
	margin: 0px;
	padding:0px;
	padding-right: 5px;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	cursor: pointer;
}

button.btnTiny {
	color: white;
	font:normal 9px/12px Arial, Sans-Serif;
	background-color: #444444;
	border: 0px solid #666666;
	height: 16px;
	width: 16px;
	margin: 3px;
	padding:0px;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	cursor: pointer;
}



button.btnTiny:hover {
	color: white;
	background-color: black;
	opacity: 0.5;
}

button.btnTiny:focus {
	color: white;
	background-color: #000000;
	outline: none;
}

button.btnTiny:active {
	color: white;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background-color: red;
}

button.btnTiny:visited{
	color: red;
	border: 1px solid #666666;
}
					
button.runInfoBt {
	background-image: url('images/i16.png');
	background: url('images/i16.png');
}

button.runAnalysisBt {
	background-image: url('images/analysis16.png');
	background: url('images/analysis16.png');
}

button.runPlayBt {
	background-image: url('images/play16g.png');
	background: url('images/play16g.png');
	background-size: cover;	
}



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
	clear: both;
	top:0px;
}

input[type=checkbox]{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 3px;
  margin-right: 10px;
}


/* BEGINNING OF SPECIES STYLES */
/* species classification list */
div.speciesContainer {
	/*
	display: grid;
	grid-template-columns: auto auto auto auto;
	*/	
	background-color: rgba(128, 128, 128, 0.2);   
    width: 94%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-left: auto;
	margin-right:auto;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 20px;
}


.speciesButton, #speciesButton {
	background-color: rgb(49, 49, 49);
	background-image: url('images/species/Pictureisnotavailable_180.jpg');
	background-size: cover;	
    width: 90px;
    height: 90px;
    text-align: center;
    padding: 2px;
}

.speciesIMG {
	width: 90px;
	height: 90px;
	border-radius: 8px;
	margin-left: 2px;
	margin-top: 2px;	
	cursor: pointer;
	padding: 2px;
}

.speciesIMG:hover {
	opacity: 0.4;
}

.speciesInfoContainer,  #speciesInfoContainer{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color: #999999;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	margin-left: 40px;
	height: 20px;
}

.activeIMG {
	width: 90px;
	height: 90px;
	border-radius: 8px;
	margin-left: 2px;
	margin-top: 2px;	
	cursor: default;
	border: 2px solid #ddd;
	padding: 2px;
}

.speciesButton img:visited {
	border: 2 px solid #ddd;
}


/* END OF SPECIES STYLES */

#divPage, .divPage {
	top:0;
	background-color: rgba(80, 80, 80, 0.3);
	border:1px solid #333333;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	margin-top: 40px;
	margin-left: 3%;
	margin-right: 3%;
}

#divListen{
	top: 30px !important;
}

.data_image img, #data_image img{
	margin-left:45px;
}

.divMap, #divMap{
	position: absolute !important;
	padding: 0;
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	height: 100%;
	width:100%;
	margin:0;
	background-color: #000000; 
	
  }

#webframe, webframe {
	/*background-image: url("images/IMG_1097_blur.jpg");
	background-position: center center;
	background-size: cover;	
	*/
	/*position: fixed;
	width: 100%;*/
	background-color: rgba(0, 0, 0, 0);		
	margin-top: 70px;
	margin-left: auto; 
	margin-right: auto;
}


#indexBody, indexBody {
	background-image: url("images/ARCTIC1.jpg");
	background-color: #222222;
	background-position: center center;
	background-size: cover;	
	background-blend-mode: darken;
	height: 100%;
	width: 100%;
	margin: 0;
}


.copyright, copyright {	
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 11px;
	font-weight: 300;
	/*line-height: 2px;*/
	color: #999999;
	text-align: center;
}

.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 1.5rem;
}
.h3, h3 {
    font-size: 1rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
	font-family: inherit;
    font-weight: 200;
    line-height: 1.2;
    color: white;
}

select{
	background-color: #111111;
	color: #999999;
}

input{
	background-color: #111111;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;

}

button{	
	color: white;
	font:normal 12px/24px Arial, Sans-Serif;
	background-color: #444444;
	border:0px solid #666666;
	
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
}


button:hover{
	color: white;
	background-color: #222222;
}

button:focus{
	color: white;
	background-color: #000000;
	outline: none;
}

button:active{
	color: white;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background-color: red;
}

.title h2{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 24px;	
	font-weight: 900;	
}

.style1{
	background-color:transparent; /*last color 222222*/
	color: #fff;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 14px;	
	font-weight: 300;
}

.status-container {
	margin:auto;
	width:50%;
}

.style1 td{
	background-color:transparent; /*last color 222222*/
	color: #fff;
}


.ml{
	/*background-color: #000;*/
	width: 480;
	overflow:auto;
	border-radius: 10px;
}

.measurements{
	width:100;
	color: white;
}



select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font:normal 14px/28px Arial, Sans-Serif;
    color:black;
	border:1px solid #666666;
	background-color:#111111;
	padding:0 10px;
	/*font-weight:bold;*/

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	
}

select:checked {
    color: #ff0000;
    background-color: #488f8f;
}

select:active {
	color:#FFFFFF;
	background-color:#444444;
}

select:hover {
	color:#000000;
	background-color:#777777;
}

select:focus {
	color:#000000;
	background-color:#FFFFFF;
}

iframe{
	background-color:#666666;
	background:#666666;
	font:normal 14px/28px Arial, Sans-Serif;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
  
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
  
	-moz-box-shadow: 10px 10px 14px #000;
	-webkit-box-shadow: 10px 10px 14px #000;
	box-shadow: 10px 10px 14px #000;
}

.data_ {
	width:610px;
	margin: 0 auto;
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.data_spectrogram {
    padding-bottom: 50px;
}

.currentPage {
	position: fixed;	
	right: 10px;	
	top: 10px;
	color: #fff;
}


/* Add some content at the bottom of the video/page */
.introTextBase {
	position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 330px;
}

/* Add some content at the bottom of the video/page */
.introText {
	font-family: "Trebuchet MS", Helvetica, FreeSans, sans-serif;
	margin-left: 60%;
	margin-right: 10%;
    color: #f1f1f1;
    padding: 20px;
}

/* Style the button used to pause/play the video */
#introBtn {
	width: 90%;
	font-family: "Trebuchet MS", Helvetica, FreeSans, sans-serif;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#btnInfo{
	color: #fff;
}

#btnDay{
	margin:3px;
}

#introBtn:hover {
    background: #ddd;
    color: black;
}
/* END OF INTRO VIDEO CSS */

.imglogos{
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 0;
	height: 45px;
}


/*STATUS PAGE*/
#contents, #contents2 {
        left:0px;
        width: 100%;
        position: absolute;
        /*transform: translate(50%, 0);*/
}

.statusSpecImg {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.statusAudioCtrl {
	display:block;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#statusCamImg {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.statusAISDiv {
	overflow:auto;
	padding-bottom:30px;
	width:600px;
	margin:auto;
}

.statusAIS{
	font-weight:bold;
	text-align:center;
	width:90%;
}

@media only screen and (max-width: 1024px){
	/* some CSS here for small screens*/
	overflow-x: hidden;
	overflow-y: hidden;
	
	.topmenu, #topmenu, .nav, .collapse {
		position: fixed !important; 
		width: 100%;
		top: 0;
		left: 0;
	}

	table, .style1{
		width:100%;
	}

	.speciesButton, #speciesButton {
		background-color: rgb(49, 49, 49);
		background-image: url('images/species/Pictureisnotavailable_180.jpg');
		background-size: cover;	
		width: 45px;
		height: 45px;
		text-align: center;
		padding: 1px;
	}

	.activeIMG {
		width: 45px;
		height: 45px;
		border-radius: 8px;
		margin-left: 2px;
		margin-top: 2px;	
		cursor: default;
		border: 2px solid #ddd;
		padding: 2px;
	}
	
	.speciesIMG {
		width: 45px;
		height: 45px;
		border-radius: 4px;
		margin-left: 1px;
		margin-top: 1px;	
		cursor: pointer;
		padding: 1px;
	}


	.imglogos{
		padding: 3px;
		height: 30px;
	}

	.datacontainer {
		display:block;
		padding:10px;
		width:100%;
		margin:auto;
		color:#fff;
	}
	
	div.datatitle, select.datatitle{
		display:block;	
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		color: #fff;
		font-size: 14px;
	}
	
	p.datatitle{
		display:block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		color: #aaa;
		font-size: 12px;
	}

	.ml{
		/*background-color: #000;*/
		width: 100%;
		overflow:auto;
		border-radius: 0px;
	}
	
	.measurements{
		width:100;
		color: white;
	}
	
	.status-container {
		margin:0px;
		width:100%;
	}
	
	.ctrl-audio, .img-spectr, .img-cam{
		width:100%;
	}
	.style1 {
		margin: 0;
	}
	

	#divPage {
		top:-20px;
		background-color: rgba(80, 80, 80, 0.3);
		border:1px solid #333333;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		margin-top: 40px;
		margin-left: 0%;
		margin-right: 0%;
	}
	#webframe {
		padding:0;
		margin-top:0;
	}
	
	/*STATUS PAGE*/
	#contents, #contents2 {
			left:0px;
			width: 100vw;
			position: absolute;
			/*transform: translate(50%, 0);*/
	}

	.statusSpecImg {
        	display:block;
		width:90vw;
        	margin-left:auto;
        	margin-right:auto;
	}

	.statusAudioCtrl {
		display:block;
		width:90vw;
		margin-left:auto;
		margin-right:auto;
	}
	
	#statusCamImg {
		display:block;
		width:90vw;
		margin-left:auto;
		margin-right:auto;
	}
	.statusAISDiv {
        	overflow:auto;
        	padding-bottom:30px;
        	width:90vw;
        	margin:auto;
	}

	.statusAIS{
        	font-weight:normal;
        	text-align:center;
		font-size:10px;
        	width:95%;
	}



}

@font-face {
    font-family: "montserrat thin"; 
    font-style:normal;
	font-weight:normal;
    src: url("fonts/montserrat/montserrat-thin/Montserrat-Thin.otf");
}

@import url('https://fonts.googleapis.com/css?family=Montserrat');