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%;
    height: 85px!important;
    padding: 0;
    display: block;
	width:38px;
}
.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;
}

/** from main and head **/
		
  
  
    .lock {
            padding-left: 2px;
            color: green;
            font-size: 1.5em!important;
        }

   /* main.php */
        .product_body
        {
            line-height: 1.5;
            margin-bottom: 20px;
            padding-top: 10px;
            padding-bottom: 10px;
            border-radius: 5px;
        }
        .product_body:hover
        {
            background-color: #f2f2f2;
            cursor: pointer;
        }
        .product-img
        {
            border: 5px solid white;
            box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            width: 100px;
            height: 100px;
            margin-bottom: 10px;
        }
        .a_product
        {
            text-decoration: none !important
        }
        .card-base > .card-icon {
            text-align: center;
            position: relative;
        }

        .imagecard {
            z-index: 2;
            display: block;
            positioN: relative;
            width: 88px;
            height: 88px;
            border-radius: 50%;
            border: 5px solid white;
            box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            margin: 0 auto;
            color: white;
        }
        .card-base > .card-icon > .card-data {
            min-height: 250px !important;
            margin-top: -24px;
            background: ghostwhite;
            border: 1px solid #e0e0e0;
            padding: 15px 0 10px 0;
            box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            min-height: 215px;
        }
        #widgetCardIcon {
            background: #bb7824 !important;
            font-size: 28px;
            line-height: 78px;
        }
        #messageModal ul {
            display: inline-block;
        }

        #messageModal li
        {
            display: inline-list-item;
        }

  
  
  		/* view_vehicle.php */
  		tr.line{
  			border-top:1px solid black; 
  			border-bottom:1px solid black;
			}
		td.line{
  			border-right:1px solid black;
			}
  		 
    


 /**** end ******/
.navbar-nav {
    margin: 7.5px 0px!important;
	
}

.nav>li {
    
    display: inline-block!important; 
}
@media screen and (max-width: 479px) {



    .input-group-addon {
        min-width: 110px;
    }
    .frm_search
    {
        margin-bottom: 10px;
    }
    .nav > li
    {
        display: inline-block;
    }
    .navbar-header
    {
        
    }
    .navbar-nav
    {
        display: inline-block;
    }
    .navbar-right
    {
        
    }
}