/*****Custom elements*****/

a .multiline {
  display: inline-block;
}

#apdetails .spinner-border {
  height: 20px;
  width: 20px;
}

.dlink {
  width: max-content;
  display: block;
}

.excreview-icon,
.techexcess-icon {
  color: #fb00ff;
}

.badreview-icon {
  color: black;
}

.priority-icon {
  color: #ff2828;
}

.tex-icon {
  color: #4e4e4e;
}

.sciok-icon,
.techok-icon,
.doubleok-icon,
.paymentok-icon,
.authcolorok-icon,
.authexcessok-icon {
  color: #0a9e00;
}

.techcolor-icon,
.authcolorweb-icon {
  color: #00637c;
}

.authcolor-icon,
.authexcess-icon,
.payment-icon {
  color: #daa100;
}

.pointer-events-none {
  pointer-events: none;
}

.user-select-none {
  user-select: none;
}

.replies .reply:not(:first-child) {
  margin-top: 20px;
}

table.nohead thead {
  display: none;
}

.fs11 {
  font-size: 1.1rem;
}

.btn-disabled {
  cursor: default !important;
}

.btn-disabled.btn-success:hover {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.btn-heat {
  color: white;
  background-color: #dc6702;
  border-color: #dc6702;
}

.btn-heat:hover {
  color: white;
  background-color: #c55c02;
  border-color: #c55c02;
}

.btn-heat:active {
  background-color: #bf5900;
  border-color: #bf5900 !important;
}

.btn-outline-heat {
  color: #dc6702;
  border-color: #dc6702;
}

.btn-outline-heat:not(:disabled):not(.disabled).active,
.btn-outline-heat:not(:disabled):not(.disabled):active,
.btn-outline-heat:not(:disabled):not(.disabled):hover {
  color: white;
  background-color: #dc6702;
  border-color: #dc6702;
}

.btn-plain {
  padding: 0;
  opacity: 0.7;
}

.btn.btn-plain:not(:disabled):hover,
.btn.btn-plain:not(:disabled):focus {
  opacity: 1;
  border-color: transparent;
}

.btn-fix32 {
  width: 32px;
  height: 32px;
}

.btn-nofocus:focus {
  border-color: transparent !important;
  /*Fix bootstrap focus border*/
}

.btn-iconed {
  padding: 0;
  min-width: 135px;
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn-iconed.btn-sm {
  height: 32px;
}

.btn-iconed .icon {
  width: 40px;
  height: 100%;
}

.btn-iconed .icon svg {
  height: 100%;
}

.btn-iconed .text {
  padding: 0 10px 0 10px;
}

.btn-iconed.btn-heat .icon {
  background-color: #c55c02;
}

.btn-iconed.btn-info .icon {
  background-color: #027777;
}

.btn-iconed.btn-secondary .icon {
  background-color: #5a6268;
}

.btn-iconed.btn-danger .icon {
  background-color: #c82333;
}

.btn-iconed.btn-primary .icon {
  background-color: #006f8c;
}

.btn-iconed.btn-outline-dark .icon {
  background-color: #343a40;
  color: white;
}

.color-white,
button.color-white:hover {
  color: white;
}

.flex-fixed-150 {
  width: 150px;
  flex: 0 0 150px;
}

.forcehide {
  display: none !important;
}

.hoverinfo {
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  cursor: pointer;
}

#articleinfo .idno {
  color: #eee;
}

#articleinfo .issue {
  font-size: 1.1rem;
  width: 100%;
  min-width: 110px;
  margin: 0;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

#articleinfo .icons {
  font-size: 1.5rem;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: transparent;
}

#articleinfo .icons:empty {
  border-width: 0;
}

#letterModal .form-group > .col-form-label {
  max-width: 100px;
}

.no-outline {
  outline: none !important;
}

.required {
  color: #ff1616;
  margin-right: 3px;
}

#techComsForm .details {
  margin-bottom: 0;
}

#techComsForm .techcomlist .row {
  margin-left: 0;
  margin-right: 0;
}

.form-group.not-required .required {
  display: none;
}

.ui-autocomplete {
  z-index: 2000;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.cropped {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#reviews,
#versions {
  overflow-x: auto;
}

.wp-120 {
  width: 120px;
}

@media all and (max-width: 575.98px) {
  #articleinfo .issue {
    font-size: 1rem;
  }
  table.reducing {
    min-width: 280px !important;
    /*Fix onpage-defined min-width*/
  }
}
