.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  text-align: center;
}

.modal-content label, .modal-content small{
  text-align: center;
  width: 50%;
  margin: 4px auto;
}

.modal-content input{
  margin:auto;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#popup{
  display: none;
  position: fixed;
  bottom: 0px;
  text-align: center;
  z-index: 5;
  width: 18%;
  right: 0;
  padding: 20px;
  background: #333333;
  color: white;
}

.has-error{
  color: #a94442 !important;
}

.closeon{
  float: right;
  padding: 2px 4px;
  font-weight: bolder;
}

.closeon:hover{
  color: #0c5460;
}

.studioNotAvailable{
  opacity: .7 !important;
  cursor: no-drop;
}

.studioNotAvailable .showCalendarStudio{
    pointer-events: none;

}

a#confirmAppointment {
    display: inline-block;
    line-height: 48px;
    padding: 0 34px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    background: #fc4e12;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #fc4e12;
    letter-spacing: 1px;
}

a#confirmAppointment:hover {
    background: transparent;
    border: 1px solid #fc4e12;
    color: #fc4e12;
}

.select-lang a{
    text-transform: uppercase;
}

.grecaptcha-badge{
    display: none;
}