/* Reset various standard Compass styles */
#c_bar {
	box-sizing: border-box !important;
	width: unset !important;
	/*height: 100vh;*/
	max-width: unset !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: unset !important;
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
	font-family: 'Cabin', Roboto, Arial, Helvetica, sans-serif;
	display: flex;
	flex-direction: column;
}

#c_main {
	padding: 0 !important;
}

.reset {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	border-spacing: 0;
	font-family: 'Cabin', Roboto, Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
}

#c_main > table:first-child, #c_main > table:first-child + br {
	display: none;
}

.element-filter-textfield {
	display: table !important;
	top: 0;
}

/* Reset the unwanted H1 styles for MFEs */
h1.MuiTypography-root {
	letter-spacing: unset;
	padding: unset;
}

h5 {
	background-color: unset;
	border: unset;
}

html {
	font-size: 14px;
}

body {
	/* Use background color form the new color specification for uplifted pages */
	background-color: #EDF1F7 !important;
}

#productNavBar {
	/* MUI removes any scrollbars in the container component when it displays dropdown menus. 
	This causes the top nav bar to jump slightly to the right whenever a dropdown menu is opened. 
	Override nav bar width for uplifted pages to avoid this issue. */
	width: 100vw;
}

#privacy_mode_bar_parent {
	width: 100%;
}
