﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.ledger-wrap {
    max-height: 60vh;
    overflow: auto;
}

.table-sticky thead th {
    position: sticky;
    top: 0;
    background: #f8f9fa;
    z-index: 1;
}

/*html, body {
    font-size: 0.90rem;
    line-height: 1.30;
}

*//* Λίγο πιο σφιχτό σε tables/cards/forms */
/*.table {
    line-height:0.8;
}
*/
/*.card-body {
    padding: 0.85rem;
}

.form-control, .form-select {
    padding-top: .35rem;
    padding-bottom: .35rem;
}*/

/* Bootstrap-table header stickiness αν θες */
/*.bootstrap-table .fixed-table-container .table thead th {
    white-space: nowrap;
}*/