﻿

main {
    min-height: 500px;
    display: block
}

pre {
    overflow: auto;
}

.demo {
    padding: 20px;
}

.image-wrapper {
    max-width: 600px;
    min-width: 200px;
}

.image-wrapper img {
    max-width: 100%;
}

#image-4-wrapper .rcrop-outer-wrapper {
    opacity: .75;
}

#image-4-wrapper .rcrop-outer {
    background: #000
}

#image-4-wrapper .rcrop-croparea-inner {
    border: 1px dashed #fff;
}

#image-4-wrapper .rcrop-handler-corner {
    width: 12px;
    height: 12px;
    background: none;
    border: 0 solid #51aeff;
}

#image-4-wrapper .rcrop-handler-top-left {
    border-top-width: 4px;
    border-left-width: 4px;
    top: -2px;
    left: -2px
}

#image-4-wrapper .rcrop-handler-top-right {
    border-top-width: 4px;
    border-right-width: 4px;
    top: -2px;
    right: -2px
}

#image-4-wrapper .rcrop-handler-bottom-right {
    border-bottom-width: 4px;
    border-right-width: 4px;
    bottom: -2px;
    right: -2px
}

#image-4-wrapper .rcrop-handler-bottom-left {
    border-bottom-width: 4px;
    border-left-width: 4px;
    bottom: -2px;
    left: -2px
}

#image-4-wrapper .rcrop-handler-border {
    display: none;
}

#image-4-wrapper .clayfy-touch-device.clayfy-handler {
    background: none;
    border: 0 solid #51aeff;
    border-bottom-width: 6px;
    border-right-width: 6px;
}

/*label {
    display: inline-block;
    width: 60px;
    margin-top: 10px;
}*/

#update {
    margin: 10px 0 0 60px;
    padding: 10px 20px;
}

#cropped-original, #cropped-resized {
    padding: 20px;
    border: 4px solid #ddd;
    min-height: 60px;
    margin-top: 20px;
}

    #cropped-original img, #cropped-resized img {
        margin: 5px;
    }
.rcrop-wrapper {
    margin-top: 20px;
}