﻿.custom-combobox {
    position: relative;
    display: inline-block;
    width: 90%;
}
i.custom-combobox-toggle {
    position: absolute;
    top: 0;
    left: 4px;
    margin-top: 0px !important;
    margin-left: 100% !important;
    padding: 0;
    height: 46px;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: rgb(242, 226, 251);
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.combobox {
    display: none !important; /*Hides select box*/
}

@media only screen and (max-width: 1366px) {
    i.custom-combobox-toggle {
        width: 30px;
    }
}

.ui-autocomplete {
    position: absolute;
	top: 0;
	left: 0;
	cursor: default;
    max-height: 150px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1005 !important;
}

.ui-widget.ui-widget-content {
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: rgb(242, 226, 251);
}