.top-border-cyan{
	border-top: 3px solid #47c765;
}

.active-sidebar {
	background: #47c765 !important;
}
.nav-link:hover{
	background: #47c765 !important;
}
    
.bg-primary {
	/*background: #47c765 !important;*/
}

.display-none{
    display: none;
}
.table-striped tbody tr:nth-of-type(odd) {
    /*background-color: rgba(23, 162, 184, 0.49) !important;*/
    /*background-color: rgba(23, 162, 184, 0.15) !important;*/
    background-color: rgba(0, 255, 58, 0.21176470588235294) !important;
    /*#00ff3a36*/
}