﻿.jqx-grid-column-header, .jqx-grid-columngroup-header {
	visibility: hidden;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: transparent;
    white-space: nowrap;
    border-style: solid;
    font-weight: normal;  
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px;
 }
 
 /*applied to containers to set a background and border color. Tabs, NavigationBar, Calendar content.*/
.jqx-widget-content {-moz-box-sizing: content-box; box-sizing: content-box; -ms-touch-action: none; -moz-background-clip: padding; -webkit-text-size-adjust: none; background-clip: padding-box; -webkit-background-clip: padding-box; -webkit-tap-highlight-color: rgba(0,0,0,0); font-family: Verdana,Arial,sans-serif; font-style: normal; font-size: 13px; background: #fff; }
/*applied to header areas. Tabs, Menu, Window, Calendar.*/
.jqx-widget-header {-moz-box-sizing: content-box; box-sizing: content-box; -ms-touch-action: none;-moz-background-clip: padding; -webkit-text-size-adjust: none; background-clip: padding-box; -webkit-background-clip: padding-box; -webkit-tap-highlight-color: rgba(0,0,0,0); border-color: #c5c5c5; background: #ffffff; }


/*applied to a cell in jqxDataTable*/
.jqx-cell-legendstracking {
/*    min-height: 23px; */
/*    padding: 6px 4px; */
	padding: 2px 2px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
/*    border: 1px solid transparent; */
	border: none;
    border-top-width: 0px;
    border-left-width: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    white-space: normal;
/*    line-height: 1.231; */
	line-height: 1;
}

/*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: 1px solid #aaa;
/*    line-height: 1.231; */
    line-height: 1;
    width: auto;
    border: none;
}

/*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-top: 0px !important;
    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;
 }

