#gridContainer .dx-header-row td {background-color: #003C55; color: white; font-size: 13px;}

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

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


.color999{color: #999!important;
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-in-products{
    float: right;
    width: 140px;
    margin-right: 10px;
    margin-top: 7px;
    background-color:#f87e24;
    color: #fff;
    border:1px solid #f87e24;
    font-weight: bold;
    height: 33px;

}