﻿.global-move-line-div:before,
.global-delete-line-div:before {
    content: '' !important;
}

.global-move-line-div,
.global-delete-line-div {
    height: 36px;
    width: 36px;
    line-height: 36px;
    padding: 0px;
    text-align: center;
    margin: 0px 0px 0px 1px;
    position: absolute;
    z-index: 10;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.global-move-line-div {
    cursor: ns-resize;
    background-color: #2EB336;
    background-image: url(/Resources/Internal/Images/2020/icon-move-row-small-white.svg);
}

.global-delete-line-div {
    cursor: pointer;
    background-color: #FF6A6A;
    background-image: url(/Resources/Internal/Images/2020/icon-trash-small-white.svg);
}