.location-input input {
	background-image: none;
}

.location-input input[data-load="1"] {
    background-image: url('loader.gif');
    background-size: 18px 18px;
    background-position: 98% center;
    background-repeat: no-repeat;
	pointer-events: none;
	cursor: none;
}

.location-input input[type="number"][data-load="1"] {
	background-position: 80% center;
}

.location-input .gps {
	float: left;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 10px;
	width: 15%;
	min-width: 100px;
}

.location-input .address {
	float: left;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 10px;
	width: 45%;
	min-width: 100px;
}

.location-input .clear {
	clear: both;
}

.location-input label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 6px;
	margin-bottom: 6px;
}

.location-input .search-box-input {
	margin-top: 10px;
	font-size: 14px;
	padding: 5px;
	width: 70%;
	min-width: 100px;
	border: 1px solid grey;
	border-radius: 2px;
	opacity: 0.9;
	display: none;
}

.location-input .map {
	border: 1px solid black;
	margin: 5px;
}

.location-input .map[data-load="1"] {
	border: 1px dashed grey;
	background-image: url("loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
}

label.label-required:after {
	content:"*";
	color:red !important;
	margin-left:0.3em;
}
.branch-map-region-marker .title{color:black;background-color:rgba(160,160,160,0.7);padding:3px}.branch-map-region-marker .counter{padding:5px;border-radius:16px;background-color:black;color:white;font-size:11px;text-align:center;vertical-align:middle;max-width:16px;max-height:16px}.branch-map-region-marker .counter span{position:relative;top:-6px;left:-1px}
.admin-panel-wrapper{margin-left:auto;margin-right:auto;width:900px}.admin-panel{position:fixed;bottom:0;min-width:958px;height:35px;border:1px #000 solid;border-bottom:none;background-color:#f0f4f6;color:#000;opacity:0.9;border-radius:8px 8px 0 0;z-index:999;padding-left:10px;padding-right:10px;padding-top:5px;font-size:14px;display:none}.admin-panel .admin-panel-open-wrapper{line-height:0;position:relative;top:-18px;text-align:center}.admin-panel .admin-panel-open-wrapper .admin-panel-open{display:none;font-size:18px}.admin-panel .admin-panel-left{float:left}.admin-panel .admin-panel-right{float:right}.admin-panel .admin-panel-clear{clear:both}.admin-panel .admin-panel-close{margin-left:5px}.admin-panel a,.admin-panel a:visited{color:#000;text-decoration:underline;display:inline-block;padding:0 12px}.admin-panel a:hover{color:#909090;text-decoration:none}body{margin-bottom:40px}