

.ew-table-header .ew-table-header-btn .ew-table-header-caption, .jtable-column-header-container .ew-table-header-caption {
    flex-grow: 1;
    padding: 2px;
    font-weight: bold;
}
.ew-table-header {
    flex-grow: 1;
    padding: 2px;
    font-weight: bold;
}

.ew-grid .ew-table :not(thead)>tr, .ew-grid .ew-table tbody, .ew-grid .ew-table td, .ew-grid .ew-table tfoot, .ew-grid .ew-table th {
    border-color: #dee2e6;
    padding: 10px;
}
.ew-pager-form {
    display: block;
}

 #ew-center
 {
     margin-top: 10px;
     font-weight: 900;
 }
.ew-grid {
    padding: 0;
    border: 1px solid rgb(103, 7, 228);
    border:none;
    margin-bottom: 1rem;
    display: table;
}
.ew-grid .ew-table>thead>tr>td, .ew-grid .ew-table>thead>tr>th {
    font-weight: 400;
    border:none;
    vertical-align: top;
}
.ew-grid .ew-table>thead>*, .ew-grid .ew-table>thead>*>* {
    border:none;
}
.card.ew-card.ew-grid
{
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 14px;
    margin: 15px;
    box-shadow: rgb(90 114 123 / 11%) 0px 7px 30px 20px;
    width:100%;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 0px;
}
.ew-grid .ew-table .ew-table-alt-row:not(.table-active) {
    --bs-table-accent-bg: white;
    color: #212529;
}

.navbar-blue {
    background-color: #7A191D !important;
    color: #fff;
}
.sidebar-dark-blue{
    background-color: #063478 !important;
}

.ew-master-detail{
    visibility: hidden;
}

.sidebar-dark-blue .user-panel {
    border-bottom: 1px solid #c2c7d0;
}

.sidebar-dark-blue .brand-link {
    border-bottom: 1px solid #063478;
}
.brand-link .brand-image {
   
    line-height: .8;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 0px;
    max-height: 70px;
    width: 100px;
}