@media print {

  .no-print,
  .no-print * {
    display: none !important;
  }
}
.toast {
    z-index: 1;
}
.empty:empty {
  display: none;
}

input.error:focus {
  border-color: rgb(118, 26, 35);
  outline: none;
  box-shadow: 0px 1px 3px 3px rgba(118, 26, 35, 0.75);
  /* background-color: lightyellow; */
  color: rgb(225, 0, 0);
  font-weight: bolder;
}

select {
  flex-basis: max-content;
}

.cursor-pointer {
  cursor: pointer;
}

.off-screen {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

#order-table td.note {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}

.form-label {
  margin-bottom: 0.2rem;
}

.tag-row:not(:first-child) label {
  opacity: 0;
}

.table_custom {
  --bs-table-bg: transparent !important;
}

.sure {
  display: none;
}

table.dataTable tbody tr>.dtfc-fixed-left,
table.dataTable tbody tr>.dtfc-fixed-right {
  background-color: transparent;
}

#tag-review-table tr.odd {
  background-color: rgb(207, 218, 208);
}

td button {
  float: right !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

#order-note-image {
  width: 120px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.break {
  flex-basis: 100%;
  height: 0;
}

input[type=number].input-100 {
  min-width: 100px;
  max-width: 100px;
  ;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.close-panel {
  display: none;
}

/* input:focus {
  outline:0;
}
*:focus {
  outline: 0;
} */
#tag-shutter-width:focus {
  outline-color: transparent !important;
  outline: none;
  border: 0 solid transparent;
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0rem;
}

#tag-shutter-width {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.pagination {
  border: none;
}


#tag-builder-form.disabled,
#select-options.disabled {
  display: none !important;
}

.admin .dataTable td.tweak {
  cursor: pointer;
  text-decoration: underline;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: white !important;
}


@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    html {
      zoom: 0.8
    }
}



#order-hardware  form:first-of-type label {
  display: block;
	font-weight: bold;
  font-size: .75rem;
}
#selected-category .actions,
#order-hardware  form:first-of-type .actions {
margin-top: 22px;;
}
#order-hardware form label {
 display: none;
}

#selected-category .category,
#selected-category .edit {
  display: none;
}





#order-hardware form.locked input,
#order-hardware form.locked select {
  border: 0;
  background-color: transparent;
  position: relative;
  user-select: none;
}

#order-hardware form.locked select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
}
#order-hardware form.locked .quantity-group  .btn {
  display: none;
}

#order-hardware form.locked .lock::after,
#order-hardware form.locked .hardware-chooser::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* td.action {
  min-width: 180px;
} */
td.date {
  min-width: 80px;
  width: 80px;
}
.form-text {
	margin-top: 0.125rem;
	font-size: 0.675em;
}

#loading {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: white;
  z-index: 99;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
