/* general styles */
html, body, h1, h2, h3, h4, p, form{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6em;
  color: rgb(52,47,46);
  background-color: #FFF;
}
img.imageFit,
img.imageContain{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
img.imageContain{
  object-fit: contain;
}

.logo,
.footerlogo{
  max-height: 30px;
  display: block;
  box-sizing: border-box;
}
.footerlogo{
  max-height: 24px;
  max-width: 80%;
}

strong{
  font-weight: 700;
}

.text-column-2{
  column-count: 2;
  column-gap: 20px;
}
.text-column-3{
  column-count: 3;
  column-gap: 20px;
}
.text-column-4{
  column-count: 4;
  column-gap: 20px;
}

@media screen and (max-width: 767px) {
  .text-column-4{
    column-count: 2;
    column-gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .bg-md-none{
    background: none !important;
  }
}


table.table-fit {
  width: auto !important;
  table-layout: auto !important;
}
table.table-fit thead th, table.table-fit tfoot th {
  width: auto !important;
}
table.table-fit tbody td, table.table-fit tfoot td {
  width: auto !important;
}


.smallLabel{
  font-size: 0.75em;
  top: 10px;
  opacity: 0.65;
}

.mh-2-lines{
  min-height: 45px;
}
.form-floating textarea.form-control{
  height: 150px;
}

button .fa-spin{
  display: none;
}
button.disabled .fa-spin{
  display: inline-block;
}

.pointer{
  cursor: pointer;
}

.fs-7{
  font-size: 0.8em;
}

.alert-fixed {
  position:fixed;
  top: 60px;
  right: 60px;
  width: 250px;
  z-index:9999;
}

.homeHeader{
  background-image: url("../uploads/image/1184_0_4x.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 12px;
  padding-top: 5%;
  padding-bottom: 5%;
}
.homeHeader h1,
.homeHeader p{
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.roomLabel{
  transform: rotate(-45deg);
  left: -40px;
  top: 25px;
  width: 150px;
}

.navbar-toggler-icon{
  color: #FFF !important;
}
.langSelect{
  position: relative;
  z-index: 100;
}
.langSelect:hover ul{
  display: block;
}

.langSelect ul{
  display: none;
  position: absolute;
  left: -1px;
  top: 33px;
  background-color: #f8f9fa;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .langSelect ul{
    width: 100%;
  }
  .headerButtons li a{
    display: block;
    width: 100%;
  }
}

.langSelect ul li{
  white-space: nowrap;
}