@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    padding: 0 50px;
    font-size: 10px!important;
}

a, .btn-link {
    color: #0366d6;
}

table {
    width: 100%;
}

thead {
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    vertical-align: top;
}

th {
    padding: 0 5px;
}

tr {
    vertical-align: top;
    border-bottom: 1px solid #aaa;
}

td {
    vertical-align: top;
}

#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;
    }

.section-title {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.centre-heading {
    color: #a44;
    font-weight: bold;
    font-size: 20px;
}

.building-heading {
    color: #44a;
    font-size: 16px;
    font-weight: bold;
}

.pdf-page-table {
    page-break-inside: avoid;
}

.print-page {
    page-break-before: always;
}

/* PDF columns */
.pdf-page {
    width: 940px;
}
.table-header {
    display: flex;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    vertical-align: top;
    margin: 5px -15px;
}
.tenant-row {
    border-bottom: 1px solid #ccc;
}
.col-unit {
    width: 6%;
}
.col-tenant {
    width: 15%;
}
.col-commence {
    width: 10%;
}
.col-expiry {
    width: 8.5%;
}
.col-sqft {
    width: 6%;
}
.col-rate {
    width: 7%;
}
.col-annual {
    width: 10%;
}
.col-monthly {
    width: 6%;
}
.col-proptax {
    width: 6%;
}
.col-propshare {
    width: 5%;
}
.col-increase {
    width: 9%;
}
.col-status {
    width: 7.5%;
}
.col-pctrent {
    width: 4%;
}
.page-header {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.centre-sq-ft {
    margin-top: 10px;
    font-weight: bold;
}
.building-sq-ft {
    margin-top: 5px;
    font-weight: bold;
}

.letter {
    font-family: 'Times New Roman', 'Courier New', serif;
    font-size: 12pt;
}

.letter-logo {
    display: inline-block;
    width: 80px;
    margin-top: -70px;
    margin-right: 20px;
}

.letter-header {
    display: inline-block;
    height: 100px;
}

.letter-hansbraun-name {
    font-style: italic;
    font-size: 26pt;
    margin-top: 25px;
}

.letter-address-to {
    margin-top: 50px;
}

.letter-salutation {
    margin-top: 30px;
}

.letter-body {
    margin-top: 15px;
}

.letter-body-table tr {
    border-bottom: none;
}

.letter-re-table tr {
    border-bottom: none;
    font-weight: bold;
    margin-bottom: 15px;
}

.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%;
}

.filter-label {
    font-weight: bold;
    margin-right: 5px;
}

.contact-table {
    font-size: 12px;
    line-height: 20px;
}

.row-primary {
    background-color: #ffff88 !important;
}

.vacancy-pdf {
    font-size: 14px;
}

.contact-pdf {
    font-size: 14px;
}

.col-phone-type {
    width: 40px;
}

.col-phone {
    width: 100px;
}