#nearest-branch-form label {
	display:inline-block;
	padding-top:0;
	margin-right:8px;
	font-size:14px;
}

#nearest-branch-form submit {
	min-width: 100px;
	margin-bottom:0 !important;
}

#nearest-branch-form {
	margin-bottom:10px !important;
}

.pac-container {posiiton:absolute !important;}


.pac-item:hover {
	background:#e8e5e0 !important;
	opacity: 1 !important;
}

.pac-icon {
	background: url(../images/google_current@2x.png) no-repeat 0 0 !important;
	background-size:13px 30px !important;
	position:relative;
	top:1px;
	left:3px;
	height:15px;
	overflow-y: hidden;
}

.pac-item:hover .pac-icon {
	background: url(../images/google_current@2x.png) no-repeat 0 -15px !important;
	background-size:13px 30px !important;
}

pac-item:hover {
	background:rgb(244, 244, 244) !important;
	opacity: 1 !important;
}

#nearest-branch-form td {
	border:none;
}

#locationSelect {
        height: 2em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}

#locationSelect {
	margin:15px 0;	
}

#search-address {
	text-align: left;
	font-size:18px;
	margin-bottom:20px;
}

#search-address span {
	font-weight: 700 !important;
}

#streetInput_label, #suburbInput_label, #cityInput_label {
	position:relative;
	top:6px;	
}

div#map-div {
	width: 100%;
	height: 480px;
}

div#map-div:focus {
	-webkit-appearance: none;
	outline: none;
}

.search-listing-item {
	padding:15px;
	border-left: 1px solid #E8E5E0;
	border-right: 1px solid #E8E5E0;
	border-bottom: 1px solid #E8E5E0;
}

.search-listing-item p{
	margin:0 !important;
	font-size:13px;
}

.search-listing-item:first-of-type {
	border-top: 1px solid #E8E5E0;
}

.search-listing-item:nth-child(odd) {
	background-color: rgb(244, 244, 244);
}

#map_key {
	margin-bottom:45px;
	padding:0 0 10px 5px;
	text-align:right;
	border-bottom: 1px solid #E8E5E0;
	font-size: 12px;
}

#map_key span:nth-of-type(1){
	color:#d43849;	
	font-size: 12px;
}

#map_key span:nth-of-type(2){
	color:#67b239;
	font-size: 12px;
}

#map_key span:nth-of-type(3){
	color:#1073b8;
	font-size: 12px;
}

.search-listing-item-icon a {
	text-decoration: none !important;
}

.search-listing-item-icon span {
	position: relative;
	top: 9px;
	padding-left: 7px;
	font-size: 13px;
	line-height:16px;
	vertical-align: top;
	text-decoration: none;
}

span.branch {
	color:#d43849;	
}

span.agent {
	color:#67b239;
}

span.drop_off_point {
	color:#1073b8;
}

#map_key span:last-of-type {
	margin:0 !important;
}

#search-filter {
	padding-bottom:10px;
}

#search-filter label {
	padding-right: 10px;
	font-size:15px;
}

.button-container {
	text-align: right;
}

.pie-dialog-container .key_pin {
	position: relative;
	top: -5px;
	width: 28px;
	height: 34px;
	float: left;
	padding-right: 10px;
}

.key_pin {
	position: relative;
	top: 9px;
	width: 22px;
	height: 26px;
	padding-right: 7px;
}

body.mobile #nearest-branch-form input[type=text] {
	margin-bottom:10px;
	max-width:100%;
}

body.mobile #streetInput_label, body.mobile #suburbInput_label, body.mobile #cityInput_label {
	top:0;	
}

.search-listing-item-box1 {
	display:inline-block;
	width:30%;
	vertical-align: top;
}

.search-listing-item-icon {
	width:30%;
	vertical-align: top;
	padding-bottom:5px;
}

.search-listing-item-box2 {
	display:inline-block;
	width:70%;
	vertical-align: top;
	margin-top: -42px;
}

.search-listing-item-box1 p:first-of-type {
	margin:0 15px 5px 0 !important;
	line-height:20px;
}

.search-listing-item-box2 p:first-of-type {
	margin:0 0 5px 0 !important;
	line-height:20px;
}

.search-listing-item-box1 p:first-of-type  {
	font-style: italic;
}

.search-listing-item-box1 p:first-of-type strong  {
	font-size:20px;
	line-height:22px;
	font-style:normal !important;
}

.search-listing-item-box2 p:first-of-type strong  {
	font-size:16px;
}

.search-listing-item-box2 p a:nth-of-type(2)  {
	text-decoration: none !important;
	color:#5b5b5b !important;
}

.gmaps-marker-info-wrap {position:relative;}
.gmaps-marker-info {position:absolute; top:18px; right:15px; text-decoration:none; line-height:15px !important; font-size: 14px;}
.gmaps-marker-info * {display:inline-block; line-height:15px !important; vertical-align: top;}

.generic-form input[type="text"], .generic-form input[type="password"], .generic-form textarea, .generic-form input[type="email"] {
    border: 1px solid #D2CFCB;
	color: #5B5B5B;
	font-size: 14px;
	padding: 8px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin: 0;
}
.generic-form em {color: #D73647 !important;}

form select, select {
    color: #5B5B5B;
    font-size: 14px;
	width: 100%;
}

#tt form select {
	width: auto !important;
}

form label {
    display: block;
    line-height: 22px !important;
    padding-top: 4px;
}

#locationSelect {font-size:14px; margin-bottom:15px; display:block;}

form hr { background-color:#D2CFCB !important; height:1px; border:0; width:100%; margin-top:5px; margin-bottom:5px;	}

.zones td {padding:10px 6px;}

small {
	font-size: 13px;
	color: #888888;
	line-height: 18px !important;
	font-weight: 400;
	font-style: italic;
	display: block;
	box-sizing: border-box;
	padding: 3px 9px 0 9px !important;
}

.generic-form .buttonstrip td {padding:20px 0;}


/* Overlays for Nearest Branch */
.pie-dialog-container {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	width: 100%;
	height: 100%;
}

.pie-dialog {
	width: 100%;
	max-width: 450px;
	position: relative;
	margin: 0 auto;
	z-index: 100000;
	top: 50%;
	transform: translateY(-50%);
	background: white;
	padding: 25px 25px 25px 25px;
}

.pie-dialog p {
	margin-bottom:20px;
	font-size: 15px !important;
	line-height: 22px !important;
	color: #5b5b5b;
}

.pie-dialog .button-container {
	margin-bottom:0 !important;
}

.pie-dialog .button-container a {
	padding: 0 8px;
	color: #fff !important;
	background: #D73647;
	border: none;
	font-size: 15px;
	line-height:32px !important;
	cursor: pointer;
	text-decoration: none !important;
	min-width:50px;
	display:inline-block;
	text-align: center;
}

.pie-dialog .button-container a:hover {
	background: #3B3837;
	color: #fff !important;
}



