.prnbs button {
	font-family: Arial, Helvetica, sans-serif;
}
.error {
    color: #ff0000;
}

.blue-header {
    color: #003399;
}

.body-content {
    font-size: .75rem;
}

#password_requirement_list li {
  font-weight: bold;
}
#password_requirement_list li.text-success {
  font-weight: normal;
}
.prnbs a {
  font-size: inherit;
}
.prnbs td > form {
  margin-bottom: 0px;
}

.sm-control {
  max-width: 75px;
}
.md-control {
  max-width: 200px;
}

.ws-normal {
  white-space: normal !important;
}

.prnbs .btn-primary {
    background-color: #00589D !important;
    border-color: #00589D !important;
}
.nav-item.dropdown a.dropdown-item {
    font-size: 12px;
}

.prnbs .table td.highlight {
  background-color: #eee;
}

input[type="file"] {
width:100vw;
max-width:100%;  
white-space: normal;
word-wrap: break-word; 
} 