.form-control {
  box-shadow: none !important;
}

.btn {
  box-shadow: none !important;
}

.form-select {
  cursor: pointer;
  max-width: 100vw;
}

.form-check-input {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  cursor: pointer;
  margin: 0;
}
.form-check-input.small {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
}

label {
  cursor: pointer;
}

.custom-alert {
  background: #fff;
  border: 1px solid #b3b3b3;
  margin-top: 16px;
}
.custom-alert.info {
  border-left: 3px solid #2271b1;
}
.custom-alert.wait {
  border-left: 3px solid #262626;
}
.custom-alert.success {
  border-left: 3px solid #0abd0a;
}
.custom-alert.danger {
  border-left: 3px solid #b20e0e;
}

.bg-form {
  background-color: #eeeeee;
}

.img-popup {
  position: relative;
}
.img-popup:after {
  content: "Zoom";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.img-popup:hover:after {
  visibility: visible;
  opacity: 1;
}
.img-white {
  filter: brightness(0) invert(1);
}

.smaller {
  font-size: 0.75em;
}

.smallest {
  font-size: 0.625em;
}

.cursor-pointer {
  cursor: pointer;
}

.jconfirm .jconfirm-box-container {
  max-width: 100vw;
}

.td-nopad tbody td {
  padding: 0;
}

.break-word {
  word-break: break-word;
}

.combined-icons {
  position: relative;
}
.combined-icons > img:first-child.img-white {
  filter: invert(92%) sepia(26%) saturate(0%) hue-rotate(181deg) brightness(86%) contrast(90%);
}
.combined-icons > img:not(:first-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.link-primary .link-icon {
  filter: invert(28%) sepia(41%) saturate(4550%) hue-rotate(210deg) brightness(101%) contrast(98%);
}
.link-primary:focus .link-icon, .link-primary:hover .link-icon {
  filter: invert(18%) sepia(83%) saturate(7499%) hue-rotate(211deg) brightness(94%) contrast(92%);
}

/*# sourceMappingURL=general.css.map */
