﻿/*.ScrableTbl {
    width: 100% !important;
    height: 23%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch !important;
}
*/
.ScrableTblScrCtrl .dev-data-grid-copy {
    display: inline-block;
    background-color: #777;
    padding: 0 5px 0 25px;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
    line-height: 32px;
}

.ScrableTblScrCtrl .dev-data-grid-copy::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 19px;
    height: 19px;
    background: url(/theme/images/icon_btn_common.png) no-repeat 0 100%;
    background-size: 200%;
    border: 0px solid;
}

.ScrableTblScrCtrl .dev-data-grid-copy:hover {
    background-color: orange;
    color: white;
}
