.top-search li.record:hover {
    cursor: pointer
}
.top-search #searched-div {
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 9px 14px -6px #000;
    left: 0;
    margin: 0 15px;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 100;
    max-height: 450px;
    overflow: auto!important
}
.top-search #searched-div ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
   /* //background-image: url(../images/icons/pattern1.png)*/
}
.see_more {
    text-align: center
}
.see_more>a {
    display: block;
    color: #fff;
    padding: 5px;
    background: #000
}
.top-search li.record {
    color: #333;
    font-size: 12px;
    padding: 5px 10px
}
.top-search li.record._selected-li,
.top-search li.record:hover {
    background: #1bcd6b;
    color: #fff
}
.tag_name {
    background: #16954e;
    color: #fff;
    padding: 6px
}
.top-search li{
   list-style: none;
}

.top-search{
    overflow-y: auto;
    max-height: 500px;
}
.showSweetAlert fieldset {
    display:none;
}
.showSweetAlert .sa-error-container {
    display:none;
}
.confirm{
     background-color: #d9534f !important;
    border-color: #d43f3a;
    color: #fff;
}
