body {
    background-color: #f8f3ef;
	background-image: url('http://berberlodge.net/images/bg-big.jpg');
	background-repeat: repeat;
    color: #494544;

}

.SiteMain {
   background: none !important; 
}

.SiteHeader .HotelHeader {
	background: #e2dbd5;
  
}

.BackTransparent {
background: none;
}

.Green {
    color: #494544 !important;
}

.Blue {
    color: #494544 !important;
}

.Leaden {
    color: #494544 !important;
}

.CardBigTopic {
    color: #494544 !important;
}

.SiteMain {
    max-width: 95%;
    box-shadow: none;
    margin: 0 auto 50px auto;
}


.LangBar, .HotelHeader, .SiteFooter {
    
  	padding: 10px;
    overflow: auto;
    background: #E5E3E2;
}

.NetworkBar, .SearchBar, .SearchCal, .AutheticatedBar {
    background: #e2dbd5;
    padding: 10px;
    overflow: hidden;
}

.BoxSection {
    border: #eee solid 1px;
    box-shadow: none;
}

.RoomPhoto {
    width: 340px; 
    min-height: 250px;
}

.ui-inputfield, .ui-inputfield.ui-state-hover, .ui-inputfield.ui-state-focus,
.ui-selectonemenu, .ui-selectonemenu.ui-state-hover, .ui-selectonemenu.ui-state-focus  {
    color:  #494544 !important;
    border: solid 1px #494544 !important;
    background-color: #fff;

}

.ui-datepicker-trigger .ui-icon {
    color: #494544 !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    background-color: #494544;
}

.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-hover, .ui-selectonemenu .ui-selectonemenu-trigger.ui-state-focus {
    background-color: #e2dbd5;
    border: solid 1px #494544 !important;
    color: #494544;
}
    
.fa {
    color: #494544;
}

.SearchBar > div > div, .SearchCal > div {
    color: #494544;
}

.GreenButton .ui-button-text {
    background-color: #494544;
}

.GreenButton.ui-state-hover .ui-button-text {
    background-color: #e2dbd5;
    border: solid 1px #494544 !important;
    color: #494544;
}

.ui-button-text {
    background-color: #494544;
}

.ui-button.ui-state-hover .ui-button-text {
    background-color: #e2dbd5;
    border: solid 1px #494544 !important;
    color: #494544;
}

.ui-datepicker-header {
    background-color: #494544 !important;
    color: #fff !important;
}

.ui-datepicker-calendar thead tr th {
    background-color: #494544 !important;
    color: #fff !important;
}

.ui-datepicker-calendar thead tr .ui-datepicker-week-end {
    background-color: #e2dbd5 !important;
}

.ui-datepicker-calendar tbody tr td {
    border: solid 1px #494544;
}

.ui-datepicker-calendar tbody tr td a {
    color: #494544 !important;
}

.ui-datepicker-calendar tbody tr td:hover {
    background-color: #e2dbd5;
    border: solid 1px #494544;
}


.ui-datepicker-calendar tbody tr .ui-datepicker-current-day {
    background-color: #e2dbd5;
    border: solid 1px #494544;
}

.ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
    background-color: #494544;
}

.ui-datepicker-header .ui-datepicker-prev-hover, .ui-datepicker-header .ui-datepicker-next-hover {
    background-color: #494544;
}

/*New booking engine css 27/09/2024*/
section.room div.offert .box .price {
    display: block;
    position: relative;
    font-size: 30px;
    color: #494544;
    line-height: 100%;
    padding: 0;
    margin: 0 0 10px;
    z-index: 1;
}
section.room div.details .all {
    position: relative;
    padding: clamp(15px, 3vw, 30px);
    margin: 0;
    background-color: #f8f3ef;
}
.customButtonGreenOffert span.ui-button-text {
    background-color: #494544;
    border: 0;
}