﻿.bold {
    font-weight: bold;
}

.italic{
    font-style: italic;
}

.underline{
    text-decoration: underline;
}

.scroll-table {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.grid-wrapper {
    position: relative;
    height: calc(100vh - 245px) !important;
    float: left;
    overflow: hidden;
    width: 100%;
}

.grid-wrapper-wCollapse {
    position: relative;
    height: calc(100vh - 359px) !important;
    float: left;
    overflow: hidden;
    width: 100%;
}

.grid-wrapper .k-grid-display-block{
    display: inline-flex !important;
}

.breakWord120 {
    /*max-width: 120px !important;*/
    word-break: break-all !important;
    word-wrap: break-word !important;
    /*vertical-align: top;
            line-height: 15px;*/
}

.k-auto-scrollable {
    height: auto !important;
}

.content {
    padding-bottom: 0;
    padding-top: 0;
}

.table-xxs td{
    padding: 0.1rem 0.25rem;
}