#AddendumEditForm .wFormDef .wCheck span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: -1px;
    left: 0;
    background: url("/EdataTheme-0.0.1-SNAPSHOT/images/pic/checked.png")no-repeat;
    background-position: -110px -29px;
}

#AddendumEditForm .wFormDef .wCheck input:checked ~ span:before {
    background-position: -31px -29px;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 300px;
    overflow-y: auto;
    background: white;
    border: 1px solid #f6b83d;
    width: 748px;
    z-index: 101 !important;
}

#scrollable-dropdown-menu2 .tt-menu {
    max-height: 300px;
    overflow-y: auto;
    background: white;
    border: 1px solid #f6b83d;
    width: 748px;
    z-index: 101 !important;
}

#scrollable-dropdown-menu3 .tt-menu {
    max-height: 300px;
    overflow-y: auto;
    background: white;
    border: 1px solid #f6b83d;
    width: 748px;
    z-index: 101 !important;
}

#scrollable-dropdown-menu4 .tt-menu {
    max-height: 300px;
    overflow-y: auto;
    background: white;
    border: 1px solid #f6b83d;
    width: 250px;
    z-index: 101 !important;
}

.tt-selectable:hover {
    cursor: default;
    background: #f6b83d;
}