body
{
    line-height: 0;
}
.tbl_index,.tbl_index td,.tblFilterResult,.tblFilterResult td
{
    border: none !important;
}
.tbl_index .right-panel
{
    min-height: 280px;
}
.lblSearch
{
    min-width: 100px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.searchItemRow
{
    margin-bottom: 10px;
}
.navbar-brand {
    left: 50%;
    position: absolute;
    height: 100%;
    padding: 0;
}
.navbar-brand > img
{
    height: 100%;
}
.spCharCounter
{
    vertical-align: text-top;
    margin-left: 5px;
    font-size: 12px;
}
.ui-autocomplete
{
    line-height: 1.5;
}
.navbar
{
    margin-bottom: 7px;
}
.toolbar
{
    background-color: #f0e8e8;
}
.toolbar .glyphicon {
    font-size: 20px;
}
.toolbar .navbar-btn.btn-sm
{
    margin-bottom: 0;
    margin-top: 0;
}
.left-logo img
{
    width:30px;
}
.loadingImage
{
    width: 20px;
    height: 20px;
}
.li-lang a
{
    font-size: 11px;
    text-align: center;
}
.li-lang img
{
    width: 25px;
}
.ui-widget.ui-widget-content{
    z-index: 10000;
}
.searchResultCount
{
    text-align: right;
    padding-top: 15px;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
}
.ui-autocomplete-loading { background:url('../../imgs/loading.gif') no-repeat right center;background-size:20px 20px  }
.li_emptySuggestion
{
    font-size: 10px;
    color: gray;

}
.li_suggestionHeader
{
    font-size: 11.5px;
    background-color: #f0eded;
    padding-bottom: 4px;
    text-align: center;
    font-weight: bold;
}
#versionModal
{
    font-family: tahoma;text-align: right;direction: rtl
}
#versionModal li
{
    line-height: 2;
}
@media screen and (max-width: 479px) {
    .input-group-addon {
        min-width: 110px;
    }
    .frm_search
    {
        margin-bottom: 10px;
    }
    .nav > li
    {
        display: inline-block;
    }
    .navbar-header
    {
        display: none;
    }
    .navbar-nav
    {
        display: inline-block;
    }
    .navbar-right
    {
        margin-left:10px !important;
    }
}