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

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

.card-no-border .sidebar-nav {
	background: #00272a;
}

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

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

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

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

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

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

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

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



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


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

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

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

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


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

	border-color: transparent;
}


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




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

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

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

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

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

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


