﻿.panel-heading
{
    background: #368DD0 !important;
}

.panel-primary
{
    border-color: #368DD0 !Important;
}

.btn-primary
{
    background: #368DD0 !important;
    border-color: #368DD0 !Important;
}

.btn-primary:hover
{
    background: #4AA1E4 !important;
    border-color: #4AA1E4 !Important;
}

.removeStyling
{
    border-color: transparent !important;
}

.fillCell
{
    height: 100% !important;
    width: 100% !important;
}

.defaultMouse
{
    cursor:default;
}

.tooltip-inner
{
    max-width: 1000px !important;
}

i.glyphicon-calendar
{
    cursor: pointer;
}

/* Footer/ Status Bar */
.footerStatusBar
{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    height:35px !important;
    padding-top: 8px;
    z-index: 1005 !important;
}

.highlightNotice
{
    color: #FFE600;
}

.footerItem
{
    float: left;
    padding-right: 15px;
}

/* Header */
.headerBackground
{
    background-image: url("../Images/headBackground.jpg");
    background-repeat: repeat-x;
    margin: 0px !important;
}

.headerBottom
{
    background-color: #368DD0;
    margin: 0px !important;
}

/* padding to stop the window y scroll bar covering up the right most parts of the screen - not the neatest solution!*/
#login
{
    padding-right: 20px;
    white-space: nowrap;
}

#sitemenu
{
    width: 59.5% !important;
}

.doubleColumnMenu
{
    width: 530px !important;
    padding-top: 0px !important;
    margin-left: -240px !important;
}

.singleColumnMenu {
    width: 350px !important;
    padding-top: 0px !important;
}

#menu
{
   clear:right;
}

#menuprofile {
    clear: right;
}

#sitemenu li
{
   padding-left: 0px !important;
   padding-right: 1% !important;
}

#sitemenu li a
{
   padding: 0px;
}

.headerBottom img
{
    margin-top: -4px;
}

/* Generic Form Styling */
.calendarBooking:hover
{
    cursor: pointer;
}

.datepicker
{
    text-align: center;
}

.hideColumn
{
    display:none !important; 
}

.iconButton
{
    margin-top: 2px;
    margin-right: 5px;
    text-align: center;
    width: 40px !important;
    height: 30px !important;
}

.contactIconButton
{
    margin-right: 5px;
    text-align: center;
    width: 40px;
}

.NormalWeightLabel
{
    font-weight: normal;
    font-size: 1.1em;
}

.clickable{
    cursor: pointer;
    background: #6EABDF;
    color: White;
}

.modal-dialog{
    position: absolute;
    top: 3%;
} 

textarea {
    resize: none;
}

.TimeDropDown
{
    margin-right: 39px; 
}

button, .button
{
    width: 137px;
}

/* Admin Area Styling */ 
/* Generic Admin Area */
.adminColumnSmall {
    position: absolute;
    width: 200px;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    background-color: #f5f5f5;
}
.adminColumnMedium {
    position: absolute;
    width: 300px;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    background-color: #f5f5f5;
}
.adminColumnLarge {
    position: absolute;
    width: 400px;
    z-index: 999;
    display: block;
    overflow-x: hidden;
    background-color: #f5f5f5;
}

.adminPanelSmall {
    padding-right: 40px !important;
    padding-left: 220px !important; 
}

.adminPanelMedium {
    padding-right: 40px !important;
    padding-left: 320px !important; 
}

.adminPanelLarge {
    padding-right: 40px !important;
    padding-left: 420px !important; 
}

.adminTables
{
    margin-top: 0px !important;
    width: 100%;
    table-layout: fixed;
    font-size: 12px;
    white-space: nowrap;
    overflow-x: hidden;
}

.overFlowBody
{
    overflow-y: scroll;
    height: calc(100vh - 280px);
}

.overFlowBodySmaller
{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 454px;
}

.adminTableHolder
{
    background-color: White;
    width: 100%;
    padding-right: -10px !important;
    float: left;
}

.AdminPanelHeight
{
    height: 570px !important;
}

.SpaceRows
{
    margin-bottom: 20px !important;
}

.SpaceActiveDropdown
{
    margin-bottom: 5px;
}

.AdminHeaderLabel
{
    font-size: 24px;
    font-weight: normal;
}

/* Booking Prevention Specific */
.positionMiddle
{
    width: 934px;
    margin-left: auto;
    margin-right: auto;
}

.noPadding
{
    padding: 0 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

#dp .datepicker
{
    padding: 0 !important;
}

#selectedPreventionsDates
{
    width: 58%;
    height: 259px;
    margin-right: 10px;
    margin-left: 15px;
    float: left;
    font-size: 16px;
}

.RoomCheckBoxList
{
    width: 60%;
    margin-left: 5px;
}
  
.CheckBoxList input
{
    float: left;
}
  
.CheckBoxList label
{
    width: 163px;
    padding-left: 2px;
    font-size: 14px;
    font-weight: normal;
}

#optionsLabel
{
    margin-right: 210px;
}

#prevFailedList
{
    width: 568px;
    height: 250px;
}

.prevention-report-cell-seperated.e-rowcell {
    vertical-align: top !important;
    line-height: 2 !important;
}

.prevention-report-cell.e-rowcell{
    vertical-align: top !important;
}

/* Booking Request Email Templates Specific*/
.adminCheckbox
{
    margin-top: 8px;
    margin-right: 30px;
    padding-bottom: 20px;
}

/* Booking Status Specific */
#BookingStatusName
{
    width: 70%;
    margin-right: 20px;
}

.StatusExample
{
    background-color: White;
    width: 28%;
    height: 75px;
    color: Black;
    border: 1px solid #CCCCCC;
    margin-left: 30px;
    text-align: center;
    padding-top: 25px;
    float: left;
}

/* Contact Status Specific */
#name
{
    width: 70%;
    margin-right: 20px;  
}

/* Course Management Specific */
.ThreeInputs
{
    width: 32%;
}

#typeList
{
    width: 97%
}

#special
{
    width: 97%;
}

/* Catering Specific */
#cost
{
    width: 125px;
}

/* Equipment Specific */
#quantityLabel
{
    width: 70%;
}

.TwoLabels
{
    width: 35%;
}

/* Rooms Specific */
.roomTableHolder
{
    background-color: White;
    height: 474px;
    width: 100%;
    overflow-x: hidden;
}

#roomActive
{
    margin-left: 10px;
    margin-top: 8px;
}

#enforceGapLabel
{
    width: 20%;
}

.RoomNames
{
    width: 45%;
}

.HourlyRates
{
    width: 45%;
}

#userAccessRooms
{
    height: 90%;
}

.adminTableHolderSmaller
{
    background-color: White;
    height: 516px;
    width: 100%;
    margin-right: 15px;
    float: left;
}

#layoutTable td input
{
    width: 100%;
}

#layoutTable td
{
    text-align: center;
}

.accessDenied
{
    background-color: #FF6A6A;
}

.accessGranted
{
    background-color: #DFFFA5;
}

.sizePanels
{
    margin: 5px !important;
    height: 97%;
    overflow-y: scroll;
}

#EmailButtonMargins
{
    float: right;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}

/* Sort Rooms Page */
#roomList
{
    height: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.centreButtons
{
   width: 280px;
   margin-left: auto;
   margin-right: auto; 
}

.UpDownButtonsHolder
{
    margin-top: 250px;
}

.UpDownButtons
{
    margin-bottom: 10px !important;
    width: 50px !important;
}

/* Site Admin Specific */
.PositionSiteInputs
{
    width: 49.7%;
}

/* Base dir not used at the moment (site property)*/
#baseDi
{
    width: 99.9%;
    display: none;
}
#baseDiLabel
{
    display: none;
}
/****************/

.FourLabels
{
    width: 24.5%;
}

#payBy
{
    width: 50px;
}

.ThreeLabels
{
    width: 32.9%;
}

#siteDocs, #roomDocs
{
    margin-left: 10px;
    margin-top: 19px;
}

.CentreText
{
    text-align: center;
}

#uploadFileButton
{
    margin-left: 10px;
    margin-top: 54px;    
}

.FileUploadSize
{
    width: 70%;
}
/* Admin Users Specific */
.UserCheckBox
{
    margin-top: 6px;
    margin-left: 18px;
}

.UserInputs
{
   width: 49%;
}

.UserConfigHolder
{
    background-color: White;
    height: 355px;
    width: 99%;
    overflow: scroll;
    float: left;
    margin-bottom: 20px;
    margin-top: 0;
}

.userAccessHolder
{
    background-color: White;
    height: 355px;
    width: 100%;
    overflow-y: scroll;
    float: left;
    margin-top: 10px;
}

.SpaceLeft
{
    margin-left: 10px;
}

.userActionsTable
{
    margin-top: 0px;
}

.userActionsTable tbody tr td
{
    text-align: center; 
    font-size: 12px;
}

.userActionsTable tbody tr td:first-child {
    min-width: 200px !important;
}

.userActionsTable thead tr th
{
    text-align: center;
    font-weight: normal;
    font-size: inherit; 
    white-space: nowrap;
    min-width: 160px !important;
    max-width: 160px !important;
}

#userAccessTable
{
    margin-top: 0px;
}

#userAccessTable td
{
    text-align: center; 
    font-size: 12px;
}

#userAccessTable th
{
    text-align: center;
    font-weight: normal;
    font-size: inherit; 
}

/* Staff Availability Specific */
.staffTableHolder
{
    height: 420px;
    overflow-y: scroll;
}

.AlignStaffAvail
{
    float: left;
    margin-right: 10px;
}

.alignButtons
{
    margin-top: 20px;
    margin-left: 44px;
    float: right;
}

#itemTable
{
    margin: 0px;
    text-align: left;
}

#itemTable th
{
    text-align: left;
}

#StaffAlert
{
    width: 235px;
}

.DateBoxes
{
    width: 100%;
}

.TaxSubmit
{
    margin-left: 25%;
    width: 50%;
    margin-right: 25%;
}

/* Course Templates Specific */
#templatePanel
{
    height: 514px;
    overflow-y: auto;
}

.CentreText
{
    text-align: center;
}

.leftAlign
{
    text-align: left !important;
}

/* Reports */
.minimiseHeader
{  
}

.SizeInputSettings
{
    width: 125px !important;
    text-align: center;
}

.SizeLabels
{
    font-size: 12.5px;
    margin-top: 3px;
    font-weight: normal;
}

.reportSettingDiv
{
    float: left;
    margin-right: 8px;
}

.tableHolder
{
    background-color: White;
    overflow: scroll !important;
    height: 540px;
}

.listViewTableHolder
{
    background-color: White;
    overflow: scroll !important;
    /*height: 560px;/*620px;*/
}

#intranetCalendarHolder #listViewDiv
{
    overflow: hidden;
}

.FeedbackTableHolder
{
    background-color: White;
    overflow: scroll !important;
    height: 622px;
}

.FeedbackTableHolder table
{
    white-space: nowrap !important;
    margin-top: 0px;
}

.FeedbackTableHolder table th
{
    font-size: 12px;
}

.mainTableHolder
{
    background-color: White;
    /*height: 560px;/*620*/
}

.listViewTableHolder table
{
    white-space: nowrap !important;
    margin-top: 0px;
}

.tableHolder table
{
    white-space: nowrap !important;
    margin-top: 0px;
}

.tableHolder table th
{
    font-size: 12px;
}

.centerCellText td
{
    text-align: center;
}

.removePaddingTop
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.SiteDropDown
{
    width: 185px !important;
}

.PositionButtons
{
    margin-top: 26px;
}

.BlockButtons
{
    margin-bottom: 3px !important;
}

/* Audit History Report*/
.SmallNumberInput
{
    width: 80px !important;
}

/* Booking Request */
.float-right
{
    float: right;
}

.bookingRequestInput
{
    width: 230px !important;
    font-size: 13px !important;
}

.bookingRequestLargeInput
{
    width: 300px !important;
    font-size: 13px !important;
}

.SizeRequestLabels
{
    margin-top: 5px;
    font-weight: normal;
    font-size: 14px;
}

.SizeRequestLabelsNoMargin {
    font-weight: normal;
    font-size: 14px;
}

.archivedText
{
    margin-top: 8px;
    font-weight: normal;
    font-size: 11px;
}

.smallInput
{
    width: 65px !important;
    font-size: 13px !important;
}

.boldLabel
{
    font-size: 14px;
}

.BookingRequestModalTables
{
    background-color: White;
    overflow-y: scroll;
    height: 175px;
}

.setWidthModal
{
    top: 2%;
    width: 1040px !important;
}

.courseFeedbackModal
{
    top: 2%;
    width: 98% !important;
}

/* Bi-Weekly Report */
#BiWeeklyTable table
{
    table-layout: fixed;
}

#BiWeeklyTable table th
{
    font-size: 12px !important;
    padding: 1px !important;
    
}

#BiWeeklyTable table td
{
    overflow: hidden !important;
    white-space: nowrap !important;
    font-size: 11px !important;
}

/* Monthly Comparison Report */
.YearDropDowns
{
    width: 110px !important;
}

/* Room Usage By Department Report */
.smallRadios input[type=radio]
{     
    width: 30px !important;   
    background-color: White !important; /* when radio buttons are disabled, this prevents grey rectangular background appearing */
}

.MarginTop10
{
    margin-top: 10px;
}

/* Room Usage By Time Report */
.SpaceButtons
{
    margin-bottom: 26px !important;
}

.RoomTimes
{
    width: 187px !important;
}

.CenterCell
{
    text-align: center;
}

/* Centre Activity Report */
.ShortDropDown
{
    width: 115px !important;
}

.centreActivitySmallTable
{
    font-size: 12px;
    background-color: White;
    height: 130px !important;
    width: 100% !important;
}

.SmallerSettingsButtons
{
    width: 118px !important;
}

/* Catering Report */
.ButtonUnderLabel
{
    margin-top: -11px !important;
}

/* Equipment Detail Report */
td.equipmentDot
{
    font-family: Wingdings !important;
    margin-bottom: 0 !important;
}

/* Categorical/Contact Bookings/Departmental Report */
.PanelHolderSmall
{
    margin-right: 1%;
    height: 589px !important;
    width: 50% !important;
}

.countPanel
{
    height: 180px !important;
    width: 49% !important;
}

.centreButton
{
    margin-left: auto;
    margin-right: auto;
    width: 100px !important;
}

/* Booking Preventions Report */
#prevenCell
{
    width: 100px !important;
}

/* Course Feedback Report */
.CourseDropDowns
{
    width: 300px !important;
}

.tableHolderGender
{
    width: 100%;
    margin-right: 1%;
}

.tableHolderAgeRange
{
    width: 100%;
}

.tableHolderEthnicity
{
    width: 100%;
}

.tableHolderGender table td
{
    font-size: 12px;
    padding: 5px !important;
}

.tableHolderAgeRange table td
{
    font-size: 12px;
    padding: 5px !important;
}

.tableHolderEthnicity table td
{
    font-size: 12px;
    padding: 4px !important;
}

.HeaderButtons
{
    height: 55px !important;
}

.feedbackButtonPosition
{
    float: right;
    margin-right: 10px;
}

.questionnaireHolder
{
    overflow: hidden;
    height: 500px;
}

.questionnaireHolder table
{
    white-space: nowrap !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.questionnaireHolder table th
{
    text-align: center;
    font-size: 12px;
}

/* Contact Record */
.DropDownContacts
{
    width: 100px !important;  
}

.ContactInputs
{
    width: 66% !important;
}

.notesTextArea
{
    width: 100% !important;
}

.noPaddingRight
{
    padding-right: 0px !important;
}

#postcode
{
    width: 34% !important;
}

.seperateRow
{
    margin-top: 40px !important;
}

.spaceContactButtons
{
    margin-bottom: 15px !important;
}

#contactFormDialogButtons
{
    width: 137px !important;
}

#aboutContact label
{
    font-size: 11px;
}

#aboutContact
{
    width: 137px;
}

.contactTables 
{
    height: 600px !important;
    margin: 0px !important;
    overflow: scroll !important;
}

.contactTables table
{
    white-space: nowrap !important;
    margin-top: 0px !important;
}

.contactTables table th
{
    font-size: 12px;
}

.spaceInvoiceInputs
{
    margin-bottom: 10px !important;
}

.noPadding
{
    padding: 0 !important;
}

.noMargin
{
    margin: 0 !important;
}

.centreHeader
{
    margin-top: 3px;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
}

.centerAlphabet
{
    width: 1000px !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.AddressAlphabetButton
{
    text-align: center;
    height: 32px;
    width: 38px !important;
    float: left;
    font-size: 11px;
}

#grid
{
    height: 500px !important;
    overflow: hidden;  
    width: 998px !important;
}

.addressTable table
{
    white-space: nowrap !important;
    margin-bottom: 0px !important;
}

.addressTable table th
{
    font-size: 12px;
}

.centerWarningText
{
    font-size: 15px !important;
    text-align: center;
}

/* Booking Form */
/* Day Booking Schedule */
.newBookingSchedule
{
    height: 964px;
    overflow-y: scroll;
}

.editBookingSchedule
{
    height: 1191px;
    overflow-y: scroll;
}

#DayScheduleTable
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    table-layout: fixed !important;
    overflow: hidden;
    width: 100%;
}

#DayScheduleTable tbody td
{
    border: 1px solid #DDDDDD !important;
    height: 40px !important;
    max-height: 40px !important;
    vertical-align: top;
}

#DayScheduleTable tbody div
{
    overflow: hidden;
}

#DayScheduleTable tbody td p
{
    margin: 2px;
}


#DayScheduleTable tr
{
    height: 40px !important;
    font-size: 12px;
    text-align: center;
}

#DayScheduleTable img
{
    float: right;
    z-index: -1;
    width: 15px;
    height: 15px;
    vertical-align: bottom;    
}

.HourTD
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 30px !important;
}

.bookingTD
{
    width: 300px !important; 
}

/* Booking Form Middle Column */
#DelegatesEditor
{
    width: 40% !important;
}

#MaxOcc
{
    margin-top: 5px !important;
    margin-left: 10px;
}

.InputWithButton
{
    width: 85% !important;
    margin-right: 10px;
}

.equipmentPanel
{
    height: 236px !important;
    overflow-y: scroll;
}

#equipmentList label
{
    width: 200px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: normal;
}

.bookingButtonsSpacing
{
    margin-bottom: 10px !important;
}

.bookingGroupWidth
{
    width: 100% !important;
}

#cancellationButton
{
    width: 145px !important;
    margin-top: 26px !important;
}

.NewContactSmallInput
{
    width: 150px !important;
}

.NewContactInput
{
    width: 220px !important;
}

.NewContactLargeInput
{
    width: 380px !important;
}

.CostInputs
{
    width: 150px !important;
}

.SizeCostsDialog
{
    width: 400px !important;
}

#CateringTable table
{
    white-space: nowrap !important;
    margin-top: 0px;
}

#CateringTable table th
{
    font-size: 12px;
}

.removeAllPadding
{
    padding: 0px !important;
}

.TableTotalInput
{
    width: 100px !important;
}

.CateringItemSmall
{
    width: 85px !important;
}

#cateringDesc, #chosenCateringDesc
{
    width: 250px !important;
}

#CalculateCateringCost
{
    margin-left: 5px;
}

#SponsorTable table
{
    white-space: nowrap !important;
    margin-top: 0px;
}

#SponsorTable table th
{
    font-size: 12px;
}

#totalSponsors
{
    margin-top: 5px;
}

#sponsorsHeader
{
    margin-right: 5px;
}

.SponsorsInput
{
    width: 300px !important;
}
.SponsorsLargeInput
{
    width: 320px !important;
}

#sponsorFirstName
{
    margin-right: 5px;
}

#invoiceHeader
{
    margin-top: 0px !important;
}

#multiModal
{
    width: 735px;
}

.multiplebookingSize
{
    height: 142px;
}

#Custom button
{
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 140px;
}

#Weekly input[type=checkbox]
{
    margin-left: 8px;
}

.dayFrequency
{
    width: 100px !important;
    margin-right: 5px;
}

#MonthlyDay
{
    width: 125px !important;
}

.monthDropDown
{
    width: 150px !important;
    margin-right: 5px;
}

.DatesListBox
{
    width:180px !important;
    height: 293px !important;
    margin-left: 10px;
    float: left;
}

#availBody
{
    max-height: 800px; 
    overflow-y: scroll;
}

.multiplebookingCustomSize
{
    height: 320px;
}

.untilDate
{
    width: 150px !important;
    margin-left: 5px;
}

#reminderDate
{
    width: 150px !important;
    margin-left: 5px;
}

.multiBookingDatesList
{
    width: 200px !important;
    height: 400px !important;
}

.CancellationInputs
{
    width: 280px !important;
}

.DelegateAlert
{
    width: 280px !important;
}

#AuditHistoryTable table
{
    white-space: nowrap !important;
    margin-top: 0px;
}

#AuditHistoryTable table th
{
    font-size: 12px;
}

#auditHistoryRecords
{
    margin-top: 5px;
    margin-bottom: 0px;
}

.CanDelInputs
{
    width: 150px !important;
}

#searchFromDate
{
    margin-right: 5px;
}

/* Courses Form*/
.alignCourseName
{
    padding-right: 5px;
    float: left;
}

#courseTypeText
{
    margin-top: 6px;
}

#PrintCourse
{
    margin-left: 5px;
}

#GoToBooking
{
    margin-left: 5px;
    margin-top: -5px;
}

#delegatesTotal
{
    margin-top: 9px;
}

.courseLargeInput
{
    width: 75% !important;
    margin-right: 5px;
}

.courseSmallInput
{
    width: 75% !important;
    text-align: center;
}

#formButtons
{
    margin-left: -15px;
}

.CourseSmallHolder
{
    overflow: scroll !important;
    height: 200px! important;
}

.CourseSmallHolder table
{
    white-space: nowrap !important;
    margin-top: 0px;
}

.CourseSmallHolder table th
{
    font-size: 12px;
}

.courseDelegatesHolder 
{
    overflow: scroll !important;
    max-height: 808px;
    min-height: 237px;
}

.courseDelegatesHolder table 
{
    white-space: nowrap !important;
    margin-top: 0px;
}

.courseDelegatesHolder table th
{
    font-size: 12px;
}

.addPadding
{
    margin-left: 7px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#ReserveButtons
{
    padding-left: 10px;
    padding-top: 70px;
}

#ReserveButtons button
{
    width: 60px;
    font-size: 10px;
}

#courseDetail
{
   height: 623px;
}

.questions
{
    float: left;
}

.answers
{
    float: left;
    font-size: 10px;
    margin-left: 5px;
    margin-top: 2px;
}

.spaceQuestions
{
    margin-bottom: 5px !important;
}

#FeedbackDetailsComments
{
    margin: 0px !important;
    width: 100% !important;
}

#UpdateFeedbackTable
{
    vertical-align: middle;
    white-space: nowrap !important;
    margin-top: 0px;   
    
    margin-bottom: 0px;
}

#UpdateFeedbackTable th
{
    min-width: 10px;
    text-align: center;
    white-space: normal;
    font-size:10px;
}

#UpdateFeedbackTable td
{
    min-width: 10px;
    white-space: nowrap;
    text-align: center;
}

.feedbackButtons
{
    width: 110px !important;
}

.feedbackHolder
{
    height: 569px !important;
}

.feedbackSmallLabelText
{
    font-size: 12px;
    font-weight: normal;
}

#feedbackRight-Comments textarea
{
    height: 140px;
}

#autoText
{
    margin-bottom: 2px;
}

#messageTextLabel
{
    margin-top: 5px;
}

.positionCountandButtons
{
    margin-top: 9px;
    margin-right: 5px;
}

/* Calendar Forms */
#myModalNewBooking, #preventionInfoModal, #myModalDetails
{
    z-index: 130000;
}

.fullScreenModal
{
    top: 2px !important;
    position: absolute;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 99% !important;
}

#fullScreenFooter
{
    height: 7px !important;
    padding: 0px !important;
}

.FullScreenModalPadding
{
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#listView
{
    margin-right: 10px;
}

.centerHeading
{
    width: 315px;
    margin-left: auto;
    margin-right: auto;
}

#IDColumn
{
    width: 35%;
}

.smallPaddingRight
{
    padding-right: 5px !important;
}

.timetableTables
{
    background-color: White;
}

#TableBookings table td
{
    height: 17px !important;
    max-height: 17px !important;
    min-width: 115px;
    max-width: 115px;
    font-size: 12px;
    text-align: center;
    vertical-align: top !important;   
}

#TableBookings table tbody td div {
    height: 17px;
    max-height: 17px;
}

#TableBookings table tbody td div p {
    text-align: center;
    margin: -8px auto;
    overflow: hidden;
}

#TableBookings table th
{
    text-align:center;
    font-size: 15px;
    max-height: 17px !important;
    white-space: nowrap;
    overflow: hidden;
    min-width: 115px;
}

#TableBookings table thead th:first-child
{
    width: 115px !important;
    min-width: 115px !important;
    max-width: 115px !important;
}

#TableBookings table tbody td:first-child
{
    width: 115px !important; 
    min-width: 115px !important;
    max-width: 115px !important;
}

#TableBookings table td.booking-finish
{
    /* to force the icons to appear bottom right */
    padding: 8px 0px 0px 8px;
    vertical-align: bottom !important;
}

#TableBookings table td img
{
    float: right;
    z-index: -1;
    width: 14px;
    height: 14px;        
    vertical-align: bottom !important;
}

#TableBookings
{
    overflow: hidden !important;
}

.highlightCell
{
    background-color:#6EABDF;
    color: #ffffff;
}

#bookingCells td.highlightCell
{
  border: 1px solid #6EABDF;
}
#bookingCells td.enforceGap
{
  border: 1px solid #DEDEDE;
  border-left: 1px solid #ADD8E6;
}
#bookingCells td.booking-start, #DaySchedule td.booking-start
{
    border-bottom: 0 !important;
    border-right: 1px solid #DEDEDE !important;
}
#bookingCells td.booking-middle, #DaySchedule td.booking-middle
{
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 1px solid #DEDEDE !important;
}
#bookingCells td.booking-finish, #DaySchedule td.booking-finish
{
    border-top: 0 !important;
    border-bottom: 1px solid #DEDEDE !important;
    border-right: 1px solid #DEDEDE !important;
}

.enforceGap
{
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgYGDwZcAPfDEYuBTgEsBpgy8hBQRNINokgm4i6DuC4QQATSsFHm/Ew30AAAAASUVORK5CYII=) repeat;
}

.prevention
{
    background-color: #EDEDED;
    border-color: #EDEDED !important;
}

.wordwrap
{
    /* wrap long text and urls */
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    word-wrap: break-word; /* IE 5+ */
} 

.timesTableHolder
{
    background-color: White;
    overflow: hidden !important;
    height: 540px;
}
.timesTableHolder table
{
    white-space: nowrap !important;
    margin-top: 0px;
}
#Times table thead th
{
    text-align:center;
    font-size: 11px; 
}

#Times table td 
{
    height: 17px !important;
    font-size: 12px;
    text-align: center;
}
#Times
{
    position: absolute;
    margin: 0;   
    padding: 0;
    z-index: 1001 !important;
    height: 540px;
}
.dateTableHolder
{
    background-color: White;
    height: 20px;
    z-index: 1005 !important;
    width: 50px;
}
.dateTableHolder table
{
    white-space: nowrap !important;
    margin-top: 0px;   
}
#Date table thead th
{
    text-align:center;
    font-size: 11px; 
}
#Date table td 
{
    height: 17px !important;
    font-size: 12px;
    width: 112px !important;
    text-align: center;
}
#Date
{
    position: absolute;
    margin: 0;   
    padding: 0;
    z-index: 1005 !important;
    width: 112px;
    height: 20px;
}

.doorSignsModal
{
    width: 800px !important;
}

#roomsDoorSigns
{
    overflow-y: scroll !important;
    width: 300px;
    height: 323px; 
}

#signsDate
{
    width: 225px;
    margin-left: auto;
    margin-right: auto;
}

/* used on the timetable calendar view for selecting cells - needs to be important so that it takes priority over other class colouring on the calendar cells */
.selected {
    background: lightblue !important; 
    border: 1px solid lightblue !important;
}

#requestDatesDropdown
{
    max-width: 177px !important;
}

/* Notice Board */
#selectionButtons
{
    width: 275px;
    margin-left: auto;
    margin-right: auto;
}

.DateInputs
{
    width: 30% !important;
    max-width: 190px !important;
}

.positionText
{
    margin-top: 5px !important;
    margin-right: 5px !important;
}

.noticeHolder
{
    background-color: White;
}

.noticeHolder table
{
    white-space: nowrap !important;
    margin-top: 0px;
}

.noticeHolder table th
{
    font-size: 12px;
}

.NoticeButtons
{
    width: 100% !important;    
}

/* Search Form */
.tableBackground
{
    background-color: White;
}

.archivedRow
{
    color: Red;
    font-style: italic;
}

#contactSearchSettings
{
    width: 820px !important;
    margin-left: auto;
    margin-right: auto;
}

.searchDates
{
    max-width: 160px !important;
}

.marginRight
{
    padding-right: 10px;
}

#searchButtons
{
    width: 410px;
    margin-left: auto;
    margin-right: auto;
}

#searchButtons button
{
    margin-top: -26px;
}

#searchHeader
{
    margin-bottom: -8px;
}

.SearchInputs
{
    width: 25% !important;
    max-width: 330px !important;
}

.IDInputs
{
    width: 75px !important;
}

.positionSearchButton
{
    margin-bottom: -53px !important;
    margin-left: 10px;
}

.searchContactDropDown
{
    width: 200px !important;
}

.searchContactAlphaButtons
{
    height: 32px;
    width: 32.2px;
    float: left;
    padding: 5px !important;
}

/* Check Availability  */
.checkDates
{
    width: 40% !important;
    min-width: 70px !important;
    max-width: 210px !important;
}

#checkFrom {
    padding-left: 6px;
    padding-right: 6px;
}

#checkTo {
    padding-left: 6px;
    padding-right: 6px;
}

.searchSettingsInputs
{
    min-width: 48.8%;
    width: 48.8%;
    margin-right: 3px !important;
}

.searchSettingsTimeInputs
{
    min-width: 55%;
    width: 55%;
    margin-right: 3px !important;
}

.maxWidth
{
    max-width: 150px !important;   
}

.maxPanelWidth
{
    max-width: 500px !important;
}

.equipmentPanelDimensions
{
    height: 729px;
    overflow-y: auto;
}

#checkAvailabilityResults table
{
    margin: 0 !important;
}

#checkAvailabilityResults table th
{
    font-size: 12px;
}

.centreDateCell
{
    text-align: center;
    vertical-align: middle !important;
}

.hd_centreDateCell {
    text-align: center;
    vertical-align: top;
}

tr.notSeriesEditable
{
    color: Black;
}
tr.seriesEditable
{
    color: Red;
}

.hourMarker
{
    background-color: #F7F7FF;
}

.oddHourMarker {
    background-color: white;
}

.noBooking /*used on booking form - day booking list for cells not containing a booking to ensure they fill the full width of the table*/
{
    width: 500px;
}

.highlightButton
{
    font-weight: bold !important;
    font-style: italic;
    background-color: #F2F1F1 !important;
}
.textunderline
{
    text-decoration: underline;    
}

#myModalNotes .modal-dialog
{
    width: 750px !important;
}

.clickableTable:hover
{
    cursor: pointer;
}

.sortable:hover
{
    cursor: pointer;
}

#fullHolder
{
    overflow: hidden;
}

#FullScreenTableBookings table
{
    white-space: nowrap !important;
    margin-top: 0px;
}

#FullScreenTableBookings table thead th:first-child
{
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
}

#FullScreenTableBookings table tbody td:first-child
{
    width: 50px !important; 
    min-width: 50px !important;
    max-width: 50px !important;
}

#FullScreenTableBookings table tbody td
{
    height: 17px !important;
    max-height: 17px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    font-size: 11px;
    text-align: center;
    vertical-align: top !important;
}

#FullScreenTableBookings table tbody td div
{
    height: 17px !important;
    max-height: 17px !important;
}

#FullScreenTableBookings table thead th
{
    text-align:center;
    font-size: 11px; 
    height: 17px !important;
    max-height: 17px !important;
    white-space: nowrap;
    overflow: hidden !important;    
    min-width: 50px !important;
    max-width: 50px !important;
}

#FullScreenTableBookings table td.booking-finish
{
    /* to force the icons to appear bottom right */
    padding: 0px 0px 0px 8px;
    vertical-align: bottom !important;
}

#FullScreenTableBookings table td img
{
    float: right;
    z-index: -1;
    width: 13px;
    height: 13px;        
    vertical-align: bottom !important;
}

#FullScreenTableBookings table tbody td div p
{
    text-align: center;
    margin: -8px auto;
    overflow: hidden;
}

.rightAlign
{
    text-align: right;
    width: 50px;
}

#multiSiteButton
{
    width: 144px !important;
    margin-left: auto;
    margin-right: auto;
}

#calendarTable th.restrictFirstColumn
{
    max-width: 111px !important;
    width: 111px !important;
}

.FeedbackDelegateWidth
{
    width: 200px !important;
    min-width: 200px !important;
}

.feeWidth
{
    width: 85px !important;
    min-width: 85px !important;
}

#courseDelegatesTable td
{
    padding: 5px !important;
}

#courseDelegatesTable label
{
    margin: 0px !important;
    margin-top: 5px !important;
}

.smallCheckbox input[type=checkbox]
{     
    width: 20px !important;   
    background-color: #5282CE !important; /* when checkbox is disabled, this prevents grey rectangular background appearing */
}

.BookingTitleCellPadding
{
     padding-left: 2px !important;
     padding-right: 2px !important;   
}

.roomHeader
{
    padding-left: 2px !important;
    padding-right: 2px !important;    
}

.resultsTable
{
    white-space: nowrap !important;
    margin-top: 0;
    /*height: 540px;*/
    overflow: auto;
    position: relative;
}

.resultsTable table
{
    background-color: White !important;
}

.resultsTable table thead th
{
    font-size: 13px;
    /*padding-right: 9px !important;*/
    margin-right: 9px !important;
    width: 120px !important;
    font-weight: bold;
}

.resultsTable table tbody td
{
    padding-right: 9px !important;
    margin-right: 9px !important;
    width: 120px !important;
}

.delegateClipboard
{
    height: 250px !important;
    border: 1px solid #cccccc;
    overflow-y: scroll;
}

.paddingFooter
{
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.padDiv
{
    margin-right: 8px;   
}

.padButtons
{
    margin-right: 3px;   
}

.padAlert
{
    margin: 10px !important;
}

.tooltip 
{
    white-space: nowrap;
}

.boldText
{
    font-weight: bold !important;
}

#roomUsageTable
{
    height: 605px;
}

#roomUsageCategoryTable {
    height: 520px;
}

.fixedTableHolder {
    background-color: White;
    height: 540px;
}

.fixedTableHolder table
{
    white-space: nowrap !important;
    margin-top: 0;
}

.fixedTableHolder table th
{
    font-size: 12px;
    font-weight: bold;
    width: 120px !important;
}

.fixedTableHolder table tbody td
{
    width: 120px !important;
    min-width: 120px !important;
}

.tableHolderSmall
{
    background-color: White;
    height: 400px;
}

.tableHolderSmall table
{
    white-space: nowrap !important;
    margin-top: 0px;
}

.tableHolderSmall table th
{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-right: 9px !important;
    margin-right: 9px !important;
    width: 120px !important;
}

.tableHolderSmall table tbody td
{
    padding-right: 9px !important;
    margin-right: 9px !important;
    width: 120px !important;
    min-width: 120px !important;
}

.demographicsWidth
{
    width: 100px !important;   
}

.correctFont
{
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.noInvoiceHighlight
{
    background-color: #FF2400;
}

.headerFont th
{
    font-size: 13px !important;
    font-weight: bold !important;
}

/* BROWSER SPECIFICS */

/* Chrome & Safari Specific CSS. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .positionSearchButton
    {
        margin-bottom: 0px !important;
    }

    .changeRoomSearchTab {
        margin-top: -27px !important;
    }
}

/*IE Specific CSS*/
@media screen\0 
{
   /* On the calendar view the fixed column is out of sync with the rest of the table because the floating header TH font-size is set to 16px
    * to fix this in IE we must set the font-size to be smaller. Chrome and Firefox handle this fine.        
    */
    #TableBookings thead th
    {
        font-size: 14px;
        font-weight: bold;
        max-width: 115px;
    }
}

/* Intranet Module Styling */
.IntranetDivHeight
{
    background-color: White;
}

.borderDatepicker
{
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    height: 260px;
    width: 235px;
    overflow: hidden;
}

.helpColours
{
    width: 50px;
    margin-top: 5px;
    margin-bottom: 0px;
    height: 20px;
}

.listViewTableHolderIntranet
{
    background-color: White;
    overflow: hidden !important;
    /*height: 700px;*/
}

.popover {
    min-width: 300px;
    max-width: 450px !important;
    height: auto !important;
    max-height: none !important;
}

.popover-content {
    height: auto !important;
    max-height: none !important;
}

.popover-title
{
    background-color: #368DD0 !important;
    color: White;
}

.announcementsPadding
{
    padding: 10px !important;
    max-height: 145px;
}

.announcementModal
{
    top: 20%;
    width: 750px !important;
}

#addNewCateringBtn
{
    margin-bottom: 10px;
}

.requestOrangeLabel
{
    font-weight: bold;
    color: #e17009;
    font-size: 16px;
    text-align: right !important;
}

#confirmEquipment, #confirmCatering
{
    padding-top: 7px;
}

.SpaceDiv
{
    margin-top: 10px;
}

.addPadding
{
    margin: 10px;
}

.Margin-Left
{
    margin-left: 10px;
}

.MaxWidth
{
    max-width: 200px;
    width: 200px;
}

.MinHeight
{
    min-height: 500px !important;
    height: 500px !important;
}

.contactUsBtn
{
    float: right;
    width: 150px;
    margin-top: 12px;
    margin-left: 5px;
}

.roomOptionLbl:hover
{
    cursor: pointer;
}

.timeSeperator
{
    width: 10px;
    margin-left: auto;
    margin-right: auto;
}

.roomSettingsCheckbox
{
    margin-top: 12px !important;
}

.infoFileLink a
{
    text-decoration: underline;  
    color: #368DD0 !important;
    font-weight: bold;
    font-size: 14px;
}

#contactUsBody
{
    padding-top: 0px !important;
}

.popOverLabel
{
    padding-top: 7px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.NoPaddingLeft
{
    padding-left: 0px !important;
}

.BookingOptionsCell
{
    min-width: 150px !important;
}

.labelCellMinWidth
{
    white-space: nowrap;
    min-width: 250px;
}

input[type='checkbox']:hover
{
    cursor: pointer;
}

/* Screens CSS */
#screensRooms label
{
    width: 40%;
    padding-left: 5px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: text-top;
}

#screensRooms
{
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 0px;
}

.coloursUL
{
   border-bottom: 0px !important;
}

.noMarginTop
{
    margin-top: 0px;
}

.dimensionsLabel
{
    margin-top: 5px !important;
}

.sendToBack
{
    z-index: 500 !important;
}
.largerButton
{
    width: 200px !important;
}

.adminPanelHeight
{
    height: 650px !important;
}

.roomPanelHeight
{
    height: 400px;
}

#zoneRooms label
{
    width: 200px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: normal;
}

.panel-footer
{
    background-color: #FAFAFA !important;
    height: 60px;
}

#zoneView
{
    overflow-y: scroll;
}

.boldZone
{
    font-size: 14px;
    font-weight: bold;
}

#zoneRooms
{
    overflow-y: scroll;
    height: 515px;
}

#roomOrders
{
    overflow-y: scroll;
    height: 460px;
    padding: 0px;
}

#roomOrders table
{
    margin: 0px;
}

.zoneSort
{
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
}

#roomOrders table td:first-child
{
    width: 35px !important;
}

/* jsTree style tweaks */
.jstree-disabled
{
    cursor: default !important;
}

.jstree-clicked
{
    color: #ffffff !important;
    background: #368DD0  !important;
}

.jstree-leaf
{
    font-size: 14px;
}

.zoneLi 
{
    font-size: 15px;
}
locationLi
{
    font-size: 15px;
}

.mediumDropDown
{
    width: 250px !important;
}

.userZoneSelect
{
    width: 200px !important;
}

#userActionsTable td:first-child
{
    min-width: 200px !important;
    vertical-align: middle !important;
}

.changeZoneTab
{
    overflow: hidden;
    float: left;
    margin-left: -40px;
    margin-top: 74px !important;
    width: 40px;
    height: 513px;
    background: #fff;
    border: 1px solid #368DD0;
    border-radius: 5px 0px 0px 5px;
    position:absolute !important;
    z-index: 100;
}

.changeZoneTab:hover
{
    cursor: pointer;
    border-color: #368DD0;
}

#zoneCol1
{
    width: 54px;
    height: 513px;
    line-height: 513px;
    border-right: 1px solid #368DD0;
    text-align: center;
    vertical-align: middle;
    padding-left: 27px !important;
}

#zoneCol2
{
    height: 513px;
    overflow-y: scroll;
}

#zoneDisplayDiv
{
    min-width: 800px;    
}

/* Booking form zone display */
.changeRoomTab
{
    overflow: hidden;
    width: 98%;
    max-width: 98% !important;
    height: 34px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position:absolute !important;
    z-index: 100;
}

#zoneRow1
{
    height: 34px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}

#zoneRow2
{
    margin-top: 5px;
    height: 500px;
    overflow-y: scroll;
}

.changeRoomSearchTab
{
    overflow: hidden;
    max-width: 320px;
    height: 34px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position:absolute !important;
    z-index: 1030;
}

#preventionRoomDisplay
{
    padding-top: 0px !important;
    height: 350px;
    overflow-y: scroll;
}

/* Intranet popout */
.settingsTab
{
    overflow: hidden;
    float: left;
    margin-left: -40px;
    margin-top: 74px;
    width: 40px;
    height: 581px;
    background: #fff;
    border: 1px solid #368DD0;
    border-radius: 5px 0px 0px 5px;
    position:absolute !important;
    z-index: 100;
}

.settingsTab:hover
{
    cursor: pointer;
    border-color: #368DD0;
}

#settingsCol1
{
    width: 54px;
    height: 581px;
    line-height: 581px;
    border-right: 1px solid #368DD0;
    text-align: center;
    vertical-align: middle;
    padding-left: 27px !important;
}

#settingsCol2
{
    overflow-y: scroll;
    width: 500px;
}

.margin-bottom
{
    margin-bottom: 0px;
}

.intranetDate
{
    margin-left: auto;
    margin-right: auto;
    width: 210px;
}

.timeTableSettings
{
    margin-top: 5px;  
}

.radiobtn
{
    width: 30px !important;
    background-color: transparent !important;
}

.radioLabel
{ 
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 14px;
} 

#backToIntranetBtn {
    margin-top: 10px;
}

#ContactTable {
    min-width: 995px !important;   
}

.hideOverflow {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#MainTable {
    border: 2px;
    background-color: #ffffff;
}

#MainTable thead th:nth-child(2)
{
    min-width: 300px;
}

#MainTable tbody td:nth-child(2)
{
    overflow: hidden !important;
    text-overflow: ellipsis;
}

#MainTable thead th:nth-child(3)
{
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
}

#MainTable tbody td:nth-child(3)
{
    width: 60px !important; 
    min-width: 60px !important;
    max-width: 60px !important;
}

#MainTable thead th:nth-child(4)
{
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
}

#MainTable tbody td:nth-child(4)
{
    width: 60px !important; 
    min-width: 60px !important;
    max-width: 60px !important;
}

#MainTable tbody td:nth-child(5)
{
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 180px;
    width: 180px;
}

#MainTable tbody td:nth-child(6)
{
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 180px;
    width: 180px;
}

.extraPaddingLeft{
    padding-left: 24px !important;
}

.minWidthCell{
    min-width: 245px !important;
}

.fixedColumnWidth{
    min-width: 250px !important;
}

#doorSignsRoomList .CheckBoxList label {
    width: 230px !important;
    white-space: nowrap;
    overflow-x: hidden;
    padding-left: 5px;
}

.noFloat{
    float: none !important;
}

.padAdminButtons{
    padding-bottom: 25px !important;
}

.autoZIndex{
    z-index: auto !important;
}

.fadeText {
    color: #cccccc;
}

#zoneRow2 {
    padding-left: 0 !important;
}

.equipmentLoanHeight {
    height: 40px !important;
}

#requestConfirmationModal label {
    max-width: 300px;
    overflow: hidden;
    word-wrap: break-word;
    text-align: left; 
}

.maxColSize {
    max-width: 100px !important;
}

.inputToolText {
    float: right;
    padding-right: 70px;
    font-size: 12px;
    margin-bottom: 0 !important;
    margin-top: 2px;
}

.bookingDetailsLabel {
    max-width: 90px !important;
    font-weight: normal;
    font-size: 1.1em;
    width: 90px !important;
}

.smallDetailsLabel {
    max-width: 70px !important;
    font-weight: normal;
    font-size: 1.1em;
    width: 70px !important;
}

.bookingDetailsLong {
    overflow: hidden;
    max-width: 470px;
    word-wrap: break-word; 
    font-weight: normal;
    font-size: 1.1em;
}

#announcementTable td
{
    vertical-align: middle;
}

tr.unAvailableDate td:nth-child(1) {
    width: 100px !important;
}

tr.unAvailableDate td:nth-child(2) {
    width: 300px !important;
}

#cateringRequiredTable table {
    max-width: 561px;
    width: 561px;
    table-layout: fixed;
}

#cateringRequiredTable table th:nth-child(1) {
    width: 60px !important;
}

#cateringRequiredTable table th:nth-child(3) {
    width: 80px !important;
}

#cateringRequiredTable table th:nth-child(4) {
    width: 120px !important;
}

.cateringLbl {
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.restrictWidth label {
    max-width: 245px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.screensPanels {
    min-height: 270px !important;
}

#sortSlidesBody {
    min-height: 500px !important;
}

#sortSlidesBtns {
    margin-bottom: 25px !important;
}

.contactSearchInput {
    width: 200px !important;
}

.eventLogSmallTD {
    width: 170px;
    max-width: 170px !important;
}

#mailEventLogDiv {
    padding: 0 !important;
    overflow-y: scroll;
    height: 740px;
}
.mailDiv {
    min-height: 690px;
}

.mailDiv select {
    margin-left: 5px;
    width: 165px !important;
}

.mailDiv input[type=text] {
    margin-left: 5px;
    min-width: 920px !important;
    width: 90% !important;
}

.mailDiv textarea {
    margin-left: 5px;
    min-width: 920px !important;
    width: 90% !important;
}

.mailDiv input[type=checkbox] {
    margin-right: 5px;
}

.mailDiv .row {
    margin-bottom: 15px;
}

.mailLbl {
    margin-top: 4px;
}

#eventLogBtn, #mailSettingsBtn {
    margin-top: 18px;
}

.panel-footer {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 45px !important;
}

.wrapCell {
    word-wrap: break-word !important;
    white-space: normal !important;
}

#systemInfoBtn {
    width: 300px;
}

.infoLbl {
    font-weight: normal;
}

.infoLblMax {
    max-width: 240px !important;
}

.fht-thead thead {
    text-wrap: normal !important;
    height: auto !important;
    white-space: normal !important;
    max-height: unset !important;
}

.listViewTableHolderIntranet {
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: auto;
}

#FullScreenTableBookings table thead th {
    text-wrap: normal !important;
    /*height: auto !important;*/
    white-space: normal !important;
    max-height: unset !important;
}

.loadingLayouts {
    background-color: lightgrey;
    pointer-events: none;
}
.loadingEmails {
    background-color: lightgrey;
    pointer-events: none;
}

.loadingFade {
    transition: background-color .1s ease-in;
}

#pageBtnsNav {
    float: right;
    padding-bottom: 20px;
}



.cellHref:hover {
    background-color: transparent;
    text-decoration: none;
    color:inherit;
}

a.cellHref {
    color: inherit;
}

.label-as-badge{
    border-radius: 1em;
}



@media only screen and (max-width: 900px) {
    .setWidthModal {
        top: 2%;
        width: auto !important;
    }

    .maxWidth {
        max-width: 150px !important;
        padding-left: 10px !important;
    }
}
