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

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

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

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

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

.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: #44a396;
}

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

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

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

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

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

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


