html, body {
  background-color: #28293a;
}

.left-contaiter{
 background-color: #283848;
 padding: 0;
 color: #ffffff;
}

.head-title{
 padding: 20px;
 width: 100%;
 /*background-color: #353f48;*/
 background-color: #283848;
}

/*--------------------- MAP -----------------------*/

html, body, #map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.geolocate {
  top: 65px;
  left: .5em;
}
.ol-touch .geolocate {
  top: 80px;
}

.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;
}
.measure-control {
  top: 65px;
  left: .5em;
}
.ol-touch .measure-control {
  top: 80px;
}

/*----------------------------------------------------------*/
/*--------------------- NEWS STICKER -----------------------*/

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
.con-newsticker{
  width:100%;
  margin:20px auto;
  height:600px;
  background-color:#ffffff;
  overflow:hidden;
  margin-top: 0px;
}
.con-newsticker ul{
  list-style:none;
  position:relative;
}
.con-newsticker ul li{
  height:80px;
  background-color:#ffffff;;
  text-align: left;
  border-bottom:1px solid #eaeaea;
  padding-left: 20px;
}
.con-newsticker ul li h2,
.con-newsticker ul li h3,
.con-newsticker ul li h4{
  color:#555555;
  padding-top:10px;
}
.con-newsticker ul li h4{
 font-size: 12pt;
}
.con-newsticker ul li p{
  text-align:left;
  color:#555555;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
 }

/*----------------------------------------------------------*/

