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

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

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

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

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

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

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

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

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

.wrap-login100 h1 {
	color: #5a5c69;
}

.wrap-login100 h2 {
	color: #5a5c69;
}

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

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

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


