/* 
 * Calendar 
 */

#CalendarReplace {
  background: #ffffff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.22);
  border-radius: 2px;
}
#CalendarReplace > p {
	font-weight: bold;
	margin: 0;
	padding: 20px 0 10px 0;
	text-align: center;
	text-transform: capitalize;
}

.tx-wng-booking table.calendar tr td {
	padding: 5px;
	text-align: center;
	border: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.33;
	color: #444444;
}
.tx-wng-booking table.calendar tr td.calendar-day {
cursor:pointer;
}
.tx-wng-booking table.calendar tbody tr td  p {
	margin:0;
}
.tx-wng-booking table.calendar tbody tr td.selected{
	background: #23527c;
	color: #fff;
	border-radius: 37px;
	width: 35px;
	height: auto;
	line-height: 2;
}
.tx-wng-booking table.calendar tbody tr td.today-day-number{
	background: red;
	color: #fff;
	border-radius: 37px;
	width: 35px;
	height: auto ;
	line-height: 2;
}
.tx-wng-booking table.calendar tbody tr td.selected p ,
.tx-wng-booking table.calendar tbody tr td.today-day-number p{
	color:#fff;
}
#CalendarReplace td p {
	font-size: 12px;
	font-weight: bold;
}
.tx-wng-booking table.calendar tr th {
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.33;
  	text-align: center;
  	color: rgba(0, 0, 0, 0.87);
  	opacity: 0.4;
  	padding: 9px;
}
.tx-wng-booking table.calendar .calendar-day-np p{
	color: #e0dcdc ;
}
.tx-wng-booking table.calendar .calendar-day-np.calendar-day-disable {
	opacity: 0 ;
}
.tx-wng-booking table {
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
	display: table;
}
.tx-wng-booking table th {
	border: none;
	opacity: 1 !important;
	color: #9e9e9e !important;
}
.tx-wng-booking a.disabled {
    pointer-events: none;
}

.tx-wng-booking-hours-title {
  font-size: 13px;
  font-weight: 500;
  color: #444444;
  margin: 15px 0;
}
.tx-wng-booking-hours .switch label {
  font-size: 13px;
  font-weight: 500;
  color: #444444;
}
.tx-wng-booking-hours .switch {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
#CalendarSliderReplace .switch label input[type=checkbox]:checked+.lever {
	background-color: #b1e3ab;
}
#CalendarSliderReplace .switch label input[type=checkbox]:checked+.lever:after {
	background-color: #23a832;
}
#CalendarSliderReplace .switch label input[type=checkbox]:disabled+.lever {
  background-color: rgba(189,9,38,0.35);
}
.tx-wng-booking .switch label .lever:before {
  background-color: rgba(189,9,38,0.35);
}
.tx-wng-booking input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before, input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    background-color: rgba(189,9,38,0.15);
}
.tx-wng-booking input[type=checkbox]:not(:disabled) ~ .lever:active:before,.tx-wng-booking input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
    background-color: rgba(0,0,0,0.08);
}
#CalendarSliderReplace .switch label input[type=checkbox]:disabled+.lever:after {
  background-color: #bd0926 !important ;
}
#tx-wng-events-calendar input[type=submit] {
  background: #123e68 none repeat scroll 0 0;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  height: auto;
  margin: 0 auto;
  padding: 5px 25px;
  text-transform: uppercase;
	cursor: pointer;
}
.tx-wng-booking-calendar #previous, .tx-wng-booking-calendar #next {
	position: absolute;

	cursor: pointer;
	left: 36px;
	top: 117px;
	font-size: 12px;
}
.tx-wng-booking-calendar #next {
	right: 36px;
	left: auto;
}

#tx-wng-events-calendar .error {
	color: #a94442;
	background-color: #f2dede;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	width: 100%;
	font-weight: bold;
}
#tx-wng-events-calendar .g-recaptcha {
	margin: 30px 0;

}
#CalendarReplace .choosendate {
	padding: 20px;
	background: #23527c;
	display: inline-block;
	width: 100%;
	color: #fff;
}
.tx-wng-booking .form-control {
	margin-bottom: 20px ;
}
.tx-wng-booking p:empty {
display:none;
}
.tx-wng-booking-morning ,.tx-wng-booking-afternoon {
	padding-right: 0 !important ;
}
#CalendarReplace h4 {
	font-size: 20px;
	font-weight: 600;
	margin-top:0;
}
.sucesssubmit p {
	color: #123e68;
}
@media (max-width:1025px) and (min-width:768px){

	.tx-wng-booking table {
		border-spacing: 2px !important ;
	}
	.tx-wng-booking table.calendar tbody tr td.today-day-number ,.tx-wng-booking table.calendar tbody tr td.selected {
		border-radius: 0;
	}
}