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

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

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

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

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

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

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

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

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

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

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

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

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

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


