body {
    background-color: #fcfcfc;
}

.crop-view {
    display: block;
    margin: 15% auto 5%;
    height: 220px;
    width: 220px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    cursor: pointer;
    overflow: hidden;
}

.crop-view img {
    width: 100%;
    max-width: inherit;
}

.crop-body {
    padding-right: 15px;
    padding-left: 15px;
}

.crop-upload {
    overflow: hidden;
}

.crop-upload label {
    display: block;
    float: left;
    clear: left;
    width: 100px;
    padding-top: 10px;
    font-size: 130%;
}

.crop-upload input {
    display: block;
    margin-left: 100px;
    width: auto;
    float: none;
    max-width: 55%;
}

.avater-alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

.crop-wrapper {
    height: 364px;
    width: 100%;
    margin-top: 15px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.25);
    background-color: #fcfcfc;
    overflow: hidden;
}

.crop-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}

.crop-preview {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.crop-preview:hover {
    border-color: #ccf;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.crop-preview img {
    width: 100%;
    max-width: inherit;
}

.preview-banner {
    width: 231px;
    height: 68px;
    margin-top: 15px;
}

.preview-logo {
	height: 68px;
    width: 140px;
    margin-top: 15px;
}

.preview-lg {
    height: 180px;
    width: 160px;
    margin-top: 15px;
}

.preview-sobre {
    height: 280px;
    width: 280px;
    margin-top: 15px;
}

.preview-md {
    height: 34px;
    width: 30px;
}

.preview-sm {
    height: 13px;
    width: 12px;
}

@media (min-width: 992px) {
    .crop-preview {
        float: none;
    }
}

.user .image .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.user .image .loading .container-loading {
    position: relative;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

.user .image .loading .container-loading .content {
    display: table-cell;
    vertical-align: middle;
}

.user .image .loading .container-loading .content .overload {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #fff;
    opacity: .8;
}

.user .image .loading .container-loading .content img {
    z-index: 500;
    position: relative;
}

#crop-loading.desable {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url("../images/load/crop-loading.gif") no-repeat center center;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 20140628;
}
