﻿:root {
  --primary-color: $primaryColor;
}

@font-face {
  font-family: "MINI Sans";
  src: url("/fonts/MINI/Sans/mini_sans-medium-webfont.woff") format("woff"), url("/fonts/MINI/Sans/mini_sans-medium-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MINI Sans";
  src: url("/fonts/MINI/Sans/MINISansSerif-Bold.woff") format("woff"), url("/fonts/MINI/Sans/MINISansSerif-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MINI";
  src: url("/fonts/MINI/Serif/mini_serif-regular-webfont.woff") format("woff"), url("/fonts/MINI/Serif/mini_serif-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MINI";
  src: url("/fonts/MINI/Serif/mini_serif-italic-webfont.woff") format("woff"), url("/fonts/MINI/Serif/mini_serif-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "MINI";
  src: url("/fonts/MINI/Serif/mini_serif-bold-webfont.woff") format("woff"), url("/fonts/MINI/Serif/mini_serif-bold-webfont.woff2");
  font-weight: bold;
}
*, html {
  margin: 0;
  padding: 0;
  font-family: "MINI";
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  box-sizing: border-box;
}
* h1, * h2, * h3, * h4, * h5, * h6, html h1, html h2, html h3, html h4, html h5, html h6 {
  font-weight: normal;
}
* strong, html strong {
  font-weight: bold;
}
* input:not([type=checkbox]), * select, * textarea, html input:not([type=checkbox]), html select, html textarea {
  max-width: 100%;
  width: 100%;
  padding: 10px 10px;
  height: 50px;
  border-radius: 0;
  border: 1px solid #000;
  font-family: "MINI Sans";
}
* input:not([type=checkbox]) option, * select option, * textarea option, html input:not([type=checkbox]) option, html select option, html textarea option {
  font-family: "MINI Sans";
}
* .btn, html .btn {
  padding: 10px 10px;
  min-height: 60px;
  border: 2px solid #000;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #000;
  font-family: "MINI Sans";
}
* .btn.btn-primary, html .btn.btn-primary {
  color: #fff;
  border: none;
  border-color: #000;
}
* .btn:hover, html .btn:hover {
  opacity: 0.9;
}
* .primary-color, * .btn-primary, html .primary-color, html .btn-primary {
  background: #000;
}
* .err, * .warning, html .err, html .warning {
  border-color: red !important;
}
* .is-disabled, html .is-disabled {
  position: relative;
}
* .is-disabled:before, html .is-disabled:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(/Public/spinner.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 2px;
}

.barcode-details {
  padding: 0px 20px 30px;
  max-width: 1180px;
  margin: 0px auto;
}
.barcode-details * {
  font-size: 16px;
  font-family: "MINI Sans";
}
.barcode-details input, .barcode-details select {
  width: auto;
}
.barcode-details h1 {
  margin: 0px 0 30px;
  padding: 15px 0 0;
  font-size: 36px;
  font-family: "MINI";
}
.barcode-details .bd-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 650px) {
  .barcode-details .bd-header {
    flex-direction: column;
    margin: 0px auto 40px;
    text-align: center;
  }
}
.barcode-details .bd-header > div {
  width: 100%;
}
.barcode-details .bd-header > div:last-child {
  text-align: right;
}
@media (max-width: 650px) {
  .barcode-details .bd-header > div:last-child {
    text-align: center;
  }
}
.barcode-details .bd-header .btn {
  text-decoration: none;
  padding: 12px 40px;
}
.barcode-details .bd-header .btn.booth-form-link {
  margin-left: 10px;
}
.barcode-details .dataTable tbody th, .barcode-details table.dataTable tbody td {
  padding: 20px 10px;
}
.barcode-details #united-table {
  padding: 16px 0 10px;
}
.barcode-details #united-table tr th {
  font-weight: bold;
}
.barcode-details #united-table .btn {
  min-height: auto;
  padding: 8px 30px;
  font-size: 14px;
  line-height: 1;
}
.barcode-details #united-table .btn.view-notes {
  min-width: 50px;
}

.login-wrapper {
  max-width: 360px;
  margin: 0px auto;
  padding: 50px 20px 40px;
}
.login-wrapper .btn-primary {
  display: block;
  margin: 20px auto 0;
  width: 100%;
}

#Notes .close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
#Notes .close span {
  font-size: 26px;
}
#Notes p {
  margin: 0px 0 10px;
}
#Notes textarea {
  resize: none;
  min-height: 80px;
  margin-bottom: 15px;
}

[for=CompletedCheckbox] {
  display: flex;
  align-items: center;
  grid-gap: 0 10px;
  margin: 4px 0 15px;
}
