#gridContainer .dx-header-row td {
    background-color: #003C55;
    color: white;
    font-size: 14px;
    text-align: center !important;
}

#gridContainer tr:nth-child(even) {
    background-color: #eceff4;
}

#gridContainer tr:nth-child(odd) {
    background-color: #fff;
}

.dx-link-delete {
    color: red !important;
}

.dx-link-edit {
    color: #003C55 !important;
}

.Admin-User-Text {
    padding-left: 8px;
    padding-top: 8px;
}

.dx-datagrid-header-panel .dx-toolbar {
    margin-top: 5px;
}

.dx-toolbar .dx-toolbar-after {
    padding-right: 8px;
}

.Add-button {
    float: right;
    width: 140px;
    margin-right: 10px;
    margin-top: -31px;
    background-color: #f87e24;
    color: #fff;
    border: 1px solid #f87e24;
    font-weight: bold;
    height: 33px;

}