.indexHeader  h1 {font-size: 30px;font-weight: bold;margin-top: 30px;display: none;}

.indexHeader h2 {
    font-size: 21px;
    margin-top: 20px;
}

td.fc-day.disabled,
.fc-nonbusiness {
    background: #c3c3c3 !important;
}

.dropOff .remove {
    cursor: pointer;
    font-weight: 600;
    margin-left: 5px;
    vertical-align: top;
    font-size: 14px;
}

i {
    cursor: pointer;
    margin-right: 5px;
    vertical-align: top;
    font-size: 14px;
}

i.far.fa-window-close {
    font-size: 15px;
}

.card-header * {
    vertical-align: middle;
}

.customerHeader>img {
    width: calc(81px + 269px);
    max-width: 90%;
}

@media only screen and (max-width: 767px) {
    .customerHeader+main .container {
        max-width: 100%;
    }
}

.fc-nonbusiness {
    background: #c3c3c3 !important;
    opacity: 1;
}

#bookingForm label, #bookingForm input, #bookingForm select {
    width: 100%;
    display: block;
}

#bookingForm label {
    margin-top: 15px;
    margin-bottom: 0;
}

#bookingForm input, #bookingForm select {border: 1px solid #ccc;padding: 3px 5px;}

p.error {
    color: red;
}

input[type='radio'] {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: 2px;
}

.radioContainer {
    display: inline-block;
    margin-right: 45px;
}

input.form-control[type=checkbox] {
    width: auto;
    vertical-align: middle;
    height: auto;
}