﻿

.list-group-item {
    background-color: transparent;
    /*border-bottom: 1px solid #039f03 !important;*/
}

    .list-group-item a {
        border-bottom: 1px solid #039f03 !important;
    }

    .list-group-item a:hover {
        color: #00ed3b !important;
    }


    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #039f03 !important;
    }


.list-group-item.active a{

    color: white !important;
}

        .list-group-item.active a:hover{

        }