
.custom-calendar-full {
	top: 24px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

.fc-calendar-container {
	height: 450px;
	bottom: 0px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.fc-calendar-container {
		height: unset;
	}
}


.custom-header {
	height: 40px;
	position: relative;
	width: 100%;
}

.custom-header h2,
.custom-header h3 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.custom-header h2 {
	color: #fff;
	width: 60%;
}

.custom-header h2 a,
.custom-header h2 span {
	color: rgba(255, 255, 255, 0.3);
	font-size: 18px;
	letter-spacing: 3px;
	white-space: nowrap;
}

.custom-header h2 a {
	color: rgba(255, 255, 255, 0.5);
}

.no-touch .custom-header h2 a:hover {
	color: rgba(255, 255, 255, 0.9);
}

.custom-header h3 {
	font-weight: bold;
	line-height: 4px;
	text-align: center;
	font-size: 16px !important;
}

@media screen and (max-width: 767px) {
	.custom-header h3 {
		font-size: 14px !important;
	}
}


.custom-header nav {
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-prev,
.custom-next {
	width: 30px;
	height: 30px;
	position: relative;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
}

.custom-header nav span:first-child {
	border-radius: 3px 0 0 3px;
}

.custom-header nav span:hover {
	background: rgba(255, 255, 255, 0.5);
}

.custom-prev:before,
.custom-next:before {
	font-family: 'fontawesome-selected';
	color: #fff;
	display: inline-block;
	text-align: center;
	text-indent: 4px;
}

.custom-prev:before {
	content: '\25c2';
}

.custom-next:before {
	content: '\25b8';
}

.custom-header nav span:last-child {
	margin-left: 20px;
	border-radius: 3px;
}

.custom-header nav span.custom-current:before {
	content: '\27a6';
}


.fc-calendar .fc-head {
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}

.fc-calendar .fc-head>div {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
}

.fc-calendar .fc-row>div>span.fc-date {
	/*color: rgba(255,255,255,0.9);*/
	color: #000;
	text-shadow: none;
	font-size: 16px;
	font-weight: bold;
	bottom: auto;
	right: auto;
	top: 10px;
	left: 10px;
	text-align: left;
}

.fc-calendar .fc-body {
	border: none;
	border-radius: 0px 0px 5px 5px;
}



.fc-calendar .fc-row>div:first-child {
	box-shadow: none;	
}

.fc-calendar .fc-row>div>div {
	margin-top: 27px;
}

.fc-calendar .fc-row>div>div a,
.fc-calendar .fc-row>div>div div,
.fc-calendar .fc-row>div>div span {
	font-size: 11px;	
	padding: 2px;
	border-radius: 3px;	
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	margin-bottom: 1px;	
	font-weight: bold;
}

.fc-future .fc-date,
.fc-past .fc-date {
	color: #ccc;
}


.fc-future.fc-conten .fc-date {
	color: #333 !important;
}


/*----------*/
.booking_single_step_simple .empty_cal,
.booking_single_step_simple .fc-past,
.booking_single_step_simple .fc-future {
	background: unset !important;
	border: unset !important;
}

.booking_single_step_simple .custom-calendar-wrap .fc-calendar-container{	
	border: solid 1px #f2f2f2;
	border-radius: 10px;
}

.booking_single_step_simple .fc-calendar .fc-head {
	background: unset;
	color: #ccc;
}

.booking_single_step_simple .booking_cl_step_3 .booking_custom_box {
	display: none !important;

}

.booking_single_step_simple .booking_info_right .booking_custom_box {
	border: solid 1px #f2f2f2;
	margin-top: unset;
	background: unset !important;   
  	background-color: unset !important;
}

.booking_single_step_simple .tf_step_1,
.booking_single_step_simple .tf_step_2 {
	display: none !important;
}

.booking_single_step_simple #selected_time_box {
	display: none !important;
}

.booking_single_step_simple .s_date {
	display: none !important;
}

.booking_single_step_simple .reset_booking_btn {
	display: none !important;
}

.booking_single_step_simple .sc_booking_event_calender {
	/*max-width: 500px;*/
}

/*
	.booking_single_step_simple .booking_cl_step_3{
		position: relative;
		float: unset;
		max-width: 300px;
		top: 20px;
	}
	*/

.booking_single_step_simple .booking_status {
	display: none !important;
}

.booking_single_step_simple .booking_time {
	background: unset;
	float: left;
	padding: 5px;
	color: #868383;
	width: 100%;
	text-align: center;
	border: unset;
	font-size: 12px;
}

.booking_single_step_simple .booking_area_info {
	margin-bottom: 8px;
}

.fc-row .booking_status_nb {
	display: none !important;
}

.booking_single_step_simple .fc-content span.fc-date {
	opacity: 0.9 !important;
}

.fc-calendar .fc-row>div.fc-today::after {
	background: unset;
}

.fc-calendar .fc-row>div>span.fc-date {
	border: unset;
}

.fc-calendar .fc-row > div > span.fc-date {
	width: unset;
	height: unset;
	line-height: unset;
  }


  .booking_single_step_simple .added_hour .fa-check-square{
	display: none;
  }



  .c_s_price{
	display: none;
  }

  .fc-calendar-events-cl .booking_area_info:last-child{
	margin-bottom: 10px !important;
  }

  .step_3_title{
	position: relative;
    top: -6px;
  }

  .reservation_tbl{
	width: 100%;
	table-layout: fixed;
  }
  .reservation_cl_1{	
	width: 80%;
  }
  .reservation_cl_2{
	width: 100px;
	vertical-align: top;
	position: relative;
	text-align: right;
  }
  .reservation_cl_1_1{
	width: 200px;
  }

  .reservation_cl_2 .removehourslot {
	font-weight: bolder;
	color: #FFF;
	position: absolute;
	bottom: 5px;
	background: #FA4D4D;
	border-radius: 50%;
	font-size: 11px;
	padding: 1px 4px;
	right: 0px;
  }

  .step_2_button_next:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }

  .arrow_left{
	border: none;	
	padding: 12px 17px 12px 15px;	
	color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	position: absolute;
	left: 0px;
	transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }

  .arrow_right{
	border: none;	
	padding: 12px 17px 12px 15px;	
	color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	position: absolute;
	right: 0px;
  }