/* custom fontovi */
.custom-font-header1 {
  font: 15px arial, sans-serif;
}


.custom-font-p1 {
  font: 12px arial, sans-serif;
}

.custom-font-brzarazenih {
  font: 12px arial, sans-serif;
	color: red;
}

/* slider */
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #708090;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #708090;
  cursor: pointer;
}

.custom-button {
  background-color: #708090;
  border: none;
  color: white;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* easy button leaflet custom css */
.star{
  font-size: 3em;
} 

.target{
  font-size: 3em;
  background-color: #708090;
} 

/*******************************
stilovi za tabove kod grafova 
******************************/
 /* Style the tab */
 .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  height:40px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 

#goBack {
  display: block;
  color: white;
  font-size: 24px;
  background-color: #1f4d99;
  border: none;
  padding: 5px;
  border-radius: 10px;
  margin: auto;
  cursor: pointer;
  width: 30px;
  text-decoration: none;
  box-shadow: 0px 0px 5px black;
  margin-bottom: 5px;
}

#goBack:hover {
  background-color: #c54c1c;
}

