﻿.e-grid .e-headercell, .e-grid .e-rowcell, .e-grid .e-summarycell, .e-grid .e-pager {
    font-family: 'Consolas', monospace;
    color: #2E86C1;
}

p {
    /*line-height: 1;  Adjust this value as needed */
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 2px;
    
    
}

/*     styles for SyncFusion */
.wrap-text {
    white-space: normal;
    word-wrap: break-word;
}

.align-top {
    vertical-align: top;
}

/*     styles for SyncFusion */
.e-grid .e-headercell {
    background-color: whitesmoke;
}

.e-grid .e-headercelldiv {
    font-size: .9em;
}

.e-grid .e-rowcell {
    font-size: .9em;
}

.e-pager {
    font-size: .9em;
}

.dropdown-menu {
    position: absolute;
}

    .dropdown-menu.upwards {
        bottom: 100%;
        top: auto;
    }

.e-dialog .e-dlg-header {
    color: #2E86C1;
    font-size: 20px;
    font-weight: normal;
}

.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
    font-size: 20px;
    color: red;
    font-weight: 800;
}

/* this positions the ddl for number of rows per page in the datagrid */
/*  .e-ddl.e-control.e-lib.e-popup.e-popup-open {
                                                      top: 775px !important;
                                                  } */
