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;
}
.btn{
    text-decoration: none !important;
}
.btn-link-danger{
    color: #d9534f;
    text-decoration: underline;
}
.nav-link
{
    color: black;
}
.nav-link.active {
    color: #d9534f !important;
    background-color: transparent !important;
}
.btn-link-danger:hover{
    color: black;
    text-decoration: underline;
}
.datepicker td.active
{
    background-color: #d9534f !important;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.btn{
    text-decoration: underline;
    margin-right: 7px;
}
a.btn-danger:hover, input.btn-danger:hover, button.btn-danger:hover {
    background-color: black;
    border-color: black;
}
.form-group{
    margin-top: 7px;
}