/*applied to the Grid's element.*/
.jqx-grid {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;  
}

/*applied to a grid cell*/
.jqx-grid-cell-legendstracking {
    /*    border-style: solid; */
    border: none;
    /*    border-width: 0px 1px 1px 0px; */
    border-width: 0px 0px 0px 0px;
    margin-right: 1px;
    margin-bottom: 1px;
    border-color: transparent;  
    background: #fff;
    white-space: nowrap;
    font-weight: normal; 
    font-size: inherit;
    overflow: hidden; 
    position: absolute !important; 
    height: 100%;
    outline:none;
     }
    
/*applied to the Grid's Table element.*/
.jqx-grid-table-legendstracking {
    font-size: 13px;
    table-layout: fixed;
    margin: 0px;
    padding: 0px;
    border-collapse: separate;
    border-spacing: 0px;
    -webkit-overflow-scrolling: touch;
    outline: none;
    zoom: 1 !important;
    empty-cells: show;
    border-right: 0px;
    border-color: transparent;  
/*    line-height: 1.231; */
    line-height: 1;
    width: auto;
    border: none;
}
/* To bring the calendar to the front in a form popup */
.jqx-calendar-legendstracking {
    z-index: 500000 !important;
}

/* To hide the Upload and Cancel button below the row with the selected file to upload */
.jqx-file-upload-button-upload-legendstracking {
    visibility: hidden;
}
.jqx-file-upload-button-cancel-legendstracking {
    visibility: hidden;
}


    