/* PHOBS form CSS Document */

#phobs_book {
    padding: 0px;
    margin: 0px;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #000000;
    padding-left: 5px;
}
#phobs_book .booking_naslov {
    font: normal 14px Arial, Helvetica, sans-serif;
}
#phobs_book select {
    font: normal 12px Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    padding: 1px;
}
#phobs_book .destination, #phobs_book .hotel {
    width: 149px;
}
#phobs_book p {
    padding: 1px 0px;
    margin:0px;
}
#phobs_book .button {
    border: 1px solid #369;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #003399;
    background-color: #EEE;
    width: 102px;
    padding: 1px;
}
#phobs_book .access_code {
    font: normal 12px Arial, Helvetica, sans-serif;
    width: 130px;
    border: 1px solid #CCC;
}
#phobs_book a.view_cancel {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #069;
    text-decoration:none;
}
#phobs_book a.view_cancel:hover {
    text-decoration:underline;
    color: Red;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.slides-navigation{z-index: 20}
#slides::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Adjust the opacity as needed */
  z-index: 3;
}

  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15 {
    position: relative;
    min-height: 1px;
  }
  .col-xs-15 {
    width: 20%;
    float: left;
  }
  @media (min-width: 768px) {
    .col-sm-15 {
      width: 20%;
      float: left;
    }
  }
  @media (min-width: 992px) {
    .col-md-15 {
      width: 20%;
      float: left;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-15 {
      width: 20%;
      float: left;
    }
  }
  .realColumn {
    height: 2.5rem;
    background-color: #eee;
    margin: 5px;
    text-align: center;
    font-size: 0.875rem;
    border-radius: 0.5em;
  }
#phobs_book select {
  border: 1px solid black;
  font-size: 0.875rem;
  border-radius: 0.25em;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  color: black;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
#phobs_book .button {
  border: 1px solid lightgray;
  font-size: 0.875rem;
  font-weight: bold;
  color: black;
  background-color: #EEE;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 0.5em;
}
#phobs_book .button:hover {
      border: 1px solid lightgray;
      font-size: 0.875rem;
      font-weight: bold;
      color: black;
      background-color: lightgray;
      width: 100%;
      height: 100%;
      padding: 1px;
      border-radius: 0.5em;
    }
#phobs_book .access_code {
  font-size: 0.875rem;
  width: 100%;
  height: 100%;
  background-color: #EEE;
  text-align: center;
  border-radius: 0.5em;
}
#phobs_book .access_code:focus {
border: 1px solid lightgray;
}
#phobs_book a.view_cancel {
  font-size: 0.875rem;
  color: black;
  text-decoration: none;
  text-align: center;
}
#phobs_book a.view_cancel:hover {
  color: black;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 768px) {
    
}