﻿.lr-drop-target-before {
    border-left: 2px solid orange;
}

.lr-drop-target-after {
    border-right: 2px solid orange;
}

.loaderAnimation {
   position: absolute;
    width: 98%;
    height: 100px;
    z-index: 9999;
    background: url(../../images/Preloader.gif) center no-repeat #fff;
}

table.dyn-table tbody tr:hover{
    background : lightblue;
}

.col-header:hover , table.dyn-table tbody tr a {
    cursor:pointer;
}  