﻿#sidebar-menu {
    padding-top: 0px !important;
}
    #sidebar-menu > ul > li > a{
        padding: 12px 12px !important;
    }

        #sidebar-menu > ul > li > a.active{
            color: #46a23f !important;
        }

        .navbar-custom {
            height: 50px;
        }

.navbar-100-custom {
    width: 100%;
    top: 0px !important;
    text-align: center;
}

.text-success {
    color: #46a23f !important;
}
   .tab-cstm td {
        border: 1px solid black;
        padding: 5px !important;
    }

    .tab-cstm tr > td {
        border: 1px solid black;
        padding: 5px !important;
    }
.button-menu-resp {
    left: 15px;
    top: 10px;
    background: transparent;
    color: white;
    border: 1px solid white;
}

.notification-list .nav-link {
    line-height: 0 !important;
}

.topbar-left div:first-child {
    height: 50px !important;
}

.logo {
    line-height: 50px;
    text-align: center;
}
#sidebar-menu > ul > li > a.active i {
    background: transparent;
    color: #46a23f;
}
#sidebar-menu > ul > li > a.active:hover {
    background: white;
    font-weight: bold;
    color: white;
}

#sidebar-menu > ul > li > a:hover {
    color: #46a23f;
}

    #sidebar-menu > ul > li > a:hover i {
        color: #46a23f;
        -webkit-animation-name: spin;
        -webkit-animation-duration: 200ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 200ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        animation-name: spin;
        animation-duration: 200ms;
        animation-iteration-count: 1;
        animation-timing-function: linear;
    }

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    background-color: #46a23f !important;
    color: #ffffff;
}
