.ui-select-container.ui-select-bootstrap.dropdown{
    z-index: 9999;
}

.ui-select-container .ui-select-match{
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.ui-select-container .btn.btn-default.form-control.ui-select-toggle{
    height: 23px;
    background: transparent !important;
    cursor: default !important;
    /* padding-left: 0 !important; */
    border-width: 0 0 1px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 4px;
    line-height: 23px;
    margin: 0;
    font-size: 13px;
    font-family: 'Roboto-Medium';
}

.ui-select-container .btn.btn-default.form-control.ui-select-toggle .ui-select-placeholder,
.ui-select-container .form-control.ui-select-search::-webkit-input-placeholder{
    color: #515972 !important;   
}

.ui-select-container .btn.btn-default.form-control.ui-select-toggle .ui-select-match-text{
    height: 23px;
    font-size: 13px;
    font-family: 'Roboto-Medium';
    color: #515972 !important;
}

.ui-select-container .form-control.ui-select-search{
    height: 23px;
    background: transparent !important;
    cursor: default !important;
    /* padding-left: 0 !important; */
    border-width: 0 0 1px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 4px;
    line-height: 23px;
    margin: 0;
    font-size: 13px;
    font-family: 'Roboto-Medium';
    color: #515972 !important;  
}

.ui-select-container .ui-select-choices-row{
    padding: 10px;
    font-weight: normal;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    line-height: 12px;
    
}

.ui-select-container .ui-select-choices-row .ui-select-choices-row-inner{
    padding: 0;
}

.ui-select-bootstrap .ui-select-choices-row.active>span{
    background: transparent !important;
}

.ui-select-container .ui-select-choices-row p{
    margin: 0;
    color: #808692 !important;
}

.ui-select-choices-row.active{
    background: rgba(0, 0, 0, 0.1);
}

.ui-select-bootstrap>.ui-select-choices, 
.ui-select-bootstrap>.ui-select-no-choice{
    margin-top: 2px;
    border-radius: 0;
}