/* 
// Note: Custom stylesheet
*/



/*custom style for El/*custom style for Elastic search box starts */ 
.ui-widget {
    font-family: Roboto,sans-serif,Arial,Helvetica;
    font-size: 16px;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    padding: 20px !important;
    z-index: 1101 !important;
    position: fixed;
    color: #373A36;
}

.ui-menu-item-wrapper {
    border: 0 !important;
    padding: 6px !important;
}

.ui-menu-item:hover {
    text-decoration: underline !important;
}

/* style ends here for Elastic Search box*/


/* Custom style for callout box */
@media(max-width: 767.98px) {
    ul.column-2 {
        -moz-column-count: 1 !important;
        column-count: 1 !important;
    }
}

/* Custom style for secondary table row icon */
.icon-secondary::before {
    color: inherit !important;
}






