﻿.WindowStyle .ajax__combobox_textboxcontainer input



{



    border: solid 1px #7F9DB9;



    border-right: 0px none;



    border-radius: 2px 0px 0px 5px;



    padding: 1px 0px 0px 5px;



    font-size: 16px;



    height: 30px;



    line-height:30px;



    box-shadow:initial;



    width:610px;



}



.WindowStyle .ajax__combobox_buttoncontainer button



{



    border: 0px,none;



    background-image: url(../images/dropdown_arrow.gif);



    vertical-align:middle;



}



.WindowStyle .ajax__combobox_itemlist



{



    margin: 0px;



    padding: 0px;



    cursor: default;



    list-style-type: none;



    text-align: left;



    border: solid 1px ButtonShadow;



    background-color: Window;



}



.WindowStyle .ajax__combobox_itemlist li



{



    white-space: nowrap;



    padding: 0 3px 0 2px;



}



.WindowStyle .ajax__combobox_itemlist



{



    margin: 0px;



    padding: 0px;



    cursor: default;



    list-style-type: none;



    text-align: Left;



    border: solid 1px ButtonShadow;



    background-color: Window;



    font-weight: normal;



    font-size: 8pt;



    color: black;



    /*font-family: Arial, helvetica, 'MS Sans Serif';*/



    width: 100%;



}







.CustomComboBoxStyle .ajax__combobox_textboxcontainer input {



    background-color: #ADD8E6;



    border: solid 1px Blue;



    border-right: 0px none;



}



.CustomComboBoxStyle .ajax__combobox_buttoncontainer button {



    background-color: #ADD8E6;



    border: solid 1px Blue;



}







@media only screen and (max-width: 650px) {



    .WindowStyle {



       width:100%;



    }



        .WindowStyle .ajax__combobox_textboxcontainer {



            width:100%;



        }



    .WindowStyle .ajax__combobox_textboxcontainer input {



        width:100%;



    }



    .ajax__combobox_inputcontainer {



        width:100%;



    }



}