a{
    cursor: pointer;
}

.bg_grey{
    background-color: #9c9c9c;
}

.textGray{
    color: gray !important;
}

.textGray a{
    color: gray !important;
}

.sidebarActive{
    color: #2FBF88 !important;
}


/*customize*/
a.textSpacing1:hover{
    color: #2FBF88 !important;
}

a:hover{
    color: #2FBF88 !important;
    text-decoration: none;
}

.nav-tabs {
    border-bottom:  none;
}


