@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url('../webfonts/OpenSans-VariableFont_wdth,wght.ttf') format("opentype");
}

html {
	height: 100%;
}

nav {
	background: white;
	border-bottom: 1px solid #00793f;
}

nav[aria-label='breadcrumb'] {
	margin-top: 65px;
	border-bottom: 0;
}

.nav-link {
	color: #00793f !important;
}

nav .logo {
	max-height: 40px;
}

.breadcrumb {
	margin-bottom: 0;
	background-color: white;
}

.breadcrumb a {
	color: #00793f;
}

main>.container-breadcrumb {
	padding: 25px 15px 20px !important;
}

h3.card-title {
	font-size: 1rem;
	font-weight: 700;
}

.card {
	box-shadow: 0 0 1px rgb(0 0 0/ 13%), 0 1px 3px rgb(0 0 0/ 20%);
}

.card-primary.card-outline {
	border-top: 3px solid #00793f;
}

main>.container,
main>.container-fluid {
	padding: 65px 15px 20px;
}

@media (min-width : 1200px) {
	.container-fluid {
		max-width: 1800px;
	}

	.container-fluid-xl {
		max-width: 99%;
	}
}

.step-trigger {
	background: gainsboro !important;
}

.step-button {
	background: gainsboro !important;
	padding: 15px 25px;
	font-size: 24px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	border: none;
	border-radius: 15px;
	box-shadow: 0 9px #999;
}

.step-button:hover {
	background-color: #00793f !important;
}

.step-button:active {
	background-color: #00793f !important;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}

.step-trigger:disabled {
	background: white !important;
}

.btn-primary {
	background: #00793f !important;
	border-color: #00793f;
	color: white !important;
	font-weight: 700;
	color: white !important;
}

.btn-link {
	color: #009540 !important;
}

.dropdown-item.active,
.dropdown-item:active {
	color: white;
	text-decoration: none;
	background-color: #009540 !important;
}

.active .bs-stepper-circle {
	background-color: #009540 !important;
}

.btn-primary:hover {
	opacity: 0.9;
}

.btn-outline-secondary {
	color: #00793f;
	border-color: #00793f;
}

.btn-outline-secondary:hover {
	background-color: #00793f;
}

.custom-file-input~.custom-file-label::after {
	content: "...";
}

.pointer {
	cursor: pointer;
}

.page-item.active .page-link {
	background: #00793f;
	border-color: #00793f;
}

table .fas {
	color: #00793f !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;
}

.filepond--credits {
	display: none;
}

.fa-minus,
.fa-plus {
	color: #00793f;
	cursor: pointer;
}

.text-sm {
	font-size: 0.875rem !important;
}

.no-border {
	border: 0;
}

input.no-border:-moz-read-only {
	background-color: white;
}

input.no-border:read-only {
	background-color: white;
}

input[type='range'] {
	accent-color: #009540;
}

.card-dashboard {
	min-height: 180px;
}

.card-dashboard-count {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, -45%);
}