body {
	background-color: #FFF;
	font:16px/1.5 "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
select {
	font:16px/1.5 "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h4 {
    font-size: 100%;
}

#siteWrapper {
	width: 100%;
	min-height: 640px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header {
	display: none;
}

#client_logo {
	background-image: none;
	height: 100px;
}

#sideBar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    padding: 3px 4px 0;
}
#sideBar label {
	line-height: 1.4;
}
#itineraryBar {
	box-shadow: none;
	background-image: none;
	margin: 0;
}
#itineraryBar h4 {
	display: none;
}
#itineraryTotal {
	padding: 0 2px 0;
}
#itineraryTotal label {
	color: #555555;
    font-size: 93%;
    margin-top: 2px;
}
#sideBar label.itineraryAmountTotal {
	color: #333333;
	margin-top: 2px;
}
.itineraryRemoveAllLink {
	display: none;
}
#sideBar label.itineraryAmount {
	margin-top: 0;
}
#itineraryContent {
	padding: 1px;
}

#itineraryContent .paymentTerms {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    opacity: 0.8;
    padding: 0 8px 6px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#itineraryContent .paymentTerms h3 {
	color: #666;
	font-size: 88%;
}
#itineraryContent .paymentTerms label {
	color: black;
	font-size: 100%;
}
.itineraryContentDetail table {
	width: 97%;	
}
.itineraryRemoveLink a {
	background-color: #ff0000;
	color: #fff;
	font-size: 72%;
	padding: 3px 4px;	
}


#content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: #fff 0px 0px 0px;
	-moz-box-shadow: #fff 0px 0px 0px;
	box-shadow: #fff 0px 0px 0px;

	width:100%;
	border: none;
	margin: 0px;
}

#searchBar h4 {
    font-size: 100%;
}
#searchBar {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 4px;
}
#searchBar label {
    font-size: 100%;
    line-height: 1.5;
}
#searchBar select {
    font-size: 100%;
    height: auto;    
    width: 13.75em; /*10em*/
    border: auto;
    padding: auto;
}
#searchBar input[type="text"] {
    font-size: 100%;
    height: auto;
    width: 10em;
    border: auto;
    padding: auto;    
}
#searchBar table label {
    margin-left: 5px;
}
#unitBreakDown select {
    width: 4.5em;
}
#searchBar .dateListBoxes select {
    margin-left: 2px;
    width: 4.5em;
}
#searchBar button {
    margin: 5px 0 10px;
}
#bookingSteps {
	background: url("../images/colourSchemes/heading-bg.png") repeat scroll 0 0 #EEEEEE;
    margin: 0;
    padding: 2px 0 0 0;
    width: 100%;
}
#bookingSteps .steps {
    margin:0;
    text-align: center;
    height: 44px;
    line-height: 28px;
}
#bookingSteps .steps div {
	font-size: 22px;
	width: 100%;
}
#bookingSteps .steps div.unselected {
	display: none;
}
#bookingSteps .steps div.stepsName1 {
	background: none;
	width: 100%
}
#bookingSteps .steps div.stepsName2 {
	background: none;
	width: 100%
}
#bookingSteps .steps div.stepsName3 {
	background: none;
	width: 100%
}
#bookingSteps .steps div.stepsName4 {
	background: none;
	width: 100%
}
.stepsName1 div.selected {
	background: none;
}
.stepsName2 div.selected {
	background: none;
}
.stepsName3 div.selected {
	background: none;
}
.stepsName4 div.selected {
	background: none;
}
#bookingSteps a {
	position: absolute;
	margin: 6px 0 0 0;
	z-index: 210;
	top: 0;
}
#bookingSteps .steps a {
	padding: 0;
}
.backButton {
	background: url("../images/colourSchemes/back-small-m.png") no-repeat scroll 0 -1px transparent;
    padding: 0;
    height: 41px;
    line-height: 30px;
    left: 5px;
    width: 70px;
}
.backButtonWide {
	background: url("../images/colourSchemes/back-wide-m.png") no-repeat scroll 0 -1px transparent;
    padding: 0;
    height: 41px;
    line-height: 30px;
    left: 5px;
	width: 90px;
}
.homeButton {
    background: url("../images/colourSchemes/home-small.png") no-repeat scroll 0 -1px transparent;
    padding: 0;
    height: 41px;
    line-height: 30px;
    left: 5px;
    width: 65px;
    font-size: 12px;
}
.homeButtonNextToBack {
	left: 75px;
}
.homeButtonRight {
	left: inherit;
	right: 5px;
}
.homeButtonEnd {
    background: url("../images/colourSchemes/home-small.png") no-repeat scroll 0 -1px transparent;
    padding: 0;
    height: 41px;
    line-height: 30px;
    left: 5px;
    width: 65px;
    font-size: 12px;
}
.myBookingsButton {
	line-height: 30px;
    right: 5px;
}
.forwardButtonWide {
	background: url("../images/colourSchemes/forward-wide-m.png") no-repeat scroll 0 -1px transparent;
    height: 41px;
    line-height: 30px;
    right: 0;
    width: 78px;
}
.hotelResult {
    border: 1px solid #CCC;
    border-radius: 2px;
    margin: 3px;
}
.hotelResult .centerColumn {
	width: 100%;
	padding-right: 0;
	border-right: none;
}

.hotelHeading {
	border: none;
}

.hotelHeading h1 {
    font-size: 123.1%;
}
.hotelHeading h3 {
	font-size: 150%;
}
.hotelHeading h4 {
	float: right;
	margin-top: 8px;
}

.hotelDescription p {
	width: 95%;
	font-size: 100%;
}

.centerColumn .hotelInfo {
	width: 100%;
}
.hotelInfo {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-left: 0px;
	padding-left: 5px;
    display: none;
}

.hotelInfo a {
	font-size: 70%;
	height: 20px;
	width: 28%;
	padding: 6px 1px 2px 17px;
	text-align: center;
}

.roomDescription p {
    font-size: 93%;
    line-height: 1.4;
    float: none;
}
.hotelRates {
	margin-top: 10px;
}
.hotelRates .standardButton {
	margin-top: 8px;	
}
.hotelFeatures {
	display: none;
}

#locationMap {
	width: 390px;
}

.ratesHeading {
	width: 100%;
}
.ratesResult {
    margin: 3px;
    border: 1px solid #CCC;
    border-radius: 2px;
}
.ratesDetails {
	width: 100%;
}
.viewMore {
	margin-left: 50px;
}
.roomsAndFeatures h1 {
    display: none;
}
.hotelResultRoom {
    padding-bottom: 10px;
}
.roomDescription {
    width: auto;
    min-height: 85px;
    float: none;
}
.roomOptions {
	width: 95px;
	margin-top: 6px;
}
.roomOptions h4 {
    display: none;
}
.roomOptions select {
	width: 90px;
}
.roomsAndRates {
	width: auto;
}
.roomRates {
	margin: 8px 0px 0px 0px;
	background-color: #f3f3f3;
	padding: 8px 8px;
	border-radius: 5px;
	width: auto;
	min-height: 3em;
}
.hotelDetail {
	margin: 0 10px;
}

.hotelDetailLocation {
	max-width: 130px;
	margin-right: 10px;
}
#confirmBooking {
	width: 100%;
}
#confirmBooking table {
	width: 100%;
}
.dialogColumn {
    width: 95%;
}
.dialogColumn .gwt-Label {
    font-size: 100%;
    width: 23%;
}
.dialogColumn .dialogColumnValue {
    width: 70%;
    max-width: 70%;
}
#confirmBookingForm .centerLeft select {
    margin-left: 0;
}
.statusMessage {
	z-index: 20000;
}
#statusMessagePanel {
	width: 100%;	
}
#statusMessagePanel div {
	text-align: center;
}
#statusMessagePanel p {
	width: 85%;
	float: none;
	padding: 0;
	margin: 50px 10px 0;
}
#statusMessagePanel img {
	float: none;
	margin-left: 0;
}
#formDetails {
	padding: 10px 5px;
}
#formDetails fieldset {
	padding: 0 5px;
}
#formDetails fieldset legend {
	margin-left: 10px;
}
#formDetails fieldset p {
	/*margin-left: 152px; FvH can't see where this is used, such a big margin as well*/
	margin: 10px 0 5px;
	font-size: 12px;
}
#formDetails textarea {
    width: 97%;
    font-size: 100%;
}
#formDetails label {
	width: 90px;
	font-size: 100%;
}
#formDetails select {
	font-size: 100%;
	height: auto;
}
#formDetails input[type="text"], #formDetails input[type="password"] {
	font-size: 100%;
}
#formDetails .haveReadAndAccept  {
    margin: 15px 0 5px 0;
    padding: 5px;
    background-color: #E9E9E9;
}
#formDetails .haveReadAndAccept a {
    width: 100%;
    text-align: center;
}
#formDetails .haveReadAndAccept label {
	text-align: left;
	width: 100%;
	margin-top: 3px;
}
.haveReadAndAccept input[type="checkbox"] {
	display: none;
}
.haveReadAndAcceptLeft {
    background: url("../images/check_box.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    position: absolute;
    width: 32px;	
    margin: 0;
}
.haveReadAndAcceptLeftSelected {
    background: url("../images/check_box.png") no-repeat scroll 0 -28px transparent;
}
.haveReadAndAcceptRight {
	-moz-box-sizing: border-box;
    padding-left: 35px;
    width: 100%;
}
#formDetails .gwt-HTML {
    margin-left: 5px;
}

.detailsColumn {
	width: 296px;
}

#hotelConfirmation {
	padding: 0;
}
#hotelConfirmation h4 {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#hotelConfirmation h6 {
    font-size: 100%;
    color: #13598F;
}
#hotelConfirmation td {
    font-size: 85%;
}
#confirmBookingForm .centerLeft {
    width: auto;
}
#confirmBookingForm .centerRight {
	float:left;
	padding: 0;
	width: 192px;
}
.reservationDetails {
	width: 100%;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.personalDetails {
	width: 100%;
}
#hotelConfirmation .termsAndConditions div {
	margin: 10px 10px 20px;
}
#hotelConfirmation .paymentDetails label {
	margin: 10px 10px 0;
	font-size: 93%;
}
#message {
	padding: 3px 4px 0; 
}
#message .error {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



@-webkit-keyframes changeContentLeftMobile {
	0% { -webkit-transform: translateX(-470px) translateY(0px);}
	100% { -webkit-transform: translateY(0px);}
}

@-moz-keyframes changeContentLeftMobile {
	0% { -moz-transform: translateX(-470px) translateY(0px);}
	100% { -moz-transform: translateY(0px);}
}

@-ms-keyframes changeContentLeftMobile {
	0% { -ms-transform: translateX(-470px) translateY(0px);}
	100% { -ms-transform: translateY(0px);}
}

@-o-keyframes changeContentLeftMobile {
	0% { -o-transform: translateX(-470px) translateY(0px);}
	100% { -o-transform: translateY(0px);}
}

@keyframes changeContentLeftMobile {
	0% { transform: translateX(-470px) translateY(0px);}
	100% { transform: translateY(0px);}
}

.changeContentLeft {
	-webkit-animation-name: changeContentLeftMobile;
	-moz-animation-name: changeContentLeftMobile;
	-ms-animation-name: changeContentLeftMobile;
	-o-animation-name: changeContentLeftMobile;
	animation-name: changeContentLeftMobile;
}

@-webkit-keyframes changeContentRightMobile {
	0% { -webkit-transform: translateX(470px) translateY(0px);}
	100% { -webkit-transform: translateY(0px);}
}

@-moz-keyframes changeContentRightMobile {
	0% { -moz-transform: translateX(470px) translateY(0px);}
	100% { -moz-transform: translateY(0px);}
}

@-ms-keyframes changeContentRightMobile {
	0% { -ms-transform: translateX(470px) translateY(0px);}
	100% { -ms-transform: translateY(0px);}
}

@-o-keyframes changeContentRightMobile {
	0% { -o-transform: translateX(470px) translateY(0px);}
	100% { -o-transform: translateY(0px);}
}

@keyframes changeContentRightMobile {
	0% { transform: translateX(470px) translateY(0px);}
	100% { transform: translateY(0px);}
}

.changeContentRight {
	-webkit-animation-name: changeContentRightMobile;
	-moz-animation-name: changeContentRightMobile;
	-ms-animation-name: changeContentRightMobile;
	-o-animation-name: changeContentRightMobile;
	animation-name: changeContentRightMobile;
}

.resultStayDetailsWrapper {
	overflow: scroll;
}

/* Suggestbox */
input.gwt-SuggestBox {
	width: 210px !important;
	background: url(../images/dropdown_down_arrow.gif) no-repeat right #fff;
	border: 1px solid #ccc;	
	padding: 4px !important;
}
.gwt-SuggestBoxPopup { /*the suggestion popup*/
	width: 218px;
	background: #fff;
	z-index: 1010;	
	background-size: 100% auto;
	font-size: 11px;	
	border: 1px solid #ccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
}
.gwt-SuggestBoxPopup .suggestPopupContent{
    max-height: 170px;    
    overflow-y: scroll;    
}
.gwt-SuggestBoxPopup .item { /*an unselected suggestion*/
	padding: 2px;		
	color: #666666;	 
}
.gwt-SuggestBoxPopup .item-selected { /*a selected suggestion*/
	font-weight: normal;
	width: 218px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
}
