/* 
    Created on : Jul 28, 2015, 5:44:16 PM
    Author     : andreas
*/
.file-input-wrap .table-wrapper {
    width: 400px !important;
}
.lor-container .file-input-wrap .table-wrapper {
    width: 345px !important;
}
.typeahead { 
    z-index: 1051;
}

#filterFormForm>.ui-autocomplete{
    width:262px !important;
    border-left: 3px solid #AAA ;
    border-bottom: 1px solid #333;
    border-right: 1px solid #999;
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 1) inset !important;*/
}
#filterFormForm>.ui-autocomplete>li{
    background-color: #EEE !important;
}
#filterFormForm>.ui-autocomplete>.ui-state-focus{
    font-weight: normal !important;
    background: rgb(55,117,215) !important;
}