﻿.selection_bubble_root {
    display: none;
}

div#image_search {
    display: none;
}

.tbl-width {
    width: 100%;
}
/*Xử lý phần sắp xếp mũi tên trên bảng*/
table th[data-sort] {
    position: relative;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
}

    table th[data-sort]:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #b9b9b9;
        height: 15px;
        width: 15px;
        margin-left: 5px;
        position: absolute;
        right: 3px;
        top: 47%;
        transform: translateY(-50%);
        font-size: 1.3em;
    }

    table th[data-sort].th-sort-asc:after {
        content: '';
        background-image: url("../img/arrow-up.svg");
        background-size: cover;
        font-family: unset;
        top: 50%;
    }

    table th[data-sort].th-sort-desc:after {
        content: '';
        background-image: url("../img/arrow-down.svg");
        background-size: cover;
        font-family: unset;
        top: 50%;
    }
/* End: Xử lý phần sắp xếp mũi tên trên bảng*/

.form-search {
    position: relative;
}

.g-search-suggest-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    max-height: 250px;
    overflow: auto;
}

    .g-search-suggest-result a {
        display: block;
        padding: 5px;
        white-space: pre-wrap;
    }

.hidden {
    display: none !important;
}

.clsSearchIssuerName {
    min-width: 445px !important;
}


.suggest-search-form {
    position: absolute;
    top: 100%;
    left: 172px;
    right: 0;
    z-index: 1;
    background-color: #fff;
    max-height: 250px;
    overflow: auto;
}

    .suggest-search-form a {
        display: block;
        padding: 5px;
    }

.social-media {
    margin: 10px 0px;
    float: right !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-bottom {
    padding-bottom: 45px !important;
}

/* Begin: Hiển thị cho autocomplete */
.autocomplete-items {
    border-color: #000;
    width: 100%;
    position: relative;
    visibility: visible;
    margin-left: 0;
}

.autocomplete-items ul {
    position: absolute;
    overflow: auto;
    max-height: 250px;
    z-index: 200;
    background-color: #fff;
    webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
    top: -1px;
    padding: 10px 0;
}

.autocomplete-items ul li {
    list-style: none;
    padding: 5px 10px;
}

.autocomplete-items ul li input {
    display: none;
}

.autocomplete-items ul li label {
    margin-bottom: 0;
}

.autocomplete-items ul li:hover {
    background-color: #B1CBF7;
}
.autocomplete-active {
    background-color: #B1CBF7;
}

.ip-filter {
    width: calc(100% - 150px);
}

/* End: Hiển thị cho autocomplete */