﻿   .RadAutoCompleteBoxPopup RadAutoCompleteBoxPopup_Metro {

                height:200px;
            }

            .RadAutoCompleteBoxPopup .racList {
                color: #464646;
    font-family: open_sansregular;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border: 0 none;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    overflow: auto;
    padding: 0;
}

            .RadAutoCompleteBox_Metro .racEmptyMessage {
 border: 0px solid #C2C2C2;
  
}

            .RadAutoCompleteBox_Metro {
    color: #000000;
    border: 1px solid #C2C2C2;

    padding: 7px;
    /*width: 100%;*/
    font-family: open_sansregular;
    vertical-align: middle;
    font-size: 13px;
}

            .RadAutoCompleteBox_Metro .racTokenList {
    background-color: #FFFFFF;
    border-color: #E5E5E5;
    color: #000000;
     border: 0px solid #C2C2C2;
      /*width: 100%;*/
     margin-top: -2px;
}

         
           .RadAutoCompleteBoxPopup .racList {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border: 0 none;
    color: #464646;
    font-family: open_sansregular;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    overflow: auto;
    padding: 0;
     height:auto;
         /*width: 100%;*/
}
.RadAutoCompleteBox {
    width: 220px;
}
@media screen and (max-width: 930px) {
    .RadAutoCompleteBox {
    width: 88%;
    margin:auto;
    }
    .RadAutoCompleteBox_Metro {
        height:20px;
    }
}
            .RadAutoCompleteBoxPopup {
               
            }

            .racSlide {
    position: absolute;
    width: 160px;
    z-index: 9999;
     margin-top:18px;
     height:auto;
}

            .RadAutoCompleteBoxPopup .racItem {
    padding: 2px 6px;
}

            .RadAutoCompleteBox_Metro .racInput {
    color: #000000;
    font: 13px "Segoe UI",Arial,Helvetica,sans-serif;

}

            .RadAutoCompleteBox .racInput {
   background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border: 0 none;
    display: inline;
    float: left;
    height: 20px;
    line-height: 16px;
    list-style: none outside none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    font-family: open_sansregular;
   
}