
.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.angucomplete-dropdown,
.collapsible,
.side-nav {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}
.angucomplete-dropdown {
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    position: absolute;
    z-index: 999;
    will-change: width, height;
    width: 100%;
    top: 50px;
}
.search .angucomplete-holder
{
    position: relative;
}
.angucomplete-dropdown .angucomplete-searching
{

}
.angucomplete-dropdown .angucomplete-row {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
    position: relative;
    border-bottom: 1px #f7f3f3 solid;
}

.angucomplete-dropdown .angucomplete-row:hover,
.angucomplete-dropdown .angucomplete-row.active,
.angucomplete-dropdown .angucomplete-row.selected {
    background-color: #eee
}

.angucomplete-dropdown .angucomplete-row.active.selected {
    background-color: #e1e1e1
}

.angucomplete-dropdown .angucomplete-row.divider {
    min-height: 0;
    height: 1px
}

.angucomplete-dropdown .angucomplete-row>a,
.angucomplete-dropdown .angucomplete-row > .angucomplete-title {
    font-size: 16px;
    color: rgb(255, 143, 0);
    display: block;
    line-height: 22px;
    padding: 14px 16px;
    font-weight: 100;
}

.angucomplete-dropdown .angucomplete-row > .angucomplete-title >label {
    top: 1px;
    left: 0;
    height: 18px
}
.angucomplete-dropdown .angucomplete-row > .angucomplete-description
{
    display: inline-block;
    right: 0px;
    position: absolute;
    background-color: #fff;
    height: 50px;
    top: 0px;
    padding: 14px;
    font-size: 12px;
    color: #ccc;
    font-weight: 100;
}
.angucomplete-dropdown .angucomplete-row>a>i {
    height: inherit;
    line-height: inherit
}

.input-field.col .angucomplete-dropdown [type="checkbox"]+label {
    top: 1px;
    left: 0;
    height: 18px
}
