body, .application {
  font-family: var(--font-family);
}

@media (min-width: 768px) {
    .container {
      width: calc(100% - 30px);
    }
  }
  
  @media only screen and (min-width: 960px) {
    .container {
      width: calc(100% - 30px);
    }
  }
  
  @media only screen and (min-width: 1264px){
    .container {
      /*width: 1170px; ancho completo en pantalla grande*/
      width: calc(100% - 100px);
      max-width: none;
  
    }
  }
/*
.theme--light .table thead th {
    color: rgba(0,0,0,.8);
    font-size: 13px;
}  
table.table tbody td {
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle;
} */
table.table tbody td{
  vertical-align: middle;
}

.datatable th{
  padding-left:12px!important;
  padding-right:12px!important;
}

.fa-talana{
  font-size: 23px;
}
