/** HOTEL **/
.member-wrapper {
	padding: 8px;	
}

.detail-wrapper {
    cursor: pointer;
}

.detail-wrapper span {
    display: block;
}

.sp-name {
    font-size: 14px !important;
    padding-bottom: 5px;
}

.sp-bpd {
    font-size: 12px !important;
}

.sp-not-available {
    font-size: 14px !important;
}

.sp-subtitle {
	font-size: 14px !important;
	font-weight: 500;
}

.sp-desc {
	font-size: 12px !important;
}

.hilight-hotel-room-unavailable {
	background-color: #ffcdd2;
	color: #757575;
}

.hilight-hotel-room-male {
	background-color: #bbdefb;
	color: #757575;
}

.hilight-hotel-room-female {
	background-color: #fff9c4;
	color: #757575;
}

.btn-room {
    width: 100%;
    color: #fff !important;
}

.hilight-red {
	background-color: #ffcdd2;
	/* color: #757575; */
}

.hilight-green {
	background-color: #c8e6c9;
	/* color: #757575; */
}

.hilight-orange {
	background-color: #ffe0b2;
	/* color: #757575; */
}

.hilight-grey {
	background-color: #cfd8dc;
	/* color: #757575; */
}