/**
 *
 * Apply Here your Custom CSS
 *
*/

body {

}

#sura .panel-success .panel-heading {
    background-color: #bdedbc;
}

#overlay-list {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d3d3d3;
    z-index: 10;
    display: none;
    opacity: 0.7;
    background-image: url('../images/loader-1.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.nested-list.custom-drag-button .dd-handle {
    left: 0;
}