﻿.form-require-red {
    color: #F7372D;
}
.form-check-inline {
    margin-right: 1rem;
}

/*========== Schedule Table ==========*/
#logs {
    border: solid 1px #bbb;
    padding: 16px;
    background: #eee;
}

#logs .table {
    margin-bottom: 0;
}

#logs .table td,
#logs .table th {
    border: none;
}

#schedule .sc_bar_insert {
    background-color: #ff678a;
}

#schedule .sc_bar.sc_bar_photo .head,
#schedule .sc_bar.sc_bar_photo .text {
    padding-left: 60px;
}

#schedule .sc_bar.sc_bar_photo .photo {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 38px;
}

#schedule .sc_bar.sc_bar_photo .photo img {
    max-width: 100%;
}

.jq-schedule .sc_menu .sc_header_cell, .jq-schedule .sc_data,
.jq-schedule .sc_menu .sc_header .sc_time {
    background-color: #A55F4B !important;
}

.jq-schedule .sc_bar, .jq-schedule .sc_bar .text{
    background-color: #FCCFBB !important;
    color: #AF6D6B !important;
    font-size: 1rem !important;
}

#schedule .sc-break, #schedule .sc-break .text {
    background-color: #666666 !important;
    font-size: 0.8rem !important;
    color: #E1E3E5 !important;
}

#schedule .sc-working {
    background-color: #E9ECEF;
}

#schedule .sc-worked {
    background-color: #E9ECEF;
}

/*#schedule .example3 {
    color: #2c0000;
    font-weight: bold;
    background-color: #c7ae50;
}*/

/*========== Consent Form ==========*/
.health-history p {
    margin-bottom: 0;
}


/*========== Relax Theme ==========*/
.text-gray-800 {
    color: #37373d !important;
}

/*========== Datetime Picker ==========*/
.dt-picker {
    cursor: pointer;
    background-color: unset !important;
}

/*========== Datetime Picker ==========*/
.ms-auto {
    margin-left: auto;
}
.me-auto {
    margin-right: auto;
}

/*========== Booking Form ==========*/
.img-avatar {
    border-radius: 50%;
}

/*========== Checkin Form ==========*/
.icon-success-hover > i:hover {
    color: #029C63 !important;
    cursor: pointer;
}
.icon-danger-hover > i:hover {
    color: #9c2f2c !important;
    cursor: pointer;
}