body {

    /*padding-top: 5px;*/
    font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    font-size: 14px;

    background-color: #f0f0f0;
    /*background: url("../imagenes/img_fondo2.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/

 }

 
  
  

 html,body {
    height: 100%;
  }
#divContainer {    
    position: fixed;
    top: 0;
    /*margin-top: 60px;*/
    /*margin-bottom: 50px;*/
    padding-top: 65px;
    padding-bottom: 45px;
    z-index: 2;
}
  
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}

.column-main {
    margin-left: 220px;
}
.column-left {
    float:left;
    width:220px;
}


.custom-file-label::after { 
    content: "Seleccionar";
}

#tblListado{
    font-size: 11px;
}
#tblPrestamos{
    font-size: 11px;
}












#dropzonewidget{
    width: 100%;
    height: 250px;
}
.divDropzone{
    padding: 5px;
    margin: 0 auto;
}   
.divDropzone span{
    width: 250px;
}   
.dz-message{
    text-align: center;
    font-size: 28px;
}
.dropzone .dz-preview .dz-image {
    width: 100px;
    height: 100px;
  }

.colorcons{
    background-color: #f25463;
}


textarea {
    overflow-y: scroll;
    resize: none; /* Remove this if you want the user to resize the textarea */
}


div.dataTables_length {
    display: none;
}