body {
    font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    font-size: 14px;
    background-color: #ffffff;
    }
#divContainer {    
    padding-top: 60px;
    z-index: 2;
    }
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}
#tblListado{
    font-size: 11px;
}
.custom-file-label::after { 
    content: "Seleccionar";
}
textarea {
    overflow-y: scroll;
    resize: none; /* Remove this if you want the user to resize the textarea */
}
div.dataTables_length {
    display: none;
}