﻿.containerTF {
    border-width: 2px !important;
}

.widgetHeadingTF {
    color: white;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

#goButtonTF {
    font-family: Arial;
}

#inputTF {
    border: 1px solid #0a1c5c;
    position: relative;
}

#warningTF {
    color: red;
    border: 1px solid red;
}

#errorTF {
    color: red;
}

.ui-autocomplete-tf {
    border: 1px solid #CBD3DD;
    background: #FFF;
    max-height: 272px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .ui-autocomplete-tf .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
        background: #0a1c5c !important;
        font-weight: bold !important;
        color: #FFF !important;
    }
