.form-error-message {
  color: red;
}

.form-error-icon {
  background-color: red;
}

.js-datepicker {
  width: 110px!important;
}

.js-quantity {
  width: 80px!important;
}

li.nav-item.active {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #fff;
  border-radius: 8px 8px 0 0;
  margin-bottom: -1px;
}

nav.navbar {
  padding: 0 1rem;
  border-bottom: 1px solid #81B9BA;
}

.nav-link {
  color: #337ab7 !important;
}

.nav-link:hover, .dropdown-item:hover {
  background-color: #ddd;
}

.ui-widget-content {
  background: #eee;
  border: 3px solid #81B9BA;
}

.ui-widget-header {
  background: #81B9BA;
  border: 0;
}

.modal-body button {
  display: none;
}

.modal {
  height: auto !important;
}

.modal a.close-modal[class*="icon-"] {
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: #900;
  border: 2px solid #fff;
  -webkit-border-radius:  26px;
  -moz-border-radius:     26px;
  -moz-box-shadow:    1px 1px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  box-shadow:         1px 1px 5px rgba(0,0,0,0.5);
}