.sal-blue {
    color: #65ccd8;
}

.sal-grey {
    color: #474c54;
}

.sal-yellow {
    color: #fed049;
}

.sal-light-yellow {
    color: #FFFFCC;
}

.sal-dark-blue {
    color: #17a2b8;
}

.sal-light-grey {
    color: #7f7f7f;
}

.sal-very-dark-blue {
    color: #0e616e;
}

nav.sal-nav-bg {
    background-color: #e0e0e0;
}

.sal-nav-notify {
    font-size: 15px;
}

.text-reset.btn-link:hover {
    text-decoration: none;
}

.fine-print {
    display: inline-block;
    line-height: 110%;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.sal-decline .modal-header {
    background-color: red;
    color: white;
}

.sal-menu-subtitle {
    color: #9a9a9a;
    margin-top: 6px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #adadad;
    cursor: pointer;
}

.sal-priv-key-box {
    font-size: 10px;
    font-family: monospace;
}

.noiseImg img {
    width: 100%;
    height: auto;
}

.sal-red {
    color: #ff0000;
}

.sal-notify-summary .sal-red {
    visibility: hidden;
}

#key_gen h5 {
    padding-bottom: 12px;
}

#password-strength-status, #password-match-status {
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 13px;
    border: transparent 1px solid;
}

.medium-password {
    background-color: #E4DB11;
    border: #BBB418 1px solid !important;
    color: #424243;
}

.weak-password {
    background-color: #FF6600;
    border: #AA4502 1px solid !important;
    color: #fff;
}

.strong-password {
    background-color: #12CC1A;
    border: #0FA015 1px solid !important;
    color: #fff;
}
