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

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

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

.card-no-border .sidebar-footer {
	background: #6c284d;
}

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

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

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

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

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

.wrap-login100 h1 {
	color: #6c284d;
}

.wrap-login100 h2 {
	color: #6c284d;
}

.login100-form-btn {
	background-color: #6c284d;
}

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

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


