﻿.widgetHeading {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

#goButton {
    width: 100%;
    padding: 5px;
    border: 1px solid #0A1C5C;
    border-radius: 5px;
    background-color: #0A1C5C;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    outline: none;
}

    #goButton:hover {
        background-color: #9ac332;
    }

#txtLiveDept {
    border: 1px solid #0a1c5c;
    position: relative;
}

#geoButton {
    border: 1px solid #0a1c5c;
}

.ui-autocomplete-ld {
    border: 1px solid #CBD3DD;
    background: #FFF;
    width: 217px;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    z-index: 100;
}

    .ui-autocomplete-ld .ui-menu-item {
        padding: 0;
        margin: 0;
        font-size: 11px;
        width: 217px;
        color: #00245d;
    }

    /*styles items on hover*/
        .ui-autocomplete-ld .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
            background: #D2D6E1 !important;
            border: none;
            color: #00245d;
        }

#warning {
    color: red;
    border: 1px solid red;
}
