html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 12px;
  }
}

.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;
}

.search-form
{
    border:2px solid gainsboro;
    background-color: lightgray;
    padding: 10px;
}

label{
    font-weight: bold;
}

#dataTable td{
    vertical-align: top;
    font-size: 12px;
}

#dataTable thead th {
    padding-left: 0px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.container{
    margin-left: 0px;
    margin-right: 0px;
    width: 990px;
}