/*estas clases son las adiciones que se hacen al tema.

Se ponen aparte para que sea facil modificarlas al parametrizar para distintos clientes o sistemas.

*/

.hiddenUntilReady {
    display:none;
}

.tachado{
    color:red !important; 
    text-decoration:line-through;
}

.tachado-gris{
    color:gray; 
    text-decoration:line-through;
}

/*Correcciones al menú.*/
body.sb-l-m #sidebar_left li:hover .sub-nav span.sidebar-title {
    display: inline-block;
}/*fin correcciones al menu.*/


.titulo_sistema {
    font-size: 26px !important;
    letter-spacing: -.05em !important;
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
}

.NoActivo {
  background-color: #9dabb1 !important;
}

/*Adicion de WAYPRO para themes.css (GEL)*/
.panel-heading .panel-controls  {
    height: 100%;
    padding-top: 9px;
}
/*fin: Adicion de WAYPRO (GEL)*/

/*GEL.20180920: Se agrega clase para corregir el cursor en los menus dropdown dentro de los headers de los paneles.*/
.btn-group a {
    cursor: pointer;
}


/*GEL.20171106: Se agrega esta clase que corregirá cuando un panel esta dentro de otro panel que a su vez esta en un admin-form
.admin-form .panel .panel .panel-heading {
    position: relative;
    height: 52px;
    line-height: 49px;
    letter-spacing: 0.2px;
    color: #999999;
    font-size: 15px!important;
    font-weight: 400!important;
    padding: 0 8px!important;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
} */

.btn-primaryCMosaico {
  color: #ffffff;
  background-color: #E04E4E;
}

/* CLASE PARA LOS PANELES DE VISTA PREVIA*/
.panel-headingVP {
  position: relative;
  height: 52px;
  line-height: 49px;
  letter-spacing: 0.2px;
  color: #999999;
  font-size: 15px;
  font-weight: 400;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #e2e2e2;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.lblModal
{
    margin-top:20px;    
}

.txtModal
{
    margin-top:10px;
}

/*para que los campos de formularios queden con etiquetas y otros alineados. */
.CampoForm {
            
}

.AlineadoDerecha
{
    float:right;
}

.AlieneaTexto {
    text-align:left !important;
}
    
#btnGuardar {
    height:39px;    
}

#btnAgregarNodoPadre {
    height:39px; 
}
    
.ddlPopUp {
    width:150px;
    height:42px;
}

.modalBackgroundEsperando {
    /*z-index:1100000 !important;*/
    background-color: #F4F9F2;
    filter:Alpha(Opacity=50);
	opacity:0.5;
}

.operadores {
    width:35px !important;
    height:35px !important;
    padding: 0px 0px !important;
    font-size: 20px !important;
}

.panelMosaico {
    margin-bottom:25px;
}

.estiloMosaicoHead {
    color:#ffffff;
    background-color:#3bafda;
    border-color:#2599c5;
}

.estiloMosaicoBody {
    background-color:#ffffff;
}

.mosaicoBodyOnly { /*aplica a mosaicos que no muestran el header y solo muestran el body. */
    height:132px;
}

.mosaicoBodyOnlyScroll { /*aplica a mosaicos que no muestran el header y solo muestran el body. */
    height:132px;
    overflow:auto;
}

.mosaicoXS { /*css para mosaicos que tienen titulo y descripcion*/
    height:80px;
    overflow:auto;
}

.mosaicoLG /*css para mosaicos que tienen titulo y descripcion*/
{
    height:237px;
    overflow:auto;
}

.linkMosaico {
    text-decoration:none !important;    
    cursor:pointer;
}

a.list-group-item {
    cursor:pointer;    
}

.TituloMosaicoLogo {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color:#666 !important;
  line-height:25px !important;
  height:25px !important;
  text-align: center;
}


.mosaicoXSLogo /*css para mosaicos que tienen Logo*/
{
    height:107px;overflow:auto;
}

.mosaicoLGLogo /*css para mosaicos que tienen Logo*/
{
    height:264px;overflow:auto;
}


.mosaicoXSTitulo /*css para mosaicos que tienen Sólo Titulo*/
{
    height:132px;
    overflow:auto;
}

.mosaicoTituloDivPadreXS
{
    display: table;
    height: 125px;
    width: 100% !important;
    margin: 0 auto !important;
}

.mosaicoTituloDivHijoXS
{
    display: table-cell;
    vertical-align:middle;
}
   

.mosaicoLGTitulo /*css para mosaicos que tienen Sólo Titulo*/
{
    height:289px;
    overflow:auto;
}

.mosaicoTituloDivPadreLG
{
    display: table;
    height: 280px;
    width: 100% !important;
    margin: 0 auto !important;
}

.mosaicoTituloDivHijoLG 
{
    display: table-cell;
    vertical-align:middle;
}

.linkMosaicoTitulo /*css para mosaicos que tienen Sólo Titulo*/
{
    text-decoration:none !important;    
    cursor:pointer;
    text-align: center;
}

/*se requieren porque por alguna razon que desconozco se ve mal.
.admin-form .append-icon .field-icon i, .admin-form .prepend-icon .field-icon i {
    margin-top:14px;
}*/

#content-footer.affix {
    z-index:100;    
}

/*label > i {
    margin-top: 14px;
}*/

.spanAlignMiddleXS
{
    font-size: 25px;
}

.spanAlignMiddleLG
{
    font-size: 25px;
}

.spanLogoXS
{
    font-size: 70px; 
}

.spanLogoMD
{
    font-size: 70px; 
}

.spanLogoLG
{
    font-size: 130px;
    padding-top: 50px;
}

.alineaLogoCentro
{
    text-align: center;
}

.mosaicoLogoLG /*css para mosaicos que tienen Sólo Titulo*/
{
    height:264px;overflow:auto;
}

.panelMosaicoTitulo
{
    margin-bottom:25px;
    display: table;
}

.inputColor
{
    height:42px;
}

.sinCssClass
{
    padding-left:20px !important;
}


/*-----CLASES PARA MOSAICOS DE VISTA PREVIA-----*/


.mosaicoXSTituloVP /*css para mosaicos que tienen Sólo Titulo*/
{
    height:132px;
    overflow:auto;
    padding: 0 !important;
    height: 132px !important;
    border: 1px solid #e2e2e2 !important;
}

.spanAlignMiddleXSVP
{
    font-size: 25px;
    font-weight: 400 !important;
}

.mosaicoLGTituloVP /*css para mosaicos que tienen Sólo Titulo*/
{
    height:289px;
    overflow:auto;
    padding: 0 !important;
    height: 289px !important;
    border: 1px solid #e2e2e2 !important;
}

.spanAlignMiddleLGVP
{
    font-size: 25px;
    font-weight: 400 !important;
}

.panelMosaicoTituloVP
{
    display: table;
}

.panelMosaicoTituloVPXS
{
    display: table;
    width: 260px;
}


.estiloMosaicoHeadVP
{
    color:#ffffff !important;
    background-color:#3bafda;
    border-color:#2599c5;
    padding: 0 5px 0 0 !important;
}

.estiloMosaicoTituloHeadVP
{
    font-size: 15px !important;
    font-weight: 400 !important;    
    padding: 0 8px !important;
    letter-spacing: 0.2px !important;
    margin-left: 10px !important;
}

.estiloMosaicoBodyVP
{
    background-color:#FFFFFF;
    /*border: 1 !important;*/
    border-style: groove !important;
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    padding: 15px !important;
}

.panelMosaicoVP
{
    width:264px !important;
}


.TituloMosaicoLogoVP{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color: #fafafa;
    border-color: #fafafa !important;
    color:#666 !important;
    line-height:25px !important;
    height:25px !important;
    text-align: center;
    border-top: 1px solid #DDD !important;
    padding: 0px !important;
}

.TituloLogoVP {
    font-weight: 400 !important;
    font-size: 15px !important;
    letter-spacing: 0.2px !important;
    line-height: 25px !important;
}

#spanVistaPrevia
{
    cursor:pointer;
}

.dataTable tbody .selected td {
    background-color: #f6bb42 !important;
    color: White !important;
}

/*CSS PARA EL ACORDEON DE POPUP*/
.headerAcordeon {
    padding: 1px 15px 1px !important;
    cursor:pointer;
}

.fontAcordeon {
    font-size: 16px !important;
}

/*GEL.20190922: Se agregan clases para manejar otros contextos del componente nestable*/
.dd-item.dd-success .dd-handle {
    color: #FFF;
    background-color: #8cd481 !important;
    border-color: #8cd481 !important;
}

.dd-item.dd-warning .dd-handle {
    color: #FFF;
    background-color: #f8c969 !important;
    border-color: #f8c969 !important;
}


/*Clases para corregir distinto alto de los select2 dentro de los formularios.*/
.smart-widget .select-container {
    height: 40px !important;    
    line-height:40px !important;
}

.navbar-titulo{    
  height: 60px;
  line-height: 58px;
  padding: 0;
  padding-left: 5px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;  
  display:inline;  
}

[role=mosaico] {
    cursor: pointer;    
}

.icon-bg2 {
    position: absolute;
    opacity: 0.6;
    right: -16px;
    bottom: -16px;
    line-height: 100px;
    font-size: 100px;
}

.state-error .select2 .select2-selection {
    background: #FEE9EA;
    border-color: #DE888A;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


.smart-widget.sm-left .select2-container--default .select2-selection--single {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    height:42px !important;
}

.smart-widget .select2-selection__rendered {
    line-height: 1.49 !important;
    padding: 9px 12px;
}

/*Correcciones a select2 */
.field .select2-container .select2-selection--single {
    height:42px !important;
    line-height:40px;
}

.ConSelect .btn-lg, .ConSelect .btn-group-lg > .btn {
    line-height: 1.4;
    border-radius: 0;
}
/* GEL.20180226: Me parece inecesario.
select.select2 {
    display:none!important;
}*/

/*adiciones a codemirror default theme*/
.tab_pane .CodeMirror-linenumbers {
    background-color: transparent !important;    
}


/*adiciones para la validacion de formularios. creado para la parametrizacion.
.admin-form .state-error 
*/
.admin-form .state-error span.select2-selection,
.admin-form .state-error .smart-widget label.button {
    border:1px solid #DE888A;
    background: #FEE9EA;
}

/*otras correcciones paara la ejecucion del reporte*/
div.btn {
    padding:0 !important;
    border:0;
}

div.btn .selection,
div.btn .select2-selection,
div.btn span.select2-selection__rendered {
    height: 39.0625px;
    padding-top: 0px;
    line-height: 40px !important;
    font-size: 13px;
}


/*Estados de validacion para inputs que no estan dentro de div y forms.
GEL.20180226: Al parecer no usado.
input .no-valido,
textarea .no-valido {
    background: #FEE9EA;
    border-color: #DE888A;    
}


input .no-valido,
textarea .no-valido {
    background: #F0FEE9;
    border-color: #A5D491;  
}*/

/*Botones al lado del input para buscar en los datatable*/
div[id$="_filter"] a.btn:not(.btn-img) {
    width: 30px;
    height: 30px;
    padding: 5px !important;
}

div[id$="_filter"] a.btn-img {
    width: 30px;
    height: 30px;
    padding: 2px !important;
}


.rotar {
    -webkit-animation: rotation 2s infinite linear;
}

/*Corrige los switch xs*/
label.switch.switch-xs label {
    width: 39px;
    height: 19px;
}

    label.switch.switch-xs label:after {
        width: 13px;
        height: 13px;
    }

label.switch.switch-xs input:checked + label:after {
    left: 22px;
    width: 13px;
    height: 13px;
}

label.switch.switch-xs input:checked + label {
    padding-left: 19px;
}

.switch-xs span {
    margin-top: 4px !important;
}

.admin-form .switch-xs > input:checked + label:before {
    content: attr(data-on);
    left: -5px !important;
    line-height: 1.2;
}

.admin-form .switch-xs > label:before {
    content: attr(data-off);
    position: absolute;
    left: 10px;
    width: 30px;
    line-height: 1.2;
}




.mt45 {
    margin-top: 45px !important;
}

.inline-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #555555;
    padding-left: 3px;
}

    .inline-control:focus {
        border-color: #5faee3;
        outline: 0;
    }

.inline-control.has-error {
    background: #FEE9EA;
    border-color: #DE888A;
    color: #626262;
}


.wizard-section.admin-form .section-divider {
    height: 0;
    border-top: 1px solid #DDD;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
}

.wizard-section.admin-form .section-divider span {
    display: inline-block;
    position: relative;
    padding: 0 17px;
    background: #fff;
    color: #999;
    top: -11px;
    font-size: 15px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}


/*********************************************************************************************************/
/*****************************************  Seccion del loading nuevo     ********************************/
/*********************************************************************************************************/
@keyframes lds-rolling {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.lds-rolling {
    position: relative;
}

.lds-rolling div,
.lds-rolling div:after {
    position: absolute;
    width: 176px;
    height: 176px;
    border: 32px solid #fafafa;
    border-top-color: transparent !important;
    border-radius: 50%;
}

    /*Contextuales. PRIMARY (normal, active y light)*/
    .lds-rolling.lds-primary div,
    .lds-rolling.lds-primary div:after {
        border: 32px solid #4A89DC;
    }

    .lds-rolling.lds-primary.active div,
    .lds-rolling.lds-primary.active div:after {
        border: 32px solid #3078D7;
    }

    .lds-rolling.lds-primary.light div,
    .lds-rolling.lds-primary.light div:after {
        border: 32px solid #649AE1;
    }

    /*Contextuales. DARK (normal, active y light)*/
    .lds-rolling.lds-dark div,
    .lds-rolling.lds-dark div:after {
        border: 32px solid #3B3F4F;
    }

    .lds-rolling.lds-dark.active div,
    .lds-rolling.lds-dark.active div:after {
        border: 32px solid #2E313D;
    }

    .lds-rolling.lds-dark.light div,
    .lds-rolling.lds-dark.light div:after {
        border: 32px solid #484D61;
    }

    /*Contextuales. SUCCESS (normal, active y light)*/
    .lds-rolling.lds-success div,
    .lds-rolling.lds-success div:after {
        border: 32px solid #70CA63;
    }

    .lds-rolling.lds-success.active div,
    .lds-rolling.lds-success.active div:after {
        border: 32px solid #5BC24C;
    }

    .lds-rolling.lds-success.light div,
    .lds-rolling.lds-success.light div:after {
        border: 32px solid #85D27A;
    }

    /*Contextuales. INFO (normal, active y light)*/
    .lds-rolling.lds-info div,
    .lds-rolling.lds-info div:after {
        border: 32px solid #3BAFDA;
    }

    .lds-rolling.lds-info.active div,
    .lds-rolling.lds-info.active div:after {
        border: 32px solid #27A2CF;
    }

    .lds-rolling.lds-info.light div,
    .lds-rolling.lds-info.light div:after {
        border: 32px solid #55BADF;
    }

    /*Contextuales. WARNING (normal, active y light)*/
    .lds-rolling.lds-warning div,
    .lds-rolling.lds-warning div:after {
        border: 32px solid #F6BB42;
    }

    .lds-rolling.lds-warning.active div,
    .lds-rolling.lds-warning.active div:after {
        border: 32px solid #F5B025;
    }

    .lds-rolling.lds-warning.light div,
    .lds-rolling.lds-warning.light div:after {
        border: 32px solid #F7C65F;
    }

    /*Contextuales. DANGER (normal, active y light)*/
    .lds-rolling.lds-danger div,
    .lds-rolling.lds-danger div:after {
        border: 32px solid #E9573F;
    }

    .lds-rolling.lds-danger.active div,
    .lds-rolling.lds-danger.active div:after {
        border: 32px solid #E63F24;
    }

    .lds-rolling.lds-danger.light div,
    .lds-rolling.lds-danger.light div:after {
        border: 32px solid #EC6F5A;
    }

    /*Contextuales. ALERT (normal, active y light)*/
    .lds-rolling.lds-alert div,
    .lds-rolling.lds-alert div:after {
        border: 32px solid #967ADC;
    }

    .lds-rolling.lds-alert.active div,
    .lds-rolling.lds-alert.active div:after {
        border: 32px solid #8362D6;
    }

    .lds-rolling.lds-alert.light div,
    .lds-rolling.lds-alert.light div:after {
        border: 32px solid #A992E2;
    }

    /*Contextuales. SYSTEM (normal, active y light)*/
    .lds-rolling.lds-system div,
    .lds-rolling.lds-system div:after {
        border: 32px solid #37BC9B;
    }

    .lds-rolling.lds-system.active div,
    .lds-rolling.lds-system.active div:after {
        border: 32px solid #30A487;
    }

    .lds-rolling.lds-system.light div,
    .lds-rolling.lds-system.light div:after {
        border: 32px solid #48C9A9;
    }

.lds-rolling div {
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
    top: 100px;
    left: 100px;
}

.lds-rolling div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lds-rolling {
    width: 24px !important;
    height: 24px !important;
    -webkit-transform: translate(-12px, -12px) scale(0.12) translate(12px, 12px);
    transform: translate(-12px, -12px) scale(0.12) translate(12px, 12px);
}


.pt1 {
    padding-top: 1px !important;
}

.pt2 {
    padding-top: 2px !important;
}

.pt3 {
    padding-top: 3px !important;
}

.pt4 {
    padding-top: 4px !important;
}

.pt6 {
    padding-top: 6px !important;
}

.pt7 {
    padding-top: 7px !important;
}

.pt8 {
    padding-top: 8px !important;
}

.pt9 {
    padding-top: 9px !important;
}


.pb1 {
    padding-bottom: 1px !important;
}

.pb2 {
    padding-bottom: 2px !important;
}

.pb3 {
    padding-bottom: 3px !important;
}

.pb4 {
    padding-bottom: 4px !important;
}

.pb6 {
    padding-bottom: 6px !important;
}

.pb7 {
    padding-bottom: 7px !important;
}

.pb8 {
    padding-bottom: 8px !important;
}

.pb9 {
    padding-bottom: 9px !important;
}


.pl1 {
    padding-left: 1px !important;
}

.pl2 {
    padding-left: 2px !important;
}

.pl3 {
    padding-left: 3px !important;
}

.pl4 {
    padding-left: 4px !important;
}

.pl6 {
    padding-left: 6px !important;
}

.pl7 {
    padding-left: 7px !important;
}

.pl8 {
    padding-left: 8px !important;
}

.pl9 {
    padding-left: 9px !important;
}

.pr1 {
    padding-right: 1px !important;
}

.pr2 {
    padding-right: 2px !important;
}

.pr3 {
    padding-right: 3px !important;
}

.pr4 {
    padding-right: 4px !important;
}

.pr6 {
    padding-right: 6px !important;
}

.pr7 {
    padding-right: 7px !important;
}

.pr8 {
    padding-right: 8px !important;
}

.pr9 {
    padding-right: 9px !important;
}

.popover .media {
    margin-left: 10px;
    margin-top:10px;
    margin-bottom:5px;
    margin-right:5px;
}

.media-heading.popover-title {
    color: #555555;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    background-color: inherit;
    border: none;
}

.media .popover-content {
    padding: 0;
}

/* Control para elegir icono.*/

.wayIconChoose {
    position: absolute;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    z-index:2048;
}

/************************************/
/* Selector de color para los iconos*/
/************************************/
.wiccbx {
    background-color: transparent;
    color: inherit;

    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
    
    /* hide default input */
    .wiccbx input {
        display: none;
    }

    .wiccbx label:empty {
        padding-left: 10px;
    }
    
    /* checkbox container */
    .wiccbx label {
        cursor: pointer;
        position: relative;
        padding-left: 32px;
        margin-right: 0;
        margin-bottom: 0;
    }
    /* checkbox border */
    .wiccbx label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 22px;
        height: 21px;
        background-color: #FFF;
        border: 1px solid #666;
        border-width: 2px;
        border-radius: 2px;
    }
    /* checked state icon */
    .wiccbx input[type=checkbox]:checked + label:after,
    .wiccbx input[type=radio]:checked + label:after {
        position: absolute;
        font-family: "FontAwesome";
        content: "\f00c";
        font-size: 12px;
        top: 4px;
        left: 4px;
        width: 0;
        height: 0;
        transform: rotate(-13deg);
    }
    /* alt style - filled bg ".fill" */
    .wiccbx.fill label {
        cursor: pointer;
        position: relative;
        padding-left: 10px;
        margin-right: 0;
        margin-bottom: 0;
    }
    .wiccbx:first-child {
        padding-left:10px;
    }
    
    .wiccbx.fill label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 2px;
        width: 22px;
        height: 21px;
        background-color: #666;
    }

    .wiccbx.fill input[type=checkbox]:checked + label:after,
    .wiccbx.fill input[type=radio]:checked + label:after {
        position: absolute;
        font-family: "FontAwesome";
        content: "\f00c";
        font-size: 12px;
        top: 4px;
        left: 4px;
        width: 0;
        height: 0;
        color: #fff !important;
        transform: rotate(-13deg);
    }

    .wiccbx.fill.checkbox-primary label:before {
        background-color: #4ea5e0;
        border-color: #4ea5e0;
    }
    .wiccbx.fill.checkbox-success label:before {
        background-color: #85d27a;
        border-color: #85d27a;
    }
    .wiccbx.fill.checkbox-info label:before {
        background-color: #55badf;
        border-color: #55badf;
    }
    .wiccbx.fill.checkbox-warning label:before {
        background-color: #f7c65f;
        border-color: #f7c65f;
    }
    .wiccbx.fill.checkbox-danger label:before {
        background-color: #e36d5a;
        border-color: #e36d5a;
    }
    .wiccbx.fill.checkbox-alert label:before {
        background-color: #a992e2;
        border-color: #a992e2;
    }
    .wiccbx.fill.checkbox-system label:before {
        background-color: #48c9a9;
        border-color: #48c9a9;
    }

    /**
        La lista de iconos
        ***/

.wiclist {
    font-size: 12px;
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    /* overflow: hidden; */
}

.wiclist li {
    float: left;
    width: 20%;
    height: 100px;
    padding: 5px;
    line-height: 1.4;
    text-align: center;
}

.wiclist li:hover {
    border: 1px solid #ccc;
    background-color: #eee;
}

.wiclist li span {
    display: block;
    margin: 5px auto 15px;
    font-size: 24px;
}

.panel-compacthead {
    position: relative;
    height: 52px;
    line-height: 49px;
    letter-spacing: 0.2px;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    padding: 0 8px;
    background: #fafafa;
    border-bottom: 1px solid #e2e2e2;
}
