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

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

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

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

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

.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: #004a9e;
}

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

.wrap-login100 h1 {
	color: #253e88;
}

.wrap-login100 h2 {
	color: #253e88;
}

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

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

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


