/*==== ResCalTheme1 ====*/

.rb-wrapper {
	padding: 20px;
	background-color: #fff;
	border: 4px solid #c09048;
}




.rb-main-container {
	background-color: #fff;

}

.rb-col input[type="text"],
.rb-col select {
	background-color: #fff;
	border: 0;
	border-bottom: 2px solid #836332;;
	color: #000;
	border-radius:0;
}

.rb-col.submit button {
	background-color: transparent;
	border: 0;
	color: #252e59;
	border: 1px solid #836332;
	font-size: 14px;
	line-height: 0;
}

.rb-col.submit button:hover,
.rb-col.submit button:focus {
	background-color: transparent;
	border: 0;
	color: #836332;
}

.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 #836332;
	max-width: 310px;
}

.res-datepicker thead tr:first-child th {
	background-color: #252e59;
}

.res-datepicker thead tr:first-child th:hover {
	background-color: #836332;
}

.res-datepicker th.dow {
	color: #ffffff;
	background-color: #836332;
	font-weight: normal;
}

.res-datepicker td.active.active,
.res-datepicker td.active:hover.active {
	background-color: #252e59;
}

.res-datepicker td span.active.active {
	background-color: #252e59;
}

.res-datepicker td {
	border: 0;
}

.res-datepicker td.day.disabled {
	color: #ddd;
	cursor: not-allowed;
}
