/* Reset CSS */
* {
    padding: 0;
    margin: 0;
    border: none;
}

body {
    background: #eeeeee;
    font-size: 16px;
}

.main-content {
    background: #ffffff;
    margin-top: 6px;
    box-shadow: 10px 10px 5px #707070;
}

.main-content .left-block, .main-content .right-block {
    padding: 18px;
}

.dyn-box {
    width: 100%;
    position: relative;
}

.dyn-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.crop-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #000000;
    overflow: hidden;
}
.disabled{
	disabled:true;
}
.crop-image .cropper-move {
    z-index: 2;
}

.frame-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    z-index: 1;
}

.btn {
    margin-bottom: 5px;
}

.btn-upload, .btn-reset, .btn-download {
    width:100%;
}

.btn-rotate-left, .btn-rotate-right, .btn-zoom-in, .btn-zoom-out, .btn-flip-horizon, .btn-flip-vertical {
    width: 49%;
}

h3 {
    font-weight: 700;
    color: blue;
}

.footer {
    padding-top: 14px;
}

.footer p {
    text-align: center;
    font-weight: bold;
}
