/*
	Project: SkyFISH
	Company: Terrasigna
	Author: dan.birtas@terrasigna.com 
	Description: Cascading Style Sheet for most custom DOM elements in the GUI
*/
@import url(//fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(//fonts.googleapis.com/css?family=Lato:400,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 

html {
	width:100%;
	height: 100%; 
	min-height: 100%;	
}
body { 
	background: #ffffff; 
	margin: 0;
	width:100%;
	height: 100%; 
	color: #384452;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	overflow-x:hidden;
}
body.geoportal { 
	overflow:hidden;
}


#hamburger_menu {
	display:none;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
    position: relative
}
#footer {
    height: 145px;
}
.push {
    height: 145px;
    clear: both;
}

#header {
    height: 30px;
}
#content {
    height: 100%;
}
#sidebar {
    /*border: 1px solid skyblue;*/
    width: 325px;
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 145px;
}
#main {
    margin-left: 102px;
	background: none !important;
}













h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px; 
	line-height: 24px;
	color: #384452; 
	margin-top: 10px; 
}

img {
	height: auto;
	max-width: 100%;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#01b2fe;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size:2.5em;
}

.navbar-header .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #00b3fe;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00b3fe;
	background-color: transparent;
}

.navbar-default {
	background-color: #384452;
	border-color: transparent;
}

#header_map_wrapper {
	background: #FFF;
	height:30px;
	overflow:hidden;
}
#header_map_wrapper a {
	line-height:2.4em;
	color: black;
	font-weight: 700;
	font-size: 12px;	
}
#header_map_wrapper a:hover, #header_map_wrapper a:focus {
    text-decoration: none;
    color: #01b2fe;
}
#header_map_wrapper .navbar-brand {
	padding:0px;
}

#header_map_wrapper .navbar-header {
	float:none;
}

#header_wrapper .dropdown-menu {
	background: #384452;
}

#header_wrapper .dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}
#header_wrapper .dropdown-menu > li > a:hover {
	color:#384452;
}



.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00b3fe;
  border-color: #00b3fe;
}
a.btn-theme {
	/*
	transform:none !important;
	transition:none !important;
	*/
}
.layerEditingTools {
    float: right;
    margin-left: 4px;
}
#btn_feedbackpop {
	margin-left:10px;
}
#feedback_message {
	min-width:100%;
	max-width:100%;
	height:200px;
	font-size:14px;
	min-height:150px;
}

.sidebarBox a.btn-theme {
	float:right;
	color: #428bca;
	background-color: #FFF;
	border:0px;
	margin: 4px;
}
.sidebarBox ol li {
	font-size:0.8em;
	margin-left:20px;
}
.well table td {
	font-size:0.8em;
	padding:2px;
}


.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-color: #00b3fe;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#headerwrap h3 {
	/*color: white;*/
	/*font-weight: 400;*/
}
#products h5 {
	margin-left: 15px;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

/* Services Wrap */
#service {
	margin-top: 50px;
	margin-bottom: 80px;
}

#service i {
	color: #00b3fe;
	font-size: 60px;
	padding: 15px;
}
#service h3 {
	text-align:center;
}



/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* Testimonials Wrap */
#homebanner {
	background: url(../img/home_banner.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:40px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 350px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#homebanner i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#homebanner p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

#homeparallax {
    /* The image used */
    background-image: url(../img/home_banner.jpg);

    /* Set a specific height */
    min-height: 350px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*
@media only screen and (max-device-width: 1024px) {
    #homeparallax {
        background-attachment: scroll;
    }
}
*/


/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:40px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 360px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}
#twrap a {
	color: white;
	font-size: 15px;
	line-height: 40px;
	text-decoration:underline;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#cwrap img {
	margin-bottom: 1em;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #384452;
}

#footerwrap p {
	color: #bfc9d3;
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #00b3fe
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: #00b3fe;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#blue h3 {
	color: white;
	margin-left: 15px;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}	

.share i {
	padding-right: 15px;
	font-size: 18px;
}
.mainTopMenuLogIn a {
	text-transform:uppercase;
	color:#00b3fe !important;
}
.mainTopMenuLogIn:hover {
	/*text-decoration:underline;*/
}
a.geoportal {
	color:#fff !important;
}
.mainTopMenuDropdown {
	text-transform:uppercase;
}
.mainMenuDropdown {
	text-transform:uppercase;
}

#popupMessageContent {
	font-size:1.7em;
}
#logInExtraLinks {
	padding-top:1em;
	font-size:1.1em;
}

#map {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	padding-top:30px;
	z-index:90;
	position:absolute;
}

@media (min-width: 768px) and (max-width: 992px) {
  #headerEsaLogo {
	  display:none;
  }
}

.ol-zoom {
	top:unset;
	bottom:8px;
}
.sidebar_showhide .glyphicon {
	color:#384452;
}
#sidebar_left {
    border-bottom-right-radius: 5px;
	/*border-top-right-radius: 5px;*/
	height: auto;
	overflow-y: scroll;
	position: absolute;
    z-index: 100;
	background-color: rgba(255, 255, 255, 0.7);
	padding:20px 20px 20px 10px;
	float: left;
	font-size: 12px;
	width:420px;
	height:100%;
	top:0px;
	left:0px;
	margin-top:0px;
}

#sidebar_left_showhide {
	position:absolute;
	left:420px;
	top:0px;
	background-color: rgba(255, 255, 255, 0.7);
	color:#555;
	font-size:14px;	
	padding:2px;
	padding-right:4px;
	cursor:pointer;
    border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}


#sidebar_right {
    border-bottom-left-radius: 5px;
	/*border-top-left-radius: 5px;*/
    height: auto;
    /*overflow: hidden;*/
    position: absolute;
    z-index: 120;
	background-color: rgba(255, 255, 255, 0.7);
	padding:20px 20px 20px 10px;	
    float: right;
    font-size: 12px;
    width: 400px;
	margin-top:0px;
	right:0px;
	top:80px;
	/*display:none;*/
}
#sidebar_right_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;
    border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.btn-xxl {
	width:50%;
	font-size: 20px;	
	line-height: 3.00;	
}


#sidebar_timegraph {
    border-top-left-radius: 5px;
	/*border-top-right-radius: 5px;*/
    height: auto;
    /*overflow: hidden;*/
    position: absolute;
    z-index: 140;
	background-color: rgba(255, 255, 255, 0.7);
	padding:10px 10px 10px 10px;	
    float: left;
    font-size: 12px;
    width: 94%;
	bottom:-135px;	
	left:50%;
	margin-left:-47%;
	/*display:none;  */
}
#sidebar_timegraph_showhide {
	position:absolute;
	bottom:136px; 
	right:0px;
	background-color: rgba(255, 255, 255, 0.7);
	color:#555;
	font-size:14px;	
	padding:2px;
	padding-right:4px;
	cursor:pointer;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#timegraph_container {
    height: auto;
    min-height: 100%;	
}
.sidebar_timegraph_showhide_text {
	font-size:12px;
	font-weight:700;
	padding:0px 2px 0px 4px;
}
#sidebar_left_content h4 {
	cursor:pointer;
}
.h4arrow {
	float:right;
	cursor:pointer;
}
#timegraph_wrapper {
	width:100%;
	margin-left:0px;
	margin-right:0px;
	overflow-x:scroll;
    overflow-y:hidden;
    white-space:nowrap;
}

.addpoint_delete {
	cursor:pointer;
}

/*
 * Styles for the time slider
 * All elements of the timeslider are beneath a svg element with a class of 'timeslider'
 */
svg.timeslider {
  width: 100%;
  height: 100%;
  background: white;
  opacity: .8;
  border: 1px solid white;
  border-radius: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
svg.timeslider .mainaxis {
  fill: none;
}
svg.timeslider .mainaxis .tick line {
  stroke: #646464;
  shape-rendering: crispEdges;
}
svg.timeslider .mainaxis .tick text {
  fill: #000000;
  font-weight: bold;
  font-size: .9em;
}
svg.timeslider .mainaxis .tick.minor {
  stroke: rgba(100, 100, 100, 0.25);
  shape-rendering: crispEdges;
}
svg.timeslider .mainaxis .domain {
  stroke: #646464;
  shape-rendering: crispEdges;
}
svg.timeslider .axis .tick text {
  font-size: .8em;
}
svg.timeslider .brush .extent {
  opacity: .9;
  stroke: #F00;
}
svg.timeslider .tick-date {
  text-anchor: start !important;
}
svg.timeslider .highlight-record {
  pointer-events: none;
}
svg.timeslider.loading {
  opacity: 0.4;
}
g.resize {
	display:none;
}
rect.extent {
	fill:#F00;
}

.timeslider-tooltip {
  z-index: 1070;
  position: fixed;
  text-align: center;
  width: auto;
  height: auto;
  padding: 2px;
  font: 12px sans-serif;
  background: white;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
  opacity: 1;
}
#pan-left {
  float: left;
  border-bottom-left-radius: 4px;
}
#pan-right {
  float: right;
  border-bottom-right-radius: 4px;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 9px solid #222;
  margin-left: 6px;
  margin-top: 4px;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 9px solid #222;
  margin-left: 4px;
  margin-top: 4px;
}
#zoom-in {
  float: left;
  margin-left: calc(50% + 10px);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 16px;
}
#zoom-out {
  float: right;
  margin-right: calc(50% + 10px);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  line-height: 15px;
}
#reload {
  float: left;
  margin-left: calc(50% - 10px);
  padding-top: 2px;
  padding-left: 3px;
}
.control {
  border: 1px solid #555;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  color: #222;
  margin-top: -23px;
  background-color: #999;
  text-align: center;
  height: 18px;
  width: 20px;
  user-select: none;
}
.control:hover {
  background-color: #666;
}
.reload-arrow {
  /*margin-left: 3px;
  margin-top: 2px;*/

  height: 12px;
  width: 12px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAqUlEQVQYGX3BIS+EARwH4N+9e99zm2Qjm6eIgmI+gCzY7orCF5EkSfIJ5Cuq2QRRVgUjmXAzM/vjvDPJ8+SHxqpNa5r8ZceLUsqrsQUXmiT2lAdjG3bdKR9KFyvKlTZzFr0rpYsjZSk9l0opbXSG+aUzMjLMP5yamjo3SM+Z4yRKKZP0bCv7SZRSDgzyxZY3j9okyol7Zebas/JkOd+sJ1oTN2ZuHeoy9wmF1z2Os8DzcwAAAABJRU5ErkJggg==");
}
.arrowloading {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}
.record {
	cursor:pointer;
}
#d3_dateslider {
	width:160px;
	padding:2px;
}
#d3_dateslider input {
	width:50px;
	text-align:center;
}


@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.ui-slider {
	margin:8px 5px 0px 5px;
	float:right;
	width:50px;
}
.ui-slider .ui-slider-handle {
    height: 11px;
    width: 10px;
}
.ui-slider-horizontal {
	height:3px;
}
#map_tools {
	margin:2px 0px 0px 10px;
	float:left;
}
#measure_wrapper,
#graphpoint_wrapper {
	background-color: #3276b1;
	border-color: #285e8e;	
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.8;
	border-radius: 2px;	
	text-align: center;
	white-space: nowrap;
	overflow: visible;
}
.map_tools_item {
	float:left;
	margin-right:10px;
}
.map_tools_item .checkbox-inline {
	color:#FFF;
	font-size:0.9em;
}
#measure_cb {
}
#measure_type {
	font-size:0.9em;
	margin-left:5px;
}
#gotocoords_wrapper {
	background-color: #3276b1;
	border-color: #285e8e;	
	padding: 1px 5px 2px 5px;
	font-size: 12px;
	line-height: 1.8;
	border-radius: 2px;	
	text-align: center;
	white-space: nowrap;
	overflow: visible;
}
#gotocoords_wrapper input {
	font-size:9px;
	margin-right:4px;
	height:18px;
	padding:1px;
}
#btn_gotocoords {
	color:#FFF;
	font-size:0.9em;
	cursor:pointer;
	padding:1px 2px 3px 2px;
}
#btn_gotocoords:hover {
	background-color:#2369a5;
}

.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;
}   


#sidebar_right_top_content_wrapper {
	display:none;
	height:95%;
	max-height: 95%;
	position: absolute;
    z-index: 110;
	background-color: rgba(255, 255, 255, 0.7);
	padding:23px 20px 20px 10px;
	float: right;
	font-size: 1.1em;
	width:50%;
	top:50px;
	right:0px;
	overflow:hidden;
}
#sidebar_right_top_close {
	position:absolute;
	left:10px;
	top: 2px;
	color:#555;
	cursor:pointer;
	font-size:0.9em;
}
#sidebar_right_top_content {
	min-height:0px;
	height: 99%;
	overflow-y:auto;
	overflow-x:hidden;
}
#sidebar_right_top_content table.table > thead > tr > th,
#sidebar_right_top_content table.table > tbody > tr > td {
	padding: 4px;
	line-height:1.08;
	font-size:0.75em;
}
#sidebar_right_top_content .well {
	margin-bottom:10px;
}

  .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;
  }
  
#d3_timeslider {
	/*width:90%;*/
	/*float:left;*/
	height:116px;
	margin:0px 5px 0px 170px;
}

#timeslider_calendar {
	width:170px;
	float:left;
	margin-top:20px;
}
#timeslider_calendar div {
	display: inline-block;
}

#timeslider_calendar .input-wrapper {
	background: transparent;
	border: 1px solid transparent;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 2px;
	padding:2px 1px 2px 1px;
}
#timeslider_calendar .input-wrapper:hover {
	border: 1px solid #999;
}
#timeslider_calendar .input-wrapper-year {
	max-width: 62px;
}
#timeslider_calendar .input-wrapper-month {
	max-width: 46px;
}
#timeslider_calendar .input-wrapper-day {
	max-width: 32px;
}

#timeslider_calendar .date-arrows {
	display: block;
	height: 10px;
	cursor:pointer;
}

#timeslider_calendar .date-arrow-down {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-filter: FlipV;
	filter: FlipV;
	-ms-filter: "FlipV";
}
#timeslider_calendar .date-arrows svg {
	vertical-align: top;
	display: block;
	margin: 0 auto;
}
#timeslider_calendar .date-arrows svg path {
	fill: #999;
}
#timeslider_calendar .date-arrows:hover svg path {
	fill:#428bca;
}
#timeslider_calendar .date-arrows:hover {
	background-color:#FFF;
}
#timeslider_calendar svg {
	overflow: hidden;
}
#timeslider_calendar input {
	width: 100%;
	height: 40px;
	color: #000;
	opacity: 1;
	font-size: 20px;
	background: transparent;
	border: 0;
	font-family: Roboto Mono,monospace;
	line-height: 1.0em;
	vertical-align: baseline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	text-align:center;
	cursor:default;
}
.noselect {
  -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; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}











#timeslider_left, 
#timeslider_right {
	width:3%;
	float:left;
	cursor:pointer;
	/*height:140px;*/
	color: #555;
	font-size:2.6em;
	padding-top:1.1em;
}
#timeslider_right {
	padding-left:10px;
}
#timeslider_date {
	width:6%;
	float:left;
	cursor:pointer;
	/*height:140px;*/
	color: #555;
	font-size:2.6em;
	padding-top:1.3em;
	padding-left:5px;
	padding-right:3px;
	/*min-width:85px;*/
}
#timeslider_input_date {
	text-align:center;
}
.layer-info {
	cursor:pointer;
	padding-left:5px;	
}
.layer-warning {
	display:none;
	cursor:pointer;
	padding-left:5px;
	color:#F60;	
}
.qtip { max-width: none !important; }

select.pop-mini {
    height: 30px;
	padding:2px 3px;
	font-size:0.98em;
}
input.calendar-mini {
	cursor:pointer !important;
	background-color:#FFF !important;
}


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


svg#visualisation {
	background-color:#FFF;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {

}

.line {
  fill: none;
  /*stroke: steelblue;*/
  stroke-width: 1.5px;
}

g.focus > text {
	background-color:#FFF;
	padding:1px;
}

.point {
  stroke: steelblue;
  fill: steelblue;	
}

.overlay {
    fill: none;
    pointer-events: all;
}
g > text {
	font-size:0.74em;
}
g.tick > text {
	font-size:0.74em;
}
g.focus > text {
	font-size:0.8em;
	background-color:#FFF;
}
path.line {
	color:#900;
}

.graphname {
	text-align:center;
	font-weight:bold;
}

#extra_logos {
	padding-left:230px;
	float:left;
}

#extra_logos div.top_logo {
	float:left;
	line-height:1em;
	margin-right:50px;
}

#top_info {
	margin:2px 10px 1px 10px;
	font-size:1em;
	float:left;
}
#top_info_right {
	float:right;
	font-size:0.8em;
	margin:2px 5px 1px 10px;
	padding:0px;
}
.header-img {
	height:26px;
	width:auto;
	vertical-align:top;
}

.qtip-youtube {
	max-width: 500px !important;
}
.sidebarBox {
	margin-top:20px;
}
.sidebarBox p {
	font-size:0.8em;
	line-height:1.7em;
}

#graphpoint_compare_label_cb {
	font-weight:normal;
	font-size:1em;
}


#ballsWaveG{
	display:none;
	position:relative;
	width:90px;
	height:21px;
	margin-top:14px;
}

.ballsWaveG{
	position:absolute;
	top:0;
	background-color:rgb(50,118,177);
	width:11px;
	height:11px;
	animation-name:ballsWaveG;
		-o-animation-name:ballsWaveG;
		-ms-animation-name:ballsWaveG;
		-webkit-animation-name:ballsWaveG;
		-moz-animation-name:ballsWaveG;
	animation-duration:1.3s;
		-o-animation-duration:1.3s;
		-ms-animation-duration:1.3s;
		-webkit-animation-duration:1.3s;
		-moz-animation-duration:1.3s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	border-radius:6px;
		-o-border-radius:6px;
		-ms-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
}

#ballsWaveG_1{
	left:0;
	animation-delay:0.52s;
		-o-animation-delay:0.52s;
		-ms-animation-delay:0.52s;
		-webkit-animation-delay:0.52s;
		-moz-animation-delay:0.52s;
}

#ballsWaveG_2{
	left:11px;
	animation-delay:0.65s;
		-o-animation-delay:0.65s;
		-ms-animation-delay:0.65s;
		-webkit-animation-delay:0.65s;
		-moz-animation-delay:0.65s;
}

#ballsWaveG_3{
	left:22px;
	animation-delay:0.78s;
		-o-animation-delay:0.78s;
		-ms-animation-delay:0.78s;
		-webkit-animation-delay:0.78s;
		-moz-animation-delay:0.78s;
}

#ballsWaveG_4{
	left:34px;
	animation-delay:0.91s;
		-o-animation-delay:0.91s;
		-ms-animation-delay:0.91s;
		-webkit-animation-delay:0.91s;
		-moz-animation-delay:0.91s;
}

#ballsWaveG_5{
	left:45px;
	animation-delay:1.04s;
		-o-animation-delay:1.04s;
		-ms-animation-delay:1.04s;
		-webkit-animation-delay:1.04s;
		-moz-animation-delay:1.04s;
}

#ballsWaveG_6{
	left:56px;
	animation-delay:1.17s;
		-o-animation-delay:1.17s;
		-ms-animation-delay:1.17s;
		-webkit-animation-delay:1.17s;
		-moz-animation-delay:1.17s;
}

#ballsWaveG_7{
	left:67px;
	animation-delay:1.3s;
		-o-animation-delay:1.3s;
		-ms-animation-delay:1.3s;
		-webkit-animation-delay:1.3s;
		-moz-animation-delay:1.3s;
}

#ballsWaveG_8{
	left:78px;
	animation-delay:1.43s;
		-o-animation-delay:1.43s;
		-ms-animation-delay:1.43s;
		-webkit-animation-delay:1.43s;
		-moz-animation-delay:1.43s;
}



@keyframes ballsWaveG{
	0%{
		background-color:rgba(50,118,177,0.99);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes ballsWaveG{
	0%{
		background-color:rgba(50,118,177,0.99);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes ballsWaveG{
	0%{
		background-color:rgba(50,118,177,0.99);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes ballsWaveG{
	0%{
		background-color:rgba(50,118,177,0.99);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes ballsWaveG{
	0%{
		background-color:rgba(50,118,177,0.99);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}


#visualisation_wrapper_1 path { 
    stroke: steelblue;
    stroke-width: 2;
    fill: none;
}

#visualisation_wrapper_1 .axis path,
#visualisation_wrapper_1 .axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}
/***/
#visualisation_wrapper_2 path { 
    stroke: steelblue;
    stroke-width: 2;
    fill: none;
}

#visualisation_wrapper_2 .axis path,
#visualisation_wrapper_2 .axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

/**/
#visualisation_wrapper_1 {
	text-align:center;
}
.graphdouble_name_1 {
	font-size:0.8em;
	color:steelblue;
	float:left;
	font-weight:normal;
}
.graphdouble_name_2 {
	font-size:0.8em;
	color:darkred;
	float:right;	
	font-weight:normal;	
}
#cookiesPolicyBox p {
	font-size:0.9em;
	line-height:1.6em;
}
.cookies_policy {
	margin-bottom:10px;
}