﻿
#SearchBar
{
    text-align:right;
}

#SearchBar input
{
    padding:4px;
    border:none;
    line-height:normal;
    box-sizing:border-box;
    outline:medium none;
    font-family: 'Open Sans',Segoe UI, Calibri, Sans-Serif;
    text-align:right;
    width:100%;
    background-repeat:no-repeat;
    z-index:10;
    border-radius:0px;
    background-color:transparent;
    border-bottom:1px solid rgba(255,255,255,0.4);
    max-width:400px;
    font-size: 0.8em;
}
#SearchBar input:focus
{
    border-color:#FFF;
}
#SearchBar input:hover
{
    border-color:#EEE;
}

#SearchBar ::-webkit-input-placeholder{ color:#FFF; }
#SearchBar :-moz-placeholder{ color:#EEE; }
#SearchBar ::-moz-placeholder{ color:#EEE; }
#SearchBar :-ms-input-placeholder{ color:#EEE; }
#SearchBar input:-moz-placeholder{ color:#EEE; }
#SearchBar input::placeholder{ color:#EEE; }


#SearchBar .act_container
{
    width:100%;
    position:fixed;
    height:auto;
    background:rgba(245,245,245,0.98);
    z-index:20;
    border-top:1px solid rgba(0,0,0,0.2);
}

#SearchBar .act_container .act_row
{
    width:100%;
    position:relative;
    height:60px;
    border:none;
    border-bottom:1px solid rgba(0,0,0,0.04);
    padding:10px;
}
#SearchBar .act_container .act_row:hover, .act_container .act_row.selected
{
    background:#EEE;
    background:rgba(255,255,255,1);
    cursor:pointer;
}

#SearchBar .act_container .act_srow
{
    width:100%;
    position:relative;
    border:none;
    border-bottom:1px solid rgba(0,0,0,0.04);
    padding:7px 5px 7px 5px;
    background:#F2F3F7;
}
#SearchBar .act_container .act_srow:hover
{
    background:#EEE;
    background:rgba(0,0,2,0.03);
    cursor:pointer;
}

#SearchBar .act_container .act_nrow
{
    width:100%;
    position:relative;
    border:none;
    border-bottom:1px solid rgba(0,0,0,0.04);
    padding:10px;
    background:#F2F3F7;
}
#SearchBar .act_container .act_nrow:hover
{
    background:rgba(0,0,0,0.03);
}

#SearchBar .act_container .act_row .act_rimage
{
    height:40px;
    width:40px;
    position:relative;
    float:left;
    color: #000;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    border-radius:3px;
}

#SearchBar .act_container .act_row .act_rtext
{
    margin:0px 0px 0px 50px;
    padding:0px;
    overflow:hidden;
    text-overflow:ellipsis;
    height:50px;
}
#SearchBar .act_container .act_srow .act_stext
{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:0px 0px 0px 0px;
    padding:0px;
}
#SearchBar .act_container .act_nrow .act_ntext
{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:0px 0px 0px 0px;
    padding:0px;
}
#SearchBar .act_ndescription
{
    margin:0px;
    padding:0px;
    text-align:left;
    font-family: 'Open Sans',Segoe UI, Calibri, Sans-Serif;
    font-weight:lighter;
    font-size:11px;    
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
#SearchBar .act_rdescription
{
    margin:0px;
    padding:0px;
    text-align:left;
    font-family: 'Open Sans',Segoe UI, Calibri, Sans-Serif;
    font-weight:lighter;
    font-size:11px;
    overflow:hidden;
    color:#444;
}
#SearchBar h3
{
    margin:0px;
    padding:0px;
    text-align:left;
    font-family: 'Open Sans',Segoe UI, Calibri, Sans-Serif;
    font-weight:normal;
    font-size:15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#222;
}