main>.container, main>.container-fluid {
	padding: 85px 15px 20px;
}

@media ( min-width : 1200px) {
	.container-fluid {
		max-width: 1800px;
	}
}

body {
	
	background-color: white;
}

nav {
	
	background-color: #DA291C !important;
	border-bottom: 1px solid #DA291C;
}

.nav-link {
	color: white !important;
}
.nav-link-body
{
	color: #DA291C !important;
}
nav .logo {
	max-height: 40px;
}

h6 {
	font-weight: 700;
}

.btn-primary {
	background-color: #DA291C !important;
	border-color: #DA291C !important;
	color: white !important;
	font-weight: 700;
}

.active .bs-stepper-circle {
	background-color: #DA291C !important;
}

.btn-primary:hover {
	opacity: 0.9;
}

.btn-outline-secondary {
	color: #3e3934;
	border-color: #3e3934;
}

.btn-outline-secondary:hover {
	background-color: #3e3934;
}

.custom-file-input ~ .custom-file-label::after {
	content: "...";
}

.pointer {
	cursor: pointer;
}

.page-item.active .page-link {
	background-color: #DA291C;
	border-color: #DA291C;
}

.deleteIcon, .editIcon, .fa-user-edit {
	color: #DA291C !important;
	cursor: pointer;
}

.tooltip-inner {
	max-width: 300px;
}

.dataTables_length {
	margin: 2px;
}

.dataTables_length select {
	height: 38px;
}

.dashboard-card {
	position: absolute;
	left: 40%;
	top: -20px;
	border-radius: 50%;
}

#messages {
	position: absolute;
	z-index: 1000;
	top: 85px;
	right: 15px;
}

#toast-container {
	position: sticky;
	z-index: 1055;
	top: 0
}

#toast-wrapper {
	position: absolute;
	top: 0;
	right: 15px;
	margin: 5px
}

#toast-container>#toast-wrapper>.toast {
	min-width: 150px
}

#toast-container>#toast-wrapper>.toast>.toast-header strong {
	padding-right: 20px
}

table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>th:first-child:before {
	top: 15px !important;
}