* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.qrc-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.qrc-code-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.qrc-code-reader {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.qrc-code-reader-content {
  flex: 0.72;
  display: flex;
  flex-direction: column;
}
.detail-parent {
  flex: 1;
}



.details-table {
  position: relative;
  top: -2px;
  left: -2px;
}
.details-table * {
  font-size: 12px;
  text-align: left !important;
}
.details-table tr td, .details-table tr th{
  vertical-align: top;
  line-height: 15px;
  padding-bottom: 1px;
}
.details-table tr td {
  padding-bottom: 4px;
}
.text-uppercase {
  text-transform: uppercase;
}
.qrc-code-reader-disclaimer {
  padding-top: 50px !important;
}
.qrc-footer {
  padding-top: 40px !important;
}