.container_div {
    position: absolute;
    z-index: 999999;
}

.autosuggestion_div {
	position: absolute;
	overflow: scroll;
	max-height: 300px;
	width: auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
	background-color: white;
	z-index: 999999;
}

.autosuggestion_item_image {
	width: 40px;
	height: 40px;
    object-fit: cover;
}

.autosuggestion_item_info {
	max-width: 20px; 
	max-height: 20px;
	float: right;
}
	
.autosuggestion_item_row_div {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.autosuggestion_item_row_inner_div {
    width: 100%;
    margin-left: 4px;
}


.autosuggestion_item_cat_row_div {
	font-size: 12px;
}

.autosuggestion_item_amount_title_div {
    font-size: 10px;
}

.autosuggestion_item_amount_row_div {
    font-size: 14px;
}

.autosuggestion_row_error {
    color: red;
}

.autosuggestion_unittype_row_div {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.autosuggestion_category_row_div {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.autosuggestion_supplier_row_div {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}

.autosuggestion_customer_row_div {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}

.autosuggestion_country_row_div {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.autosuggestion_store_row_div {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.autosuggestion_title_row_div {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    text-align: left;
    white-space: nowrap;
}

.autosuggestion_default_row_div {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}

.autosuggestion_item_unselected {
	padding-left: 5px;
	padding-right: 5px;
	background-color: transparent;
}

.autosuggestion_item_selected {
	padding-left: 5px;
	padding-right: 5px;
	border-top-width: 1px;
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	background-color: #F4F4F8;
}

.autosuggestion_batch_sn_title {
	font-size: 9px;
	color: gray;
}

.autosuggestion_batch_sn_row {
	font-size: 12px;
}

.page_loading {
    margin: 10px;
    text-align: center;
}

.page_loading img {
    width: 25px;
}

.input_loading {
    position: absolute;
    top: 5px;
    right: 30px;
}

.input_loading img {
    width: 20px;
}

.no_more_results {
    font-size: 10px;
    color: #ccc;
    text-align: center;
    margin: 10px;
}

input.autosuggestion_search {
    background: url("../img/lens.png") #ffffff no-repeat calc(100% - 8px);
    box-shadow: none;
    width: 100%;
    height: 30px;
    font-size: 13px;
    padding: 6px 12px;
    border: 1px solid #cccccc;
    margin: 0;
    border-radius: 4px;
}

input.autosuggestion_dropdown {
    background: url("../img/select.png") #ffffff no-repeat calc(100% - 8px);
}

