table.res-calendar {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.res-calendar.table-condensed th,
.res-calendar.table-condensed td {
padding: 9px 10px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.res-dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
margin: 5px 0 0;
padding: 5px;
list-style: none;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
} .res-datepicker {
top: 0;
left: 0;
background-color: #ffffff;
border: 1px solid #000;
}
.res-datepicker > div {
display: none;
}
.res-datepicker table {
width: 100%;
margin: 0;
}
.res-datepicker td {
border: solid 1px #eeeeee;
}
.res-datepicker th.dow {
color: #ffffff;
background-color: #E1BD85;
font-weight: normal;
}
.res-datepicker td,
.res-datepicker th {
text-align: center;
width: 25px;
height: 25px;
}
.res-datepicker td.day:hover {
background: #eeeeee;
cursor: pointer;
}
.res-datepicker td.day.disabled {
color: #eeeeee;
}
.res-datepicker td.old,
.res-datepicker td.new {
color: #999999;
}
.res-datepicker td.active,
.res-datepicker td.active:hover {
color: #ffffff;
background-color: #c9a263;
color: #fff;
}
.res-datepicker td.active:hover,
.res-datepicker td.active:hover:hover,
.res-datepicker td.active:focus,
.res-datepicker td.active:hover:focus,
.res-datepicker td.active:active,
.res-datepicker td.active:hover:active,
.res-datepicker td.active.active,
.res-datepicker td.active:hover.active,
.res-datepicker td.active.disabled,
.res-datepicker td.active:hover.disabled,
.res-datepicker td.active[disabled],
.res-datepicker td.active:hover[disabled] {
color: #ffffff;
background-color: #c9a263;
}
.res-datepicker td.active:active,
.res-datepicker td.active:hover:active,
.res-datepicker td.active.active,
.res-datepicker td.active:hover.active {
background-color: #c9a263;
}
.res-datepicker td span {
display: block;
width: 58px;
height: 58px;
line-height: 58px;
float: left;
cursor: pointer;
}
.res-datepicker td span:hover {
background: #eeeeee;
}
.res-datepicker td span.active {
color: #ffffff;
background-color: #c9a263;
color: #ffffff;
}
.res-datepicker td span.active:hover,
.res-datepicker td span.active:focus,
.res-datepicker td span.active:active,
.res-datepicker td span.active.active,
.res-datepicker td span.active.disabled,
.res-datepicker td span.active[disabled] {
color: #ffffff;
background-color: #c9a263;
}
.res-datepicker td span.active:active,
.res-datepicker td span.active.active {
background-color: #c9a263;
}
.res-datepicker td span.old {
color: #999999;
}
.res-datepicker th.switch {
width: 145px;
}
.res-datepicker th.next,
.res-datepicker th.prev {
font-size: 21px;
}
.res-datepicker thead tr:first-child th {
cursor: pointer;
background-color: #D4AD6F;
color: #ffffff;
font-weight: normal;
text-transform: uppercase;
font-size: 18px;
}
.res-datepicker thead tr:first-child th.prev,
.res-datepicker thead tr:first-child th.next {
font-size: 30px;
}
.res-datepicker thead tr:first-child th:hover {
background-color: #c9a263;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
display: block;
cursor: pointer;
width: 16px;
height: 16px;
}.rb-wrapper {
width: 100%;
margin: 20px 0;
font-family: 'Arial', sans-serif;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.rb-main-container {
width: 100%;
padding: 0 5px;
background-color: #fff;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.rb-container {
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.rb-row {
margin-left: -10px;
margin-right: -10px;
display: table;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.rb-row::after {
display: table;
content: " ";
clear: both;
}
.rb-row::before {
display: table;
content: " ";
}
.rb-left-parent,
.rb-right-parent {
display: table-cell;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.rb-col {
float: left;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} .rb-col input,
.rb-col select {
width: 100%;
background-color: #fff;
height: 40px;
border: 1px solid #000;
color: #000;
padding: 0 10px;
outline: 0;
box-shadow: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.rb-col.submit button {
background-color: #c9a263;
border: 1px solid #c9a263;
color: #fff;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
height: 40px;
width: 100%;
outline: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.rb-col.submit button:hover,
.rb-col.submit button:focus {
background-color: #D4AD6F;
border: 1px solid #D4AD6F;
color: #fff;
}
.rb-col input.calender {
background-image: url(//www.hotelsaibansishirdi.com/wp-content/plugins/ResAvenue/img/calendar.png);
background-repeat: no-repeat;
background-position: center right 8px;
padding-right: 30px;
}
.rb-col select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//www.hotelsaibansishirdi.com/wp-content/plugins/ResAvenue/img/downarrow.png);
background-repeat: no-repeat;
background-position: center right 8px;
padding-right: 30px;
line-height: 36px;
}
.rb-col select::-ms-expand {
display: none;
}
.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: 1px solid red !important;
} .rb-col.prop,
.rb-col.datefrm,
.rb-col.dateto {
max-width: 33.33%;
width: 100%;
}
.rb-col.room {
max-width: 100px;
width: 100%;
}
.rb-col.adult,
.rb-col.child,
.rb-col.cupcode {
max-width: 90px;
width: 100%;
}
.rb-col.submit {
max-width: 180px;
min-width: 150px;
width: 100%;
} .rb-wrapper.vertical .rb-row,
.rb-wrapper.vertical .rb-left-parent,
.rb-wrapper.vertical .rb-right-parent {
display: block;
}
.rb-wrapper.vertical .rb-col.prop,
.rb-wrapper.vertical .rb-col.datefrm,
.rb-wrapper.vertical .rb-col.dateto,
.rb-wrapper.vertical .rb-col.cupcode,
.rb-wrapper.vertical .rb-col.submit {
max-width: 100%;
}
.rb-wrapper.vertical .rb-col.room,
.rb-wrapper.vertical .rb-col.adult,
.rb-wrapper.vertical .rb-col.child {
max-width: 33.33333333333333%;
}.rb-wrapper {
background-color: #fff;
padding: 20px;
}
.rb-main-container {
background-color: #fff;
} .rb-col input,
.rb-col select {
background-color: #fff;
border: 1px solid #000;
color: #000;
}
.rb-col.submit button {
background-color: #c9a263;
border: 1px solid #c9a263;
color: #fff;
}
.rb-col.submit button:hover,
.rb-col.submit button:focus {
background-color: #D4AD6F;
border: 1px solid #D4AD6F;
color: #fff;
}
.rb-col input.calender {
background-image: url(//www.hotelsaibansishirdi.com/wp-content/plugins/ResAvenue/img/calendar.png);
}
.rb-col select {
background-image: url(//www.hotelsaibansishirdi.com/wp-content/plugins/ResAvenue/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: 1px solid red !important;
}.rb-wrapper {
background-color: rgba(202, 149, 53, 1);
padding: 20px;
}
.rb-main-container {
background-color: transparent;
}
.rb-col input[type="text"],
.rb-col select {
background-color: #fff;
border: 1px solid #000;
border-bottom: 1px solid #363839;
color: #000;
}
.rb-col.submit button {
background-color: #ff0000;
border: 0;
border-bottom: 0px solid #ff0000;
color: #fff;
}
.rb-col.submit button:hover,
.rb-col.submit button:focus {
background-color: #ff0000;
border: 0;
border-bottom: 0px solid #ca9535;
color: #fff;
}
.rb-col input.calender {
background-image: url(//www.hotelsaibansishirdi.com/wp-content/plugins/ResAvenue/img/calendar.png);
}
.rb-col select {
background-image: url(//www.hotelsaibansishirdi.com/wp-content/plugins/ResAvenue/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: 1px solid red !important;
} .res-datepicker {
top: 0;
left: 0;
background-color: #ffffff;
border: 1px solid #ca9535;
}
.res-datepicker thead tr:first-child th {
background-color: #ca9535;
}
.res-datepicker thead tr:first-child th:hover {
background-color: #e4ab44;
}
.res-datepicker th.dow {
color: #ffffff;
background-color: #363839;
font-weight: normal;
}
.res-datepicker td.active.active,
.res-datepicker td.active:hover.active {
background-color: #ca9535;
}
.res-datepicker td span.active.active {
background-color: #363839;
}
.res-datepicker td {
border: 0;
}
.res-datepicker td.day.disabled {
color: #ddd;
cursor: not-allowed;
}