/** 
Left Panel
**/
button:focus {
	outline: none;
}

input:focus {
	outline: none;
}

select:focus {
	outline: none;
}

#loginCredential span a, #loginCredential span a:hover, #loginCredential span a:active,
	#loginCredential span a:visited {
	text-decoration: none;
	color: #7BB0DE;
}

.ui-accordion .ui-accordion-header a {
	padding-left: 29px;
}

.ui-accordion#ManagerAccordion .ui-accordion-header {
	margin-top: 0;
	background: -moz-linear-gradient(left, rgba(96, 141, 187, 0.9) 50%,
		rgba(159, 195, 231, 0.9) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(96,
		141, 187, 0.9)), color-stop(100%, rgba(159, 195, 231, 0.9)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(96, 141, 187, 0.9) 50%,
		rgba(159, 195, 231, 0.9) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(96, 141, 187, 0.9) 50%,
		rgba(159, 195, 231, 0.9) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(96, 141, 187, 0.9) 50%,
		rgba(159, 195, 231, 0.9) 100%);
	/* IE10+ */
	background: linear-gradient(to right, rgba(96, 141, 187, 0.9) 50%,
		rgba(159, 195, 231, 0.9) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6608dbb',
		endColorstr='#e69fc3e7', GradientType=1);
	/* IE6-9 */
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.ui-accordion#ManagerAccordion .last {
	border-bottom: none !important;
}

.visBannerContainer {
	position: absolute;
	width: 100%;
	height: 74px;
	background-color: #163357;
}

.visSpecialMessage {
	color: #fff;
	float: left;
	margin: auto;
	top: 44px;
	left: 90px;	position: absolute;
	width: 300px;
	z-index: 5000;
	display: none;
}

.vislogoContainer {
	position: absolute;
	/*relative;*/
	height: 74px;
	left: 16px;
	width: auto;
	/*calc(100% - 309px);*/
	overflow: hidden;
}

.vislogoContainer img {
	position: relative;
	/*absolute;*/
	transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	top: 36px;
	left: 0;
	width: 100%;
	height: auto;
	max-width: 394px;
}

.ManagerPanelPullTab img {
	width: 20px;
	height: 146px;
}

.ManagerPanelPullTab {
	position: absolute;
	right: -20px;
	z-index: 1200;
}

#ManagerPanel {
	-moz-box-shadow: 2px 2px 2px rgba(34, 34, 34, 0.8);
	-webkit-box-shadow: 2px 2px 2px rgba(34, 34, 34, 0.8);
	box-shadow: 2px 2px 2px rgba(34, 34, 34, 0.8);
}

#ManagerAccordion .ui-accordion-header, #ManagerAccordion .ui-accordion-content
	{
	border: none;
	font-weight: normal;
}

#ManagerAccordion .ui-accordion-content {
	margin-right: 0;
	padding: 1em 1.5em 1em 2em;
}

.map-layer-checkbox {
	position: relative;
	float: right;
	display: inline-block;
	height: 32px;
	vertical-align: top;
	width: 30px;
	text-align: center;
}

.map-layer-title-container {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	max-width: 280px;
	width: 66%;
}

.map-layer-icon {
	/*float: left;
  top: -4px;*/
	margin-right: 4%;
	position: relative;
	vertical-align: top;
}

.MapLayersLoadingIcon {
	opacity: 0.5;
	top: 0 !important;
	margin-right: 22px;
	margin-left: 5px;
	vertical-align: top;
}

.contour-layer-checkbox {
	/*float: right;*/
	margin-right: 38px;
	margin-left: 5px;
	font-size: 16px;
}

.ContourCheckBox {
	margin: 6px 0 0;
	text-align: right;
}

.ContourCheckBox .Panel_Peek {
	margin-right: 6px;
}

/**
Top navigation
**/
.upper_right_buttons {
	top: 0;
}

.map-type-container, .map-type-control {
	float: left;
}

.loginCredentialViewer {
	position: relative;
	float: right;
	right: 5px;
	/*top: 45px;*/
	width: auto;
	height: 29px;
	background-color: #0D2A56;
	padding: 0 12px;
	border-radius: 20px;
	border: 1px solid #6599E6;
	border-top: 0;
	border-bottom: 0;
	text-decoration: none;
	z-index: 1001;
	display: none;
}

.login-count-container {
	position: absolute;
	right: 10px;
	top: 75px;
	display: none;
}

.map-type-measurements-container {
	position: absolute;
	height: 30px;
	width: auto;
	min-width: 111px;
}

.map-type-dataAvailability-container {
	position: absolute;
	left: 131px;
	height: 30px;
	width: auto;
}

.map-type-summary-container {
	position: absolute;
	left: 226px;
	height: 30px;
	width: auto;
}

.map-type-bkgd-upper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	background: #ffffff;
}

.map-type-bkgd-lower {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 100%;
	height: 15px;
	background: #ecf0f4;
	border-bottom: 1px solid rgb(255, 255, 255);
}

.site-count-container {
	/*position: relative;
    left: 222px;
    top: -102px;*/
	position: absolute;
	left: 8px;
	bottom: 50px;
	text-shadow: 1px 1px 3px #164c8a;
	margin: auto;
	text-align: center;
	padding: 4px 10px;
	background-color: rgba(34, 99, 173, 0.4);
	border-radius: 5px;
}

.map-type-container {
	padding-left: 20px;
	height: 30px;
}

.map-type-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 22px;
}

#map_type_measurements.map_type_selector {
	/*border: solid #2a5a8b;
  border-width: 1px 0 1px 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;*/
	
}

#map_type_dataAvailability.map_type_selector {
	/*border: solid #2a5a8b;
  border-width: 1px 1px 1px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;*/
	
}

.map_type_selector {
	position: relative;
	width: auto;
	padding: 0;
	border-radius: 0;
	color: #004C98;
	font-weight: 400;
}

.map_type_selector span {
	position: relative;
	width: auto;
	top: 7px;
	left: 0;
	padding: 0 16px;
}

.map-type-btn-container {
	position: relative;
	text-decoration: none;
	height: 30px;
	width: 100%;
	cursor: pointer;
}

#MapTypeSwitcher {
	padding: 0;
	height: 31px;
	display:none;
}

/*#Filter_TimeRange_Panel {
  top: 31px;
  left: 18px;
  width: 92px;
}*/
.map-type-control {
	/*-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	height: 31px;
	background: rgb(42, 90, 139);
}

.map-type-control>a {
	float: left;
}

.map-type-container .map-type-title {
	float: left;
}

#Map_BaseLayers_Dropbox {
	border: 2px solid #2e79c6;
	background: #f0f4f7;
	margin-top: 0;
	margin-bottom: 0;
	top: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

#Map_NasaLayers_Dropbox {
	border: 2px solid #2e79c6;
	background: #f0f4f7;
	margin-top: 0;
	margin-bottom: 0;
	top: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.baseLayerDropdown {
	position: absolute;
	top: 105px;
	width: auto;
	z-index: 1260;
	border: 2px solid rgba(61, 104, 149, 1);
	border-top: 0;
	background-color: rgba(255, 255, 255, 1);
	margin: 0;
	padding: 4px 2px 4px 2px;
	border-radius: 1px;
	float: left;
	margin-left: 12px;
	-moz-box-shadow: 2px 2px 3px 0px #ccc;
	-webkit-box-shadow: 2px 2px 3px 0px #ccc;
	box-shadow: 2px 2px 3px 0px #ccc;
}

.visNavButtonContainer {
	position: relative;
	left: 306px;
	margin: 7px 0;
	display:none;
}

.baseLayerButtons {
	position: relative;
	/*left: 270px;
			    top: 7px;*/
	font-family: Roboto, sans-serif;
	letter-spacing: .2px;
	font-size: 12px;
	/*min-width: 150px;*/
	cursor: pointer;
	/* border: 1px solid rgba(61,104,149,1); */
	/* background-color: rgba(103,155,212,1); */
	margin: 0 10px;
	color: #fff;
	padding: 0;
	/* border-radius: 5px; */
	/* float: left; */
	/* margin-left: 12px; */
	/* text-decoration: none; */
	border: 0;
	background-color: transparent !important;
	text-shadow: 2px 1px 1px rgba(0, 43, 86, 0.3);
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	/*font-family: Sans-serif;
    			font-size: 12px;
                min-width: 150px;
                cursor: pointer;
                border:1px solid rgba(61,104,149,1);
                background-color:rgba(103,155,212,1);
                margin: 0;
                color: #fff;
                padding: 2px 6px;
                border-radius: 5px;
                float:left;
                margin-left:12px;*/
}

.baseLayerDropdown li {
	list-style: none;
	font-family: verdana;
	font-size: 12px;
	color: rgba(61, 104, 149, 1);
	height: 14px;
	padding: 0px 8px 4px;
}

.baseLayerDropdown li.liSelected {
	color: rgb(20, 58, 98);
	background-color: rgb(211, 225, 240);
}

.baseLayerDropdown li#none {
	pointer-events: none;
	color: rgb(227, 237, 248);
	background-color: rgb(109, 146, 185);
}

.baseLayerButtons li:nth-of-type(1)::after {
	content: "\25bc";
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	width: 12px;
	height: 12px;
	padding: 0px 6px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-weight: bold;
}

.baseLayerDropdown li:nth-of-type(1), .baseLayerDropdown:hover li {
	display: block;
}

.baseLayerDropdown li:hover {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(61, 104, 149, 1);
	cursor: pointer;
}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited,
	.goog-logo-link:hover, .goog-logo-link:active {
	font-weight: 400 !important;
	color: #5FA2E4 !important;
}

.goog-te-gadget {
	color: #5FA2E4 !important;
}

.goog-te-combo {
	border-width: 0;
	border-radius: 0;
	border-image: none;
	height: 40px !important;
	width: 160px;
	padding: 0;
	background-color: #0b375e;
	color: #d9efff;
	font-size: 16px !important;
	margin-bottom: 8px;
}

.protocol_specific_filter_panel {
	padding: 10px 0px 10px 0px;
}

/* google translate stuff */
body > .skiptranslate > iframe.skiptranslate {
	z-index: -100000;
/*  display: none !important;
  visibility: hidden !important;
*/
}

.goog-te-gadget .goog-te-gadget-simple a {
	color: #ffffff;
}

/* hide google translate original text dialog */
#goog-gt-tt {
    display: none !important;
}

.google-translate-info-icon {
	position: relative;
	width: 17px;
	top:1px;
	-webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
	filter: invert(100%);
}

@media (max-width: 500px) {
	#\:0\.targetLanguage span {
		display: none;
	}
	.google-translate-info-icon {
		display: none;
	}
	#langSwitchPanel.adat {
		right: -15px;
	}
}

.google-translate-info-btn {
	border-radius: 50%;
	width: 19px;
	height: 19px;
	vertical-align: middle;
}
.google-translate-info-btn:hover {
	background-color: #fff;
}
.google-translate-info-btn:hover .google-translate-info-icon {
	-webkit-filter: unset;
	filter: unset;
}