.ui-jqgrid {
    -moz-box-sizing: content-box;
}

.ui-jqgrid-btable {
    border-collapse: separate;
}

.ui-jqgrid-htable {
    border-collapse: separate;
}

.ui-jqgrid-titlebar {
    height: 40px;
    line-height: 15px;
    color: #999999;
    background-color: #F9F9F9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ui-jqgrid .ui-jqgrid-title {
    float: left;
    margin: 1.1em 1em 0.2em;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    position: relative;
    border-left: 1 solid;
    border-right: 1 solid;
    border-top: 1 solid;
}

.ui-widget-header {
    /*background: none repeat scroll 0 0 #4D4D4D;*/
    /*background: #0AB69E none repeat scroll 0 0;*/
    background: skyblue none repeat scroll 0 0;
    /*color: #FFFFFF;*/
    /* RKS 
		background: none;
		background-image: none;
		background-color: #F9F9F9;
		text-transform: uppercase;
	 */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none repeat scroll 0 0 #FFFFFF;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-right-color: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: left;
    border-color: #DDDDDD;
    background-color: inherit;
}

.ui-search-toolbar input[type="text"] {
    font-size: 14px; /* RKS 12px; */
    height: 22px; /* RKS 15px; */
    border: 1px solid #CCCCCC;
    border-radius: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /*background: #4D4D4D;*/ /*RKS #F9F9F9; */
    /*border: 1px solid #4D4D4D;*/ /*RKS #D3D3D3; */
    /* font-weight: bold;*/
    /*color: #FFFFFF;*/ /* RKS #777777; */
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
    line-height: 22px; /*RKS 15px;*/
    background: #d8dce5 none repeat scroll 0 0;
    border: medium none;
    color: #000000;
}

.ui-jqgrid tr.ui-row-ltr td:first-child {
    border-left: 1px solid #dddddd;
}

.ui-widget-content {
    box-sizing: content-box;
}

.ui-icon-triangle-1-n {
    background-position: 1px -16px;
}

.ui-jqgrid tr.ui-search-toolbar th {
    border-top-width: 0px !important;
    border-top-color: inherit !important;
    border-top-style: ridge !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border-collapse: separate;
}

.ui-widget-header .ui-state-focus {
    background: #999999;
}

tbody tr.ui-widget-content.ui-state-hover, tbody tr.ui-widget-content.ui-state-focus {
    background: #ffffff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    font-weight: normal;
    color: #212121;
}

.ui-jqgrid .ui-pg-input {
    font-size: inherit;
    width: 46px;
    border: 1px solid #CCCCCC;
    height: 25px; /*RKS 15px;*/
}

.ui-jqgrid .ui-pg-selbox {
    display: block;
    font-size: 1em;
    height: 25px;
    line-height: 18px;
    margin: 0;
    width: auto;
}

.ui-jqgrid .ui-pager-control {
    position: relative;
}

.ui-jqgrid .ui-jqgrid-pager {
    height: 48px; /*32px; */
    position: relative;
}

.ui-pg-table .navtable .ui-corner-all {
    border-radius: 0px;
}

.ui-jqgrid .ui-pg-button:hover {
    padding: 1px;
    border: 0px;
}

.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    height: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    border-width: 2px !important;
    font-size: 11px;
}

.ui-jqgrid .form-control {
    height: 10px;
    width: auto;
    display: inline;
    padding: 10px 12px;
}

.ui-jqgrid-pager {
    height: 32px;
}


.ui-jqgrid .ui-jqgrid-htable th {
    /*height: 32px;*/
    padding: 2px 2px;
}

    .ui-jqgrid .ui-jqgrid-htable th div {
        height: 27px;
        vertical-align: middle;
    }

        .ui-jqgrid .ui-jqgrid-htable th div span.s-ico {
            position: relative;
            top: 3px;
        }

.ui-jqgrid .ui-jqgrid-view {
    font-size: 13px;
}

.ui-jqgrid tr.jqgrow td {
    /*border-bottom-style: none;*/
    padding: 2px 3px;
    white-space: pre-line;
    vertical-align: top; /* Mandip */
}

    .ui-jqgrid tr.jqgrow td img {
        height: 20px;
    }

    .ui-jqgrid tr.jqgrow td a.delete {
        float: right;
        margin-right: 15px;
    }

    .ui-jqgrid tr.jqgrow td a.edit {
        float: left;
        margin-left: 15px;
    }

.ui-jqgrid .ui-pg-button {
    height: 44px !important;
}

.ui-jqgrid .ui-jqgrid-pager {
    font-size: 13px;
}

.ui-jqgrid-bdiv {
    min-height: 48px;
}
