
.week_box .month, .week_box .month_short {
    font-size: 12px;
    color: #929295;
    text-transform: lowercase;
    font-weight: 400;
}
.month_short {
	display: none;
}

@media only screen and (max-width : 720px) {
	.week_box .month {
		display: none;
	}
	.month_short {
		display: block;
	}
	.week_change_box .date-header {
    font-size: 12px;
}

}


.schedule-services-step {
	text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 20px;
	color: #FD8327;
}
.schebule_show__wrap {
	border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #F1F6FE;
	margin-bottom: 50px;
}
.select-service-schedule__wrap {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #F1F6FE;
}
.styleServiceSelectSchedule {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dde1e6;
	cursor: pointer;
}
.week_box {
	display: flex;
    margin-bottom: 20px;
}
.week_box .day {
	text-align: center; 
	padding: 0 10px;
	font-weight: 500;
	font-size: 14px;
	cursor: default;
	color: #ececec;
	flex: 1;
}
.week_box .date {
    display: block;
    border: 1px solid #ececec;
    border-radius: 5px;
    font-size: 16px;
    color: #ececec;
    background-color: #FFF;
    text-align: center;
    padding: 5px;
}
.week_box .day.active {
	color: #0060da;
}
.week_box .day.active .date {
	color: #0060da;
	border-color: #0060da;
	cursor: pointer;
}
.week_box .day.active.selected .date {
	color: #ffffff;
	background-color: #0060da;
}

.week_change_box {
	display: flex;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 5px;
}
.week_change_box .date-header {
	text-align: center;
	line-height: 36px;
	font-weight: bold;
}
.week_change_box .col {
	flex: 1;
}
.week_change_box .col:last-child .link-week {
	text-align: right;
    float: right;
}
.week_change_box .col .link-week:hover {
	border-color: #e9f0f9;
	background-color: #e9f0f9;
}
.week_change_box .link-week {
    text-transform: lowercase;
    cursor: pointer;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    display: block;
    padding: 6px 10px;
	display: table;
}

.schedule-week-wrapper {
}
.schedule-week-wrapper .schedule-day {
    display: none;
    width: 100%;
	margin: 0;
}
.schedule-week-wrapper .schedule-day.active {
	display: block;
}
.schedule-week-wrapper .schedule-day .hour {
	width: 8.333333%;
    padding: 5px;
	display: inline-block;
	float: left;
}
.schedule-week-wrapper .schedule-day .hour a {
    font-weight: 500;
    line-height: 40px;
    height: 40px;
    color: #0060da;
    border: 1px solid #dde1e6;
	text-align: center;
    display: block;
    width: 100%;
    text-align: center;
	text-decoration: none;
	border-radius: 5px;
}
.schedule-week-wrapper .schedule-day .hour a:hover {
	border-color: #e9f0f9;
	background-color: #e9f0f9;
}
.schedule-week-wrapper .schedule-day .hour span {
    line-height: 40px;
    height: 40px;
    border: 1px solid #dde1e6;
	color: #dde1e6;
	text-align: center;
    display: block;
    width: 100%;
    text-align: center;
	text-decoration: none;
	opacity: 0.7;
	border-radius: 5px;
}

.schedule-day:after {
    clear: both;
    content: " ";
    display: block;
}



.anim--fly-left {
/*
	opacity: 0;
	transition: opacity ease-in-out .3s;
*/
	
}

.anim--loader-popup {
	position: relative; 
	}
.anim--loader-popup:after {
	content: "";
    display: block;
    background-image: url(/images/logo-animate.gif);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 75%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
 


@media only screen and (max-width : 720px) {
	.schebule_show__wrap .schedule-services-step {
		padding-bottom: 0px;
	}
	.week_change_box .link-week {
		background-color: #fd8327;
		color: #FFF;
		border: 0;
		font-size: 20px;
	}
	.week_change_box .date-header {
		font-size: 14px;
		line-height: 1.5;
	}
	.week_change_box .link-week span {
		display: none;
	}
	.week_change_box .col {
		padding: 0;
	}
	.week_box .day {
    	padding: 2px;
		font-size: 12px;
	}
	.week_box .date {
		font-size: 15px;
	}
	.schedule-week-wrapper .schedule-day .hour {
		width: 25%;
	}
	.schedule-week-wrapper .schedule-day .hour a {
		border-radius: 5px!important;
		border: 1px solid #0060da;
		font-size: 14px;
	}
}





.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 16px 10px 10px 10px!important;
  font-size: 16px!important;
}