.text-red {
    color: #f60b0e;
}

.text-green {
    color: #00a242;
}

.book-date-th {
    display: inline-block;
    padding-top: 8px;
    font-size: 90%;
}

.book-spinner {
    margin: 0;
    padding: 24px;
    font-size: 64px;
}

.form-control-inverse {
    display: block;
    width: 100%;
    padding: 0.8rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #404040;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border: none;
    border-bottom: 2px solid #777777;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}

.form-control-inverse:focus {
    color: #404040;
    background-color: transparent;
    border-color: #000000;
    outline: none;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

.custom-control-inverse {
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding-top: 1px;
}

.booked-li-error {
    color: #242424;
    font-size: 0.8rem;
}

.booked-li-success {
    color: #226622;
    font-size: 0.8rem;
}

li.booked-li-error a {
    color: black;
}

li.booked-li-error a:hover {
    color: black;
    text-decoration: underline;
}

.booked-p {
    color: #404040 !important;
    font-size: 0.9rem;
    line-height: 1.6;
}

.booked-p-red {
    color: #F32222 !important;
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: bold !important;
}


.tb-logo {
    height: 100px;
    margin: 20px;
}

a.btn.book {
    color: #ffffff;
    cursor: pointer;
}

a.btn.book:hover {
    color: #ffffff;
}

a[disabled].btn.book {
    cursor: not-allowed;
    background-color: #F15934;
    border-color: #F15934;
}

a.book-close {
    float: right;
    color: black;
}

a.book-close span {
    color: black;
}

a.book-close:hover {
    color: #F32222;
}

a.book-close:hover span {
    color: #F32222;
}

