.grid-caption {
  margin: 0rem 1rem 0rem 0rem;
  color: #006382;
}

html.dark .grid-caption {
  color: #d98e00;
}

html.dark .grid.table > :not(caption) > * > * {
  border-bottom: solid 1px #000 !important;
}

.grid-caption .grid-title {
  font-size: 1.3rem;
}

.grid {
  width: initial;
  min-width: 100%;
  margin-bottom: 2rem;
  border-top: solid 1px #b3b3b3;
  border-left: solid 1px #b3b3b3;
  border-right: solid 1px #b3b3b3;
}

html.dark .grid {
  color: #b4c6c8;
  border-top: solid 1px #3c3c3c;
  border-left: solid 1px black;
  border-right: solid 1px black;
}

.grid thead {
  background-color: #f1f4f6;
}

.grid thead .header {
  background: linear-gradient(90deg, #eef7e0 0%, #ece9f2 50%, #e2eeec 100%);
}

html.dark thead .header {
  background: linear-gradient(90deg, #223501 0%, #383a00 20%, #381f00 40%, #120035 65%, #00352d 100%);
}

html.dark .grid thead {
  background-color: #1a2226;
}

.grid thead th {
  white-space: nowrap;
}

.grid thead th > div.input-group {
  flex-wrap: nowrap;
}

.grid thead .bi-question-circle {
  color: #08c064;
  cursor: pointer;
  margin-right: 2px;
}

.grid tbody {
  background-color: #ffffff;
}

html.dark .grid tbody {
  background-color: #1a2026;
}

.grid tbody tr:hover {
  background-color: rgba(221, 195, 119, 0.0901960784);
}

html.dark .grid tbody tr:hover {
  background-color: rgba(11, 11, 11, 0.2901960784);
}

.grid.table-hover > tbody > tr:hover > * {
  color: #332900;
}

html.dark .grid.table-hover > tbody > tr:hover > * {
  color: #d9c886;
}

.grid tbody tr.foc > * {
  color: #14a200 !important;
  background-color: #edffe3;
}

html.dark .grid tbody tr.foc > * {
  color: #17b301 !important;
  background-color: rgba(41, 66, 34, 0.2901960784);
}

.grid tbody td {
  min-height: 2rem;
  white-space: nowrap;
  padding: 0.35rem 0.35rem;
  border-right: solid 1px #dee2e6;
}

html.dark .grid tbody td {
  border-right: solid 1px #000;
}

.grid tbody .action {
  background-color: #f1f4f6 !important;
  padding-left: initial;
  padding-right: initial;
  color: black !important;
  white-space: nowrap;
  width: 1rem;
  padding-right: 5px;
}

html.dark .grid tbody .action {
  background-color: rgba(42, 107, 115, 0.1098039216) !important;
  color: #bdbdbd !important;
}

.grid tbody .action .num {
  margin-inline-end: 0.5rem;
  display: inline-block;
}

body.wide .grid tbody:not(.act-fixed) .action > .act {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9176470588);
  display: none;
  border: solid 1px #d9d9d9;
  margin-top: -0.31rem;
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
  margin-right: -3.2rem;
}

html.dark .grid tbody .action > .act {
  background-color: rgba(26, 34, 38, 0.9176470588);
  border: solid 1px #000;
}

.grid tbody .action > .act > span:not(.btn) {
  margin: 0;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  font-size: 1.3rem;
  cursor: pointer;
}

.grid tbody .action > .act > span:hover {
  opacity: 0.7;
}

.grid tbody .action > .act button {
  margin: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .grid tbody tr:hover .action > .act {
    display: initial !important;
  }
  .grid tbody tr .action_viewer {
    display: none;
  }
}
.grid tbody input,
.grid tbody select:not(.status_select) {
  width: 100%;
  background-color: white;
  border: solid 1px #bdbdbd;
}

html.dark .grid tbody select {
  color: #b4c6c8;
}

html.dark .grid tbody select option {
  color: black;
}

.grid tbody select.status_select {
  direction: rtl;
  background-color: transparent;
  border: 0;
}

.grid .filter th {
  padding: 0;
}

.grid .filter input,
.grid .filter select {
  width: inherit;
  height: 25px !important;
  margin: 0px;
  background-color: #fff;
  border: none;
  border-bottom: #afb6ba solid 1px;
  border-left: solid 1px #afb6ba;
  font-size: 0.95rem;
  border-radius: 0;
}

html.dark .grid .filter input,
html.dark .grid .filter select:not(app-datepicker select) {
  border-left: solid 1px #455158;
  border-bottom: solid 1px #455158;
  background-color: #0b0f11;
  color: #ffd900;
}

html.dark .grid .filter button {
  border: #384348 1px solid !important;
}

.grid .filter select {
  width: 100%;
}

.grid .filter .search {
  width: 3.5rem;
}

.grid .filter .dropdown-menu a {
  cursor: default;
}

.grid .filter .dropdown-menu a.active {
  background-color: #08c064;
}

html.dark .grid .filter .dropdown-menu a.active {
  background-color: #08c064;
}

.grid tfoot .footsum {
  background-color: #f1f4f6;
}

html.dark .grid tfoot .footsum {
  background-color: #1a2026;
  color: hotpink;
}

.grid tfoot .pagination {
  margin: 0;
  display: inline-flex;
}

.grid tfoot .pagination .page-link {
  color: black;
  cursor: pointer;
  border: solid 1px #b0b0b0;
}

html.dark .grid tfoot .pagination .page-link {
  color: #eaeaea;
  background-color: black;
  border: solid 1px #515151;
}

.grid tfoot .rowcount {
  display: inline;
  width: initial;
}

html.dark .grid tfoot .rowcount {
  color: #eaeaea;
  background-color: black;
  border: solid 1px #515151;
}

.grid tfoot .toolbar {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-bottom: solid 1px #b9c3c9;
}

html.dark .grid tfoot .toolbar {
  background-color: #1a2226;
  border-bottom: solid 1px #b3b3b3;
}

.grid tfoot .toolbar .icon {
  font-size: 1.7rem;
  cursor: pointer;
  display: inline;
  vertical-align: middle;
}

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