﻿
   /*AutoComplete flyout */
   
  /*@media(-webkit-min-device-pixel-ratio:0) {
      .completionCityList{

            font-family: "Roboto",sans-serif;         
            font-weight: normal;
            border: solid 1px #ddd;
            line-height: 1.7em;
            margin: 0px !important;
            padding:0;
         
            background-color: #FFFFFF !important;
            position :absolute;
          
            overflow:auto;
            list-style-type : none;
            max-height:200px;
       }
.completionList {
            font-family: "Roboto",sans-serif;
           
            font-weight: normal;
            border: solid 1px #ddd;
            line-height: 1.7em;
            margin: 0px !important;
            padding:0;
          
            background-color: #FFFFFF !important;
            position :absolute;
         
            display:block;
        
            overflow:auto;
            word-wrap:break-word;
            list-style-type : none;
            max-height:200px;
            
            
}

.listItem {
border-bottom: 1px solid #cccccc;
    color: #555;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    padding: 5px 0;
    position:relative;
    top:auto;

}

.itemHighlighted {
background-color: #FFF;
 font-family: "Roboto",sans-serif;
font-size: 1.7em;
font-weight:600;
color:#ff5f46;
cursor:pointer;

}
}*/



.completionCityList {
    font-family: "Roboto",sans-serif;
    font-weight: normal;
    border: solid 1px #ddd;
    line-height: 1.7em;
    margin: 0px !important;
    padding: 0;
    background-color: #FFFFFF !important;
    position: absolute;
    /*top:73px !important;*/
    /*width: 220px !important;*/
    overflow: auto;
    list-style-type: none;
    border-radius: 2px;
    /*max-height:200px;*/
    z-index: 999999999999 !important;
}





.completionList {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    font-family: "Roboto",sans-serif;
    border: solid 1px #ddd;
    line-height: 1.7em;
    margin: 0px !important;
    padding: 0;
    background-color: #FFFFFF !important;
    /*height:auto;*/
    max-height: 200px;
    min-height: 1px;
    overflow: auto;
    list-style-type: none;
    border-radius: 2px;
    z-index: 999999999999 !important;
}

.listItem {
    border-bottom: 1px solid #cccccc;
    color: #555;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    padding: 5px;
    display:block;
    line-height:1.7em;
    /*position:inherit;*/
    bottom:inherit;
    /*position:inherit;*/
   
}

.itemHighlighted {
 background-color: #f8f3c4;
    border-bottom: 1px solid #b4b4b4;
    /*color: #0967be;*/
    color:#121212;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
    line-height:1.7em;
}