﻿/*
Коррекция chosen.css под дизайн HMS
*/

.chosen-container {
    background-color: #eefceb;
    border: 1px solid #cacaca;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    box-sizing: content-box;
}
.chosen-container-single .chosen-single{
    height: 16px;
    padding: 0 0 0 4px;
    border: 0px;
    border-radius: 0px;
    background-color: #eefceb;
    background: none;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    line-height: 15px;
}
.chosen-container-single .chosen-single span {
  margin-right: 20px;
}
.chosen-container .chosen-results {
    color: #000;
}
.chosen-container .chosen-results li.no-results {
    background: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0px;
    background-image: none;
    box-shadow: none;
}
.chosen-container-single .chosen-single div {
    width: 17px;
}
.chosen-container-single .chosen-single div b {
    background: url("correction_chosen-sprite.png") no-repeat 0px -1px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("correction_chosen-sprite.png") no-repeat -18px -1px;
}
.chosen-container .chosen-drop {
    border-top: 1px solid #aaa;
}
.chosen-container .chosen-results li {
    padding: 2px 6px;
}
/* 
    Multi select 
*/
.chosen-container-multi > .chosen-choices{
    padding: 0;
    border: 0px;
    border-radius: 0px;
    background-color: #eefceb;
    background: none;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    line-height: 12px;
}
