body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  min-height: 100%;
  display: block;
  background:url(/images/skiers.jpg);background-attachment:fixed;background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;-o-background-size:cover;
}

#loading {
  display: none;
  position: fixed;
  z-index: 10000000;
  left: 50%;
  top: 40%;
}

#topbar {
  background-color: #398adf;
  width: 100%;
  min-height: 43px;
  padding: 10px;
  color: #fff;
}

#topbar a:link, #topbar a:visited, #topbar a:hover {
  color: #fff;
}

.navbar-brand {
  top: -10px;
  position: absolute;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #398adf;
  border: 0;
  min-height: 70px;
}

#navbar {
  background-color: #398adf;
}

#navbar li {
  margin-left: 20px;
  min-height: 40px;
}

#navbar li button {
  text-align: left;
  background-color: #398adf;
  color: #fff;
}

#navbar li a:hover {
  border-bottom: solid 2px #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: rgb(100,100,100,0.8);
}

#navbar > ul > li > a
{
  text-align: left;
  color: #fff;
}

#navbar .btn-primary {
  background-color: #398adf;
  border-color: #398adf;
}

.navbar-nav {
  padding-left: 150px;
}

#navbar .nav>li>a {
  padding-top: 0;
  text-decoration: none;
}

#navbar .navbar-nav>li>a {
  padding-top: 0;
}

#logowrapper {
  margin-left: auto;
  margin-right: auto;
  /*max-width: 980px;*/
  min-height: 60px;
  display: block;
  background-color: #398adf;
}

#wrapper {
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 980px;*/
  display: block;
}

#wrapper:before {
  content: " ";
  display: table;
}

#wrapper:after {
  clear: both;
  content: " ";
  display: table;
}

.buffer {
  margin-right: 10px;
  margin-left: 10px;
}

#cart {
  float: right;
  position: relative;
  width: 28%;
}

.cart__timeout {
  z-index: 3000;
  padding: inherit;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cart__section-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns with equal width */
  gap: 2em;
  row-gap: 0.5em;
}

.cart__tip-section {
  text-align: left;
  grid-column: 1;
}

.cart__coupon-section {
  text-align: right;
  grid-column: 2;
}

.cart__coupon-section .btn {
  margin-bottom: 0.5em;
}

.cart__totals {
  grid-column: 2;
  justify-self: end;
}

#content {
  float: left;
  width: 72%;
}

#admincontent {
  float: left;
  width: 100%;
}

#searchpanel {
  height: 50px;
}

#searchpanelsmall {
  height: 50px;
}

.waiverbtn {
  max-width: 90%;
  white-space: normal;
  text-align: left;
}

@media only print {
  #footer {
    display: none;
  }

  #topbar {
    display: none;
  }

  #cart {
    display: none;
  }

  header {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar-default {
    z-index: 1049;
  }

  #content {
    width: 100%;
    margin-top: 0;
  }

  #cart {
    float: none;
    min-height: 20px;
    width: auto;
  }

  .navbar-nav {
    text-align: right;
  }
}

@media only screen and (max-width: 700px) {
  #cart {
    margin-left: 0;
    width: 100%;
    min-height: 0;
  }

  .cart__timeout {
    position: static;
    display: block;
    margin: 5px 0 0 0;
  }

  #logowrapper {
    padding-left: 0;
  }

  #searchpanel {
    height: 120px;
  }

  #searchpanelsmall {
    height: 50px;
  }

}

a {
  color: #0463ca;
  text-decoration: underline;
}

a:hover {
  color: #0463ca;
  text-decoration: underline;
}

h1 {
  color: #964126;
  font-size: 15px;
  font-weight: bold;
}

#footer {
  text-align: left;
  width: 100%;
  background-color: #398adf;
  min-height: 43px;
  color: #fff;
  padding: 10px;
}

.error {
  color: #f00;
}

.notice {
  color: #00f;
}

#footer a, #footer a:visited {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.wrapselect {
  word-wrap: break-word;
  white-space: normal;
}

.dropdown-menu>li>a {
  text-decoration: none;
  color: #fff;
}

/* fixing remaining .selectpicker dropdowns */
.bootstrap-select .dropdown-menu>li>a {
  color: #000;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
  }
}

.dropdown-menu {
  /*background-color: rgb(100,100,100,0.8);*/
  background-color: #fff;
}

.teetime {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #aaa;
  background-color: #85e085;
  margin-right: 10px;
  margin-bottom: 10px;
}

#teetimetime {
  font-weight: bold;
  font-size: 1.2em;
}

button {
  color: #0463ca;
  background-color: #fff;
  border: 0;
}

button:hover {
  border-bottom: solid 2px #0463ca;
}


a.btn {
  text-decoration: none;
}

button.btn:hover {
  border-width: 1px;
}

.panel-default>.panel-heading {
  background-color: #398adf;
  border-color: #398adf;
  color: #fff;
}

.panel-default>.panel-heading h3 a:hover {
  color: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #0463ca;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #0463ca;
}

.btn-primary {
  background-color: #398adf;
  border-color: #398adf;
}

.btn-primary:hover {
  background-color: #0463ca;
  border-color: #0463ca;
}

#myCarousel.carousel {
  height: 300px;
  margin-bottom: 20px;
}

#myCarousel.carousel-caption {
  z-index: 10;
}

#myCarousel.carousel .item {
  height: 300px;
  background-color: #fff;
}

#myCarousel.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}

#roomCarousel.carousel {
  height: 220px;
}

table.lifttable th {
  text-align: center;
}

table.lifttable td {
  min-height: 100px;
}

table.lifttable td, table.lifttable th {
  background-color: #266686;
  color: #fff;
  border: 5px solid #fff;
  width: 14%;
}

table.lifttable .wkend {
  background-color: #8ca029;
  color: #fff;
}

table.lifttable tbody td {
  cursor: pointer;
}

.liftdeal {
  text-align: center;
  font-size: 20pt;
}

.liftsubdeal {
  text-align: center;
  font-size: 10pt;
  color: #ddd;
}

.lifttimeslot {
  border: 1px solid #efefef;
  margin-bottom: 2px;
  padding: 2px;
}

.liftdayofweek {
  display: none;
}

table.lifttable td.dealexpired {
  background-color: #999;
}

@media only screen and (max-width: 800px) {
  table.lifttable td {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100px;
  }

  table.lifttable th {
    display: none;
  }

  .liftdayofweek {
    display: inline;
  }
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  width: 300px;
  z-index: 10000;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
  content: "\e114";    /* adjust as needed, taken from bootstrap.css */
  float: right;        /* adjust as needed */
  color: #fff;         /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

#accordion .panel-heading a {
  text-decoration: none;
}

#accordion .panel-heading a:hover {
  color: #fff;
  text-decoration: underline;
}

[data-toggle~="collapse"] {
  cursor: pointer;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

#content .panel, #cart .panel {
  background-color: transparent;
}

#content .panel-body {
  background-color: rgba(255,255,255,0.9);
  min-height: 72vh;
}

#cart .panel-body {
  background-color: rgba(255,255,255,0.9);
}

.balance-banks-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; /* Set a high z-index value */
}

.balance-banks-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 80%;
  max-width: 600px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  position: relative; /* Ensure that content respects the z-index of the modal */
  z-index: 1000; /* Set a higher z-index value than the modal background */
}

/* Style the Apply Settings button */
#centerSettingsContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px; /* Adjust as needed for spacing */
}

/* Style the "Apply Settings" button */
#applySettingsBtn {
  background-color: #007BFF;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

/* Hover effect for the "Apply Settings" button */
#applySettingsBtn:hover {
  background-color: #0056b3;
}
.close-balance-banks-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #555;
  cursor: pointer;
}

/* Style the modal title */
.balance-banks-modal-title{
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  margin-top: 0; /* Remove default top margin for h2 */
  text-align: center; /* Center the text horizontally */
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
  background-color: #fff;
}

.table-striped th, .table-striped tfoot {
  background-color: #fff;
}

.datepicker-dropdown {
  background-color: #fff;
}

.rescalrow a, .rescalrow a:visited {
  color: #fff;
}
