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

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

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

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

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

.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: #648e9f;
}

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

.wrap-login100 h1 {
	color: #3f4146;
}

.wrap-login100 h2 {
	color: #3f4146;
}

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

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

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


