﻿
/* -----------------------------------------------------------------------------------------------
    This class contains the layout and required styles used by the Hotel booking application.
    The styles in this file are required by the system to correcly layout and keep consistency.
    
    DO NOT change any settings in this file. Changes made here that cause issues with the 
     application will invoke a charged support fee.

    Note that this file may be overwritten by subsequent updates.

    If you decide that a change is necessary then use the style file 'Hotel_User.css', that file
     is used to make customer specific changes and is held as the last point in the cascade, so 
     will override the settings made here. 
   ----------------------------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------
    Application body
   ----------------------------------------------------------------------------------------------- */
body 
{
    font-size: 72.5%;
    margin: 0;
    padding: 0;
}

/* -----------------------------------------------------------------------------------------------
    Application headings
   ----------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 
{
    font-size: 1.5em;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0px 0px 10px 0px;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: 0.85em;
}

/* -----------------------------------------------------------------------------------------------
    Primary layout elements
   ----------------------------------------------------------------------------------------------- */
.page 
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    padding: 0;
}

header h1, #header h1
{
    padding: 5px 0;
    margin: 0;
    line-height: 2em;
    font-size: 32px !important
}

footer, #footer
{
    padding: 10px 0px;
    line-height: normal;
    margin: 0px 0px 30px 0px;
    font-size: .9em;
}

.MediumTextbox
{
    width: 100px;
}

.SmallTextbox
{
    width: 50px;
}

.VerySmallTextbox
{
    width: 40px;
}

.StandardTextBox
{
	width:135px;
}
.clear
{
    clear: both;
}

.error
{
    width: 100%;
}

#errorLists
{
    width: 100%;
}

#errorInstruction
{
    float: left;
}

nav, #menucontainer
{
    margin-top: 40px;
}

div#title
{
    display: block;
    float: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    margin: 10px;
}

#logindisplay a:link 
{
}

#logindisplay a:visited
{
}

#loginheader a:hover 
{
}

.clearAfter:after
{ 
    clear: both;
    content: ""; 
    display: block; 
}

.Row
{
	float: left;
	width: 100%;
	padding-top:2px;
	padding-bottom:2px;
}


.LabelContainer
{
	width: 35%;
	float: left;
	text-align: right;
	padding-top: 3px;
	margin-right: 3px;
	padding-right:10px;
}

.InputContainer
{
	width: 60%;
	float: right;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

/* -----------------------------------------------------------------------------------------------
    Validation helpers style
   ----------------------------------------------------------------------------------------------- */
.field-validation-error 
{
}

.field-validation-valid
{
}

.input-validation-error
{
}

.validation-summary-errors
{
}

.validation-summary-valid
{
}

/* -----------------------------------------------------------------------------------------------
    Scroll-bar styles
   ----------------------------------------------------------------------------------------------- */
::-webkit-scrollbar
{
    width: 12px;
}

::-webkit-scrollbar-track
{
    border-radius: 10px;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
}

/* -----------------------------------------------------------------------------------------------
    Editor and Display helper styles
   ----------------------------------------------------------------------------------------------- */
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

div.form
{
    width: 40%;
    padding-left: 20%;
}

.ButtonLink
{
}

.ButtonLink:hover
{
}

.Hidden
{
    display: none;
}

#ProductForm label
{
    display: block;
    margin-bottom: 6px;
}

#ProductForm label > span
{
}

#ProductForm input[type=text]
{
    width: 350px;
}

#ProductForm textarea
{
    width: 350px;
    height: 80px;
}

#BookingLinks ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    width: 100%;
}

#BookingLinks li
{
    display: inline;
    width: 20%;
}

#BookingLinks a
{
    width: 130px;
}

#BookingLinks ul li a:hover
{
}

.GuestEntryMediumBox
{
    width: 160px !important;
    height: 24px;
}

.GuestEntrySmallBox
{
    width: 120px;
    height: 24px;
}

#confirmPasswordEntryControl, #passwordEntryControl
{
	width:58%;
}
#InputFieldPassword, #InputFieldConfirmPassword
{
	margin-right:40px;
}


#roomAvailabilityBody tr, #addBookingsBody tr
{
	height:40px;
}
.ui-datepicker
{
	z-index:10 !important;
}

.bookedRoomRow
{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	text-align:center;
	padding:10px;
}
/*.ui-dialog
{
	z-index:1020 !important;
}*/
/* -----------------------------------------------------------------------------------------------
    Hotel container styles
   ----------------------------------------------------------------------------------------------- */
#restaurantContainer
{
    width: 900px;
    height: 700px;
}

#loginBanner
{
    width: 99%;
    height: 40px;
}

#contentHolder
{
    width: 100%;
}   

.pricesTable tr td
{
	padding:5px 0px 5px 0px;
	width:60px;
}
.pricesTable
{
	margin-top:10px;
}
/* -----------------------------------------------------------------------------------------------
    Availability Page
   ----------------------------------------------------------------------------------------------- */
#rooms, #summary, #sidebar {
	width:100%;
	clear:both;
}

#roomsTitleSurround, #summaryTitleSurround, #sidebarTitleSurround {
	height:30px; 
	text-align:center; 
	padding-top:20px;
}

#doubleCalenderElemKeyArea
{
	margin-top:10px; 
	display:block;
}

#calendarSurround
{
	width:53%; 
	height:250px;  
	display:inline-block; 
	float:left; 
	padding-left:2%;
}
#searchButtonsSurround
{
	width:60%;
    float: right;
	margin-top: 10px;
}
.selectedFeatureRow
{
	line-height:18px;
}
.featureIcon
{
	float:left;
}


#rechooseDatesButtons, #rechooseRoomsButtons, #SubmitFormButton
{
	width:130px; margin-right:20px; float:right; top:-7px;
}

#sliderBox
{
	width:865px;
	margin-left:auto;
	margin-right:auto;
}
/* -----------------------------------------------------------------------------------------------
    Hotel booking Summary page styles
   ----------------------------------------------------------------------------------------------- */
#HotlBookingSummarySurround
{
    min-width: 1100px;
    width: 100%;
    min-height: 450px;
    height: 100%;
}

#RestaurantBookingSurround
{
    width: 20%;
    margin: 2%;
    float: left;
    height: 80%;
    min-width: 300px;
}
.HRCancel
{
	width:120px;
}
#roccBookedSummaryTable td, #roccBookedSummaryTable th
{
	text-align:center;	
}

#roomsBookedSummaryTable td, #roomsBookedSummaryTable th
{
	text-align:center;	
}

#roomsBookedSummaryTable_wrapper th
{
	text-align:center;
}

.HotelBookingSurroundRestaurantTrue
{
    width: 62%;
    margin: 2%;
    float: left;
    height: 80%;
    min-width: 300px;
}

.HotelBookingSurroundRestaurantFalse
{
    margin: 2%;
    width: 69%;
    margin-left: 15%;
    margin-right: 15%;
    height: 80%;
}

#TimeSelection
{
    width: 100%;
}

#CurrentlyMadeBookingsSurround
{
    width: 100%;
    height: 50%;
    margin-bottom: 20px;
    padding-top: 2%;
}

#ButtonSetTimes
{
    width: 59%;
    margin-left: 20%;
    margin-right: 20%;
}

#ButtonChooseTime
{
    margin-top: 10%;
    width: 49%;
    padding-left: 25%;
    padding-right: 25%;
}

#timeNavigation
{
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-top: 50px;
    height: 20px;
    width: 94%;
}

#buttonChooseDate
{
    width: 48%;
    float: left;
}

#DateSelectionError
{
    margin-top: 25%;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    font-size: 0.8em;
}

#ButtonBook
{
    width: 48%;
    float: right;
}

#DatesSelection
{
    width: 89%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

#ButtonSetTimes
{
    height: 100px;
    width: 100%;
    margin-bottom: 31%;
    margin-top: 5%;
}

#myBookingsTable
{
    width: 96%;
    padding: 2%;
}

#myBookingsTable_Info
{
    margin-left: 2%;
}

.timeButtonSet
{
    
}

.imageButtonRemove:hover
{
}

.Covers, .Date, .time, .Venue
{
}

.Remove
{
}

#HotelBookingSummaryNavigation
{
    padding-left: 7px;
    padding-right: 5px;
    height: 20px;
    width: 100%;
}

#ButtonBookingSummaryDetailsBack
{
    width: 48%;
    float: left;
}

#ButtonBookingSummaryDetailsNext
{
    width: 48%;
    float: right;
}

#roomsTableBookingSummarySurround
{
    width: 65%;
    min-width: 800px;
    padding-bottom: 3%;
}

#roomsBookedTableSummaryPage
{
    margin-left: 1px;
}

#HotelMyAccountSurround
{
	width:420px;
	margin-right:auto;
	margin-left:auto;
}
#HotelMyAccountSurround .MyAccountListItem
{
	margin-top:15px;
}
#HotelMyAccountSurround .MyAccountListItem .myAccountListButton
{
	width:165px;
}
#HotelMyAccountLinksContainer
{
	width:170px;
	margin-right:auto;
	margin-left:auto;
}
#HotelMyAccountLinksContainer ul
{
	padding:0px;
}
#HotelNavigationMyAccountBack, #HotelNavigationMyAccountNewBooking
{
	width:200px;
}
/*Hide this here, display it in combined css*/
#restaurantEngineSurround
{
	display:none;
	overflow:hidden;
}
/*#HotelBookingGrid tr
{
	height:20px !important;
}
#HotelBookingGrid tr td
{
	height:18px !important;
	padding:0px !important;
	margin:0px !important;
}*/

#InputFieldCounty, #InputFieldCountry, #InputFieldNationality
{
	width:162px;
}

.InputFieldDropDown
{
	height:28px;
	margin-left:0px;
}
/* -----------------------------------------------------------------------------------------------
    Restaurant main page styles
   ----------------------------------------------------------------------------------------------- */
label, select,.ui-select-menu
{
    float: left;
    margin: 2px;
}

.ui-selectmenu-menu 
{
    /*required to make JQuery ui selectlists appear on dialog boxes*/
    z-index : 1205 !important;
}

#LabelVenue
{
    padding-top: 15px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 12px;
}

#LabelValidation
{
    padding-left: 10px;
    height: 20px;
}

.LabelError
{
    display: block;
    width: 100%;
}

#SelectionVenue
{
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    height: 35px;
}

#DropDownVenues
{
    width: 100%;
}

#LabelSeatsAndSession
{
    padding-top: 15px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 12px;
}

#LabelDatePicker
{
    padding-top: 15px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 12px;
}

#LabelTimePicker
{
    margin-left: 18%;
}

#divider
{
    margin-top: 6%;
    height: 5px;
    width: 99.7%;
    margin-right: -1px;
}

#SelectionSeatsAndSession
{
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    height: 35px;
}

#SelectionSeats
{
    width: 30%;
    float: left;
}

#DropDownSeats
{
    width: 95%;
}

#SelectionSessions
{
    width: 70%;
    float: right;
}

#DropDownSessions
{
    width: 100%;
}

#CalendarSelection
{
    padding-left: 12%;
    padding-right: 12%;
    width: 76%;
    height: 205px;
}

#BookingSubmit
{   
    width: 100%;
    height: 25px;
}

#ButtonSubmitBook
{
    width: 100%;
    padding-top: 5px;
    position: relative;
} 

/* -----------------------------------------------------------------------------------------------
    Hotel Guest Detail page styles
   ----------------------------------------------------------------------------------------------- */
#UserDetailsPageSurround
{
    width: 960px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
}

#LabelNotes
{
	float:left;
}

#OuterSurround
{
    margin-right: auto;
    margin-left: auto;
}

#LabelUserDetails
{
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 5px;
}

#UserDetailsSurround, #LabelUserDetails
{
    float: left;
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

#Navigation
{
	clear:both;
}

.GuestBookingTitle
{
	padding-left:20px;
}
#UserDetailsSurround #ButtonGuestNext
{
	float:right;
	margin-right:10px;
}
#CardDetailsSurround
{
	margin-left:auto;
	margin-right:auto;
    width: 50%;
	min-width:330px;
	height:320px;
	margin-top: 10px;
}

#BookingDetailsSurround
{
	float:right;
	width:330px;
	height:320px;
	margin-top: 10px;
	margin-bottom:10px;
}

#NavigationGuestDetails
{
    width: 100%;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
	clear:both;
	padding-top:10px;
}

#NavigationPayButtons
{
    width: 60%;
    /*padding-top: 430px;*/
    margin-left: auto;
    margin-right: auto;
}

.InputMediumLabel
{
    float: left;
    width: 100%;
    overflow: hidden;
}

.InputRow, .GuestEntryItem
{
    width: 720px;
    float: none;
    height: 22px;
    padding: 10px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.PaymentInputRow
{
	width: 370px;
    float: none;
    height: 22px;
    padding: 10px;
	margin-left:auto;
	margin-right:auto;
}

.GuestEntryLabel, .PaymentDetailsLabelDiv
{
    float: left;
    width: 35%;
    height: auto;
    padding-top: 1%;
	text-align:right;
	padding-right:5px
}

.HotelGuestEntryItem
{
    width: 92%;
    height: 120px;
}

.GuestEntryControl, .PaymentDetailsControlDiv
{
    float: right;
    margin-left: 2%;
    width: 58%;
}

#guestDetailsTable
{
    width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

#HotelDetailsTable
{
    width: 250px;
}

.tdlegend
{
}

.tdtitle
{
}

.tdlinks
{
    padding-right: 20px;
}

#buttonPaymentBack
{
    float: left;
    width: 48%;
}

#buttonPaymentNext
{
    float: right;
    width: 48%;
}


#LabelNotesDetail
{
    height: 16px;
    width: 98%;
}

#LabelNotesEntry
{
    height: 65px;
    width: 490px;
	float:right;
}

.HotelTextAreaEntry
{
    width: 90%;
}

.HotelConfirmPassword
{
    padding-top: 30px;
    padding-bottom: 30px;
}

#LabelNotes
{
    padding-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 173px;
}
#textareaNotesSurround
{
	padding-left:90px;
}
#TextAreaNotes, #InputFieldNotes
{
    width: 50.5%;
	margin-right:140px;
	float:left;
}
#formInputDiv
{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.GuestEntryControl input, #InputFieldCounty, #InputFieldCountry, #InputFieldNationality, #InputFieldTitle
{
	float:left;
}
.GuestEntryControl
{
	width:58%;
}
.GuestEntryControl input, .PaymentDetailsControlDiv input
{
	padding-left:4px;
}

#Notes
{
    height: 120px;
}

#MarketingArea
{
    padding-left: 90px;
    padding-right: 5px;
    height: 20px;
    padding-top: 40px;
}

#SaveDetailsArea
{	
	clear:both;
    padding-left: 90px;
}

#SaveDetailsExpandingArea
{
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
    height: 20px;
}

#DropDownTitles
{
    width: 120px;
}

#DropDownGenders
{
    width: 120px;
}

#NavigationPaymentDetails
{
    padding-left: 7px;
    padding-right: 5px;
    height: 20px;
    width: 100%;
}

#NavigationConfirmationArea
{
    width: 100%;
    height: 25px;
}

#NavigationConfirmationDetails
{
    margin-left: auto;
    margin-right: auto;
    height: 20px;
    width: 60%;
}

#PaymentDetailsInsert
{
    width: 80%;
	margin-left:auto;
	margin-right:auto;
}

#UIBlockSurround
{
    height:75px;
}

#UIBlockMessage
{
}

#UIBlockImg
{
    padding-top: 12px;
}


#SignUpMessage
{
    padding-top: 4px;
}

#SaveDetails
{
    padding-top: 20px;
}

/* restriction on the size of drop down menus. */
#CountryPaymentDetails-menu, #CountryPaymentDetails-menu, #CountryPaymentDetails-menu, #CountryPaymentDetails-menu, #CountryPaymentDetails-menu,
#CountyPaymentDetails-menu, #CountyPaymentDetails-menu, #CountyPaymentDetails-menu, #CountyPaymentDetails-menu, #CountyPaymentDetails-menu
{
    height: 200px;
    overflow: auto;
}   

/*.roomDetailsImages
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}*/
/* -----------------------------------------------------------------------------------------------
    Hotel Current Booking dialog styles
   ----------------------------------------------------------------------------------------------- */
.CurrentBookingDialogLeftDiv
{
    float: left;
    height: auto;
    overflow: hidden;
}

.CurrentBookingDialogRightDiv
{
    margin-left: 60px;
    width: 200px;
    min-width: 75px;
}
.CurrentBookingLabel
{
	float:left;
	text-align:center;
}
.CurrentBookingRow
{
	width:200px;
}
#currentBookingDialogSurrond .InputRow
{
    padding: 0px;
    height: auto;
    clear: both;
}   

/* -----------------------------------------------------------------------------------------------
    Hotel Current Booking dialog styles
   ----------------------------------------------------------------------------------------------- */
.image
{
    width: 6%;
    padding-top: 1%;
    padding-left: 1%;
    width: 105px;
    float: left;
}


.imageRoomThumbNail
{
    width: 100%;
}

.textInformation
{
    height: 230px;
    width: 84%;
    float: right;
}

.occupationDetailsSurround
{
    width: 920px;
    height: 235px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.occupationDetails
{
	width:90%;
}
.price
{
	height:15px;
	width:25px;
}

.occupationDetails
{
    height:40px;
    margin-left: 1%;
    padding-top: 1%;
}
.viewButton 
{
	width: 80px;
}
.occupantsColumn
{
	width:80px;
	padding-left:0px;
	padding-right:0px;
}
/* -----------------------------------------------------------------------------------------------
    HotelUpsellDetails Option 1 
   ----------------------------------------------------------------------------------------------- */
.rateCodeDetailsOption1
{
    float: left;
    width: 48%;
    margin-left: 1%;
    height: 150px;
}
.rateCodeDetailsOption2
{
    float: left;
    width: 100%;
    margin-left: 1%;
    height: 150px;
}

.rateCodeContainerOp2
{
	width:330px;
}
.rateCodeDescriptionContainerOp2
{
	width:240px;
}
.upsellContainerOp2
{
	width:330px;
}


.rateCodeSelector
{
	height: 90%;
	margin-top:10px;
	overflow-x: hidden;
	width: 100%;
	overflow-y: auto;
}
.rateCodeTable
{
	width:100%;
	height:150px;
	margin-left:13px;
}
.scrollDiv
{
	overflow-y:auto;
	overflow-x:hidden;
	height:112px;
	margin-top:10px;
}

.upsellDetails
{
    float: right;
    width: 48%;
    margin-right: 1%;
    height: 150px;
}

#UpsellErrDisplayContainer
{
	height:14px;	
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}
#PaymentPageErrDisplayContainer
{	
	margin-bottom:10px;
	padding:5px;
	margin-top:10px;
	text-align:center;
	height:35px;
}
#UpsellErr, #PaymentPageErr
{
	padding:5px;
}
#ConfirmationErrDisplayContainer
{
	margin-top:15px;
	text-align:center;
}
#ConfirmationErr
{
	width: 700px;
	text-align: center;
	padding: 5px;
}
.rateCodeDropDownSurround
{
    height: 8%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.rateCodeHeader
{
    height: 20px;
}

.upsellHeader
{
    height: 20px;
}

.rateCodeDescriptionSurround
{
    margin-top: 10px;
    width: 90%;
    overflow: hidden;
    height: 90%;
}
.rateCodeTitleBar
{
	float:left; 
	width:515px; 
	height:20px;
	padding-left:10px;
	padding-top:2px;
	margin-left:14px;
}
.upsellTitleBar
{
	float:right; 
	width:229px; 
	height:20px; 
	margin-right:11px;
	padding-left:10px;
	padding-top:2px;
}
.rateCodeDesc
{
	width: 95%;
	height: 90%;
	margin: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.rateCodeDescription
{
    height: 80%;
    margin: 6px;
}

.rateCodeControl
{
    float: right;
    margin-right: 41px;
}

.rateCodeTitle
{
    float: left;
    padding-top: 7px;
    margin-left: 7px;
}

.upsellCheckboxSurround
{
    margin-top: 2%;
    /*max-width: 140px;*/
    margin-left: 5%;
    float: left;
}

.upsellCheckboxSurround .ui-widget
{
	font-size:0.5em;
}

.upsellCheckBoxText
{
    margin-left: 10px;
}

.upsellQuantitySurround
{
    height: 20px;
    float: right;
	margin-top:2%;
	margin-right:5px;
}

.upsellQuantitySpinner
{
    width: 34px;
	height:12px;
}

.upsellQuantity
{
    width: 100%;
    height: 20px;
}

.upsellRowSurround
{
    height: 30px;
	clear:both;
}

.upsellDetails .upsellSurround
{
	margin-top: 3px;
	margin-left: 20px;
	margin-right: 30px;
	width: 340px;
	float: right;
	height: 90%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.upsellSurroundOption2
{
	margin-top:10px;
    margin-left: 2px;
    width: 240px;
    height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.rateCodeSurround
{
	margin-top:10px;
    margin-left: 3%;
	width: 200px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.upsellSubTitle
{
	margin-top:2%;
	margin-left:13px;
	height:18px;
}

.upsellCheckBoxText:hover
{
}

#upsellSlides, #slides
{
    width: auto;
    height: auto;
}

.upsellBookingInformation
{
    padding-right: 3%;
    margin-left: 7px;
	white-space:nowrap;
}

#NavigationUpsellDetails
{
    width: 100%;
    margin-top: 2%;
}

.ButtonNext
{
	width: auto !important;
    float:right;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.ButtonNextTop
{
	width: auto !important;
    position:fixed !important;
    right:10px !important;
	top:46px !important;
}

.ButtonPrevious
{
    width: auto !important;
    float:left;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;

}
.ButtonPreviousTop
{
	width: auto !important;
    position:fixed !important;
    left:10px !important;
	top:46px !important;
}


.upsellQuantity
{
    float: right;
}

.rateCodeSelectorRow
{
	width:321px;
	height:20px;
	border-left:none !important;
	border-right:none !important;
}

.rateCodeSelectorRow:hover
{
	cursor:pointer;
}

#cancellationPolicyConfirmationSurround
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear: both;
	width:700px;
}
#cancellationPolicyCheckBox
{
	width:20px;
}
#ViewCancellationPoliciesButton
{
	width:40%;
	margin-right:30%;
	margin-left:30%;
}

/* -----------------------------------------------------------------------------------------------
    Hotel Booking Confirmation form styles
   ----------------------------------------------------------------------------------------------- */
#bookingDetailsSurround
{
    width:940px;
    margin-left:auto;
	margin-right:auto;
}

#roomsTableSurround
{
	width:800px;    
	margin-left:auto;
	margin-right:auto;
    padding-bottom: 3%;
	clear:both;
}

#roomsAddedTable
{
	margin-left:auto;
	margin-right:auto;
}

#roccTableSurround
{
	width:800px;    
	margin-left:auto;
	margin-right:auto;
    padding-bottom: 10px;
	clear:both;
}

#messagesSurround
{
    width:800px;
	margin-left:auto;
	margin-right:auto;
}

#restaurantBookingLaunch
{
	margin-top:10px;
}
#hotelDetails
{
    width: 33.3%;
    float: right;
}

#guestDetails
{
    width: 33.3%;
    float: left;
}

.TableTitle
{
    padding-left: 10px;
    margin-bottom: 10px;
}

#roomsBookedTable
{
    width: 100%;
}

.GuestInfoBookingConfirmationLeftDiv, .HotelInfoBookingConfirmationLeftDiv
{
    float: left;
    width: 40%;
    height: auto;
    overflow: auto;
}

.GuestInfoBookingConfirmationRightDiv, .HotelInfoBookingConfirmationRightDiv
{
    float: right;
    margin-left: 2%;
    width: 58%;
    min-width: 75px;
}

#guestDetails .InputRow, #hotelDetails .InputRow
{
    padding: 0px;
}

#linkFindUs:hover
{
}

#messagesSurround h6
{
    margin: 15px;
}

#bookingFieldSetSurround
{
	margin-top:45px;	
	margin-bottom:25px;
}
#hotelBookingsSurround
{
	width:835px;
	overflow-y:auto;
	margin-left:auto;
	margin-right:auto;
}
#hotelBookingsSurround h5
{
	margin:0px;
}
/* -----------------------------------------------------------------------------------------------
    Login dialog styles
   ----------------------------------------------------------------------------------------------- */
#loginInstructions
{
    padding-bottom: 1px;
}
  
.loginMain
{
    width: 30%;
    padding-left: 5%;
    padding-top: 2%;
}

.loginHeader
{
    width: 40%;
    height: 50px;
}
  
#title
{
    padding-left: 20%;
    width: 25%;
    padding-top: 3%;
}
  
#instructions
{
    width: 250px;
}
  
#loginInsturctions table 
{
    border-collapse: collapse;
}

#loginInsturctions table td 
{
    padding: 5px;
}

#loginInsturctions table th 
{    
    padding: 6px 5px;
}

/* -----------------------------------------------------------------------------------------------
    Validation Helper styles
   ----------------------------------------------------------------------------------------------- */
.field-validation-error 
{
}

.field-validation-valid 
{
    display: none;
}

.input-validation-error 
{
}

.validation-summary-errors 
{
}

.validation-summary-valid 
{
    display: none;
}

/* -----------------------------------------------------------------------------------------------
    Editor and Display Helper styles
   ----------------------------------------------------------------------------------------------- */
.display-label, .editor-label 
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field 
{
    margin: 0.5em 0 0 0;
}

.text-box 
{
    width: 30em;
}

.text-box.multi-line 
{
    height: 6.5em;
}

.tri-state 
{
    width: 6em;
}

#InputFieldTitle
{ 
    width: 120px;
}

/* -----------------------------------------------------------------------------------------------
    Form input styles
   ----------------------------------------------------------------------------------------------- */
.FormInput
{
    width: 90%;
}

.FormElementLabel
{
    display: inline-block;
    width: 40%;
}

input.error 
{
	border:2px sold red;
}

.error label
{
    width: 90%;
}

#ErrDisplay
{
    padding-left: 3%;
    width: 60%;
	margin-left:20%;
    max-height: 595px;
    min-height: 100px;
    display: inline-block;
}

#InputFieldCounty-menu, #InputFieldCountry-menu, #InputFieldNationality-menu, #inputFieldSource-menu
{
    height: 110px;
    overflow: auto;
}

/* -----------------------------------------------------------------------------------------------
    Hotel Frame container styles
   ----------------------------------------------------------------------------------------------- */
#FrameContentHolder
{
    width: 300px;
    height: 200px;
}

#HotelBookingFrameHeader
{
    width: 100%;
    height: 20px;
}

.HotelBookingFrameItem
{
    width: 100%;
    float: none;
    height: 40px;
}

.HotelBookingFrameEntryLabelLarge
{
    float: left;
    width: 25%;
    padding: 7px;
}

.HotelBookingFrameEntryLabelSmall
{
    float: left;
    width: 12%;
    padding: 7px;
}

.HotelBookingFrameEntryControlLarge
{
    float: left;
    margin-left: 2%;
    width: 66%;
}

.HotelBookingFrameEntryControlSmall
{
    float: left;
    margin-left: 5px;
    width: 22%;
}

.HotelBookingFrameEntryMediumBox
{
    width: 180px;
    height: 24px;
}

.HotelBookingFrameEntrySmallBox
{
    width: 65px;
    height: 24px;
}

#ErrReportArea
{
    width: 280px;
    margin: 0 auto;
    height: 35px;
}

#HotelBookingFrameNavigation
{
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    height: 40px;
}

#ButtonCheckAvailability
{
    width: 100%;
}

#DevLink
{
    margin-right: 5px;
}

/* -----------------------------------------------------------------------------------------------
    Hotel Room Detail form styles
   ----------------------------------------------------------------------------------------------- */
.slides_container 
{
    height:auto;
	width:auto;
}

.slides_container div 
{
    display:block;
}

.roomDetailsImages, .upsellDetailsImages
{
	display:block;
	margin:auto;
}

#roomTextDetail
{
    max-width: 300px;
}

.pagination 
{
    margin: 26px auto 0;
    width: 100px;
}

ol, ul 
{
    list-style: none outside none;
}

.pagination li a 
{
    background-image: url("pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}

.pagination li.current a 
{
    background-position: 0 -12px;
}   

/* -----------------------------------------------------------------------------------------------
    Hotel Booking form styles
   ----------------------------------------------------------------------------------------------- */
#hotelContainer
{
	overflow:hidden;
}
.hotelBookingInputTable
{
    table-layout: fixed;
}

.hotelBookingInputTable td 
{
    overflow: hidden;
}

.hotelBookingInputTableColumnMedium
{
    width: 14%;
}

.hotelBookingInputTableColumnSmall
{
    width: 10%;
}

.hotelBookingInputTableColumnLarge
{
    width: 28%;
}

#HeaderSpacer 
{
    height: 40px;
}

#AvailableContainer
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

#FilterItems
{
    float: left;
    min-width: 900px;
}

#filterItem
{
    float: left;
}

#RoomSelectionStatus
{
    float: right;
    visibility: hidden;
}

#DatesAndPricing
{
    width: 420px;
    overflow: hidden;
    float: left;
}

#DatePricingTableContainer
{
    width: 1000px;
    position: relative;
}

.dateAndPricingTable
{
    display: block;
    width: 1000px;
}

.dateCell
{
    width: 880px;
}

.inDateCell
{
}

.dateAndPricingTable tbody tr
{
    height: 40px;
}

#addedRoomsContainer
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
}

#AddedRooms
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#AddedRoomsTableContainer
{
    width: 756px;
	overflow:auto;
    margin-left: auto;
    margin-right: auto;
}

#addedBookingBody
{
}

.formDetails
{
    width: 1px;
    visibility: hidden;
}

#roomTypeContainer
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#RoomTypes
{
    width: 1090px;
    margin-left: auto;
    margin-right: auto;
    height: 420px;
    overflow-y: auto;
}

.roomAvailabilityTable
{
    width: 370px;
    float: left;
}

.roomAddTable
{
    width: 130px;
    float: left;
}

#RoomAddedLabel
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.drpDown
{
    width: 50px;
	margin-left:10px;
}

#NavigationButtonArea
{
    padding-right: 50px;
    visibility: hidden;
}

.link:hover
{
	cursor:pointer;
	text-decoration:underline;
}

.viewButton 
{
	width: 100px;
}

.RoomDetailsLabel
{
	text-align:right;
	width:100%;
}
.RoomDetailsRowLeftDiv
{
	width:45%;
	float:left;
}
.RoomDetailsRowRightDiv
{
	width:50%;
	float:right;
}

.accordionTitleText
{
	margin-left:10px;
	float:left;	
	text-align:left;
	width:150px;
}
.bold 
{
	font-weight:bold;
}


.mainTitleSubSpans 
{
	margin-left:30px; 
	margin-right:30px;
}
.mainTitleSubSpans.resourceCatColumn
{
	display:inline-block;
	width:175px;
}


/* -----------------------------------------------------------------------------------------------
   HotelBookingListView dialog styles
   ----------------------------------------------------------------------------------------------- */

   #searchButtonsSurround .ButtonSearch
   {
		margin-right: 20px;
		width:137px;
   }

    #searchButton_byRateCode{
        margin-top: 4px;
        display: block;
    }

    #DropDownFilters-button{
        width:135px !important;
    }

   .toggleClickToOpen:hover
   {
		background: hsla(196, 7%, 70%, 1);
		cursor:pointer;
   }

   #wrap 
   {
		width:100%;
		margin:0 auto;
   }

	#main 
	{
		float:right;
		width:670px;
		padding:0px;
		height: 620px;
		overflow-y: auto;
	}


	#sliderBox h4, #roomsAddedBox h4, #detailsBox h4
	{
		float:left;
	}

	.sidebarBox
	{
		padding-top:5px;
		padding-bottom:5px;
		padding:10px;
	}

	#filterTableToggleIcon, #priceSliderToggleIcon, #roomAddedToggleIcon, #detailsToggleIcon
	{
		float:right;
	}
	#filterTableToggleIcon:hover, #priceSliderToggleIcon:hover, #roomAddedToggleIcon:hover, #detailsToggleIcon:hover
	{
		cursor:pointer;
	}

	.highlight
	{
		border:2px solid red;
		background:#FF6666;
	}
	
	#priceSliderContainer
	{
		width:100%;
	}

	#filtersLabel
	{
		vertical-align:top;
	}
	.parentSurround
	{
		width:850px;
		margin-left:auto;
		margin-right:auto;
		margin-top:7px;
		border: 1px solid black;
		padding:7px;
        position:relative;
	}
	
	.childSurround
	{
		width: 800px;		
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		margin-bottom:10px;
		/*height: 120px;*/
		border: 1px solid black;
		padding:10px 10px 10px 10px;
		display:none;
	}
	.open
	{
		display:block;
	}
	.close
	{
		display:none;
	}

	.hidden
	{
		display:none;
	}

	.caption
	{
		width:100%;
		text-align: center;
	}


	#right-arrow, #left-arrow
	{
		height:46px;
		width:46px;
		display:inline-block;
		
	}

	#left-arrow
	{
		background: url("../Images/Arrow_left.png");
	}

	#right-arrow
	{
		background: url("../Images/Arrow_right.png");
	}

	.helper 
	{
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	
	.gallery-floating-arrow
	{
		z-index:999;
		position:absolute;
		top:0.5em;
		width: 46px;
		opacity:0.0;
		background-color:black;
	}

	.gallery-floating-arrow:hover
	{
		
		-webkit-transition: opacity 0.5s ease-in-out;
		-moz-transition: opacity 0.5s ease-in-out;
		-ms-transition: opacity 0.5s ease-in-out;
		-o-transition: opacity 0.5s ease-in-out;
		opacity:0.5;
		cursor:pointer;
	}
	
	#floating-arrow-right
	{
		right:1em;
	}
	floating-arrow-left
	{
		left:0px;
	}

	.roomTypeSurround .blockUI, .roomTypeSurround .blockMsg, .roomTypeSurround .blockElement
	{
		cursor:default !important;
	}

	/* Styles for room type parent  start*/
	.parentSurround .roomTypeImage
	{
		display: inline-block;
        position: relative;
	}

    .roomTypeDetails {
        display: inline-block;
        width: 545px;
        vertical-align: top;
        height: 100%;
    }

    .showGalleryIcon {
        position: absolute;
        bottom: 3px;
        right: 0px;
        width: 32px;
        pointer-events: none;
    }

	.viewDetails:hover
	{
		cursor: pointer  !important;
	}
	.parentSurround  .showRatesButton
	{
		float:right;
	}
	.showRatesButton
	{
		clear:both;
	}
	.roomTypeSurround.parentSurround
	{
		
	}
	.rateCodeSurround.childSurround
	{
		width: 800px;
        height: initial;
	}

	.rateCodeSurround.childSurround #addRoomButton, .addRoomButtonLabel
	{
		float:right;
		
	}

	



	.rateCodeUpsells
	{
		float: left;
		margin-top:10px;
		width:100%;
	}

	.rateCodeUpsells .upsellSurround
	{		
		overflow-y: auto;
		overflow-x: hidden;
		margin: 5px;
		padding:5px 10px 5px 5px;
	}

	.rateCodeSurround .rateCodeUpsells
	{

	}

	.rateCodeSurround.childSurround .ButtonAddRoom
	{

	}
	/* Styles for room type parent  end*/
	.parentPanelImage
	{
		width:100px;
		height:100px;
	}

	/* Styles for rate code parent  start*/
    .childSurround .roomTypeUpsells .upsellSurround
	{
		/*width: 180px;*/
	    overflow-y: auto;
	    overflow-x: hidden;
	    margin: 5px;
	    padding:5px 10px 5px 5px;
	}

	.parentSurround .rateCodeWebDesc
	{
		height:95px;
		clear:both;
	}

	.childSurround .roomTypeImage 
	{
        display: inline-block;
        position:relative;
	}

    .roomTypeImage .priceLabel {
        right: 0px !important;
        top: 0px;
    }

	.childSurround .roomTypeDetails
	{
		/*float:right;
		width:83%;
		height:75px;*/
	}
	.childSurround .roomTypeDescription 
	{
		/*float:left;
		height: 85px;*/
	}
	.childSurround .roomTypeDescription h3
	{
		margin-top:0px;
	}

	.childSurround .roomTypeUpsells
	{
		/*float:right;
		width:52%;
		height:175px;*/
	}

	.ButtonAddRoom
	{
		/*Position: relative;
		Right: -325px;
		Top: 100px;*/
        /*float: initial;*/
	}
	.priceDetails
	{
		height:1px;
        display: inline-block;
        vertical-align: top;
	}

    .rateCodeChildAddButton
	{
        display: inline-block;
        float: right;
        position:relative;
    }

	.priceLabel 
	{
		/*position: relative;
		right: -450px;		
		 font-size: 1.2em;
		font-weight: bold;
		top:20px;
        float: right;*/
	}
	.viewDetails
	{
		width:300px;
		height:170px;
	}
	.rateCodeSurround.childSurround .priceLabel
	{
		top:-100px;
		right: 170px;
        float: initial;
	}

	.deposit
	{
		margin-top:20px;
	}
	.lowestPrice, .priceHyphen, .highestPrice
	{
		float:right;
	} 
	.priceHyphen
	{
		margin-right:5px;
	}

    .rateCodeParentRateLabelAndPriceTable
    {
        width:100%;
		height:20%;
    }

	#rateCodeParentRateDescTable
	{
		min-height:97px;
		padding-bottom:10px;
	}

    .rateCodeChildLabelAndPrice {
        display: inline-block;
        width: 260px;
    }

    .roomPriceText
    {
        float:right;
    }
    
    .rateCodeChildDetails {
        display: inline-block;
        vertical-align: top;
    }
    
    .resourceCatDetails table 
    {
        width:100%;
    }

	.rateCodeSurround.childSurround .rateCodeWebTitle
	{
		float:left;
	}
	.rateCodeChildDetails
	{
		width:497px;
	}

	.rateCodeChildLabelAndPrice
	{
		width:100%;
	}

    .rateCodeChildDesc table{
        width:100%;
    }

	.rateCodeSurround.childSurround .roomPriceText
	{
		float:right;
	}

    .rateCodeImage{
        display:inline-block;
        position: relative;
    }

    .rateCodeDetails{
		min-height:172px;
        display: inline-block;
		width:545px;
        vertical-align: top;
        height: 100%;
    }

    .cancellationPolicyLink
    {
        font-weight:bold;
    }

    .rateCodeParentCancellationPolicyTable
    {
	   width:320px;
	   float:left;	   
    }
	.rateCodeParentCancellationPolicyTable .ui-checkbox, .cancellationPolicyConfirmationSurround .ui-checkbox
    {
	    float: left;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right: 10px;   
    }
	
    /*.rateCodeParentCancellationPolicyTable .ui-widget, .cancellationPolicyConfirmationSurround .ui-widget, span.ui-icon*/ 
	Button.ui-checkbox 
	{
		font-size:0.5em;
	}

    #showAvailableRoomsButtonArea
    {
        float:right;
		position:absolute;
		bottom:10px;
		right:10px;
    }

    .showGalleryIcon
    {
        position:absolute;
        bottom:3px;
        right:0px;
        width:32px;
        pointer-events: none;
    }

    .childSurround .resourceCatDetails
    {
        display: inline-block;
        width: 495px;
        vertical-align: top;
    }

    .roomTypeDetails table
    {
        width: 100%;
    }

    .addRoomButtonTD
    {
        float: right;
    }

    .roomPriceTextTD{
        float: right;
    }
    .resourceCatTitle
    {
        margin-top: 0px;
    }

    .resourceCatDesc
    {
        vertical-align: top;
    }

    .roomTypeUpsellsTD{
		padding-left:10px;
    }
	/* Styles for rate code parent  end*/
	

	#SearchMessage, #NoAvailabilityMessage, #InvalidPriceRange
	{
		width:50%;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		margin-top:50px;
	}

	#SideBarButton
	{
		position:absolute;
		width:245px;
		left: 32.5px;
	}
	#HeaderButton
	{
		margin-right:25px;
	}
	/*#sliderBox
	{
		height:66px;
	}*/

	#DropDownFilters {
		width:135px; /*Was 150*/
		padding-top:0px;
		padding-bottom:0px;
	}

	#DropDownFiltersContainer .ui-selectmenu-button, #DropDownFiltersContainer .ui-selectmenu-text
	{
		padding-top:0px;
		padding-bottom:0px;
	}

	#doubleCalenderElem .ui-widget
	{
		font-size:1.2em;
	}

	
	#PriceSliderLow
	{
		float:left;
	}
	#PriceSliderHigh
	{
		float:right;
	}
/* -----------------------------------------------------------------------------------------------
   Upsell dialog styles
   ----------------------------------------------------------------------------------------------- */
   #hotelUpsellDivSurround
   {
	height:540px;
	overflow:auto;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
   }
/* -----------------------------------------------------------------------------------------------
    My Booking dialog styles
   ----------------------------------------------------------------------------------------------- */
#myBooking
{
	position:fixed;
	right:80px;
	top:48px;
	padding:5px;
}

#myBooking:hover
{
}

/* -----------------------------------------------------------------------------------------------
    Hotel Suuccess form styles
   ----------------------------------------------------------------------------------------------- */
#successContainer
{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
}

#successTitle
{
    padding-bottom: 10px;
}

#BookingTableArea
{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
}

#BookedRoomsTable
{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

#successFooter
{
    padding-top: 10px;
}

#successNavigation
{
    padding-top: 30px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#buttonSuccessClose, #buttonSuccessPrint
{
    width: 100%;
}
#myRestaurantBookingsDivScroll, #myGroupBookingsDivScroll
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#MyBookingsBack
{
	width:300px;
	margin-left:330px;
	margin-right:330px;
	margin-top:10px;
}
/**********************************************************************************************************************
 Password Amendment page
**********************************************************************************************************************/


#RestaurantPasswordAmend #SubmitFormControlSurround
{
    width:100%;
    height:352px;
}

#RestaurantPasswordAmend #NavigationPasswordUpdate
{
    width:100%;
    height:25px;
	text-align:center;
}

#ButtonGuestPasswordUpdateCancel
{
    height:100%;
    width:200px;
}
#ButtonGuestPasswordUpdateSave
{
    height:100%;
    width:200px;
}
/* -----------------------------------------------------------------------------------------------
    Datatable styles
   ----------------------------------------------------------------------------------------------- */
table.dataTable 
{
    margin: 0 auto;
    clear: both;
    width: 100%;
}

table.dataTable thead th 
{
    padding: 3px 18px 3px 10px;  
}

table.dataTable tfoot th 
{
    padding: 3px 18px 3px 10px;
}

table.dataTable td 
{
    padding: 3px 10px;
}

table.dataTable td.center, table.dataTable td.dataTables_empty 
{
}

table.dataTable tr.odd 
{ 
}

table.dataTable tr.even 
{ 
}

table.dataTable tr.odd td.sorting_1 
{ 
}

table.dataTable tr.odd td.sorting_2 
{ 
}

table.dataTable tr.odd td.sorting_3 
{ 
}

table.dataTable tr.even td.sorting_1 
{
}

table.dataTable tr.even td.sorting_2 
{ 
}

table.dataTable tr.even td.sorting_3 
{ 
}

.dataTables_wrapper 
{
    position: relative;
    clear: both;
    zoom: 1;
}

.dataTables_length 
{
    float: left;
}

.dataTables_filter 
{
    float: right;
    margin-right: 10px;
}

.dataTables_info 
{
    clear: both;
    float: left;
}

.dataTables_paginate 
{
    float: right;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next 
{
    height: 19px;
    float: left;
}

.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover 
{
}

.paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active 
{
    outline: none;
}

.paginate_disabled_previous, .paginate_disabled_next 
{
}

.paginate_disabled_previous, .paginate_enabled_previous 
{
    padding-left: 23px;
}

.paginate_disabled_next, .paginate_enabled_next 
{
    padding-right: 23px;
    margin-left: 10px;
}

.paginate_enabled_previous 
{   
}

.paginate_enabled_previous:hover 
{ 
}

.paginate_disabled_previous 
{ 
}

.paginate_enabled_next 
{ 
}

.paginate_enabled_next:hover 
{ 
}

.paginate_disabled_next 
{ 
}

.paging_full_numbers 
{
    height: 22px;
    line-height: 22px;
}

.paging_full_numbers a:active 
{
    outline: none;
}
.paging_full_numbers a:hover 
{
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active 
{
    padding: 2px 2px;
    margin: 0 3px;
}

.paging_full_numbers a.paginate_button 
{
}

.paging_full_numbers a.paginate_button:hover 
{
}

.paging_full_numbers a.paginate_active 
{
}

.dataTables_processing 
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    padding: 14px 0 2px 0;
}

.sorting 
{ 
}

.sorting_asc 
{ 
}

.sorting_desc 
{ 
}

.sorting_asc_disabled 
{ 
}

.sorting_desc_disabled 
{ 
}
 
table.dataTable th:active 
{
    outline: none;
}

.dataTables_scroll 
{
    clear: both;
}

.dataTables_scrollBody 
{
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.ui-spinner 
{
    position: relative;
}
 
.ui-spinner-buttons 
{
    position: absolute;
}

.ui-spinner-button 
{
    overflow: hidden;
}

div.growlUI h1, div.growlUI h2 {
    color: white; padding: 5px 5px 5px 75px; text-align: center
}
#SessionTimeoutOk
{
	float:right;
}

.hotelErrorBody
{
	width:80%;
	margin:auto;
	padding:5px;
}

/*Breadcrumb structure css*/
/*Padding is applied to the first .disabled-breadcrumb via jquery in the Hotel_Layout page as 
it wasn't possible to only get the first with css at the time. This may be effected if anyone changes the size*/
.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	font: 14px Helvetica, Arial, Sans-Serif;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li a {
	color: white;
	padding: 5px 0 5px 45px;
	position: relative; 
	display: block;
	float: left;
	width:100px;	
}

.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(34,85%,35%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 3; 
}

.breadcrumb li:first-child a:before {
	padding-left: 10px;
	border-right:0px;
}

.breadcrumb li:first-child a {
	padding-left: 10px;
}

.breadcrumb li:last-child a
{
	padding-right:20px;
	padding-left:5px;
	text-align:right;
}


.disabled-breadcrumb a {
	opacity: 0.5;
}

.disabled-breadcrumb a:after, .disabled-breadcrumb a:before 
{
	opacity:0.0;	
}


.disabled-breadcrumb:nth-of-type(1) a
{
    padding-left:75px !important;
} 

.breadcrumb-surround
{
	width:650px;
	margin-left:auto;
	margin-right:auto;
}

.active-breadcrumb a
{
	text-decoration:underline;
}
/*Breadcrumb structure css*/

/*#rateCodeTextDetail{
    text-align:center;
}*/


/*Breadcrumb colours*/
.breadcrumb li:nth-child(1) a       { background:        hsla(196, 7%, 33%, 1) }
.breadcrumb li:nth-child(1) a:after { border-left-color: hsla(196, 7%, 33%, 1)}
.breadcrumb li:nth-child(2) a       { background:        hsla(196, 7%, 43%, 1) }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(196, 7%, 43%, 1)}
.breadcrumb li:nth-child(3) a       { background:        hsla(196, 7%, 53%, 1) }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(196, 7%, 53%, 1)}
.breadcrumb li:nth-child(4) a       { background:        hsla(196, 7%, 63%, 1) }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(196, 7%, 63%, 1)}

.breadcrumb li:not(.disabled-breadcrumb) a:hover { background: hsla(196, 7%, 23%, 1); cursor:pointer;}
.breadcrumb li:not(.disabled-breadcrumb) a:hover:after { border-left-color: hsla(196, 7%, 23%, 1) !important; cursor:pointer;}
.breadcrumb li:not(.disabled-breadcrumb) a:hover:before { border-left-color: hsla(196, 7%, 23%, 1) !important; cursor:pointer;}

.breadcrumb li:last-child a {	
	border-left: 30px solid hsla(196, 7%, 63%, 1);
}

.breadcrumb li:last-child a:after {
	border-left: 30px solid hsla(196, 7%, 63%, 1);
}

.breadcrumb li a {
	background: grey;                   /* fallback color */
	background: hsla(196, 7%, 33%, 1); 	
}

/*Breadcrumb colours*/


/*Two Month calender classes*/
.centerAlignCalDates{
    text-align: center;
}

.keyPercent{
	padding: 12px !important;
}

#doubleCalenderElemKeyArea div
{
    display:inline-block;
    padding:3px;
}

#calKeyTable
{
    border-collapse: separate;
    border-spacing: 5px 0px;
}

#calKeyTable td
{
    padding:2px;
    font-size: 1.3em;
}

/*

#calKeyTable .calNoRestriction
{   
    background: #579E38 !important;
}

.calNoRestriction a
{
	background: #579E38 !important;
    border: 0px;
}

*/


/* themeable styles */
 .ui-state-highlight a.ui-state-default {
	background: #b0c4de;
	color: #fff;
}

/*Back to Top button*/
a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    /*background: #27AE61 url('Images/back_to_top_icon.png') no-repeat center 43%;*/
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    background-image: url("Images/back_to_top_icon.png");
    background-position-x: 50%;
    background-position-y: 43%;
    background-size: 65px;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
}


/*Uncomment this to hide upsells*/
/*.childSurround .roomTypeUpsells
{
	display:none;
}

.childSurround .rateCodeUpsells
{
	display:none;
}*/

/*Uncomment this to hide Filters*/
/*#FiltersOuterRow
{
	display:none;
}*/