
/*background color*/
body { background: #FFF ; }

   /*********theme bg color********/
.header-theme-bgcolor { background: #2B4A93; } /*theme Color*/
 div#logos label { color: #2B4A93; }
.view-select-row a.select-view { background: #2B4A93; }
.room-content-area { border-top: 2px Solid #2B4A93;}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: 1px; top: 10px; height: 39px; color: #2B4A93; }
.room-number-block h2 { font-weight: 700; font-size: 14px; color: #2B4A93; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); margin: 5px 0; }
header .hotel-name {color: #2B4A93;}
.ac-title {background: #2B4A93;}
.otherlinks li a:hover {color: #2B4A93;}
.modal-content .modal-header {background: #2B4A93;}
/*.thead-default th {background-color: #977678;}*/ /*Light Shade of theme bgcolor*/
.roomUpgrade .h2RoomUpgrade {background: #2B4A93;color: #fff;}

.room-block:hover { border: 1px solid #2B4A93; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); z-index: 2; background: #f4f4f4; background: -moz-linear-gradient(top, #f4f4f4 30%, #ffffff 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f4f4f4), color-stop(100%, #ffffff)); background: -webkit-linear-gradient(top, #f4f4f4 30%, #ffffff 100%);
 background: -o-linear-gradient(top, #f4f4f4 30%, #ffffff 100%); background: -ms-linear-gradient(top, #f4f4f4 30%, #ffffff 100%); background: linear-gradient(to bottom, #f4f4f4 30%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0); }

.promotion-code h2 {background: #2B4A93; }

.panel-primary { border-color: #2B4A93; }

a { color: #2B4A93; }
.room-features .std-accordion .std-accod-name { color: #94020b; }

.roomUpgrade .h2RoomUpgrade {background: #2B4A93;}
.header-col-border-bottom{    border-bottom: #2B4A93 1px solid;  }

.bookingDetails h4:after { background: #2B4A93; content: ""; display: block; width: 100%; height: 1px; margin-top: 10px; background: #2B4A93;
    background: -moz-linear-gradient(left, #2B4A93 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2B4A93), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #2B4A93 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #2B4A93 0%, #ffffff 100%);
    background: -ms-linear-gradient(left, #2B4A93 0%, #ffffff 100%);
    background: linear-gradient(to right, #2B4A93 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B4A93', endColorstr='#ffffff', GradientType=1); } 

.bookingDetails .bookingBlock .bdText.bookNum { color: #2B4A93; font-weight: bold; }
/*.bookPage h2 { background: #2B4A93 !important;}*/
.scrollToTop .fa-inverse { color: #2B4A93; }


/********buttom bg color*********/

.btnSearch {background: #4570D3;} /*Button color*/
.btnSearch:hover { background: #555!important;}

.rate-view-multi-block .room-price-block .btn {background: #4570D3;}
.rate-view-multi-block .room-price-block .btn:hover {background: #555;}

.room-guest-details .btn, .room-details-col .btn {background: #4570D3;}
.room-guest-details .btn:hover, .room-details-col .btn:hover {background: #555;}

.dailyrate div.dailyrateheader { background: #4570D3;}

.modal-content .modal-footer .btn { background: #4570D3;}
.modal-content .modal-footer .btn:hover { background: #555;}

.fa-gift:before {color: #fff;}

.book-detail-new-search {background:#4570D3;}

.btn:hover { background: #4570D3; }
.dailyRate .dailyRow .dailyList label.dailyListHead { background: #4570D3; color: #fff; padding: 3px 9px; font-weight: normal;  }

footer p { color: #555555; }

/* Added by Yogesh [2022-05-16] */
.daterangepicker td.start-date{background: #2B4A93!important}/*CheckIn Color*/
.daterangepicker td.in-range {background: #2B4A93!important}/*Range Color*/
.daterangepicker td.end-date{background: #2B4A93!important}/*CheckOut Color*/
.daterangepicker td.active:hover {background: #2B4A93!important}/*Hover Color*/
th.next.available,th.prev.available{background: #4570D3!important}/*NavButton Color*/