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

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

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

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

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

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

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

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

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

.wrap-login100 h1 {
	color: #1d1d1e;
}

.wrap-login100 h2 {
	color: #1d1d1e;
}

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

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

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


