.strong {
    font-weight: bold;
}

.asteriskField {
    margin-left: 0.6em;
    opacity: 0.7;
}

.logo-medium {
    max-height: 120px;
}

.bg-bredo {
    background-color: #00628B;
}

.identification-photo-small {
    max-width: 15px;
    max-height: 100%;
}

.highlight {
    background-color: rgba(255, 255, 0, 0.3);
}

.no-wrap {
    white-space: nowrap;
}

.list-group.list-group-striped > .list-group-item:nth-child(even) {
    background-color: #F0F0F0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #F0F0F0;
}

.air-datepicker-buttons {
    grid-auto-flow: row;
}
