﻿.acb-option.selected {
    background-color: #d3d3d3;
}

.acb-option {
    margin: 0;
    padding: 4px 8px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    cursor: pointer;
    height: 25px;
}

.acb-option label{
    font-weight: normal;
    margin: 0 0 0 4px;
}

.acb-option input {
    margin: 0;
}

.zl-acb-optioncontainer {
    position: absolute;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    display: none;
    z-index: 65535;
    border: 1px solid #d3d3d3;
}

.zl-acb {
    display: inherit;
}
