@media (max-width: 576px) {
	.tab-content {
		padding: 15px 0 !important;
	}
}
html.light-style img.dark {
	display: none;
}
html.dark-style img.white {
	display: none;
}
html.dark-style .btn-primary {
	background-color: #27a841 !important;
	border-color: #27a841 !important;
}
html.dark-style .btn-primary:hover {
	background-color: #137e29 !important;
	border-color: #137e29 !important;
}
html.dark-style .nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
	background-color: #27a841 !important;
}
html.dark-style .bg-primary {
	background-color: #27a841 !important;
}
html.dark-style .bootstrap-select .dropdown-menu.inner a[aria-selected="true"] {
	background: #27a841 !important;
}
html.dark-style .form-check-input:checked, .form-check-input[type="checkbox"]:indeterminate {
	background-color: #27a841 !important;
	border-color: #27a841 !important;
}
html.dark-style .bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
	background: #27a841 !important;
	border-color: #27a841 !important;
}
html.dark-style .text-primary {
	color: #77e467 !important;
}/*
html.dark-style a {
	color: #f5f5f5 !important;
}*/
html.dark-style .layout-menu a{
    color: #f5f5f5 !important;
}
html.dark-style .nav.nav-tabs button{
    color: #f5f5f5 !important;
}
html.dark-style .form-label{
    color: #f5f5f5 !important;
}
html.dark-style .border-primary, html.dark-style .border-primary {
	border-color: #fff !important;
}
html.dark-style .bg-label-primary {
	color: #fff !important;
}
.alert-info {
	background-color: #5dd54b !important;
	border-color: #4fdf3a !important;
	color: #fff !important;
}
