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

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

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

.card-no-border .sidebar-footer {
	background: #83b271;
}

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

.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: #5b8a49;
}

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

.wrap-login100 h1 {
	color: #357c1b;
}

.wrap-login100 h2 {
	color: #357c1b;
}

.login100-form-btn {
	background-color: #83b271;
}

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

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


