.left-sidenav .brand {
  height: auto;
  padding: 30px 0;
}
.left-sidenav-menu li.mm-active .menu-arrow i:before {
  content: "\F078";
}
.dataTables_wrapper {
  padding: 0 15px;
}
.dataTables_wrapper .dataTables_length select {
  width: 100px;
}
#api_key .empty {
  opacity: .4;
}
#api_key .card-body {
  position: relative;
}
#api_key .generar {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -58px;
  z-index: 9;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 4px;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 5px 12px 5px 5px;
}
.adjuntado {
  text-decoration: line-through;
  color: red;
}
.account-body .auth-header-box {
  background-color: #fbfbfb;
}