DIV.pcropper-blockout {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

DIV.pcropper-outside {
    width: 95vw;
    height: 95vh;
    background: white;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    cursor: default;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

DIV.pcropper-container {
    border: 2px solid #444;
    border-bottom: none;
    flex: 1 0 auto;
    height: 50%;
}

DIV.pcropper-container > DIV {
    width: 100%;
    height: 100%;
}
IMG.pcropper-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.pcropper-info-row {
    flex: 0 0 auto;
    display: flex;
    flex-flow: row wrap;
    border: 1px solid #444;
}
.pcropper-info-box {
    flex: 1 0 auto;
    padding: 4px 10px;
    border: 1px solid #444;
    text-align: center;
}
.pcropper-info-box-heading {
    text-transform: uppercase;
    font-size: 90%;
    margin-bottom: 2px;
}

.pcropper-info-zoom .pcropper-info-box-value:after {
    content: '%';
}

.pcropper-controls {
    flex: 0 0 auto;
    margin-top: 10px;
    text-align: right;
}
.pcropper-button {
    cursor: pointer;
    margin-left: 10px;
    padding: 5px 10px;
    min-width: 100px;
}

/*# sourceMappingURL=/Volumes/Scratch/build/neon/releaseCustomTables/production/neon/WEB-INF/classes/com/pirionsystems/ne/sites/standard/skin/staticContent/style/cropper-local.css.map */
