/* SOIL Network Customized Overrides */
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus { background-color: transparent; }
.fright { float: right; }
.fa-menu { width: 22px; margin-right: 6px; }
/* Icono para la opción de transporte */
.fa-truck{
color: #7B6B2E; /*Color del icono*/
background: #343434; /*Fondo del icono*/
/* border: 1px solid #333333; Borde*/
border-style: none;
font-size: 20px; /*Tamaño del icono*/
}
.fa-truck:hover{ /*Formato al pasar el ratón por encima*/
color: #7B6B2E; /*Color del icono*/
background: #000000; /*Fondo del icono*/
/* border: 1px solid #eeeeee; Borde*/
border-style: none;
}
.radiolabel { margin-left: 32px; margin-top: -20px; }

/* Export tab */
.export { position: fixed; top: 50px; right: 0; width: 302px; -webkit-transition: margin 0.5 ease; transition: margin 0.5s ease; }
.export.closed { margin-right: -260px; }
.export.opened { margin-right: 0; }
.export .icon { background: url(../img/export.png) no-repeat center center; background-color: #343434; width: 52px; height: 50px; border-radius: 6px 0px 0px 6px; cursor: pointer; -webkit-box-shadow: -3px 3px 14px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: -3px 3px 14px 0px rgba(50, 50, 50, 0.75); box-shadow: -3px 3px 14px 0px rgba(50, 50, 50, 0.75); background-size: 42px; float: left; }
.export .body { background: #343434; width: 250px; height: 172px; border-radius: 0px 0px 0px 6px; -webkit-box-shadow: -3px 3px 14px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: -3px 3px 14px 0px rgba(50, 50, 50, 0.75); box-shadow: -3px 3px 14px 0px rgba(50, 50, 50, 0.75); float: left; padding: 14px; padding-right: 0; }

/* jQGrid */

.ui-jqgrid { width: 100% !important; }
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr { vertical-align: middle; height: 40px; }*/
.ui-jqgrid tr.ui-row-ltr td, .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr { padding: 8px !important; font-size: 11px; }
/* AC-> Se cambia el tamaño de fuente de 12 a 11px*/
.ui-jqgrid .ui-jqgrid-htable { background: #eee!important; } /* He añadido important*/
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr { text-align: left; }

#pager { margin-top: 12px !important; }

#searchmodfbox_grid { width: auto!important; }
.ui-jqgrid-resize.ui-jqgrid-resize-ltr { margin-right: -4px!important; background-color: #eee; } /* Se cambia marginde -10px a 4 y color de grey a #eee */

/* Gritter */
.gritter-item { background: rgba(207, 176, 35, 0.8); color: white; }