/*$brandColor: #c70024;*/
body {
  font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; }

[v-cloak] {
  display: none; }

.header {
  height: 30px;
  background-color: #ef3641; }
  .header .block {
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: white;
    min-width: 30px;
    padding: 0 5px;
    text-align: center; }
    .header .block.facebook:hover {
      background-color: #47639e; }
    .header .block.youtube:hover {
      background-color: #e62117; }
    .header .block a {
      color: white; }

.logo {
  height: 60px; }

.logo-img {
  margin-left: 10px; }

.content--wrap {
  width: 560px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.calendar--wrap {
  width: 385px;
  margin: 0 auto;
  text-align: center; }

.appointment--title {
  color: #259e25;
  font-size: 18px; }

.calendar--title {
  color: #ef3641; }

.calendar--month-selector {
  background-color: #ef3641;
  color: white;
  line-height: 36px;
  height: 36px;
  text-align: center;
  font-size: 16px; }

.month-selector--title {
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

.month-selector--arrow {
  border-radius: 15px;
  margin: 3px;
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .month-selector--arrow.prev-month {
    float: left; }
  .month-selector--arrow.next-month {
    float: right;
    text-indent: 2px; }
  .month-selector--arrow:hover {
    background-color: #f14e57; }

.calendar--date-table {
  width: 100%; }
  .calendar--date-table td, .calendar--date-table tr {
    padding: 0;
    margin: 0; }
  .calendar--date-table td {
    width: calc(100%/7); }

.calendar--day-name-list th {
  padding: 5px 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.calendar--day {
  height: 55px;
  cursor: pointer; }
  .calendar--day.today .calendar--day-text {
    background-color: Silver; }
  .calendar--day:hover .calendar--day-text {
    background-color: #f14e57;
    color: white; }
  .calendar--day.selected .calendar--day-text {
    background-color: #ef3641;
    color: white; }
  .calendar--day.anotherMonth {
    color: #bebebe; }
  .calendar--day.scheduledAppointment .calendar--day-text {
    background-color: #0b820b;
    color: #FFFFFF; }
  .calendar--day.scheduledAppointment:hover .calendar--day-text {
    background-color: #00A400;
    color: #FFFFFF; }

.calendar--day-text {
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  line-height: 30px;
  border-radius: 15px; }

.calendar--week-details {
  border: 7px solid gainsboro;
  padding: 10px; }

.calendar--week-details-title {
  color: #ef3641;
  font-weight: bold;
  padding-bottom: 5px; }

.calendar--time-list {
  width: 100%;
  font-size: 12px; }

.calendar--time {
  line-height: 14px;
  color: #bebebe;
  cursor: default; }
  .calendar--time.available {
    cursor: pointer;
    color: black; }

.calendar--time-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 0 4px;
  border-radius: 10px;
  margin: 1px;
  min-width: 60px; }

.available .calendar--time-text:hover {
  background-color: #f14e57;
  color: white; }
.available.selected .calendar--time-text {
  background-color: #ef3641;
  color: white; }

.scheduledAppointment .calendar--time-text {
  background-color: #0b820b;
  color: #FFFFFF; }
.scheduledAppointment.available .calendar--time-text:hover {
  background-color: #00A400;
  color: #FFFFFF; }
.scheduledAppointment.selected .calendar--time-text {
  background-color: #0b820b;
  color: #FFFFFF; }

.btn-brand {
  background-color: #ef3641;
  color: white !important; }

.select-time-btn {
  margin-top: 10px;
  background-color: #ef3641;
  color: white !important; }

.day-loading-wrap {
  height: 181px; }
  .day-loading-wrap img {
    padding-top: 30px; }

.modal-content {
  position: relative; }

.modal-content-mask {
  display: none; }

.modal-content.masked .modal-content-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(192, 192, 192, 0.4); }
  .modal-content.masked .modal-content-mask img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px; }

.modal-title {
  font-size: 24px;
  color: #ef3641;
  text-align: center; }

.modal-header {
  border-bottom: 7px solid #ef3641; }
  .modal-header .close {
    display: none; }

.modal-footer {
  border-top: none; }

.form-group {
  position: relative; }

.form-group .help-block.with-errors {
  position: absolute;
  top: 52px;
  left: 15px; }

.entypo-fontello:before {
  font-family: 'entypo-fontello'; }

.shop-name {
  float: right;
  font-size: 20px;
  line-height: 60px;
  padding-right: 20px; }

@media screen and (max-width: 750px) {
  .shop-name {
    display: none; } }
@media screen and (max-width: 500px) {
  .calendar--wrap {
    width: 100%; }

  .logo-img {
    width: 100%;
    padding: 0;
    margin: 0; }

  .calendar--week-details {
    padding: 2px;
    border-width: 3px; }

  .container {
    padding: 0; }

  .content--wrap {
    width: auto; }

  .calendar--time-text {
    padding: 8px 0; }

  .hide-on-mobile {
    display: none; } }
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  padding-top: 2px;
  height: 34px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px; }

.fullscreen {
  background-color: white; }
  .fullscreen .modal-dialog {
    width: 100%;
    margin: 0; }
  .fullscreen .modal-body,
  .fullscreen .modal-footer {
    max-width: 600px;
    margin: 0 auto; }
  .fullscreen .modal-content {
    box-shadow: none;
    border: none; }

/*# sourceMappingURL=request_appointment.css.map */
