/* input(931,21): run-time error CSS1030: Expected identifier, found '.'
input(931,55): run-time error CSS1025: Expected comma or open brace, found ')'
input(935,21): run-time error CSS1030: Expected identifier, found '.'
input(935,55): run-time error CSS1025: Expected comma or open brace, found ')'
input(1045,44): run-time error CSS1030: Expected identifier, found '.'
input(1045,69): run-time error CSS1025: Expected comma or open brace, found ')'
input(1062,44): run-time error CSS1030: Expected identifier, found '.'
input(1062,69): run-time error CSS1025: Expected comma or open brace, found ')' */
:root{
    --event-diary-room-width:117px;
}
/*---------------------------------------------------------------EVENT DIARY-----------------------------------------------------*/
.event-diary-cont {
    width: 100%;
}

.event-diary {
    width: 100%;
    background: white;
    position: relative;
    top: 86px; /*82*/
    margin-left: 11px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*--------------------Font Size--------------------*/
.control-inline-input {
    display: inline-block;
    height: 38px;
    vertical-align: top;
}

.control-inline-input > div {
    display: inline-block;
    vertical-align: middle;
}

.control-inline-input img {
    width: 12px;
    position: relative;
}

.control-inline-input input {
    border: none;
    width: 44px;
    padding: 10px 0px;
    padding-left: 8px;
    font-size: 9.4pt;
}



/*--------------------------------------ROOMS-----------------------------------*/

.ed-rooms {
    width: var(--event-diary-room-width);
    position: fixed;
    background: white;
    z-index: 40;
    overflow: hidden;
    box-shadow: 1px 0px 10px rgba(20, 22, 23, 0.02);
}

.ed-rooms-scroll {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 22px;
    width: calc(var(--event-diary-room-width) + 22px);
}

.ed-room {
    padding: 10px;
    vertical-align: top;
    width: var(--event-diary-room-width);
    border-bottom: 1px solid var(--ed-border-color);
    border-right: 2px solid var(--ed-border-color);
    background: white;
    font-size: var(--default-font-size);
    color: var(--dark-text);
    transition: .25s ease-in-out;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
}

.event-diary-el .ed-room {
    white-space: nowrap;
}

.time-display-room {
    height: 56px;
    position: fixed;
    width: var(--event-diary-room-width);
}

.ed-rooms .ed-row {
    width: 130px;
    width: calc(var(--event-diary-room-width) + 13px);
}

.ed-room-ev {
    background: white;
    padding: 0px;
    padding-left: 5px;
    padding-top: 4px;
    overflow: hidden;
    cursor: pointer;
}

html body .ed-room.ed-room-ev-selected {
    background: var(--header-bg);
    color: white;
}
/*-----------------------------------------GRID------------------------------------*/
.ed-grid {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    position: fixed;
    left: 139px;
    left: calc(var(--event-diary-room-width) + 22px);
    width: 90.7%;
    z-index: 20;
    overflow: scroll;
}
/*----------------------------------------ROWS---------------------------------*/
.ed-row {
    width: 100%;
    margin: 0;
    padding: 0;
    transition: .15s ease-in-out;
}
/*----------------------------------TIMES HEAD--------------------------*/
.ed-header {
    position: fixed;
    background: white;
    z-index: 500;
    height: 56px;
    overflow: hidden;
    background: white;
    left: 139px;
    left: calc(var(--event-diary-room-width) + 22px);
}

.ed-header-scroll {
    overflow-x: scroll;
}

.ed-head {
    display: inline-block;
    white-space: nowrap;
    margin-right: -4px;
    color: #475357;
    background: white;
}

.ed-head-time {
    display: inline-block;
    padding: 2px;
    padding-left: 9px;
    min-width: 55px;
    vertical-align: bottom;
    margin-right: -4px;
    font-size: 10pt;
    min-height: 25px;
    margin-top: 6px;
    border-left: 1px solid var(--ed-border-color);
    border-bottom: 1px solid var(--ed-border-color);
    color: var(--dark-text);
    font-weight: 700;
}

.ed-head-time span:nth-child(2) {
    font-size: 7.8pt;
    vertical-align: top;
    font-weight: 500;
}

.ed-head-date {
    padding: 5px;
    padding-left: 8px;
    padding-bottom: 2px;
    font-size: var(--default-font-size);
    height: 25px;
    border-radius: 0px;
    border-bottom: 1px solid var(--ed-border-color);
    color: black;
    background: var(--input-grey);
    position:relative;
}


html body .day-function-sheet {
    background: var(--header-bg);
    cursor: pointer;
    color: white;
    border-radius: 40px;
    text-align: center;
    position:absolute;
    padding:6px 10px;
    top:0px;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width:95%;
    min-width:80%;
    text-align:center;
    font-weight:600;
}


/*-----------------------------------CELLS------------------------------*/
.ed-cell-block {
    display: inline-block;
    white-space: nowrap;
    height: 49px;
    margin-right: -4px;
    position: relative;
}

.ed-cell {
    min-width: 55px;
    height: 49px;
    display: inline-block;
    margin-right: -4px;
    background: white;
    position: relative;
}

.ed-full-capacity {
    position: absolute;
    font-size: 6.4pt;
    width: 93%;
    left: 3%;
    background: var(--header-bg);
    color: white;
    font-weight: 600;
    padding: 4px 0px;
    top: 3px;
    border-radius: 2px;
    text-align: center;
}

html body .ed-row .ed-cell-block .ed-cell.ed-cell-weekend{
    background:#ecf5ff;
    
}

.ed-row .ed-cell-block .ed-cell.ed-cell-selected, html body .ed-row .ed-cell-block .ed-cell-selected.ed-cell-weekend {
    background: var(--ed-cell-selected-bg);
}

html body .ed-row .ed-cell-block .ed-cell.ed-cell-bank-holiday{
    background:#fef6ff;
    
}

.ed-row .ed-cell-block .ed-cell.ed-cell-selected, html body .ed-row .ed-cell-block .ed-cell-selected.ed-cell-bank-holiday{
    background: var(--ed-cell-selected-bg);
}


/*----------------------------------------BORDERS--------------------------------------*/
.ed-cell {
    border-bottom: 1px solid var(--ed-border-color);
    border-left: 1px solid var(--ed-border-color);
    touch-action: manipulation;
}

.ed-cell-block, .ed-head {
    border-left: 2px solid var(--ed-border-color);
}

.ed-cell-block:first-child, .ed-head-time:first-child, .ed-head:first-child {
    border-left: none;
}

.ed-cell:first-child, .ed-head-date {
    border-left: none;
}

.ed-row .ed-cell-block .ed-cell {
    background: white;
}

.ed-row .ed-head-time {
    border-top: none;
}

.ed-row .ed-head-date {
    border-top: none;
}

.ed-row.ed-row-information .ed-room {
    color: #0091e2;
    text-transform: uppercase;
}

.time-display-room {
    background: white !important;
}

/*-----------------------------------EVENTS------------------------------------*/

.ed-event {
    position: absolute;
    top: 0;
    /* font-size:7.2pt;*/
    white-space: normal;
    margin-top: 2px;
    color: white;
    transition: top .25s ease-in-out;
    font-weight: 600;
    color: rgba(255,255,255,1);
    line-height: 1.3;
    border-radius: 4px;
    box-shadow: 0px 0px 8px rgba(20, 22, 23, 0.05);
}

.ed-event-relative {
    position: relative;
    height: 100%;
    width: 100%;
}

.ed-event-overflow {
    overflow: hidden;
    border: 7px solid transparent;
    border-top-width: 7px;
    border-bottom-width: 8px;
    padding-left: 2px;
    height: 100%;
    width: 100%;
    z-index: 200;
    border-radius: 4px;
    background: var(--ed-event-bg);
}

.ed-event span {
    display: block;
}

.ed-event-eq .ed-event-overflow {
    background: var(--ed-event-enquiry-bg);
}

.ed-event-pv .ed-event-overflow {
    background: var(--ed-event-provisional-bg);
}

.ed-event-ct .ed-event-overflow {
    background: var(--ed-event-confirmed-bg);
}

.ed-event-using-event-type .ed-event-overflow {
    background: var(--ed-event-provisional-bg);
}

html body .ed-event-composite .ed-event-overflow {
    /*background:#3d4fb3!important;*/
    /* background:#9d9d9d!important;*/
}

.ed-event-composite-event {
    width: 99%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 0px;
    left: 3px;
    border-radius: 4px;
    z-index: 201;
}

html body .ed-event-information .ed-event-overflow {
    background: #5f7c8a;
}

.ed-event-ne-marker .ed-event-overflow {
    background: #e71e62;
}

.ed-event-room, .ed-event-delegates {
    font-family: sans-serif;
}

/*--------corner flag---------*/
.ed-event-status-corner-cont {
    position: relative;
    z-index: 200;
}

.ed-event-status-corner {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-top: 7px solid transparent;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-left: 7px solid transparent;
    border-bottom: 7px solid;
    border-right: 7px solid;
    border-radius: 4px;
}

/*-----EVENT LIST EVENT----*/
.event-diary-el .ed-event {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
}

.event-diary-el .active-event {
    color: white;
    box-shadow: -2px 2px 15px rgba(0,0,0,0.5);
}
/*----------EVENT SELECTED-------*/
.ed-event.ed-event-selected {
    cursor: pointer;
    color: white;
    box-shadow: 0px 0px 30px rgba(31, 44, 57, 0.18);
}




/*----------------------------STICKY INFO BAR------------------------------*/
.ed-row-information-sticky {
    position: fixed;
    z-index: 2;
    overflow: hidden;
}

.ed-row-information-sticky .ed-cells {
    overflow-x: auto;
    overflow-y: hidden;
}



/*----------------------------RezLynx Summary------------------------------*/

/*-------------------Title-----------------*/

.rzlx-title {
    font-size: var(--default-font-size);
    padding: 3px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: var(--body-control-title);
}

.rzlx-title img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.rzlx-title p {
    display: inline-block;
    vertical-align: middle;
}



/*-------------------Availability-----------------*/
.rzlx-Avail {
    cursor: pointer;
    display: flex;
    justify-content: center;
    background: white;
    border-radius: 20px;
    margin-bottom: 5px;
    padding: 3px 8px;
    box-shadow: var(--input-box-shadow);
}

.rzlx-Avail > div {
    font-size: var(--default-font-size);
    padding: 3px;
}

.rzlx-Avail > div:nth-child(1) {
    margin-right: 4px;
}

.rzlx-Avail > div:nth-child(1) img {
    width: 12px;
}

.rzlx-Avail > div:nth-child(2) {
    color: black;
    flex-basis: 170px;
    text-align: left;
    text-transform: lowercase;
}

.rzlx-Avail > div:nth-child(2):first-letter {
    text-transform: capitalize;
}

.rzlx-Avail > div:nth-child(3) {
    color: white;
    background: var(--header-bg);
    padding-top: 5px;
    height: 20px;
    width: 22px;
    border-radius: 30px;
    font-size: 8pt;
    font-weight: 600;
}

html body .rzlx-Avail > .rzlx-unavailable {
    background: #f04135;
}

/*------------------------------SETUP-DATES-------------------------*/
.ed-setup-dates{
    text-align:center;
}
.ed-setup-dates input, .ed-setup-dates label{
    vertical-align:top;
}
.ed-setup-dates-date i{
    font-size:20pt;
    padding:0px;
    position:relative;
    top:2px;
    border-radius:0px;
    color:#4baff2;
    margin:0px -2px;
}
.ed-setup-dates-date i:hover{
    background:#e4e6e8;
}
.ed-setup-dates-date > div{
    padding:0px 0px;
    cursor:pointer;
    vertical-align:middle;
}
.ed-setup-dates > div > div:nth-child(3){
    margin-top:2px;
}

/*---------------------------FILTERS/FEATURES--------------------------*/
.ed-setup-filters select, .ed-setup-features select, .ed-setup-layout select{
    display:block;
    margin-bottom:1px;
    width:125px;
}
.ms-rooms{
    z-index:1000000;
}
.ed-popup-cont{
    display:none;
    position:relative;
    z-index:210;
}
.ed-popup-loading{
    text-align:center;
    padding-top:112px;
    padding-bottom:112px;
}
.ed-popup-loading img{
    width:40px;
}
.ed-popup{
    position:absolute;
    z-index:210;
   /* background:var(--window-background);*/
    background:white;
    width:606px;
    box-shadow:var(--popup-window-box-shadow);
    border-radius:5px;
    left:60%;
    top:-5px;
    cursor:default;
    display:inline-block;
    color:var(--dark-text);
}
.ed-popup-locked-warning{
    background:var(--header-bg);
    font-size:8.4pt;
    padding:5px 10px;
    z-index:0;
    border-radius:2px 2px 0px 0px;
    color:white;
}
.ed-popup-header{
    font-weight:600;
    font-size:var(--default-font-size);
    color:white;
    padding:13px 22px;
    padding-bottom:0px;
    color:black;
    border-radius:2px 2px 0px 0px;
    position:relative;
}
.ed-popup-header > div{
    display:inline-block;
    vertical-align:middle;
    
}
.ed-popup-header > div:nth-child(1){
    width:245px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
html body .ed-popup-header img{
    display:inline-block;
    width:14px;
    margin-right:5px;
    vertical-align:middle;
}
html body .ed-popup-header span{
    display:inline-block;
}
.ed-popup .ed-popup-header .window-button{
    width:155px;
}
.ed-popup .window-button:hover{
    background:#ebeff3
}

.ed-popup-body{
    padding:14px 22px;  
}
.ed-popup-body > div{
    margin-bottom:12px;
    position:relative;
}
.ed-popup > div > div > div{
    display:inline-block;
    margin-right:5px;
    vertical-align:middle;
}
.ed-popup > div > div > div > div{
    display:inline-block;
    margin-right:5px;
}
.ed-popup .window-label{
    vertical-align:middle;
    margin-right:7px;
}
.ed-popup .window-input{
    font-size:var(--default-font-size);
    vertical-align:middle;
    background:var(--input-grey);
}

.ed-popup .checkbox-div.checkbox-selected{
    color:white;
}
html body .ed-popup .edp-id{
    width:60px;
}
html body .ed-popup .edp-code{
    width:280px;
}
html body .ed-popup .edp-status{
    width:185px;
}
html body .ed-popup .edp-name{
    width:329px;
}
html body .ed-popup .edp-delegates{
    width:90px;
}
html body .ed-popup .edp-date{
    width:90px;
}
html body .ed-popup .edp-time{
    width:93px;
}
html body .ed-popup .edp-room{
    width:165px;
}
html body .ed-popup .edp-layout{
    width:138px;
}
.ed-popup-buttons{
    height:25px;
}
.ed-popup-button{
    float:right;
    margin-left:5px;
}
.ed-popup .window-button{
    width:90px;
    text-align:center;
    padding:6px;
    height:27px;
    position:relative;
    background:var(--input-grey);
}
.ed-popup .small-button{
    height:27px;
    padding:6px 20px;
}
.ed-popup .window-button span, .ed-popup .small-button span{
    display:inline;
}
html body .ed-popup .nullable-checkbox{
    padding:4px 10px;
}
html body .b-top {
    width: 1256px;
    min-width: 1040px;
}

html body .b-left {
    width: 895px;
    margin-right: 7px;
}

html body .b-right {
    width: 310px;
}

.window-b-bottom {
    min-width: 1040px;
}
/*-------------------BOOKING LEFT LEFT------------------*/
html body .b-left-left {
    width: 35%;
}

.b-left-left > div {
    display: inline-block;
    margin-right: 10px;
}

html body .b-left-left .window-label {
    margin-right: 5px;
}

.wId {
    width: 90px;
}

.bCode, .ebCode {
    width: 140px;
}

.bStatus, .ebStatus {
    width: 260px;
}
/*-------------------BOOKING LEFT RIGHT--------------------*/
html body .b-left-right {
    width: 64.5%;
}

html body .b-left-right .window-label {
    width: 90px;
}

.bBookingName, .bDisplayName, .ebEventName, .ebDisplayName {
    width: 478px;
}
/*------------------BOOKING SPLIT---------------------*/
html body .b-split > div {
    display: inline-block;
    width: 17.3%;
    vertical-align: top;
    margin-right: 5px;
}

.b-split .window-inverted {
    height: 88px;
}

.b-split > div:nth-child(1) .window-label {
    width: 45px;
}

.bArrive, .bDepart {
    width: 99px;
}

.b-split > div:nth-child(2) {
    width: 15%;
}

.b-split > div:nth-child(3) {
    width: 12%;
}

.b-split > div:nth-child(3) .window-label {
    width: 25px;
}

.bFcst, .bMin {
    width: 60px;
}

.b-split > div:nth-child(4) {
    width: 17%;
}

.b-split > div:nth-child(4) .window-label {
    width: 30px;
}

.bPot, .bItemRevenue {
    width: 100px;
}

.b-split > div:nth-child(5) {
    width: 34.6%;
    margin-right: 0px;
}

.b-split > div:nth-child(5) .window-label {
    width: 80px;
}

.b-split > div:nth-child(5) select {
    width: 223px;
}

.flexiDatesCont {
    position: relative;
}

.bFlexiDatesInfoInput {
    min-width: 100%;
    max-width: 100%;
    min-height: 50px;
    font-size: 8pt;
}

.flexiDatesSelect > div {
    margin-bottom: 3px;
}

.flexiDatesClose {
    position: absolute;
    width: 15px;
    height: 35px;
    cursor: pointer;
    top: 2px;
    right: 5px;
    background: rgba(255,255,255,0.5);
    padding: 2px;
}

.flexiDatesClose img {
    width: 100%;
}

.bItemRevenueCont {
    position: relative;
}

.bItemRevenueLoading {
    width: 20px;
    position: absolute;
    right: 22px;
    top: 5px;
}

html body .bItemRevenueUpdated {
    position: absolute;
    width: 12px;
    top: 8px;
    right: 27px;
}

/*----CGC Venue-----*/
.booking-venue{
    color:white;
    padding:7px 10px;
    text-align:center;
    border-radius:40px;
    font-size:var(--default-font-size);
    font-weight:600;
}

/*----------Shared Table Plan----------*/
.wmb-shared-table-plan .window-label{
    margin-right:10px;
}

.bSharedTablePlan{
    width:300px;
}

/*--------------------------PRIMARY CONTACT---------------------------*/
.manage-booking .window-primary-contact-split > div {
    display: inline-block;
    margin-right: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manage-booking .window-primary-contact-split > div .window-label {
    width: 60px;
}

.manage-booking .window-primary-contact-split > div:nth-child(1) {
    width: 250px;
}

.manage-booking .window-primary-contact-split:nth-child(1) > div:nth-child(2) {
    width: 200px;
}

.manage-booking .window-primary-contact-split:nth-child(1) > div:nth-child(3) {
    width: 300px;
}

.manage-booking .window-primary-contact-split:nth-child(2) > div:nth-child(2) {
    width: 600px;
}

.manage-booking .wpc-contact-cont {
    width: 180px;
}

.manage-booking .wpc-address-cont {
    width: 88%;
}

.manage-booking .wpc-phone-cont {
    width: 60%;
}

.manage-booking .wpc-email-cont {
    width: 220px;
}

/*-------Departments------*/
.manage-booking:has(.window-primary-contact-department) .window-primary-contact-split:nth-child(2) > div:nth-child(2){
    width:200px;
}

.manage-booking:has(.window-primary-contact-department) .window-primary-contact-split:nth-child(2) > div:nth-child(3){
    width:400px;
}

html body  .manage-booking .window-primary-contact-department .window-label{
    width:70px;
}


/*-----------------------------------------------BOOKING TABS-------------------------------------------------*/
/*--------------------------LOG--------------------*/
.log-document-tr-signed-icon {
    display: inline;
    vertical-align: middle;
    margin-right: 3px;
}

.log-document-tr-signed-icon img {
    width: 13px;
}

.window-tab-body-log b{
    font-weight:bold;
}

html body .log-portal-tr .log-activity{
    height:13px;
    overflow:hidden;
}

html body .log-portal-tr.expanded .log-activity{
    height:unset;
}

/*-----------------------CANCELLED-----------------*/
.booking-cancelled .window-label {
    width: 140px;
}

.booking-cancelled .window-input {
    width: 300px;
    background: var(--input-grey);
    position: relative;
}

.booking-cancelled textarea {
    min-height: 70px;
    max-height: 100px;
    min-width: 300px;
    max-width: 300px;
}

.booking-cancelled-bedrooms-message{
    color:#d10f0f;
    margin-top:10px;
}


/*------------------------NOTEPAD------------------*/
.window-tab-body-notepad {
    padding-left: 3px;
}

html body .window .bNotepad {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    border: 1px solid #edf3f7;
    min-height: 235px;
}

html body .manage-booking .window-tab-body-notepad .ql-toolbar.ql-snow {
    border-top: none;
    background: white;
}

/*--------------------EVENT BOOKINGS---------------*/
.window-tab-body-event-bookings .cg-td-status, .window-tab-body-tasks .cg-td-status {
    margin-bottom: -4px;
}

/*-----------------------MARKETING-----------------*/
.booking-marketing-info {
    padding-left: 0px;
    margin-top: 5px;
    margin-left: 5px;
    width:700px;
}

.booking-marketing-info .window-label {
    width: 110px;
}

.booking-marketing-info .window-input {
    width: 280px;
    background: var(--input-grey);
    box-shadow: var(--invert-input-box-shadow);
    /*-new-*/
    box-shadow: none;
}

.booking-marketing-booking-source{
    display:inline-block;   
}

.bBookingParentSource{
    margin-right:10px;
}

/*---------------------STAFF ROLES------------------*/
html body .window-tab-body-staff-roles:has(.booking-staff-roles-left) > div{
    display: flex;
}

.booking-staff-roles-left {
    width: 320px;
    border-right:1px solid #edf3f7;
}

.booking-staff-roles-left .window-label{
    width:100px;
}

.booking-staff-roles-left select{
    width:200px;
}

html body .window-tab-body-staff-roles:has(.booking-staff-roles-left) .booking-staff-roles-right{
    flex-grow:2;
}


/*---------------------ACCOUNTING------------------*/
.booking-accounting-left {
    display: inline-block;
    width: 22%;
    padding-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
    border: none;
    border-right: 1px solid #edf3f7;
}

.booking-left-title {
    background: white;
    padding: 10px;
    padding-top: 9px !important;
    height: 27px;
    margin-left: 0px;
    padding-left: 10px;
}

.booking-accounting-left > div {
    margin-bottom: 3px;
    padding-right: 10px;
}

.booking-accounting-left .window-label {
    width: 100px;
}

.booking-accounting-left .window-input {
    width: 140px;
    background: var(--input-grey);
}

.booking-accounting-right {
    width: 77%;
    display: inline-block;
    vertical-align: top;
    margin-left: -2px;
}

/*---------------------------------ADJUST BOOKING WINDOW TO FIT-------------------------------*/
@media screen and (max-width: 1256px) {
    html body .b-top {
        width: 100%;
    }

    html body .b-left {
        width: 73%;
        margin-right: 7px;
    }

    html body .b-right {
        width: 25%;
    }

    .window-b-bottom {
        width: 100%;
    }

    html body .b-left-left {
        width: 35%;
    }

    .b-left-left > div {
        display: inline;
        margin-right: 5px;
        width: 40%;
    }

    .bCode, .ebCode {
        width: 39%;
    }

    .bStatus, .ebStatus {
        width: 80%;
    }

    html body .b-left-right {
        width: 64.5%;
    }

    html body .b-left-right .window-label {
        width: 90px;
    }

    .bBookingName, .bDisplayName, .ebEventName, .ebDisplayName {
        width: 79%;
    }
    /*------------------BOOKING SPLIT---------------------*/
    html body .b-split > div {
        display: inline-block;
        width: 17%;
        vertical-align: top;
        margin-right: 3px;
    }

    .b-split > div:nth-child(1) .window-label {
        width: 30px;
    }

    .bArrive, .bDepart {
        width: 70%;
    }

    .b-split > div:nth-child(3) {
        width: 14%;
    }

    .bFcst, .bMin {
        width: 70%;
    }

    .b-split > div:nth-child(4) .window-label {
        width: 20px;
    }

    .bPot, .bItemRevenue {
        width: 70%;
    }

    .b-split > div:nth-child(5) {
        width: 33%;
    }

    .b-split > div:nth-child(5) .window-label {
        width: 70px;
    }

    .b-split > div:nth-child(5) select {
        width: 68%;
    }

    /*-------------------------------AUDIT--------------------------------*/
    html body .window-audit label {
        width: 90px;
    }

    html body .window-audit .window-input {
        width: 55%;
    }
    /*--------------------------PRIMARY CONTACT---------------------------*/
    .manage-booking .window-primary-contact-split:nth-child(1) > div:nth-child(2) {
        width: 160px;
    }

    .manage-booking .window-primary-contact-split > div .window-label {
        width: 50px;
    }

    .manage-booking .window-primary-contact-split:nth-child(2) > div:nth-child(2) {
        width: 65%;
    }

    .manage-booking .pcContactCont .custom-select, .manage-booking .pcCompanyCont .custom-select {
        width: 227px;
    }

    .manage-booking .pcPhoneCont label {
        width: 32px;
    }
}

/*-------------------------------------CONTACTS---------------------------------------*/
.create-primary-contacts .window-row > div:nth-child(1){
    width:41%;
    margin-right:10px;
}
.create-primary-contacts .window-row > div:nth-child(2){
    width:57%;
}
/*----------------------------CONTACT/PHONE---------------------------*/
.pcPhoneCont > div:nth-child(1){
    width:40%;
}
.pcPhoneCont > div:nth-child(1) input{
    width:130px;
}
.pcPhoneCont label{
    width:45px;
}
.pcPhoneCont > div:nth-child(2){
    width:57%;
}
.pcPhoneCont > div:nth-child(2) input{
    width:199px;
}
.pcAddressCont input{
    margin-left:3px;
}
.pcAddressCont div > input{
    width:19%
}
.pcAddressCont div > input[name="pcAddress"]{
    width:26%;
}
.pcAddressCont div > input[name="pcPostcode"]{
    width:16%;
}
.pcContactCont label, .pcCompanyCont label{
    width:65px;
}
.pcContactCont .custom-select, .pcCompanyCont .custom-select{
    width:270px;
}
.pc-email-opt-in{
    position:absolute;
    top:-5px;
    right:50px;
}
/*----------------------------------Matchday------------------------------*/
.ed-matchday{
    text-align:center;
    color:white;
    font-size:7.2pt;
    font-weight:600;
    width:96%;
    position:absolute;
    top:3px;
    left:5px;
    z-index:20;
}
.ed-matchday-selected{
    z-index:30;
}
.ed-matchday-totals{
    border-radius:3px;
    padding:5px;
    box-shadow:0px 0px 8px rgba(20, 22, 23, 0.05);
    background:white;
    width:98%;
    margin:1px auto;
    color:var(--dark-text);
    background:#eeeeee;
    margin-bottom:2px;
    cursor:pointer;
}
.ed-matchday-totals.ed-matchday-totals-over-booked{
    background:#f34135;
    color:white;
}

.ed-matchday-totals.ed-matchday-nearly-full{
    background:#fe9600;
    color:white;
}

.ed-matchday-totals.ed-matchday-totals-title{
    color:white;
    background:#e71e62;
}

.ed-matchday-table{
    width:100%;
}
.ed-matchday-table td{
    width:20%;
    padding:2px;
}
.ed-matchday-status{
    border-radius:3px;
    padding:5px;
    box-shadow:0px 0px 8px rgba(20, 22, 23, 0.05);
    cursor:pointer;
}


/*----------------------------Capacity Override--------------------------*/

html body .matchday-capacity-update{
    position:absolute;
    z-index:250;
    width:450px;
    text-align:left;
}
.matchday-capacity-update .window-body-border{
    padding:15px;
}


.event-planner {
    position: relative;
    top: 86px;
    margin-left: 11px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    overflow: auto;
    font-size: var(--default-font-size);
    color: var(--dark-text);
}

/*----------------Month------------------*/
.event-planner-month {
    flex-grow: 2;
    width: calc(100% / 12);
}

.event-planner-month-header {
    font-weight: bold;
    border-bottom: 1px solid var(--ed-border-color);
    border-right: 1px solid var(--ed-border-color);
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
}

.event-planner-month:last-child .event-planner-day, .event-planner-month:last-child .event-planner-month-header {
    border-right: none;
}

/*-----------------Day-------------------*/
.event-planner-day {
    border-bottom: 1px solid var(--ed-border-color);
    border-right: 1px solid var(--ed-border-color);
    display: flex;
    overflow: visible;
    align-items: center;
    padding: 2px 7px;
    min-height: calc(100% / 32);
}

.event-planner-day-header {
    font-size: 7.2pt;
    width: 20px;
}

.event-planner-day-day {
    margin-right: 0px;
    font-weight: 700;
    width: 22px;
}

.event-planner-day.ed-cell-selected {
    background: var(--ed-cell-selected-bg);
}

.event-planner-bank-holiday {
    color: #c345d8;
    background: #fef6ff;
}

/*-----------------Event-----------------*/
.event-planner-day-event-cont {
    overflow: hidden;
}

.ep-event {
    border-radius: 4px;
    color: white;
    white-space: nowrap;
    padding: 4px 6px;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-left: 3px;
    font-size: 7.2pt;
    font-weight: 600;
    overflow: visible;
}

.ep-event-blank {
    height: 17.6px;
}

