.navbar.bg-light {
  background-color: white !important;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
}
.navbar.bg-light:hover {
  background-color: white !important;
}

.alert {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.alert.has-subicons {
  padding-right: 75px;
}
.alert.has-subicons .subicons {
  position: absolute;
  bottom: 11px;
  right: 7px;
}
.alert.has-subicons img {
  height: 25px;
}
.alert p {
  margin-bottom: 0px;
}
.alert .closeit {
  content: "+";
  position: absolute;
  z-index: 20;
  cursor: pointer;
  top: 2px;
  right: 3px;
  font-size: 40px;
  transform: rotate(45deg);
}

.navbar-brand {
  display: flex;
}
.navbar-brand img {
  height: 30px;
}
.navbar-brand h5 {
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-brand h5 {
    display: none;
  }
}

.badge {
  transform: translateY(-3px);
  padding: 0.15em 0.4em 0.25em 0.4em;
}

nav .form-group {
  margin-bottom: 0px;
}

nav .select2 {
  width: 270px !important;
}

.select2 a, .select2-results__option a {
  color: black;
  text-decoration: none !important;
}

.select2-results__option--highlighted a {
  color: white;
  text-decoration: none !important;
}

main {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  z-index: 1 !important;
}
main.container-fluid {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
main .side-content {
  width: 375px;
  max-width: 90vw;
  overflow-y: auto;
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
main .side-content .notifications {
  position: fixed;
  top: 80px;
  left: 20px;
  width: 335px;
  max-width: calc(90vw - 40px);
  z-index: 4;
}
main .side-content.wide {
  width: 616px;
}
main .side-content.wide .notifications {
  width: 576px;
}
main .side-content.wide .filter-form {
  padding-right: 40px !important;
}
main .side-content.wide .collapse.show {
  display: flex;
  flex-wrap: wrap;
}
main .side-content.wide .collapse.show .order-1 {
  order: 2;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
main .side-content.wide .collapse.show .order-2 {
  order: 1;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
main .side-content.wide .collapse.show .order-3 {
  margin-left: auto;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
main .map-content {
  width: calc(100vw - 375px);
  min-width: 10vw;
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
}
main .map-content.narrow {
  width: calc(100vw - 616px);
}
main .filter-form {
  background-color: white !important;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
main .small-big-form {
  width: 31px;
  height: 27px;
  position: absolute;
  bottom: -26px;
  left: calc(50% - 15px);
  cursor: pointer;
  background-color: white;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='icon_double_caret' data-name='icon/double caret' transform='translate(15 15) rotate(180)'%3E%3Crect id='base' width='15' height='15' fill='none'/%3E%3Cpath id='select' d='M3886.877,524.493l4.389,4.371,4.223-4.371' transform='translate(-3883.877 -519.493)' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
main .small-big-form[aria-expanded=false] {
  background-image: url("data:image/svg+xml,%3Csvg id='icon_double_caret' data-name='icon/double caret' xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Crect id='base' width='15' height='15' fill='none'/%3E%3Cpath id='select' d='M3886.877,524.493l4.389,4.371,4.223-4.371' transform='translate(-3883.877 -519.493)' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.small-big-sidepanel {
  width: 27px;
  height: 31px;
  position: absolute;
  z-index: 3;
  left: 374px;
  top: calc(50% - 15px);
  cursor: pointer;
  background-color: white;
  box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.16);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='icon_double_caret' data-name='icon/double caret' transform='translate(0 15) rotate(-90)'%3E%3Crect id='base' width='15' height='15' fill='none'/%3E%3Cpath id='select' d='M3886.877,524.493l4.389,4.371,4.223-4.371' transform='translate(-3883.877 -519.493)' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.small-big-sidepanel.wide {
  left: 615px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='icon_double_caret' data-name='icon/double caret' transform='translate(15) rotate(90)'%3E%3Crect id='base' width='15' height='15' fill='none'/%3E%3Cpath id='select' d='M3886.877,524.493l4.389,4.371,4.223-4.371' transform='translate(-3883.877 -519.493)' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .small-big-sidepanel {
    display: none;
  }
}

.filter-results .single-result {
  border-top: 1px solid black;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: calc(100% - 15px) 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='icon_double_caret' data-name='icon/double caret' transform='translate(15 15) rotate(180)'%3E%3Crect id='base' width='15' height='15' fill='none'/%3E%3Cpath id='select' d='M3886.877,524.493l4.389,4.371,4.223-4.371' transform='translate(-3883.877 -519.493)' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.filter-results .single-result[aria-expanded=false] {
  background-image: url("data:image/svg+xml,%3Csvg id='icon_double_caret' data-name='icon/double caret' xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Crect id='base' width='15' height='15' fill='none'/%3E%3Cpath id='select' d='M3886.877,524.493l4.389,4.371,4.223-4.371' transform='translate(-3883.877 -519.493)' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}
.filter-results .single-result[aria-expanded=true] {
  background-color: #FAFCFC;
}
.filter-results .collapse.show {
  background-color: #FAFCFC;
}
.filter-results .otviracka {
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: calc(100% - 15px) 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='icon_double_caret' data-name='icon/double caret' transform='translate(15 15) rotate(180)'%3E%3Crect id='base' width='15' height='15' fill='none'/%3E%3Cpath id='select' d='M3886.877,524.493l4.389,4.371,4.223-4.371' transform='translate(-3883.877 -519.493)' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.filter-results .otviracka[aria-expanded=true] {
  background-color: #E2E6EA;
}
.filter-results .otviracka[aria-expanded=false] {
  background-image: url("data:image/svg+xml,%3Csvg id='icon_double_caret' data-name='icon/double caret' xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Crect id='base' width='15' height='15' fill='none'/%3E%3Cpath id='select' d='M3886.877,524.493l4.389,4.371,4.223-4.371' transform='translate(-3883.877 -519.493)' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}
.filter-results .otviracka .table {
  margin-bottom: 0px;
}
.filter-results .otviracka .table td {
  padding-top: 0px;
  padding-bottom: 0px;
}
.filter-results .otviracka .collapse.show {
  background-color: #E2E6EA;
}

.side-content.wide .otviracka {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}
.side-content.wide .otviracka + form {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}
.side-content.wide .otviracka + form .order-1, .side-content.wide .otviracka + form .order-2, .side-content.wide .otviracka + form .order-3 {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.nav-tabs .nav-link {
  color: black;
}
.nav-tabs .nav-link.active {
  font-weight: bold !important;
}

.table-bordered {
  vertical-align: middle;
}
.table-bordered th {
  font-weight: bold !important;
  vertical-align: middle;
}
.table-bordered td {
  vertical-align: middle;
}
.table-bordered td a {
  color: black;
}

.dataTables_filter {
  float: left !important;
  text-align: left !important;
}

/*# sourceMappingURL=reservation.css.map */
