body {
    font-size:14px !important;
}

#container {
    width:100%;
    margin-top:20px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
}

#map {
	padding-right: 0px;
}

#acquisitionCalendar , #convertPathRow, #pendingAcquisition {
	margin: 0 auto; 
    padding-left: 0; 
    padding-right: 0; 
    padding-top: 0;
}

a#ui-id-1.ui-tabs-anchor, a#ui-id-2.ui-tabs-anchor, a#ui-id-3.ui-tabs-anchor{
	width: 100%; 
	font-weight:bold;
}

#acqTabs {
	margin:0;
	padding:0;
	width:100%;
	padding-bottom:0px;
}

#landsatAcqTool {
	padding-top: 10px;
}

#acqCalendarTab, #convertPathRowTab {
	margin: 0; 
	padding: 0; 
	width: 33%;
}

#pendingAcqTab {
	margin: 0; 
	padding: 0; 
	width: 34%;
}

#textLink {
    text-align: center;
	float:left;
}

.ui-tabs {
     padding: 0; 
}

.ui-widget-content {
    border: 0px solid #dddddd;
}    

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
}

div#acquisitionCalendar.ui-tabs-panel.ui-corner-bottom.ui-widget-content,
div#convertPathRow.ui-tabs-panel.ui-corner-bottom.ui-widget-content,
div#pendingAcquisition.ui-tabs-panel.ui-corner-bottom.ui-widget-content {
    height:auto !important;
	overflow:hidden !important;
}

p {
    padding: 10px;
    font-size: 14px !important;
	line-height: 18px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #232d37;
    font-weight: normal;
    color: #ffffff;
}

h4, .h4 {
    font-size: 14px !important;
    font-weight: bold;
}

h4.selectSatellite, h4.day_acq_calendar {
	text-align: center; 
	color: black;
}

h4.selectSatellite {
	margin-left:15px;
}

div#textLink h4 a:hover {
	color: blue;
	text-decoration: none;
}

div#textLink h4 a {
	color: #232d37;
	float: left;
	margin-left: 40px;
	width:100%;
	line-height:1.5em;	
}

h4.pathsCycleDay {		
	color: black;
	border-top: 1px solid #232d37;
	margin-left:15px;
	padding-top:15px;
}

.satelliteList {
	text-align:left !important; 
	padding-left:15px !important;
}

div.satelliteList {
	font-size: 11pt !important;
}

#paths {
	#text-align: center;
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 10px;
	width: 60%;
	padding-left: 8%;
}

.ui-tabs-anchor {
   white-space: nowrap;
   max-width: 20em;
   overflow: hidden;
   text-overflow: ellipsis;
}

.ui-widget-header {
    border: 0px solid #dddddd;
    background: none;
} 

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0.5em .5em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px solid #c5c5c5;
}

.ic__header,
.ic__prev, .ic__next{
    background: #232d37;
}


#calendar {
    padding-bottom: 30px;
	width: 93%;
	margin:auto;
}

.description {
    background-color: #232d37 !important;
    color:white; 
    border-top: 1px solid white;
    height:auto;
    padding-left: 10px !important;
}

.description p {
    margin-left:10px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#legend, #legend1, #legend2 {
    padding-top: 9px;
    padding-bottom:8px;
    background-color: #232d37 !important;
    color: white;
	font-size: 14px;
}

img.legend_wrs2,
img.legend_ard {
    margin-right:5px; 
    margin-top: -5px;
}

img.legend_point {
    height:22px; 
    margin-right:4px; 
    margin-top: -7px;
}

.ui-tabs .ui-tabs-panel {
    padding: 0; 
}

a#ui-id-1.ui-tabs-anchor,
a#ui-id-2.ui-tabs-anchor,
a#ui-id-3.ui-tabs-anchor {
    font-size: 15px;
}

.ic__days .ic__day_state_selected {
    background: #232d37;
    color: #fff;
}

.ic__prev:hover, .ic__next:hover {
    background-color: black;
    cursor: pointer;
}

.ic__days .ic__day:hover {
    background: black;
    color: #fff;
}

.col-8, .col-md-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#intro2 {
    background-color: #232d37;
    color: white;
    padding-top: 10px;
}

/*fix tabs and width of text on tabs*/
.ui-tabs-anchor {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}

a:hover, a:focus {
    color: none;
    text-decoration: underline;
}

/*add tab borders*/
a#ui-id-1.ui-tabs-anchor,
a#ui-id-2.ui-tabs-anchor,
a#ui-id-3.ui-tabs-anchor {
    border: 1px solid #232d37;
    border-bottom: 1px solid #232d37;
    text-align: center;
}

a#ui-id-2.ui-tabs-anchor {
    border-left: 0px;
    border-right: 0px;
    border-right: 0px;
}

.ui-state-active a#ui-id-1.ui-tabs-anchor,
.ui-state-active a#ui-id-2.ui-tabs-anchor,
.ui-state-active a#ui-id-3.ui-tabs-anchor {
    border: 1px solid #232d37;
}

li.ui-state-default.ui-corner-ui-tabs-active.ui-state-active a#ui-id-1.ui-tabs-anchor:hover,
li.ui-state-default.ui-corner-ui-tabs-active.ui-state-active a#ui-id-1.ui-tabs-anchor:hover,
li.ui-state-default.ui-corner-ui-tabs-active.ui-state-active a#ui-id-1.ui-tabs-anchor:hover {
    color:white !important;
}

/*tab information/instructions */
.tabInfo {
    background-color: #232d37;
    color: white;
}    

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff;
}

a#ui-id-1:hover, a#ui-id-2:hover, a#ui-id-3:hover {
	color:blue;
}

 a.overview {
	color: #0123AB;
    font-weight: bold;
}

 a.overview:hover {
	color: black !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a:hover {
	color: white !important;
}

section#section-bottom.dexp-section {
	margin-top:20px;
}

.leaflet-top, .leaflet-bottom {
    z-index: 500;
    pointer-events: none;
}

#latLabel, #longLabel {
	margin-left: 20px;
    font-weight: 700;
}

#thepath, #therow {
	width: 50px;
}

#therow, #thepath, #thelat, #thelong {
    padding: 0px 0px;
}

#convert:hover, input#clear:hover {
	background-color: black;
	color: white;
}

.convert_clear_buttons {
	border-top:1px  solid #232d37; 
	padding-top:15px;
	padding-bottom: 30px;
}

table {
	width: 400px;
}

#convertTable table tbody tr td {
	text-align: left;
	padding-left: 5px !important;
}

#convertTable {
	display:none; 
	padding:0 15px;
	font-size: 13px;
}

div#convertTable table {
	margin-left: 20px !important;
}

div#convertTable table tbody {
	border:1px solid #232d37 !important;
}

#convertTable table tr th {
    border-bottom: 3px solid #ccc !important;
}

#llTOpr label{
	color:#dd6a42; 
	display:inline;
}

#convert {
	margin-left: 30px;
	font-size:14px; 
}

#clear {
	border: none;
	padding: 8px 32px;
	border-radius: 2px;
	font-size:14px;
	background-color: lightgray;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
 
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
 
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
 
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}

#paths {
	font-size: 13px;
}

input[type="text"] {
    border: 1px solid #d1d6de !important;
}
	
a:focus {
	outline: none !important;
    outline: 0px !important;
}

#calendarPending {
	width: 93%; 
	margin:auto;
}

.convertOptions {
	width: 100%;
	padding-bottom: 30px;
}

.wrs_to_latlong {
	margin: 15px; 
	font-size: 14px !important;
}

#desc, #asc {
	padding-left:5px;
}

#convertll_to_wrs {
	margin-left: 10px; 
	font-size: 14px !important;
	width:auto;
}

#desc_node, #asc_node {
	margin-left: 40px;
}

.selectNode {
	font-weight:bold;
	color: black;
	padding-bottom: 5px;
}

#longLabel, #latLabel {
	margin-left: 40px;
}

#thelong {
	margin-left:8px;
	display: -webkit-inline-box;
	margin-bottom: 25px;
}

#thelat {
	margin-left:8px;
	display: -webkit-inline-box;
	margin-bottom:5px;
}

#therowLabel {
	padding-left:20px;
	padding-right:8px;
}

#thepathLabel {
	margin-left: 40px;
}	

#convert_wrs_ll, #convert_ll_wrs {
	color: black;
	display:inline;
}

#selectDate {
	text-align: center;
}

#path_row_section {
	display: -webkit-inline-box; 
	display:-ms-inline-flexbox;
}

#chooseFile {
	margin-left: 40px;
}

#ll2pr_eitherOr, #ll2pr_eitherOr1, #ll2pr_eitherOr2  {
	margin-left:70px;
	margin-top: -15px;
}

#convertTable table {
	width: 94%;
}

#convertTable th, td {
	padding: 0px 5px;
}

div#calendarPending {
	padding-bottom: 30px !important;
}

input#additionalDays {
	width: 50px;
	padding-left: 5px;
}
div.additional {
	padding-bottom: 20px;
}

div#pendingLegend {
    border-top: 1px solid #232d37;
    margin-left: 15px;
	color:white;
	padding-right: 15px;
	float:left;
	width:100%;
}

p.gstations {
	color: black !important;
	font-weight: bold;
	padding: 10px 0px;
	float: left;
}

p.landsat_acq_intro {
	padding-top: 0px;
	padding-bottom: 0px;
}

div#tabs.col-12.col-md-12 {
	width: 101%;
}

#latRow, #longRow {
	display:-ms-inline-flexbox;
}

.additional {
	padding-left: 70px;
}

.wrs_label {
	background: #1b76c8;
	color: white;
    padding: 2px 5px;
    font-weight: bold;
}

#convertTable {
	padding:0 0px;
	margin-top: 15px;
}

div#convertDownloadLink a {
	padding-left: 20px;
	font-weight: bold;
}

div#convertDownloadLink a:hover{
	color: #de6b43;
}

.nodeList {
	padding-left: 15px;
	font-size: 11pt;
}

#pendingLegend table {
	text-align: center;
}

@media only screen and (max-width: 991px) {
	#enlargemap {
		visibility: hidden;
	}
	
	#landsatAcqTool {
		padding-right:15px;
		padding-left:15px;
	}
	
	#wnav {
		visibility: hidden;
		height: 0px;
		margin-top: 0px;
	}
	aside.col-sm-2 {
		width:0px;
		height:0px;
	}
	section.col-sm-10 {
		width:100%;
	}
	
	div#pendingLegend {
		margin-top: 50px;
	}
	
	h4.selectSatellite, h4.day_acq_calendar, h4.pathsCycleDay {
		text-align: left;
		padding-left: 15px;
	}
	
	h4.pathsCycleDay {
		margin-top: 200px;
	}
	
	#selectDate {
		text-align: left;
		padding-left: 15px;
	}
	
	#calendarPending, #calendar {
		width: 350px;
		float: left;
		padding-left: 15px;
	}
	
	#calendar {
		padding-bottom: 15px;
	}
	
	div#paths {
		text-align: center;
		padding-left: 40px;
		width: 200px;
	}
	
	.nodeList {
		padding-bottom: 15px;
		padding-left: 15px !important;
	}
	
	a#ui-id-1.ui-tabs-anchor, a#ui-id-2.ui-tabs-anchor, a#ui-id-3.ui-tabs-anchor {
		font-size: 12px;
	}
	
	div.additional {
		padding-left: 15px !important;
	}
	
	div.region.region-bottom-first.col-xs-12.col-sm-6.col-md-3.col-lg-3, #block-newsletter-newsletter-subscribe, #block-views-blog-block-3, #block-block-114, section#section-page-title.dexp-section {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	div.sticky-wrapper {
		padding-left: 30px;
	}

	#convertTable {
		margin-right: 20px;
	}
}

@media only screen and (max-width:550px) {
	body,  p, #legend, #legend1, #legend2,label , table, h4,  div.satelliteList, div#latlongRow, div#latRow, div#longRow, .selectNode, .nodeList, div#paths {
		font-size: 12px !important;
	}	

	li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active, 
	li.ui-state-default.ui-corner-top {
		width: 100% !important;
	}

	a#ui-id-1.ui-tabs-anchor, a#ui-id-2.ui-tabs-anchor, a#ui-id-3.ui-tabs-anchor {
		border: 0px solid #232d37;
		border-bottom: 1px solid #232d37;
		text-align: center;
	}
	
	a#ui-id-1.ui-tabs-anchor {
		border-top: 1px solid #232d37;
	}

	.convert_clear_buttons {
		margin-left: 0px;
	}

	#calendarPending, #calendar {
		width: 80%;
	}

	#convert {
		margin-left: 15px;
		font-size: 12px;
		padding: 6px 12px;
	}
}

@media only screen and (max-width: 365px) {
	#longLabel, #latLabel {
		margin-left: 10px; 
	}	
}

#row-main {
	/* necessary to hide collapsed sidebar */
	overflow-x: hidden;
}

.collapsed {
  	/* hide it for small displays*/
  	display: none;
}

img.img-btn.inactive {
    visibility: hidden;
    width:0px;
}

li.wretmenuItem a {
	color:#666666 !important;
}	

h1.toolTitle {
	color:#333333;
	margin-top:0px;
	font-weight:500;
}

#wretMenu {
	margin-top: 20px;
}	

p.landsat_acq_intro {
	padding:0px;
}	

#enlargemap {
	float:right; 
	position:relative; 
	z-index:800;
	margin-top:250px;
}

p.toolOverview {
	padding-left: 0px;
}

h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

img.img-btn:hover {
	cursor: pointer;
}

.highlight {
    background: #232D37;
	color: white;
	font-weight: 700;
}

div#pendingLegend table tbody tr td:hover:before {
    visibility: hidden;
    overflow: hidden;
	position: fixed !important;
}

div#pendingLegend table td:hover:after {
  position: fixed !important;
}

.satelliteList label {
	font-size: 11pt !important;
	text-align: left !important;
  	font-weight: 400;
	display: inline;
}	

.nodeList label {
	font-size: 11pt !important;
	text-align: left !important;
  	font-weight: 400;
	display: inline;
}	

label#desc_node, label#asc_node, label#convert_wrs_ll, label#convert_ll_wrs {
	margin-left: 5px !important;
}

#convert {
    border: none;
    padding: 8px 24px;
    border-radius: 2px;
    font-size: 14px;
	background-color: lightgray;
}

.wrs_to_latlong {
	margin-left: 25px !important;
}

input#chooseFilePR, input#chooseFileLL {
	margin-left: 40px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 450px) {
	#landsatAcqTool {
		padding-right:5px;
		padding-left:5px;
	}
	div#convertTable table {
    margin-left: 0px !important;
	}
	#convertTable th, td {
    padding: 0px 4px;
    }
}	

#chooseFileLL {
	font-size:14px;
}