.top_bar {
    padding: 12px 0;
    background-color: white;
}
.top_bar .search_bar {
   text-align: center;
}
.top_bar .search_bar > img {
    display: inline-block;
    vertical-align: middle;
    margin: 11px;
    height: 16px;
}
.top_bar .search_bar input[type=text] {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    height: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    padding-left: 10px;
    color: rgb(133, 133, 133);
    font-size: 13px;
}
.top_bar .search_bar .clear {
    float: right;
    margin: 9px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: rgba(120, 120, 120, 0.2);
}

.clear img{
    width: 50%;
    margin: 25%;
    opacity:0.8;
}
.clear:hover{
    cursor: pointer;
}

.search_table.show{
    height: calc( 100% - 82px );
    z-index: 99;
    background-color: white;
    width: 100%;
    padding-bottom: 20px;
}

.search_table{
    width: 100%;
    height: 0;
    transition: 0.8s;
    font-size: 12px;
    line-height: 40px;
}

.table{
    overflow-x: hidden;
    overflow-y: scroll;
    width: 85%;
    height: 100%;
    margin:0 auto;
}

.table hr{
    border: 1px dotted rgb(230, 230, 230);
    border-bottom: none;
    height: 0;
}

.table hr:last-child{
    display: none;
}