﻿body {
}
/*start auto complete*/
.alignleft {
    text-align: left !important;
    line-height: 12px;
    margin-top: 10px;
}

.ac_results {
    display: block;
    width: 95%;
    padding: 0px;
    /*border: 1px solid #ffffff;*/
    background-color: white;
    overflow: hidden;
    margin-top: 0px;
    z-index: 99999;
    font: 11px Verdana, Geneva, sans-serif;
    /*border: 1px solid #ccc;*/
    /*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
}

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ac_results li {
        margin: 0px;
        padding: 2px 5px;
        cursor: default;
        display: block;
        font: menu;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
    }

.ac_loading {
    background: white url( 'indicator.gif' ) right center no-repeat;
}

.ac_odd {
    /*background-color: #ECE7C7;*/
}

.ac_over {
    background-color: #A52A2A;
    color: white;
}



.search_box_mobile button, input, optgroup, select, textarea {
    /*margin: 10px;*/
    /*font-family: inherit;*/
    /*font-size: inherit;*/
    /*line-height: inherit;*/
     /*width:-webkit-fill-available;*/ 
    /*border: solid;*/
    /*margin-top:-10px;*/
    border:none;
}

.search_block input {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 5px 60px 5px 5px;
    /*border-bottom: 1px solid #6d90ab;*/
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0px;
}



/*ul {
    padding-left: 0;
}*/