﻿
.required-chosen {
  display: block !important;
  position:absolute;
  clip:rect(0,0,0,0);
  height: 29px;
}

.chosen-drop
{
    margin-top:1px !important;

}



.chosen-container
{
    width:100% !important;
}

.chosen-single
{
    border-radius: 0px !important;
    height:40px !important;   
    border: 1px solid #E0E0E0 !important;
    border-bottom-width: 2px !important;
    background: #F8F8F8 !important;
    position: relative !important;
    color:#4d4d4f;
}

.result-selected
{
    background-color:darkgrey;
}

.chosen-container ul.chosen-results li.highlighted {
  background-color: lightgray;
  background-image: none;
  color:black;
}

.chosen-container-single .chosen-search input
{
    height:30px !important;
}

.chosen-container-single .chosen-single div b
{
    margin-top:8px;
}

.chosen-drop {
    z-index:15 !important;
}

.chosen-drop, .chosen-results li {
    min-height: 20px;
    font-size:14px;
    font-weight:600;
}


.chosen-single span
{
    
   display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 4px 30px 0 0;
    padding: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    min-height: 18px;
    text-align: left !important;
    font-size: 18px !important;
}
