/* live */
.live_scroll_element {
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	z-index: 20;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 6px 10px #ccc;
	padding: 5px 16px 5px 16px;
    max-height: 30rem;
}
#RecipientCity, #RecipientWare {
	/* background-image: url(../img/form-select.png);
	background-repeat: no-repeat;
	background-position: right 8px top 10px; */
    background:#ffffff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem;
    margin-bottom: 0px !important;
    cursor: text;
}


.drop_down_ul li{
    cursor: pointer;
    padding: 3px 0px;
}

.drop_down_ul li.active,.drop_down_ul li:hover{
	color:#24b9d7;
	font-weight: 600;
}

/* #RecipientCity::placeholder {
	font-size: 13px;
	color: black;
} */

.form-row.live {
    display: block !important;
}