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

.card-no-border .left-sidebar {
	background: #00828d;
	background: -moz-linear-gradient(top, #00828d 10%, #00505b 100%);
	background: -webkit-linear-gradient(top, #00828d 10%, #00505b 100%);
	background: linear-gradient(to bottom, #00828d 10%, #00505b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00828d", endColorstr="#001e29",GradientType=0 );
}

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

.card-no-border .sidebar-footer {
	background: #00828d;
}

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

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

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

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

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

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

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

.login100-form-btn {
	background-color: #00828d;
}

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

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


