a {
    color: #000;
    text-decoration: underline;
}

a:hover {
  color: #a67818;
  text-decoration: underline;
}

.bg-ma {
    background-color: #000!important;
}

.navbar-dark a {
    color: #FFF;
}

.navbar-brand img {
  max-height: 60px;
}

.md-18 {
    font-size: .875rem;
    line-height: 1.5;
}

.pointer {
    cursor: pointer;
}

.table-hover tbody tr:hover {
    background-color: #cce5ff;
    color: #004085;
}

.form-group .btn {
    margin-right: 5px;
}

.table-sm td, .table-sm th {
    padding: .15rem;
}

.table-sm {
  font-size: 0.85rem !important;
}

i.active {
    color: #155724;
}

i.inactive {
    color: #e2e3e5;
}

.custom-file-label::after {
    height: 1.8rem;
    padding: .175rem .75rem;
}

.custom-file-label {
    height: calc(1.8rem + 2px);
    padding: .275rem .75rem;
}

.btn-primary {
  background-color: #000;
  border-color: #444;
}

.btn-primary:hover {
  background-color: #c7a448;
  border-color: #444;
  color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #c7a448;
  border-color: #444;
  color: #000;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    font-family: Font Awesome\ 5 Free;;
    font-weight: 900;
    content: "\f07c";
    cursor: pointer;
}
