﻿

/* Overrides Chosen Plugin */
.chzn-container-single .chzn-search input {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

.chzn-container-multi .chzn-choices .search-field input {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

.chzn-container {
    font-size: 12px;
}

.chzn-container .chzn-results .highlighted {
  background-color: #bdbdbd;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #bdbdbd), color-stop(90%, #787878));
  background-image: -webkit-linear-gradient(top, #bdbdbd 20%, #787878 90%);
  background-image: -moz-linear-gradient(top, #bdbdbd 20%, #787878 90%);
  background-image: -o-linear-gradient(top, #bdbdbd 20%, #787878 90%);
  background-image: linear-gradient(#bdbdbd 20%, #787878 90%);
  color: #fff;
}

.chzn-container-active .chzn-single {
    border: 1px solid #666;
}

.chzn-container-active .chzn-choices {
    border: 1px solid #666;
}

/* Tooltip */

.ui-tooltip {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

