#loader{
    top:0;
    bottom:0;
    width: 100%;
    height:100%;
    position: absolute;
    z-index: 5000000000;
    background-color: rgba(255, 255, 255, 0.5);
    padding:25% 50%;
}

#enrollee-detail-div p.text-muted{
    height: 20px;
}



.staff-img{
    width: 60px;
}


.treeview-menu > li > a {
    cursor: pointer;
    }

.treeview-menu>li:hover{
    background: #b1aeae;
}
