@import "bootstrap.css";
@import "./bootstrap-select/bootstrap-select.css";
.fa.fa-instagram,
.fa.fa-linkedin-square {
  font-family: FontAwesome;
}

/*.fa-instagram::before {
  content: "\f16d"!important;
}*/
.ui-datepicker {
  display: none;
  width: 280px;
  background-color: #FFF;
  padding: 15px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
  width: 23px;
  height: 23px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  left: 2px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: block;
  font-size: 1.5em;
  background: transparent url("/system/modules/cz.nelasoft.opencms.orientalni-ustav/resources/images/sprite.png") -82px 0 no-repeat;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: block;
  font-size: 1.5em;
  background: transparent url("/system/modules/cz.nelasoft.opencms.orientalni-ustav/resources/images/sprite.png") -105px 0 no-repeat;
}
.ui-datepicker table {
  display: table !important;
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 1rem 0 0.4em;
  color: theme-color("default");
  background: #FFF;
}
.ui-datepicker table thead th {
  padding: 5px 0 !important;
  text-align: center;
  font-weight: normal;
}
.ui-datepicker table td {
  padding: 1px !important;
}
.ui-datepicker table td a {
  display: block;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  color: theme-color("default");
  opacity: 1;
  transition: all 200ms;
  border: 1px solid transparent;
}
.ui-datepicker table td a:hover {
  opacity: 0.7;
  transition: all 200ms;
  border: 1px solid theme-color("color2");
}
.ui-datepicker table td.highlight a {
  background-color: theme-color("color2");
  color: #fff;
}
.ui-datepicker table td.ui-datepicker-today a {
  background-color: theme-color("color2");
  color: #fff;
  font-weight: bold;
}

body.darkMode #form-list-filter {
  background: #4f4f4f !important;
}
body.darkMode #form-list-filter .form-row {
  background: #4f4f4f;
}
body.darkMode .ui-datepicker {
  background: #4f4f4f;
}
body.darkMode .ui-datepicker table {
  background: #4f4f4f;
}

.bootstrap-select {
  width: 100%;
  display: inline-block;
  background: none;
}
.bootstrap-select .dropdown-toggle {
  text-decoration: none;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
}
.bootstrap-select .dropdown-toggle:hover {
  text-decoration: none;
}
.ui-datepicker {
  z-index: 1111 !important;
}

select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker {
  display: block !important;
}

.ui-state-highlight {
  background-color: #6c757d;
}

.layout-homepage .logo-cont, .logo-cont {
  display: flex;
  margin-right: 4rem;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.layout-homepage .logo-cont .logo a img, .logo-cont .logo a img {
  height: 120px;
  margin-right: 2rem;
  vertical-align: text-bottom;
}

.homebuttons {
  padding: 0 !important;
  margin-bottom: 2rem !important;
}
.homebuttons .hp-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F0EDEE;
}
.homebuttons .hp-buttons .button-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* Make buttons stretch to the same height */
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.homebuttons .hp-buttons .button-container .button {
  flex: 1;
  padding: 1rem 0 !important;
  margin: 0;
  color: #fff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  border-top: 2px solid transparent;
  transition: background-color 0.3s, border-color 0.3s;
  background-color: #00559C;
  text-align: center;
  min-width: 150px;
  font-weight: 700;
}
.homebuttons .hp-buttons .button-container .button:hover {
  background: #F0EDEE;
  border-color: #00559C !important;
  cursor: pointer !important;
  transition: all 200ms;
  opacity: 0.85;
  color: #00559C;
}

body.darkMode .akcebutton .hp-buttons, body.darkMode .homebuttons .hp-buttons {
  background: #181818;
}
body.darkMode .akcebutton .hp-buttons .button-container .button, body.darkMode .homebuttons .hp-buttons .button-container .button {
  flex: 1;
  padding: 0.5rem 0 !important;
  margin: 0;
  color: #fff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  border-top: 2px solid transparent;
  transition: background-color 0.3s, border-color 0.3s;
  background-color: #4f4f4f;
  text-align: center;
  min-width: 150px;
  font-weight: 700;
}
body.darkMode .akcebutton .hp-buttons .button-container .button:hover, body.darkMode .homebuttons .hp-buttons .button-container .button:hover {
  background: #212121;
  border-color: #00559C !important;
  cursor: pointer !important;
  transition: all 200ms;
  opacity: 0.85;
  color: #00559C;
}

@media (max-width: 720px) {
  .hp-buttons .button-container {
    gap: 5px !important;
  }
}
.main-menu-cont {
  position: relative;
}

.layout-homepage #maincontainer .form-list-filter {
  display: none;
}

.btn {
  padding: 0.5rem 1.5rem;
}

.card-body-link-hp h3 {
  font-style: normal;
  color: #00559C;
}
.card-body-link-hp .event-date {
  color: #00559C !important;
  margin-top: -0.5rem;
}
.card-body-link-hp .link-hp {
  padding-right: 2rem;
}
.card-body-link-hp .link-hp:hover {
  text-decoration: none !important;
}

body.darkMode .card-body-link-hp h3 {
  font-style: normal;
  color: #FFF;
}
body.darkMode .card-body-link-hp .event-date {
  color: #FFF !important;
  margin-top: -0.5rem;
}
body.darkMode .card-body-link-hp .link-hp {
  padding-right: 2rem;
}
body.darkMode .card-body-link-hp .link-hp:hover {
  text-decoration: none !important;
}

.card-item.card-item-homepage {
  margin: 0;
}
.card-item.card-item-homepage .card-item-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.card-item.card-item-homepage .card-item-inner .card-body-link {
  height: auto !important;
  flex: 2;
}

.card-item.card-item-homepage .card-item-inner .card-meta {
  padding: 1.25rem;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}

.card-item.card-item-homepage .card-item-inner .card-meta .event-date {
  font-size: 1rem;
}

.card-item.card-item-homepage .card-item-inner .card-body-link .title h3 {
  margin-bottom: 0 !important;
}

.card-item.card-item-homepage .card-item-inner .categories {
  margin-right: 0;
  display: flex;
  gap: 2px;
}

.card-item.card-item-homepage .card-item-inner .categories .tag {
  margin-bottom: 0 !important;
}

.logo-mm {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.logo-mm .logo {
  margin-top: 10px;
}
.logo-mm .logo img {
  height: 158px !important;
}

@media (max-width: 991px) {
  .layout-homepage .logo-cont, .logo-cont {
    justify-content: flex-start;
  }
  .layout-homepage .logo-cont .logo a img, .logo-cont .logo a img {
    height: 55px;
    float: left;
  }
  .layout-homepage .main-menu .logo-mm, .logo-mm {
    display: none;
  }
}
@media (min-width: 992px) {
  .layout-homepage .logo-cont, .logo-cont {
    display: none;
  }
}
#events-filter-type {
  border: 1px solid #ced4da;
  border-radius: 0;
  background: transparent;
  width: 100%;
}

#form-list-filter .form-group input, #events-filter-type {
  height: 100% !important;
}

.akce-card .card-item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.akce-card .card-item-inner .card-body-link {
  height: auto;
}
.akce-card .card-item-inner .card-body-link .event-date {
  font-size: 1rem;
  color: #495057;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.akce-card .card-item-inner .card-body-link .place {
  font-size: 1rem;
  color: #495057;
  margin-bottom: 1rem;
  pointer-events: none;
}
.akce-card .card-item-inner .img-akce {
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .img-akce {
    padding-right: 1rem !important;
  }
}
.post-detail-inner .dateplace {
  display: none;
}
.post-detail-inner .dateplace .categories .tag {
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  color: #495057;
  background: #F0EDEE;
  padding: 0.2rem 0.3rem;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.post-detail-inner .dateplace .event-date {
  font-size: 1rem;
  color: #495057;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.post-detail-inner .dateplace .place {
  margin-bottom: 0.5rem;
}

.akcebutton {
  padding: 0 !important;
  margin-bottom: 2rem !important;
}
.akcebutton .hp-buttons {
  display: flex;
  background-color: #F0EDEE;
}
.akcebutton .hp-buttons .button-container {
  display: flex;
  justify-content: start;
  align-items: stretch; /* Make buttons stretch to the same height */
  flex-wrap: wrap;
  width: 20px;
  gap: 10px;
}
.akcebutton .hp-buttons .button-container .button {
  flex: 1;
  padding: 0.5rem 0 !important;
  margin: 0;
  color: #fff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  border-top: 2px solid transparent;
  transition: background-color 0.3s, border-color 0.3s;
  background-color: #00559C;
  text-align: center;
  min-width: 150px;
  font-weight: 700;
}
.akcebutton .hp-buttons .button-container .button:hover {
  background: #F0EDEE;
  border-color: #00559C !important;
  cursor: pointer !important;
  transition: all 200ms;
  opacity: 0.85;
  color: #00559C;
}

.main-menu-cont {
  top: 0;
}/*# sourceMappingURL=custom.css.map */