.editblock,
.newblock {
    margin: 0 0 0 -20px;


    .hx-fa-icon-container {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

    .hx-fa-icon-on {
        opacity: 1;
        background-color: #DDDDDD;
        width: 16px;
        height: 16px;
        border-radius: 2px;
        padding: 0;
        color: #585858;
    }

    .hx-fa-icon:hover {
        opacity: 1;
        cursor: pointer;
        background-color: #BABABA;
    }


}

.editblock {
    position: absolute;
}

.editblock_btn,
.newblock img {
    opacity: 1;
    background-color: #ddd;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    padding: 0;
}

.editblock_btn:hover,
.newblock img:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #bAbAbA;
}

.cmshx_editbutton_hidden {
    background-color: rgba(250, 0, 0, 0.6) !important;
}

.cmshx_editbutton_hidden:hover {
    background-color: rgba(250, 0, 0, 0.85) !important;
}