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

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

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

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

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

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

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

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

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

.wrap-login100 h1 {
	color: #023f86;
}

.wrap-login100 h2 {
	color: #023f86;
}

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

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

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


