html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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;
}

.main-menu {
    color: #005EB8 !important; 
    font-weight: bold; 
    font-family: sans-serif;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 94, 184, .05) !important;
}

.nav-link {
    margin-left: 10px;
    margin-right: 10px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgba(1, 159, 227, 0.1);
}