html, body {
	 width: 100vw;
	 height: 100vh;
	 overflow: auto;
 }

.page-header-title {
	font-size: 34px !important;
	font-weight: bold !important;
}

body {
	margin: 0;
	background-color: white !important;
}

/* a collection of overrides from the old style sheets */
.main-content {
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	padding-left: 0 !important;
	width: 100%;
}

.menu-group {
   	padding-bottom: 0 !important;
    padding-left: 0 !important;
}

.container-fluid {
	padding: 0 !important;
}

.container-fluid>* {
	padding-right: 15px;
	padding-left: 15px;
}

footer {
	background-color: #003B71 !important;
	color:white;
	height: 30px;
    text-align: center;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.sidebar-container {
  width: 400px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #003B71;
  color: #fff;
  float:left;
}

.main-content {
	display: flex;
	flex-grow: 0;
}

@media (min-width: 1200px) {
	body {
		font-size: 18px;
	}
}

@media (max-width: 1200px) {
	.main-content {
		flex-direction: column;
	}

	.sidebar-container,
	.menu-container {
		width: 100%;
	}

	.content-container {
		width:100%;
	}

	.general-info-container {
		flex-direction: column !important;
	}

	.general-info-container>* {
		width:100% !important;
	}

	.general-info-item {
		justify-content: left !important;
		padding-bottom: 4%;
	}
}

@media(max-width: 550px) {
	#zenithhamburgerbutton>* {
		font-size: 1.4em !important;
	}
}

.content-container  {
    margin-bottom: 2%;
	flex-shrink:1; 
	max-width: calc(100% - 400px); /* needs to match .sidebar-container {width} */
	width: 100%;
}

.sidebar-logo {
  padding: 10px 10px 10px 15px;
  font-size: 20px;
  background-color: #2574A9;
}

.sidebar-navigation {
  padding: 0;
  padding-left: 15px;
  padding-right:15px;
  padding-top: 2px;
  margin: 0;
  list-style-type: none;
  position: relative;
}

.sidebar-navigation li {
  background-color: transparent;
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 20px;
}

.sidebar-navigation .menu li:first-child {
	margin-top: 0px;
}

.sidebar-navigation li a {
  padding: 10px 10px 10px 10px;
  display: block;
  color: #fff;
  font-size: 20px;
  
}

.sidebar-navigation li  fa {
  margin-right: 10px;
}

.sidebar-navigation li a:active,
.sidebar-navigation li a:hover,
.sidebar-navigation li a:focus {
  text-decoration: none;
  outline: none;
}

.sidebar-navigation li::before {
  background: #003B71;
  position: absolute;
  content: '';
  height: 100%;
  left: 0;
  top: 0;
}

.sidebar-navigation .menu li:hover {
	border-radius: 3px; 
	border: 2px solid white;
	margin:-2px;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.collapsing.width {
	-webkit-transition-property: width, visibility;
	transition-property: width, visibility;
	width: 0;
	height: auto;
}

#navbarwelcome2{
	max-width:250px;
	z-index: -1;
	border-radius: 3px;
	border: 2px solid white;
	padding: 2px;
	background-color: white;
	color: black;
}

@media(min-width:1200px) {
	.navbar-welcome-wrapper {
		padding-bottom: 35px;
	}
}


#usersvg
{
	fill: transparent;
	stroke: rgba(255,255,255,1);
	stroke-width: 1px;
	stroke-linejoin: miter;
	stroke-linecap: butt;
	stroke-miterlimit: 4;
	shape-rendering: auto;
	width: 27px;
	height: 27px;
	position: relative;
	top:48px;
	left: -42px;
	padding:0px;
	margin:0px;
	
}


#topnav1
{
	background-color: #003B71;
	color: white;
	margin-bottom:0px;
	border:none;
	border-radius:0px;
}

.bluezenithmenu,
#whitezenithmenu {
	width: 100%;
	margin:0;
}

#whitezenithmenu
{
	color: black;
	background-color: white;
	display: flex;
	margin: 10px 0 10px 0;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

#whitezenithmenu>* {
	width: 100%;
}

#whitezenithmenu>*:not(:first-child) {
	text-align: right;
}

.bluezenithmenu
{
	height:90px;
	color: white;
	background-color: #003B71;
	font-weight: bold;
	display: flex;
    align-items: center;
	white-space: normal;
}

.main-content {
	min-height: calc(100% - 90px - 90px - 30px); /* the value subtracted here needs to be the height of the container fluid at the top of the template + the blue zenith menu height + footer*/
}

#dropdownMenu1 {
	white-space: normal;
}

.menu>li .active {
	text-decoration: underline;
}

.glyph-container {
	padding-right: 15px;
}

.dropdown-menu {
	color:black;
	padding:5px;
}

.dropdown-item>li {
	padding:5px;
}

.dropdown-item>li:hover {
	cursor: pointer;
}

.menuTrustAndName {
	font-weight: bold;
	display: flex;
	align-items: center;
	color: white;
	width: 100%;
    align-items: center;
    justify-content: center;
}

.menu>* {
	width: 50%;
}

@media(max-width: 750px) {
	.bluezenithmenu {
		flex-flow: wrap-reverse;
		height:180px;
	}
	.bluezenithmenu>* {
		width: 100%;
		justify-content: left;
	}

	.menuTrustAndName {
		width:100%;
		justify-content: left;
	}
	.menuTrustAndName>* {
		width: 50%;
		justify-content: left;
	}
}

@media(max-width: 400px) {
	.bluezenithmenu {
		flex-direction: column-reverse;
		height:200px;
		justify-content: left;
	}
	.menuTrustAndName {
		width:100%;
		flex-direction: column-reverse;
		justify-content: left;
	}
	.menuTrustAndName>* {
		width: 100%;
		justify-content: left;
	}
}

#trustselect
{
	margin-top:24px;
	color:white;
}

@media(max-width: 420px) {
	#trustselect
	{
		padding-left: 50px;
	}
}

#zenithhamburgertext
{
	position:relative;
	top: 0px;
	left:10px;
	font-size: 33px !important;
}

#zenithlogout
{
	margin:30px;
	margin-bottom:45px;
	margin-top:65px;
}

#appbadgelist
{
	margin:30px;
	margin-bottom:60px;
	align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#appbadgelist>h3 {
	padding-bottom: 30px;
	text-align:center;
	font-size: 2.5em;
}

.appbadges img
{
	max-width: 100%;
    height: auto;
}

#current-trust-well {
	display:none;
}

.row {
	margin:0;
}

.form-action-buttons {
	display: flex;
}

.form-action-buttons> * {
	width: 40%;
	margin: 0 5% 0 5%;
}

.enrollment-form-field>label {
	padding: 0;
	margin-bottom: 5px;
}

.enrollment-form-field>*:not(label) {
	margin-bottom: 8px;
}

/* mimics .form-control minus the width:100% since I couldn't find a good way to have bootstraps col-x to have higher precidence */
.form-field {
	display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-field::placeholder{
	opacity: 70%;
}

.form-field[disabled],
.form-field[readonly] {
	background-color: #eee;
    opacity: 1;
}

select:disabled:hover,
input:disabled:hover,
checkbox:disabled:hover {
	cursor: not-allowed;
}

.enrollment-form-field input[type="number"],
.enrollment-form-field input::-webkit-inner-spin-button,
.enrollment-form-field input::-webkit-outer-spin-button {
	-moz-appearance: textfield;
	-webkit-appearance: none;
}

.form-check-label {
	padding-left: 8px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label-sub-text {
	font-weight: normal;
	font-size: .95em;
	padding-left: 5px;
	padding-right: 5px;
}

@media print {
	.content-container {
		width:100%;
		max-width: 100%;
	}
	.table-responsive {
		overflow-x: unset;
	}
}

select {
	margin-bottom:0;
}

.datepicker.form-field{
	padding: 6px 12px;
}

hr {
	border-top: 1px solid #CACFD2;
}

.hidden-canvas {
	display: none !important;
}