/*--自寫部分--*/

.section-pd {
    padding: 20px;
}

.index__item {
    padding-right: 5px;
    padding-left: 5px;
}

.page-content {
    padding: 50px 0;
    background: #f2f2f2;
}

/*前台架構修改>20%/60%/20%*/

.index__row.col_25_50_25 .index__item:first-child, .index__row.col_25_50_25 .index__item:nth-child(3) {
    width: 20%;
    min-width: unset;
}

.index__row.col_25_50_25 .index__item {
    width: 60%;
}

/*前台架構修改>20%/60%/20%*/

@media (max-width: 767px) {

.index__row.col_25_50_25 .index__item:first-child, .index__row.col_25_50_25 .index__item:nth-child(3) {
    width: 100%;
    min-width: unset;
}

}

/*前台架構修改(手機)>3格100%*/

.header__logo-wrapper .header__logo-link img {
    max-height: 40px;
    margin: 10px 0;
}

.index__item>div .title--h3, .index__item>section .title--h3 {
    font-size: 22px;
    font-weight: 400;
    background-color: #3b4559;
    color: #fff;
    padding: 5px;
    border-radius: 12px;
    text-align: center;
}

.page-content {
    padding: 30px 0;
    background: #f4f4f4;
}

#sb-timeline #steps #steps-content {
    position: relative;
    background-color: #f4f4f4;
    padding-top: 30px;
}

.section {
    background: #fff;
    box-shadow: none;
    min-height: 200px;
    margin-bottom: 20px;
    border-radius: 20px;
}

#sb-timeline #steps {
    min-height: auto;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot a {
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
    line-height: 1.8;
    padding-bottom: 14px;
    flex-wrap: wrap;
    min-height: 40px;
    background-color: #fff;
    box-shadow: none;
    color: #3b4559;
}

#sb-timeline #steps #steps-content #sb_booking_content .item {
    padding: 5px;
    margin-bottom: 50px;
}

.item__tab {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot a:hover {
    background-color: #3b4559;
    color: #fff;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .time-legend {
    display: none;
}

#sb-timeline .steps-nav li .content .title-sub {
    color: #FFFFFF !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    height: 14px;
    line-height: 1;
    margin-top: 5px;
    width: 100%;
}

#footer {
    padding: 0;
}

.col-md-12 {
    width: 100%;
    background-color: #3b4559;
}

#footer a {
    color: #FFFFFF !important;
}

@media only screen and (max-width: 767px){

.index__item {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 50px;
}

.section {
    border-radius: 0;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .container-caption {
    text-align: center;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot {
    max-width: 30%;
}
 
}

/*--系統預設內容--*/

/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

/*btn錯誤按鈕暫時隱藏*/

.btn btn--back btn-primary,.hidden-xs hidden-sm,.btn btn--back btn-primary,.sb_back_btns_plugin,.back-to-site{
display: none;
}