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

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

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

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

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

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

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

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

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

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

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



.card-bordered {
	border: 1px solid #01b57c !important;
}


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

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

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

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


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

	border-color: transparent;
}


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




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

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

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

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

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

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


