header.header {
	background-color: #000000;
}

header.header .main-navbar-wrapper {
	background: #333;
}

header.header .logo-img {
	max-width: 268px;
	max-height: 50px
}

header.header .navbar a {
	color: #fff
}

header.header .toolbar .nav-link:hover {
	color: #ddd
}

footer.footer {
	background: #021040;
    border-top: 3px solid #119d3a;
}


.dropdown-menu>li>a {
	color: #333 !important
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #25a75b !important;
	text-decoration: none;
	background-color: #d8f3e1 !important;

}

.badge-info {
	background-color: #369
}

.card-header {
	background-color: #0F9555;
	border-color: #25C177
}

.sidebar .card-title {
	color: #fff
}

.sidebar .list-group-item.active,
.sidebar .list-group-item.active:focus,
.sidebar .list-group-item.active:hover {
	color: #25a75b !important;
	background: #d8f3e1 !important;
	border-color: #d8f3e1 !important
}

.card-body,
.mc-promo-login .content,
.mc-promo-manage .content {
	color: #495057
}

table.table-list tbody td {
	padding: 10px 32px !important
}

table.table-list thead th {
	padding: 8px 0 !important
}

.panel-title {
	color: #fff
}

.popup-header-padding {
	color: #fff
}

.bgws0 {
	background-color: #0F9555 !important;
}

ul.list4 li i.fa {
	width: 15px;
	height: 15px;
	line-height: 18px;
	 !important
}

ul.list4 {
	list-style: none;
	padding: 3px
}

ul.list4 li {
	font-size: 15px
}

ul.list4 li i.fa {
	background: #00b159;
	color: #fff;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	margin-right: 8px;
	font-size: 11px;
	border-radius: 100%
}

.list-group-item.active {
    color: #25a75b;
    background-color: #d8f3e1;
    border-color: #d8f3e1;
}

.configurations .centerh {
    display: none !important;
    
}


@media only screen and (max-width:767px) {
	header.header .logo-img {
		max-width: 175px
	}
}

@media only screen and (max-width:375px) {
	header.header .logo-img {
		max-width: 145px
	}
}