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

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

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

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

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

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

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

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

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

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

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

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

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

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


