.grocery-crud .btn {
    color: black !important;
}
.grocery-crud .btn:hover {
    color: white !important;
}
.grocery-crud .modal-body{
    padding: 10px 10px;
    border: 1px solid;
}

.dx-dropdownbox{
    height: 35px;
    background: transparent !important;
}
.dx-dropdownbox .dx-placeholder{
    display: none;
}
.app-header{
    background: rgb(0, 85, 189);
}
.app-header .brand .brand-logo, .app-header .menu-icon,.app-header .menu-text {
    color: white;
}
.gc-caption-title, .gc-full-page-title-145 {
    background: #0055bd !important;
    color: white !important;
}
.report_heading, #report_heading
{    
    background: #0055bd;
    color: white;
    padding: 5px;
    font-size: 16px;
}
.app-sidebar {
    background: #ced5ce;
}
.app-header .brand {
    width: 50%;
}
.app-header .menu-toggler .bar{
    background-color: white !important;
}
.dx-datagrid-rowsview .dx-row>td, .dx-datagrid-rowsview .dx-row>tr>td{
    text-wrap: wrap !important;
}
.app-content {
    padding: 0.7rem !important;
}
.app-sidebar .app-sidebar-content .menu .menu-item .menu-link{
    padding: .3rem 0.5rem !important;
}
.app-sidebar .app-sidebar-content .menu .menu-item .menu-submenu .menu-item{
    padding-left: 1rem !important;
}
.dx-datagrid-content .dx-overlay-wrapper.dx-invalid-message.dx-datagrid-invalid-message .dx-overlay-content, .dx-datagrid-text-content{
    overflow: visible !important; 
    text-overflow: clip !important;
}

.report_filter div:empty,
.report_filter label:empty {
    display: none;
}

/* .dx-popup-content{
    overflow: scroll !important;
} */

.result_card td,
.result_card th,.transcript_card th {
    padding: 1px !important;
}
.transcript_card td,.transcript_card th {
    padding: 1px !important;
    font-size: 12px !important;
    font-family: sans-serif !important;
}
.transcript_card .small td ,.transcript_card .small th {
    font-size: 9px !important;
}
.transcript_card .semester_table{
    border: 1px solid #c0c3c7;
    margin: 1px;
    width: calc(50% - 2px) !important;
}