@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------------------------------------------/
 * CSS page for special data tables
 * Please comment all styles
 */
 .table-full{
	font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size:1.06rem;
	line-height:1.5;
	border-collapse:collapse;
	border-spacing:0;
	color:#1b1b1b;
	margin:1.25rem 0;
	text-align:left;
	width: 100%;
  }
  .table-full thead th,
  .table-full-2 thead th,
  .table-full-3 thead th{
	background-clip:padding-box;
	color:#1b1b1b;
	font-weight:700;
	line-height:1.3;
  }
  .table-full thead th,
  .table-full thead td{
	background-color:#dfe1e2;
	color:#1b1b1b;
  }
  .table-full tbody th{
	text-align:left;
  }
  .table-full th,
  .table-full  td{
	background-color:white;
	border:1px solid #1b1b1b;
	font-weight:normal;
	padding:0.5rem 1rem;
  }
  .table-full tr:first-of-type th {

    background: #0a4595  !important;
    color: #fff;
}
  .table-full tr:first-of-type th,
  .table-full-2 tr:first-of-type th
  {

    background: #0a4595  !important;
    color: #fff;
}
.box-noleftline {		
	border-top: thin solid #CCC;
	margin-top: 30px;
}

.table-full-2 {
	font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size:1.06rem;
	line-height:1.5;
	border-collapse:collapse;
	border-spacing:0;
	color:#1b1b1b;
	margin:1.25rem 0;
	text-align:left;
	width: 100%;
}

.table-full-2 th,
.table-full-2  td{
  background-color:white;
  border:1px solid #1b1b1b;
  font-weight:normal;
  padding:0.5rem;
}

.of-anywhere {
	overflow-wrap: anywhere;
}


.table-full-3 th,
.table-full-3 {
	font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size:1.06rem;
	line-height:1.5;
	border-collapse:collapse;
	border-spacing:0;
	color:#1b1b1b;
	margin:1.25rem 0;
	text-align:left;
	width: 100%;
}

.table-full-3  td{
  background-color:white;
  border:1px solid #1b1b1b;
  font-weight:normal;
  padding:0.5rem 1rem;
}
	.data {
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 13px;
	}

	/* table.data td {		
		border-right: thin solid #CCC;
		border-bottom: thin solid #CCC;	
		padding: 5px;
	}
	
.table-full {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
} */

.secondary-link {
	font-size: 10px;
	margin-top: 5 px;
}

/* .table-full th {
		border: solid thin #999;	
		background-color: #CCC;	
		padding: 5px;		
	}

.table-full td {
		border: solid thin #999;
		padding: 5px;
	} */

/* .table-full-2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 25px;
}

.table-full-2 th {
		border: solid thin #999;	
		background-color: #CCC;
		padding: 3px;
	}

.table-full-2 td {
		border: solid thin #999;
		padding: 3px;
	}
	 */
.table-full-lists {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 25px;
}

.table-full-lists li {
			padding-bottom: 10px;
			list-style:none;
		}

	.table-full-lists th {
			border: solid thin #999;	
			background-color: #CCC;
			padding: 8px 3px;
			font-size: 13px;
		}
	
	.table-full-lists td {
			border: solid thin #999;
			padding: 3px;
		}
	
	
.left-gray {
	background-color: #eaeaea !important;
}

/* winds page styles */
table.winds {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 650px;
}

	.winds th {
		border: solid thin #999;
		background-color: #CCC;
		padding: 5px;
		text-align: center;
	}

	.winds td {
		text-align: center;
		border: solid thin #999;
		padding: 4px;		
	}

	.light-gray { background-color: #F1F1F1; }

/* swir page styles */
.top-links {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 175px;
	margin: 35px 0px 0px 0px;
	float: right;
}

/* Okeanos MODIS page table */

/* .table-full-3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 25px;
	border-collapse: collapse;
}

.table-full-3 th {
		border: solid thin #999;	
		background-color: #CCC;	
		padding-left: 3px;	
	}

.table-full-3 td {
		border: solid thin #999;
		padding: 5px 3px 5px 3px;
	} */
	
/* STATUS TABLES */
.table-container {
	position:relative;
	/* max-width: 550px; */
	width: 100%;
	margin-top: 0;
}

.key-heading {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 50px;
	margin-bottom: 10px;
	}

.table-no-borders {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}

.table-no-borders th {
		text-align:left;
		height: 30px;		
	}

.table-no-borders td {
		border: 0;
	}
	
	
/* SMALLER TABLE */

.table-small {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 25px;
}

.table-small th {
		border: solid thin #999;	
		background-color: #CCC;	
		padding: 5px;
		text-align: center;		
	}

.table-small td {
		border: solid thin #999;
		padding: 5px;
	}
	
	
.table-small ul {
		padding-left: 20px;
	}	
	
.table-small li {
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 15px;
		list-style:none;
}

/* TABLE on OMI pages */

.table-omi {
	padding-top: 2%;
	border: 0;
	width: 95%;
	text-align: center;
}

	.table-omi th {
		background-color:#CCC;
	}
	
	.table-omi td {
		border: 0;
		vertical-align: top;
	}

.table-omi-data {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	border: solid thin #999;
	border-collapse: collapse;
}

	.table-omi-data th {
		background-color: #CCC;
		padding-top: 1em;
		padding-bottom: 1em;
		border: solid thin #999;
	}
	
	.table-omi-data td {
		text-align: center;
		border: solid thin #999;
		padding-top: .8em;
		padding-bottom: .8em;
	}


