﻿/*#region Override jqGrid*/
.ui-jqgrid .ui-jqgrid-htable th {
    text-align: center;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    white-space: normal !important;
}

.ui-icon-excel {
    background-image: url(../images/excel.png) !important;
    background-position:inherit !important;
}

.ui-jqgrid .ui-search-table {
    width: 100%
}

.ui-jqgrid tr.ui-row-ltr td a {
    color: #95B901;
}

.jqgrid-table {
    border-spacing: 0;
}

.jqgrid-table td, .jqgrid-table th{
    padding: 0;
}

.ui-pg-input {
    text-align: center;
}

.column-group-header {
    border-bottom-color: #A9A9A9 !important;
}
.column-group-header-not-last {
    border-right-color: #A9A9A9 !important;
}
/*#endregion*/