/* GRIDS*/
.action {
    display: inline-block;
    padding-left: 5px;
}

.icoGrid {
    display: inline;
    font-size: 14px;
    height: 22px;
    margin-top: 3px;
    margin-left: 5px;
    width: 20px;
    white-space: normal;
}

    .icoGrid :hover {
        font-size: 16px;
        cursor: pointer;
    }

.ui-jqgrid-titlebar span {
    font-size: 14px;
    padding-left: 6px;
    padding-top: 1px;
}

.ui-state-highlight {
    background: none repeat scroll 0 0 transparent !important;
    border: 1px solid #A6C9E2 !important;
}

    .ui-state-highlight td {
        border-bottom: 1px solid #E17009 !important;
        border-top: 1px solid #E17009 !important;
    }

        .ui-state-highlight td:first-child {
            border-left: 2px solid #E17009 !important;
        }

.ui-jqgrid-btable {
    font-family: 'nuni3';
    font-size: 10px;
}

    .ui-jqgrid-btable .jqgrow td {
        font-family: 'nuni1';
        font-size: 13px;
        color: #3B468E;
    }

    .ui-jqgrid-btable .jqgroup td {
        color: #045FB4;
        font-family: 'nuni1';
        font-size: 14px;
    }

.sga_gridAlt td {
    background-color: #E6E8E9;
    /*#f7f9fa;*/
}

.sga_gridAlt_blanco td {
    background-color: #FFFFFF;
    /*#f7f9fa;*/
}

.grid_container {
    position: relative;
    height: 100%;
    width: 100%;
}

.grid_wrapper {
    position: initial;
    float: left;
    width: 100%;
    height: 90%;
}

.grid_body {
    float: left;
    width: 100%;
    height: 95%;
}


.cabecera_enabled .ui-jqgrid-hdiv, .cabecera_enabled .ui-jqgrid-hdiv th {
    background: #CCCCCC !important;
}

.cabecera_enabled h3 {
    color: #9DA295 !important;
}

.cabecera_enabled .ui-jqgrid {
    border-color: #9DA295;
}

.cabecera_enabled th div {
    cursor: auto !important;
}

.coloreado {
    display: block;
    font-size: 10px;
    /*margin-left: 5px;
    margin-right: 5px;*/
}

.campovacio {
    text-align: center !important;
}

/* FILTER GRID */



.filterGridBar ul {
    color: #111111;
    font-family: 'Open Sans',Helvetica,sans-serif,Arial;
    font-size: 12px;
    font-weight: 400;
    border: medium none;
    margin: 0;
    padding: 0;
    clear: both;
    content: ".";
    display: block;
    height: 0;
}

.filterGridBar li {
    color: #111111;
    font-family: 'Open Sans',Helvetica,sans-serif,Arial;
    font-size: 12px;
    font-weight: 400;
    border: medium none;
    padding: 0;
    list-style-type: none;
    float: right;
    margin: -1px 5px 5px 0;
}

.filterGridBar a {
    font-family: 'Open Sans',Helvetica,sans-serif,Arial;
    font-size: 11px;
    font-weight: 400;
    list-style-type: none;
    border: medium none;
    margin: 0;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    background: url("/Content/images/iconos/sprite_search2.png") no-repeat scroll right center #5C9CCC;
    color: White;
    display: block;
    padding: 3px 23px 3px 10px;
    cursor: pointer;
}


/* BARRA BUSQUEDA */


.SgaInputGridHeader[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .SgaInputGridHeader[type="text"]:focus {
        border: 2px solid #DFEFFC;
    }

/* BARRA FECHA */

.FechaBar {
    float: left;
    margin-left: 25px;
    margin-top: 2px;
}

.FechaBarDesdeHasta {
    border: 1px solid #2BA6CB;
    float: left;
    /*margin-left: 60px;*/
    margin-top: 1px;
    width: 380px;
}

    .FechaBarDesdeHasta span {
        color: #1D99A2;
        display: inline;
        float: left;
        font-size: 12px;
        font-weight: bold;
        margin-right: 0;
        margin-top: 3px;
    }

.FechaDesde {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 1px;
}

.FechaHasta {
    float: left;
    margin-left: 10px;
    margin-top: 1px;
}

.FechaBarDesdeHasta .intputsfechadesde, .FechaBarDesdeHasta .intputsfechahasta {
    background-color: transparent;
    border: medium none;
    color: #1D99A2;
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    width: 95px;
}

.FechaBar input {
    background-color: transparent;
    border: medium none;
    color: #1D99A2;
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    width: 125px;
}

.bDesdeHasta {
    background-color: transparent;
    color: #1D99A2;
    float: left;
    font-size: 11px !important;
    font-weight: bold;
    height: 20px;
    margin-left: 17px;
    margin-top: 1px;
    text-align: right;
    width: 25px;
}
/* ICONOS */
.icoCandado {
    background-image: url("/Content/images/iconos/candado.gif");
    background-repeat: no-repeat;
    float: left;
    height: 18px;
    margin-left: 25px;
    margin-top: 3px;
    width: 75px;
}


.icoFirmar_pad {
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
    color: #3b468e;
    margin: 0px 5px;
    top: -132%;
}

    .icoFirmar_pad::after {
        /*content: "\f181";*/
    }

    .icoFirmar_pad:hover {
        cursor: pointer;
        font-size: 18px;
    }

/*.icoFirmar_pen {
    position: relative;
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 1.2em;
    cursor: pointer;
    color: green;
    margin: 0px 5px;
    top: -132%;
    transform: scaleX(1.5);
}
.icoFirmar_pen::after {
    content: "\f040";
}
.icoFirmar_pen:hover {
    font-size: 1.4em;
    cursor: pointer;
}*/


.icoFirmar {
    width: 24px;
    height: 24px;
    background-image: url('/Content/images/iconos/firma.png');
    cursor: pointer;
    background-size: 24px;
    float: left;
}

    .icoFirmar:hover {
        margin-top: 1px;
        margin-left: 4px;
        width: 22px;
        height: 22px;
        background-image: url('/Content/images/iconos/firma.png');
        cursor: pointer;
        background-size: 22px;
    }


.icoCopy {
    font-family: "Font Awesome 5 Free";
    font-size: 1.3em;
    cursor: pointer;
}

    .icoCopy:hover {
        font-size: 1.5em;
    }

    .icoCopy::after {
        content: "\f0c5"
    }

.icoBuscar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

    .icoBuscar:hover {
        font-size: 1.5em;
        cursor: pointer;
    }

    .icoBuscar::after {
        content: "\f002"
    }

.icoValidar {
    background-image: url("/Content/images/iconos/verificar18x18.png");
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    margin-left: 4px;
}

    .icoValidar:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url("/Content/images/iconos/verificar18x18.png");
        background-size: 16px 16px;
    }

.icoMap {
    background-image: url("/Content/images/iconos/icoMap18x18.png");
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    margin-left: 4px;
}

    .icoMap:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url("/Content/images/iconos/icoMap18x18.png");
        background-size: 16px 16px;
    }

.icoUndo::after {
    content: "\f0e2";
}

.icoCancel::after {
    content: "\f00d";
}

.icoDocumento::after {
    content: "\f15c";
}

.icoAsignar::after {
    content: "\f03a";
}


.icoModulos::after {
    content: "\f08d";
}

.icoPestanas::after {
    content: "\f02c";
}

.icoRechazarCTH::after {
    content: "\f273";
}

.icoValidarCTH::after {
    content: "\f274";
}

.icoValidarHoras::after {
    content: "\f017";
}

.icoGuardar::after {
    content: "\f0c7";
}

.icoDesvalidarCTH::after {
    content: "\f0e2";
}

.icoEliminarCTH::after {
    content: "\f014";
}

.icoWarning::after {
    content: "\f071";
}

.icoUpload::after {
    content: "\f093";
}


.icoExcel::after {
    content: "\f1c3";
}

.icoBuscarmas::after {
    content: "\f00e";
}

.icoPdf::after {
    content: "\f1c1";
}

.icoReformular::after {
    content: "\f1da";
}

.icoReloj::after {
    content: "\f017";
}

.icoCalendar::after {
    content: "\f271";
}

.icoBalance::after {
    content: "\f201";
}

.icoReformularUtilizado::after {
    content: "\f191";
}

.icoPersonas::after {
    content: "\f0c0";
}

.icoBillete::after {
    content: "\f0d6";
}

.icoRepetir::after {
    content: "\f01e";
}

.icoEditar::after {
    content: "\f044";
}

.icoCloud::after {
    content: "\f0c2";
}

.icoArchive::after {
    content: "\f187";
}

.icoEditarImpu::after {
    content: "\f044";
}

.icoGridDesactivar::after {
    content: "\f023";
}

.icoGridActivar::after {
    content: "\f13e";
}

.icoGridAdd::after {
    content: "\f0fe";
}

.icoGridHistory::after {
    content: "\f1da";
}

.icoMaterial::after {
    content: "\f291";
}

.icoCalendario::after {
    content: "\f271";
}

.icoEliminar::after {
    content: "\f1f8";
}

.icoEliminarActividad::after {
    content: "\f1f8";
}

.icoSettings::after {
    content: "\f013";
}

.icoEliminarImpu::after {
    content: "\f1f8";
}

.icoCheck::after {
    content: "\f00c";
}

.icoBan::after {
    content: "\f05e";
}

.icoCross::after {
    content: "\f00d";
}

.icoActivar::after {
    content: "\f205";
}

.icoDesactivar::after {
    content: "\f205";
}

.icoPassword::after {
    content: "\f084";
}

.icoEnlaceExterno::after {
    content: "\f08e";
}

.icoCambiarEstado::after {
    content: "\f0ec";
}

.icoExpand::after {
    content: "\f424";
}

.icoCollapse::after {
    content: "\f422 ";
}

.botonRefrescar::after {
    content: "\f021";
}

.botonNuevoGrande::after {
    content: "\f055";
}

.botonNuevo::after {
    content: "\f055";
}
.botonReport::after {
    content: "\f055";
}

.botonRepetir::after {
    content: "\f01e";
}

.botonEditar::after {
    content: "\f044";
}

.botonPassword::after {
    content: "\f084";
}

.botonBorrar::after {
    content: "\f1f8";
}

.botonActivar::after {
    content: "\f00c";
}

.botonExportarExcel::after {
    content: "\f1c3";
}

.icoFijar::after {
    content: "\f08d";
}

.icoFlotar::after {
    content: "\f08d";
}

.icoEnlazar::after {
    content: "\f0c1";
}

.icoQrCode::after {
    content: "\f029";
}

.icoDesenlazar::after {
    content: "\f127";
}

.icoPosicion::after {
    content: "\f21d";
}

.icoPosicion {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    color: #5c9ccc;
}

    .icoPosicion:hover {
        font-size: 1.5em;
        cursor: pointer;
    }

.icoQrCode {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    margin-right: 4px;
}

.icoEnlazar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    margin-right: 4px;
}

.icoDesenlazar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    margin-right: 4px;
}

.icoUndo {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

    .icoUndo:hover {
        font-size: 1.5em;
        cursor: pointer;
    }

.icoCancel {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.9em;
    cursor: pointer;
    margin: 2px 2px;
    color: red;
}

    .icoCancel:hover {  
        font-size: 1.8em;
    }


.icoDocumento {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

    .icoDocumento:hover {
        font-size: 1.2em;
    }

.icoAsignar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoModulos {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoPestanas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoRechazarCTH {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    margin: 5px 2px;
    color: red;
}

    .icoRechazarCTH:hover {
        font-size: 1.2em;
    }

.icoValidarCTH, .icoValidarHoras, .icoGuardar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    margin: 5px 2px;
    color: forestgreen;
}

    .icoValidarCTH, .icoValidarHoras, .icoGuardar:hover {
        font-size: 1.2em;
    }

.icoDesvalidarCTH {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    margin: 5px 2px;
}

    .icoDesvalidarCTH:hover {
        font-size: 1.2em;
    }

.icoEliminarCTH {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
    margin: 4px 2px;
}

    .icoEliminarCTH:hover {
        font-size: 1.4em;
    }

.icoWarning {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    margin-right: 4px;
    color: orange;
}

.fa-edit-special {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    margin-right: 4px;
    color: orange !important;
}

.icoUpload {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    margin: 5px 5px;
}

.icoExcel {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    color: green;
    margin: 0px 5px;
}

.icoPdf {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    color: red;
    margin: 0px 5px;
}

.icoCambiarEstado::after {
    content: "\f0ec";
}

.icoBuscarmas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoCalendario {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoEliminar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoEliminarActividad {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}
.icoSettings {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoEliminarImpu {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
}

.icoCheck {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
}

.icoBan {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
}

.icoCross {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
}

.icoReloj {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoCalendar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoActivar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    color: red;
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.disabledElement {
    pointer-events: none;
    opacity: 0.4 !important;
}

.icoDesactivar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    color: green;
}

.icoBalance {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoPersonas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoBillete {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoRepetir {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoEditar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoCloud {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoEditarImpu {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
}

.icoArchive {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoGridDesactivar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
}

.icoGridActivar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
}

.icoGridAdd {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
}

.icoGridHistory {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
}

.icoMaterial {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    margin-right: 4px;
}

.icoPassword {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoEnlaceExterno {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoReformular {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoCambiarEstado {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoExpand {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoCollapse {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoGuardado {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    margin: 5px 2px;
}

    .icoGuardado:hover {
        font-size: 1.5em;
    }

    .icoGuardado::after {
        content: "\f0c7";
    }

.icoDownload::after {
    content: "\f019";
}

.icoDownload {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    margin: 5px 5px;
}

    .icoDownload:hover {
        font-size: 1.5em;
        cursor: pointer;
    }

.icoChart::after {
    content: "\f080";
}

.icoChart {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
    /*margin: 5px 5px;*/
}

.icoTasks {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
    /*margin: 5px 5px;*/
}

    .icoTasks::after {
        content: "\f0ae";
    }

.botonRefrescar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    color: rgba(0, 41, 255, 0.67);
}

.botonNuevoGrande {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.5em !important;
    cursor: pointer;
}

.botonNuevo {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    overflow: initial !important;
}

.botonReport {
    /*font-family: "Font Awesome 5 Free";*/
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    overflow: initial !important;
}

.botonRepetir {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    overflow: initial !important;
}

.botonGraficarPrecios,
.botonHistoricoPrecios,
.botonReporteExcel {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    overflow: initial !important;
    float: right;
    height: 20px !important;
    margin-top: 0px !important;
    padding-right: 3px !important;
    width: 20px !important;
}

    .botonReporteExcel::after {
        content: "\f1c3";
    }

    .botonHistoricoPrecios::after {
        content: "\f1da";
    }

    .botonGraficarPrecios::after {
        content: "\f200"
    }

.botonEditar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
}

.botonPassword {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
}

.botonBorrar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
}

.botonActivar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    color: orangered;
}

.botonExportarExcel {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    color: green;
}

.icoFijar {
    display: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    color: #045FB4;
}

.icoFlotar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    color: #045FB4;
}

.icoAsignar:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoModulos:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoPestanas:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoWarning:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.fa-edit:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoReformularUtilizado {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

    .icoReformularUtilizado:hover {
        font-size: 1.5em;
        cursor: pointer;
    }

.icoBalance:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoUpload:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoReloj:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoCalendar:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoReformular:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoExcel:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoPdf:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoBuscarmas:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoCambiarEstado {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoExpand {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoCollapse {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
}

.icoPassword:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoCalendario:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoEliminar:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoEliminarActividad:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoSettings:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoEliminarImpu:hover {
    font-size: 1.7em;
    cursor: pointer;
}

.icoCheck:hover {
    font-size: 1.7em;
    cursor: pointer;
}

.icoBan:hover {
    font-size: 1.7em;
    cursor: pointer;
}

.icoCross:hover {
    font-size: 1.7em;
    cursor: pointer;
}

.icoEnlazar:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoQrCode:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoDesenlazar:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoActivar:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoDesactivar:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoPersonas:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoBillete:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoRepetir:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoEditar:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoCloud:hover {
    font-size: 1.7em;
    cursor: pointer;
}

.icoArchive:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoEditarImpu:hover {
    font-size: 1.7em;
    cursor: pointer;
}

.icoGridAdd:hover {
    font-size: 1.7em;
    cursor: pointer;
}

.icoGridHistory:hover {
    font-size: 1.7em;
    cursor: pointer;
}

.icoGridDesactivar:hover {
    font-size: 1.7em;
    cursor: pointer;
}

.icoGridActivar:hover {
    font-size: 1.7em;
    cursor: pointer;
}

.icoMaterial:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoEnlaceExterno:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoCambiarEstado:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoExpand:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoCollapse:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.icoFijar:hover {
    border: 1px solid transparent;
}

.icoFlotar:hover {
    border: 1px solid transparent;
}

.icoFile {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/ico_editar.png');
    cursor: pointer;
}

    .icoFile:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/ico_editar_hover.png');
    }

.icoBajar {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/ico_bajar.jpg');
    cursor: pointer;
}

    .icoBajar:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/ico_bajar.jpg');
    }

.icoConfigurar {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/ico_editar.png');
    cursor: pointer;
}

    .icoConfigurar:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/ico_editar_hover.png');
    }

.icoExpandir {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/Expand.png');
    cursor: pointer;
}

    .icoExpandir:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/Expand.png');
    }


.icoCambiar {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/icon_cambiar.png');
    cursor: pointer;
}

    .icoCambiar:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/icon_cambiar_hover.png');
        background-repeat: no-repeat;
    }

.icoEliminarBaja {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/icon_remove.jpg');
    cursor: pointer;
}

    .icoEliminarBaja:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/icon_remove_hover.jpg');
        background-repeat: no-repeat;
    }

.icoEmitir {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/icon_aceptar.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

    .icoEmitir:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/icon_aceptar_hover.png');
        background-repeat: no-repeat;
    }

.icoAceptar {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/icon_aceptar.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

    .icoAceptar:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/icon_aceptar_hover.png');
        background-repeat: no-repeat;
    }

.icoCancelar {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/icon_cancelar.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

    .icoCancelar:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/icon_cancelar_hover.png');
        background-repeat: no-repeat;
    }

.icoKardex {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/ico_kardex.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
}

    .icoKardex:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/ico_kardex_16x16.jpg');
        background-repeat: no-repeat;
    }

.icoAnular {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/icon_anular.png');
    cursor: pointer;
}

    .icoAnular:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/icon_anular_hover.png');
    }

.icoDesverificar {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/ico_desverificar.png');
    cursor: pointer;
}

    .icoDesverificar:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/ico_desverificar_hover.png');
    }

.icoPasarNivel {
    background-color: #FFFFFF;
    background-image: url("/Content/images/iconos/ico_pasar_nivel.jpg");
    background-position: 3px 1px;
    background-repeat: no-repeat;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    color: #2E6E9E;
    font-family: 'nuni1';
    font-weight: bold;
    height: 25px;
    margin: 0;
    padding: 1px 6px 0 30px;
    text-align: right;
    width: 120px;
    cursor: pointer;
}

    .icoPasarNivel:hover {
        background-image: url('/Content/images/iconos/ico_pasar_nivel_hover.jpg');
    }

.icoOK {
    background-color: #FFFFFF;
    background-image: url("/Content/images/iconos/iconoOK.png");
    background-position: 3px 0;
    background-repeat: no-repeat;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    color: #2E6E9E;
    font-family: 'nuni1';
    font-weight: bold;
    height: 25px;
    margin: 0;
    padding: 3px 6px 0 30px;
    text-align: right;
    width: 120px;
    cursor: pointer;
}

    .icoOK:hover {
        background-image: url('/Content/images/iconos/IconoOK_hover.png');
        background-position: 2px 0px;
    }

.icoFAIL {
    background-color: #FFFFFF;
    background-image: url("/Content/images/iconos/iconoFAIL.png");
    background-position: 3px 3px;
    background-repeat: no-repeat;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    color: #2E6E9E;
    font-family: 'nuni1';
    font-weight: bold;
    height: 25px;
    margin: 0;
    padding: 3px 6px 0 30px;
    text-align: right;
    width: 120px;
    cursor: pointer;
}

    .icoFAIL:hover {
        background-image: url('/Content/images/iconos/IconoFAIL_hover.png');
        background-position: 2px 1px;
    }

.icoRefor {
    background-color: #FFFFFF;
    background-image: url("/Content/images/iconos/ico_refo.png");
    background-size: 25px 26px;
    background-position: 3px 0;
    background-repeat: no-repeat;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    color: #2E6E9E;
    font-family: 'nuni1';
    font-weight: bold;
    height: 25px;
    margin: 0;
    padding: 1px 6px 0 10px;
    text-align: right;
    width: 105px;
    cursor: pointer;
}

    .icoRefor:hover {
        background-image: url("/Content/images/iconos/ico_refo.png");
        background-size: 23px 24px;
    }

.icoVerificar02 {
    background-color: #FFFFFF;
    background-image: url("/Content/images/iconos/verificar.png");
    background-position: 3px 0;
    background-repeat: no-repeat;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    color: #2E6E9E;
    font-family: 'nuni1';
    font-weight: bold;
    height: 25px;
    margin: 0;
    padding: 1px 6px 0 10px;
    text-align: right;
    width: 105px;
    cursor: pointer;
}

    .icoVerificar02:hover {
        background-image: url('/Content/images/iconos/verificar_24x24.png');
    }

.icoDesliquidar01 {
    background-color: #FFFFFF;
    background-image: url("/Content/images/iconos/ico_desliq.jpg");
    background-position: 3px 0px;
    background-repeat: no-repeat;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    color: #2E6E9E;
    font-family: 'nuni1';
    font-weight: bold;
    height: 25px;
    margin: 0;
    padding: 1px 6px 0 10px;
    text-align: right;
    width: 117px;
    cursor: pointer;
}

    .icoDesliquidar01:hover {
        background-image: url('/Content/images/iconos/ico_desliq_hover.jpg');
        background-position: 3px 2px;
    }

.icoAnularOrden01 {
    background-color: #FFFFFF;
    background-image: url("/Content/images/iconos/ico_anular.jpg");
    background-position: 3px 2px;
    background-repeat: no-repeat;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    color: #2E6E9E;
    font-family: 'nuni1';
    font-weight: bold;
    height: 25px;
    margin: 0;
    padding: 1px 6px 0 10px;
    text-align: right;
    width: 100px;
    cursor: pointer;
}

    .icoAnularOrden01:hover {
        background-image: url('/Content/images/iconos/ico_anular_hover.jpg');
        background-position: 3px 0px;
    }

.icoFijar::after {
    content: "\f08d";
}

.icoFijar {
    display: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    color: #045FB4;
}

    .icoFijar:hover {
        border: 1px solid transparent;
    }

.icoFlotar::after {
    content: "\f08d";
}

.icoFlotar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    color: #045FB4;
}

    .icoFlotar:hover {
        border: 1px solid transparent;
    }


.icoEditarMatriz {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/ico_editar.jpg');
    cursor: pointer;
}

    .icoEditarMatriz:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/ico_editar_hover.jpg');
    }

.icoEditarMatrizPS {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/ico_editar.jpg');
    cursor: pointer;
}

    .icoEditarMatrizPS:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/ico_editar_hover.jpg');
    }

.icoFiltrado {
    width: 14px;
    height: 14px;
    margin-top: 3px;
    /*right: 3px;*/
    background-image: url('/Content/images/iconos/ico_filtrado.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

    .icoFiltrado:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/ico_filtrado_hover.png');
    }

.workImportationDownloadTemplate {
    display: none;
    float: left;
    margin-top: 18px;
    font-size: 15px;
    color: green;
}

.botonTabla {
    height: auto;
    border: 1px solid #5C9CCC;
    border-radius: 5px;
    background-color: White;
    cursor: pointer;
    margin-right: 2px;
    margin-left: 2px;
    float: left;
    padding-right: 2px;
    padding-left: 2px;
    user-select: none;
}

    .botonTabla:active {
        filter: invert(15%);
    }

    .botonTabla:hover {
        border: 1px solid #E17009;
        transform: scale(1.02);
    }

    .botonTabla span {
        display: inline-block;
        vertical-align: sub;
        color: #2E6E9E;
        font-family: 'nuni3';
        font-size: 0.9em;
        font-weight: bold;
        margin-right: 5px;
        margin-left: 5px;
    }

    .botonTabla div {
        /*margin-top: 3px;
        margin-left: 7px;*/
        width: auto;
        height: auto;
        float: left;
        padding: 2px;
        font-size: 1.5em;
    }

    .botonTabla .fa-sync-alt:hover {
        -webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 1s infinite steps(8);
    }

.botonTablaActive {
    border: 1px solid #E17009;
    transform: scale(1.02);
}

.botonRefrescar::after {
    content: "\f021";
}

.botonRefrescar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    color: rgba(0, 41, 255, 0.67);
}

.botonEditar::after {
    content: "\f044";
}

.botonEditar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
}

.botonPassword::after {
    content: "\f084";
}

.botonPassword {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
}

.botonBorrar::after {
    content: "\f1f8";
}

.botonBorrar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
}

.botonActivar::after {
    content: "\f00c";
}

.botonActivar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    color: orangered;
}

.botonGuardar {
    background-image: url('/Content/images/iconos/ico_save.gif');
    background-repeat: no-repeat;
}

.botonImportar {
    background-image: url('/Content/images/iconos/import.png');
    background-repeat: no-repeat;
}

.botonExportar {
    background-image: url('/Content/images/iconos/export.png');
    background-repeat: no-repeat;
}

.botonAceptar {
    background-image: url('/Content/images/iconos/aceptar.png');
    background-repeat: no-repeat;
}

.botonVolver {
    background-image: url('/Content/images/iconos/Back.png');
    background-repeat: no-repeat;
}

.botonCancelar {
    background-image: url('/Content/images/iconos/cancelar.png');
    background-repeat: no-repeat;
}

.botonExportarExcel::after {
    content: "\f1c3";
}

.botonExportarExcel {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
    color: green;
}

.botonImportarExcel {
    background-image: url("/Content/images/iconos/icon_grupos.png");
    background-repeat: no-repeat;
    height: 19px !important;
    margin-left: 8px !important;
    margin-top: 4px !important;
    width: 22px !important;
}

.botonAjustar {
    background-image: url('/Content/images/iconos/icon_ajustar22x22.png');
    background-repeat: no-repeat;
    height: 22px !important;
    margin-left: 4px !important;
    margin-top: 1px !important;
    width: 22px !important;
}

.botonGrupos {
    background-image: url('/Content/images/iconos/icon_grupos.png');
    background-repeat: no-repeat;
}

.botonAlmacenes {
    /*
    background-image:url('/Content/images/iconos/icon_almacen3.gif');  
    */
    background-image: url('/Content/images/iconos/icon_almacen1.png');
    background-repeat: no-repeat;
}

.botonReglas {
    background-image: url('/Content/images/iconos/icon_reglas.png');
    background-repeat: no-repeat;
}

.botonAdd {
    margin-top: 1px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url("/Content/images/iconos/adding.png");
    cursor: pointer;
    background-repeat: no-repeat;
}

    .botonAdd:hover {
        margin-top: 2px;
        margin-left: 5px;
        width: 16px;
        height: 16px;
        background-image: url("/Content/images/iconos/adding.png");
    }



.icoVer::after {
    content: "\f06e";
}

.icoVer {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em !important;
    cursor: pointer;
}
/*.icoVer:hover {
    font-size: 1.5em !important;
    cursor: pointer;
}*/


.GridPadding {
    height: 25px;
}

.serie_estado {
    color: rgb(255, 255, 255);
    float: left;
    width: 26px;
    text-align: center;
    margin-left: 1px;
    cursor: pointer;
}

.serie_accion {
    color: rgb(255, 255, 255);
    float: left;
    width: 30px;
    text-align: center;
    margin-left: 2px;
    cursor: pointer;
}

    .serie_accion:hover {
        color: rgb(255, 255, 255);
        float: left;
        width: 25px;
        text-align: center;
        margin-left: 4px;
    }

    .serie_accion:active {
        color: rgb(255, 255, 255);
        float: left;
        width: 100%;
        height: 100%;
        text-align: center;
        margin-left: 0px;
    }

.editar_series {
    background-image: url("/Content/images/iconos/ico_editar_hover.jpg");
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: 3px;
    margin-top: -3px;
    width: 16px;
}

    .editar_series:hover {
        border: 1px solid white;
    }

.guardar_series {
    background-image: url("/Content/images/iconos/ico_save.gif");
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: 3px;
    margin-top: -3px;
    width: 16px;
}

    .guardar_series:hover {
        border: 1px solid white;
    }

.cancel_series {
    background-image: url("/Content/images/iconos/cancel_mini.png");
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: 3px;
    margin-top: -3px;
    width: 16px;
}

    .cancel_series:hover {
        border: 1px solid white;
    }

.importar_series {
    background-image: url("/Content/images/iconos/excel15x15.gif");
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: 97px;
    margin-top: -3px;
    width: 16px;
}

    .importar_series:hover {
        border: 1px solid white;
    }

.tit_series {
    float: left;
    height: 16px;
    margin-left: 17px;
    margin-top: -2px;
    width: 16px;
}

.busquedaClass {
    font-size: 10px;
    color: #9DA295 !important;
    font-weight: bold !important;
}

.Water {
    background-image: url("/Content/images/iconos/watermark.png");
    background-repeat: no-repeat;
    background-position: 5px center;
}

.busquedaReset {
    position: absolute;
    right: 5px;
    top: 9px;
    background-image: url("/Content/images/iconos/icon_remove_16x16.jpg");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

    .busquedaReset:hover {
        border: 1px solid transparent;
        cursor: pointer;
    }

.filtroReset {
    position: absolute;
    right: 5px;
    top: 0px;
    background-image: url("/Content/images/iconos/icon_remove_16x16.jpg");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

    .filtroReset:hover {
        border: 1px solid transparent;
        cursor: pointer;
    }

.grid_overlay {
    height: 100%;
    width: 100%;
}


.icoCandado {
    background-image: url("/Content/images/iconos/candado.gif");
    background-repeat: no-repeat;
    float: left;
    height: 18px;
    margin-left: 25px;
    margin-top: 3px;
    width: 75px;
}


.icoActualizarMatricula {
    margin-top: 1px;
    margin-left: 1em;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/refresh.png');
    cursor: pointer;
}

    .icoActualizarMatricula:hover {
        margin-top: 2px;
        margin-left: 1em;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/refresh.png');
    }

.icoEliminarMatricula {
    margin-top: 1px;
    margin-left: 1em;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/cancel_mini.png');
    cursor: pointer;
}

    .icoEliminarMatricula:hover {
        margin-top: 2px;
        margin-left: 1em;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/cancelar.png');
    }

.icoNuevaMatricula {
    margin-top: 1px;
    margin-left: 1em;
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/iconos/Add.png');
    cursor: pointer;
}

    .icoNuevaMatricula:hover {
        margin-top: 2px;
        margin-left: 1em;
        width: 16px;
        height: 16px;
        background-image: url('/Content/images/iconos/Add.png');
    }

.addAwersome, .EliminarAwersome, .EditarAwersome {
    font-size: 180%;
    cursor: pointer;
}

    .addAwersome:hover, .EliminarAwersome:hover, .EditarAwersome:hover {
        font-size: 200%;
    }

/*.EliminarAwersome{
    transform: scale(1.8);
    cursor: pointer;
    
}
.EliminarAwersome:hover {
    transform: scale(2);
}

.EditarAwersome{
    transform: scale(1.8);
    cursor: pointer;
    
}
.EditarAwersome:hover {
    transform: scale(2);
}

.AsignarAwersome{
    transform: scale(1.8);
    cursor: pointer;
    
}
.AsignarAwersome:hover {
    transform: scale(2);
}*/
.awersome {
    font-size: 180%;
    cursor: pointer;
}

    .awersome:hover {
        font-size: 200%;
    }

.FilterAwersome {
    font-size: 180%;
    cursor: pointer;
}


.botonAccionesTabs {
    height: 22px;
    border: 1px solid #5C9CCC;
    border-radius: 5px;
    background-color: White;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
    /* Color y tamaño de los iconos font-awesome en el botón. */
    .botonAccionesTabs > div > i {
        font-size: 16px;
        color: blue;
    }

    .botonAccionesTabs:hover {
        border: 1px solid #E17009;
    }

    .botonAccionesTabs span {
        color: #2E6E9E;
        float: right;
        font-family: 'nuni3';
        font-size: 11px;
        font-weight: bold;
        margin-right: 15px;
        margin-top: 4px;
    }

    .botonAccionesTabs div {
        margin-top: 3px;
        margin-left: 7px;
        margin-right: 7px;
        width: 16px;
        height: 16px;
        float: left;
    }

.addAwersome:hover, .EliminarAwersome:hover, .AsignarAwersome:hover, .EditarAwersome:hover, .ExcelAwesome:hover {
    font-size: 1.5em;
}

.addAwersome, .EliminarAwersome, .AsignarAwersome, .EditarAwersome, .awersome, .ExcelAwesome {
    font-size: 1.3em;
    cursor: pointer;
}

    .awersome:hover {
        font-size: 1.5em;
    }

.FilterAwersome {
    font-size: 1.3em;
    cursor: pointer;
}

/*.icothumbUp ::after {
    content: "\f087";
}*/
.icothumbUp {
    font-size: 1.6em;
    cursor: pointer;
}

    .icothumbUp :hover {
        font-size: 1.6em;
    }
/*.icothumbDown ::after {
    content: "\f088";
}*/
.icothumbDown {
    font-size: 1.6em;
    cursor: pointer;
}

    .icothumbDown :hover {
        font-size: 1.6em;
    }

.pointer {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
