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

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

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

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

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

.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: #008cc4;
}

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

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

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

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

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

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


