@import url(https://fonts.googleapis.com/css?family=Open+Sans|Raleway:100,300,400,600,700);

#contentWrapper {
    margin: 20px auto 0px auto;
    width: 1050px;
}

#searchBar button {
    height: 45px;
    border: none;
    font-size: 1rem;
    width: 100%;
    line-height: 45px;
    background-color: #053a59 !important;
    text-align: left;
    padding: 0 0 0 40px !important;
    color: #f4f4f4;
    border-radius: 6px;
    background-image: url(../images/colourSchemes/forward-arrow-light.png);
    background-repeat: no-repeat;
    background-position: 215px 15px;
    background-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
#searchBar button:hover {
    height: 45px;
    border: none;
    font-size: 1rem;
    width: 100%;
    line-height: 45px;
    background-color: #053a59 !important;
    text-align: left;
    padding: 0 0 0 40px !important;
    color: #f4f4f4;
    border-radius: 6px;
    background-image: url(../images/colourSchemes/forward-arrow-light.png);
    background-repeat: no-repeat;
    background-position: 215px 15px;
    background-size: 10px;
    text-transform: uppercase;
    opacity: 0.8;
}
.smallButton {
	width: 58px;
	border:none;
	font-size: 0.9rem;
	font-weight: normal;
	margin:6px 0px 6px 4px;
	padding: 0px !important;
	height: 30px;
	cursor:pointer;
	text-align: center;
	background: #053a59;
	line-height: 30px;
	border-radius: 4px;
	color: #f4f4f4;
}
.smallButton:hover {
	cursor: pointer;
	font-weight: bold;
	opacity: 0.8;
}
.roomRates h5 {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 10px;
    clear: both;
    color: #053a59;
    font-weight: 500;
}
.standardButton {
	width: 92px;
	font-size: 0.9rem;
	font-weight: normal;
	margin: 0;
	padding: 0px !important;
	height: 35px;
	cursor:pointer;
	background: #053a59;
	color: #f4f4f4 !important;
	text-shadow: none;
	animation: standardButton 0.5s linear;
	border: none;
	border-radius: 4px;
	line-height: 35px;
}
.standardButton:hover {
	background: #053a59;
	color: #f4f4f4 !important;
	opacity: 0.8;
}
.hotelInfo a {
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    display: inline;
    float: left;
    margin: 0px;
    padding: 6px 10px 6px 34px;
    border-right: none;
}
.roomsFeaturesIcon {
    background: url(../images/rooms.png) no-repeat 12px center /16px;
}
.locationIcon {
    background: url(../images/compass.png) no-repeat 12px center / 16px;
}
.paymentTermsIcon {
    background: url(../images/payment_terms.png) no-repeat 12px center / 16px;
}
.pictureIcon {
    background: url(../images/pictures.png) no-repeat 12px center / 16px;
}
.directionsLink {
    color: #467fab;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    margin-left: 10px;
    float: left;
}
.hotelInfo .selected {
    background-color: #f4f4f4;
    margin: -2px 0 0 -1px;
    height: 22px;
    color: #053a59 !important;
    line-height: 22px;
    border-radius: 6px 6px 0px 0px;
    border: 1px solid #dddddd;
}
.hotelInfoContent {
    float: right;
    margin: -15px -1px 0px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none;
    background-position: center bottom;
    background-repeat: repeat-x;
    width: 696px;
    padding-left: 5px;
}
.hotelInfoContent-open {
    border: medium none;
    border-top: 1px solid #E4E7EA;
}
.paymentTerms h3 {
    margin-bottom: 0;
    font-size: 1rem;
}
.paymentTerms p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #444444;
}
#formDetails button {
	height: 35px;
	border:none;
	text-transform:uppercase;
	font-size: 15px;
	width: 150px;
	cursor:pointer;
	padding: 0 !important;
	background-color: #053a59;
	color: #f4f4f4;
	margin-right: 10px;
	line-height: 35px;
	border-radius: 4px;
}

#formDetails button:hover {
	color: #ffffff;
    opacity: 0.8;
}
#confirmBookingForm button {
	height: 35px;
	border:none;
	text-transform:uppercase;
	font-size: 1rem;
	width: 120px !important;
	cursor:pointer;
	padding: 0 !important;
	background-color: #053a59;
	color: #f4f4f4;
	margin-right: 10px;
	line-height: 35px;
	border-radius: 6px;
}
#confirmBookingForm button:hover {
	color: #ffffff;
    opacity: 0.8;
}
.gwt-DialogBox .dialogTopCenterInner {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 0px;
    text-align: center;
    font-weight: bold;
    height: 36px;
    color: #f4f4f4;
    border: none;
    font-size: 16px;
    line-height: 36px;
    position: relative;
    cursor: move;
    background-color: #053a59;
    border-bottom: 1px solid #dddddd;
}
#confirmBooking .stayValue {
    color: #053a59 !important;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin: 0px auto 0px auto;
}
#nav ul li {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    margin-left: 6px;
    line-height: 48px;
    margin-right: 2px;
}
#searchBar label {
    position: relative;
    float: left;
    color: #444;
    clear: both;
    font-size: 0.9rem;
    line-height: 44px;
    text-transform: none;
}
#searchBar h4 {
    text-transform: uppercase;
    color: #003a49 !important;
    font-weight: bold;
    letter-spacing: 0.4px;
}
#itineraryBar h4 {
    text-align: center;
    margin: 0px;
    padding: 0 !important;
    font-size: 15px;
    font-weight: bold !important;
    border-bottom: 1px solid #dddddd;
    height: 40px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 0px;
    line-height: 40px;
    background-image: none !important;
    text-shadow: none !important;
    color: #003a49 !important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
#roomsLabel {
    text-transform: none !important;
}
#unitBreakdown {
    max-width: 212px;
    float: right;
}
#unitBreakDown label {
    text-transform: none;
    line-height: 24px;
}
.suggestPopupMiddleCenterInner.suggestPopupContent {
    line-height: 25px;
}
.gwt-SuggestBoxPopup .item-selected {
    background: none;
    background-color: #05539c !important;
    border-radius: 4px !important;
    color: #f4f4f4;
}
#formDetails .haveReadAndAccept label {
    line-height: 18px;
}
.ratesRoomInfoDescription {
    background-color: #F3F3F3;
    min-height: 80px;
}
.ratesRoomInfoDescription h2 {
    color: #003a49 !important;
    font-weight: 500;
}
.roomDescription h3 {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #053a59;
}
.forwardButtonWide {
    float: right;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #444444;
    background: url(../images/colourSchemes/forward-arrow.png) no-repeat scroll 134px 6px / 8px;
    line-height: 24px;
    vertical-align: middle;
    width: 152px;
    text-align: left;
    text-shadow: none;
    padding: 0 0 0 12px;
}
.ratesDetailsContentNotAvailable {
    background: url(../images/colourSchemes/redcross.png) no-repeat scroll center center / 12px;
}
.datePickerMonthSelector {
    background-image: none;
    background-color: #EFEFEF;
    border: 1px solid #dddddd;
    color: #1a80b6;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 100%;
    box-shadow: none !important;
    border-radius: 0px !important;
}
.suggestPopupMiddleCenterInner.suggestPopupContent .item {
    width: 160px;
    line-height: 25px;
    padding-left: 2%;
}
.item item-selected {
    background-color: #000000 !important;
	border-radius: 2px !important;
}
.viewMore_single_result {
    clear: both;
}
#content {
    border: none;
}
.contentBorder {
    border: 1px solid #dddddd;
    clear: both;
}
.hotelResult .rightColumn {
    float: right;
    width: 152px;
}
#itineraryContent label {
    font-size: 0.85rem;
}
.datePickerMonth {
    line-height: 28px;
    padding: 0px !important;
    font-size: 16px;
}
.datePickerPreviousButton {
    cursor: pointer;
    font-size: 28px;
    line-height: 28px;
}
.datePickerNextButton {
    cursor: pointer;
    font-size: 28px;
    line-height: 28px;
}
#searchBar input[type="text"] {
    float: right;
    font-size: 0.9rem;
    color: #999;
    padding: 2px;
    margin: 0px 0px 5px 0px;
    width: 145px;
    height: 36px;
    border: 1px solid #dddddd;
    font-family: "Roboto", Helvetica, sans-serif;
    padding-left: 7px;
}
input.gwt-SuggestBox {
    width: 145px !important;
    padding-left: 7px !important;
}
.dateBoxPopup {
    z-index: 1009;
    background: url(../images/colourSchemes/calendar-icon.png) no-repeat scroll 130px center / 18px;
}
.roomOptions {
    display: none;
}
.roomRates {
    text-align: right;
    float: right;
    width: 235px;
    margin: 3px 0px 0px 0px;
}
.roomDescription {
    width: 340px !important;
}

/*
	========================================
					voucher styling
	=========================================
*/

.voucherName {
	background: #f1f1f1 none repeat scroll 0 0;
	border-bottom: 1px solid #ddd !important;
	border-top: 1px solid #ddd !important;
	height: 44px;
	margin-bottom: 5px;
	margin-top: -1px;
	overflow: visible;
	padding: 0 10px 0 0;
	position: relative;
	width: auto;
}

.voucherName h1 {
	color: #444444;
	float: left;
	font-family: Helvetica Neue,Verdana,Arial,sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 5px 10px;
	text-shadow: 0 0 #eee;
	text-transform: none;
	line-height: 32px;
	height: 32px;
}

.voucherDescription {
	color: #555555;
	float: left;
	font-size: 0.95rem;
	margin: 8px 10px 20px 10px;
	min-height: 20px;
}

.voucherContent {
	display: flex;
	justify-content: space-between;
}

.voucherContent .leftColumn {
	border-right: 1px dotted #ccc;
	width: 75%;
}

.voucherContent .rightColumn {
	width: 25%;
}

.voucherPrice {
	margin: 8px 2px 0 0;
	text-align: center;
	width: 100%;
}

.voucherPrice h4 {
	color: #777;
	text-align: center;
	width: 100%;
	font-size: 14px;
	text-decoration: line-through;
}

.voucherPrice h5 {
	color: #383838;
	line-height: 20px;
	margin: 0 0 10px;
	text-align: center;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}

.voucherPrice .standardButton, #purchaseConfirmation .standardButton {
	background: 0;
	background-color: #383838;
	border: medium none;
	border-radius: 6px;
	color: #ffffff;
	font-family: Helvetica Neue,Verdana,Arial,sans-serif;
	line-height: 40px;
	margin-top: 20px;
	text-transform: none;
	height: 40px;
	padding: 0px !important;
	font-size: 1rem;
	width: 80%;
	margin-bottom: 20px;
}

#itineraryContent .standardButton {
	background: 0;
	background-color: #383838;
	border: medium none;
	border-radius: 6px;
	color: #ffffff;
	font-family: Helvetica Neue,Verdana,Arial,sans-serif;
	line-height: 40px;
	text-transform: none;
	height: 40px;
	padding: 0px !important;
	font-size: 1rem;
	width: 80%;
	margin: 25px;
}

.paymentImagePanel {
	display: flex;
	justify-content: center;
	padding: 10px;
}

.noItemsInCartContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}

.noItemsInCartContainer p {
	color: #666666;
	margin: 0;
}

.noItemsInCartContainer a {
	padding-left: 10px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;
}

#purchaseConfirmation {
	padding-right: 13px;
	padding-left: 13px;
	margin-top: 13px;
}

.purchaseDetails h4, .personalDetails h4 {
	background-image: none;
	background-repeat: repeat-x;
	border: 1px solid #D4D7DA;
	padding-left: 8px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0px;
	background-color: transparent;
	color: #383838;
	line-height: 30px;
}

.purchaseDetails {
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px;
	background-image: none;
	border-color: -moz-use-text-color #D4D7DA #D4D7DA;
	border: none;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 10px;
	width: 480px;
}

.personalDetails table {
	padding: 10px;
}

#purchaseConfirmation strong {
	color: #444;
}

#purchaseConfirmation p {
	color: #666;
}

#purchaseConfirmation p.reservationNumber {
	color: #FF0000;
	font-size: 16px !important;
	font-weight: bold;
}

.voucherDetails {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.voucherDetails .voucherContent {
	margin-bottom: 13px;
	border: 1px solid #ddd;
	min-height: 85px;
}

.voucherDetails .leftColumn {
	display: flex;
	justify-content: center;
}

.voucherDetails .rightColumn {
	display: flex;
	justify-content: center;
}

.voucherDetails h4 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 13px;
}

.voucherDetails h5 {
	margin: 0;
}

.voucherButtons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.voucherButtons button {
	max-width: 250px;
}

/*
	========================================
					payAmount styling
	=========================================
*/

.payAmountContainer {
 	display: flex;
 	flex-direction: column;
 	border: 1px #ccc solid;
 	float: right;
 	width: 300px;
 	padding: 20px;
 	margin-bottom: 10px;
 	align-items: center;
}

.payAmountValueContainer {
 	display: flex;
 	justify-content: space-evenly;
 	width: 100%;
 	align-items: baseline;
}

.payAmountButtonContainer {
 	display: flex;
 	justify-content: space-evenly;
 	width: 100%;
 	align-items: baseline;
}

.payAmountError {
 	color: red !important;
}

.backButton {
    float: left;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #444444;
    background: url(../images/colourSchemes/back-arrow.png) no-repeat scroll 0px 5px / 8px;
    line-height: 24px;
    vertical-align: middle;
    width: 50px;
    text-align: center;
    text-shadow: none;
    padding: 0 0 0 4px;
    text-transform: lowercase;
}
.backButtonWide {
    float: left;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #444444;
    background: url(../images/colourSchemes/back-arrow.png) no-repeat scroll 0px 5px / 8px;
    line-height: 24px;
    vertical-align: middle;
    width: 116px;
    text-align: center;
    text-shadow: none;
    padding: 0 0 0 5px;
    text-transform: lowercase;
}
.forwardButtonWide {
    float: right;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #444444;
    background: url(../images/colourSchemes/forward-arrow.png) no-repeat scroll 134px 5px / 8px;
    line-height: 24px;
    vertical-align: middle;
    width: 152px;
    text-align: left;
    text-shadow: none;
    padding: 0 0 0 12px;
    text-transform: lowercase;
}

.hotelRates .standardButton {
    margin-right: 32px;
    margin-top: 18px;
}

.standardButton {
    margin-top: 18px !important;
}
#unitBreakDown select {
    float: right;
    height: 36px;
    width: 45px;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0px 0px 5px 0px;
    font-size: 12px;
    color: #666;
    border-radius: 6px;
}

/**Tablet Styling**/
@media only screen and (min-width: 1367px) and (max-width: 1580px) {

}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
#nav {    
	padding: 0 3% 0 0;
}
#client_logo {
    left: 3%;
}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
#nav {    
	padding: 0 3% 0 0;
}
#client_logo {
    left: 3%;
}
}

@media only screen and (max-width: 768px) {

}