.ui-jqgrid .ui-jqgrid-view,.ui-jqgrid .ui-paging-info, .ui-jqgrid .ui-pg-table,.ui-jqgrid .ui-pg-selbox {
    font-size: 10px;
}
.ui-jqgrid .ui-jqgrid-titlebar{
    height: 20px;
    line-height: 20px;
    color: #000000;
    background-color: #F9F9F9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    padding:0px;
   
}
.ui-jqgrid .ui-jqgrid-title {
    float: left;
    margin: 0px;
    margin-left:5px;
   
}

.ui-jqgrid .ui-widget-header{
    border-bottom:1px solid #D3D3D3;
    
}

.ui-jqgrid .ui-search-toolbar input[type="text"]{
    /*font-size: 12px;*/
    height:16px;/*Cambio realizado por Jaisson Narvaez*/
    border: 1px solid #CCCCCC;
    border-radius:1px; /*JaissonNarvaez*/
              
}                       
/*
.ui-jqgrid .ui-state-default, .ui-jqgrid .ui-widget-content .ui-state-default, .ui-jqgrid .ui-widget-header .ui-state-default {
    background: #F9F9F9;
    border: 1px solid #D3D3D3;               
    line-height: 15px;
    height: 45px;
    font-weight: bold;
    color: #777777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
*/

/*** Column headers ******/
.ui-jqgrid .ui-jqgrid-hdiv {
    /*background: #F9F9F9;*/
    border: 0px solid #D3D3D3;               
    /*line-height: 15px;*/
    /*height: 45px;*/
    font-weight: bold;
    color: #777777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
       
}

.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize  {
    height: 21px !important;
     
}

.ui-jqgrid .ui-jqgrid-htable th div {
    padding-top: 2px;
		padding-bottom: 2px;/*Cambio realizado por Jaisson Narvaez*/
        
}

/**** Data rows ***/
.ui-jqgrid tr.jqgfirstrow td {
    border:none; /*firefox fix*/
    
}

.ui-jqgrid tr.jqgrow,.ui-jqgrid tr.ui-row-ltr {
   border:none;
   
}
    .ui-jqgrid tr.ui-row-ltr td {
        border-bottom: 1px solid #DDDDDD;
        border-right: solid;
        border-width: 1px;
        border-right-color: #E6E6E6;
        padding: 0px 3px 0px 3px;/*JaissonNarvaez*/
    }


/*** alt row color fix ***/
.ui-jqgrid-btable .ui-widget-content.ui-priority-secondary{
	background-image:none;
	background-color: #F9F9F9;
	opacity: 1;
      
}
.ui-jqgrid-btable .ui-widget-content.ui-state-hover{
	background-image:none;
	background-color: #F3F3F3;
	opacity: 1;
}

.ui-jqgrid-btable .ui-widget-content.ui-state-highlight {
    background-color: #EEDC94;	
    		background-image: -ms-linear-gradient(top, #FCEEC1, #EEDC94); 
		background-image: -webkit-linear-gradient(top, #fceec1, #eedc94); /* Safari 5.1+, Chrome 10+ */
		background-image: -moz-linear-gradient(top, #fceec1, #eedc94); /* Firefox 3.6 */
		background-image: -o-linear-gradient(top, #fceec1, #eedc94); /* Opera 11.10+ */
		background-image: linear-gradient(top, #fceec1, #eedc94); /* CSS3 Compliant */
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0); /* IE8 */
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		opacity: 1;
        line-height:10px;
}


.ui-jqgrid .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 
}


/****** PAGER *******/
.ui-jqgrid .ui-jqgrid-pager {
    display:none;
}

.ui-jqgrid .ui-pg-input {
    font-size: inherit;
    width: auto;
      
}
.ui-jqgrid .ui-pg-selbox {
    display: block;
    height: auto;
    width: 70px;
	  margin: 0px;
		padding: 1px 4px;
	  line-height: normal;
   
}
.ui-jqgrid .ui-jqgrid-htable th div{
    overflow:visible;
    
}
.ui-jqgrid .ui-pager-control {
    height: -25px;
    /*position: relative;*/
    position: fixed;
    /*z-index:1000;*/
    margin-top:-25px;
    /*background-color:#e04444;*/
    /*background-color:#8bc28c;*/
}
.ui-pg-table .navtable .ui-corner-all{
    border-radius: 0px;
}
.ui-jqgrid .ui-pg-button:hover {
    padding: 0px;
}


.ui-jqgrid .loading {
    position: absolute; 
    top: 45%;
    left: 500px; /*JaissonNarvaez 10/05/2016*/
    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;
}
/*Permite que campos tipo check no se escondas en las grillas.*/
table thead tr th div input[type="checkbox"] {
    /*line-height: normal;*/
    margin: -7px 0px 0px;
    /*margin-top:4px;*/
}
/* elementos th se alinean al centro*/
table th {
    text-align: center;
}

.ui-jqgrid-bdiv table tbody tr td input[type="checkbox"]
{
            height: 13px;
        width: 13px;
        margin-top: 1px;
}


/*table .ui-pg-table {
    background-color:red;
}*/