.container {
  max-width: none !important;
}

body{
  font-size: 1em !important;
  background-color: #f2f1eb !important;
}

/* .wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
} */

#content {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 65px;
}


.pageTitle h1, .pageTitle h3, .pageTitle p{
  display: inline;
}
.pageTitle p{
  font-size: 16px;
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

button {
  margin-bottom: 3px;
}

.row_yellow_background{
	background-color: #F0E68C !important;
}

.row_red_background{
	background-color: LightSalmon !important;
}

.row_green_background{
	background-color: #90EE90 !important;
}

.row_white_background{
	background-color: #FFFFFF !important;
}

.row_grey_background{
	background-color: #DCDCDC !important;
}

.row_mocassin_background{
	background-color: #FFE4B5 !important;
}

.text-black {
  color: black;
}

.text-blue {
  color: blue;
  background-color: lightblue !important;
}

input.form-control[type='radio'], input.form-control[type='checkbox']{
 width: 2em !important;
 height: 2em !important;
 display: inline;
 vertical-align: middle;
 margin-bottom: 5px;
}

.fas, .fab, .far {
  margin-right: 4px;
}
