html, body { height: 100%; }

body > div.container{
	width:100%;
	padding:0;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -30px;
	/*background: none repeat scroll 0 0 #f7f3e7;*/
	display: flex;
	flex-direction: column;
}

div#main-panel {
	border: none;
}

div#main {
	flex-grow: 1;
}

div#main, div.tab-pane {margin:0; padding:20px;}

.push {
	height: 30px; /* .push must be the same height as .footer */
	width:100%;
	margin:0 auto;
}

footer {
	height: 105px; /* .push must be the same height as .footer */
	width:100%;
	margin:0 auto;
}
footer{background:#ffffff;}


body {
  padding: 0px; margin: 0px; height:100%; font-size: 12px;	
  font-family: Arial, Helvetica, sans-serif;font-style: normal;	font-variant: normal;	font-weight: normal;
}

.fl {float:left;}
.fr {float:right;}
.clear{clear: both;}

div#main {width:100%; margin:0 auto;}

#main_bdy {position:relative; z-index:1; background: #fff; padding: 0px 0px 20px 0px; margin: 0 auto; width: 82%;}

#products {position:relative; margin: 15px 0px 0px 20px; font-family: verdana, arial; font-smooth: always; font-size:12px; color: #716F6D; width: 900px;}

#products1 {position:relative; margin: 15px 0px 0px 20px; font-family: verdana, arial; font-smooth: always; font-size:12px; color: #716F6D; width: 900px;}

#products2 {position:relative; margin: 15px 0px 0px 20px; font-family: verdana, arial; font-smooth: always; font-size:12px; color: #716F6D; width: 900px;}

#products3 {position:relative; margin: 15px 0px 0px 20px; font-family: verdana, arial; font-smooth: always; font-size:12px; color: #716F6D; width: 900px;}

#products4 {position:relative; margin: 15px 0px 0px 20px; font-family: verdana, arial; font-smooth: always; font-size:12px; color: #716F6D; width: 900px;}

#products5 {position:relative; margin: 15px 0px 0px 20px; font-family: verdana, arial; font-smooth: always; font-size:12px; color: #716F6D; width: 900px;}

#products6 {position:relative; margin: 15px 0px 0px 20px; font-family: verdana, arial; font-smooth: always; font-size:12px; color: #716F6D; width: 900px;}

#cent-pos > .card {
  padding: 15px;
  max-width: 800px;
  margin: 0 auto;
}

div#cent-pos {
  margin:0 auto;
  width: 100%;
}

div#cent-pos::after,
div#cent-pos .card::after {
  content: " ";
  display: block;
  clear: both;
}

.btnDownload > a.dynamicdata.btn{
  color:#ffffff;
}

/******************DOWNLOADS****************/
#date-spinners {
  width:50%;
  min-width: 150px;
}

/*************** JQuery dialog custom styles *******************/
.pop-info-dialog {
  width: 30%;
  padding: 1px;
  z-index: 1001;
}


.fa-file-image::before {
	font-family: "Font Awesome 5 Free"; /* Solid */
	content: '\f1c5';
	font-weight: 900;
  }
  .fa-circle-arrow-down::before{
	font-family: "Font Awesome 5 Free"; /* Solid */
	content: '\f0ab';
	font-weight: 900;
  }
  .fa-earth-americas::before{
	font-family: "Font Awesome 5 Free"; /* Solid */
	content: '\f57d';
	font-weight: 900;
  }
  .fa-rectangle-list::before{
	font-family: "Font Awesome 5 Free"; /* Solid */
	content: '\f022';
	font-weight: 900;
  }
  .fa-calendar-days::before{
	font-family: "Font Awesome 5 Free"; /* Solid */
	content: '\f073';
	font-weight: 900;
  }
  .fa-clock-rotate-left::before{
	font-family: "Font Awesome 5 Free"; /* Solid */
	content: '\f1da';
	font-weight: 900;
  }
  .fa-wrench::before{
	font-family: "Font Awesome 5 Free"; /* Solid */
	content: '\f0ad';
	font-weight: 900;
  }
  .fa-file-zipper::before{
	font-family: "Font Awesome 5 Free"; /* Solid */
	content: '\f1c6';
	font-weight: 900;
  }
  
  .fa-chevron-left::before{
	font-family: "Font Awesome 5 Free"; /* Solid */
	content: '\f053';
	font-weight: 900;
  }
  
  .fa-chevron-right::before{
	font-family: "Font Awesome 5 Free"; /* Solid */
	content: '\f054';
	font-weight: 900;
  }

  .fa-plus::before{
	font-family: "Font Awesome 5 Free"; /* Solid */
	content: '\f067';
	font-weight: 900;
  }
  
.ui-dialog {
  border: 1px solid black;
  background-color: white;
  border-radius: 5px;
}

.pop-info-body ul {
  padding-left: 2em;
}

.pop-info-title {
  border: 1px solid black;
  border-radius: 5px;
  background: linear-gradient(to bottom, #E0E0E0, #B0B0B0)
}

.pop-info-footer {
  text-align: right;
  margin-right: .5em;
}

.pop-info-title p {
  line-height: 0px; 
  padding: .5em; 
  vertical-align: center; 
  margin-top: 7px;
}

.ui-dialog-buttonpane {
  text-align: center;
}

img.info {
  cursor: pointer;
  vertical-align: middle;
  margin: 0 5px;
  width: 16px;
  height: 16px;
}

.ui-state-active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
    margin-bottom: -1px;
}

select#periodicity {
	min-width: 50px;
}

.landsat-link {
	width: 230px;
	height: 300px;
	padding: 5px;
	text-align: center;
	margin: 5px;
	background-color: #FFFFFF;
	border: 1px transparent;
	position: relative;
	overflow: visible;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: -webkit-filter .3s;
	-moz-transition: -webkit-filter .3s;
	-o-transition: -webkit-filter .3s;
	-ms-transition: -webkit-filter .3s;
	transition: filter .3s;
}

.landsat-link:hover {
	-webkit-filter: drop-shadow(1px, 3px, 3px, 1px, black);
	-moz-filter: drop-shadow(1px, 3px, 3px, 1px, black);
	-o-filter: drop-shadow(1px, 3px, 3px, 1px, black);
	-ms-filter: drop-shadow(1px, 3px, 3px, 1px, black);
	filter: drop-shadow(1px, 3px, 3px, 1px, black);
}

.landsat-link img {
	width: 100%;
	height: 100%;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-o-transition: transform .3s;
	-ms-transition: transform .3s;
	transition: transform .3s;
}

.landsat-link:hover img {
	transform: scale(1.1);
}

.landsat-item-header {
	background-color: #C8C8C8;
	font-size: 15px;
	color: black;
	position: relative;
	padding: 2px 5px;
	border-radius: 10px;
	opacity: .8;
	-webkit-transition: font-size .3s, opacity .3s;
	-moz-transition: font-size .3s, opacity .3s;
	-o-transition: font-size .3s, opacity .3s;
	-ms-transition: font-size .3s, opacity .3s;
	transition: font-size .3s, opacity .3s;
}

.landsat-link:hover .landsat-item-header {
	font-size: 17px;
	opacity: 1;
}

.content-overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	overflow: visible;
	justify-content: center;
	align-items: center;
}

.landsat-image-container {
	width: 140px;
	height: 240px;
	-webkit-transition: width .3s, height .3s, filter .3s;
	-moz-transition: width .3s, height .3s, filter .3s;
	-o-transition: width .3s, height .3s, filter .3s;
	-ms-transition: width .3s, height .3s, filter .3s;
	transition: width .3s, height .3s, filter .3s;
}

.landsat-link:hover .landsat-image-container {
	width: 150px;
	height: 250px;
	-webkit-filter: drop-shadow(5px 5px 5px #505050);
	-moz-filter: drop-shadow(5px 5px 5px #505050);
	-o-filter: drop-shadow(5px 5px 5px #505050);
	/*-ms-filter: drop-shadow(5px 5px 5px #505050);*/
	filter: drop-shadow(5px 5px 5px #505050);
}

.ssebop-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 30px;
	margin-top: 30px;
}

.ssebop-link-main {
	width: 300px;
	height: 200px;
	border-width: 5px;
	border-radius: 15px;
	border-style: solid;
	border-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ssebop-link-main > div {
	width: 90%;
	height: 25%;
	border-radius: 25px;
	background-color: #CFCFA8;
}

.ssebop-link-main > div > p {
	text-align: center;
	color: black;
	font-size: 2.5em;
}

#modis-link-main {
	background-image: url('/images/ssebop/MODIS_thumbnail.png');
}

#landsat-link-main {
	background-image: url('/images/ssebop/Landsat_thumbnail.png');
}

.link-list {
	list-style-type: none;
}

.uniqueproductsdisplay{
  width:100%;
  max-width: 180px;
  margin:20px;
  display:inline-block;
  text-align: center;
}

ul.uniqueproductlinks{
  list-style: none;
  padding:0;
}

ul.uniqueproductlinks > li{
  display:inline-block;
  width:20%;
  font-size:16px;
}

.uniqueproductsdisplay > .thumbnail{
	margin-bottom: 5px;
  margin-top: 5px;
}

.glyphicon-image:before {
	font-family: "Font Awesome 5 Free"; /* Solid */
	content: '\f1c5';
	font-weight: 900;
}

.glyphicon-document:before {
  content: "\e022";
}

.product-compare-links {
  list-style: none;
  padding: 0;
}

.product-compare-links li {
  display: inline-block;
  width: 25%;
  font-size: 16px;
}

.animation-label {
  font-size: 10px;
  margin-top: 5px;
  padding: 5px;
}

i.play-button {
  vertical-align: top;
}

.disabled-link, .disabled-link:hover {
  color: gray !important;
  cursor: default !important;
  text-decoration: none !important;
}

div.change-period a:hover, div.change-period i:hover {
  cursor: pointer;
}

i.play-button:hover {
  color: #428bca;
}

.uniqueproductlinkslist {
	list-style-type: none;
	text-align: center;
	padding: 0;
}
