@charset "utf-8";
/* CSS Document */
body, html {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    height: 100%;
}

.style40 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

#headerWrapper {
    background-image: url(../images/common/header-background.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 127px;
    padding: 0px;
    margin: 0px;
}

#logoWrapper {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}

#loginBox {
    width: 267px;
    height: 76px;
    background-image: url(../images/common/login-box-background.jpg);
    background-repeat: no-repeat;
    float: right;
}

html, p, div {
    padding: 0px;
    margin: 0px;
}

html {
    overflow: -moz-scrollbars-vertical;
}


#navWrapper {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #2C2E36;
    background-color: #525461;
}

#navMenu {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    height: 37px;
    padding-top: 18px;
}

.subMenuWrapper {
    width: 100%;
    min-height: 35px;
    background-color: #C6C7CE;
}

.subMenu {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    min-height: 35px;
}

.sub-menu-items {
    display: flex;
    gap: 1em;
    justify-content: space-evenly;
    align-items: stretch;
    padding-top: 1em;
    padding-bottom: 1em;
}

.navMenuLinks {
    color: #FFFFFF;
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin-right: 65px;
}

.subMenuLinks {
    color: #333333;
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    /*margin-right: 65px;*/
    /*position: relative;*/
    /*top: 7px;*/
    /*left: 55px;*/
}

#contentWrapper,
.content-wrapper {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.popup-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    background-color: white;
}

.popup-wrapper .popup-title {
    background-color: #E2E3E7;
    height: 30px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666666;
    padding-left: 17px;
    padding-right: 17px;

    display: flex;
    flex-direction: row;
    align-items: center
}

.popup-wrapper .popup-body {
    background-color: #F1F1F3;
    border: 1px solid #DADBE0;
    margin-top: 1px;
    padding: 20px 20px 25px;
}

.popup-wrapper .popup-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.popup-wrapper .popup-form input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
}

.popup-wrapper .popup-body .popup-form-element {
    display: grid;
    grid-column-gap: 1rem;
    grid-template-columns: 90px auto;
}

.popup-wrapper .popup-body .popup-form-row {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

.popup-wrapper .popup-body .popup-form-row.vertical {
    flex-direction: column;
}

.popup-wrapper {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 13px;
}

.delete-icon,
.delete-button {
    border: 0;
    background-color: transparent;
    color: red;
    cursor: pointer;
}

.delete-button:hover {
    text-decoration: underline;
}

.popup-wrapper .popup-body .popup-form-row-label,
.popup-wrapper .popup-body .popup-form-element .popup-label {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 13px;
    padding-left: 0.25rem;
}

.popup-wrapper .popup-body .popup-field {

}

.popup-field-error {
    color: red;
    font-weight: bold;
}

.file-list {

}

.file-list > li {
    list-style: none;
}

.popup-label ul,
.popup-label li {
    margin: revert;
    padding: revert;
    margin-top: 0;
    margin-bottom: 0;
}

.popup-label li {
    list-style: '-';
    padding-left: 0.5rem;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.radio-item {
    cursor: pointer;
}

#popupContentWrapper,
.popup-content-wrapper,
.popupContentWrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.content-title,
#contentTitle {
    height: 30px;
}

.box-titles {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666666;
    margin-left: 7px;
    text-decoration: none;
}

#contentSection,
.contentSection,
.content-section
{
    width: 938px;
    background-color: #F1F1F3;
    border: 1px solid #DADBE0;
    /*margin-top: 1px;*/
    padding: 20px;
    padding-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

#popupContentSection, .popupContentSection, .popup-content-section {
    background-color: #F1F1F3;
    border: 1px solid #DADBE0;
    margin-top: 1px;
    padding: 20px;
    padding-bottom: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

#contentLeft {
    float: left;
}

#contentRight {
    float: left;
    margin-left: 20px;
}

#contentSectionLeft {
    width: 657px;
    background-color: #F1F1F3;
    border: 1px solid #DADBE0;
    padding: 20px;
    padding-bottom: 50px;
    margin-top: 1px;
}

#contentSectionRight {
    width: 239px;
    background-color: #F1F1F3;
    border: 1px solid #DADBE0;
    padding: 20px;
    margin-top: 1px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.field-titles,
.popup-field {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 13px;
}

.fields {
    margin-top: 5px;
}

#divider {
    width: 940px;
    height: 1px;
    background-color: #dddddd;
}

#smallDivider {
    width: 241px;
    height: 1px;
    background-color: #dddddd;
}

#footer {
    background-image: url(../images/common/footer-background.jpg);
    background-repeat: repeat-x;
    height: 70px;
    width: 100%;
    margin-top: 80px;
}

.graph-key-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin-top: 8px;
}

.normal-text {
    font-size: 13px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

.emailNotice {
    width: 697px;
    background-color: #F2F0D0;
    border: 1px solid #E1DB8C;
    margin-top: 1px;
    min-height: 60px;
}

.noteNotice {
    width: 697px;
    background-color: #F2F0D0;
    border: 1px solid #E1DB8C;
    margin-top: 1px;
    min-height: 60px;
}


.issueNotice {
    width: 697px;
    background-color: #F5E8E8;
    border: 1px solid #DFB2B2;
    margin-top: 1px;
    height: 60px;
}

.paymentsNotice {
    width: 697px;
    background-color: #E8F6E9;
    border: 1px solid #B2E1B7;
    margin-top: 1px;
    height: 60px;
}

.cmsNotice {
    width: 697px;
    background-color: #EAEDF7;
    border: 1px solid #B8C3E4;
    margin-top: 1px;
    height: 60px;
}

.arrivalNotice, .departureNotice {
    width: 697px;
    background-color: #F1F1F1;
    border: 1px solid #DDDDDD;
    margin-top: 1px;

}

#errorNotice {
    width: 958px;
    background-color: #F5E8E8;
    border: 1px solid #DFB2B2;
    margin-top: 1px;
    height: 40px;
    padding-left: 20px;
    margin-bottom: 30px;
}

#successNotice {
    width: 958px;
    background-color: #E8F6E9;
    border: 1px solid #B2E1B7;
    margin-top: 1px;
    height: 40px;
    padding-left: 20px;
    margin-bottom: 30px;
}

table.editable-table thead tr,
.tableTitles {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    height: 30px;
}

.style37 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    text-decoration: underline
}

.style38 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    text-decoration: none
}

.style40 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

.style19 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}

.style22 {
    font-size: 14px
}

.style23 {
    font-size: 24px
}

.jslink {
    cursor: pointer;
}

.bookingsLegend {
    padding: 0;
    margin: 0;
}

.bookingsLegend td {
    padding: 0;
    margin: 0;
}

.bookingsLegend th {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #666666;
}

td span.availability_object {
    border: none;
    width: 60px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

td span.overlay_text {
    position: absolute;
    left: 25px;
    top: 5px;
    z-index: 1;
}

td span.booked_am {
    background: linear-gradient(-22deg, transparent 50%, #e7cdc9 50%);
}

td span.booked_pm {
    background: linear-gradient(-22deg, #e7cdc9 50%, transparent 50%);
}

td span.notoffered_am {
    background: linear-gradient(-22deg, transparent 50%, #cb0000 50%);
}

td span.notoffered_pm {
    background: linear-gradient(-22deg, #cb0000 50%, transparent 50%);
}


td span.available_am {
    background: linear-gradient(-22deg, transparent 50%, #bbdbcb 50%);
}

td span.available_am_peak {
    background: linear-gradient(-22deg, transparent 50%, #5a57fe 50%);
}

td span.available_am_school {
    background: linear-gradient(-22deg, transparent 50%, #FF8C00 50%);
}

td span.available_am_midseason {
    background: linear-gradient(-22deg, transparent 50%, #b4b3ff 50%);
}

td span.available_pm {
    background: linear-gradient(-22deg, #bbdbcb 50%, transparent 50%);
}

td span.available_pm_peak {
    background: linear-gradient(-22deg, #5a57fe 50%, transparent 50%);
}

td span.available_pm_school {
    background: linear-gradient(-22deg, #FF8C00 50%, transparent 50%);
}

td span.available_pm_midseason {
    background: linear-gradient(-22deg, #b4b3ff 50%, transparent 50%);
}

td span.cleaning_am {
    background: linear-gradient(-22deg, transparent 50%, #f3f0d1 50%);
}

td span.cleaning_pm {
    background: linear-gradient(-22deg, #f3f0d1 50%, transparent 50%);
}

td div.filler {
    width: 60px;
    height: 24px;
    display: block;
}

.container-title,
.dashboardContentTitle {
    box-sizing: border-box;
    padding: 10px;
    background: rgb(235, 235, 235);
    background: linear-gradient(180deg, rgba(235, 235, 235, 1) 0%, rgba(191, 191, 191, 1) 100%);
    border-radius: 8px 8px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
}

/*.container-body {*/
/*    border: 1px solid #919B9C;*/
/*    border-top: 0;*/
/*    box-sizing: border-box;*/
/*    padding: 0.5em;*/
/*    font-family: Arial, Helvetica, sans-serif;*/
/*}*/

table.editable-table {
    width: 100%;
    border-collapse: collapse;
}

table.editable-table td,
table.editable-table th {
    padding: 0.5em;
}

table.editable-table thead th {
    font-weight: bold;
}

table.editable-table thead tr {
    background-color: #F2F0D0;
}

table.editable-table tbody tr {
    background-color: #ffffff;
    border-bottom: 1px solid #DADBE0;
}

table.editable-table tbody td.button-cell {
    text-align: right;
}

table.editable-table thead th.centered,
table.editable-table tbody td.centered {
    text-align: center;
}

.booking-summary {
    font-family: Arial, Helvetica, sans-serif;
    display: grid;
    grid-template-columns: 1fr 4fr 100px 100px;
    grid-template-areas:
        "ref gst dtf dtt"
        "ref gst dtf dtt"
        "ref prp dtf dtt";
    margin-bottom: 0.5em;
    box-sizing: border-box;
    color: #22326d;
}

.booking-summary .booking-reference {
    font-size: 2em;
    font-weight: 800;
    grid-area: ref;
    align-self: start;
}

.booking-summary .property {
    font-size: 1.25em;
    font-weight: lighter;
    grid-area: prp;
}

.booking-summary .guest {
    grid-area: gst;
    align-self: center;
}

.booking-summary .guest-name {
    font-size: 1.75em;
    font-weight: bold;
}

.booking-summary .guest-email {
    font-size: 1em;
    font-weight: 300;
}

.booking-summary .date-from {
    grid-area: dtf;
    justify-self: end;
}

.booking-summary .date-to {
    grid-area: dtt;
    justify-self: end;
}

.booking-summary .date {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
		"ttl ttl"
		"day day"
		"mth yer";
}

.booking-summary .date .date-title {
    grid-area: ttl;
    text-align: center;
}

.booking-summary .date .date-year {
    grid-area: yer;
    text-align: center;
}

.booking-summary .date .date-month {
    grid-area: mth;
    text-align: center;
}

.booking-summary .date .date-day {
    grid-area: day;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}


.communications-history {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.communications-history .communication {
    box-sizing: border-box;
    border: 1px solid rgb(232, 232, 232);
    display: flex;
    flex-direction: column;

    border-radius: 3px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s;
    margin-bottom: 1em;
}

.communications-history .communication:last-child {
    margin-bottom: 0;
}

.communications-history .communication .header {
    box-sizing: border-box;
    display: grid;
    grid-template-rows: 25px;
    grid-template-columns: 175px 75px 1fr 120px 50px;
    grid-template-areas: "date time lgby rght edit";
    border-bottom: 1px solid rgb(232, 232, 232);
    background-color: rgb(250, 250, 250);
    padding: 10px 0.5em;
}

.communications-history .communication .header.has-group {
    background-color: #f2f59c;
}

.communications-history .communication:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.communications-history .logged-by {
    box-sizing: border-box;
    grid-area: lgby;
    font-size: 1.25em;
    justify-self: center;
    align-self: center;
}

.communications-history .create-date {
    box-sizing: border-box;
    grid-area: date;
    font-size: 1.25em;
    justify-self: center;
    align-self: center;
}

.communications-history .create-time {
    box-sizing: border-box;
    grid-area: time;
    font-size: 1.25em;
    justify-self: center;
    align-self: center;
}

.communications-history .direction {
    box-sizing: border-box;
    grid-area: dire;
    align-self: center;
    font-size: 1.25em;
    align-self: center;
}

.communications-history .right-side {
    box-sizing: border-box;
    grid-area: rght;
    justify-self: start;
    display: flex;
    flex-direction: row;
    padding-right: 1em;
    /*gap: 1em;*/
}

.communications-history .type-and-category {
    box-sizing: border-box;
    justify-self: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    margin-right: 1em;
}

.communications-history .type-and-category:last-child {
    margin-right: auto;
}

.communications-history .pinned {
    box-sizing: border-box;
    justify-self: center;
    align-self: center;
}

.communications-history .type {
    box-sizing: border-box;
    grid-area: type;
    font-size: 1.25em;
    justify-self: center;
    align-self: center;
}

.communications-history .category {
    box-sizing: border-box;
    grid-area: cate;
    justify-self: center;
    align-self: center;
}

.communications-history .edit-button {
    box-sizing: border-box;
    grid-area: edit;
}

.communications-history .edit-button button {
    cursor: pointer;
}

.communications-history .requires-further-action {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 2em 1fr 2em;
    background-color: rgb(242, 208, 208);
    border-bottom: 1px solid #e18c8c;
    color: #ad0a0a;
    font-weight: bold;
    padding: 0 1em;
}

.communications-history .requires-further-action .icon {
    font-size: 1.5em;
    font-weight: bold;
    justify-self: center;
    align-self: center;
    width: 1em;
}

.communications-history .requires-further-action .text {
    font-size: 1em;
    align-self: center;
}

.communications-history .requires-further-action .tick {
    font-size: 1em;
    justify-self: center;
    align-self: center;
}

.communications-history .content {
    box-sizing: border-box;
    padding: 1em;
    grid-area: cont;
    font-size: 1.5em;
}

@media (min-width: 900px) {
    .communications-history {
        width: 900px;
    }
}


.pinned-communications {
    box-sizing: border-box;
    padding-bottom: 2em;
    border-bottom: 2px solid #dd5900;
    margin-bottom: 2em;
}

label.field {
    cursor: pointer;
}

.pinned-communications .section-header {
    font-size: 32px;
    margin-bottom: 0.5em;
}

a.link-container {
    text-decoration: none;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    align-content: flex-start;
}

.site-header {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    align-items: center;
}

.site-header-logo-and-instance-name {
    display: flex;
    flex-direction: column;
}

.site-header-instance-name {
    font-weight: bold;
    color: #11e22d;
}

.login-header {
    justify-content: center;
}

.site-header .site-header-logo {
    width: 360px;
}

.site-header .commission-graph-box {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0;
}

.site-header .commission-graph-image {
    height: 15px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.site-header .login-box {
    width: 300px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 1em;
    box-shadow: 0 0.25rem 0.5rem rgba(44, 50, 52, 0.3);
    font-size: 14px;
}

.site-header .logout-button {
    color: #121e3c;
    font-weight: bold;
}

.site-header .commission-description {
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.site-header .principal-container {
    text-align: right;
}

.site-header .commission-description .loading-spinner {
    margin-left: 0.5em;
}

.login-section {
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: 100%;
}

.login-bar {
    width: 100%;
    box-sizing: border-box;
    background-color: #525461;
    border-top: 1px solid #2C2E36;
    border-bottom: 1px solid #2C2E36;
}

.login-failure-message {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.login-bar .login-form {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    grid-column-gap: 1em;
    grid-row-gap: 0.25em;
    grid-template-areas:
			"userlabel passlabel -"
			"userfield passfield submit";
    color: white;
    padding: 0.5em;
}

.login-bar .login-form .login-form-username-label {
    grid-area: userlabel;
}

.login-bar .login-form .login-form-username-field {
    grid-area: userfield;
    font-size: 1.5em;
}

.login-bar .login-form .login-form-password-label {
    grid-area: passlabel;
}

.login-bar .login-form .login-form-password-field {
    grid-area: passfield;
    font-size: 1.5em;
}

.login-bar .login-form .login-form-submit-button {
    grid-area: submit;
    background-color: rgb(24, 126, 165);
    font-weight: 600;
    line-height: 1.25rem;
    padding: 0.875rem 1.25rem;
    font-size: 0.875rem;
    cursor: pointer;
    color: white;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: rgba(44, 50, 52, 0.3) 0px 4px 8px 0px;
    box-sizing: border-box;

    border: 0;
}

.login-failure-message {
    margin-top: 1em;
    box-sizing: border-box;
    padding: 1em;
    color: #d11313;
    background-color: #FEEFB3;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.login-failure-message .alert-icon {
    color: #d11313;
    font-size: 2em;
    margin-right: 0.5em;
}

.site-body {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background-color: var(--main-background-colour, white);
}

.site-body .site-header {

}

.site-body .site-main {

}

.site-body .site-footer {
    min-height: 80px;
    background-color: rgb(189, 169, 152);
    font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.875em;
    color: white;
    margin-top: 1em;
}

.site-body .site-footer .site-footer-content {
    width: 550px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.site-body .site-footer a {
    color: white;
}

.site-body .site-footer a:any-link {
    color: white;
}

.new-form {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.new-form label {
    font-weight: bold;
}

.new-form .form-labelled-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25em;
}


.new-form .form-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1em;
}

.new-form .checkbox-label {
    font-weight: normal;
    cursor: pointer;
}

.new-form .input[type=checkbox] {
    cursor: pointer;
}

.hasDatepicker {
    cursor: pointer;
    text-align: center;
    width: 7em;
}

.new-form button,
.new-form input,
.new-form select,
.new-form textarea {
    font-size: 1.5em;
}

.communication-iframe {
    border: 0;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
}

/*.section {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 0;*/
/*    font-family: Arial, Helvetica, sans-serif;*/
/*    font-size: 15px;*/
/*    color: #666666;*/
/*}*/

/*.section-heading {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    justify-items: start;*/
/*    padding: 10px;*/
/*    background: linear-gradient(180deg, rgba(235, 235, 235, 1) 0%, rgba(191, 191, 191, 1) 100%);*/
/*    border-radius: 8px 8px 0px 0px;*/
/*}*/

/*.section-body {*/
/*    box-sizing: border-box;*/
/*    background-color: #F1F1F3;*/
/*    border: 1px solid #DADBE0;*/
/*    border-top: 0;*/
/*    padding: 20px 20px 50px;*/
/*}*/