/*==== ResCalTheme1 ====*/

.rb-wrapper {
	padding: 20px;
	background-color: #fff;
	border: 4px solid #c395c6;
}




.rb-main-container {
	background-color: #fff;

}

.rb-col input[type="text"],
.rb-col select {
	background-color: #fff;
	border: 0;
	border-bottom: 2px solid #8e44ad;
	color: #000;
	border-radius:0;
}

.rb-col.submit button {
	background-color: transparent;
	border: 0;
	color: #8e44ad;
}

.rb-col.submit button:hover,
.rb-col.submit button:focus {
	background-color: transparent;
	border: 0;
	color: #8e44ad;
}

.rb-col input.calender {
	background-image: url('../img/calendar.png');
}

.rb-col select {
	background-image: url('../img/downarrow.png');
}

.rb-col input:hover,
.rb-col input:focus,
.rb-col input:active,
.rb-col select:hover,
.rb-col select:focus,
.rb-col select:active,
.rb-col input::placeholder {
	color: #000;
}

.rb-col input:-ms-input-placeholder {
	color: #000;
}

.rb-col input::-ms-input-placeholder {
	color: #000;
}

.rb-col.error-required input,
.rb-col.error-required select {
	border: 0 !important;
	border-bottom: 2px solid red !important;
}

/*==== DATEPICKER ====*/

.res-datepicker {
	top: 0;
	left: 0;
	background-color: #ffffff;
	border: 1px solid #9b59b6;
}

.res-datepicker thead tr:first-child th {
	background-color: #8e44ad;
}

.res-datepicker thead tr:first-child th:hover {
	background-color: #9152ac;
}

.res-datepicker th.dow {
	color: #ffffff;
	background-color: #9b59b6;
	font-weight: normal;
}

.res-datepicker td.active.active,
.res-datepicker td.active:hover.active {
	background-color: #8e44ad;
}

.res-datepicker td span.active.active {
	background-color: #8e44ad;
}

.res-datepicker td {
	border: 0;
}

.res-datepicker td.day.disabled {
	color: #ddd;
	cursor: not-allowed;
}


/* =========================================
  START:: Intigration Page with Dayuse Switch
  ===========================================*/
  .resv_main_wraper .dayuseSwitchWrap {
	font-size: 0;
	position: absolute;
	left: 0;
	top: -37px;
  }
  
  .dayuseSwitchWrap .dayuseSwitcher {
	width: 188px;
	height: 32px;
	display: inline-block;
	position: relative;
	margin: 0;
  }
  .dayuseSwitchWrap .dayuseSwitcher .overnightTxt {
	color: #fff;
	padding-left: 13px;
	line-height: 22px;
	font-size: 13px;
	position: absolute;
	left: 12px;
	top: 4px;
	z-index: 10;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
  }
  .dayuseSwitchWrap .dayuseSwitcher .overnightTxt svg {
	width: 10px;
	position: absolute;
	left: 0;
	top: 2px;
  }
  .dayuseSwitchWrap .dayuseSwitcher .dayuseTxt {
	padding-right: 20px;
	line-height: 22px;
	font-size: 13px;
	position: absolute;
	right: 11px;
	top: 4px;
	z-index: 10;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
  }
  .dayuseSwitchWrap .dayuseSwitcher .dayuseTxt svg {
	width: 15px;
	position: absolute;
	right: 0;
	top: 1px;
  }
  
  .dayuseSwitchWrap .dayuseSwitcher input#daySwitch {
	opacity: 0;
	width: 0;
	height: 0;
  }
  .resv_main_wraper.dayuse .dayuseSwitchWrap .dayuseSwitcher .dayuseTxt {color: #fff;}
  .resv_main_wraper.dayuse .dayuseSwitchWrap .dayuseSwitcher .overnightTxt {color: #000;}
  
  .dayuseSwitchWrap .switchToggle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .4s;
	background: #fff;
	border: 1px solid #bebdbd;
	border-radius: 34px;
	cursor: pointer;
  }
  .dayuseSwitchWrap .switchToggle::before {
	content: "";
	height: 22px;
	width: 88px;
	border-radius: 34px;
	background: #272727;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 4px;
	transition: 0.4s;
	cursor: pointer;
  }
  .dayuseSwitchWrap .dayuseSwitcher input#daySwitch:checked + .switchToggle::before { left: 94px;}
  
  .resv_main_wraper.dayuse .resv_form_wrap #colsCheckOut.resv-col { display: none;}
  
  @media (min-width:992px) {
	.resv_main_wraper.dayuse #colsProp.resv-col {width: 50%;}
	.resv_main_wraper.dayuse .resv_form_wrap #colsCheckIn.resv-col { width: 50%;}
  }
  /* =======================================
  END:: Intigration Page with Dayuse Switch
  ========================================*/

/******************************************/
/***** Mandatory to add below styles ******/
/******************************************/

@media (max-width:1199px) {
	.resv_form_wrap .resv-col {
		padding-left: 15px;
		padding-right: 15px;
	}
	.resv_form_wrap .resv-col .resv_input_outer select,
	.resv_form_wrap .resv-col .resv_input_outer input[type="text"] {
		font-size: 14px;
	}
}

@media (max-width:991px) {
	.resv_form_wrap { padding: 75px 20px 20px;}
	.resv_main_wraper .resv-title {width: 100%;}
	.resv_main_wraper .resv-title h2 {font-size: 24px;}
	.resv_main_wraper .resv-title h2 br {display: none;}
	.resv_main_wraper .resv-title h2 svg {display: none;}
	.resv_form_wrap .resv-col {
		width: 100% !important;
		margin-bottom: 15px;
		padding-left: 0;
		padding-right: 0;
		border-bottom: 1px solid transparent;
    	border-left: 0;
	}
	.resv_form_wrap .resv-col:first-child {border-bottom: 1px solid transparent;}
	.resv_form_wrap .resv_input_outer:after {bottom: auto;}
	
	.resv_form_wrap .resv-col .title_label {font-size: 13px;}
	.resv_form_wrap .resv-col .resv_input_outer select {font-size: 18px;}
	.resv_form_wrap .resv-col .resv_input_outer input[type="text"] {font-size: 18px;}
	
	.resv_form_wrap .resv-btn-col {
		width: 100%;
		position: relative;
		clear: both;
		overflow: hidden;
	}
	.resv_form_wrap .resv-btn-col button {
		font-size: 18px;
		padding: 15px 20px;
		border-radius: 5px;
	}
}

.resv_input_outer svg { position: absolute; top: 9px; right: 0px; font-size: 16px; z-index: 3; }


