.listView{
    width: 100%;
    background-color: white;
    margin: 5px 0px;
    border: 1px solid #999;
    height: 130px;
    position: relative;
    overflow-y: auto;
}

.listView .item{
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    padding: 4px 0 4px 4px;
}

.listView .item.selected{
    background-color: lightgrey;
}

.listView .item:hover {
    background-color: #f0f0f0;
}

.listView .item .btn-group {
    float: right;
    margin-right: 5px;
}

.listView .item i.disabled {
    cursor: default;
    opacity: 0.4;
    pointer-events: none;
}

.listView .item a.hidden {
    display: none;
}

.ulItemDropDown > li.liTitle > a{
    font-weight: bold;
}

.pilsList{
    min-height: 34px;
    border:1px solid #ccc;
    background-color: white;
    border-radius: 3px;
}

.pilsList > ul.list {
    list-style: none outside none;
    margin: 0;
    padding: 4px;
    padding: 3px;    
}

.dropdown-menu .option {
    font-size: 6pt;
    color: gray;
    padding : 3px 20px;
}


.pilsList > ul > li {
    background: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    margin: 0 4px 4px 0;
    font-size: 8pt;
}

.IE7 .pilsList > ul li {
    display: inline;
    zoom: 1;
}

.pilsList > ul li:hover {
    background: #6aa46a;
    filter: none;
}

.pilsList > ul li a {
    line-height: 20px;
    padding: 0 5px;
    color : black;
}

.pilsList > ul li a.unselect {
    padding-right: 0px;
}

.pilsList .btn-group {
/*    float: right;
    z-index: 20;*/
}

label + .pilsList {
    display: inline-block;
}

/* ==== dropdown menu ==== */
/*.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 1px 0 0;
    min-width: 160px;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    border:1px solid #BFBFBF;
    text-align: left;
}

.dropdown-menu.open {
    visibility: visible;
    opacity: 1;
}

.dropdown-menu .divider {
    background-color: #E5E5E5;
    margin: 8px 1px;
    line-height: 1px;
    height: 1px;
}

.IE7 .dropdown-menu .divider,
.IE8 .dropdown-menu .divider {
    height: auto;
}

.dropdown-menu a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 18px;
    padding: 3px 15px;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: #0088CC;
    color: #FFFFFF;
    text-decoration: none;
}

.dropdown-menu a.disabled {
  color: #999999;
}

.dropdown-menu a.disabled:hover {
  background: transparent;
  color: #999999;

}

.dropdown-menu li {
    line-height: 18px;
}

.dropdown-menu ul, ol {
    margin: 0 0 9px 25px;
    padding: 0;
}

.dropdown-menu ul {
    list-style: none;
}
*/
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    content: "";
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
}

.btn .caret {
    margin-left: 3px;
    margin-top: 7px;
}
.btn:hover .caret, .open.btn-group .caret {
    opacity: 1;
}

/*.dropdown-menu input.filter[type="text"] {
  background: #F0F0F0;
  border: 1px solid #C0C0C0;
  border-radius: 2em;
  box-shadow: 1px 1px 2px #e0e0e0 inset;
  color: #000000;
  margin: 0 4px;
  padding: 2px 6px;
}

.dropdown-menu input.filter:focus {
  background: none repeat scroll 0 0 #FFFFFF;
}*/
