.elem-icon {
    width: 25px;
}

.remove-image {
    cursor: pointer;
    font-size: 12px;
    color: #3371B1;
    margin-left: 3px;
    border-bottom: 1px dotted;
    display: none;
}

a.btns {
    background-color: #A2BC13;
    padding: 8px 12px;
    border: 1px solid #A2BC13;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    margin: 7px 0px 3px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    font-size: 11px;
    position: relative;
}

a.btns:active {
    color: white;
    cursor: pointer;
}

.file-btn {
    cursor: pointer;
}

.upload-demo-wrap {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.cropper-uploader {
    height: 500px;
    margin-top: 5px;
}

.uploaded-cropped {
    margin: 10px 10px 10px 0;
}

@media (max-width: 800px) {
    .uploaded-cropped {
        margin: 12px auto auto auto;
    }

    .file-uploader {
        margin: auto;
        display: block;
    }
}

.actions-container {
    margin-bottom: 15px;
}

.file-uploader {
    opacity: 0;
    cursor: pointer;
    width: 110px;
    height: 30px;
    font-size: 0;
    top: 5px;
    position: absolute;
}

.crop-image {
    font-family: PFHandbookProRegular, sans-serif;
    border: 1px solid #ffb400;
    background-color: #ffb400;
    padding: 2px 0;
    font-size: 14px;
    font-weight: lighter;
    color: #613100 !important;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    width: 80px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
}