html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.container {
    max-width: 1920px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.iq-navbar-header h1 {
    font-size: 20px;
}

.iq-navbar-header p {
    margin-bottom: 0px;
}

.iq-banner .iq-navbar-header .iq-container {
    padding: 14px 0px 14px 0px !important;
}

.iq-banner:not(.hide) + .content-inner {
    margin-top: 0px !important;
}

.table-responsive {
    max-height: calc(100vh - 155px);
}
/*.table {table-layout:fixed;}*/
.table tr th {
    vertical-align: top;
}

.table tr td, .table tr th {
    padding: 8px !important;
    font-size: 14px !important;
    white-space: normal !important;
}

.footer-body {
    padding: 8px !important;
    display: none !important;
}

.grid-btn {
    border: 1px solid #9874bf;
    color: #9874bf;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 2px;
}

    .grid-btn:hover {
        background: #9874bf;
        color: #ffffff;
    }
