h1 { font-family: "Open Sans"; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; text-align: left;}
h2 { font-family: "Open Sans"; font-size: 19px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 19.4px; text-align: left; 
  background-color: #0082bc; padding: 5px; color:#f1f1f2}
h3 { font-family: "Open Sans"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; }
p { font-family: "Open Sans"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
div {font-family: "Open Sans"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
blockquote { font-family: "Open Sans"; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; }
pre { font-family: "Open Sans"; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
.podpis {font-family: "Open Sans"; font-size: 13px; font-style: italic; font-variant: normal; font-weight: 400; line-height: 15px;}

body {
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify;
}

div {
    padding: 5px;
}

.container {
    padding: 0px;
}

.col-md-4 {
    padding: 0px;
}

.col-md-8 {
    padding: 0px;
}

.nav-link{
    color: #333333;
}

.nav-pills{
    /* background-color: #f1f1f2;*/
    color: #0082bc;
}

.nav-pills .nav-link.active {
    background-color: #0082bc;
}

.btn-primary {
  width: 180px;
  height: 30px;
  padding: 5px;
  color: #0082bc;
  background-color: #f1f1f2;
  border-color: #f1f1f2;
  text-align: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.btn-secondary {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  padding: 5px;
  color: #0082bc;
  background-color: #f1f1f2;
  border-color: #f1f1f2;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #8aadba;
    color: #ffffff;
    border-color: #ffffff;
    outline: none !important;
    box-shadow: none;
}

.obroba {
    border: 1px solid;
    border-color: black;
}


#carousel-temp,
#carousel-pada,
#carousel-utci,
#carousel-agro2 {
    margin-left: 25px;
    margin-right: 25px;
  }
  
  .item img {
    margin-left: auto;
    margin-right: auto;
  }
  
  .selected img {
      opacity:0.5;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    background: none;
    border: none;
  }
  
  .carousel-control-prev {
    margin-left: -60px;
  }
  
  .carousel-control-next {
    margin-right: -60px;
  }
  
  .carousel-control {
    width: 80%;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #0082bc;
  }

.carousel-indicators {
    bottom: -10px;
}

.carousel-indicators .active{
    background-color: #0082bc;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #f1f1f2;
  }

  *, ::after, ::before{
    bottom: 5px;
  }

  .row {
    display: flex;
  }
  
  .column {
    flex: 50%;
    padding: 5px;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /*.banner {
    background-image: url(../assets/pexels-francesco-ungaro-1710813.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    opacity: 0.6;
    height: 80px;
  }
*/

div.h4 {
  font-family: "Open Sans"; 
  font-size: 36px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 700; 
  line-height: 15.4px; 
  color: #f1f1f2;
  background-color: #0082bc;
  padding: 20px;
}

.tg  {border-collapse:collapse;border-spacing:0;margin:0px auto;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:"Open Sans";font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:"Open Sans";font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:middle}

.karta {
  width: 70%;
}

.bio-datum {
  font-style: italic;
}

table#pocutje, table#pocutje th, table#pocutje td, table#pocutje tr {
  border: 1px solid black;
  text-align: center;
  background-color: white;
}

footer {
  text-align: center;
  padding: 3px;
  background-color: #0082bc;
  color: white;
}

table {
  border: 1px solid #C0C0C0;
  text-align: left;
  border-collapse: collapse;
}
table td, table th {
  border: 1px solid #ced4da;
  padding: 3px 2px;
}

table tr:nth-child(even) {
  background: #c0c0c0;
}

table tbody tr.thead {
  background: #0082BC;
  border-bottom: 5px solid #FFFFFF;
  padding: 3px 2px;
}
table tbody th.thead {
  background: #0082BC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 5px;
  border-bottom: 3px solid #C0C0C0;
}
/*table thead th:first-child {
  border-left: none;
}*/

table th.tfoot {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background: #008dbc;
  border-top: 3px solid #C0C0C0;
  padding: 5px 5px;
}


div.ozon {
  display:none;  
}

.demo, .demo ul, .demo li {

  width: max-width;

  list-style: none outside none;
  padding-left: 0;
  margin-bottom:0;

  display: block;
  float: center;
  margin-right: 6px;
  cursor:pointer;
}

.uv {
  display: block;
  height: auto;
  max-width: 100%;
  border: 1px solid;
  border-color: black;
}



.highcharts-figure, .highcharts-data-table table {
  min-width: 310px; 
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

#myframecvet{
  position:relative; 
  overflow:hidden; 
  height:1430px; 
  width:100%;
}


#myframe{
  position:absolute;
  top:-400px;
}

#myframefeno{
  position:relative; 
  overflow:hidden; 
  height:850px; 
  width:100%;
}


#myframef{
  position:absolute;
  top:-50px;
}


  @media screen and (max-width: 768px) {
    div.skrij {
      display: none;
    }

    .carousel-control-prev {
      margin-left: -10px;
    }

    .carousel-control-next {
      margin-right: -10px;
    }

  }

  @media screen and (max-width: 768px) {
    .column {
      flex: 100%;
    }
  }

  
  @media screen and (max-width: 768px) {
    .tg {width: auto !important;}
    .tg col {width: auto !important;}
    .tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;margin: auto 0px;}
  }

  @media screen and (max-width: 768px) {
    .karta {
      width: 100%;
    }
  }

  @media screen and (max-width: 500px) {
    div.h4 {
      font-size: 20px; 
    }
  }

 /*  #date-location { display: inline-block; position: absolute; left: 15px; top: 125px; text-align: left; background-color: #FFFFFF; border: 1px solid #006699; padding: 4px; z-index: 2; }

.date-font { color: #006699; font: 13px arial, sans-serif; font-weight: bold; } */
