.card {
    border: none;
    /* height: 100% */
    max-height: 80vh;
}

.text-line {
    font-size: 14px
}

.hscroll {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.fixed-bottom {
    background-color: #333;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.dropdown-menu li {
    display: inline-block;
    text-align: center;
}

.dropdown-menu li:not(:last-child) {
    border-right: 1px solid #dbdade;
}

.dropdown-menu li a {
    margin: 0.1rem 0.15rem;
}

#dataGrid {
    height: 100%;
}

#dataGrid .ht-root-wrapper {
    height: 100%;
}