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

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

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

.card-no-border .sidebar-footer {
	background: #0e7d68;
}

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

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

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

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

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

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

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

.login100-form-btn {
	background-color: #0e7d68;
}

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

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


