/* Posición inferior del panel de resultados */
#panelResultados 
{
    /*bottom: 7px !important;    */
}

/*******************************
-------------panelResultados
********************************/
/*status-bar*/
#MonstrarResultado {
    position: relative;
    left: 0px;
    bottom: -10px;
    background-color: #CFCECE;
    border-top: 1px solid #aaaaaa;
    width: 100%;
    height: 18px;
    padding-left: 4px;
    z-index: 2;
}


.ui-jqgrid .ui-jqgrid-caption {
    text-align: left;
    background: #3498db;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control, .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
    position: relative;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
	height: 30px;
	background: #024464;
	color: #fff;
}
#panelResultados {
	right: 0px;
	bottom: 0px;   
    height: 0;
    width: 100%;
    background: transparent;
    z-index: 1;   
	padding: 0px;
    padding-left: 1px;
    padding-right: 1px;
}

#panelResultados .ui-jqgrid .ui-jqgrid-caption {
    text-align: left;
    background: #024464;
	font-size: larger;
	font-weight: bold;
	color: #fff;
}

/* Tamaño cabecera tabla */
#panelResultados .ui-jqgrid .ui-jqgrid-titlebar {
    margin-right: 0px;
	min-height: 30px;
    padding: 0px 8px;
	margin-bottom: -1px;
	display: none;
}

/* Ajustes de márgenes */
#panelResultados .ui-jqgrid .ui-jqgrid-view {
    position: relative;
    left: 0;
    padding: 0;
    margin-right: -1px;
    margin-left: -1px;
    margin-top: -1px;
	background-color: #fff;
}

/* Ajustes de márgenes cabecera */
#panelResultados .ui-jqgrid .ui-jqgrid-htable {
    margin-bottom: 1px;
    table-layout: fixed;
    border-top: 0 none !important;
}

.ui-jqgrid .ui-pg-input, .ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
    margin-left: 10px;
}

/* Background fila seleccionada */
#panelResultados .table > tbody > tr.success > td, 
#panelResultados .table > tbody > tr.success > th, 
#panelResultados .table > tbody > tr > td.success, 
#panelResultados .table > tbody > tr > th.success, 
#panelResultados .table > tfoot > tr.success > td, 
#panelResultados .table > tfoot > tr.success > th, 
#panelResultados .table > tfoot > tr > td.success, 
#panelResultados .table > tfoot > tr > th.success, 
#panelResultados .table > thead > tr.success > td, 
#panelResultados .table > thead > tr.success > th, 
#panelResultados .table > thead > tr > td.success, 
#panelResultados .table > thead > tr > th.success {
    background-color: #557382;
	font-weight: bold;
}

/* Background del active */
#panelResultados .table > thead > tr > td.active,
#panelResultados .table > tbody > tr > td.active,
#panelResultados .table > tfoot > tr > td.active,
#panelResultados .table > thead > tr > th.active,
#panelResultados .table > tbody > tr > th.active,
#panelResultados .table > tfoot > tr > th.active,
#panelResultados .table > thead > tr.active > td,
#panelResultados .table > tbody > tr.active > td,
#panelResultados .table > tfoot > tr.active > td,
#panelResultados .table > thead > tr.active > th,
#panelResultados .table > tbody > tr.active > th,
#panelResultados .table > tfoot > tr.active > th {
  background-color: #8bceef;
}

/* Background del hover */
#panelResultados .table-hover > tbody > tr > td.active:hover,
#panelResultados .table-hover > tbody > tr > th.active:hover,
#panelResultados .table-hover > tbody > tr.active:hover > td,
#panelResultados .table-hover > tbody > tr:hover > .active,
#panelResultados .table-hover > tbody > tr.active:hover > th {
  background-color: #8bceef;
}

/* Celdas del panel de resultados */
#panelResultados .ui-jqgrid .ui-jqgrid-bdiv table.table-bordered td {
    border-top: 0px none;
    text-align: center;
	border-color: #3498db;
}

/* Bordes de celda */
#panelResultados .table-bordered > tbody > tr > td,
#panelResultados .table-bordered > tbody > tr > th,
#panelResultados .table-bordered > tfoot > tr > td,
#panelResultados .table-bordered > tfoot > tr > th,
#panelResultados .table-bordered > thead > tr > td,
#panelResultados .table-bordered > thead > tr > th {
	border: 1px solid #3498db;
}

/* Texto de cabeceras */
#panelResultados .ui-th-column,
#panelResultados .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    padding-bottom: 3px;
	background-color: #d5f4ff;
}

/* Botón de cierre del panel */
#panelResultados .ui-jqgrid .ui-jqgrid-titlebar-close {
    margin: -10px -10px 0 0;
}

#panelResultados .ui-th-column, #panelResultados .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    padding-bottom: 3px;
    background-color: #032e46aa;
    color: #fff;
    font-weight: normal;
}

#panelResultados .table-bordered > tbody > tr > td,
#panelResultados .table-bordered > tbody > tr > th,
#panelResultados .table-bordered > tfoot > tr > td,
#panelResultados .table-bordered > tfoot > tr > th,
#panelResultados .table-bordered > thead > tr > td,
#panelResultados .table-bordered > thead > tr > th {
    border: 1px solid #032e46;
}

#panelResultados .ui-jqgrid .ui-jqgrid-bdiv table.table-bordered td {
    border-top: 0px none;
    text-align: center;
    border-color: #032e46;
}