.btn-primary {
	background-color: #00b228 !important;
	color: #fff !important;
	border-color: #00b228 !important;
}

.btn-outline-primary {
    color: #efb800;
    border-color: #efb800;
}

app-login .card-group {
	display: flex;
	flex-direction: column !important;
}	


app-login .card-group > img {
	width: 75% !important;
}	

img[src*="logo_emktech.svg"] {
  width: 300px;
  max-width: 100%;
  height: auto;
}

img[src*="emkTech-branca.svg"] {
  width: 200px;
  max-width: 100%;
  height: auto;
}

.sidebar {
	background-color: #00552b !important;
	background-image: none !important;
	color: #e8e8e8 !important;
}
.sidebar .nav-item .nav-link {
	color: #e8e8e8 !important;
}
    
.sidebar .nav-item .nav-link > i {
	color: #e8e8e8 !important;
}

    .sidebar .nav-item .nav-link[data-toggle=collapse]:after {
		color: #e8e8e8 !important;
	}

#sidebarToggle::after {
	color: #e8e8e8 !important;
}

.sidebar-divider {
	border-top: 1px solid #e8e8e8 !important;
}

.text-primary {
	color: #00552b !important;
}

.card-header {
	color: #00552b !important;
}

.card-header h6 {
	color: #00552b !important;
}

.page-item.active .page-link {
background-color: #00b228 !important	
}

.btn-outline-primary:hover, .form-check-input:checked {
background-color: #00b228 !important	
}
.form-check-input:checked {
	border-color : #00b228 !important;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #00552b;
    font-weight: 700;
}