body {
  margin: 0px;
}

* {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
}

.smallsize hr {
  margin: 5px 0px;
}

.btn:active {
  position: relative;
  top: 3px;
}
.btn svg {
  fill: currentColor;
}
.btn.danger svg {
  fill: #dc3545;
}
.btn.btn-outline-danger svg {
  fill: #dc3545;
}
.btn.btn-outline-danger:hover svg {
  fill: #fff;
}

table.dataTable.compact tr.selected td.select-checkbox::after {
  margin-top: -32px !important;
}

.bg-warninglight {
  background-color: #fff2cc;
}

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