/*==== ResCalTheme1 ====*/

.rb-wrapper {
	background:#646464;
	background-color: rgba(100,100,100,0.8);
	-webkit-backdrop-filter: blur(5px);
  	backdrop-filter: blur(5px);
	padding: 30px;
	border-radius: 100px;
	border: 0px solid #939393;
}

.rb-main-container {
	background-color: transparent;
}

.rb-col input[type="text"],
.rb-col select {
	background-color: transparent;
	border: 1px solid #939393 !important;
	color: #fff !important;
	border-radius: 20px !important;

}

.rb-col.submit button {
	background-color: #ffc89a;
	border: 0px solid #2980b9;
	color: #0E1824;
	width: 100%;
	border-radius: 20px;
	padding:0px 30px !important;
	font-weight: 400 !important;
}

.rb-col.submit button:hover,
.rb-col.submit button:focus {
	background-color: #0E1824;
	border: 0px solid #3498db;
	color: #fff;
}

.rb-col input.calender {
	background-image: url('../img/calendar2.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: #fff;
}

.rb-col input:-ms-input-placeholder {
	color: #fff;
}

.rb-col input::-ms-input-placeholder {
	color: #fff;
}

.rb-col.error-required input,
.rb-col.error-required select {
	border: 1px solid red !important;
}

/*==== DATEPICKER ====*/

.res-datepicker {
	top: 0;
	left: 0;
	background-color: #fff8f2;
	border: 1px solid #000;
	border-radius: 10px;
}



.res-datepicker thead tr:first-child th {
	background-color: #676767;
}

.res-datepicker thead tr:first-child th:hover {
	background-color: #929292;
}

.res-datepicker th.dow {
	color: #fff;
	background-color: #000;
	font-weight: normal;
}
.res-datepicker td.day{
	border-radius: 50%;
}
.res-datepicker td.day:hover {
	background: #eeeeee;
	cursor: pointer;
	border-radius: 50%;
}

.res-datepicker td.active.active,
.res-datepicker td.active:hover.active {
	background-color: #676767;
	border-radius: 50%;
}

.res-datepicker td span.active.active {
	background-color: #676767;
}

.res-datepicker td {
	border: 0;
}

.res-datepicker td.day.disabled {
	color: #ddd;
	cursor: not-allowed;
	border-radius: 50%;
}
