/****** FILE: frontend/js/panzoom/pan-and-zoom.css *****/
.pan-and-zoom-holder {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
/****** FILE: frontend/css/marker-notes.css *****/
.marker-note {
    position: absolute;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 999em;
    background-color: #FBBF58;
    color: #1D1D1D;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.marker-note--opened {
    z-index: 101;
}

.marker-note__label {
    cursor: pointer;
}

.marker-note:hover, .marker-note:focus {
    background-color: #faac26;
}

.marker-note__note {
    background: #FFFFFF;
    position: absolute;
    padding: 1em;
    border-radius: 0.5em;
    top: 3.25em;
    left: -1em;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.marker-note__note:before {
    background: #FFFFFF;
    position: absolute;
    content: "\00a0";
    display: block;
    height: 1.5em;
    width: 1.5em;
    top: -0.75em;
    left: 1.25em;
    transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
}

.marker-note__note-header {
    text-transform: uppercase;
    text-align: left;
}

.marker-note__textarea {
    width: 24em;
    height: 12em;
    resize: none;
}

.marker-note__buttons {
    text-align: right;
}

.marker-note__close-button,
.marker-note__cancel-button,
.marker-note__save-button,
.marker-note__delete-button {
    min-width: 80px !important;
    margin: 4px;
}

.marker-note__close-button,
.marker-note__cancel-button {
    background-color: #e8e8e8;
}

.marker-note__close-button:hover, .marker-note__close-button:focus,
.marker-note__cancel-button:hover, .marker-note__cancel-button:focus {
    background-color: #e0e0e0;
}

.marker-note__delete-button {
    background-color: #585756;
    color: #FFFFFF;
}

.marker-note__delete-button:hover, .marker-note__delete-button:focus {
    background-color: #1D1D1D;
    color: #FFFFFF;
}

/* .marker-note__inner {
    width: 22px;
    height: 22px;
    position: relative;
    border-radius: 4px;
    pointer-events: none;
    background-color: #e53935;
}

.marker-note__label {
    top: 5px;
    left: 5px;
    color: #e53935;
    width: 22px;
    border: 2px solid #e53935;
    height: 22px;
    display: flex;
    position: absolute;
    font-size: 13px;
    box-sizing: border-box;
    align-items: center;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 12px;
    border-radius: 4px;
    justify-content: center;
    background-color: #f5f5f5;
    -webkit-font-smoothing: subpixel-antialiased;
} */
/****** FILE: frontend/css/home-design.css *****/
.floorplan-svg-holder {
    min-height: 30em;
}

.floorplan-svg-holder svg {
    pointer-events: none;
}

.floorplan-svg-holder svg .text-group {
    transform-box: fill-box;
    transform-origin: center center;
}

.floorplan-wrapper .button-fullscreen-hollow {
    z-index: 1;
}

.fp-app__svg-pnz--marker-placement {
    cursor: crosshair;
}


.floorplan-structural .step-2__content .fp-app__marker-notes-list.content {
    margin: 0;
    width: 100%;
}

.fp-app-marker-notes-list-item {
    display: block;
}

.fp-app-marker-notes-list-item::after {
    content: "";
    clear: both;
    display: table;
}

.fp-app-marker-notes-list-item__label {
    float: left;
    border-radius: 999em;
    background-color: #FBBF58;
    color: #1D1D1D;
    width: 1em;
    height: 1em;
    font-size: 2em;
    line-height: 1;
}

.fp-app-marker-notes-list-item__notes {
    color: #fff;
}

.fp-app .switch-button input {
    width: 0;
    height: 0;
    z-index: auto;
}

.fp-app__svg-loader {
    min-height: 25em;
    line-height: 25em;
}

.fp-app__create-note--disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

@media screen and (min-width: 75em) {
    .fp-app__full-screen-holder:fullscreen .floorplan-structural {
        left: 0;
    }
    .fp-app__full-screen-holder:-webkit-fullscreen .floorplan-structural {
        left: 0;
    }
    .fp-app__full-screen-holder:-ms-fullscreen .floorplan-structural {
        left: 0;
    }
    .fp-app__full-screen-holder:fullscreen.floorplan-wrapper .svg-controls {
        right: 0;
    }
    .fp-app__full-screen-holder:-webkit-fullscreen.floorplan-wrapper .svg-controls {
        right: 0;
    }
    .fp-app__full-screen-holder:-ms-fullscreen.floorplan-wrapper .svg-controls {
        right: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .fp-app__full-screen-holder:fullscreen .floorplan-structural {
        left: 0;
    }
    .fp-app__full-screen-holder:-webkit-fullscreen .floorplan-structural {
        left: 0;
    }
    .fp-app__full-screen-holder:-ms-fullscreen .floorplan-structural {
        left: 0;
    }
    .fp-app__full-screen-holder:fullscreen.floorplan-wrapper .svg-controls {
        right: 0;
    }
    .fp-app__full-screen-holder:-webkit-fullscreen.floorplan-wrapper .svg-controls {
        right: 0;
    }
    .fp-app__full-screen-holder:-ms-fullscreen.floorplan-wrapper .svg-controls {
        right: 0;
    }
}

@media screen and (max-width: 64em) {
    .floorplan-buttons-list {
        display:block;
    }
}

.fp-app__pdf-download-fallback {
    background-color: #1D1D1D;
    color: #FFFFFF;
    padding: 20px;
}

.fp-app__pdf-download-fallback p {
    color: #FFFFFF;
}
