@CHARSET "ISO-8859-1";

html, body, #Map {
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Sans-serif;
	font-size: 12px;
	overflow: hidden;
}

#Map {
	/*top: 105px;
	height: calc(100% - 105px);*/
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.goog-te-banner-frame.skiptranslate {
	display: none !important;
}

body {
	top: 0px !important;
}

/*blocking selection on all elements besides input box*/
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video, article,
	aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
	section, ins, del, form, select, button, option, optgroup, hr, br {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

br {
	clear: both;
}

.map_type_selector {
	/*color: #004C98;
	font-weight: 400;
    padding: 0;
    border-radius: 0;*/
	
}

#PanZoomBarContainer {
	position: absolute;
	z-index: 1000;
	top: 130px;
	right: 68px;
}

/****************************************/
/* VISUALIZATION TIME RANGE ANIMATION   */
/****************************************/
#AnimationSliderPanel {
	background-color: #3a5f93;
	bottom: 18px;
	display: none;
	left: 155px;
	opacity: 0.9;
	position: absolute;
	width: 300px;
	z-index: 10000;
	border: 3px solid #6296cf;
	color: #ffffff;
	/* with animation */
	padding: 0em 1.3em 0.5em 3em;
	/* without animation button */
	/*padding: 0em 1.3em 0.5em 0.5em;*/
}

#AnimationPlayButton {
	left: 4px;
	position: absolute;
	top: 10px;
	width: 30px;
	z-index: 1000;
}

#LayerPane {
	width: 100%;
}

#Filter_TimeRange_Panel {
	font-size: 5pt;
	text-align: center;
	z-index: 5000;
	padding: 1px 20px 8px;
	width: auto;
	position: relative;
	/*
    background-color: #ffffff;
    border: 2px solid #6296CF;
    border-top: 0;
    left: 63px;
    line-height: 5px;
    opacity: 0.9;
    padding: 7px 11px 6px 7px;
    position: absolute;
    top: 27px;
    -moz-box-shadow: 2px 2px 2px #222222;
	-webkit-box-shadow: 2px 2px 2px #222222;
	box-shadow: 2px 2px 2px #222222;
	min-width:92px;
	*/
}

#Filter_TimeRange_Panel>input {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	padding: 0 4px;
	width: 80px;
	text-align: center;
	font-weight: 600;
	vertical-align: top;
}

.TimeRangeMessage {
	display: none;
	position: relative;
	padding: 7px 5%;
	color: #4f84ce;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.vis-timeline-wrapper {
	width: 100%;
	height: auto;
	min-height: 20px;
	position: absolute;
	bottom: -116px;
	left: 0;
	/*overflow: hidden;*/
	z-index: 100;
}

.vis-timeline-row, .vis-timeline-upper-row {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 97%;
	height: 100%;
}

.vis-timeline-row {
	width: auto;
	height: 70px;
	background-color: rgb(10, 45, 77);
	border-top: 1px solid #689acf;
	border-bottom: 1px solid #689acf;
	position: relative;
	white-space: nowrap;
}

.vis-timeline-upper-row {
	margin: 0;
	padding: 0 9% 0 3%;
	height: 44px;
	background-color: rgb(10, 45, 77);
	width: 88%;
}

.vis-timeline-dates-wrapper {
	position: absolute;
	top: 0;
	left: 5%;
	background-color: #386ca0;
	padding: 0 8px;
	border-radius: 8px 8px 0 0;
	white-space: nowrap;
}

.vis-timeline-step-container {
	height: 39px;
	position: relative;
	overflow: hidden;
	/*width: 64px;*/
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}

.timeline-step-left, .timeline-step-right, .tl-crosshairs {
	height: 100%;
	width: 18px;
	color: #fff;
	display: inline-block;
	text-align: center;
	position: relative;
	cursor: pointer;
}

#tl-current-display-wrapper .timeline-step-left,
	#tl-current-display-wrapper .timeline-step-right {
	width: 23px;
}

#tl-current-display-wrapper .timeline-step-left {
	border-right: 1px solid rgba(255, 255, 255, .2);
}

#tl-current-display-wrapper .timeline-step-right {
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.tl-crosshairs {
	width: 22px;
	height: auto;
	vertical-align: top;
	margin: 4px 6px 0 0;
}

.tl-crosshairs i {
	font-size: 20px;
	color: #b0deff;
}

.step-icon-container {
	top: 6px;
	position: absolute;
	left: 4px;
}

.step-icon-container i {
	font-size: 30px;
	color: #76bbec;
}

#tl-current-display-wrapper .step-icon-container {
	top: -3px;
}

#tl-current-display-wrapper .timeline-step-left .step-icon-container {
	left: 5px;
}

#tl-current-display-wrapper .timeline-step-right .step-icon-container {
	left: 7px;
}

#tl-current-display-wrapper .step-icon-container i {
	font-size: 32px;
}

.timeline-dates-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
}

.timeline-from, .timeline-to, .timeline-current {
	display: inline-block;
	vertical-align: top;
	margin: 9px 0 0 0;
}

.timeline-current {
	margin: 2px 0 0 0;
}

.timeline-from input, .timeline-to input, .timeline-current input {
	width: 84px;
	border: none;
	padding: 3px;
	font-size: 14px;
	text-align: center;
	margin-top: 0;
	color: #fff;
	background-color: unset;
	cursor: pointer;
}

.timeline-current input {
	font-size: 18px;
	width: 115px;
	padding: 1px 0 0 0;
}

.timeline-to-text {
	display: inline-block;
	margin: 3px 8px 0 8px;
	vertical-align: middle;
	color: #76bbec;
}

.timeline-timeframe {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	/*margin-left: 24px;*/
}

select.timeline-select {
	border-width: 0;
	border-radius: 0;
	border-image: none;
	height: 27px !important;
	width: 139px;
	padding: 0;
	background-color: #376ca0;
	font-size: 14px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #fff;
	cursor: pointer;
}

.timeline-markers-wrapper {
	position: relative;
	height: 70px;
	background-color: #fff;
	/*width: calc(100% - 60px);*/
	width: 100%;
	display: inline-block;
	vertical-align: top;
	/*margin-left: -4px;*/
	overflow-x: scroll;
	overflow-y: hidden;
	background-color: rgb(10, 45, 77);
}

.tl-year, .tl-buffer {
	position: relative;
	height: 70px;
	/* background-color: #7fffd4; */
	/* width: auto; */
	display: inline-block;
	vertical-align: bottom;
	margin-left: -1px;
}

.tl-month {
	position: relative;
	background-color: #fff;
	height: 70px;
	display: inline-block;
	white-space: nowrap;
	border-left: 1px solid #000;
	margin-left: -1px;
}

.tl-month:first-child {
	margin-left: 0;
	border-left: 1px solid #000 !important;
}

div.timeline-markers-wrapper.tl-year-view .tl-month.tl-d28, div.timeline-markers-wrapper.tl-year-view .tl-month.tl-d29,
	div.timeline-markers-wrapper.tl-year-view .tl-month.tl-d30, div.timeline-markers-wrapper.tl-year-view .tl-month.tl-d31
	{
	min-width: 7px;
	border-left: 1px dotted #000;
}

.tl-day {
	position: relative;
	display: inline-block;
	background-color: #fff;
	height: 70px;
	width: 6px;
	border-right: 1px solid #dedddd;
	/*margin-left: -4.45px;*/
}

.tl-day:first-child {
	margin-left: 0;
}

.tl-day:last-child {
	border-right: none;
}

.timeline-marker {
	position: absolute;
	border-left: 1px solid rgba(0, 0, 0, 1);
	bottom: 0;
}

.tl-buffer {
	width: 80px;
	border-left: 1px solid #000;
	/*margin-left: -4px;*/
	background-color: #d0e2f5;
}

.timeline-marker.tl-major {
	height: 100%;
	left: 5%;
}

.timeline-marker.tl-regular {
	height: 70%;
	left: 6%;
}

.timeline-marker.tl-minor {
	height: 40%;
	left: 7%;
}

.timeline-marker.tl-active {
	left: calc(7% - 3px);
	border-left: 4px solid rgba(0, 191, 6, 0.4);
	border-right: 3px solid rgba(0, 191, 6, 0.6);
}
/*.timeline-play-wrapper {
    position: relative;
    width: 40px;
    height: 42px;
    padding: 10px;
    border-top: 1px solid #689acf;
    background-color: rgb(10, 45, 77);
    display: inline-block;
    vertical-align: top;
}*/
.timeline-play-wrapper {
	position: relative;
	padding: 6px 8px 3px 8px;
	display: inline-block;
	border-radius: 6px;
	margin: 2px 0 0;
	vertical-align: middle;
	cursor: pointer;
}

.timeline-record-wrapper {
	position: relative;
	border: none;
	display: inline-block;
	padding: 0 6px;
	font-size: 24px;
	border-radius: 0;
	margin: 0px 10px;
	vertical-align: middle;
	cursor: pointer;
}

.timeline-play, .timeline-record {
	position: relative;
	text-align: center;
	/*margin-top: 4px;*/
}

.timeline-record {
	margin-top: -5px;
	opacity: 1;
	margin-left: 0;
}

.timeline-record span {
	font-size: 12px;
	color: #8dbdec;
}

.timeline-record.isRecording span {
	color: #fff;
}
/*.timeline-play i {
    font-size: 32px;
    color: #fff;
}*/
.timeline-play i {
	font-size: 17px;
	color: #fff;
}

.timeline-record i {
	font-size: 12px;
	color: #1f96ea;
}

.timeline-record.isRecording i {
	color: #ea1f1f;
}

.timeline-icons-wrapper, .timeline-icons-close {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 4px 0px 0 14px;
}

.timeline-icons-wrapper {
	margin: 0px 0px 0 14px;
	height: 44px;
}

.timeline-icons {
	display: inline-block;
	vertical-align: middle;
	/*margin: 8px 10px;*/
	cursor: pointer;
}

.record-by-wrapper {
	display: inline-block;
}

.record-by-wrapper span {
	font-size: 12px;
	color: #8dbdec;
	margin-right: 6px;
}

.vertical-spacer {
	position: relative;
	border-left: 2px solid #376ca0;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 0 0 12px;
}

.timeline-icons i {
	font-size: 28px;
	color: #519cd2;
}

.timeline.tl-repeat  i {
	color: #fff;
	background-color: #376ca0;
}

.timeline-icons.tl-repeat i {
	color: #fff;
	background-color: #376ca0;
	border-radius: 4px;
}

.timeline-icons#tl-create-btn {
	margin: 0 20px 8px 0;
	/*vertical-align: top;*/
}

.timeline-icons#tl-create-btn i {
	padding: 10px 8px 6px;
	font-size: 20px;
	border-radius: 0 0 4px 4px;
}

.timeline-icons#tl-download-btn {
	vertical-align: top;
	margin: 8px 0 4px 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	width: 0;
}

.timeline-icons-close {
	position: absolute;
	display: block;
	margin: 0;
	top: 9px;
	right: 3%;
}

.tl-active-span {
	position: absolute;
	left: 74px;
	bottom: 0px;
	height: 70px;
	width: 165px;
	/*background-color: rgba(0, 128, 63, .2);*/
	background: rgba(0, 128, 63, .2);
	border: none;
	cursor: -webkit-grab;
	cursor: grab;
}

.tl-active-date-marker {
	/*position: absolute;
    height: auto;
    width: 86px;
    bottom: 15px;
    color: #fff;*/
	position: absolute;
	height: 100%;
	width: 28px;
	top: 0;
	max-height: 60px;
}

.tl-active-date-marker#tl-start-marker {
	left: 31px;
}

.tl-active-date-marker#tl-end-marker {
	left: 193px;
}

.tl-active-date-marker#tl-end-marker, .tl-active-date-marker#tl-start-marker,
	.tl-active-date-marker#tl-current-marker {
	pointer-events: none;
}

.tl-active-date-marker .tl-arrow-marker {
	position: relative;
	overflow: hidden;
	height: 100%;
	opacity: 0;
}

#tl-current-marker .tl-arrow-marker {
	height: 55px;
}

.tl-arrow-marker i.fa.fa-caret-left, .tl-arrow-marker i.fa.fa-caret-right
	{
	font-size: 28px;
	color: #00803f !important;
	position: absolute;
	bottom: 0;
}

#tl-current-marker .tl-arrow-marker i.fa.fa-caret-left,
	#tl-current-marker .tl-arrow-marker i.fa.fa-caret-right {
	color: rgb(50, 138, 202) !important;
	bottom: auto;
	top: -12px;
}

.tl-arrow-marker i.fa.fa-caret-left {
	margin-left: 1px;
}

.timeline-markers-wrapper.tl-month-view .tl-arrow-marker i.fa.fa-caret-left,
	.timeline-markers-wrapper.tl-season-view .tl-arrow-marker i.fa.fa-caret-left,
	.timeline-markers-wrapper.tl-year-view .tl-arrow-marker i.fa.fa-caret-left
	{
	margin-left: 1px;
}

.tl-arrow-marker i.fa.fa-caret-right {
	margin-left: 17px;
}

.timeline-markers-wrapper.tl-month-view .tl-arrow-marker i.fa.fa-caret-right,
	.timeline-markers-wrapper.tl-season-view .tl-arrow-marker i.fa.fa-caret-right,
	.timeline-markers-wrapper.tl-year-view .tl-arrow-marker i.fa.fa-caret-right
	{
	margin-left: 15px;
}

.timeline-markers-wrapper.tl-month-view #tl-start-marker i.fa.fa-caret-right,
	.timeline-markers-wrapper.tl-month-view #tl-end-marker i.fa.fa-caret-left,
	.timeline-markers-wrapper.tl-year-view #tl-start-marker i.fa.fa-caret-right,
	.timeline-markers-wrapper.tl-year-view #tl-end-marker i.fa.fa-caret-left
	{
	display: none;
}

.recording-loop {
	position: absolute;
	display: none;
	top: 2px;
	left: 6px;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 6px 6px 0 0;
	padding-top: 2px;
	opacity: 1;
}

.recording-loop img {
	opacity: .5;
}

.isRecording#tl-current-marker .recording-loop {
	display: block;
}

.tl-vertical-marker {
	height: 70px;
	width: 3px;
	background-color: rgba(0, 128, 63, .8);
	left: 50%;
	position: absolute;
	bottom: 3px;
	pointer-events: none;
}

.tl-date {
	/*padding: 3px 0 3px;
    text-align: center;
    border-radius: 5px;
    background-color: #00803f;*/
	position: absolute;
	pointer-events: none;
	opacity: 0;
}

.tl-date span {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

#tl-current-marker .tl-date {
	background-color: rgb(45, 122, 179) !important;
	border-radius: 4px;
	left: -21px;
	bottom: 16px;
	padding: 0px 3px 1px;
	color: rgb(225, 243, 255);
	opacity: 0;
}

.tl-date.showmarkerdate {
	background-color: rgb(213, 214, 213) !important;
	border-right: 1px solid rgb(208, 208, 208);
	border-radius: 5px 5px 0 0;
	left: -21px;
	bottom: 0px;
	padding: 0px 3px;
	color: #6f6f6f;
}

#tl-start-marker .tl-date.showmarkerdate.left-justify {
	left: -45px;
}

#tl-end-marker .tl-date.showmarkerdate.right-justify {
	left: 9px;
}

.tl-month-title {
	position: absolute;
	top: 0px;
	left: 4px;
	line-height: 32px;
	pointer-events: none;
}

.tl-active-date-marker.ui-widget-content {
	border: none;
	background: none;
	cursor: -webkit-grab;
	cursor: grab;
}

span.tl-month-text {
	font-size: 20px;
	color: rgba(87, 92, 101, .4);
	font-weight: bold;
}

span.tl-year-text {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: rgba(88, 105, 128, 0.87);
	font-weight: bold;
	vertical-align: top;
	line-height: 26px;
	/*margin-left: -4px;*/
}

.tl-day.isdisabled {
	background-color: #eee !important;
	border-right: 1px solid #e6e6e6;
}

.tl-day.isstartdate, .tl-day.isenddate {
	background-color: rgb(104, 179, 141) !important;
	border-right: 1px solid rgb(36, 138, 86);
	/*border-left: 1px solid rgb(36, 138, 86);*/
	width: 6px;
}

.tl-day.iscurrentdate, .tl-day.isstartdate.iscurrentdate.israngeoff,
	.tl-day.isenddate.iscurrentdate.israngeoff {
	background-color: rgb(75, 180, 255) !important;
	border-right: 1px solid rgb(50, 138, 202);
	width: 6px;
}

.tl-day.isenddate.iscurrentdate, .tl-day.isstartdate.iscurrentdate {
	background-color: rgb(75, 255, 247) !important;
	border-right: 1px solid rgb(2, 171, 163);
}

.tl-day.isstartdate.israngeoff, .tl-day.isenddate.israngeoff {
	background-color: rgb(213, 214, 213) !important;
	border-right: 1px solid rgb(208, 208, 208);
}

div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-day.isstartdate.israngeoff,
	div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-day.isenddate.israngeoff
	{
	background-color: rgb(165, 165, 165) !important;
}

div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-day.isstartdate.israngeoff.iscurrentdate,
	div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-day.isenddate.israngeoff.iscurrentdate
	{
	background-color: #0093ff !important;
	border-right: none;
}

.tl-day-marker {
	display: none;
}

div.timeline-markers-wrapper.tl-month-view .tl-month.isstartmonth .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view .tl-month.isendmonth .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view .tl-month.iswithinrange .tl-day-marker
	{
	position: absolute;
	width: 1px;
	height: 70px;
	left: 0px;
	background-color: rgb(104, 179, 141) !important;
	display: block;
}

div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.isstartmonth .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.isendmonth .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.iswithinrange .tl-day-marker
	{
	background-color: rgb(136, 136, 136) !important;
}

div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.isstartmonth.isrecording .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.isendmonth.isrecording .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.iswithinrange.isrecording .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view .tl-month.isstartmonth.isrecording .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view .tl-month.isendmonth.isrecording .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view .tl-month.iswithinrange.isrecording .tl-day-marker
	{
	background-color: rgb(125, 0, 0) !important;
}

div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.isstartmonth.isrecorded .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.isendmonth.isrecorded .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.iswithinrange.isrecorded .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view .tl-month.isstartmonth.isrecorded .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view .tl-month.isendmonth.isrecorded .tl-day-marker,
	div.timeline-markers-wrapper.tl-month-view .tl-month.iswithinrange.isrecorded .tl-day-marker
	{
	background-color: rgb(183, 98, 26) !important;
}

.tl-months-container .tl-month:last-child .tl-day.isLastDay {
	border-right: 0;
	width: 7px;
}

.tl-active-span.israngeoff#tl-span {
	background: rgba(156, 156, 156, 0.2);
	pointer-events: none;
}

div.timeline-markers-wrapper.tl-month-view .tl-active-span#tl-span, div.timeline-markers-wrapper.tl-month-view .tl-active-span.israngeoff#tl-span,
	div.timeline-markers-wrapper.tl-year-view .tl-active-span#tl-span, div.timeline-markers-wrapper.tl-year-view .tl-active-span.israngeoff#tl-span
	{
	background: rgba(156, 156, 156, 0);
}

.tl-day.isstartdate.israngeoff.isrecorded, .tl-day.isenddate.israngeoff.isrecorded,
	.tl-day.isrecorded {
	background-color: rgb(183, 98, 26) !important;
	border-right: 1px solid rgb(245, 159, 86);
}

.tl-day.isstartdate.israngeoff.isrecording, .tl-day.isenddate.israngeoff.isrecording,
	.tl-day.isrecording {
	background-color: rgb(125, 0, 0) !important;
	border-right: 1px solid rgb(245, 159, 86);
}

div.timeline-markers-wrapper.tl-month-view .tl-day.isstartdate.israngeoff.isrecorded,
	div.timeline-markers-wrapper.tl-month-view .tl-day.isenddate.israngeoff.isrecorded,
	div.timeline-markers-wrapper.tl-month-view .tl-day.isrecorded, div.timeline-markers-wrapper.tl-month-view .tl-day.isstartdate.israngeoff.isrecording,
	div.timeline-markers-wrapper.tl-month-view .tl-day.isenddate.israngeoff.isrecording,
	div.timeline-markers-wrapper.tl-month-view .tl-day.isrecording {
	border-right: none;
}

.isRecording#tl-current-marker .tl-date {
	background-color: rgb(125, 0, 0) !important;
}

.vis-timeline-step-container#tl-current-display-wrapper {
	margin-left: 3%;
	margin-top: 2px;
	height: 27px;
	background-color: #376ca0;
	border-radius: 4px;
}

.tl-month.tl-d28 {
	min-width: 28px;
}

.tl-month.tl-d29 {
	min-width: 29px;
}

.tl-month.tl-d30 {
	min-width: 30px;
}

.tl-month.tl-d31 {
	min-width: 31px;
}

div.timeline-markers-wrapper.tl-month-view .tl-day {
	width: 1px;
	border-right: none;
	display: none;
}

div.timeline-markers-wrapper.tl-month-view .tl-month.isstartmonth, div.timeline-markers-wrapper.tl-month-view .tl-month.isendmonth,
	div.timeline-markers-wrapper.tl-month-view .tl-month.iswithinrange {
	background-color: rgb(195, 234, 215);
}

div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.isstartmonth,
	div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.isendmonth,
	div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.iswithinrange
	{
	background-color: rgb(232, 232, 232);
}

div.timeline-markers-wrapper.tl-month-view .tl-month.isstartmonth .tl-day,
	div.timeline-markers-wrapper.tl-month-view .tl-month.isendmonth .tl-day,
	div.timeline-markers-wrapper.tl-month-view .tl-month.iswithinrange .tl-day
	{
	background-color: rgba(0, 128, 63, .2);
}

div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.isstartmonth .tl-day,
	div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.isendmonth .tl-day,
	div.timeline-markers-wrapper.tl-month-view.israngeoff .tl-month.iswithinrange .tl-day
	{
	background-color: rgba(156, 156, 156, 0.2);
}

div.timeline-markers-wrapper.tl-month-view .tl-month.isstartmonth.isrecorded .tl-day,
	div.timeline-markers-wrapper.tl-month-view .tl-month.isendmonth.isrecorded .tl-day,
	div.timeline-markers-wrapper.tl-month-view .tl-month.iswithinrange.isrecorded .tl-day
	{
	background-color: rgba(245, 159, 86, .2);
}

div.timeline-markers-wrapper.tl-month-view .tl-month.isstartmonth.isrecording .tl-day,
	div.timeline-markers-wrapper.tl-month-view .tl-month.isendmonth.isrecording .tl-day,
	div.timeline-markers-wrapper.tl-month-view .tl-month.iswithinrange.isrecording .tl-day
	{
	background-color: rgba(245, 159, 86, .5);
}

div.timeline-markers-wrapper.tl-month-view span.tl-month-text {
	font-size: 10px;
	line-height: 54px;
}

div.timeline-markers-wrapper.tl-month-view span.tl-year-text {
	display: none;
}

div.timeline-markers-wrapper.tl-month-view .tl-active-span {
	height: 50px;
	background: rgba(0, 128, 63, 0);
}

div.timeline-markers-wrapper.tl-year-view .tl-day {
	display: none;
}

.timeline-markers-wrapper.tl-year-view .tl-year.isstartyear .tl-month,
	.timeline-markers-wrapper.tl-year-view .tl-year.isendyear .tl-month,
	.timeline-markers-wrapper.tl-year-view .tl-year.israngeyear .tl-month {
	background-color: rgb(206, 226, 216);
}

.timeline-markers-wrapper.tl-year-view .tl-year.isstartyear .tl-month.isstartmonth,
	.timeline-markers-wrapper.tl-year-view .tl-year.isendyear .tl-month.isendmonth,
	.timeline-markers-wrapper.tl-year-view .tl-year.israngeyear .tl-month.israngemonth
	{
	background-color: rgb(104, 179, 141);
}

.timeline-markers-wrapper.tl-day-view .tl-year.notPopulated {
	width: 2556px;
}

.timeline-markers-wrapper.tl-day-view .tl-year.tl-leap.notPopulated {
	width: 2563px;
}

.timeline-markers-wrapper.tl-day-view .tl-year.last-year.ispartial {
	width: auto;
}

.timeline-markers-wrapper.tl-year-view.isrecording .israngeyear .tl-month
	{
	background-color: rgb(253, 226, 204);
}

.timeline-markers-wrapper.tl-year-view.isrecording .israngeyear .tl-month.israngemonth
	{
	background-color: rgb(232, 147, 75);
}

.timeline-markers-wrapper.tl-year-view.isrecording .israngeyear .tl-month.israngemonth.isrecording
	{
	background-color: rgb(125, 0, 0);
}

.timeline-markers-wrapper.tl-year-view.isrecording .israngeyear .tl-month.israngemonth.isrecorded
	{
	background-color: rgb(232, 147, 75);
}

.timeline-markers-wrapper.tl-year-view.isplaying .israngeyear .tl-month,
	.timeline-markers-wrapper.tl-year-view.israngeoff .israngeyear .tl-month
	{
	background-color: rgb(230, 230, 230);
}

.timeline-markers-wrapper.tl-year-view.isplaying .israngeyear .tl-month.israngemonth,
	.timeline-markers-wrapper.tl-year-view.israngeoff .israngeyear .tl-month.israngemonth
	{
	background-color: rgb(189, 189, 189);
}

.timeline-markers-wrapper.tl-year-view.isplaying .israngeyear .tl-month.israngemonth.isplaying
	{
	background-color: rgb(87, 129, 181);
}

.timeline-markers-wrapper.tl-year-view.isplaying .israngeyear .tl-month.israngemonth.isplayed
	{
	background-color: rgb(121, 159, 206);
}

div.timeline-markers-wrapper.tl-year-view span.tl-month-text {
	display: none;
}

div.timeline-markers-wrapper.tl-year-view span.tl-year-text {
	display: none;
}

.tl-year-title {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 2px);
	background-color: rgba(96, 149, 202, 0.9);
	text-align: center;
	color: #fff;
	padding: 1px 0;
	display: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

div.timeline-markers-wrapper.tl-month-view .tl-year-title, div.timeline-markers-wrapper.tl-year-view div.tl-year-title
	{
	display: block;
}

div#tl-create-btn img {
	width: auto;
	height: 20px;
	padding: 4px;
}

.timeline-icons.tl-repeat i, .timeline-icons.tl-hilight i,
	.timeline-icons.tl-hilight img {
	color: #fff;
	background-color: #376ca0;
	border-radius: 4px;
}

div.timeline-icons#tl-timeline-btn {
	margin: 0;
	width: auto;
	cursor: pointer;
	vertical-align: unset;
}

div.timeline-icons#tl-timeline-btn i {
	font-size: 22px;
	margin: 0 0 0 14px;
	color: #73b3e0;
}

div.timeline-icons.isopen#tl-timeline-btn i {
	color: #fff;
}

div.timeline-icons#tl-timeline-btn #rec-date-range {
	color: #9dd5fd;
	font-size: 12px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	vertical-align: top;
	width: 67px;
	white-space: normal;
	text-align: left;
	line-height: 13px;
	margin-left: 10px;
	display: none;
}

div#ui-datepicker-div.is-timeline-picker {
	transform: unset !important;
	left: 2% !important;
}

#Map_BaseLayers_Dropbox {
	font-size: 9pt;
	position: relative;
	top: -2px;
	margin-left: 20px;
}

#MapPolygonDrawerHelp {
	position: relative;
	font-size: 7pt;
}

.top_blue_bar {
	left: 0px;
	position: absolute;
	padding: 0.5em 0.5em 0.5em 0.5em;
	color: #214975;
	top: 74px;
	width: 100%;
	z-index: 1000;
	opacity: 0.9;
	height: 15px;
	/*background-color: #6297CF;
	-moz-box-shadow: 2px 2px 2px #222222;
	-webkit-box-shadow: 2px 2px 2px #222222;
	box-shadow: 2px 2px 2px #222222;*/
	/*
    background: -moz-linear-gradient(top, #7BA2BF, #005fbf);
    background: -webkit-gradient(linear, left top, left bottom, from(#7BA2BF), to(#005fbf));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
                startColorstr=#7BA2BF, endColorstr=#005fbf, GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.Gradient(
               StartColorStr='#7BA2BF', EndColorStr='#005fbf', GradientType=0);
	*/
}

.upper_right_buttons {
	/*float: right;*/
	/*margin-right: 6px;*/
	position: relative;
	/*right: 25px;*/
	width: 20px;
	height: 19px;
	/*top: -2px;*/
}

#LegendPanelPullTab {
	position: absolute;
	bottom: 0;
	height: auto;
	border-radius: 8px 8px 0 0;
	width: auto;
	overflow: hidden;
	display: table;
	white-space: nowrap;
	background-color: rgba(0, 33, 60, .8);
	padding: 6px 20px 8px;
	float: right;
	right: 0;
	cursor: pointer;
	display:none;
}

#LegendPanel {
	position: absolute;
	width: 100%;
	right: 0;
	left: auto;
	border: 0;
	border-top: 3px solid #6296cf;
	bottom: -8px;
	/* to hide the last blue line */
	opacity: 0.95;
	/*overflow-x: hidden;
    overflow-y: scroll;*/
	background-color: #ffffff;
	-moz-box-shadow: 2px 2px 2px #222222;
	-webkit-box-shadow: 2px 2px 2px #222222;
	box-shadow: 2px 2px 2px #222222;
	display: block;
	height: 0;
	z-index: 100;
}

#lp-visible {
	display: block;
	z-index: 1002;
}

#lp-open {
	height: calc(100% - 200px);
}

#SummaryLegendPanelPullTab {
	position: absolute;
	bottom: -3px;
	right: 370px;
	opacity: 0.95;
	z-index: 1200;
}

#LegendContent {
	position: relative;
	height: calc(100% - 50px);
	overflow-y: scroll;
}

#SummaryLegendPanel {
	position: absolute;
	border: 3px solid #6296cf;
	bottom: -8px;
	/* to hide the last blue line */
	right: 10px;
	width: 650px;
	opacity: 0.95;
	z-index: 1000;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #ffffff;
	-moz-box-shadow: 2px 2px 2px #222222;
	-webkit-box-shadow: 2px 2px 2px #222222;
	box-shadow: 2px 2px 2px #222222;
	display:none;
}

#Science_LegendPanelPullTab {
	position: absolute;
	z-index: 1250;
	top: 105px;
	/*left: 828px;*/
	right: 78px;
	opacity: 1;
	display:none;
}

#Science_LegendPanel {
	position: absolute;
	border: 3px solid #6296cf;
	top: 105px;
	/* to hide the last blue line */
	/*left: 830px;*/
	right: 82px;
	width: auto;
	padding: 12px;
	opacity: 0.95;
	z-index: 1249;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #ffffff;
	-moz-box-shadow: 2px 2px 2px #222222;
	-webkit-box-shadow: 2px 2px 2px #222222;
	box-shadow: 2px 2px 2px #222222;
	display:none;
}

.close-icon {
	float: right;
	border-style: none;
}

.NewLayerPanel {
	display: none;
	position: absolute;
	border: 3px solid #5eb4e3;
	top: 200px;
	left: 400px;
	opacity: 0.95;
	z-index: 1001;
	background-color: white;
	padding: 0.5em 0.5em 0.5em 0.5em;
	-moz-box-shadow: 2px 2px 2px #222222;
	-webkit-box-shadow: 2px 2px 2px #222222;
	box-shadow: 2px 2px 2px #222222;
}

#MultiSitesPlotsPanel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 450px;
	z-index: 1002;
	background-color: white;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#SiteCountPanel {
	color: #fff;
	font-size: 12px;
}

#ManagerPanel {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 315px;
	height: 300px;
	opacity: 0.95;
	z-index: 1000;
	background: #ffffff;
	-moz-box-shadow: 2px 2px 2px #222222;
	-webkit-box-shadow: 2px 2px 2px #222222;
	box-shadow: 2px 2px 2px #222222;
}

.ManagerPanelHeader {
	background-color: #6296CF;
	width: 100%;
	height: 15px;
	padding: 10px 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	background-color: #6296cf;
	background: -moz-linear-gradient(right, #6296cf, #005fbf);
	background: -webkit-gradient(linear, right, left, from(#6296cf),
		to(#005fbf));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(
 startColorstr=#6296cf, endColorstr=#005fbf, GradientType=1)";
	filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#6296cf',
		EndColorStr='#005fbf', GradientType=0);
}

.ManagerPanelContent {
	height: 88%;
	overflow: scroll;
	overflow-x: hidden;
}

#MapCoordinatesGridToggle {
	position: relative;
	top: 6px;
	font-size: 9pt;
	padding: 0px 0px 10px 0px;
}

#FilterPanel {
	position: absolute;
	top: 100px;
	right: -300px;
	width: 300px;
	z-index: 1000;
	background-color: #6296cf;
	-moz-box-shadow: 2px 2px 2px #222222;
	-webkit-box-shadow: 2px 2px 2px #222222;
	box-shadow: 2px 2px 2px #222222;
}

#ManagerAccordion .ui-accordion-content {
	margin-top: 0px;
	/* for some reason chrome had a blue border */
}

#MapLocation {
	position: relative;
	width: 85%;
    margin: 6px auto 10px;
    background-color: #e6ebef;
    padding: 4px 0 4px 10px;
    font-size: 16px;
}

#SlidingAnimationValue {
	display: none;
	bottom: 100px;
	position: absolute;
	left: 10px;
	z-index: 1000;
	background-color: #D4E6F7;
	border: 2px solid #7FBDFF;
	color: #005FBF;
	padding: 2px;
}

#debugMsg {
	position: absolute;
	bottom: 1em;
	left: 1em;
	z-index: 500;
}

#constructedQuery {
	position: absolute;
	bottom: 3em;
	left: 1em;
	z-index: 500;
}

.scroller {
	list-style: none outside none;
	padding: 0;
}

.multisitescroller {
	list-style: none outside none;
	padding: 0;
	width: 100%;
}

.multiSiteScrollerMessage {
	font-size: 12px;
}

.scroller li {
	background: none repeat scroll 0 0 white;
	/*
    border-color: #6296CF -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 2px medium medium;
    */
	color: #005FBF;
	font-size: 11px;
	overflow: hidden;
	padding: 8px 0.5em;
	width: 98%;
	position: relative;
	left: -15px;
	padding-left: 15px;
}

.multisitescroller li {
	background: none repeat scroll 0 0 white;
	border-color: #6296CF -moz-use-text-color -moz-use-text-color;
	border-style: solid none none;
	border-width: 2px medium medium;
	color: #005FBF;
	font-size: 11px;
	overflow: hidden;
	padding: 0.5em;
	width: 100%;
	position: relative;
}

.multisitescroller img {
	float: right;
	width: 20px;
}

span.deleteicon {
	position: relative;
}

span.deleteicon span {
	position: absolute;
	/* display: block; */
	top: -6px;
	right: 6px;
	width: 28px;
	height: 28px;
	background: rgba(0, 0, 0, 0) url(/GLOBE/images/close-circle.png);
	cursor: pointer;
}

span.deleteicon input {
	/*padding-right: 16px;*/
	padding: 10px;
}

.circle {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: #ff0000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.filterline {
	background: none repeat scroll 0 0 #c3dbf5;
	height: 2px;
	width: 100%;
	left: 0px;
	position: absolute;
	overflow: hidden;
}

.filterline_wrapper {
	height: 2px;
	overflow: hidden;
	left: -32px;
	padding: 5px 0px;
}

.panel_subitems {
	font-weight: bold;
	/*left: -15px;*/
	position: relative;
	height: 30px;
}

.panel_subitems_arrows {
	cursor: pointer;
	float: left;
	/*left: -22px;*/
	position: relative;
	top: 1px;
}

.LayerCheckBox {
	/*float: left;*/
	font-size: 16px;
	margin-top: 5px;
}

.Panel_Peek {
	color: #005fbf;
	text-decoration: none;
	font-size: 11pt;
}

.Add_Button {
	color: green;
	float: right;
	font-size: 11px;
	font-weight: bold;
	right: -5px;
	position: relative;
	text-decoration: none;
}

.override_accordion_header {
	background-color: #6296cf;
	background: -moz-linear-gradient(right, #6296cf, #005fbf);
	background: -webkit-gradient(linear, right, left, from(#6296cf),
		to(#005fbf));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(
 startColorstr=#6296cf, endColorstr=#005fbf, GradientType=1)";
	filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#6296cf',
		EndColorStr='#005fbf', GradientType=0);
}

.LayerMenuPanel {
	display: none;
	position: absolute;
	border: 3px solid #5eb4e3;
	top: 180px;
	left: 180px;
	z-index: 1101;
	background-color: white;
	padding: 0.5em 0.5em 0.5em 0.5em;
	-moz-box-shadow: 2px 2px 2px #222222;
	-webkit-box-shadow: 2px 2px 2px #222222;
	box-shadow: 2px 2px 2px #222222;
}

.LayerMenuPanel_item {
	text-decoration: none;
	color: black !important;
}

.LayerMenuPanel_item:hover {
	color: #005FBF;
}

#photocount {
	display: none;
	color: black;
	float: right;
	font-size: larger;
	font-weight: bold;
	position: relative;
	right: -40px;
}

#photoicon {
	display: none;
	float: right;
	position: relative;
	top: -25px;
	z-index: -1;
	opacity: 0.5;
}
#langSwitchPanel,
#langSwitchPanel.adat {
	/*position: absolute;
    right: 102px;
    top: 15px;
    z-index: 1000;
	position: relative;
	padding: 8px 0;
	border-top: 1px solid #689acf;
	border-bottom: 1px solid #689acf;
	padding: 0;*/
    position: absolute;
    display: block;
    right: 340px;
    border: none !important;
    top: 20px;
}
#langSwitchPanel.adat {
    right: 4%;
    top: 29px;
}
#google_translate_element {
	width: auto;
	display: inline-block;
	vertical-align: bottom;
	border: none !important;
}
#langSwitchPanel.adat #google_translate_element {
    padding: 0;
    margin-top: 3px;
}
.goog-te-gadget {
	position: relative;
	margin-left: 0;
}

.goog-te-gadget>div {
	position: relative;
	width: auto;
	display: block;
}
.goog-te-gadget .goog-te-combo {
    font-size: 12px !important;
    height: 28px !important;
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif;
    background-color: unset;
    width: auto;
    max-width: 70px;
	white-space: normal;
	line-height: 14px;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
.AllButtons {
	-moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff
		), color-stop(1, #378de5));
	background: -moz-linear-gradient(center top, #79bbff 5%, #378de5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff',
		endColorstr='#378de5');
	background-color: #79bbff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #84bbf3;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	/*text-shadow:1px 1px 0px #528ecc;*/
}

.AllButtons:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5
		), color-stop(1, #79bbff));
	background: -moz-linear-gradient(center top, #378de5 5%, #79bbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5',
		endColorstr='#79bbff');
	background-color: #378de5;
}

.AllButtons:active {
	position: relative;
	top: 1px;
}

#DataGraphsAndTablePane .AllButtons {
	font-size: 0.85em;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	padding: 0 2px;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
.soil_selection_container {
	display: inline-block;
	text-align: center;
	width: 30px;
	position: relative;
	left: 20px;
}

.soil_selection_container2 {
	display: inline-block;
	text-align: center;
	width: 47px;
	position: relative;
	left: 20px;
}

.soil_checkboxes {
	position: relative;
	font-size: 16px;
	left: -20px;
}

.soil_checkboxes2 {
	position: relative;
	font-size: 16px;
	left: -11px;
}

.soil_labels {
	position: relative;
}

#pagingPlaceHolder {
	width: 50%;
	margin: 0 auto;
	z-index: 200;
}

#prevPopupDetailArrow {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7.5px 13.0px 7.5px 0;
	border-color: transparent #aaaaaa transparent transparent;
	cursor: pointer;
}

#nextPopupDetailArrow {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7.5px 0 7.5px 13.0px;
	border-color: transparent transparent transparent #aaaaaa;
	cursor: pointer;
}

#DataDateRangeInfo {
	font-size: 11px;
}

#MyObservationControl {
	display: none;
	border-color: white;
	border-style: solid;
	border-width: 0 0 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 34px;
	left: -1px;
	line-height: 2.8;
	margin: 0;
	position: absolute;
	top: -35px;
	width: 100%;
	background: rgba(0, 0, 0, 0)
		linear-gradient(to right, rgba(96, 141, 187, 0.9) 50%,
		rgba(159, 195, 231, 0.9) 100%) repeat scroll 0 0;
	box-shadow: 2px 2px 2px rgba(34, 34, 34, 0.8);
}

.mosquitoprofileicon {
	/*margin-left: -14px;*/
	position: relative;
	/*top: 2px;*/
	left: 2px;
	vertical-align: middle;
}

.mosquitoprofilelabel {
	display: inline-block;
	width: 80%;
	vertical-align: top;
}

#MosquitoHabitat_Panel.protocol_specific_filter_panel input,
	#MosquitoGenera_Panel.protocol_specific_filter_panel input {
	margin-left: 14px;
	line-height: 20px;
	vertical-align: middle;
}

#MosquitoHabitat_Panel.protocol_specific_filter_panel input:first-child,
	#MosquitoGenera_Panel.protocol_specific_filter_panel input:first-child
	{
	margin-left: 28px;
}

.carbon_icon {
	position: absolute;
	left: 0px;
	vertical-align: middle;
}

.carbon_label {
	display: inline-block;
	width: 80%;
	vertical-align: top;
	padding: 2px;
}

/* Code for replacing dhtmlxwin buttons for detach */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_dettach_default
	{
	background-image: url(../images/dettach.png);
	margin-left: 2px;
}

.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_dettach_disabled
	{
	background-image: url(../images/dettach.png);
	margin-left: 2px;
}

.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_dettach_over_default
	{
	background-image: url(../images/dettach.png);
	margin-left: 2px;
}

.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_dettach_over_pressed
	{
	margin-left: 2px;
	background-image: url(../images/dettach.png);
}

div#dateSlider {
	margin-top: 14px;
}

div.protocol_specific_filter_panel input {
	margin-right: 14px;
	margin-left: 28px;
}

div.protocol_specific_filter_panel span {
	color: #3172b3;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 20px;
	vertical-align: middle;
}

.panel_subitems a span {
	color: #00803f;
	margin-left: 10px;
	font-weight: normal;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

.plb-caret.protocol-sub-caret {
	margin: 0;
}

.plb-caret.protocol-sub-caret i {
	font-size: 1.3em;
}

/* OpenLayer 4 new popup style */

/* map attribution to the left */
.ol-attribution {
	left: 0;
	text-align: left;
	width: 215px;
	background: rgba(0,0,0,0) !important;
	bottom: 3px !important;
}
/* requested by Openlayer, change logo to black */
.ol-attribution a:link { color: black !important; }
.ol-attribution a:visited { color: black !important; }
.ol-attribution a:hover { color: black !important; }
.ol-attribution a:active { color: black !important; }


.ol-popup {
	position: relative;
	background-color: white;
	height: 100%;
	/*900px;*/
	z-index: 10000;
}

.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: -6px;
	right: 1px;
	padding: 5px;
}

.ol-zoom {
	/* map zoom control location */
	right: 3%;
	top: 280px;
	left: auto;
}

.ol-control button {
	padding: 0 0 2px 0;
	font-size: 2em;
}

/* open layer 4 drawing */
.tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
}

.tooltip-measure {
	opacity: 1;
	font-weight: bold;
}

.tooltip-static {
	background-color: #ffcc33;
	color: black;
	border: 1px solid white;
}

.tooltip-measure:before, .tooltip-static:before {
	border-top: 6px solid rgba(0, 0, 0, 0.5);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}

.tooltip-static:before {
	border-top-color: #ffcc33;
}
.goog-te-menu-frame {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    /*left: auto!important;
    right: 10px;*/
}
.goog-te-menu-frame.isadat {
	left: auto!important;
	right: 10px;
}
.goog-te-menu2 {
    border: 1px solid #4c7fc3;
}
.goog-te-menu2 * {
    font-size: 12pt;
}
.goog-te-menu2-item div, .goog-te-menu2-item-selected div {
    padding: 6px 12px;
}
.goog-te-gadget-icon {
	/*display:none;*/
}
.goog-te-gadget>div.goog-te-gadget-simple {
	background-color: unset;
	border: none;
}
.goog-te-gadget-simple .goog-te-menu-value span {
	border: none !important;
	color: #d9efff !important;
	font-size: 13px;
	font-weight: 400 !important;
	font-family: 'Open Sans', sans-serif;
}
div#AdvancedSearchToolSwitcher .goog-te-menu-value img,
.goog-te-menu-value .goog-te-gadget img {
	border: none;
	margin: 0 1px;
	width: 1px;
    height: 1px;
}
.goog-te-gadget-simple .goog-te-menu-value span:last-child {
	font-size: 10px;
}

/*****              *****/
/* Google Translate Disclaimer */
div#googleTranslateDisclaimerModal {
    position: fixed;
    z-index: 6000;
    top:0;
    max-width: 500px;
    width: 70%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
    border: 1px solid #0b375e;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    display:none;
}
div#googleTranslateDisclaimerModal .modal-header {
    padding: 9px 5%;
    border-bottom: 1px solid #eee;
}
h4#googleTranslateDisclaimerModalLabel {
    width: 90%;
    color: #000;
    margin: 10px 0;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
div#googleTranslateDisclaimerModal .modal-header button {
    position: absolute;
    right: 5%;
    font-size: 30px;
    top: 10px;
}
div#googleTranslateDisclaimerBody {
    position: relative;
    overflow-y: auto;
    max-height: 300px;
    padding: 15px 5%;
}
div#googleTranslateDisclaimerBody p {
    font-size: 15px;
    line-height: 24px;
    color: #3e3e3e;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
div#googleTranslateDisclaimerModal .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
}
div#googleTranslateDisclaimerModal .modal-footer button {
    background: #376394;
    text-shadow: none;
    border: 0;
    font-family: "open_sansregular",Helvetica,Arial,sans-serif;
    color: #a7c7ed;
    font-size: 16px;
    font-weight: normal;
    padding: 11px 19px;
    margin-right: 10px;
}
/************************/


div#specialMessageModal {
    position: fixed;
    z-index: 6000;
    top:0;
    max-width: 500px;
    width: 70%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
    border: 1px solid #0b375e;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    display:none;
}
div#specialMessageModal .modal-header {
    padding: 9px 5%;
    border-bottom: 1px solid #eee;
}
h4#specialMessageModalLabel {
    width: 90%;
    color: #000;
    margin: 10px 0;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
div#specialMessageModal .modal-header button {
    position: absolute;
    right: 5%;
    font-size: 30px;
    top: 10px;
}
div#specialMessageBody {
    position: relative;
    overflow-y: auto;
    max-height: 300px;
    padding: 15px 5%;
}
div#specialMessageBody p {
    font-size: 15px;
    line-height: 24px;
    color: #3e3e3e;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
div#specialMessageModal .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
}
div#specialMessageModal .modal-footer button {
    background: #376394;
    text-shadow: none;
    border: 0;
    font-family: "open_sansregular",Helvetica,Arial,sans-serif;
    color: #a7c7ed;
    font-size: 16px;
    font-weight: normal;
    padding: 11px 19px;
    margin-right: 10px;
}
/************************/

@media ( max-width : 699px) {
	.record-by-wrapper span {
		display: none;
	}
}

@media ( max-width : 620px) {
	.vis-timeline-upper-row {
		height: 90px;
		padding: 0;
		width: 100%;
	}
	.timeline-icons-wrapper {
		margin: 0 0 0 4%;
		width: 92%;
		border-bottom: 1px solid #1f558a;
	}
	.timeline-timeframe {
		margin-left: 4%!important;
		margin-top: 5px;
	}
	.vis-timeline-step-container#tl-current-display-wrapper {
		margin-left: 5%;
	}
	.record-by-wrapper span {inline-block;
		
	}
}
@media ( max-width : 550px) {
	div#googleTranslateDisclaimerModal {
		width: 90%;
	}
	div#googleTranslateDisclaimerModal .modal-footer button {
	    width: 90%;
	    margin: 10px 5% 0;
	}
}

@media ( max-width : 400px) {
	.record-by-wrapper span {
		display: none;
	}
	.vis-timeline-step-container#tl-current-display-wrapper {
		margin-left: 0;
    	margin-top: 5px;
	}
	.timeline-current input {
	    font-size: 15px;
	    width: 95px;
	    padding: 2px 0 0 0;
	}
	.timeline-timeframe {
	    margin-left: 1%!important;
	    margin-top: 5px;
	}
	select.timeline-select {
	    width: auto;
	    font-size: 13px !important;
	}
}
@media ( max-width : 399px) {
	.vis-timeline-dates-wrapper {
		left: 0;
	}
}

@media ( min-width : 851px) {
	.ol-popup {
		position: absolute;
		background-color: white;
		-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
		filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
		padding: 15px;
		border-radius: 10px;
		border: 1px solid #cccccc;
		bottom: 12px;
		left: -50px;
		min-width: 280px;
		height: auto;
	}
	.ol-popup:after, .ol-popup:before {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.ol-popup:after {
		border-top-color: white;
		border-width: 10px;
		left: 48px;
		margin-left: -10px;
	}
	.ol-popup:before {
		border-top-color: #cccccc;
		border-width: 11px;
		left: 48px;
		margin-left: -11px;
	}
	.ol-popup-closer {
		text-decoration: none;
		position: absolute;
		top: 10px;
		right: 13px;
		padding: 5px;
	}
	
}
@media ( min-width : 1115px ){
	#langSwitchPanel {
		right: 200px;
	}
}
@media ( max-width : 850px) {
	.vis-timeline-step-container#tl-current-display-wrapper {
		margin-left: 0%;
	}
	.timeline-timeframe {
	    margin-left: -20px;
	}
	iframe#popupframe {
		position: absolute;
		top: 0;
		margin: 0;
		width: 100%;
		background-color: #fff;
		height: 100%;
	}
	#tabs .ui-tabs-nav {
		width: 76%;
	}
	#langSwitchPanel {
		right: 80px;
	}
}
@media ( max-width : 500px) {
	#langSwitchPanel {
		right: 60px;
	}
	#langSwitchPanel.adat {
		right: 10px;
	}
	#google_translate_element {
		width:40px;
		height:30px;
	}
	.goog-te-gadget .goog-te-combo {
	    opacity: 0;
	}
	.goog-te-menu-value {
	 	opacity: 0;
	 	display:none;
	}
	div#AdvancedSearchToolSwitcher img#google-translate-icon,
	img#google-translate-icon {
	    left: 10px;
		top: 2px;
	}
	.goog-te-gadget img.goog-te-gadget-icon {
    	margin-left: 10px;
	}
	#AdvancedSearchToolSwitcher .adat-notsignedin-title {
    	right: 20px;
	}
	.adat_panel_button_Container {
    	margin: 0 4%;
	}
}
.ol-scale-line {
	bottom: 20px;
}

/* stop google translate to show original text tooltip */
.goog-tooltip {
	display: none !important;
}

.goog-tooltip:hover {
	display: none !important;
}

.goog-text-highlight {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}