select option{
    color: #000;
}
.icon-small{
    font-size: 0.8em;
}
.fs-12{
    font-size: 12px;
}

/* Plate Number badge */
.plate-number{
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
    padding: 8px;
}

.plate-tag{
    background-color: #000000;
    color: #FFFFFF;
}

/* Table vertical content for inspection */
table.tb-vertical-top>tbody>tr>td{
    vertical-align: text-top;
    padding-top: 2px;
}

/* Separator for sidebar */
.separator {
    display: flex;
    align-items: center;
    font-size: 10px;
    color: rgba(255, 247, 97, 0.7);
    cursor: pointer;
}

.separator i{
    color: rgba(255, 247, 97, 0.7);
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(255, 247, 97, 0.3);
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

.table-condensed tr{
    line-height: 1;
}
