.fc-event {
    cursor: pointer;
    border-width: 3px;
}

.popover {
    max-width: 100%;
    width: 500px;
}

.btn-link-danger {
    color: #f00;
}

.btn-link-danger:hover {
    color: #f00;
}

.customer-details-popover:hover {
    cursor: pointer;
}

.book-box {
    width: 720px;
    margin: 7% auto
}

@media (max-width:768px) {
    .book-box {
        width: 90%;
        margin-top: 20px
    }
}

.book-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666
}

.book-online-logo {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
}


.book-box-header {
    background: #fff;
    padding: 1px;
    border-bottom: 1px solid #f4f4f4;
    color: #666
}

.book-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px
}

.form-group.has-error label {
    color: #dd4b39
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
    border-color: #dd4b39;
    box-shadow: none
}

.form-group.has-error .help-block {
    color: #dd4b39
}

.booking-links a {
    color: #555555;
}

.booking-links a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.day:not(.disabled) {
    color: #f00;
}

.add-customer-error {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px;
}

#datepicker:not(:disabled) {
    background-color: #ffffff;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  
  .alert .alert-link {
    font-weight: bold;
  }
  
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  
  .alert > p + p {
    margin-top: 5px;
  }
  
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 35px;
  }
  
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  
  .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
  }
  
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  
  .alert-success .alert-link {
    color: #2b542c;
  }
  
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
  }
  
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  
  .alert-info .alert-link {
    color: #245269;
  }
  
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
  }
  
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  
  .alert-warning .alert-link {
    color: #66512c;
  }
  
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
  }
  
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  
  .alert-danger .alert-link {
    color: #843534;
  }