
.text-themecolor {
	color: #000 !important;
}

.card-no-border .left-sidebar {
	background: #15342a;
	background: -moz-linear-gradient(top, #15342a 10%, #000200 100%);
	background: -webkit-linear-gradient(top, #15342a 10%, #000200 100%);
	background: linear-gradient(to bottom, #15342a 10%, #000200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#15342a", endColorstr="#000000",GradientType=0 );
}

.card-no-border .sidebar-nav {
	background: #00160c;
}

.card-no-border .sidebar-footer {
	background: #15342a;
}

.card-no-border .sidebar-nav > ul > li > a.active {
	background: #000c02;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
	color: #ddfcf2;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
	color: #ddfcf2;
}

.sidebar-nav li.active {
	background: #000c02;
}

.color-table.info-table thead th {
	background-color: transparent;
}

.color-table.info-table thead {
	background: #15342a;
	background: -moz-linear-gradient(-45deg, #3d5c52 0%, #000c02 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #3d5c52), color-stop(100%, #000c02));
	background: -webkit-linear-gradient(-45deg, #3d5c52 0%, #000c02 100%);
	background: -o-linear-gradient(-45deg, #3d5c52 0%, #000c02 100%);
	background: -ms-linear-gradient(-45deg, #3d5c52 0%, #000c02 100%);
	background: linear-gradient(135deg, #3d5c52 0%, #000c02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5c52', endColorstr='#000c02', GradientType=1 );
}

.color-table.info-table thead tr {
	background: #15342a;
	background: -moz-linear-gradient(-45deg, #3d5c52 0%, #000c02 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #3d5c52), color-stop(100%, #000c02));
	background: -webkit-linear-gradient(-45deg, #3d5c52 0%, #000c02 100%);
	background: -o-linear-gradient(-45deg, #3d5c52 0%, #000c02 100%);
	background: -ms-linear-gradient(-45deg, #3d5c52 0%, #000c02 100%);
	background: linear-gradient(135deg, #3d5c52 0%, #000c02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5c52', endColorstr='#000c02', GradientType=1 );
}



.card-bordered {
	border: 1px solid #15342a !important;
}


.card.gradient-horizontal-lefthalf, .card-header.gradient-horizontal-lefthalf {
	background: #000000;
	background: -moz-linear-gradient(left, #15342a 0%, #000000 100%);
	background: -webkit-linear-gradient(left, #15342a 0%, #000000 100%);
	background: linear-gradient(to right, #15342a 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$branding-gradient-start', endColorstr='#000000',GradientType=1 );
}

.card.gradient-horizontal-righthalf, .card-header.gradient-horizontal-righthalf {
	background: #000000;
	background: -moz-linear-gradient(left, #000000 0%, #15342a 100%);
	background: -webkit-linear-gradient(left, #000000 0%, #15342a 100%);
	background: linear-gradient(to right, #000000 0%, #15342a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#15342a',GradientType=1 );
}

.branded-gradient-horizontal-lefthalf {
	background: #15342a;
	background: -moz-linear-gradient(left, #15342a 0%, #15342a 100%);
	background: -webkit-linear-gradient(left, #15342a 0%, #15342a 100%);
	background: linear-gradient(to right, #15342a 0%, #15342a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15342a', endColorstr='#15342a',GradientType=1 );
}

.branded-gradient-horizontal-righthalf {
	background: #000000;
	background: -moz-linear-gradient(left, #000000 0%, #15342a 100%);
	background: -webkit-linear-gradient(left, #000000 0%, #15342a 100%);
	background: linear-gradient(to right, #000000 0%, #15342a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#15342a',GradientType=1 );
}


.card-outline-info .card-header {
	background: #15342a;
	background: -moz-linear-gradient(-45deg, #47665c 0%, #15342a 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #47665c), color-stop(100%, #15342a));
	background: -webkit-linear-gradient(-45deg, #47665c 0%, #15342a 100%);
	background: -o-linear-gradient(-45deg, #47665c 0%, #15342a 100%);
	background: -ms-linear-gradient(-45deg, #47665c 0%, #15342a 100%);
	background: linear-gradient(135deg, #47665c 0%, #15342a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47665c', endColorstr='#15342a', GradientType=1 );

	border-color: transparent;
}


.right-sidebar .rpanel-title {
	background: #15342a;
	background: -moz-linear-gradient(-45deg, #47665c 0%, #15342a 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #47665c), color-stop(100%, #15342a));
	background: -webkit-linear-gradient(-45deg, #47665c 0%, #15342a 100%);
	background: -o-linear-gradient(-45deg, #47665c 0%, #15342a 100%);
	background: -ms-linear-gradient(-45deg, #47665c 0%, #15342a 100%);
	background: linear-gradient(135deg, #47665c 0%, #15342a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47665c', endColorstr='#15342a', GradientType=1 );
}




/* Login */
.container-login100 {
	background: #15342a;
	background: -moz-linear-gradient(-45deg, #15342a 0%, #15342a 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #15342a), color-stop(100%, #15342a));
	background: -webkit-linear-gradient(-45deg, #15342a 0%, #15342a 100%);
	background: -o-linear-gradient(-45deg, #15342a 0%, #15342a 100%);
	background: -ms-linear-gradient(-45deg, #15342a 0%, #15342a 100%);
	background: linear-gradient(135deg, #15342a 0%, #15342a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15342a', endColorstr='#15342a', GradientType=1 );
}

.wrap-login100 h1 {
	color: #000;
}

.wrap-login100 h2 {
	color: #000;
}

.login100-form-btn {
	background-color: #15342a;
}

.login100-form-btn::after {
	background: #012016;
}
.login100-form-btn[disabled="disabled"]::after,
.login100-form-btn[disabled="disabled"] {
	background: #ccc;
	cursor: not-allowed;
}

.input100:focus {
	border-bottom: 2px solid #15342a !important;
}


