﻿@media print {
  * {
    background-color: none;
  }
}
mark,
.mark {
  font-weight: bold;
}
.gtr-special-date .form-label {
  margin-bottom: 1em !important;
}
.web.web-tag {
  display: inline-block;
  background-color: #1f6bff;
  padding: 2px 10px;
  border-radius: 12px;
  color: white;
  font-weight: bold;
  margin: 2px;
  margin-top: 8px;
}
.web.web-tag:hover {
  cursor: pointer;
  background-color: #0050eb;
}
.web.web-label {
  font-weight: bold;
}
.web.web-number {
  color: #5f6a7d;
}
.web.web-number-container {
  display: -webkit-inline-box;
  display: inline-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
}
.web.web-number-remove {
  font-variant: small-caps;
}
.web.web-number-holder {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-top: 2px;
  margin-bottom: 2px;
}
.web.web-number-left {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  color: #5f6a7d;
  background-color: #8BC53E;
  color: #333;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 0;
  margin-top: 0;
  user-select: none;
  --web-color: #70a030;
}
.web.web-number-left:not(.disabled):hover {
  background-color: var(--web-color);
  cursor: default;
}
.web.web-number-left.disabled {
  cursor: default;
  background-color: #f2efef;
}
.web.web-number-left.warning {
  background-color: #f6ca06;
  color: white;
  --web-color: #c4a105;
}
.web.web-number-left.error {
  background-color: #ff4500 !important;
  color: white;
  --web-color: #cc3700;
}
.web.web-number-input {
  border-radius: 0;
  border: 1px solid #7c7c7b;
  width: 60px;
  text-align: center;
}
.web.web-number-input:focus {
  border: 1px solid black;
  outline: none;
}
.web.web-number-input.error {
  background-color: #ff4500 !important;
  color: white;
}
.web.web-number-right {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  color: #5f6a7d;
  background-color: #8BC53E;
  color: #333;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 0;
  margin-top: 0;
  user-select: none;
  --web-color: #70a030;
}
.web.web-number-right:not(.disabled):hover {
  background-color: var(--web-color);
  cursor: default;
}
.web.web-number-right.disabled {
  cursor: default;
  background-color: #f2efef;
}
.web.web-number-right.warning {
  background-color: #f6ca06;
  color: white;
  --web-color: #c4a105;
}
.web.web-number-right.error {
  background-color: #ff4500 !important;
  color: white;
  --web-color: #cc3700;
}
.web.web-notify-danger {
  border-radius: 0 !important;
  color: #333;
  background-color: #ef7f7f;
}
.web.web-notify-danger .ni-body {
  padding: 8px !important;
}
.web.web-notify-warning {
  border-radius: 0 !important;
  color: #333;
  background-color: #fae482;
}
.web.web-notify-warning .ni-body {
  padding: 8px !important;
}
.web.web-notify-success {
  border-radius: 0 !important;
  color: #333;
  background-color: #9be996;
}
.web.web-notify-success .ni-body {
  padding: 8px !important;
}
.ml-5 {
  margin-left: 5em !important;
}
.ml-4 {
  margin-left: 4em !important;
}
.ml-3 {
  margin-left: 3em !important;
}
.ml-2 {
  margin-left: 2em !important;
}
.ml-1 {
  margin-left: 1em !important;
}
.mr-5 {
  margin-right: 5em !important;
}
.mr-4 {
  margin-right: 4em !important;
}
.mr-3 {
  margin-right: 3em !important;
}
.mr-2 {
  margin-right: 2em !important;
}
.mr-1 {
  margin-right: 1em !important;
}
.mb-5 {
  margin-bottom: 5em !important;
}
.mb-4 {
  margin-bottom: 4em !important;
}
.mb-3 {
  margin-bottom: 3em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.mt-4 {
  margin-top: 4em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.form-label {
  font-weight: 600;
  margin-bottom: 0.025em;
}
.cursor-pointer {
  cursor: pointer;
}
.whitespace-no-wrap {
  white-space: nowrap;
}
.bl-r-0 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.br-r-0 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bt-r-0 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bb-r-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.text-right {
  text-align: right;
}
.text-right input[type=number] {
  text-align: right;
}
.table.table-sm td,
.table.table-sm th {
  padding: 0.1em;
}
.hide-on-empty:empty {
  display: none;
}
.flex-1 {
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
}
.font-weight-bold {
  font-weight: bold;
}
.tagit-autocomplete {
  z-index: 2001 !important;
}
.do-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
}
.worksheets .header {
  font-size: 22px;
  font-weight: bold;
  border: 1px solid black;
  padding: 4px;
  margin-bottom: 4px;
}
.worksheets .check-list-holder b {
  text-decoration: underline;
  margin-bottom: 2px;
}
.worksheets .check-list-holder .check-list {
  padding-left: 4px;
  margin-bottom: 8px;
}
.worksheets .check-list-holder .check-list label {
  display: block;
  margin-bottom: 2px;
}
.worksheets .check-list-holder .check-list label input {
  padding: 2px;
}
.worksheets table {
  width: 100%;
  margin-top: 8px;
}
.worksheets table tr td {
  border: none;
  vertical-align: middle;
}
.worksheets table tr.border-bottom td {
  border-bottom: 2px solid black;
  padding-bottom: 6px;
}
.worksheets table tr.border-bottom + tr td {
  padding-top: 6px;
}
.worksheets table td.do-inline input[type=text] {
  display: inline-block;
  width: auto;
}
.worksheets .split-by-two {
  display: --webkit-box;
  display: --webkit-flex;
  display: flex;
}
.worksheets .split-by-two div {
  width: 50%;
  padding: 6px;
}
.worksheets .split-by-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.worksheets .split-by-three div {
  width: 33%;
  padding: 6px;
}
.worksheets .notice {
  font-size: 0.75em;
  margin-top: 6px;
}
.worksheets textarea,
.worksheets select,
.worksheets input[type=text] {
  width: 100%;
}
.worksheets .form-group .form-label {
  display: none;
}
.worksheets .input-group {
  flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
}
@media print {
  @page {
    margin: 0.5in;
  }
  .worksheets * {
    font-size: 0.85rem;
  }
  .worksheets .no-print,
  .worksheets .no-print *,
  .worksheets .flatpickr-calendar {
    display: none !important;
  }
  .worksheets input[type=text],
  .worksheets input[type=number],
  .worksheets textarea,
  .worksheets select {
    border: none;
    background: none;
  }
  .worksheets button,
  .worksheets input[type=button],
  .worksheets input[type=submit] {
    display: none;
  }
  .worksheets select {
    appearance: none !important;
    -webkit-appearance: none !important;
  }
  .worksheets select::ms-expand {
    display: none;
  }
  .worksheets .form-group input[type=text] {
    border: none;
    background: none;
  }
  .worksheets .form-group .input-group-text {
    display: none;
  }
  .worksheets body {
    margin-top: 2px;
    padding-top: 2px;
  }
  .worksheets .app {
    padding-top: 2px !important;
  }
}