﻿
.chzn-container
{
    width: 100% !important;
}
.chzn-container .chzn-drop {
    z-index:1010 !important;
	border: 1px solid #ccc;
}
.chzn-container-single .chzn-single {
	border: 0 !important;
    background: 0 !important;
    border-bottom: 1px solid grey !important;
    box-shadow: none !important;
    border-radius: 0 !important;
	
	display: block;
    white-space: nowrap;
    position: relative;
    height: 34px;
    line-height: 36px;
    color: rgb(68, 68, 68);
	
	overflow: hidden;
    padding: 0px 0px 0px 8px;
    text-decoration: none;
    margin: 15px 0px 0px;
}

.chzn-container input[type="text"] {
    height: 1.5rem;
}

.active-result .hightlighted{
	background-color: #eee !important;
    background-image:none;    
    color:black;
}

/*
.chzn-results {
	background-color: #eeeeee;
}
*/


.chzn-container .chzn-results .highlighted {

  /*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2BBBAD', endColorstr='#2BBBAD', GradientType=0 );

  */
    background-color: slategray !important;
    background-image: none;
    /*background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color:black;

  */
}

.chzn-results .active-result > span {
    color: #4285F4;
    display: block;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
}


/*
.chzn-container .chzn-results {
    // margin: 0 4px 4px 0; 
    //max-height: 100%;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
*/

.chzn-container-single .chzn-search input {
   
    background: url(chosen-sprite.png) no-repeat 100% -20px;
    margin: 6px 0;
    /* padding: 4px 20px 4px 5px; */
    outline: 0;
    border: none;
    border-bottom: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em;
}

.chzn-container .chzn-results li {
    /* display: none; */
    /* line-height: 15px; */
    /* padding: 5px 6px; */
    /* margin: 0; */
    /* list-style: none; */
    clear: both;
    color:#4285f4;
    cursor: pointer;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #ccc;
    padding: 0.4rem 1rem !important;
    cursor: pointer;
}

input[type=text]:focus:not([readonly]){
    border-bottom: 1px solid #4285F4;
    box-shadow: 0 1px 0 0 #4285F4;
}
