/*
A place to put general purpose CSS (non-customer specific)
*/
.sf-menu ul {
    position: absolute;
    display: none;
    top: auto;
    left: auto;
    z-index: 99999;
}

.ui-datepicker {
    position:relative;
    z-index:99998 !important;
}

.fixedHeader { z-index: 99997; }

.ui-autocomplete { z-index: 300 !important; }

.csSelect ,
.csSelect > option{
    text-overflow: ellipsis;
    width: 35em;
}
