﻿.row_drag td
{
    padding-left: 10px;
    padding-top: 2px;
     font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;;
    font-size: 14px;
    color: rgb(70,70,70);
    width: 216px;
    display: block;
    text-decoration: none;
    background-image: url(/CmAdmin/imgs/drag_active.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.draghandle
{
    cursor: hand;
    height: 25px;
    width: 260px;
    padding-left: 0px;
    padding-right: 15px;
    background-image: url(/CmAdmin/imgs/drag.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.notraslate
{
    cursor: hand;
    height: 25px;
    width: 240px;
    padding-left: 10px;
    background-color: #e2aa9d;
}
.showhandle
{
    background-image: url(/CmAdmin/imgs/drag_active.png);
    background-position: right center;
    background-repeat: no-repeat;
}
