.autocomplete-wrapper {
    border-bottom: 1px solid #9e9e9e;
    cursor: text;
}

.form-input-field {
    width: 35% !important;
    margin: 0 !important;
    border-bottom: 0 !important;
    box-shadow: 0  0  0 !important;
    -webkit-box-shadow: 0  0  0 !important;
    float: left;
}
.form-input-field:focus {
    border-bottom: 0 !important;
}
.chip-container {
    float: left;
}
.ui-autocomplete {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
.ui-menu-item {
    padding: 5px 5px;
}

.disabled {
    pointer-events:none; 
    opacity:0.6;
    margin-left: 12px;
}
.grand-children{
    margin-left: 20px !important;
}
.disabled-children{
    margin-left: 20px;
}
.children {
    margin-left: 10px !important;
}

.grand-children {
    margin-left: 30px;
}

.ui-menu-item:hover {
    background-color: #d3d1d1;
    cursor: pointer;
}

.customer-chip{
    background-color: #abc1f1;
}
.category-chip{
    background-color: #a7ffeb;
}
.priority-chip{
    background-color: #f48fb1 ;
}

.ui-helper-hidden-accessible{
    display: none;
}