html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.table, .table-striped, margin35{
    margin-top:35px;
}

/* Apply truncation to all tables by default */
table.truncate td, table.truncate th {
    word-wrap: break-word;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Disable truncation for tables with the 'no-truncate' class */
/*table .no-truncate td, .no-truncate th {
    white-space: normal;
    text-overflow: clip;
}*/
