﻿#divBaoCao
{
    padding:15px;
}
table > tbody .dx-header-row {
    background-color: #548DEC;
    color: white;
    font-size: 100%;
}
.dx-datagrid {
    max-width: 100% !important;
}
#divTieuChi .modal {
    position: fixed;
    top: 20% !important;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
#divTieuChi .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
