body{
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  text-transform: uppercase;
  font-weight: 300;
}

.logoDiv{
  display: flex;
}
.logoTxt{
  text-transform: uppercase;
  font-weight: 300;
  margin:0 0 0 1rem;
  padding-top: 1rem;
}
.logoTxt i{
  float: left;
  display: inline-block;
  margin-top: 0.5rem;
}
.nav-icon{
  font-size: 2rem;
}
.topnav .nav-link{
  text-align:center;
}
a.logoTxt{
  color: inherit;
  text-decoration: none;
}
.main-nav, .xtFont{
  text-transform: uppercase;
  font-weight: 300;
}                              

.logo-icon{
  margin-top: -0.8rem;
  margin-right: 1rem;
  display: inline-block;
  float: left;
}
.icon-lg{
  font-size: 3rem;
}
.icon-x2{
  font-size: 6rem;
}
.auto-height{
  height: auto;
}

.availablelabel{
  color: #fff;
}
a.active{
  color: #3498DB !important;
}
.countDown{
  font-weight: bold;
  color: #3498DB;
}
.chartMonth{
  width: 100%;
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}

.qrtooltip{
  width: 175px;
  padding: 10px;
  background-color: #fff;
}