.skin-zmzm {
	/*Theme Colors*/
}

.skin-zmzm .topbar {
	background: #fff;
}

.skin-zmzm .sidebar-nav ul li a.active,
.skin-zmzm .sidebar-nav ul li a:hover {
	color: #cdf4ff;
}

.skin-zmzm .sidebar-nav ul li a.active i,
.skin-zmzm .sidebar-nav ul li a:hover i {
	color: #cdf4ff;
}

.skin-zmzm .sidebar-nav>ul>li.active>a {
	color: #fff;
	border-color: #2091b3 !important;
}

.skin-zmzm .sidebar-nav>ul>li.active>a i {
	color: #00c292;
}

.skin-zmzm .page-titles .breadcrumb .breadcrumb-item.active {
	color: #00c292;
}

.skin-zmzm .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
	display: none;
}

.skin-zmzm .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
	display: inline-block;
	color: #33363a;
}
.skin-zmzm .topbar .top-navbar .navbar-header .navbar-brand .light-logo>h4 {
	/*color: #05789a;*/
	color: #00b398;
	font-weight:bold;
}
.skin-zmzm .left-sidebar {
	/*background: #2091b3;*/
	background: #00b398;
}
.sidebar-nav ul li a{
	color:#fff
}
.sidebar-nav>ul>li>a i{
	color:#ddf7ff;
}
.skin-zmzm .left-sidebar .user-pro-body a.link {
	color: #8d97ad;
}

@media (min-width: 768px) {
	.skin-zmzm.horizontal-nav .sidebar-nav #sidebarnav>li>ul,
	.skin-zmzm.horizontal-nav .sidebar-nav #sidebarnav>li:hover>a {
		/*background: #05789a;*/
        background-color: black;
	}
}


.navbar-brand {
    color: #33363a;
}


.full-primary-table{
	
}
.full-color-table.full-primary-table{
	color:#000000;
}
.table{
	background-color:#fff;
}
.full-color-table.full-primary-table thead th,
.table thead th{
	/*background-color:#2091b3;*/
    background-color:#00b398!important;
	color:#fff;
}
.full-color-table.full-primary-table thead,
.table thead{
	-webkit-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	overflow:hidden;
	
}
.full-color-table.full-primary-table thead th:first-child,
.table thead th:first-child{
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}
.full-color-table.full-primary-table thead th:last-child,
.table thead th:last-child{
	-webkit-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}
.full-color-table.full-primary-table{
	background-color:#ffffff;
	border-color:#e8eff7;
}
.full-color-table.full-primary-table tr:hover{
	background-color:#e8eff7;
	color:#262626;
}
.title-color{
	color:#00B398;
	font-weight:800;
}
.btn-info{
	background-color:#46b5d6;
}
.btn-info:hover{
	background-color:#2091b3;
}
.btn-white{
	background-color:transparent;
	border-color:transparent;
	color:#2091b3;
}
.btn-white:hover{
	color:#46b5d6;
}

.color-blue{
	color:#2091b3;
}