﻿
.e-grid,
.e-toolbar,
.e-button,
.e-input-group,
.e-popup {
    font-family: 'Times New Roman' !important;
}
.e-toolbar{
    width:100% !important;
    float:left
}
.e-dialog .e-south-east{
    bottom:0px !important
}
.e-dlg-header {
    color: #055952;
    font-weight:bold !important;
    font-size:10pt !important
}
.e-grid .e-headercell {
    background-color: #0c5956;
    color: white;
    font-weight: bold;
}
.e-grid .e-row:nth-child(even) {
    background-color: #f9f9f9;
}

.e-grid .e-row:nth-child(odd) {
    background-color: #ffffff;
}
.e-grid .e-row:hover {
    background-color: #d9f1ef;
    cursor:pointer
}
.e-grid .e-rowcell {
    font-size: 14px;
    padding: 8px 12px;
    color: #222;
}
.e-grid .e-rowcell, .e-grid .e-headercell {
    border-bottom: 1px solid #ddd;
}
    .e-toolbar .e-toolbar-item .e-tbar-btn-text {
        color: white;
    }
    .e-toolbar .e-toolbar-item .e-icons,
    .e-toolbar .e-toolbar-item .e-btn {
        color: white;
    }
    .e-toolbar .e-btn:hover {
        background-color: #0a4a48;
    }
.e-btn {
    border-radius: 6px;
}
.e-filtermenudiv{
    color:#fff !important
}
.e-grid td.e-active {
    background: #d9f1ef
}