th.sunday {
  color: crimson;
}

.table > tbody > tr > td, .table > thead > tr > th {
  vertical-align: middle;
  text-align: center;
}

.card-container {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(229,229,229,1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(229,229,229,1);
  box-shadow: 0px 0px 5px 3px rgba(229,229,229,1);
  padding:10px;
  border-radius:3px
}

.new-booking {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: 5px 5px 14px -1px rgba(88,89,92,1);
  -moz-box-shadow: 5px 5px 14px -1px rgba(88,89,92,1);
  box-shadow: 5px 5px 14px -1px rgba(88,89,92,1);
}

.options-button {
  position: fixed;
  left: 20px;
  bottom: 20px;
}

.options-button > button {
  -webkit-box-shadow: -5px 5px 14px -1px rgba(88,89,92,1);
  -moz-box-shadow: -5px 5px 14px -1px rgba(88,89,92,1);
  box-shadow: -5px 5px 14px -1px rgba(88,89,92,1);
}

.options-button > ul {
  min-width: 370px;
}

.last-option {
  padding-bottom: 20px;
}

.label-legenda {
  display: inline-block;
  font-size:13px;
  width: 167px;
  padding: 10px;
}

.option-section-title {
  padding-bottom:15px;
}

.card {
  padding-bottom: 50px;
}

.circle-orange {
  color: #f39c12;
}

.circle-red {
  color: crimson;
}

.circle-green {
  color: #18bc9c;
}

.circle-blue {
  color: #37bce5;
}

.circle-grey {
  color: #677272;
}

.fa-circle {
  cursor: help;
}

.today-column {
  background-color: #d6f2f9;
  border-left: solid 1px #7ecadd !important;
  border-right: solid 1px #7ecadd !important;
}

.today-legenda {
  padding: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.search > input::placeholder {
  color: #dce4ec !important;
}

.box-info-booking {
  position: fixed;
  top: 100px;
  right: 40px;
  background-color: white;
  padding:20px 15px;
}

.box-info-booking > h4 {
  margin:0px;
}

.fa-times-circle {
  color: crimson !important;
}

.fa-check-circle {
  color: green !important;
}

.bootstrap-select > .btn-default {
  color: black !important;
  background-color: white !important;
  border-color: #dce4ec !important;
}
.isSelected {
  background-color: #f9ed7c !important;
}

.ghost-input {
  border: none;
  text-align: center;
  position: relative;
  display: none;
  cursor: pointer;
  color: transparent;
  text-shadow: 0 0 0 black;
}

.ghost-input:focus {
  outline:none;
}

.bootstrap-datetimepicker-widget {
  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
}

.help-button-container {
  position: fixed;
  bottom: 20px;
  right: 0px;
  width: 100%;
  text-align: center;
  display: none;
}

.help-booking {
  -webkit-box-shadow: 5px 5px 14px -1px rgba(88,89,92,1);
  -moz-box-shadow: 5px 5px 14px -1px rgba(88,89,92,1);
  box-shadow: 5px 5px 14px -1px rgba(88,89,92,1);
}
