﻿html.login body .contenedor-general {
    height: 100%;
}
.template-contenido {
max-width:none;
}
.template-contenido h2 {
    margin: 0px 0;
}

.vista {
     margin-top: 0px; 
     margin-bottom: 0px; 
}


@media only screen and (max-width: 767px) {
    .table-wrapper .catalogo {
        display:table !important;
    }
}

.conceptos .contenedor-el input,.conceptos  .contenedor-el select {
    width: 100%;
}
.chosen-container-single .chosen-single span {
    overflow: initial !important;
}