﻿/* Store select modal box fix */




 #myStoreFinderModel .modal-body {
    max-height: calc(100vh - 158px);
	margin-bottom:10px;
    overflow-y: scroll;
	overflow-x: hidden;
}

#resultsDiv{
	overflow-y: visible!important;
	max-height:99999px!important;
	padding:0px!important;
}

#radiusSelect, #addressInput {
	font-size:16px;
}

#sidebar {
    padding-left: 0;
    list-style: none;
}



.BranchSelectionPanel .flexRow.form-group:nth-of-type(1){
	display:none;
	
}
.BranchSelectionPanel .flexRow.form-group:nth-of-type(2){
	display:none;
	
}
.BranchSelectionPanel .flexRow.form-group:nth-of-type(3){
	display:none;
	
}
.BranchSelectionPanel .flexRow.form-group:nth-of-type(4){
	display:none;
	
}