.ui-widget-content {background: rgb(206, 220, 236);}
#vbusqueda_marchas_grid td { border-color:#c3cfdc;  vertical-align:middle;  padding-left:5px; }
#vbusqueda_marchas_grid tr { border-color:#c3cfdc;  opacity:1;}
.ui-jqgrid .ui-jqgrid-htable th { background: #80AAC6; color:#FFFFFF;  padding-left:5px !important;   }
.ui-jqgrid-pager { background: #eaedf4 !important; } 
.ui-pg-selbox {display:none !important;}

.estilocol_MARCHA, .estilocol_ANUMAR , .estilocol_TIPOMARCHA, .estilocol_ESTILOMARCHA, .estilocol_DEDMAR,  
#gs_MARCHA, #gs_ANUMAR, #gs_TIPOMARCHA, #gs_ESTILOMARCHA, #gs_RESTO, #gs_DEDMAR
{
	font-family: 'OpenSansCondensedLight';
	font-size:12px;
	font-weight:normal !important;
}


#load_vbusqueda_marchas_grid
{
	height:16px !important;
}


.ui-autocomplete-loading {
    background: url('images/ui-anim_basic_16x16.gif') right center no-repeat;  
}

.ui-autocomplete {
    max-height: 200px;
	font-size:12px !important;
	font-family:'PTSansRegular' !important;
	background-color: #FFFFFF;
	width: 450px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}


/* ==============================
   phpGrid Lite
   ============================== */

/* ==============================
   Grid base
   ============================== */
.ui-jqgrid {
    border: 0;
    font-family: Arial, sans-serif;
    font-size: 8px;
    color: #000;
}

/* Ocultar titlebar */
.ui-jqgrid-titlebar,
.ui-jqgrid-titlebar-close,
.ui-jqgrid-resize {
    display: none !important;
}

/* Quitar borde superior */
.ui-jqgrid-view {
    border-top: 0;
}

/* ==============================
   Cabecera
   ============================== */
.ui-jqgrid-hdiv,
.ui-jqgrid-htable th {
    background: #80aac6;
}

.ui-jqgrid-htable th {
    color: #fff;
    text-align: center;
    padding-left: 5px;
    border-bottom: 1px solid #a3c2d6;
    font-size: 12px;
    font-weight: normal;
}

/* ==============================
   Cuerpo
   ============================== */
.ui-jqgrid-bdiv {
    background-color: #dae6f0;
    text-align: left;
}

/* Filas */
.ui-jqgrid tr.jqgrow td {
    background-color: #dae6f0;
    border-bottom: 1px solid #c3cfdc;
    padding: 0 5px;
    height: 22px;
    font-size: 10px;
    color: #000;
}

/* Filas alternas */
.ui-jqgrid tr.jqgrow:nth-child(even) td {
    background-color: #e8eff7;
}

/* Hover */
.ui-jqgrid tr.jqgrow:hover td {
    background-color: #c3d4e0;
}

/* Fila seleccionada */
.ui-jqgrid .selected-row,
.ui-jqgrid .selected-row td {
    background-color: #c3cfdc;
}

/* ==============================
   Pager
   ============================== */
.ui-jqgrid-pager {
    background: #eaedf4;
    border: 0;
    height: 25px;
    font-size: 11px;
    color: #555;
}

.ui-paging-info,
.ui-pg-button span,
.ui-icon {
    color: #555;
}

.ui-pg-button span {
    margin: 0 2px;
    float: left;
}

.ui-pg-button:hover {
    background: #d0d8e6;
}

/* Inputs pager */
.ui-pg-input,
.ui-pg-selbox {
    height: 18px;
    line-height: 18px;
    font-size: 0.8em;
    background: #fff;
    border: 1px solid #c3cfdc;
    color: #555;
}

/* Iconos pager en gris */
.ui-pg-button .ui-icon {
    background-image: url("/themes/base/images/ui-icons_888888_256x240.png") !important;
}

.ui-pg-table td {
    color: #555555 !important;
}

/* ==============================
   Footer
   ============================== */
.ui-jqgrid tr.footrow td {
    background: #eaedf4;
    border-top: 1px solid #c3cfdc;
    padding: 0 5px;
    font-size: 11px;
    color: #5555 !important;
}


/* ==============================
   Toolbar búsqueda
   ============================== */
.ui-search-toolbar th {
    border-top: 1px ridge;
}

.ui-search-toolbar input,
.ui-search-toolbar select {
    margin-top: 1px;
}

/* ==============================
   Extras
   ============================== */
.pg_notify {
    display: none !important;
}

