:root {
  --color-acrespub-background-grey: #f5f5f5;
  --color-acrespub-border-grey: #c4c4c4;
  --color-acrespub-green: #2e8540;
  --color-acrespub-blue-hover: #1360A3;
  --color-epa-blue: #337AB7;
}

body {
	font-family: ariel, sans-serif;
}

h1 {
	margin-left: 15px;
	margin-bottom: 30px;
	margin-top: 10px;
}

a {
	color: #0071BC;
}

a:hover {
	color: var(--color-acrespub-blue-hover);
}

#acrespubEpaLogoDiv{
	margin-left: 25px;
}

#acrespubTopBlueDivider{
	width: 100%;
	height: 10px;
	color: var(--color-epa-blue);
	background-color: var(--color-epa-blue);
	border-color: var(--color-epa-blue);
	opacity: 1;
	margin-top: 5px;
	margin-bottom: 5px;
}

.acrespubRelatedTopics {
	border-bottom: 1px solid var(--color-acrespub-border-grey);
	margin: 0px 25px 15px 25px;
	padding: 15px 0px 15px 15px;
	font-size: 16px;
	font-weight: bold;
}

.acrespubRelatedTopics a, .acrespubRelatedTopics a:visited{
	text-decoration: none;
	margin: 0px 20px 0px 20px;
	color: var(--color-epa-blue);
}

.acrespubRelatedTopics a:hover {
	text-decoration: underline;
}

.acrespubBottomBuffer {
	margin-bottom: 15px;
}

.acrespubChipList {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--color-acrespub-border-grey);
	padding-right: 25px;
}

.acrespubDataTable {
	padding-top: 15px;
	
}

.acrespubIconOrange {
	color: orange;
}

.acrespubFullWidthButton span {
	padding-right: 5px;
}

.acrespubFooterBox {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--color-acrespub-border-grey);
	text-align: center;
	padding-bottom: 20px;
}

.acrespubReverseButton {
	color: var(--color-epa-blue);
	background-color: white;
	border-color: var(--color-epa-blue);
}

.acrespubReverseButton:hover {
	color: white;
	background-color: var(--color-acrespub-blue-hover);
	border-color: var(--color-acrespub-blue-hover);
}

/* Filter Box */

.acrespubFilterBox {
	border: 1px solid var(--color-acrespub-border-grey); /* put border style into css variable */
	background-color: var(--color-acrespub-background-grey);
	border-radius: 5px;
	font-size: 18px;
	padding: 5px 15px 5px 15px;
	margin: 0px 15px 25px 15px;
}

.acrespubFilterBoxHeader, .acrespubFilterBoxFooter {
	font-size: 20px;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

.acrespubFilterBoxHeader {
	border-bottom: 1px solid var(--color-acrespub-border-grey);
	font-weight: bold;
	padding-bottom: 15px;
}

.acrespubFilterBoxFooter {
	border-top: 1px solid var(--color-acrespub-border-grey);
	padding-top: 20px;
}

.acrespubFilterBoxButton {
	width: 100%;
}

.acrespubFilterBoxButtonHalfWidth {
	width: 48%;
	font-size: .9rem;
	padding-left: 4px;
	padding-right: 4px;	
}

.acrespubFilterBoxGuidance {
	font-size: 12px;
}

.acrespubFilterBox .accordion-body {
	background-color: white;
	border-left: 7px solid var(--color-acrespub-green);
	border-right: 1px solid var(--color-acrespub-border-grey);
	padding-top: 0px;
	font-size: .875rem;
}

.acrespubFilterBox .accordion-item {
	background-color: transparent;
}

.acrespubFilterBox .accordion-button {
	background-color: transparent;
}

.acrespubFilterBox .accordion-button:focus {
	box-shadow: none;
	border-top: 1px solid var(--color-acrespub-border-grey);
	border-bottom: none;
}

.acrespubFilterBox .accordion-button:not(.collapsed) {
	color: black;
	background-color: white;
	border-left: 7px solid var(--color-acrespub-green);
	border-right: 1px solid var(--color-acrespub-border-grey);
	/*border-top: 1px solid var(--color-acrespub-border-grey);*/
	border-top: none;
	border-bottom: none;
	font-weight: bold;
	box-shadow: none;
}

.acrespubFilterBox .accordion-button:after {
	background-image: none;
	content: "+";
}

.acrespubFilterBox .accordion-button:not(.collapsed)::after {
	background-image: none;
	content: "-";
}

/* End Filter Box */

/* Filter chips (based on https://www.w3schools.com/howto/howto_css_contact_chips.asp) */

.acrespubFilterChip {
  display: inline-block;
  padding: 0 15px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  border-radius: 25px;
  background-color: #cccccc;
  margin-right: 10px;
}

.acrespubFilterChipCloseBtn {
  padding-left: 10px;
  color: #888;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
}

.acrespubFilterChipCloseBtn:hover {
  color: black;
}

.acrespubChipListTitleText{
	font-weight: bold;
	padding-right: 15px;
}

/* End Filter Chips */

/* Multiselect Checkbox Menu */

.checkbox-menu {
	max-height: 300px;
	overflow-y: auto;
}

.checkbox-menu-all-header {
	padding: 3px 10px;
}

.checkbox-menu-all-header-links {
	padding: 3px 10px;
	font-size: 14px;
	color: #0071BC;
	cursor: pointer;
}
 
.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

/* Can use these if we want to add/remove the active class when a checkbox item is selected.  Not needed for now

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}
*/

/* End Multiselect Checkbox Menu */

/* Bootstrap Overrides */

.container-fluid{
	margin-left: 0px;
	padding-left: 25px;
	margin-right: 0px;
	padding-right: 30px;
}

.row {
	margin-right: 0px;
}

.btn-primary {
	background-color: var(--color-epa-blue);
	border-color: var(--color-epa-blue);
}

.btn-white {
	border-color: var(--color-acrespub-border-grey);
}

.btn-primary:hover {
	background-color: var(--color-acrespub-blue-hover);
}
 
.bi-question-circle-fill {
	cursor: pointer;
}

/* End Bootstrap Overrides */

/* Begin Datatables overrides */
#resultsTable_processing {
	background: #eeeeee;
	color: black;
	height: 100%;
	top: 0%;
	margin-top: 0px;
	opacity: 0.8;
}

table.dataTable thead th {
	border-top: 1px solid #dee2e6;
}

.dataTables_length {
	margin-bottom: 15px;
}


/* End Datatables overrides */

/* Begin Grant Fact Sheet HTML/PDF Shared Styles */
/* NOTE - The PDF engine won't interpret CSS variables */
.gfsHeaderLogo {
	width: 100%;
	border-bottom: 3px solid #337AB7;
}
.gfsWebMargins {
	margin: 0px 30px 0px 30px;
}

.gfsH1 {
	margin: 0px;
}

#gfsSubtitle {
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 20px;
}

#gfsBody h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
}

#gfsBody h4 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
}

#gfsTopSection {
	display: table;
	width: 100%;
}
#gfsTopSectionLeft {
	display:table-cell;
	width: 60%; 
	vertical-align: top;
}
#gfsTopSectionRight {
	display:table-cell;
	width: 40%; 
	vertical-align: top;
}

#gfsTopSectionLeftPDF {
	display:table-cell;
	width: 50%; 
	vertical-align: top;
}
#gfsTopSectionRightPDF { 
	display:table-cell;
	width: 50%; 
	vertical-align: top;
}


.gfsSplitSection {
	display: table;
	width: 100%;
}
.gfsSplitSectionLeft {
	display:table-cell;
	width: 60%; 
	vertical-align: top;
}
.gfsSplitSectionRight {
	display:table-cell;
	width: 40%; 
	vertical-align: top;
}
.gfsSplitSectionLeftPDF {
	display:table-cell;
	width: 50%; 
	vertical-align: top;
}
.gfsSplitSectionRightPDF { 
	display:table-cell;
	width: 50%; 
	vertical-align: top;
}

#gfsJtTable {
	width: 100%; 
	border: 1px solid black;
}

#gfsJtTable td {
	padding: 5px;
	border: 1px solid black;
	vertical-align: top; 
}

.gfsContentBox {
	margin-bottom: 15px;
	vertical-align: top;
}

#gfsPublicationInformation {
	background-color: #EEEEEE;
	padding: 10px 15px 15px 15px;

}

.gfsPublicationInformationPDF {
	font-size: 12px;
}
/* End Grant Fact Sheet HTML/PDF Shared Styles */

/* Begin Mobile/Screen Size Specific Styles (based on Bootstrap's 992 cutoff) */

@media (min-width: 992px) {
	#filterBoxCollapseElement {
	    display: none;
	}
}

/* End Mobile/Screen Size Specific Styles */