.was-validated .custom_datepicker:valid {
    background-image: none;
}

.was-validated .custom_datepicker:invalid {
    background-image: none;
}

table td,
table th {
    font-size: 0.88em;
    vertical-align: middle;
}

table td p {
    margin-bottom: 0em;
}

.returnTo {
    float: right;
}

.button-link-center {
    text-align: center;
}

.disabledDays {
    pointer-events: none;
    background: white;
}

.disabledName {
    pointer-events: none;
    background: lightgray;
}

.info-success {
    font-size: x-large;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

/* For IE10 */

select::-ms-expand {
    display: none;
}

.numBoxesAvailable {
    position: inherit;
    color: #007bff;
    opacity: 0.7;
    text-align: right;
}

.asteriskField {
    display: none;
}

nav .navbar-nav li a {
    color: white !important;
}

#days_booking {
    text-align: center;
    background-color: yellow;
    font-weight: bold;
}

/******** Animal Name  for form bookings and checkin************/

.animal_name {
    background-color: #d68100;
    margin-bottom: 0.5rem;
    margin-top: 1rem;


}

.animal_name_title {
    font-size: 160%;
    color: #ffffff;


}

.animal {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
}

.internal_number {

    color: #fff;
    background-color: #67b6f0;
    display: inline-block;
    padding: .25em 0.2em;
    font-weight: 700;
    line-height: 1;
    margin-top: 0.45rem;
}


.menu_animal_see_delete {
    float: right;
}

.add_animal_button {
    float: right;
}

.animals_customer,
.related_contacts_customer {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.booking-success-details {
    text-align: left;
    font-size: medium;
}

#top-controls {
    padding: .75rem 1.25rem;
    margin: 0;
    background-color: rgba(0, 0, 0, .03);
}

table#calendar {
    border: 0px;
}

table#calendar td a {
    color: black;
    width: 100%;
    display: block;
    font-size: large;
}

#filter-form input#startfilter,
input#endfilter {
    width: 8.5em;
}

#filter-form label {
    justify-content: left;
    padding-right: 1em;

}

#filter-form label.checkbox {
    font-size: 0.875rem;
}

#filter-form a.dropdown-item,
.filter-option {
    font-size: 0.875rem;
    line-height: initial;
}

#filter-form .bootstrap-select {
    vertical-align: middle;
}

#filter-form #filterbutton {
    margin-left: 1rem;
}

#filter-form .form-group {
    margin-bottom: 0rem !important;
}

#filter-form .col-form-label-sm {
    padding-right: 1rem;
}

#filter-form {
    padding: 0.5rem;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;

}

.notCheckedBooking {
    background-color: #e7dd4cdc !important;
}


.btn-alcateia {
    background-color: #FAA634;

}

.btn-alcateia:hover {
    background-color: #f8c47b;

}

.btn-alcateia:active {
    background-color: #f0971b;

}

h1 {
    color: #003768;
    font-size: 2rem;
}

h2 {
    color: #FAA634;
}

.status-box-warning {
    padding: 5px 11px;
    margin-top: 4px;
    border-radius: 4px;
    display: block;
    float: left;
    margin-right: 8px;
    color: rgb(0, 0, 0);
    font-size: 0.875rem;
    line-height: 1.5rem;
    background-color: #fbff00;
}

.status-box-success {
    padding: 5px 11px;
    margin-top: 4px;
    border-radius: 4px;
    display: block;
    float: left;
    margin-right: 8px;
    color: rgb(0, 0, 0);
    font-size: 0.875rem;
    line-height: 1.5rem;
    background-color: #5aee3ddc;
}

.customer_context_notes_actions {
    background-color: #faeedf;
    padding: 0.9rem;
    margin: 0.9rem;

}

.animal_context_notes_actions {
    background-color: #faeedf;
    padding: 0.9rem;
    margin: 0.9rem;

}

#master-container {
    opacity: 0;
}

#master-container.ready {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}

i.material-icons.list {
    font-size: 22px
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: line-through;
}



/*
    Radio exps


  .services_wrapper .option{
    border-radius: 5px;
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
  }

  .services_wrapper > input[type="radio"]{
    display: none;
  }

  .services_wrapper .option span{
    font-size: 20px;
    color: #808080;
  }

  .optionInput:checked ~ .optionLabel {
    border-color: #0069d9;
    background: #0069d9;
    }

  .optionInput:checked ~ .optionLabel span{
    color: #fff;
  }
  */

.customer_temp {
    color: #fff;
    background-color: #6c757d;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;

    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin-top: .50rem;

}

.customer_full {
    color: #fff;
    background-color: #28a745;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;

    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin-top: .50rem;

}