/* Styles definition here */

.cpappbtable .cpappbth {
    background-color: #f7f7f7;
}

.cpappbheadermth, .cpappbheadermtd {
    background-color: #d5e9ea;
}

.entry-content thead th, .entry-content tr th, .entry-content tr td {
    padding: 5px 15px;
}

.ahb_booked0 {
	background: #d5e9ea !important;
}

.ahb_booked3, .ahb_booked4, .ahb_booked5, .ahb_booked6, .ahb_booked7 {
	background: #f8f2db !important;
}

.notavailslot {
	background: #f2d5ca !important;
}
.notavailslot span { color: #666666 !important; }

.ui-datepicker td a { text-shadow: none; }


#fbuilder .ui-datepicker-unselectable .ui-state-default {
    text-shadow: none;
} 

.ahb_m #fbuilder .ui-datepicker td {
    border: 1px solid #f3f3f3;
}

.ahb_m #fbuilder .ui-datepicker-calendar .ui-state-default {
    border: none;
}

.ahb_list {
    font-weight: bold;
    font-size: 24px;
    margin-top: 30px;
}
 
#fbuilder .slots div a {
    background: rgba(255,255,255,0);
    padding: 5px 15px;
}

#fbuilder .slots div {
    border: 1px solid #6c594f;
    border-radius: 20px;
	overflow: hidden;
}
input[type=text] {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 15px !important;
    color: #6c594f;
	border-radius: 5px;
}

#fbuilder .pbSubmit {
    color: #6c594f;
    background-color: #edbeab;
    border: none;
    border-radius: 30px;
    padding: 20px 60px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}