* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font: 14px sans-serif;
}

.content {
  width: 100vw;
  margin: auto;
}

.wrapper {
  width: 100%;
  padding: 20px;
}

.button,
.main-menu-button {
  background-color: #143770;
  /* Dark Blue */
  border-radius: 8px;
  border: none;
  color: white;
  padding: 10px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.photoButton {
  background-color: #0acf2f;
  /* Dark Blue */
  border-radius: 8px;
  border: none;
  color: #000;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.photoButton:hover {
  color: #333;
  background-color: #58af39;
  border-color: #58af39;
  cursor: pointer;
}

img {
  padding: 30px 0px 0px 30px;
}

.content {
  max-width: 75%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.viewreport {
  background-color: #cc9900;
  /* Orange */
  border-radius: 8px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.Table {
  display: table;
}

.Title {
  display: table-caption;
  text-align: left;
  font-weight: bold;
  font-size: larger;
}

.Heading {
  display: table-row;
  font-weight: bold;
  text-align: left;
}

.Row {
  display: table-row;
}

.Cell {
  display: table-cell;
  padding-left: 0px;
  padding-right: 20px;
  width: 25%;
}

.qcCell {
  display: table-cell;
  padding-left: 0px;
  padding-right: 20px;
  width: 100%;
}

#customers,
#customer {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  border-collapse: collapse;
  width: 100%;
}

#customers td,
#customers th,
#customer td,
#customer th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

#customers tr:nth-child(even),
#customer tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover,
#customer tr:hover {
  background-color: #ddd;
}

#customers th,
#customer th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #0e44ce;
  color: white;
  position: sticky;
  top: 0;
}

.fixed_header {
  width: 400px;
  table-layout: fixed;
  border-collapse: collapse;
}

.fixed_header tbody {
  display: block;
  width: 100%;
  overflow: auto;
  height: 100px;
}

.fixed_header thead tr {
  display: block;
}

.fixed_header thead {
  background: black;
  color: #fff;
}

.fixed_header th,
.fixed_header td {
  padding: 5px;
  text-align: left;
  width: 200px;
}

.single_record {
  page-break-after: always;
}

button#caret {
  border: none;
  background: none;
  position: absolute;
  top: 0px;
  right: 0px;
}

.input-wrap {
  display: table-row;
  position: relative;
  display: inline;
}

.lmrsuccesscell {
  display: table-cell;
  padding-left: 0px;
  padding-right: 20px;
  width: 50%;
}

.glyphicon-pencil:before {
  content: '\270f';
}

/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */

.grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 1rem;
  grid-auto-rows: minmax(0px, auto);
}

.nested {
  display: grid;
  background: none;
  border: none;
  justify-items: center;
  align-self: start;
  gap: 1rem;
  padding: 1rem;
}

.logoarea {
  display: grid;
  grid-template-columns: 3fr, 1fr;
}

.logoImg {
  grid-column: 1/4;
  justify-self: start;
  align-self: center;
}

.logoutBtn {
  justify-self: end;
  align-self: center;
  padding: 0px 30px 0px 0px;
}

.mainheader {
  grid-column: 1/4;
  text-align: center;
  margin-bottom: 1rem;
}

main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

aside {
  justify-items: center;
}

.uslheadertop {
  grid-column: 1/5;
  padding: 20px;
  text-align: locale_filter_matches;
  background: #0e44ce;
  color: white;
  font-size: 5px;
}

.uslheadermid {
  grid-column: 1/5;
  padding: 2px;
  text-align: locale_filter_matches;
  background: #ffffff;
  color: white;
}

.uslheaderbot {
  grid-column: 1/5;
  padding: 2px;
  text-align: locale_filter_matches;
  background: #0acf2f;
  color: white;
}

.button,
.menu-btn,
.buttonsubmit,
.main-menu-button {
  background-color: #0e44ce;
  /* Blue */
  border-radius: 8px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.start-btn,
.stop-btn {
  background-color: #0e44ce;
  /* Blue */
  border-radius: 8px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  /* margin-top: 30px; */
  margin-bottom: 30px;
}

.printLmrButton {
  border-radius: 8px;
  border: none;
  color: #222;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  background-color: #0acf2f;
  /* RED */
}

.printLmrButton:hover {
  color: #000;
  background-color: #58af39;
  border-color: #58af39;
}

.buttonlogout,
.button-logout {
  border-radius: 8px;
  border: none;
  color: #222;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  background-color: #0acf2f;
  /* GREEN */
  justify-self: center;
}

.buttonlogout:hover {
  color: #000;
  background-color: #58af39;
  border-color: #58af39;
}

.logoutright {
  position: absolute;
  right: 30px;
  margin: 25px 0px 0px 30px;
}

.buttoncenter {
  display: flex;
  display: table-cell;
  justify-content: center;
}

.logo {
  content: url('../includes/cover.png');
  height: 100px;
  width: 500px;
}

.buttonreset {
  border-radius: 8px;
  border: none;
  color: #222;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  background-color: #0acf2f;
  /* GREEN */
}