body {
	overflow:hidden;
    font-family: 'Roboto', sans-serif;
	font-weight:400;
}

a { color:#52ae32; text-decoration:none; }
a:visited { color:#52ae32; text-decoration:none; }
a:hover { color:#52ae32; text-decoration:underline; }

.red { color:#b00000; }
.green { color:#52ae32; }
.blink {
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 2s steps(5, start) infinite;
}
@keyframes blink { to { visibility: hidden; } }
@-webkit-keyframes blink { to { visibility: hidden; } }

.floatLeft { float:left; }
.floatRight { float:right; }
.hide { display:none; }
.header {
	height:170px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#map {
	height: 100%;
	width: 100%;
}
#sidebar_left_content {
	height: auto;
	position: absolute;
    z-index: 100;
	background: rgba(0, 20, 54, 0.6);
	padding:20px 20px 20px 10px;
	float: left;
	font-size: 1.1em;
	width:440px;
	top:70px;
	left:0px;
}
#sidebar_left_content_showhide {
	position:absolute;
	left:440px;
	top:0px;
	background: rgba(0, 20, 54, 0.6);
	color:#BBB;
	font-size:14px;	
	padding:2px;
	padding-right:4px;
	cursor:pointer;
	display:block;
}


#sidebar_left_bottom_content_wrapper {
	display:none;
	height: auto;
	position: absolute;
    z-index: 100;
	background-color: rgba(255, 255, 255, 0.7);
	padding:20px 20px 20px 10px;
	float: left;
	font-size: 1.1em;
	width:1100px;
	bottom:40px;
	left:0px;
}
#sidebar_left_bottom_close {
	position:absolute;
	right:5px;
	top: 2px;
	color:#555;
	cursor:pointer;
	font-size:0.9em;
}
#sidebar_left_bottom_content {
	min-height:0px;
}
/*
#sidebar_right_content {
    height:70%;
	overflow-y:scroll;
    position: absolute;
    z-index: 150;
	background-color: rgba(255, 255, 255, 0.7);
	padding:20px 20px 20px 10px;	
    float: left;
    font-size: 1.1em;
    width: 320px;
	margin-top:80px;
	right:0px;
}
#sidebar_right_content_showhide {
	position:absolute;
	left:-20px;
	font-size:14px;
	top:0px;
	background-color: rgba(255, 255, 255, 0.7);
	color:#555;
	padding:2px;
	padding-left:4px;
	cursor:pointer;	
}
*/

#sidebar_right_content {
    height: auto;
    position: absolute;
    z-index: 150;
	background: rgba(0, 20, 54, 0.6);
	padding:20px 20px 20px 10px;	
    float: left;
    font-size: 1.1em;
    width: 320px;
	margin-top:80px;
	right:0px;
	color:#FFF;
	display:none;
}
#sidebar_right_content_showhide {
	position:absolute;
	left:-20px;
	font-size:14px;
	top:0px;
	background: rgba(0, 20, 54, 0.6);
	color:#CCC;
	padding:2px;
	padding-left:4px;
	cursor:pointer;	
}



#sidebar_right_bottom_content {
    height: auto;
    position: absolute;
    z-index: 140;
	background: rgba(0, 20, 54, 0.6);
	padding:20px 20px 20px 10px;	
    float: left;
    font-size: 1.1em;
    width: 320px;
	margin-bottom:80px;
	right:0px;
	bottom:0px;
	color:#FFF;
}
#sidebar_right_bottom_content_showhide {
	position:absolute;
	left:-20px;
	font-size:14px;
	top:0px;
	background: rgba(0, 20, 54, 0.6);
	color:#CCC;
	padding:2px;
	padding-left:4px;
	cursor:pointer;	
}


/*
#sidebar_right_bottom_content_wrapper {
	display:none;
	height: auto;
	position: absolute;
    z-index: 200;
	background-color: rgba(255, 255, 255, 0.7);
	padding:20px 20px 20px 10px;
	float: left;
	font-size: 1.1em;
	width:300px;
	bottom:40px;
	right:0px;
}
#sidebar_right_bottom_close {
	position:absolute;
	right:5px;
	top: 2px;
	color:#555;
	cursor:pointer;
	font-size:0.9em;
}
#sidebar_right_bottom_content {
	min-height:0px;
}
*/




label {
	font-weight:400;
}
.cb_services_demo_wrapper {
	margin-bottom:15px;
	
}
.cb_services_demo_wrapper label {
	cursor:pointer;
	color:#FFF;
	font-size:0.92em;
}
.cb_services_demo_wrapper h4 {
	
}
.h4arrow {
	float:right;
	cursor:pointer;
}
.right_collapsible {
	background-color:#FFF;
	padding:3px 0px 0px 3px;
}
.ui-slider {
	margin:8px 5px 0px 5px;
	float:left;
	width:60px;
}
.ui-slider .ui-slider-handle {
    height: 11px;
    width: 10px;
}
.ui-slider-horizontal {
	height:3px;
}
.goto_area {
	cursor:pointer;
	font-size:0.85em;
	color:#7b98bc;
	padding-left:5px;
}
.layer-info {
	cursor:pointer;
	font-size:0.85em;
	color:#7b98bc;
	padding-left:5px;	
}
.qtip { max-width: none !important; }

#top-menu {
    pointer-events: none;
    transition: 0.3s;
    top: 0;
    position: absolute;
    width: 100%;
    /*background: linear-gradient(180deg, #0c1c2b9e, #0c1c2b3b, #F000);*/
    display: flex;
    align-items: center;
    padding: 10px;
    z-index: 120;
}
ul.ui-autocomplete {
	z-index:130;
}

#top-menu .top-menu-left #mouse-position {
    margin: 5px 5px 5px 35px;
    color: #FFF;
	opacity:1;
    font-size: small;
}
*, ::before, ::after {
    box-sizing: border-box;
}
#top-menu .top-menu-right {
    pointer-events: initial;
    display: inline-flex;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}
#top-menu .top-menu-right .pre-text-area {
    display: flex;
    padding: 5px;
	margin-right:0px;
	background: rgba(0, 20, 54, 0.6);
}
#top-menu .top-menu-right .pre-text-area .autocomplete {
    position: relative;
    display: flex;
}
#top-menu .top-menu-right .pre-text-area .autocomplete input[type="search"] {
    background: rgba(0, 20, 54, 0.7);
    transition: 0.3s;
    border-radius: 2px;
    width: 250px;
    margin: 5px;
	padding-right:30px;
	float:left;	
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
#about_project {
	color:#EEE;
	font-size:1.4em;
}
#about_project:hover {
	color:#f7c200;
}
#manual_project {
	color:#EEE;
	font-size:1.4em;
}
#manual_project:hover {
	color:#f7c200;
}
#btn_log_out {
	color:#EEE;
	font-size:1.4em;
	/*border-left:1px solid #FFF;*/
}
#btn_log_out:hover {
	color:#f7c200;	
}
#btn_upload_zip {
	cursor:pointer;
	color:#EEE;
	font-size:1.4em;
	background-color:transparent;
	border:0px;	
	/*border-left:1px solid #FFF;*/
}
#btn_upload_zip:hover {
	color:#f7c200;	
}




#top-menu .top-menu-right .pre-text-area .autocomplete input[type="button"] {
    background: none;
    margin-left: -25px;
    font-variant-caps: all-petite-caps;
    font-size: 16px;
    padding: 1px;
    margin-right: 16px;
	
}
#top-menu input {
	font-size: 1.0em;
	padding:5px;
	border: none;	
	overflow: visible;
	color:#FFF;
}

#map_search_text {

}
#reset_button {
	float:left;
}

#top-menu .top-menu-right .pre-text-area .autocomplete .suggestions {
    transition: 0.3s;
    position: absolute;
    background: white;
    top: 35px;
    left: 0;
    right: 0;
    width: 250px;
    margin: 4px;
}

#box_legend {
   position: absolute;
   bottom:15px;
   left:15px;
   background: white;
   padding:10px;
   text-align:center;
   font-size:0.8em;
   display:none;
}
#box_legend img {
	margin-top:3px;
}




#point-info-layer {
	z-index:110;
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 620px;
    right: -200px;
    top: 0px;
	background: rgb(0,20,54);
	background: linear-gradient(-90deg, rgba(0,20,54,1) 0%, rgba(0,20,54,0.8) 60%, rgba(0,20,54,0.6) 100%);	
    /*background: linear-gradient(-90deg, #001436, transparent);*/
    
	opacity: 0;
	/*
	visibility: hidden;
	*/
    transition: 0.2s;
    overflow-x: hidden;
    overflow-y: hidden;
   
    display: flex;
	text-align:left;
	color:#FFF;
	padding-top:60px;
	padding-right:20px;
	padding-left:20px;
	font-size:0.9em;
}
#point-info-layer  label {
	text-align:left;
}
#point-info-layer  label.value {
	text-align:right;
	float:right;
}
#point-info-layer h1 {
	margin-bottom:0px;
}
#point-info-layer hr {
	margin-top:0px;
	border-width:2px;
}

/*
#point-info-layer .info {
    pointer-events: none;
    width: 58%;
    height: 100%;
    margin: 0 auto;
        margin-top: 0px;
        margin-right: auto;
    margin-right: 100px;
    margin-top: 100px;
    color: white;
    cursor: default;
}
#point-info-layer .info .text .left-area {
    grid-area: left;
}
#point-info-layer .info ul {
    grid-area: right;
    list-style: none;
}
#point-info-layer .info .plot-area {
    display: flex;
    align-items: center;
    height: 55%;
}
.plot_container {
    width: 530px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas: "plot menu";
}
*/




#visualisation, #visualisation_2, #visualisation_3 {
    display: inline-block;
    position: relative;
	margin-top:10px;
    width: 100%;
	height:100%;
    padding-bottom: 100%;
    vertical-align: top;
    overflow: hidden;	
}
#visualisation_2_controls {

}
.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
	overflow: hidden;	
}
.axis path,
.axis line {
  fill: none;
  stroke: #002651;
  shape-rendering: crispEdges;
}
.axis text {
  fill: #000;	
}

.axis {
	font-size:1.2em;
}

.line {
  fill: none;
  stroke: #002651;
  stroke-width: 1.5px;
}
.point {
  stroke: steelblue;
  fill: steelblue;	
}

.overlay {
    fill: none;
    pointer-events: all;
}
g.tick text {
	/*font-size:1.6em;*/
}

/*******************************************************************************************************************/

#map .ol-attribution {
	display:none;
}
#map .ol-zoom {
    top: unset !important;
    left:unset !important;
	bottom: 0.5em;
	right: 0.5em;
}







.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: 270px;
}
.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: 2px;
	right: 8px;
}
.ol-popup-closer:after {
	content: "✖";
}
#popup-content {
	  font-size:0.8em;
}

.window {
	width:900px;
	height:615px;
	position:absolute;
	top:80px;
	left:400px;
	z-index:220;
	background-color:#FFF;
	opacity:1;
	padding:3px;
	overflow:hidden;
	font-size:0.8em;
	border:1px solid #bccbdb;
}
.handle {
	background-color:#002651;
	color:#FFF;
	width:100%;
	float:left;
	opacity:0.8;
	cursor:pointer;
	padding-left:4px;
}
.window_close {
	float:right;
	margin-right:6px;
	color:#FFF;
	cursor:pointer;
	font-size:1.6em;
	line-height:1em;
}

.window .point_detalils_wrapper {
	margin:0px 10px 0px 10px;
}
.window label {
	text-align:left;
	margin:3px 0px 2px 0px;
	font-weight:bold;
	font-size:1.4em;
}
.window label.value {
	text-align:right;
	float:right;
	font-weight:400;
	font-size:1.4em;	
}

#window_graph {
	display:none;
}

#window_graph_2 {
	display:none;
}

#window_graph_3 {
	display:none;
}


div#blur_wrapper {
  width: 100%;
  height: 100%;	
  min-width: 100%;
  min-height: 100%;	
  max-width: 100%;
  max-height: 100%;
  position:relative;
}
div.blur_wrapper {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  width: 100%;
  height: 100%;
  background-color: #000;
}

#hamburger_menu {
	display:none;
}
input.products_checkboxes {
	/*display:none;*/
	display:inline;
}

#ol_draw_wrapper {
	display:none;
	margin-top:0px;
}

#ol_draw_polygon_toggle {
	float:left;	
	cursor:pointer;
	border-radius: 3px;
	margin:0px 0px 0px 0px;
	padding:3px;
	margin-top:3px;
	/*background-color:rgba(0, 20, 54, 0.7);*/
}
#ol_draw_polygon_toggle .icon_draw_polygon {
	width:27px;
	height:27px;
	background-repeat: no-repeat;
	background-size:contain;
	background-image:url(../images/icon-draw-polygon.png);
}

#ol_draw_polygon_toggle:hover .icon_draw_polygon {
	background-image:url(../images/icon-draw-polygon_over.png);
	/*background-color:rgba(255, 255, 255, 0.1);*/
}
#ol_draw_polygon_toggle.on {
	/*background-color:rgba(255, 255, 255, 0.2);*/
	background-color:rgba(0, 20, 54, 0.9);
}
#ol_draw_polygon_toggle.on .icon_draw_polygon {
	background-image:url(../images/icon-draw-polygon_over.png);
	/*background-color:rgba(255, 255, 255, 0.1);*/
}
#ol_draw_submit {
	float:left;
	margin-top:9px;
	margin-left:5px;
	display:none;
}
#ol_draw_onlypoints_submit {
	float:left;
	margin-top:9px;
	margin-left:5px;
	display:none;
}
#ol_draw_for_graph_submit {
	float:left;
	margin-top:9px;
	margin-left:5px;
	margin-right:5px;
	display:none;
}
#ol_draw_upload_submit {
	float:left;
	margin-top:4px;
	margin-left:5px;
	margin-right:0px;
	padding-right:0px;
	padding-left:0px;
	display:none;
	background-color:transparent;
	border:0px;		
	/*
	cursor:pointer;
	color:#EEE;
	font-size:1.4em;	
	*/
}
#ol_draw_upload_submit:hover {
	color:#f7c200;	
}




#ol_draw_line_toggle {
	float:left;	
	cursor:pointer;
	border-radius: 3px;
	margin:0px 0px 0px 0px;
	padding:3px;
	margin-top:3px;
	/*background-color:rgba(0, 20, 54, 0.7);*/
}
#ol_draw_line_toggle .icon_draw_line {
	width:27px;
	height:27px;
	background-repeat: no-repeat;
	background-size:contain;
	background-image:url(../images/icon-draw-line.png);
}

#ol_draw_line_toggle:hover .icon_draw_line {
	background-image:url(../images/icon-draw-line_over.png);
	/*background-color:rgba(255, 255, 255, 0.1);*/
}
#ol_draw_line_toggle.on {
	/*background-color:rgba(255, 255, 255, 0.2);*/
	background-color:rgba(0, 20, 54, 0.9);
}
#ol_draw_line_toggle.on .icon_draw_line {
	background-image:url(../images/icon-draw-line_over.png);
	/*background-color:rgba(255, 255, 255, 0.1);*/
}
#ol_draw_line_submit {
	float:left;
	margin-top:9px;
	margin-left:5px;
	display:none;
}
#ol_draw_line_timeseries_submit {
	float:left;
	margin-top:9px;
	margin-left:5px;
	display:none;
}
#top-menu input.ol_draw_line_radius {
	display:none;
	font-size: 10px;
	width: 20px;
	float: left;
	margin: 0px;
	padding:3px 0px 3px 0px;
	margin:10px 0px 0px 4px;
	text-align: center;
	color: #000;
}

#top-menu label.ol_draw_line_radius_label {
	display:none;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding:3px 0px 3px 0px;
	margin:10px 0px 0px 4px;
	text-align: center;
	color: #FFF;
}










a.popupButtonDownload {
	float:left;
	margin:0px 10px 10px 2px;
	color:#FFF;
}

.btn_track_goto_extent {
	color:#999;
	/*color:rgba(255, 255, 255, 0.6);*/
	cursor:pointer;
}
.btn_track_goto_extent:hover {
	color:#FC0;
}
.btn_track_goto_ref_point {
	color:#999;
	/*color:rgba(255, 255, 255, 0.6);*/
	cursor:pointer;
}
.btn_track_goto_ref_point:hover {
	color:#FF0000;
}
.btn_track_legend_window {
	color:#999;
	/*color:rgba(255, 255, 255, 0.6);*/
	cursor:pointer;
}
.btn_track_legend_window:hover {
	color:#FF9000;
}


#mouseInfo {
	display:none;
	z-index: 3000;
	background-color:#0B6C09;
	padding:3px;
	color:#FFF;
	position:absolute;
	/*transition: transform 0.23s;*/
	width:auto;
	height:auto;
	font-size:0.8em;
}
.mouseInfoRed {
	background-color:#900 !important;
}
#map .ol-scale-line {
    left:unset !important;
	right: 45px;	
}

/**********************************************************************************************************/
g.focus {
	border:1px solid #666;
}
text.textfocus {
	padding:2px;
	border:1px solid #333;
}
/*********************************************************************************************************/

#changestyle_buttons_wrapper {
	position:absolute;
	right:180px;
	bottom: 7px;
	font-size:0.7em;
	padding:4px;
	/*background: rgba(0, 20, 54, 0.6);*/
	background: rgba(0,60,136,.3);
	border-radius: 3px;
	color:#FFF;
/*	display:none;*/
}
.changestyle_button {
	float:left;
	margin:0px 4px 0px 4px;
	padding:0px 4px 0px 4px;
	cursor:pointer;
}
#changestyle_info {
	float:left;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;	
}
.changestyle_button:hover {
	color:#FC0;
}
#point_detalils_gps {
	display:none;
}



.btn_halde_goto_point {
	color:#999;
	/*color:rgba(255, 255, 255, 0.6);*/
	cursor:pointer;
}
.btn_halde_goto_point:hover {
	color:#FF0000;
}
#halde_wrapper {
	font-size:0.8em;
}

#export_to_png_canvas {
	display:none;
}
input.calendar-mini {
	cursor:pointer !important;
	background-color:#FFF !important;
	padding:1px 3px 1px 3px !important;
	height:auto;
	font-size:16px;
	width:90px; /* 75px */
}
.point_detalils_wrapper .col-md-2,
.point_detalils_wrapper .col-md-3,
.point_detalils_wrapper .col-md-4,
.point_detalils_wrapper .col-md-5 {
	padding-left:3px;
	padding-right:3px;
}
#graphpoint_date_button, #grapharea_date_button {
	float:left;
	cursor:pointer;
	margin-top: -7px;
	font-size: 1.5em;
	color:#999;
	
}
.grapharea_legend_line {
	float:left;
	margin:8px 15px 3px 0px;
	width:320px;
	font-size:16px;	
}
.grapharea_legend_line span {
	font-size:15px;
	color:#999;
	padding-left:5px;
}
.grapharea_legend_color {	
	width:30px;
	height:5px;
	float:left;
	margin:6px 5px 0px 0px;
}

#layers_uploaded_wrapper {
	font-size:0.8em;
}
.btn_userlayer_goto_extent {
	color:#999;
	/*color:rgba(255, 255, 255, 0.6);*/
	cursor:pointer;
}
.p-0 {
	margin-bottom:7px;
}

#tracks_wrapper {
	max-height:450px;
	overflow-y:scroll;
}




.point_search_wrapper input[type="button"] {
  background: none;
  margin-left: -25px;
  font-variant-caps: all-petite-caps;
  font-size: 16px;
  padding: 1px;
  margin-right: 16px;
}
.point_search_wrapper input {
  font-size: 1.0em;
  padding: 5px;
  border: none;
  overflow: visible;
  color: #FFF;
}
.point_search_wrapper {
    display: flex;
    padding: 0px;
	margin-right:0px;
	background: none;
    position: relative;
    display: flex;
}


#point_search_reset_button {
	float:left;
}

#point_search_text {
    background: rgba(0, 20, 54, 0.7);
    transition: 0.3s;
    border-radius: 2px;
    width: 330px;
    margin: 5px;
	padding-right:30px;
	padding-left:8px;
	float:left;
	font-size:0.7em;
}
#point_search_submit {
  background: none;
  margin-left: -5px;
  font-variant-caps: all-petite-caps;
  margin-right: 16px;
  font-size: 1.2em;
  padding: 8px 5px 5px 5px;
  border: none;
  overflow: visible;
  color: #FFF;
  
}

.btn_point_search_submit {
	color:#999;
	/*color:rgba(255, 255, 255, 0.6);*/
	cursor:pointer;
}
.btn_point_search_submit:hover {
	color:#FC0;
}











.point_filter_wrapper input[type="button"] {
  background: none;
  margin-left: -25px;
  font-variant-caps: all-petite-caps;
  font-size: 16px;
  padding: 1px;
  margin-right: 16px;
}
.point_filter_wrapper input {
  font-size: 1.0em;
  padding: 5px;
  border: none;
  overflow: visible;
  color: #FFF;
}
.point_filter_wrapper {
    display: flex;
    padding: 0px;
	margin-right:0px;
	background: none;
    position: relative;
    display: flex;
}


#point_filter_reset_button {
	float:left;
}

#point_filter_text {
    background: rgba(0, 20, 54, 0.7);
    transition: 0.3s;
    border-radius: 2px;
    width: 330px;
    margin: 5px;
	padding-right:30px;
	padding-left:8px;
	float:left;
	font-size:0.7em;
}
#point_filter_submit {
  background: none;
  margin-left: -5px;
  font-variant-caps: all-petite-caps;
  margin-right: 16px;
  font-size: 1.2em;
  padding: 8px 5px 5px 5px;
  border: none;
  overflow: visible;
  color: #FFF;
  
}

.btn_point_filter_submit {
	color:#999;
	/*color:rgba(255, 255, 255, 0.6);*/
	cursor:pointer;
}
.btn_point_filter_submit:hover {
	color:#FC0;
}

#sessions_graph_output {
	font-size:1.1em;
	font-weight:normal;
	padding-left:20px;
}


#earthquakes_location {
    height: auto;
	font-size:0.8em;
}

.getdata_ref_point {
	padding-top:10px;
	float:left;
}

select.baselayers_select {
	height: auto !important;
	padding: 2px;
	display: block;
	float:left;
  	width: 310px;	
	font-size: 14px;
	line-height: 1.42857143;	
	color: #FFF;
  	background-color: #667286;
  	background-image: none;
  	border: 1px solid #FFF;
  	border-radius: 0px;	
	text-align: center;
	margin-bottom:4px;
	margin-left:10px;
	margin-top:2px;
}

select.filter_select {
	height: auto !important;
	padding: 2px;
	display: block;
  	width: 100%;	
	font-size: 12px;
	line-height: 1.42857143;	
	color: #FFF;
  	background-color: #667286;
  	background-image: none;
  	border: 1px solid #FFF;
  	border-radius: 0px;	
	text-align: center;
	margin-bottom:4px;
}
select.filter_select > option:hover {
	background-color:#305f86 !important;
}
input.filter_input {
	height: auto !important;
	padding: 2px;
	display: block;
  	width: 100%;	
	font-size: 12px;
	line-height: 1.42857143;	
	color: #FFF;
  	background-color: #667286;
  	background-image: none;
  	border: 1px solid #FFF;
  	border-radius: 0px;	
	text-align: center;
	margin-bottom:4px;
}
.filter_select_logical {
	width:60% !important;
}
#filter_submit {
  	border-radius: 0px;	
}
#filter_reset {
	color:#FFF;
}
.legend_input {
	max-width:28px;
	width:28px;
	float:left;
	text-align:center;
}

#legend_search_layer {
	float:left;
	width:100px;
	font-size:10px;
	margin-top:2px;
	margin-left:3px;
}


.legend_window {
	width:220px;
	max-width:220px;
	height:100px;
	max-height:100px;
	position:absolute;
	/*
	top:100px;
	left:450px;
	*/
	bottom:15px;
	left:15px;
	z-index:222;
	background-color:#FFF;
	opacity:1;
	padding:3px;
	overflow:hidden;
	font-size:0.8em;
	border:1px solid #bccbdb;
	display:none;
    text-align: center;
}
.legend_handle {
	background-color:#002651;
	color:#FFF;
	width:100%;
	float:left;
	opacity:0.8;
	cursor:pointer;
	padding-left:4px;
}
.legend_handle_title {
	overflow:hidden;
	white-space: nowrap;
	width:191px;
}
.legend_window_close {
	float:right;
	margin-right:6px;
	color:#FFF;
	cursor:pointer;
	font-size:1.6em;
	line-height:1em;
}
.legend_min {
	float:left;
}
.legend_max {
	float:right;
}
.legend_apply {
	margin:2px 20px 0px 50px;
	border-radius:0;
	border:0px;
}
#layers_accordion .ui-accordion-header {
/*
     padding: 0 !important;
     background: none !important;
     border: none !important;
     outline: none !important;
	 */
}
#layers_accordion {
	margin-right:5px;
}

#layers_accordion h3.ui-state-default {
	border: 0;
	color:#FFF;
	background: rgba(0, 20, 54, 0.3);	
}

#layers_accordion h3.ui-state-active {
	border: 0;
	color:#FFF;
	background: rgba(0, 20, 54, 0.7);
}

#layers_accordion .ui-accordion-content {
     padding: 0 !important;
     background: none !important;
     border: none !important;
     outline: none !important;
}

#layers_accordion .ui-accordion-header-icon {
	background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png");	
}


.layer_categ_title {
	border: 0;
	color: #FFF;
	background: rgba(0, 20, 54, 0.3);
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 4px;
    font-size: 100%;		
}

.layer_categ_wrapper {
	display:none;
}
.layer_categ_title_active {
	background: rgba(0, 20, 54, 0.7);	
}

.layer_categ_showhide {
	font-size:0.8em;
	padding-top:5px;
	padding-right:2px;
}

#grapharea_legend_dates {
	font-size:2em;
	margin-top:4px;
	padding-left:30px;
}

.timeseries_date_btn {
	float:left;
	cursor:pointer;
	width:40px;	
	text-align:center;
	color:#666;
}
#timeseries_date_date {
	float:left;	
	width:170px;
	text-align:center;
}
.timeseries_date_btn_inactive {
	color:#CCC;
	cursor:auto;
}
#timeseries_dates_slider {
	float:left;
	margin:12px 0px 0px 20px;
	width:140px;
}
#timeseries_dates_slider .ui-slider-handle {
	margin-left:-1px;
	margin-top:2px;
}
#timeseries_dates_play_pause {
	float:left;
	cursor:pointer;
	margin-left:20px;
	color:#900;
}

#line_graph_export_csv {
	font-size:0.9em;
	padding:0px 6px;
	background-color:#FFF;
	border:1px solid #999;
}

#extra_info_select {
    height: auto;
	font-size:0.8em;
}
#extra_info_wrapper {
	display:none;
}

.focus text {
    background: white;
    z-index: 9999;
    padding: 2px 4px;
    border-radius: 3px;
}