body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  padding-bottom: 28px;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

footer {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 0.8em;
  background-color: #fff;
}

.container {
  padding: 10px 26px;
  display: flex;
  flex-grow: 1;
}

.hidden {
  display: none;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-flex {
  display: flex;
}

.display-block {
  display: block;
}

.full-width {
  width: 100%;
}

.margin-top-5 {
  margin-top: 5px;
}

.btn-link {
  padding: 0 !important;
  vertical-align: inherit !important;
}

.label-secondary {
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #606060;
}

.label-select-all {
  font-size: 0.7rem;
  color: #606060;
  padding-bottom: 2px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.row.no-margins {
  margin: 0;
}

.form-is-invalid {
  display: inline-block;
  color: #dc3545;
  margin-right: 30px;
}

.error-note {
  color: #dc3545;
  font-size: .8rem;
}

.button-icon {
  margin-right: 5px;
}

.faux-modal-header {
  position: relative;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: rgb(248, 248, 248);
  border-bottom: solid 1px #e7e7e7;
  padding: 0 1rem;
  z-index: 2;
}

.faux-modal-title {
  font-size: 1.285714em;
  color: rgb(51, 51, 51);
  float: left;
}

.faux-modal-body {
  left: 0;
  width: 100%;
  padding-bottom: 60px + 15px;
  padding-top: 1rem;
}

textarea {
  min-height: 4rem;
}

.required-field-indicator {
  color: red;
  margin-bottom: 5px;
  height: 8px;
}

.inventory-heading {
  font-size: 1.285714em;
  color: rgb(51, 51, 51);
}

.page-item .page-link {
  color: #333;
}

a:not(.nav-link):not(.btn-outline-secondary), .btn.btn-link {
  color: #02738D !important;
}

.horizontal-scrollable-modal {
  overflow-x: auto;
}

.dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: #fafafa;
  color: #8C8C8C;
  outline: none;
  transition: border .24s ease-in-out;
  cursor: pointer;
}

.dropzone:hover {
  border-color: #bdbdbd;
  color: #545454;
}

.dropzone img {
  filter: invert(47%) sepia(99%) saturate(6%) hue-rotate(321deg) brightness(96%) contrast(99%);
}

img.link {
  height: 1em;
  width: 1em;
  filter: invert(31%) sepia(87%) saturate(807%) hue-rotate(153deg) brightness(93%) contrast(102%);
}

.btn-submit, .btn-submit:hover {
  font-weight: 500;
  position: relative;
  background-color: #fcb10b;
  border: 1px solid #fcb10b;
  color: #333;
}

.btn-submit:active {
  font-weight: 500;
  position: relative;
  background-color: #f90;
  border: 1px solid #f90;
  color: #333;
}

.btn-delete, .btn-delete:hover {
  font-weight: 500;
  position: relative;
  background-color: #ee6f6f;
  border: 1px solid #ee6f6f;
  color: #333;
}

.btn-delete:active {
  font-weight: 500;
  position: relative;
  background-color: rgb(221, 79, 79);
  border: 1px solid rgb(221, 79, 79);
  color: #333;
}

.float-end {
  float: right;
}

.btn-cancel {
  position: relative;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
}

.btn-cancel:active, .btn-cancel:hover {
  position: relative;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
}

.alert-text-custom {
  display: inline;
  padding-left: 12px;
  padding-right: 12px;
  content: "|";
}

.auth-heading {
  font-size: 1.285714em;
  color: rgb(51, 51, 51);
}

.add-new {
  border: 1px solid rgb(41, 41, 41);
  border-radius: .25rem;
  padding: 5px;
}