﻿    input.ui-pg-input
    {
      width: 25px;
    }

    
    th.ui-th-column div
    {
      word-wrap: break-word; /* IE 5.5+ and CSS3 */
      white-space: pre-wrap; /* CSS3 */
      white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
      white-space: -pre-wrap; /* Opera 4-6 */
      white-space: -o-pre-wrap; /* Opera 7 */
      overflow: hidden;
      height: auto !important;
      vertical-align: middle;
    }
    .chzn-container .chzn-results
    {
      max-height: 400px;
    }
    .ui-th-column-header
    {
      text-align: center;
    }
    .highcharts-axis span {
        float:left;
        width:300px;
    }

        .ui-jqgrid .ui-pg-table td {
            padding: 1px;
        }
        .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
            margin-top: 2px;
        }
        .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
            margin-top: -2px;
        }
        .ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
            margin-top: 2px;
        }
        .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon,
        .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
            float: none;
            display: inline-block;
            margin-top: -2px;
        }
        .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-pg-button-text,
        .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-pg-button-text {
            padding-left: 0.2em;
            padding-right: 0.2em;
            margin-top: 0px;
            float: none;
            color: red;
        }
        .ui-jqgrid .ui-paging-info {
            height: auto;
            margin-top: 0px;
        }
        .ui-jqgrid .ui-jqgrid-pager {
            height: auto;
        }
        .ui-jqgrid .ui-jqgrid-toppager {
            height: auto !important; /* remove default 25px !important setting */
        }
        .ui-jqgrid .ui-pg-table {
            padding-bottom: 0px;
        }
        .ui-jqgrid .ui-pg-button {
            height: auto !important; /* remove default 19px !important setting */
        }
        .ui-jqgrid .ui-pg-div {
            text-align: center;
            display: inline-block;
            white-space: pre;
        }