.ref-display-value {
    background-color: white !important;
}

.ref-display-value.dim {
    color: #bbb !important;
}

.ref-search-input {
    position: absolute !important;
    background: transparent !important;
    border: 0 !important;
    z-index: 3 !important;
}

.ref-search-input:focus {
    border: 0 !important;
}

.ref-search-results {
    width: 100%;
    z-index: 100;
    background-color: white;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
}

.ref-search-results .no-data {
    pointer-events: none;
}

.ref-search-results .no-data > i {
    color: #999;
}

.ref-search-results > table {
    margin-bottom: 0;
}

.ref-search-results-detail {
    min-width: 300px;
    background-color: #fafafa !important;
}

.ref-search-results-selected {
    color: #27a4b0;
    background-color: #abe7ed !important;
}