﻿/* HEADER AND FOOTER CODE */
.QSIFeedbackButton, #QSIFeedbackButton-btn, .mdgov-headerBanner, .QSIWebResponsive, .QSIWebResponsiveShadowBox, .QSIWebResponsive-creative-container-fade, #ZN_3EcgnYw41jv7ozZ, #QSIFeedbackButton-pullup-container {
	display: none;
}
/* GLOBAL CONFIGS */
html {
	scroll-behavior: smooth;
}
* {
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "tnum";
}
/* SHADOW UNDER MARYLAND.GOV HEADER */
.mdgov-entNav {
	box-shadow: 0px 5px 15px 5px rgba(0,0,0,.3) !IMPORTANT;
}

/* NEW TEMPLATE STUFF */
.mdgov-masthead-top {
	background-color: rgba(9,36,75, 1) !important;
	padding: 0;
} 
	    
html.has-ribbon .mdgov-outerWrap {
	margin-top: 0px !important;
}

/* GLOBAL ROW-SPECIFIC STYLES */
.mdgov-masthead-top-wrap {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
#mdgovFooter ul>li {
	line-height: 1.75;
}
#mdgovFooter ul {
	list-style: none;
	padding-left: 0;
}
#highlightedArticle {
	padding: 5px; 
	border-radius: 5px; 
	box-shadow: 2px 2px 5px #222; 
	margin-bottom: 40px;
}
#highlightedArticle div {
	padding: 10px;
}
.mdgov-agency-2 {
	position: relative;
	line-height: 1.2;
	display: inline;
	padding: 0;
	margin: 0;

}
main a, .mdgov-banner a, .mdgov-banner-row a {
	font-weight: bold;
}
main a:hover, nav a:hover, #automessage a:hover, #jurisNotice a:hover, .modal-content a:hover {
	color: var(--highlight);
}
table, address {
	box-shadow: 2px 2px 5px #ccc;
	margin-bottom: 30px;
	border-radius: 5px;
}
address {
	border: 1px solid #ccc;
}
#holidayTable1 {
	outline: 1px solid #ccc;
	outline-offset: -1px;
}
table {
	display: table;
	overflow: hidden;
}
thead tr {
	background-color: var(--primary);
	color: var(--white);
}
th,td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
em {
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: 5px;
}
.align-right {
	text-align: right;
	padding-right: 1%;
}
address b, .phone-row div {
	width: 100%;
	display: block;
	font-size: 1.2em;
}
address a {
	margin-bottom: 15px;
	display: inline-block;
}
.phone-row a {
	margin-bottom: 0;
}
div.phone-row div {
	width: 300px;
}

/* SEARCH INPUT STYLES */
.mdgov-search {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 2px;
    overflow: hidden;
	border: 2px solid var(--highlight);
}
.mdgov-search__input {
    width: 100%;
    flex-basis: 100%;
    font-size: 1.2em;
    padding: .75rem 0 .75rem 1rem;
    border: 0;
    background-color: #fff;
    line-height: 1;
    border-radius: 5px;
    outline: 0;
    -webkit-appearance: none;
	border: 1px solid white;
}
.mdgov-search__input:focus {
	border: 1px dotted var(--highlight);
}
	
.mdgov-search__button {
    width: 66px;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #2d64b1;
    color: #fff;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    transition: all .5s ease;
}
.mdgov-search__button:focus {
    box-shadow: none;
}
.mdgov-search:hover .mdgov-search__button,.mdgov-search__button:focus {
    width: 66px;
    color: #fff;
    background-color: #234d88;
}

/* IMPORTANT NOTICES STYLES */
.newHeader {
	z-index: 1;
	background-color: var(--highlight);
	box-shadow: 0px 0px 5px #222;
}
.mdgov-message1 a, .mdgov-message2 a {
	text-decoration: underline;
}
div.mdgov-message2 {
	display: block;
	min-width: 100% !important;
	z-index: 1;
}
.slider-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.mdgov-message1 {
	color: white;
}
.mdgov-message2 {
	display: block;
	position: relative;
	overflow: hidden;
}
#slides-container {
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
	list-style: none;
	transition: transform 400ms ease;
}
#slides-container .slide {
	flex: 0 0 100%;
	box-sizing: border-box;
	padding: 0rem 2.5rem;
}
.slide-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 3.5rem;
	background-color: #FFEBB8;
	border: none;
	width: 2rem;
	font-size: 2rem;
	padding: 0;
	cursor: pointer;
	opacity: 0.4;
	transition: opacity 200ms;
	z-index: 1;
}
.slide-arrow:hover,
.slide-arrow:focus {
	opacity: .7;
}
#slide-arrow-prev {
	margin-left: 5px;
	left: 0;
	padding-left: 0.25rem;
	border-radius: 2rem 0 0 2rem;
}
#slide-arrow-next {
	margin-right: 5px;
	right: 0;
	padding-left: 0rem;
	border-radius: 0 2rem 2rem 0;
}
/* IMPORTANT NOTICES BAR LOCATIONS AND RELATED STYLES */
#jurisNotice, .mdgov-navBar, header.mdgov-masthead, h4.bg-maryland-primary, blockquote {
	box-shadow: 0px 0px 5px #222;
}
#jurisNotice, #automessage {
	z-index: 1;
}
#automessage {
	box-shadow: 0px 8px 12px -10px #222;
	text-align: center;
}
#automessage p {
	margin-bottom: 0 !important;
}
div.row {
	z-index: -2;
}
.mdgov-banner {
	width: 100%;
}
.mdgov-banner-row {
	width: 100%;
	color: #ffffff;
	font-size: 1.1em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0;
}
.mdgov-banner-row h5 {
	font-size: 1.1em;
}
#rowbanner {
	box-shadow: 0px 0px 5px #222;
	padding-bottom: 10px;
	font-size: 1.1em;
}
#rowbanner h4, #rowbanner h3, #rowbanner p {
	margin-bottom: 4px;
}
#rowbanner h3, #rowbanner h4, .mdgov-navBar__nav, h2.mdgov-section__heading, h2.center, h4.bg-maryland-primary {
	
	font-weight: 800;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4,h5 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}
#mdgovMain h4, #mdgovMain h5 {
	margin: 0;
	margin-bottom: 16px;
}
#jurisNotice {
	padding: 5px;
	background-color: #FFC838;
	color: black;
	text-align: center;
}
#rowbanner p, #jurisNotice p {
	margin: 8px;
}
#rowbanner p {
	margin-left: 0px;
	margin-right: 0px;
}
div.mdgov-message1 {
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	float: left;
	width: 100%;
	position: relative;
}
div.mdgov-message2 {
	padding: 5px;
	width: 100%;
	background-color: #FFC838;
}
.hours {
	font-size: 1.2em;
}
#rowbanner h3 {
	text-shadow: 1px 1px 2px #000;
}
/*/////////////////////////////////////////////////////////////////////////////////////////*/
/* PRINT DISPLAY STYLES */
@media print {
	* {
		color: black;
	}
	body {
		font-size: 1.2em;
	}
}
/*/////////////////////////////////////////////////////////////////////////////////////////*/
/* MOBILE DISPLAY STYLES */
@media (max-width: 992px) {
	address {
		content: none;
		margin: 0 !important;
		margin-bottom: 30px !important;
	}
	tspan {
		display: none !important;
	}
	#info-box:focus {
		display: none !important;
	}
	div.mdgov-message1 {
		display: block;
		color: #ffffff;
		background-color: var(--highlight);
		min-width: 100% !important;
		float: left;
		padding: 1%;
		z-index: 1;
	}
	.mdgov-sectionNav {
		display: block !important;
	}
	#mdgovAgency {
		font-size: 80% !important;
	}
	.mdgov-masthead-nav {
		
		width: 70%;
		top: 0;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		backface-visibility: hidden;
		position: absolute;
		z-index: 1;
	}
	.mdgov-masthead-nav ul {
		gap: 0 !important;
		
	}
	.mdgov-masthead-top, .mdgov-masthead-top-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	nav.mdgov-navBar__nav {
		min-height: 420px;
		box-shadow: 2px 2px 5px #222;
	}
	.mdgov-navBar__nav>ul li>a {
		display: block;
		color: #fff;
		padding: 10px !important;
		text-decoration: none;
	}
	#forms {
		max-width: 99%;
	}
	table#forms {
		width: 99% !important;
	}
	.dt-column-title, #formReset {
		font-size: .7rem !important;
	}
	.mdgov-navBar__nav, .mdgov-navBar2__nav {
		position: absolute;
		padding-top: 20px !important;
	}
}
/*/////////////////////////////////////////////////////////////////////////////////////////*/
/* DESKTOP DISPLAY STYLES */
@media (min-width: 992px) {
	article {
		padding: 20px;		
	}
	article, .mdgov-message1 {
		font-size: 1.1em;
	}
	.indent {
		padding-left: 20px;
	}
	.mdgov-masthead-top-wrap {
		max-height: 128px;
		height: 128px;
	}
    .mdgov-outerWrap {
        background-color: transparent;
		background-image: url("../img/will2.jpg");
		background-position: top center;
		background-repeat: no-repeat;
    }
	.col-md-3 {
		display: flex !important; 
		flex-direction: column;
	}
	.mdgov-sectionNav {
		position: sticky; 
		top: 60px;
	}
	.mdgov-navBar__nav>ul li>a:hover {
		background-color: white;
		color: #222;
		font-weight: 800;
		transition: all .2s ease-out;
		border-radius: 5px;
		border-bottom: 5px solid var(--primary);
	}
	.mdgov-navBar__nav ul {
		width: 100%;
		height: 50px;
		margin-bottom: 5px;
		gap: 0 !important;
	}
	.mdgov-navBar__nav>ul li {
		width: 10% !important;
		box-shadow: 2px 2px 5px #222;
		margin: .25%;
		margin-top: 0;
		border-radius: 5px;
		background-color: var(--primary);
	}
	.mdgov-navBar__nav ul li a {
		font-size: .90em;
	}
	#navBackground {
		background-color: var(--highlight);
	}
}
#rowbanner {
	background-color: var(--highlight);
}
/* QUICK LINKS STYLES */
.EIN:hover {
	color: var(--highlight);
}
#quickLinks {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#quickLinks a {
	display: inline-grid;
	font-weight: bold;
	color: white;
	align-items: center;
	vertical-align: middle;
	height: 120px;
	width: 120px;
	border-radius: 5px;
	padding: 10px;
	font-size: .8em;
}
.bottomSpace {
	padding-bottom: 10px;
}
.wantCenter {
	width: 120px;
	align-items: center;
	vertical-align: middle;
}
div.wantButton {
	display: inline-block;
	height: 120px;
	width: 120px;
	box-shadow: 2px 2px 5px !important;
	border-radius: 5px;
	background-color: #536681;
	margin: 3px;
}
#quickLinks div:hover {
	background-color: #09244b;
	color: white;
	height: 120px;
	width: 120px;
	border-radius: 5px;
	transition: all .2s ease-out;
}
#quickLinks a:hover {
	text-decoration: none;
	font-size: .85em;
	color: white;
	border-radius: 5px;
	transition: all .2s ease-out;
}

/* QUICK LINKS IN FORMS PAGE STYLES */
#formLinks {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#formLinks a {
	display: inline-grid;
	font-weight: bold;
	color: #fff;
	align-items: center;
	vertical-align: middle;
	height: 60px;
	width: 160px;
	border-radius: 5px;
	padding: 10px;
	font-size: .75em;
}
#formLinks div.wantButton {
	display: inline-block;
	height: 60px;
	width: 160px;
	box-shadow: 2px 2px 5px !important;
	border-radius: 5px;
	background-color: var(--primary);
	margin: 3px;
	overflow: visible;
}
#formLinks div:hover {
	background-color: var(--highlight);
	height: 60px;
	width: 160px;
	border-radius: 5px;
	transition: all .2s ease-out;
}
#formLinks a:hover {
	text-decoration: none;
	border-radius: 5px;
	border-bottom: 5px solid var(--primary);
	transition: all .2s ease-out;
}

/* MAP STYLES */
#map path {
	stroke: #7b7352;
	stroke-width: .5px;
}
.svg-juris a:hover tspan {
	display: none;
}
.svg-juris tspan {
	font-size: 10px;
	font-weight: normal !important;
	font-family: 'Public Sans';
}
.svg-juris path:hover {
	stroke: #000000 !important;
	stroke-width: 0px;
	stroke-linejoin: miter;
	fill: rgba(9,36,75,1) !important;
	pointer-events: all;
	cursor: pointer;
	transition: all .3s ease-in;
}
#map {
	background-image: url("../img/rowseal.svg");
	background-repeat: no-repeat;
	background-position: 18% 40%;
	background-size: 25%;
}
#info-box-text b {
	font-size: 1.1em;
	width: 100%;
	background-color: rgba(9,36,75,1);
	border: 2px solid #536681;
	display: inline-block;
	color: #fff;
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
}
#info-box {
	display: none;
	position: absolute;
	width: 300px;
	min-height: 200px;
	text-align: center;
	top: 0px;
	left: 0px;
	border-radius: 5px;
	line-height: 1.35;
	padding: 10px;
	margin-top: 0px;
	z-index: 50;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
	background-color: white;
	font-size: 1em;
}
.align-right:hover {
	cursor: default;
}
/* MAP STYLES END */

/* MODAL BIOGRAPHY POPUP */
.modal {
	display: none;
	position: fixed; 
	z-index: 1003; 
	padding-top: 250px; 
	width: 100%; 
	height: 100%; 
	overflow: auto;
}
#modal-bg {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
	opacity: .8;
	background-color: black;
}
.modal-content {
	margin: auto;
	display: block;
	padding: 20px;
	border: 1px solid #888;
	width: 95%;
	border-radius: 5px;
	padding-bottom: 50px;
	overflow: auto;
}
.modal-content ul {
	list-style-position: outside;
	line-height: 1.15;
}
.modal-content li {
	margin-bottom: 5px;
}
.modal-content h2 {
	padding: 10px;
	color: white;
}
.modal-content blockquote {
	font-style: italic;
	display: flex;
}
.modalClose {
	position: absolute;
	display: block;
	width: 120px;
	text-align: center;
	border-radius: 150px;
	bottom: 0;
	left: 0;
	background-color: white;
	color: black;
	float: left;
	font-size: 20px;
	padding: 10px;
	margin: 10px;
	box-shadow: 1px 1px 2px;
	font-weight: bold;
}
.modal-content img {
	max-width: 25%;
	height: auto;
	float: right;
	margin-left: 2.5%;
	margin-bottom: 2.5%;
	border-radius: 10px;
	box-shadow: 1px 1px 2px;
}
#modalBtn {
	padding: 10px;
	border: 0px;
	font-weight: bold;
    background-color: transparent;
    background-image: linear-gradient(var(--highlight), var(--highlight));
    background-repeat: no-repeat;
    background-size: 100% 0%;
    background-position: top;
    transition: background-size 0.1s ease-out;
}
#modalBtn:focus, #modalBtn:hover {
	box-shadow: none;
	border: 0px;
	cursor: pointer;
	color: white;
	border-radius: 5px;
	background-size: 100% 100%;
	z-index: 2;
	
}
.modalClose:hover,
.modalClose:focus {
	color: #09244b;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 2px 2px 5px;
}
/* MOBILE MODAL STYLE */
@media (max-width: 992px) {
	.modal {
		padding-top: 200px;
	}
	.modal-content img {
		max-width: 100%;
		width: 100%;
	}
	blockquote {
		margin-bottom: 50px;
	}
}

/* INDIVIDUAL OFFICE PAGE FORMATTING FOR CONTACT BLOCK AND COLUMNS */
.phone-row {
	font-weight: bold;
	width: 100%;
	display: block;
}
.phone-row div {
	width: 49%;
	display: inline-block;
}
#mainContent, #rightColumn, #leftColumn {
	width: 100%;
	float: left;
}
@media only screen and (min-width: 992px) {
	.mdgov-main, #mainContent, #leftColumn, #rightColumn {
		position: relative;
	}
	#mainContent, #leftColumn, #rightColumn {
		top: 0;
	}	
	#leftColumn {
		left: -50%;
	}
	#mainContent {
		left: 25%;
	}
	#rightColumn {
		right: 0;
	}
}
.county-seal {
	height: 300px;      
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.county-seal img {
	max-width: 100%;
	width: auto;
	height: 100%;
	max-height: 280px;
	object-fit: contain;
}
.register-bio {
	height: 300px;      
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	text-align: center;
	
}
.register-bio img {
	margin-top: 16px;
	padding: 0;
	max-width: 100%;
	width: auto;
	max-height: 280px;
	object-fit: contain;
	margin-bottom: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #888;
}
.register-bio p {
	position: static;
	display: block;
	line-height: 1.0;
	margin: 0;
	padding: 0;
	font-size: .9em;
}
#rightcolumn {
	padding: 16px !important;
}
@media (min-width: 992px) {
    .p-lg-4 {
        padding: 16px !important;
    }
}
#mainContent.col-md-8.col-lg-6.p-3.p-md-3.p-lg-4 h3 {
	text-align: center;
}
.input-validation-error {
    border-color: #ff0000 !important;
}
input[type="color"] {
    width: 100%;
    max-width: 400px;
}

/* FEE TABLE LAYOUT */
table.fees, table.other-fees {
	min-width: 100%;
}
.fees {
	text-align: center;
}
.fees td, .other-fees td {
	width: 33.33%
}
.oldFees {
	padding: 2%;
	width: 100%;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #ccc;
}
.oldFees h2 {
	background-color: #FFC838;
	display: block;
	padding: 5px !important;
	border-radius: 5px;
}
.search-links {
	width: 100%;
	display: inline;
	float: right;
	text-align: right;
}

/* To remove the bottom line from Left Nav */
.nav-link {
	border-bottom: 0 !important;
}

/* ZIP CODE SEARCH STYLES */

.fancy-form input {
	transition: all 0.3s ease-out;
	border-radius: 5px;
}
.fancy-form p {
	font-size: .9em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin: 5px;
}
.fancy-form input[type="text"] {
	outline: none;
	border: 1px solid #cccccc;
	padding: 7px 10px;
	margin-bottom: 4px;
}

.fancy-form fieldset {
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}

.fancy-form label {
	display: inline;
	font-size: .8em;
	letter-spacing: 1px;
	padding-left: 10px;
}
.fancy-form input:focus + label {
	opacity: 1.0;
}

.fancy-form input:not([type=submit]) {
	display: block;
}

.submit-wrap {
	display: none;
}

.fancy-form div {
	margin: 0 0 6px 0;
}

.fancy-form div > div {
	padding: 4px;
}

.fancy-form .juris-wrap {
	margin-right: 1%;
	display: inline;
	float: left;
}
.fancy-form #juris {
	pointer-events: none;
	font-weight: bold;
}
.fancy-form .state-wrap {
	display: inline;
	margin-right: 1%;
	float: right;
}

.fancy-form .zip-wrap {
	display: block !important;
}

.zip-error {
	color: #880000;
	text-align: left;
	padding: 5px 10px;
	margin-top: 10px;
	display: none;
}
/* -- THIS IS FOR THE WEBMANAGER EMAIL CLICKS -- */
/* Modal overlay */
#disclaimerModal {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.8);
	justify-content: center;
	align-items: center;
	z-index: 1002;
}
/* Modal box */
#disclaimerBox {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	max-width: 400px;
	text-align: center;
}
#disclaimerBox button {
	margin: 10px;
	padding: 6px 12px;
	cursor: pointer;
}
	
.ewf-footer {
	margin-top: 0px !important;
}


/* ////////////////////////////////////////////// */
/* -----------------------------------------
   RESET — NO BULLETS
------------------------------------------ */
.iwant-menu {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
.iwant-menu ul,
.iwant-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.iwant-menu a {
    display: block;
    text-decoration: none;
    
    color: inherit;
}

/* -----------------------------------------
   TIER 1 — NO BACKGROUND
------------------------------------------ */
.tier1 > li > a {
    padding: 10px 0;
	font-size: 20px;
	border-radius: 5px;
}

/* -----------------------------------------
   TIER 2 + TIER 3 WRAPPER — SLIDES OPEN
------------------------------------------ */
.tier2-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.tier2-wrap.open {
    max-height: 800px;
}

/* Tier 2 — add bottom spacing instead of using margin on Tier 3 */
.tier2 {
    display: flex;
	font-size: 16px;
    justify-content: center;
    gap: 4px;
    padding: 5px 0 10px 0 !important; /* <-- extra bottom padding creates the gap */
	
}

.tier2 > li > a {
    background: var(--highlight);
    color: white;
    border-radius: 5px;
    padding: 8px 8px;
	width: 70px;
    transition: background 0.5s ease;
	box-shadow: 2px 2px 3px #222;
}

/* Tier 3 — remove margin-top so it doesn't stack */
.tier3 {
    
    color: white;
	font-size: 16px;
	
	border-radius: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    margin-top: 0; /* <-- important: no per-panel vertical offset */
}

.tier3.open {
    max-height: 500px;
}

.tier3 > li > a {
    padding: 8px !important;
    background: var(--primary);
	border-radius: 5px;
	margin: 5px;
    color: white;
    
    transition: background 0.5s ease;
	box-shadow: 2px 2px 3px #222;
}
/* Hover: primary → highlight */

.tier3 > li > a:hover {
    background: var(--highlight);
}

.tier2 > li > a:hover {
    background: var(--primary);
}

.tier3 > li:last-child > a {
    border-bottom: none;
}

/* Active Tier 2 button */
.tier2 > li > a.active {
    background: var(--primary);
    color: white;
}

/* Hover rules (swap colors) */
.tier2 > li > a:hover {
    background: var(--primary);
}

.tier2 > li > a.active:hover {
    background: var(--highlight);
}

/* ///////////////////////////////////////////// DATATABLES ALTERNATING ROWS FOR TABLES /////// */
	table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
	  box-shadow: inset 0 0 0 9999px var(--gray);
	  box-shadow: inset 0 0 0 9999px var(--gray);
	}
	th {
		color: white;
	}
	.dt-layout-table {
		overflow: scroll !important;
	}
	@media print {
		.dt-search {
			display: none;
		}
	}