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;
}

.btn-warning, .btn-danger, .btn-primary, .btn-info{
    color:#fff !important;
}

.view-details h5 {
    /*color: #466582 !important;*/
    border-bottom: 2px solid #811331 !important;
}
.btn-outline-info {
    color: #0dcaf0 !important;
}
    .btn-outline-info:hover {
        color: #fff !important;
    }

.btn-outline-warning {
    color: #ffc107 !important;
}

    .btn-outline-warning:hover {
        color: #fff !important;
    }
.btn-edit {
    color: #811331;
    border-color: #811331;
}
.btn-edit:hover {
        color: #fff;
        background-color: #811331;
        border-color: #811331;
    }
.text-right{
    text-align:right !important;
}

.pt-7px{
    padding-top:7px !important;
}

.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;
}
.download-link {
    color: #0000EE !important;
}
    .download-link:hover {
        text-decoration: underline !important;
    }
    .download-link:visited {
        color: #7700ee !important;
    }