﻿/* Theme Red */
.theme-red .navbar {
	background-color: #da251c!important;
	/*border-top: 3px solid #fff;*/
	/*border-bottom: 3px solid #fff;*/
}
.theme-red .sidebar {
	background-color: #fff;
}
.theme-red .sidebar .legal {
	background-color: #da251c!important;
	border-top: 2px solid #fff;
	color: #fff;
}
.theme-red .sidebar .legal .copyright a {
	color: #fff!important;
}

/* Theme White */
.theme-white .navbar {
	background-color: #fff!important;
	border-bottom: 3px solid #da251c;
}
.theme-white .sidebar {
	background-color: #fff;
}
.theme-white .sidebar .legal {
	background-color: #fff;
	border-top: 2px solid #da251c;
	/*color: #fff;*/
}
.theme-white .sidebar .legal a {
	color: #da251c;
}
.theme-white .sidebar .menu ul.list > li.active {
	background-color: #e4f1f7;
}

/* Theme Blue */
.theme-blue .navbar {
	background-color: #0673ba!important;
}

.bg-red,
.btn-danger {
	background-color: #da251c!important;
}
.col-red {
	color: #da251c!important;
}
.bg-blue,
.bg-teal,
.btn-primary {
	background-color: #0673ba!important;
}
.col-blue,
.col-teal {
	color: #0673ba!important;
}
.bg-green,
.btn-success {
	background-color: #a4cd39!important;
}
.col-green {
	color: #a4cd39!important;
}

a {
	color: #0673ba;
}

.navbar-header {
	padding: 7px;
}
.sidebar {
	top: 64px;
	height: calc(100vh - 64px);
}
section.content {
	margin: 94px 15px 0 265px;
}