.dark-grey-background {
	background-color: #c4c3c3;
	padding: 10px 0 15px 0;
}

.redcolor {
	color: red;
}

.padding-right-10 {
	padding-right: 10px !important;
}

.padding-0 {
	padding: 0px !important;
}

.padding-5 {
	padding: 5px !important;
}

li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover {
	background-color: #d4d1d1;
}

li.floatright {
	float: right;
}

.row {
	margin-right: 10px !important;
	margin-left: 10px !important;
	margin-top: 20px !important;
}

.hr {
	box-sizing: content-box !important;
	height: 10px !important;
	color: #a7a7a7 !important;
	background-color: #a7a7a7 !important;
	margin-top: 5px !important;
}

.flotright {
	float: right !important;
}

.helpPage {
	margin-top: 60px !important;
	margin: 20px;
	padding: 5px !important;
}

.footer {
	position: static;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem !important;
}

.buttonOnCenter {
	padding-top: 10px !important;
	text-align: center;
}

.company-logo,.navbar-brand {
	content: "";
	background-image: url(../images/XPERIGO-Logo2.png);
	background-size: 208px;
	background-position: center;
	height: 45px;
	width: 92px;
	background-repeat: no-repeat;
	padding: 20px 70px;
}

.audi-logo {
	content: "";
	background-image: url(../images/black-rings.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 86px;
	padding: 50px 110px;
	position: relative;
	left: 31%;
}

.logo-header {
	padding-top: 40px;
	padding-bottom: 40px;
}

.error {
	color: red;
	margin-left: 0 !important;
}

.panel-default>.panel-heading {
	color: #a94442 !important;
	font-weight: bold;
}

.panel {
	border-radius: 0px;
}

.panel-body {
	background: #f1f0f0;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px !important;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: transparent;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
	width: auto;
	max-width: 680px;
	padding: 0 15px;
}

.container .text-muted {
	margin: 20px 0;
}

.wizard>.steps>ul>li {
	width: 33% !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.mt-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.dt-buttons .buttons-excel{
	color: #fff;
	background-image : linear-gradient(to bottom, #5bc0de 0%, #5bc0de 100%);
    background-color: #5bc0de;
    border-color: #46b8da;
}

.dt-buttons a.buttons-excel.dt-button:hover:not(.disabled){
	color: #fff;
	background-image : linear-gradient(to bottom, #5bc0de 0%, #5bc0de 100%);
    background-color: #5bc0de;
    border-color: #46b8da;
}
.datatable thead th{
	background-color : #fff;
	background: #fff;
	background-image : linear-gradient(to bottom, #fff 0%, #fff 100%);
}

div.dataTables_wrapper div.dataTables_info {
    position: relative;
    top: 10px;
}
div.dataTables_wrapper div.dataTables_paginate {
    position: relative;
    top: -15px;
}