.text-primary {
  color: #002D46 !important;
}

.text-dark {
  color: #888 !important;
}

.btn-primary {
  background-color: #0f5980;
  border-color: #0f5980;  
}

.btn-primary:hover {
  background-color: #0f5980;
  border-color: #0f5980;
}

.bg-light {
  background-color:	#f5f5f5 !important;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-radius: 1em;
  border: 0.01rem solid rgba(15, 89, 128, 1);
}

.table th,
.table td {
  padding: 0rem;
  border-top: 0px solid #dee2e6;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
}

.bs-stepper-circle{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center;justify-content:center;width:3em;height:3em;padding:.5em 0;margin:.25rem;line-height:2em;color:#0f5980;background-color:#fff;border-radius:3em;border: 0.01rem solid rgba(15, 89, 128, 1);}

.active .bs-stepper-circle {
  background-color: #0f5980;
  color: #fff;	
}
.btn-primary:not(:disabled):not(.disabled).focus, .btn-primary:not(:disabled):not(.disabled):focus, .show>.btn-primary.dropdown-toggle{
  background-color: #0f5980;
}
