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

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

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

.card-no-border .sidebar-footer {
	background: #371b55;
}

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

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

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

.sidebar-nav li.active {
	background: #0f002d;
}

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

.color-table.info-table thead {
	background: #371b55;
	background: -moz-linear-gradient(-45deg, #5f437d 0%, #0f002d 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #5f437d), color-stop(100%, #0f002d));
	background: -webkit-linear-gradient(-45deg, #5f437d 0%, #0f002d 100%);
	background: -o-linear-gradient(-45deg, #5f437d 0%, #0f002d 100%);
	background: -ms-linear-gradient(-45deg, #5f437d 0%, #0f002d 100%);
	background: linear-gradient(135deg, #5f437d 0%, #0f002d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f437d', endColorstr='#0f002d', GradientType=1 );
}

.color-table.info-table thead tr {
	background: #371b55;
	background: -moz-linear-gradient(-45deg, #5f437d 0%, #0f002d 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #5f437d), color-stop(100%, #0f002d));
	background: -webkit-linear-gradient(-45deg, #5f437d 0%, #0f002d 100%);
	background: -o-linear-gradient(-45deg, #5f437d 0%, #0f002d 100%);
	background: -ms-linear-gradient(-45deg, #5f437d 0%, #0f002d 100%);
	background: linear-gradient(135deg, #5f437d 0%, #0f002d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f437d', endColorstr='#0f002d', GradientType=1 );
}



.card-bordered {
	border: 1px solid #32a23e !important;
}


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

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

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

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


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

	border-color: transparent;
}


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




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

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

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

.login100-form-btn {
	background-color: #371b55;
}

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

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


