.chosen-container {
    font-size: x-small;
    font-family: Verdana;
    text-align: left;
}

    .chosen-container .chosen-results li {
        line-height: 14px;
        padding: 4px 6px;
    }

    .chosen-container .chosen-drop {
        min-width: 100%;
        width: auto;
    }

.chosen-container-single .chosen-single {
    height: 20px;
    line-height: 19px;
    border-radius: 3px;
    padding: 0 0 0 4px;
    height: 20px;
    line-height: 19px;
    border-radius: 3px;
    padding: 0 0 0 4px;
    box-shadow: none;
}

    .chosen-container-single .chosen-single div b {
        background: url(chosen-sprite.png) no-repeat 0 0px;
    }

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 0px
}

.chosen-container-single.dd .chosen-single {
    background: #FFFFFF;
}

.chosen-container-single.ddreq .chosen-single {
    background: #E3F2FD;
}

.chosen-disabled {
    opacity: 1 !important;
}

    .chosen-disabled .chosen-single {
        background-color: #ececec !important;
        color: #6d6d6d;
    }

.chosen-choices {
    line-height: 19px;
    border-radius: 3px;
}

.chosen-container-multi .chosen-choices {
    background: #FFFFFF;
    padding: 0 3px;
}

td.multiselectlabel {
    text-align: right;
    vertical-align: top;
    padding-top: 7px
}

.ajax__calendar_container {
    z-index: 1000;
}
