html {
	font-family: Verdana, sans-serif;
	scroll-behavior: smooth;
	height: 100%;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	height: 100%;
	margin: 0;
}

.main-container {
	max-width: 100% !important;
	padding: 0;
}

#header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #fff;
	padding: 19px;
	z-index: 99999 !important;
	box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.2);
}

h1.title {
	font-size: 20px;
	font-weight: bold;
	color: #00A590;
	background-color: #fff;
	z-index: 99999 !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #00A590;
	padding: 15px 20px;
	margin: 5px 0 0 0 !important;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #00A590;
	padding: 15px 20px 0 20px;
	margin: 5px 0 0 0 !important;
}

p {
	padding: 10px 20px;
}

ul {
	padding: 0 0 0 60px;
	margin: 0;
}

li {
	padding: 0 0 10px 0;
}

.row {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	padding: 0 15px;
	margin-top: 30px !important;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.row-left {
	width: 20%;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	background-color: #00A590;
	padding: 10px;
	box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.row-left h1 {
	padding: 0 !important;
	margin: 10px 0 0 10px !important;
	box-shadow: none !important;
}

.row-right {
	width: 80%;
	background-color: #fff;
	padding: 0 10px;
}

.html-widget {
	width: 100%;
	padding: 0 20px;
	margin: auto;
	font-family: Verdana, sans-serif !important;
}

.datatables {
	padding-top: 20px;
}

.dataTables_filter,
.dataTables_length,
.dataTables_info,
.dataTables_paginate.paging_simple_numbers {
	font-size: 14px !important;
}

.dataTables_scrollBody {
	height: 100% !important;
}

.dataTable th {
	text-align: center !important;
}

.dataTable th,
.dataTable td {
	font-size: 14px;
}

.dataTable td:first-child {
	text-align: left !important;
}

.dt-button {
	padding: 2px 5px !important;
	margin: 0 10px 0 0 !important;
}

div.dt-buttons>.dt-button {
	padding: 2px 5px !important;
}

input[type=search],
select {
	border-radius: 2px !important;
}

.plotly {
	width: 93% !important;
	font-family: Verdana, sans-serif !important;
}

svg.main-svg,
svg.main-svg * {
	overflow: visible !important;
}

img {
	margin: auto !important;
	width: 100% !important;
}

.level2 img {
	max-width: 1000px !important;
	margin: auto !important;
	display: block !important;
}

.btn {
	padding: 0 3px !important;
}

.modal {
	z-index: 99999 !important;
}

.flextable-shadow-host {
	margin: 30px;
}

em {
	font-size: 12px !important;
	font-style: italic !important;
	color: #727272 !important;
}

/* For vector control pages */
#a-insectidesrepellents-applied-to-hosts>h1,
#b-substances-targeting-vectors-directly-not-host-specific>h1,
#other-types-of-outcomes>h1,
#references>h1 {
	font-size: 20px;
	color: #fff;
	background-color: #00A590;
	padding: 10px 20px;
	margin-bottom: 20px !important;
}

#a-insectidesrepellents-applied-to-hosts,
#b-substances-targeting-vectors-directly-not-host-specific,
#other-types-of-outcomes,
#references {
	border-radius: 3px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
	margin: 20px 0 40px 0 !important;
	padding-bottom: 20px;
}

#header:has(#cover-title) {
	display: none;
}