@import url('demo.css');

@font-face {
	font-family: 'fontawesome-selected';
	src: url("../font/fontawesome-selected.eot");
	src: url("../font/fontawesome-selected.eot?#iefix") format('embedded-opentype'), url("../font/fontawesome-selected.woff") format('woff'), url("../font/fontawesome-selected.ttf") format('truetype'), url("../font/fontawesome-selected.svg#fontawesome-selected") format('svg');
	font-weight: normal;
	font-style: normal;
}

/*.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}*/
.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;	
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(98% - 30px);
	height: -webkit-calc(98% - 30px);
	height: calc(98% - 30px);
	border: 1px solid #ddd;
}

.fc-calendar .fc-row {
	width: 100%;
}

.fc-four-rows .fc-row {
	height: 25%;
}

.fc-five-rows .fc-row {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row>div,
.fc-calendar .fc-head>div {
	float: left;
	height: 100%;
	width: 14.28%;
	/* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
}




@media screen and (max-width: 767px) {
	.fc-calendar .fc-row>div {
		height: 80px;
	}

	.fc-five-rows .fc-row {
		height: auto !important;
		/*display: inline-block;*/
	}

	.fc-calendar .fc-body {
		border-bottom: solid 1px #ccc !important;
		display: inline-block;
	}

}

@media screen and (max-width: 767px) {
	.fc-calendar .fc-row>div {
		height: 60px;
	}
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row>div,
.ie9 .fc-calendar .fc-head>div {
	width: 14.2%;
}

.fc-calendar .fc-row>div {	
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head>div {
	text-align: center;
}

.fc-calendar .fc-row>div>span.fc-date {
	position: absolute;
	/*width: 30px;
	height: 20px;*/
	font-size: 20px;
	/*line-height: 20px;*/
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row>div>span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row>div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row>div:last-child,
.fc-calendar .fc-head>div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}

.sc_booking_event_calender {
	float: left;
	width: 100%;
	height: auto;
	max-width: 675px;
}

.booking_info_right {
	float: left;
	margin-top: 42px;
	margin-left: 25px;
}

.booking_info_right .booking_custom_box {
	padding: 10px;
  	height: auto;
  	width: 300px;  
  	margin-bottom: 20px;
  	border-radius: 5px;
}

.booking_custom_box div {
	/*
	color: #666666;
	font-weight: bold;
	*/
}


.booking_custom_box input[type=text],
.booking_custom_box select,
.booking_custom_box textarea {
	background-clip: padding-box;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	color: #55595c;
	display: block;
	font-size: 13px;
	line-height: 0.8;
	padding: 0.5rem 0.75rem;
	width: 100%;
}

.booking_custom_box select {
	padding: 0.25rem 0.65rem !important;
}

.booking_custom_box select option {
	padding: 2px;
}

.scScrollFixBox {
	border: 1px solid #c9c9c9;
	width: 100%;
	height: 100px;
	overflow: auto;
	padding: 5px;
}

.scScrollFixBox label {
	font-style: normal !important;
}

ul li {
	list-style: outside none none;
	margin: 0 !important;
	overflow: hidden;
}

ul li:hover {
	color: #ff6300;
}

ul li label {
	cursor: pointer;
}

.booking_custom_box .datepicker {
	background: #ffffff url("../images/sprite.png") repeat scroll -5px -116px;
	padding-left: 34px;
}

.booking_custom_box label {
	font-size: 13px;
	display: inline-block;
	margin-bottom: 0.3rem;
}

.scBorder {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: none;
}

.booking_custom_box input:focus {
	background-color: #fff;
	border-color: #66afe9;
	color: #55595c;
	outline: 0 none;
}

.booking_message {
	background: unset;
	color: #3b0303 !important;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: solid 1px #3b0303;
}

.customer_booking_form {
	padding-top: 20px;
}

.form-group {
	margin-bottom: 1rem;
}

.booked_cal {
	/*background-color:#d9534f !important;
	cursor:default;
	color:#000 !important;
	text-shadow:2px 2px 2px #d9534f;*/
}

.empty_cal {
	/*background-color: #888 !important;
	color: #673AB7 !important;*/
}

.empty_warnning_cal {
	/*background-color:#FF8A23 !important;
	color:#000 !important;
	text-shadow:2px 2px 2px #FF8A23;*/
}

.fc-past {
	/*background: transparent none repeat scroll 0% 0% !important;*/
	cursor: default !important;
}

.ui-widget-header {
	/*background:#008000 !important;*/
}

.ui-widget-header {
	/*color:#fff !important;*/
}

.ui-widget-header .ui-icon {
	background-image: url("../js/jquery/jquery-ui/images/ui-icons_ffffff_256x240.png") !important;
}

h4 {
	border-bottom: solid 3px #dacaf7;
	display: inline-block;
	line-height: 1.7;
}

h4 i {
	font-size: 22px;
}

#selected_time_box {
	color: #333;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 5px;
	font-weight: bold;
}

.fc-past .fc-calendar-events {
	display: none !important;
}

.scBookingTable {
	font-size: 13px;
	width: 100%;
	margin-top: 15px;
}

.scBookingTable td {
	padding: 3px;
}

#calender_place_holder {
	width: auto;
	position: relative;
}

.confirm_alert {
	float: right;
}

.confirm_alert img {
	width: 20px;
	height: 20px;
}

#hourly_slots {
	width: 177px;
	height: 568px;
	position: absolute;
	margin-left: 20px;
	background: #000;
	opacity: 0.9;
	margin-top: 10px;
	padding: 10px;
	display: none;
}

#hourly_slots .booking_status,
#hourly_slots .booking_time {
	color: #fff;
	font-weight: normal;
}

.booking_area_info:hover {
	cursor: pointer;
}

.spaceClear {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

#hour_content {
	clear: both;
}

.sc_booking_extra_space {
	padding-top: 10px;
}

.inside_container {
	max-width: 700px;
	margin: 20px auto 0 auto;
}

.booking_multi_step .inside_container {
	max-width: 1000px;	
}



/*========================================== __020  alert popup css =================================================*/
.nova-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999999999;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

.nova-modal .nova-alert {
	position: relative;
	width: 70%;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 0px;
	border-radius: 3px;
	text-align: center;
	animation: 0.6s 1 novaAnimate;
	-webkit-animation: 0.6s 1 novaAnimate;
}

@media (min-width: 768px) {
	.nova-modal .nova-alert {
		width: 400px;
	}
}

@keyframes novaAnimate {
	0% {
		transform: scale(0);
	}

	50% {
		transform: scale(1.2);
	}

	to {
		transform: none;
	}
}

.nova-modal .nova-alert div.nova-icon {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nova-modal .nova-alert div.nova-icon div {
	transform: scale(1.2);
}

.nova-modal .nova-alert .nova-title {
	color: black;
	font-size: 18px;
	margin-bottom: 30px;
}

.nova-modal .nova-alert .nova-text {
	color: #888888;
	font-size: 15px;
	margin: 10px 0px;
}

.nova-modal .nova-alert .nova-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.nova-modal .nova-alert .nova-btns a {
	text-decoration: none;
	padding: 7px 10px;
	flex: 100%;
	font-size: 13px;
	cursor: pointer;
	border-radius: 3px;
}

/*
  .nova-modal .nova-alert .nova-btns a.accept {
	background: #673AB7;
	color: #ffffff;
  }*/

.nova-modal .nova-alert .nova-btns a.reject {
	background: #d9534f;
	color: #ffffff;
}

.nova-modal .nova-alert .dismissButton {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
	font-size: large;
	border: 1px solid rgba(126, 126, 126, 0.5);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	color: rgba(126, 126, 126, 0.5) !important;
}

.nova-modal .nova-alert .dismissButton.hidden {
	display: none;
}

.nova-modal .nova-alert input.nova-input-alert {
	width: 100%;
	padding: 5px 5px;
	margin: 10px 0px;
	border-radius: 3px;
	border: 1px solid rgba(126, 126, 126, 0.5);
	background-color: transparent;
}

.nova-dark-mode {
	background-color: #2b2b2b !important;
}

.nova-dark-mode * {
	color: white !important;
}

/*    animation svg icon    */
.svg-box {
	display: inline-block;
	position: relative;
	width: 150px;
}

.green-stroke {
	stroke: #7CB342;
}

.red-stroke {
	stroke: #FF6245;
}

.yellow-stroke {
	stroke: #FFC107;
}

.circular circle.path {
	stroke-dasharray: 330;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	opacity: 0.4;
	animation: 0.7s draw-circle ease-out;
}

/*------- Checkmark ---------*/
.checkmark {
	stroke-width: 6.25;
	stroke-linecap: round;
	position: absolute;
	top: 56px;
	left: 49px;
	width: 52px;
	height: 40px;
}

.checkmark path {
	animation: 1s draw-check ease-out;
}

@keyframes draw-circle {
	0% {
		stroke-dasharray: 0, 330;
		stroke-dashoffset: 0;
		opacity: 1;
	}

	80% {
		stroke-dasharray: 330, 330;
		stroke-dashoffset: 0;
		opacity: 1;
	}

	100% {
		opacity: 0.4;
	}
}

@keyframes draw-check {
	0% {
		stroke-dasharray: 49, 80;
		stroke-dashoffset: 48;
		opacity: 0;
	}

	50% {
		stroke-dasharray: 49, 80;
		stroke-dashoffset: 48;
		opacity: 1;
	}

	100% {
		stroke-dasharray: 130, 80;
		stroke-dashoffset: 48;
	}
}

/*---------- Cross ----------*/
.cross {
	stroke-width: 6.25;
	stroke-linecap: round;
	position: absolute;
	top: 54px;
	left: 54px;
	width: 40px;
	height: 40px;
}

.cross .first-line {
	animation: 0.7s draw-first-line ease-out;
}

.cross .second-line {
	animation: 0.7s draw-second-line ease-out;
}

@keyframes draw-first-line {
	0% {
		stroke-dasharray: 0, 56;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 0, 56;
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dasharray: 56, 330;
		stroke-dashoffset: 0;
	}
}

@keyframes draw-second-line {
	0% {
		stroke-dasharray: 0, 55;
		stroke-dashoffset: 1;
	}

	50% {
		stroke-dasharray: 0, 55;
		stroke-dashoffset: 1;
	}

	100% {
		stroke-dasharray: 55, 0;
		stroke-dashoffset: 70;
	}
}

.alert-sign {
	stroke-width: 6.25;
	stroke-linecap: round;
	position: absolute;
	top: 40px;
	left: 68px;
	width: 15px;
	height: 70px;
	animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alert-sign .dot {
	stroke: none;
	fill: #FFC107;
}

@keyframes alert-sign-bounce {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	50% {
		transform: scale(0);
		opacity: 1;
	}

	100% {
		transform: scale(1);
	}
}

/*---------------------------*/

.fc-calendar .fc-row>div:hover {
	cursor: pointer;
}

/*
  .booking_custom_box .booking_message {
	display: none !important;
  }*/
.s_date {
	font-size: 12px;
	position: relative;
	top: -5px;
	color: #fff !important;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
}

.booking_custom_box h4 {
	margin: 0 !important;
	width: 100%;
}

.fa-check-square-o {
	right: 2px;
	position: absolute;
	color: #fff;
	font-size: 14px !important;
	top: 3px;
}

.booking_area_info:after {
	content: '\f096';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
	position: absolute;
	right: 7px;
	color: #fff;
	font-size: 14px;
	top: 8px;
}

.booked:after {
	content: '' !important;
	display:none !important;
}	

.added_hour:after {
	content: '';
}

.fa-check-square {
	color: #fff;
	position: absolute;
	right: 7px;
	font-size: 14px !important;
	top: 10px;
}

/*booking step process*/
.booking_multi_step .booking_cl_step_1 {
	float: unset;
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 1000px;
}

.booking_multi_step .booking_cl_step_2 {
	display: none;
}

.booking_multi_step .booking_cl_step_3 {
	display: none;
}

.booking_multi_step .booking_info_right {
	float: unset;
	margin-top: unset;
	margin-left: unset;	
	margin: 0 auto;
}

.fc-calendar-event .booking_area_info::after {
	content: '' !important;
	display: none !important;
}

.fc-calendar-event .booking_area_info {
	content: '' !important;
	display: none !important;
}

.booking_cl_step_2_button_container {
	display: none;
}

.booking_multi_step .booking_info_right .booking_custom_box {
	width: unset;
}

.booking_multi_step .booking_cl_step_2_button_container {
	display: block;
	position: relative;
	max-width: 400px;
	margin-top: 20px;
}

.booking_multi_step .booking_cl_step_2_button_container .step_2_button_prev {
	width: 43%;
	float: left;
}

.booking_multi_step .booking_cl_step_2_button_container .step_2_button_next {
	width: 43%;
	float: right;
}

.step_3_button_prev {
	display: none;
}

.booking_multi_step .step_3_button_prev {
	display: block;
	width: 43%;
	float: left;
}

.booking_multi_step .step_3_button_ok {
	width: 43%;
	float: right;
}

.booking_multi_step .booking_cl_step_3_button_container {
	position: relative;
	max-width: 400px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}

.booking_message2 {
	background: unset;
	color: #3b0303 !important;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: solid 1px #3b0303;
	margin-top: 5px;
}



.booking_info_right .booking_custom_box {
	position: relative;
}

.tf_step_1 {
	position: absolute;
	right: 10px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	background: #fff;
	padding: 2px 6px;
	top: 12px;
	border-radius: 2px;
}

.tf_step_2 {
	position: absolute;
	right: 10px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	background: #fff;
	padding: 2px 6px;
	top: 5px;
	border-radius: 2px;
}

.tf_step_3 {
	position: absolute;
	right: 10px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	background: #fff;
	padding: 2px 6px;
	top: 5px;
	border-radius: 2px;
}

.tf_step {
	color: #fff !important;
}

.fc-calendar-events {
	display: none;
}

/*----------------------*/


#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey;
	max-width: 1000px;
	margin: 0 auto;
}



#progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: 33.33%;
	float: left;
	position: relative;
	font-weight: 400;
	text-align: center;
}

#progressbar #account:before {
	font-family: FontAwesome;
	content: "\f13e"
}

#progressbar #personal:before {
	font-family: FontAwesome;
	content: "\f007"
}

#progressbar #payment:before {
	font-family: FontAwesome;
	content: "\f030"
}

#progressbar #confirm:before {
	font-family: FontAwesome;
	content: "\f00c"
}

#progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1
}


.progress {
	height: 20px
}

#progressbar #s_step1::before {
	font-family: FontAwesome;
	content: "\f073";
}

#progressbar #s_step2::before {
	font-family: FontAwesome;
	content: "\f017";
	font-size: 26px;
}

#progressbar #s_step3::before {
	font-family: FontAwesome;
	content: "\f00c";
}

#progressbar {
	display: none;
}

.booking_multi_step #progressbar {
	display: inline-block;
	width: 100%;
}

#progressbar li:hover {
	cursor: pointer;
}

#hour_content .booked {
	pointer-events: none !important;
	margin-bottom: 3px;
}

.booking_message3 {
	background: unset;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: solid 1px #dacaf7;
	margin-top: 20px;
	display: none;
	margin-left: 20px;
}

.booking_multi_step .booking_message3 {
	display: block;
}


.prod_info {
	width: 100%;	
	margin: 20px auto;
	display: inline-block;
}

.prod_info_left {
	width: 150px;
	float: left;
}

.prod_info_right {
	width: calc(100% - 150px);
	float: left;
}

.prod_info_left img {
  width: 100%;
  height: auto;
  max-width: 130px;
  border-radius: 5px;
  border: solid 1px #DEE1E8;
}

.booking_single_step .inside_container {
	max-width: 1000px;
}

.booking_single_step_simple .inside_container {
	max-width: 800px;
}

.booking_single_step .booking_info_right {
	float: left;
	margin-top: 0px;
}

.booking_single_step_simple .booking_info_right {
	float: left;
	margin-top: 0px;
}


@media screen and (max-width: 767px) {
	.booking_single_step #booking_time_box {
		margin-left: unset;
		width: 100%;
	}

	.booking_single_step .booking_info_right .booking_custom_box {
		padding: 10px;
		height: auto;
		width: 100%;		
		margin-top: 20px;
	}

	.booking_single_step .booking_info_right {
		margin-left: unset;
		width: 100%;
	}

	.booking_single_step_simple #booking_time_box {
		margin-left: unset;
		width: 100%;
	}

	.booking_single_step_simple .booking_info_right .booking_custom_box {
		padding: 10px;
		height: auto;
		width: 100%;
		border: solid 1px #673AB7;
		margin-top: 20px;
	}

	.booking_single_step_simple .booking_info_right {
		margin-left: unset;
		width: 100%;
	}
}





.booking_single_step_with_popup_slot .tf_step {
	display: none;
}

.booking_single_step_with_popup_slot .booking_cl_step_2,
.booking_single_step_with_popup_slot .booking_cl_step_3 {
	display: none;
}

.fc-future:hover .fc-calendar-events {
	display: none !important;
}

.popover-content .booking_area_info:after {
	display: none;
}


.booking_single_step_simple .prod_info {
	width: 100%;
	max-width: unset;
}

.booking_single_step_simple .booking_info_right .booking_custom_box {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.booking_single_step_simple .booking_cl_step_1 {
		width: 60%;
	}

	.booking_single_step_simple .booking_cl_step_2 {
		width: calc(40% - 30px);
	}

	.booking_single_step_simple .booking_cl_step_3 {
		width: calc(40% - 30px);
	}
}

.booking_single_step_simple .fc-calendar .fc-body {
	border-bottom: unset !important;
}


@media screen and (max-width: 767px) {
	.booking_single_step_simple .booking_cl_step_1 {
		width: 100%;
	}

	.booking_single_step_simple .booking_cl_step_2 {
		width: 100%;
		max-width: 620px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.booking_single_step_simple .sc_btn {
		background-color: #000000;
		max-width: 620px;
	}

	.booking_single_step_simple .booking_cl_step_3 {
		width: 100%;
	}
}

.fc-row .fc-date {
	border-radius: 50%;
	padding: 5px 8px;
}

.fc-content.fc-selected .fc-date {
	border-radius: 50%;
	padding: 4px 10px;
	background: #000;
	color: #fff !important;
	line-height: 22px !important;
}

.fc-9-plus.fc-content.fc-selected .fc-date {
	padding: 5px 7px;
}


.booking_single_step_simple .booked {
	border: unset;
	background: #EDEDED;
	color:#a5a5a5;
}

.booking_single_step_simple .booked:hover {
	pointer-events: none;
}



.booking_single_step_simple .booking_area_info.booked::after {
	display: none;
}

