.cg_lineaprod_h{
    display: none;
}
.cg_caracteristicasprenda_h{
    display: none;
}
.cg_caracteristicasorden_h{
   display: none;
}
.cg_caracteristicaslavado_h{
    display: none;
}

.table-header_sections{background-color:#6cb5ff;color:#FFF;font-size:14px;line-height:38px;padding-left:12px;margin-bottom:1px}
.table-header_sections .close{margin-right:8px;margin-top:0;opacity:.45;filter:alpha(opacity=45)}
.table-header_sections .close:hover{opacity:.75;filter:alpha(opacity=75)}

/* Formatea los mensajes Flash::xxx() de KumbiaPHP */
.flash {
    margin: 5px 0;
    min-height: 32px;
    padding:3px 10px 3px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    line-height: 32px;
    border-radius: 2px;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
}

.valid {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
