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

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

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

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

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

.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: #005c61;
}

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

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

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

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

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

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


