.search_region {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0 0 30px;
    justify-content: center;
    position: relative;
    border: solid #f7f7f9;
    border-width: 0.2rem 0 0;
}

@media (min-width: 576px) {
    .search_region {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: 0.2rem;
    }
}

#header_search_form {
    width: 70%;
    margin-left: 20px;
}

#search_category {
    margin-bottom: 20px;
}

#search_category_dropdown,
.search-dropdown {
    background: #5556fd;
    color: #fff;
    line-height: 1.5;
    height: calc(1.5em + 0.874rem + 2px);
    /*margin-left: 10px;*/
    /* margin-bottom: 0.2rem; */
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    /*border-radius: 6px;*/
    border-radius: 6px 0 0 6px;
}

.search-dropdown-span {
    border-radius: 6px;
}

#search_datasource_dropdown {
    width: 100%;
}

#searchbox_keyword,
#searchbox_substance_name,
#searchbox_general,
#searchbox_hscode,
#searchbox_cas {
    background: #fff;
    height: 100%;
    padding-left: 0;
    padding-right: 10px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.header-search {
    width: 100%;
}

.header-search-whole {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    border-radius: 6px;
}

.header-search-right {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    border-radius: 0 6px 6px 0;
}

.header-search-select {
    width: 100%;
    padding-left: 0;
}

#search_button {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 6px;
}



#search_country_dropdown {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

#dutytable {
    width: 100%;
}

.autocomplete {
    position: relative;
    display: flex;
    width: 100%;
}
input {
    background-color: #f1f1f1;
    width: 100%;
    font-size: 16px;
}
input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
}
input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
}
.autocomplete-items div:hover {
    background-color: #d3cdcd;
}
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}


.loading-bar {
    display: none;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 6px;
    background-color: #008cba;
}

.dropdown-loggeduser {
    margin-right: 10px;
}

.network-graph-div {
    height: 500px;
    width: 90%;
    align-self: center;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d4d4d4;
}

.bubble-graph-div,
.chart-div {
    height: 600px;
    width: 90%;
    align-self: center;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d4d4d4;
}

.hide {
    display: none;
}

.dt-buttons {
    text-align: right;
}

.buttons-html5 {
    background-color: #e9ecf1;
    padding: 5px 10px;
    margin: 2px;
    border: 0;
    border-radius: 1px;
}

.refresh-table-button {
    padding: 5px 10px;
    margin: 5px 20px 5px 0;
    border: 0;
    border-radius: 3px;
    align-self: center;
    justify-self: center;
    width: 80%;
}

.table-header {
    margin: 5px;
    display: flex;
    align-self: center;
    justify-self: center;
}

.table {
    width: 100%;
}

.component-section {
    width: 100%;
}

#date-range-picker {
    width: 100%;
    background: transparent;
    border: transparent;
}