﻿.colorAutocompleteJurisprudencia {
    border-left-style: solid;
    border-left-width: 5px;
    border-color: #ffe000;
}

.colorAutocompleteConsolidada {
    border-left-style: solid;
    border-left-width: 5px;
    border-color: #388e3c;
}

.colorAutocompleteRevogados {
    border-left-style: solid;
    border-left-width: 5px;
    border-color: #d32f2f;
}

.colorAutocompleteCaducados {
    border-left-style: solid;
    border-left-width: 5px;
    border-color: #8a2be2;
}

.colorAutocompleteAtualizacao {
    border-left-style: solid;
    border-left-width: 5px;
    border-color: #fd860b;
}

.colorAutocompleteVigencia {
    border-left-style: solid;
    border-left-width: 5px;
    border-color: #808080;
}

.colorAutocompleteParcial {
    border-left-style: solid;
    border-left-width: 5px;
    border-color: #337ab7;
}

.colorAutocompleteRev{
    color: #d32f2f !important;
    font-weight: bold;
}
.colorAutocompleteCad{
    color: #8a2be2 !important;
    font-weight: bold;
}
.colorAutocompletePar{
    color: #337ab7 !important;
    font-weight: bold;
}
.colorAutocompleteAtu{
    color: #fd860b !important;
    font-weight: bold;
}
.colorAutocompleteCon{
    color: #808080 !important;
    font-weight: bold;
}
.colorAutocompleteVig{
    color: #388e3c !important;
    font-weight: bold;
}
.colorAutocompleteJur {
    color: #ffe000 !important;
    font-weight: bold;
}

.LastRow, .padding-s.LastRow {
    border-color: #808080;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    text-align: left;
}

.autocomplete-item:hover {
    background: var(--color-neutral-2) !important;
}

.list-item-selected {
    background: var(--color-neutral-2) !important;
}