/* DEFAULT BOOTSTRAP FIXES */
.nav {
	padding-left: 10px;
	padding-bottom: 3px;
}

a,
.nav>li.disabled>a {
	color: #ffffff;
	/* Should this be here? */
}

a:hover {
	color: #282828;
}

.modal a,
.modal a:visited,
.modal a:active,
.modal a:hover {
	color: #000;
}

.alert {
	padding: 10px 15px 10px 15px;
	margin-bottom: 10px;
}

.btn {
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-lg {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.form-horizontal .control-label {
	float: left;
	width: 120px;
	padding-top: 5px;
	text-align: right;
}

.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 140px;
	*margin-left: 0;
}

.form-horizontal .controls:first-child {
	*padding-left: 140px;
}

.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.navbar-text {
	margin: 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #282828;
	background-color: #ffffff;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #ffffff;
}

.nav-pills>li>a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.nav-tabs>li>a,
.nav-pills>li>a {
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 2px;
	line-height: 14px;
}

/* CUSTOM CSS */
html,
body {
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

header .home,
.logout {
	color: #817c7c;
}

header .home:after,
.logout:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background-color: transparent;
	transition: background-color 0.3s;
}

header .home:hover::after,
.logout:hover::after {
	background-color: #1b59f8;
}

header .home:hover,
.logout:hover {
	color: #1b59f8;
	padding-right: 5px;
	font-weight: 700;
}



footer,
footer *,
header,
header * {
	box-sizing: border-box;
	float: none;
	border: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

header {
	background: #fff;
	min-width: 100dvw;
	padding: 0;
	font-size: 13px;
	display: block;
	position: relative;
	box-shadow: -5px 7px 7px -7px #00000029;
}

header .support-list {
	display: block;
}

header #header-app-name {
	justify-content: center;
	align-items: center;
	min-height: 72px;
	margin-bottom: 8px;
	display: flex;
}

header #header-app-name>svg {
	position: absolute;
	top: 9px;
	left: 15px;
}

header #header-app-name>svg,
header #header-app-name>svg image {
	width: 207px;
	height: 41px;
}

header #header-app-name>span:not(#dealerName) {
	color: #555;
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	top: 50px;
	left: 91px;
}

header #header-app-name #dealerName {
	font-size: 16px;
	font-weight: 700;
	display: none;
}

html {
	background: #fff;
}

body {
	background: none;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	display: flex;
}

.container {
	box-sizing: border-box;
	flex: 1;
	margin: 0 auto;
	padding: 7px 33px 0;
}

footer {
	border-top: 1px solid #a9c1fc;
	display: block;
}

footer div {
	border-top: 1px solid #c5d5fd;
	justify-content: center;
	align-items: center;
	padding: 9px 0;
	display: flex;
}

footer p {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1em;
	display: inline-block;
}

footer .sup-email {
	color: #337ab7;
}