﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular.ttf);
}

@font-face {
    font-family: Inter-bold;
    src: url(../fonts/Inter-Bold.ttf);
}

:root {
    /* Colors: */
    --hb-green: #75b841;
    --unnamed-color-e10303: #E10303;
    --unnamed-color-cfd5cb: #CFD5CB;
    --unnamed-color-ffffff: #FFFFFF;
    --unnamed-color-717171: #717171;
    --unnamed-color-8d8d8d: #8D8D8D;
    --unnamed-color-303030: #303030;
    --unnamed-color-dfe3dc: #DFE3DC;
    --unnamed-color-75b841: #75B841;
    --unnamed-color-081632: #081632;
    --unnamed-color-082e32: #082E32;
    --unnamed-color-f4f6f2: #F4F6F2;
    /* Font/text values */
    --unnamed-font-family-inter: Inter;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-600: 600px;
    --unnamed-font-weight-bold: bold;
    --unnamed-font-weight-normal: normal;
    --font-size-base: 14px;
    --unnamed-font-size-16: 16px;
    --unnamed-font-size-21: 21px;
    --unnamed-font-size-28: 28px;
    --unnamed-font-size-33: 33px;
    --unnamed-font-size-40: 40px;
    --unnamed-font-size-65: 65px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-28: 28px;
    --unnamed-line-spacing-35: 35px;
    --unnamed-line-spacing-49: 49px;
    --unnamed-line-spacing-54: 54px;
    --unnamed-line-spacing-86: 86px;
}

html, body {
    font-family: var(--unnamed-font-family-inter);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--font-size-base);
    line-height: var(--unnamed-line-spacing-28);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-303030);
}

h6 {
    font-family: var(--unnamed-font-family-inter);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-21);
    line-height: var(--unnamed-line-spacing-35);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-303030);
}

h5 {
    font-family: var(--unnamed-font-family-inter);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-bold);
    font-size: var(--unnamed-font-size-21);
    line-height: var(--unnamed-line-spacing-39);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-081632);
}

h4 {
    font-family: var(--unnamed-font-family-inter);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-bold);
    font-size: 25px;
    line-height: var(--unnamed-line-spacing-44);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-081632);
    margin-top: 35px;
}

h3 {
    font-family: var(--unnamed-font-family-inter);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-bold);
    font-size: var(--unnamed-font-size-33);
    line-height: var(--unnamed-line-spacing-49);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-081632);
}

h2 {
    font-family: var(--unnamed-font-family-inter);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-bold);
    font-size: var(--unnamed-font-size-40);
    line-height: var(--unnamed-line-spacing-54);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-081632);
}

h1 {
    font-family: var(--unnamed-font-family-inter);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-600);
    font-size: var(--unnamed-font-size-65);
    line-height: var(--unnamed-line-spacing-86);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-081632);
}
h1:focus {
    outline: none;
}

article {
    height: 90vh;
}

input {
    border: 1.25px solid #cfd5cb;
    border-radius: 6px;
    padding: 5px!important;
}

    input[type="checkbox"] {
        accent-color: #75b841;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }


select {
    border: 1.25px solid #cfd5cb;
    border-radius: 6px;
    padding: 5px;
}

p {
    padding: 5px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-top: 15px;
}

thead {
    background-color: #EAEDE6;
    border: 1px solid #DFE3DC;
    font-weight: bold;
}

th {
    text-align: center;
}

td {
    border: solid 1px #fff;
    border-style: none solid solid none;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top;
}

.table-small {
    margin-bottom: 10px;
    margin-top: 0;
}

.table-small td {
    padding: 0 10px;
}

    .table-small th {
        padding: 3px 15px;
        line-height: 22px;
    }

tr td:first-child {
    border-top-left-radius: 10px;
}

tr td:last-child {
    border-top-right-radius: 10px;
}

tr td:first-child {
    border-bottom-left-radius: 10px;
}

tr td:last-child {
    border-bottom-right-radius: 10px;
}

tr td {
    border-top-style: solid;
}

tr td:first-child {
    border-left-style: solid;
}

th {
    border: solid 1px #fff;
    border-style: none solid solid none;
    padding: 15px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    background-color: #EAEDE6;
}

.tableFixHead {
    overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
    height: 400px; /* gives an initial height of 600px to the table */
    margin-bottom: 25px;
}

tr th:first-child {
    border-top-left-radius: 10px;
}

tr th:last-child {
    border-top-right-radius: 10px;
}

tr th:first-child {
    border-bottom-left-radius: 10px;
}

tr th:last-child {
    border-bottom-right-radius: 10px;
}

tr th {
    border-top-style: solid;
}

    tr th:first-child {
        border-left-style: solid;
    }

tbody tr:nth-child(even) {
    background-color: #f4f6f2;
}

div.editable {
    width: 300px;
    height: 150px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
}

/* Blazored Modal - redecue header padding */
.bm-header {
    padding-bottom: 1rem !important;
}

/* colours */
.bg-blue-green-black {
    background-color: #082e32;
}

.bg-fill {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
}

.login-logo {
    margin: 100px auto 40px auto;
    width: 340px;
    display: block;
    max-width: 70%;
}

.login-form {
    margin: 0 auto;
    border-radius: 5px;
    padding: 5% 8%;
    display: block;
    width: 620px;
    height: 450px;
    max-width: 90%;
    background-color: white;
}

.login-title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 25px;
}

.login-label {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}

.login-control {
    background-color: white !important;
    border: 1px solid #CFD5CB;
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.forgot-pw-link {
    font-size: 12px;
    color: #75B841;
    cursor: pointer;
    margin-top: -10px;
    display: block;
}

.register-link {
    font-size: 14px;
    margin-top: 35px;
    display: block;
}

.register-form {
    margin: 0 auto;
    border-radius: 5px;
    padding: 50px;
    display: block;
    width: 620px;
    max-width: 90%;
    background-color: white;
}

.register-page {
    margin-top: -40px;
}

.login-button {
    height: 38px;
    border: 1px solid #5D9A3D;
    border-radius: 19px;
    color: #5D9A3D;
    padding: 0 30px;
    margin-top: 30px;
    display: block;
}

.hb-link {
    color: #75b841 !important;
    cursor: pointer;
    text-decoration: none;
}

.hb-green {
    color: #75b841;
}

.hansbraun-button {
    height: 38px;
    border: 1px solid #5D9A3D;
    border-radius: 19px;
    color: white;
    padding: 3px 30px !important;
    margin: 10px 30px;
    display: inline-block;
    background-color: #75b841;
    text-decoration: none;
    font-size: 18px;
}

    .hansbraun-button:hover {
        color: #082e32;
        background-color: #75b841;
        cursor: pointer;
    }

    .hansbraun-button:active {
        background-color: #75b841;
    }

.hb-white-button {
    height: 38px;
    border: 1px solid #5D9A3D;
    border-radius: 19px;
    color: #5D9A3D!important;
    font-weight: bold;
    padding: 3px 30px !important;
    margin: 10px 30px;
    display: inline-block;
    background-color: white;
    text-decoration: none;
}

a.hb-white-button {
    padding: 9px 30px !important;
}

    .hb-white-button:hover {
        color: #082e32;
    }

.hb-cancel-button {
    height: 38px;
    border: 1px solid black;
    border-radius: 19px;
    color: black;
    padding: 3px 30px !important;
    margin: 10px 30px;
    display: inline-block;
    background-color: white;
    text-decoration: none;
    font-size: 18px;
}

    .hb-cancel-button:hover {
        color: #082e32;
    }

.inactive {
    color: #aaa;
}

.reverse-margin {
    margin-left: -25px;
}

.bottom-closer {
    margin-bottom: -20px !important;
}

.top-row {
    justify-content: space-between;
}

.search-div {
    background-color: #75b841;
    width: 45px;
    display: inline-block;
    position: relative;
    left: -6px;
    top: -2px;
    border-radius: 0 5px 5px 0;
    padding: 4px 12px 6px 12px;
}

.search-div-no-typeahead {
    background-color: #75b841;
    width: 45px;
    height: 40px;
    display: inline-block;
    position: relative;
    left: -7px;
    top: -1px;
    border-radius: 0 5px 5px 0;
    padding: 5px 12px;
}

.search-label {
    padding-top: 8px;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}

.search-textbox {
    max-width: 300px;
    display: inline-block;
}

.search-link {
    width: 500px;
    border: none;
}

.blazored-typeahead:focus-within {
    box-shadow: none !important;
}

.blazored-typeahead__input-mask {
    padding: 5px !important;
}

.blazored-typeahead__clear {
    padding: 0 !important;
}

.blazored-typeahead {
    display: inline-block;
}

.blazored-typeahead__results {
    max-height: 50rem!important;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.hb-green {
    color: #75B841;
}

.hb-green-bg {
    background-color: #75B841;
}

.hb-dark-green {
    color: #4f802a;
}

.hb-dark-green-bg {
    background-color: #4f802a;
}

.hb-blue {
    color: #081632;
}

.hb-blue-bg {
    background-color: #081632;
}

.hb-dark-grey {
    color: #303030;
}

.hb-light-grey {
    background-color: #F4F6F2;
}

.centre-img {
    height: 250px;
    width: 350px;
    cursor: pointer;
    margin: 15px;
}

.centre-img:hover {
    opacity: 0.5;
}

.centre-beaconhill {
    background: url(../images/beacon-hill-holdings.jpg) no-repeat;
    background-size: cover;
}

.centre-gateway {
    background: url(../images/Gateway-Village.png) no-repeat;
    background-size: cover;
}

.centre-munro {
    background: url(../images/Munro-Centre.png) no-repeat;
    background-size: cover;
}

.centre-royaloak {
    background: url('../images/Royal-Oak-Shopping-Centre.png') no-repeat;
    background-size: cover;
}

.centre-saanichcenter {
    background: url('../images/SaanichCentre1.jpg') no-repeat;
    background-size: cover;
}

.centre-saanichcentre2 {
    background: url('../images/SaanichCentre2.jpg') no-repeat;
    background-size: cover;
}

.centre-saanichplaza {
    background: url(../images/Saanich-Plaza.png) no-repeat;
    background-size: cover;
}

.centre-torquay {
    background: url(../images/Torquay-Village.png) no-repeat;
    background-size: cover;
}

.centre-residential {
    background: url(../images/residential-img.jpg) no-repeat;
    background-size: cover;
}

.centre-title {
    font-weight: bold;
    font-size: 21px;
    margin-left: 15px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.admin-image {
    height: 40px;
    width: 40px;
    margin: 17px;
    background-color: #F7F7F7;
    color: white;
    display: inline-block;
}

    .admin-image :hover {
        background-color: white;
        color: var(--it-lightgreen);
    }

.report-image {
    height: 40px;
    width: 40px;
    font-size: 40px;
    margin: 14px 17px;
    background-color: #F7F7F7;
    color: var(--hb-green);
    display: inline-block;
    line-height: 40px;
}

    .report-image :hover {
        background-color: white;
        color: var(--it-lightgreen);
    }

.admin-button {
    color: #222;
    text-decoration: none;
    background-color: #F7F7F7;
    border: 1px solid #DEDEDE;
    width: 333px;
    height: 78px;
    border-radius: 5px;
    display: inherit;
    margin: 15px 0;
    position: relative;
}

    .admin-button :hover {
        color: var(--it-lightgreen);
        font-weight: bold;
    }

.admin-butn-label {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 25px;
    font-weight: bold;
}

.nav-image {
    height: 20px;
    width: 20px;
}

.nav-image-centre {
    background: url(../images/centres.svg) no-repeat;
    background-size: contain;
}

a.active .nav-image-centre {
    background: url(../images/centres-sel.svg) no-repeat;
    background-size: contain;
}

.admin-button .nav-image-centre {
    background: url(../images/centres-sel.svg) no-repeat;
    background-size: contain;
}

.admin-button .nav-image-buildings {
    background: url(../images/buildings-green.svg) no-repeat;
    background-size: contain;
}

.admin-button .nav-image-units {
    background: url(../images/unit-green.svg) no-repeat;
    background-size: contain;
}

.admin-button .nav-image-users {
    background: url(../images/user-green.svg) no-repeat;
    background-size: contain;
}

.admin-button .nav-image-bulletinboard {
    background: url(../images/bulletin-board-green.svg) no-repeat;
    background-size: contain;
}

.admin-button .nav-image-lookup {
    background: url(../images/lookup-green.svg) no-repeat;
    background-size: contain;
}

.nav-image-contacts {
    background: url(../images/contacts.svg) no-repeat;
    background-size: contain;
}

a.active .nav-image-contacts {
    background: url(../images/contacts-sel.svg) no-repeat;
    background-size: contain;
}

.nav-image-vacancies {
    background: url(../images/vacancies.svg) no-repeat;
    background-size: contain;
}

a.active .nav-image-vacancies {
    background: url(../images/vacancies-sel.svg) no-repeat;
    background-size: contain;
}

.nav-image-work-orders {
    background: url(../images/work-orders.svg) no-repeat;
    background-size: contain;
}

a.active .nav-image-work-orders {
    background: url(../images/work-orders-sel.svg) no-repeat;
    background-size: contain;
}

.nav-image-bulletinboard {
    background: url(../images/bulletin-board-white.svg) no-repeat;
    background-size: contain;
}

a.active .nav-image-bulletinboard {
    background: url(../images/bulletin-board-green.svg) no-repeat;
    background-size: contain;
}

.nav-image-proposed-leases {
    background: url(../images/proposed-leases.svg) no-repeat;
    background-size: contain;
}

a.active .nav-image-proposed-leases {
    background: url(../images/proposed-leases-sel.svg) no-repeat;
    background-size: contain;
}

.admin-button .nav-image-leases {
    background: url(../images/proposed-leases-sel.svg) no-repeat;
    background-size: contain;
}

.nav-image-month-end {
    background: url(../images/month-end.svg) no-repeat;
    background-size: contain;
}

a.active .nav-image-month-end {
    background: url(../images/month-end-sel.svg) no-repeat;
    background-size: contain;
}

.nav-image-reports {
    background: url(../images/reports.svg) no-repeat;
    background-size: contain;
}

a.active .nav-image-reports {
    background: url(../images/reports-sel.svg) no-repeat;
    background-size: contain;
}

.nav-image-email {
    background: url(../images/email.svg) no-repeat;
    background-size: contain;
}

a.active .nav-image-email {
    background: url(../images/email-sel.svg) no-repeat;
    background-size: contain;
}

.nav-image-admin {
    background: url(../images/admin.svg) no-repeat;
    background-size: contain;
}

a.active .nav-image-admin {
    background: url(../images/admin-sel.svg) no-repeat;
    background-size: contain;
}

.div-link {
    cursor: pointer;
    color: #75b841;
    display: inline-block;
}

.div-right {
    float: right;
}

.div-left {
    float: left;
}

.div-new-link {
    float: right;
    margin-top: -35px;
}

.form-row {
    margin-top: 5px !important;
}

.form-row-label {
    margin-top: 5px;
}

.centre-summary {
    background: #EAEDE6 0% 0% no-repeat padding-box;
    border: 1px solid #DFE3DC;
    border-radius: 10px;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
}

.summary-label {
    color: #081632;
    font-weight: bold;
    font-size: 16px;
}

.summary-item {
    margin-right: 10px;
}

.title-left {
    float: left;
    font-weight: bold;
    font-size: 20px;
}

.log-filters {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.full-width {
    width: 100%;
}

.short-width {
    width : 60px;
    padding-right: 0!important;
}

.medium-width {
    width: 120px;
}

.wide-width {
    width: 1000px;
}

.form-group {
    margin-bottom: 10px;
}

.ul-building-list {
    margin-top: 20px;
    font-size: 15px;
}

.form-check-input {
    margin-right: 5px;
}

.checkbox-col {
    padding-top: 10px!important;
}

.centre-note-header {
    background-color: #f4f6f2;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #DFE3DC;
    border-radius: 10px;
}

.textarea-dialog {
    width: 100%;
}

.simple-form {
    width: 600px !important;
}

.small-form {
    width: 350px !important;
}

.hvac-form {
    width: 900px!important;
}

.edit-contact-form {
    width: 1000px!important;
    max-width: 100%;
    max-height: 100%;
}

.red-text {
    color: red;
}

.div-error {
    border: 1px solid red;
}

.div-contact-filter {
    display: inline-block;
    margin-left: 10px;
}

.input-name-search {
    width: 200px;
}

.blazored-modal {
    max-width: 100%;
    max-height: 90%;
}

.blazored-modal-title {
    font-size: 20px;
}

.blazored-modal-header {
    padding: 0 15px !important;
    background-color: #75B841;
    margin-bottom: 10px;
    height: 45px;
}

.blazored-modal-close {
    margin-top: -5px;
}

.blazored-modal-content {
    font-size: 13px;
}

.type-list {
    display: flex;
    flex-wrap: wrap;
}

.cb-label {
    margin-left: 5px;
    display: inline;
}

.cb-list-item {
    margin-right: 20px;
}

.cb-list-element {
    display: inline-block;
    margin-left: 25px;
}

.cb-list-label {
    display: inline-block;
    margin-left: 5px;
}

.select-list-label {
    display: inline-block;
    margin-left: 25px;
}

.list-select {
    display: inline-block;
/*    width: 150px;
*/}

.description-row {
    padding: 15px;
}

.button-row {
    margin-top: 20px;
}

.div-processing {
    z-index: 1000;
    height: 100%;
    width: 100%;
    position: fixed;
    background: url(/images/ajax-loader.gif) no-repeat center center rgba(0, 0, 0, 0.25);
}

.section {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
}

.section-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-title-link {
    font-size: 14px;
    margin-top: 10px;
}

.section-selected {
    color: #75b841;
}

.section-text {
    display: inline-block;
    margin-left: 20px;
}

.lease-unit-title {
    color: blue;
}

.row-primary {
    background-color: #ffff88!important;
}

.div-show-hide {
    display: inline-block;
/*    margin-left: 5px;
*/}

.arrow-down-green {
    background: url('/images/arrow-green.png') no-repeat;
    transform: rotate(180deg);
    width: 20px;
    height: 15px;
}

.arrow-up-green {
    background: url('/images/arrow-green.png') no-repeat;
    width: 20px;
    height: 15px;
}

.arrow-down-black {
    background: url('/images/arrow-black.png') no-repeat;
    width: 20px;
    height: 15px;
}

.arrow-up-black {
    background: url('/images/arrow-black.png') no-repeat;
    transform: rotate(180deg);
    width: 20px;
    height: 15px;
}

.div-link-list {
    display: inline-block;
    margin-left: 15px;
}

.div-data-list {
    display: inline-block;
    margin-left: 25px;
}

.primary {
/*    background-color: #E6F3DB;
*/
    font-weight: bold;
}

.div-text-box-label {
    padding-top: 8px;
}

.text-label {
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    padding-top: 5px;
}

.table-label {
    font-weight: bold;
}

.text-data {
    color: mediumblue;
    display: inline-block;
    line-height: 20px;
    padding-top: 5px;
}

.flex-left-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-center-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.flex-center-wrap-reverse {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    width: 100%;
}

.flex-fill-row {
    display: flex;
    justify-content: space-between;
}

.flex-left-col {
    margin-left: 50px;
}

.flex-col {
    margin-top: 5px;
    margin-left: 10px;
}

.flex-full-col {
    padding: 0 5px;
}

.flex-auto {
    flex: 1;
}

.lease-col {
    padding: 0 10px;
}

.col-lease-details {
    flex-grow: 1;
}

.col-lease-wide-label {
    width: 180px;
}

.col-date {
    width: 120px;
}

.col-renewal-option {

}

.lease-col-description {
    width: 85%;
}

.datepicker {
    width: 130px !important;
}

.number-field {
    width: 120px!important;
}

.digit-field {
    width: 60px !important;
}

.two-digit-field {
    width: 80px !important;
}

.three-digit-field {
    width: 100px !important;
}

.textarea-high {
    height: 100px;
}

.textarea-med {
    height: 66px;
}

.param-row {
    display: flex;
}

.param-col {
    padding: 0 10px;
}

.header-row {
    display: flex;
}

.header-col {
    padding: 0 10px;
}

.savedStatus {
    color: green;
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
}

.wo-details {
    height: 100px;
}

.file-drop {
    background-color: lightgreen;
    width: 300px;
    height: 45px;
}

.thumbnail {
    width: 120px;
    height: 120px;
    border-radius: 5px;
}

.div-attachment-list {
    display: inline-block;
    margin-left: 10px;
}

.units-list {
    height: 113px;
    margin-bottom: 10px;
    width: 200px;
}

.notification-label {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}

.not-read {
    color: black;
    font-weight: bold;
    cursor: pointer;
    margin-right: 25px;
    display: inline-block;
}

.not-read-exclaim {
    color: white;
    background-color: black;
    padding: 0 8px;
    font-weight: bold;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
}

.set-read {
    color: #75b841;
    font-weight: bolder;
    cursor: pointer;
    margin-right: 25px;
    display: inline-block;
}

.delete-link {
    color: #e10303;
    cursor: pointer;
}

.delete-notification-link {
    color: #e10303;
    font-weight: bolder;
    cursor: pointer;
    display: inline-block;
}

.notification-bubble {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d00;
    margin-top: -40px;
    margin-left: 12px;
    z-index: 100;
    position: relative;
}

.notification-text {
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding-left: 6px;
    line-height: 20px;
}

.notification-bell {
    margin-right: 20px;
    z-index: 10;
    height: 28px;
}

.checkbox-list {
    border: 1px solid #ddd;
    padding: 5px;
    height: 150px;
    overflow: auto;
}

.edit-email-form {
    width: 600px;
}

.edit-email-submit-row {
    margin-top: 390px;
}

.edit-email-editor {
    margin-top: -420px;
}

.div-view-email {
    width: 600px;
}

.select-arrow {
    appearance: auto!important;
}

.form-select {
    padding: 5px 30px 5px 5px;
}

.dlg-form-control {
    font-size: inherit;
    margin-top: -5px;
}

.col-label {
    text-align: right;
    display: inline-block;
    margin-right: 5px;
}

.col-control {
    display: inline-block !important;
}

/* Rent Roll styling */
.rent-roll {
    font-size: 11px;
    line-height: 18px;
}

.table-header {
    display: flex;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tenant-row {
    border-bottom: 1px solid #ccc;
}

.col-unit {
    width: 5%;
}

.col-tenant {
    width: 15%;
}

.col-commence {
    width: 8.5%;
}

.col-expiry {
    width: 8.5%;
}

.col-sqft {
    width: 6.5%;
}

.col-rate {
    width: 7.2%;
}

.col-annual {
    width: 10%;
}

.col-monthly {
    width: 6.5%;
}

.col-proptax {
    width: 6%;
}

.col-propshare {
    width: 5.5%;
}

.col-increase {
    width: 9%;
}

.col-status {
    width: 7.5%;
}

.col-pctrent {
    width: 4.8%;
}

.col-frequency {
    width: 10%;
}

.col-unit-revenue {
    width: 10%;
}

.col-tenant-revenue {
    width: 22.5%;
}

.col-commence-revenue {
    width: 15%;
}

.col-expiry-revenue {
    width: 10%;
}

.col-unit-sm {
    width: 12%;
}

.col-sqft-sm {
    width: 19%;
}

.col-rate-sm {
    width: 20%;
}

.col-annual-sm {
    width: 27%;
}

.col-monthly-sm {
    width: 22%;
}

.address-date {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.edit-offer-to {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 500px;
    height: 120px;
    margin-top: 5px;
}

.edit-salutation {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 300px;
    height: 120px;
    margin-top: 5px;
}

.letter-re-table {
    display: table;
    width: auto;
    font-weight: bold;
}

.filter-label {
    font-weight: bold;
    margin-right: 5px;
}

.contact-details {
    background-color: #F4F6F2;
    padding: 10px;
    margin-top: 10px;
}

.contact-phone {
    width: 400px;
    max-width: 100%;
}

.contact-email {
    width: 400px;
    max-width: 100%;
}

.contact-name {
    width: 400px;
    max-width: 100%;
}

.lookup-table {
    width: auto;
}

.lookup-table td {
    padding: 5px;
}

.select-vcenter {
    margin-top: -8px;
}

.lease-principal-list {
    margin-right: 50px;
}

.section-gross-sales {
    width: 500px;
}

.section-link {
    margin-top: 10px;
}

.phone-edit-width {
    width: 200px;
}

.phone-ext-edit-width {
    width: 100px;
}

.label-col {
    padding-top: 9px;
    margin-right: -10px;
    text-align: right;
}

.tenant-left-col {
    width: 180px;
    text-align: right;
    vertical-align: top;
}

.rate-cost-type-col {
    width: 200px;
}

.rate-cost-date-col {
    width: 120px;
}

.rate-cost-amount-col {
    width: 120px;
}

.rate-cost-rate-type-col {
    width: 150px;
}

.edit-link-col {
    width: 50px;
}

.delete-link-col {
    width: 65px;
}

.edit-cost {
    width: 80px !important;
}

.assign-search {
    width: 850px;
}

.div-assigned {
    color: blue;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.hvac-units-col {
    width: 150px;
}

.hvac-location-col {
    width: 170px;
}

.maint-log-event-first {
    border: 1px solid #222;
    padding: 5px;
}

.maint-log-event {
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 5px;
}

.edit-description-text {
    height: 80px;
}

.tenant-lease-group {
    display: flex;
    height: 35px;
}

.tenant-lease-group.text-label {
    margin-top: 4px;
}

.tenant-lease-col1 {
    width: 120px;
    text-align: end;
}
.tenant-lease-col2 {
    width: 100px;
}
.tenant-lease-col3 {
    width: 120px;
    text-align: end;
}
.tenant-lease-col4 {
    width: 155px;
}
.tenant-lease-col5 {
    width: 130px;
    text-align: end;
}
.tenant-lease-col6 {
    width: 220px;
}
.tenant-lease-col7 {
    width: 120px;
    text-align: end;
}
.tenant-lease-col8 {
    width: 100px;
}
.tenant-lease-col7and8 {
    width: 220px;
}
.tenant-lease-col6and7 {
    width: 340px;
}
.tenant-lease-notes-col {
    flex-grow: 1;
}

.tenant-lease-fill-col {
    flex-grow: 1;
}

.tab-row {
    border-bottom: 1px solid #ddd;
}

.bulletinboard-tab {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 10px 10px 0 0;

}

.tab-selected {
    background-color: #75b841;
    color: white;
}

@media (max-width: 640.98px) {

    .bulletinboard-icon {
        width: 40px;
        margin: 10px auto;
        display: block;
    }

    .bulletinboard-icon-label {
        font-size: 12px;
        text-align: center;
        line-height: 18px;
    }

    .day-col {
        width: 100%;
        height: 60px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .month-day-col {
        width: 100%;
        height: 60px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 5px;
        overflow: auto;
    }

    .day-col-header {
        width: 100%;
        height: 60px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 5px;
    }

    .bulletinboard-tab {
        height: 100px;
    }

    .calendar-day {
        width: 90px;
    }

    .calendar-today {
        color: white;
        background-color: var(--hb-green);
    }

    .calendar-month-week {
        border-bottom: 1px solid #eee;
    }
}

@media (min-width: 641px) {

    .bulletinboard-icon {
        height: 35px;
        margin: 10px 20px;
    }

    .bulletinboard-icon-label {
        text-align: center;
        font-size: 22px;
    }

    .calendar-month-week {
        width: 100%;
        height: 150px;
    }

    .day-col {
        width: 160px;
        height: 100%;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .month-day-col {
        width: 160px;
        height: 100%;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 5px;
        overflow: auto;
    }

    .day-col-header {
        width: 160px;
        height: 100%;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 5px;
    }

    .calendar-today {
        color: white;
        background-color: var(--hb-green);
        width: 25px;
        height: 25px;
        border-radius: 12px;
        text-align: center;
    }
}

.calendar-container {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%;
}

.calendar-week-header {
    height: 30px;
    font-weight: bold;
}

.cb-label-filter {
    font-size: 14px;
    margin-left: 5px;
}

.div-appointment {
    font-size: 11px;
    line-height: 16px;
    padding: 3px;
    background-color: #dfd;
}

.selectable {
    cursor: pointer;
}

.newsletter-item {
    width: 150px;
    text-align: center;
    padding: 20px;
    display: inline-block;
}

.newsletter-icon {
    font-size: 36px;
    color: #75b841;
}

.newsletter-label {
    font-size: 18px;
}

.textbox-label {
    margin-right: 5px;
    margin-top: 3px;
}

.pct-rent-notes {
    width: 450px !important;
}

.renewal-row {
    height: 75px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: initial;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.lease-cost-source {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    display: inline-block;
    margin-left: 25px;
    margin-top: 12px;
}

.lease-cost-source-label {
    display: inline-block;
    position: relative;
    top: -5px;
    left: 5px;
}

.lease-cost-centre {
    background-color: lightcyan;
}

.lease-cost-building {
    background-color: gold;
}

.lease-cost-override {
    background-color: mistyrose;
}

.tenant-note {
    font-weight: bold;
    margin-left: 25px;
}

.pdf-list {
    margin: 20px;
    font-size: 16px;
}

.search-dropdown-div {
    background-color: aliceblue;
    border: 1px solid lightblue;
    padding: 2px 5px;
    width: 350px;
}

.edit-label {
    padding-top: 7px;
}

.help-button {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: white;
    background-color: royalblue;
    padding-left: 7px;
    position: relative;
    left: 5px;
    line-height: 19px;
}

.help-text {
    width: 600px;
}

.radio-list {
    margin-left: 20px;
}

.select-list {
    display: inline-block;
}

.phoneNum-element-3 {
    display: inline;
    width: 40px;
}

.phoneNum-element-4 {
    display: inline;
    width: 50px;
}

.phone-dash {
    display: inline !important;
}

.search-results {
    border: 1px solid #444;
    padding: 0 5px;
    z-index: 100;
    position: relative;
    background-color: white;
}

.search-option {
    cursor: pointer;
}
.search-option:hover {
    background-color: aliceblue;
}

.option-selected {
    color: black;
    background-color: lightblue;
}

.centres-content {
    position: absolute;
    top: 140px;
    z-index: 0;
}

.total-col {
    padding-top: 12px;
}

/* The Modal (background) */
.dialog-bg {
    position: fixed; /* Stay in place */
    z-index: 600; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.dialog-contents {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60vw;
    border-radius: 5px;
}

.dialog-sm {
    width: 30vw;
}

.dialog-med {
    width: 40vw;
}

.dialog-title-bar {
    color: white;
    background-color: var(--hb-green);
    padding: 6px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.header-cancel-button {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    background-color: red;
    padding: 0;
    line-height: 10px;
}

.mid-window {
    z-index: 4000;
}

.top-window {
    z-index: 5000;
}

.dialog-subtitle {
    font-weight: bold;
    margin-bottom: 10px;
}