body.SiteBackground{background-image:url('https://resx.octorate.com/content/439029/1693298313959.jpg')}@media (min-width: 1220px) {.SearchLabel .fa{background:#666666;color:#fff}}.BoxHover:hover{box-shadow:1px 1px 10px #666666}.SearchBar .GreenButton .ui-button-text{background-color:#666666}.SiteTopBar{background-color:rgba(102,102,102,0.8)}:root{--color:#666666!important;--color-rotation:0.0deg!important;}.button, .button span.ui-button-text, .customButton span.ui-button-text{background-color:#666666!important;}.ui-selectonemenu .ui-selectonemenu-trigger, .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger,.ui-button-text, .BounceColor::before, .BounceColor .ui-button-text::before {
	background: #666666;
}
.LayoutDynamic .SiteTopBar {
 	background-color: rgba(102, 102, 102,0.5);

}
.ui-notificationbar {
 	background-color: rgba(102, 102, 102,0.5);
}
.RoomTitle {
	font-weight: 700;
}
.CardSmallTopic span.NoWrap {
	display: none;
}

.CardSmallTopic > div {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-items: center;
}
.CardSmallTopic > div ul {
  padding-left: 20px !important;
}


/*Custom CSS - Not from octorate*/
/*Hide Policy Text & info tooltip icon (on hover displayed message)*/
.RoomSummary.Leaden.MarTop10 > div:last-child{
	display:none;
}



/*First page of octorate, make the div that contains the flag wider*/
.SiteBackground #SiteMain .SiteContent form#j_idt353 div.flex.flexGap1rem>div{
	min-width:110px;
}

/*First page of octorate, make the checkin and checkout labels dark*/
.SiteBackground #SiteMain .SiteContent form#SiteHeader3 .datetheme2 label{
	color:#333;
}

/*Octorate room list, make the checkin and checkout labels dark*/
.SiteBackground #SiteMain header form#SiteHeader .datetheme2 label{
	color:#333;
}