.cropper {
    position: relative;
    cursor: crosshair;
}

.cropper-area-handle {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    margin: 0;
}


.cropper-overlay {
    background: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.cropperBox {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
}

#imageCropper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.cropper-area-handle.point.absoluteCenter { z-index: -1 !important; }