html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
label {
    font-size: 0.875rem;
}
a,
a:hover {
    text-decoration: none;
}
#wrapper {
    min-height: calc(100vh - 1.875rem);
    min-width: 100vw;
}
#footer{
    text-align: center;
    height: 1.875rem;
    font-size: 0.875rem;
}
.navbar-brand
{
    font-size: 1rem;
}
.nav-link {
    font-size: 1rem;
    color: black;
}
.active {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: underline;
    text-underline-position: under;
}
.table-condensed {
    font-size: 0.875rem;
}
table tr td{
    padding:0rem;
}
th {
    text-align: center;
}
td {
    text-align: center;
}
ul {
    font-size: 0.875rem;
    padding: 0rem;
    margin: 0rem;
}
li {
    font-size: 0.875rem;
    list-style: none;
    padding-left: 0.625rem;
}
.amount {
    text-align:right;
}
.amount_unclear {
    text-align:right;
    color:red !important;
    font-weight: bold;
}
.tui-grid-container {
    font-family: var(--bs-body-font-family) !important;
    font-size: 0.875rem !important;
}
.tui-grid-cell-content {
    padding: 0rem 0.25rem !important;
}
.tui-grid-row-oddXX,
.tui-grid-row-evenXX{
    height:2rem !important;
}
.amount_unclear.tui-grid-cell {
    color:red;
    font-weight: bold;
}
.la {
    text-align:left;
}
.ra {
    text-align:right;
}
.vc {
    align-items:center;
}
.calendarSun {
    color:red;
}
.calendarSat {
    color:blue;
}
.calendarToday {
    background-color: #E3F2FD !important;
}
.modal_erase {
    position:absolute;
    width:21.875rem;
    height:50rem;
    top:38.75rem;
    left:46.875rem;
    background:rgba(0,0,0,0.3);
    display:none;
}
.icEyeShow {
    color:gray;
}
.flex-container {
    display: flex;
    justify-content: center;
}
.flex-container-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modalBottomButtonWidth {
    width:5rem;
}
.scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 15px;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #eee;
    border: 4px solid transparent;
    background-clip: content-box;
}
.noScrollbar::-webkit-scrollbar {
    display: none;
}
.stickyBorder {
    border-collapse: separate;
    border-spacing: 0;
}
.fixedWidthNoWrap {
    overflow:hidden;
    text-overflow:ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.fixedWidthWrap {
    word-break: break-all;
}