.input-whis-arrow{
	position: relative;
}

.image-for-inputRegNumReturnBlank{
	position: absolute;
	right: 5%;
	top: 40%;
}

.image-for-inputRegNumReturnBlank:hover{
	cursor: pointer;
}

.hidden-table-for-regNumReturnBlank{
	position: fixed;
	width: 100%;
	border: 1px solid black;
	background: white;
	overflow-y: auto;
	max-height: 150px;
	z-index: 1;
	
	display: none;
}

.contact-table{
	bottom: 25px;
}

.hidden-table-for-regNumReturnBlank .item-row{
	padding: 3px 2px 3px 2px;
}

.hidden-table-for-regNumReturnBlank .item-row:hover{
	color: white;
	background: #2695fc;
}

.hidden-table-link{
	width: 100%;
	display: block;
	text-decoration: none;
	font-style: normal;
}

.label-for-regNumReturnBlank{
	cursor: pointer;
}


.flex-div{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}