.tc-wrapper {
    z-index: 999;
    position: absolute;
}
.tc-wrapper .tc-container {
    max-height:125px;
    overflow-x:hidden;
    overflow-y:scroll;
    border:1px solid #999;
    border-top:none;
    margin: 0px;
    padding: 0px;
}
.tc-wrapper .tc-container > li.tc-item {
    background:#f9f9f9;
    cursor:pointer;
    line-height:20px;
    border-bottom:1px dotted #999;
    white-space:nowrap;
    padding: 0 4px;
}
.tc-wrapper .tc-container > li.tc-item.item-active {
    background:#E8FFE8!important;
}
.tc-wrapper .tc-container > li.tc-item.removingitem {
    background:#FFE2DE!important;
}
.tc-spinner {
    background-image: url("img/spinner.gif") !important;
    background-repeat: no-repeat !important;
    background-position: 99% 50%;
}
.tc-wrapper:not(.TF_searchresults) .tc-container > li.tc-item:hover {
    background: #009fe3!important;
    color: white;
}
.tc-head {
    line-height: 30px;
    border-bottom:1px solid #ccc;
    padding: 0 20px;
    background:#e1e1e1!important;
    cursor: default;
}

/* overrides - ZTART */
.tc-wrapper {
    /*width: 100%;*/
    font-size: 11px;
}
.tc-wrapper ::-webkit-scrollbar { width: 10px; }

.tc-wrapper ::-webkit-scrollbar-track {
    background-color: rgb(230, 230, 230);
    border-radius: 10px;
}

.tc-wrapper ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.2);
}

.tc-wrapper::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.3);
}

.tc-wrapper .tc-container {
    max-height:225px;
    border:1px solid #e0e0e0;
    /*width: 460px;*/
}
.tc-wrapper .tc-container > li.tc-item {
    line-height: 25px;
    border-bottom:1px solid #e0e0e0;
    padding: 0 15px;
}
 .tc-wrapper .tc-container > li.tc-item.item-active {
    background: #009fe3!important;
    color: white;
}

@media (max-width: 767px) {
    .tc-wrapper .tc-container {
        max-height:142px;
        border:1px solid #e0e0e0;
        width: 100%;
    }

    .notificationTxt .tc-wrapper {
        margin-top: 0px;
        width: 100%;
    }
}
/* overrides - VINISH */