.container {
  background-color: #727272;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  padding: 1px;
}

.flex {
  background-color: #c0c0c0e3;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  padding: 1px;
  margin: 3px;
  border-radius: 0px;
}

#map {

  height: 200px;

}

#control {

  height: 50px;

}

.ol-popup {

  position: absolute;
  background-color: rgb(250, 250, 250);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);

  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;

  min-width: 200px;
  max-height: 400px;
  min-height: 50px;
  overflow: 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: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "✖";
}

.GPS {

  position: absolute;
  background-color: rgb(188, 231, 248);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);

  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;

  min-width: 10px;
  min-height: 10px;
  overflow: hidden;

}

#popup-content table {
  border-radius: 3px;
  width: 250px;
  max-width: 250px;
}

#popup-content th {
  text-align: left;
  background-color: lightgrey;
}


#popup-content td {
  text-align: left;
}

.ol-control.ol-timeline {

  background-color: rgba(240, 240, 240, .7) !important;
}

.ol-timeline .ol-scroll {
  height: 7em;
}

.ol-feature {
  transform: translateX(-50%);
  min-width: 7em !important;
  max-height: 4.4em !important;
  font-size: 0.6em !important;
  text-align: center;
  border-radius: 0.6em;
  color: black !important;
  background: rgba(255, 255, 255, 1) !important;

}

.ol-timeline.ol-zoomhover .ol-scroll .ol-feature:hover, .ol-timeline.ol-zoomhover .ol-scroll .ol-feature.ol-select {
  transform: translateX(-50%) translateY(50%) scale(2);
}

.ol-time.ol-year {
  color: black !important;
  font-size: 0.9em !important;
  font-weight: bold !important;
}

.ol-time.ol-month {
  color: rgba(0, 0, 0, 0.821) !important;
  font-size: 0.7em !important;
}



.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-filter-circle-xmark:before {
  content: "\e17b";
}

.fa-bars-staggered:before {
  content: "\f550";
}

.fa-map:before {
  content: "\f279";
}

.fa-location-dot:before {
  content: "\f276";
}

.fa-xmark:before {
  content: "\f00d";
}

.flag {
  height: 2em;

  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 0.2em;

}

#player {
  width: 100%;
  height: 100%;
  box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

#playerOut {
  text-align: right;
  width: 480px;
  height: 270px;
  position: absolute;
  top: 20px;
  left: 50px;
  z-index: 10;
}

#gumbX {
  box-shadow: 20px 17px 10px;
  border-radius: 10px;
  width: 30px;
}

#playerOutheader {
  padding: 4px;
  cursor: move;
  z-index: 10;
  background-color: rgba(255, 0, 0, 0.3);
  border-radius: 10px;
}

#playerText {
  display: inline-block;
  width: 360px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: left;
}

#graf {
  width: 100%;
  height: 100%;
  box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  background-color: white;
  z-index: 11;
}

#grafOpis {
  width: 100%;
  height: 30%;
  box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  background-color: white;
  z-index: 11;
}

#grafOut {
  text-align: right;
  width: 480px;
  height: 300px;

  position: absolute;
  top: 350px;
  left: 50px;
  z-index: 11;
}

#grafOutheader {
  padding: 4px;
  cursor: move;
  z-index: 11;
  background-color: rgba(0, 0, 255, 0.3);
  border-radius: 10px;
}

#grafNaslov {
  display: inline-block;
  width: 420px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: left;
}


#podatki td {
  border: 1px solid black;
  text-align: left;
  min-width: 80px;
  padding: 2px 2px 2px 10px;
}

#tabela {
  width: 94%;
  height: 100%;
  box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  background-color: white;
  z-index: 12;
  padding: 3%;

}

#tabelaOpis {
  width: 100%;
  height: 30%;
  box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  background-color: white;
  z-index: 12;
}

#tabelaOut {
  text-align: right;
  width: 400px;
  height: 270px;

  position: absolute;
  top: 20px;
  left: 50px;
  z-index: 12;
}

#tabelaOutheader {
  padding: 4px;
  cursor: move;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

#tabelaNaslov {
  display: inline-block;
  width: 340px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: left;
}

#tblLayers {
  width: 350px;
  height: 50px;
  border: 1px black solid;
}

#divPod {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

#tblLayers th {
  background-color: grey;
  border: 1px black solid;
  text-align: left;

}

#tblLayers .th1 {
  width: 200px;
  text-align: left;
}

#tblLayers .th2 {
  width: 35px;
  text-align: left;
}

#tblLayers .th3 {
  width: 60px;
  text-align: right;
}

#tblLayers .th4 {
  text-align: right;
}

#tblLayers .th5 {
  text-align: right;
  width: 65px;
}

#tblLayers .td1 {
  background-color: rgb(190, 209, 255);
  font-weight: bold;
  text-align: left;
}

#tblLayers .td2 {
  width: 35px;
  text-align: left;
}

#tblLayers .td3 {
  width: 60px;
  text-align: right;
}

#tblLayers .td4 {
  text-align: right;
}

#tblLayers .td5 {
  text-align: right;
  width: 65px;

}


#gumbMap {
  border-radius: 10px;
  width: 30px;
}

#divPOI {
  text-align: left;
  overflow-y: auto;
  height: 100%;
}

#naslov {
  background-color: rgb(210, 210, 210);
  font-weight: bold;
  padding: 2px;
  border-radius: 2px;
  text-align: left;
}

#divPOIeach {
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 10px;
}

#pPOIeach {
  padding: 1px;
}

#Opis {
  font-weight: bold;
  width: 100px;
  display: flex;
}