﻿* {
    box-sizing: border-box;
}


body {
    color: black;
    background-color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.page-setup {
    width: 100%;
    color: #001f38;
}

.page-top-banner {
    background: #462e9e;
    height: 5px;
    width: 100%;
}

.report-section-header {
    font-size: 38px;
    font-weight: bold;
    color: #001f38;
    line-height: 30px
}

.page-content {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-split {
    display: flex;
    flex-direction: row;
    padding: 80px 0px;
    align-items: flex-start;
    justify-content: left;
    font-size: 14px;
}

.page-starter-spacer {
    height: 150px;
}

.margin-left-adjustment {
}

.split-left {
    display: flex;
    align-items: center;
    position: relative;
    width: 12%;
    height: 100%;
}

.split-left-denote {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 95px;
    width: 95px;
    background: #9b8fc7;
    top: 0%;
    color: white;
    font-size: 50px;
}

.custom-inspection-split .split-left-denote {
    position: relative;
}

.split-right {
    width: 78%;
    height: 100%;
    margin-left: 20px;
    margin-top: 30px;
    line-height: 20px;
}

.no-split {
    width: 85%;
    margin-left: 8%;
}

.custom-inspection-split {
    width: 94%;
}

.dual-entry-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dual-entry-input {
    width: 49%;
}

.content-entry-1 {
    border: 2px solid #aaaaaa;
    min-height: 36px;
    padding: 5px;
}

.content-entry-2 {
    border: 2px solid #aaaaaa;
    min-height: 46px;
    padding: 5px;
    overflow-wrap: break-word;
}

.content-entry-container[data-hide-if-empty]:has(> [data-map-report]:empty) {
    display: none;
}

.line-spacer {
    padding: 5px;
}

.heading-line-height {
    line-height: 40px;
}

.content-header {
    font-size: 18px;
}

.content-header-bold {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}

.content-table-border {
    border: 2px solid grey;
}

.cover-seperator {
    color: black;
    margin-top: 0px;
    border-top: 2px solid black
}

.report-popup-prompt {
    display: block;
    position: fixed;
    height: 95vh;
    width: 82vw;
    background: white;
    left: 9%;
    border: 1px solid white;
    border-radius: 10px;
    overflow: auto;
    color: black;
    top: -100vh;
    opacity: 0;    
    transition: 0.3s ease-in;
}

.report-popup-open {
    opacity: 1;
    top: 2.5%;
    z-index: 3;
}

@media (min-width:1400px) {
    .report-popup-prompt {
        width: 70vw;
        left: 15vw;
    }
}


@media (max-width:1400px) {
    .page-split {
        justify-content: space-evenly;
    }
}


.report-cover {
    height: 1200px;
    width: 100%;
    position: relative;
}

.report-cover-graphic {
    background-image: url("/Content/images/terrace.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 900px;
    width: 70%;
    top: 25%;
    position: absolute;
}

.cover-top-banner {
    position: absolute;
    background: #462e9e;
    height: 55px;
    width: 25%;
    right: 3%;
}

.banner-ricks-logo {
    position: absolute;
    bottom: -80px;
}

.report-popup-close {
    position: sticky;
    right: 20px;
    background: white;
    height: 50px;
    width: 52px;
    top: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 0px 0px 2px #001f38, 0px 0px 0px 4px white, 1px 3px 10px 1px black;
    cursor: pointer;
    margin: 0px;
    float: right;
    opacity: 0.95;
    z-index: 1;
}

    .report-popup-close:hover {
        background: #001f38;
        color: white;
    }

.cover-header-block {
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 350px;
    /* justify-content: center; */
    /* align-items: center; */
    padding: 20px;
    right: -200px;
    top: 135px;
    background: #462e9e;
    color: white;
    font-size: 14px;
}

.header-info-spacer {
    padding-top: 4px;
}

.header-block-spacer {
    padding-top: 15px;
}

.header-level-text {
    font-size: 22px;
    font-weight: bold;
}

.header-report-title {
    font-size: 42px;
    padding-top: 10px;
}

.header-adr-title {
    padding-top: 45px;
}

.headings-company-title {
    font-size: 28px;
}

.headings-level-title {
    font-size: 36px;
}

.headings-name-title {
    font-size: 36px;
}

.header-address-block {
    height: 30%;
    display: flex;
    flex-direction: column;
}

.header-surveyor-block {
    width: 100%;
    display: flex;
}

.surveyor-info-details {
    width: 50%;
}

.header-surveyor-num {
    display: flex;
    justify-content: right;
    width: 50%;
    position: relative;
}

.surveyor-num-val {
    font-size: 160px;
}

.section-title-tag {
    font-size: 180px;
    font-weight: bold;
}

.section-title-header {
    font-size: 40px;
    font-weight: bold;
}

.section-content-large {
    font-size: 16px;
}

.inspection-custom-container {
    display: flex;
    width: 100%;
    padding-right: 5px;
}

.inspection-left-spacer {
    width: 15%;
}

.inspection-content-block {
    width: 85%;
}

    .inspection-content-block ul {
        padding-left: 15px;
        line-height: 22px;
    }


.inspection-block-header {
    background: #462e9e;
    color: white;
    padding: 10px;
}

.inspection-block-title {
    display: flex;
}

.inspection-title-spacer {
    width: 14%;
}

.inspection-reminder-block {
    background: rgb(240, 240, 240);
    padding: 20px;
    width: 85%;
}

.reminder-icon {
    display: inline-block;
    background: #462e9e;
    border-radius: 40px;
    color: white;
    font-size: 16px;
    padding: 4px 11px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 6px;
}

.reminder-title {
    color: #462e9e;
    font-size: 16px;
    font-weight: bold;
}

.b-summary-block {
    border-left: 2px solid #462e9e;
    border-right: 2px solid #462e9e;
    border-bottom: 2px solid #462e9e;
}

.b-title-block {
    background: #462e9e;
    color: white;
    padding: 15px 12px;
    font-weight: bold;
}

.b-summary-content {
    padding: 10px;
}

.contents-lookUp-block {
    width: 60%;
    display: flex;
    flex-direction: column;
    height: 95%;
    justify-content: space-between;
    align-items: center;
}

.lookUp-section {
    position: relative;
}

.lookUp-smallPrint {
    line-height: 14px;
}


.lookUp-header {
    position: absolute;
    font-size: 38px;
    font-weight: bold;
    color: #001f38;
    top: -45px;
    left: -90px;
}

.lookUp-entry {
    border-top: 1px solid grey;
    padding: 8px 0px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

    .lookUp-entry:last-child {
        border-bottom: 1px solid grey;
    }

.lookUpAlign {
    display: inline-block;
    width: 46px;
    font-weight: bold;
    font-size: 22px;
}

.contents-final-info {
    width: 70%;
    font-size: 14px;
}


.inspection-rating-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.rating-row-value {
    display: flex;
    height: 50px;
    width: 50px;
    background: red;
    align-items: center;
    justify-content: center;
    padding: 2px;
    font-weight: bold;
    color: white;
    font-size: 20px;
    border-radius: 100%;
}

.rating-row-description {
    display: flex;
    flex-direction: column;
    width: 92%;
    height: 100%;
    padding-left: 8px;
}

.rating-desc-title {
    padding-bottom: 10px;
}

.rating-value-3 {
    background: #ff4646;
}

.rating-value-2 {
    background: #ffb020;
}

.rating-value-1 {
    background: #0b890b;
}

.rating-value-ni {
    background: #262626;
}


.opinion-conditions-table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    .opinion-conditions-table th, .opinion-conditions-table td {
        padding: 8px !important;
        border: 1px solid grey;
    }

    .opinion-conditions-table th {
        text-align: left;
        background: rgb(240, 240, 240);
    }


.condition-ratings-table {
    width: 100%;
}

table.condition-ratings-table tr {
    /*border-bottom: 1px solid #c8c8c8*/
}

.condition-ratings-table tr:last-child td {
    border-bottom: 2px solid #c8c8c8
}

table.condition-ratings-table td {
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8
}

table.condition-ratings-table td {
    padding: 5px;
}

    table.condition-ratings-table td:nth-child(1) {
        width: 10%;
        border-bottom: none;
        border-right: none;
    }

    table.condition-ratings-table td:nth-child(2) {
        width: 25%;
    }

    table.condition-ratings-table td:nth-child(3) {
        width: 25%;
    }

    table.condition-ratings-table td:nth-child(4) {
        width: 40%;
        border-right: none;
    }

.condition-ratings-table .rating-row-value {
    width: 60px;
    margin: 0 auto;
}


.property-table {
    border-collapse: collapse;
    table-layout:fixed;
}

    .property-table td, th {
        text-align: center;
    }

    .property-table th {
        padding: 0px 5px;
        height: 40px;
    }

        .property-table th:nth-child(1) {
            background: white;
        }

    .property-table tr:nth-child(1) {
        background: #462e9e;
        color: whitesmoke;
        padding: 5px 2px;
    }

    .property-table td {
        color:black;
        border: 1px solid black;
    }

    .prop-row-header {
        background: rgb(240, 240, 240) !important;
        border: 1px solid black;
    }

    .custom-accomodation-block .property-table {
        margin-top: 10px;
        background-color: white;
        width:100%;    
    }

    .custom-accomodation-block .property-table td{        
        background: white;
    }

    .custom-accomodation-block .property-table th:nth-child(1) {
        background: #f2f2f2;
    }

    .custom-accomodation-block .property-table tr:nth-child(1) {
        background: linear-gradient(#0a5b82 40%,#12759c 100%);
    }

    .custom-accomodation-block .prop-row-header {
        background: linear-gradient(#0a5b82 40%,#12759c 100%) !important;
    }


.sitenote-accomodation-block {
    padding: 30px 40px;
}

    .sitenote-accomodation-block .property-table {
        width: 100%;
    }

        .sitenote-accomodation-block .property-table td {
            background: white;            
        }

        .sitenote-accomodation-block .property-table th:nth-child(1) {            
            color:black;
        }

        .sitenote-accomodation-block .property-table tr:nth-child(1) {
            background: whitesmoke;
            color:black;            
            /*background: linear-gradient(#0a5b82 40%,#12759c 100%);*/
        }

    .sitenote-accomodation-block th {
        border: 1px solid black;
    }



.c-cover-list {
    padding-left: 18px;
    font-size: 14px;
    margin-top: -5px;
    line-height: 20px;
}

.checkbox-collection {
    display: flex;
    width: 100%;
}

.checkbox-input-block {
    width: 15%;
}

    .checkbox-input-block .content-header-bold {
        text-align: center;
    }

.checkbox-select-container {
    display: flex;
    justify-content: center;
    height: 40px;
    width: 100%;
}

.checkbox-select-input {
    width: 50px;
    height: 100%;
    border: 2px solid #aaaaaa;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.smallPrint-italic {
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
}

.val-rep-page .inspection-reminder-block {
    width: 100%;
    margin-top: 20px;
    padding: 25px 30px;
}

.valuation-input-entry {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    border: 2px solid grey;
}

.valuation-date-value {
    width: 40%;
}

.valuation-input-block {
    display: flex;
    justify-content: space-between;
}

.valuation-amount-digits {
    width: 49%;
}

.valuation-amount-desc {
    position: relative;
    width: 49%;
}

.amount-desc-note {
    position: absolute;
    bottom: -100%;
}

.valuation-input-tenure {
    width: 49%;
}

    .valuation-input-tenure .valuation-amount-digits {
        width: 100%;
    }

    .valuation-input-tenure .content-header-bold {
        display: flex;
        width: 100%;
    }

.valuation-tenure-value {
    width: 100%;
    margin-left: 5px;
}

.valuation-sqm-value {
    width: 46%;
    margin-left: 10px;
}

.sqm-desc {
    position: absolute;
    bottom: -100%;
    font-size: 14px;
    font-weight: 400;
}

.col-text-setup {
    width: 100%;
    column-count: 2;
}

.li-remove-bullets {
    list-style-type: none;
    padding-left: 25px;
}

.custom-li-padding {
    padding-left: 25px;
}

.custom-bold-fontSize {
    font-size: 16px;
}

.output-inner-container {
    position:relative;
    padding-bottom: 6px;
}

.condition-map-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 2px;
}

.condition-map-bold {
    font-weight: bold;
}

.condition-map-icon {
    display: flex;    
    width: 25px;
    text-align: center;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
    padding: 14px;
}

.output-entry-identifier {
    padding-bottom: 6px;
    transition: 0.5s ease-in;
    box-shadow: 0px 0px -5px 1px grey;
}

.condition-entry-modifier {
    width: 95%;
    transition: 0.5s ease-in;
}

.custom-info-headers {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}

.custom-ul-li {
    padding-left: 15px;
    line-height: 22px;
}

/*Edit related styling*/
.output-edit-identifier{
    position:relative;
}


.edit-preview-styling {
    padding: 16px;    
    margin: 20px 10px;
    box-shadow: 0px 0px 5px 1px #c1c1c1;
    border-radius: 16px;
    outline: none;    
}

    .edit-preview-styling:focus {
        box-shadow: 0px 0px 5px 1px #c1c1c1;
        outline: none;
    }


.edit-btn-block {
    display: flex;
    position: absolute;
    justify-content: space-around;
    right: 10px;
    width: 110px;
    bottom: -15px;
}

.preview-edit-btn {
    cursor: pointer;
    font-size: 26px;
    box-shadow: 0px 0px 4px 1px #c1c1c1;
    border-radius: 100%;
    background: white;
    transition: 0.3s ease-in
}

    .preview-edit-btn:hover{
        transform:scale(1.2)
    }

.edit-btn-save {
    color: #0b890b;
}

.edit-btn-delete {
    color: #ff4646;
}

.edit-btn-cancel {
    color: #0085ff;
}

#report-submit-confirm {
    background: linear-gradient(#0a5b82 40%,#12759c 100%);
    color: white;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    margin-left: 10px;
    cursor: pointer;
    width: 130px;
}

.submission-btn-block {
    display: flex;
    margin: 20px;
    margin-top: -60px;
    justify-content: center;
}

.load-photos-report {
    display: flex;
    justify-content: center;
}

#report-load-photos {
    background-color: #0E769D;
    padding: 7px 14px;
    color: white;
    text-align: center;
    font-size: 15px;
    float: left;
    border-radius: 10px;
    border: 2px solid #0E769D;
    cursor: pointer;
    font-weight: 600;
    box-sizing: border-box;
    margin-top: 10px;
    margin-left: 7.5%
}

#report-load-photos:hover {
    background-color: #0a5774;
    border: 2px solid #0a5774;
}

.custom-order-description{
    order:1;
}

.custom-order-features {
    order: 2;
}

.custom-order-condition {
    order: 3;
}

.custom-order-action {
    order: 4;
}

.custom-order-advice {
    order: 5;
}

.custom-order-legal {
    order: 6;
}

.custom-order-risks {
    order: 7;
}

