/* CSS for basic Map Viewer look and feel.*/

.map-viewer {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    position: absolute !important;
    padding: 0px !important;
	z-index: 10000;
}

.map-viewer iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden !important;
    background-color: #FFF;
    border: 0px;
}
.map-viewer iframe body {
    overflow: hidden !important;
}

.map-viewer .map-viewer-closer {
    background: url(../../assets/images/close_icon.gif) #FFFFFF no-repeat center center;
    width: 60px;
    height: 60px;
    position: relative !important;
    z-index: 20000;
    cursor:pointer;
    vertical-align: top;
    display: inline-block;
    float: right !important;
}




.address-field-table {
	background-color: #F1F1F1;
	border: 1px solid #DDD;
	border-radius: 10px;
    -moz-border-radius: 10px;
}
.address-field-table > tbody > tr > td {
    padding: 10px;
    vertical-align: top;
}

.address-field-table .radio-btn {
	margin-bottom: 3px !important;
}

.pin-address-button {
	display: block;
	border-radius: 5px;
    -moz-border-radius: 5px;
	background: url(../../assets/images/pin_button_icon.png) #666 no-repeat calc(100% - 10px) center;
	background-size: 20px;
	padding: 10px;
	color: #FFF;
	margin-top: 10px;
	cursor: pointer;
}


.address-list-results .content-table  > tbody > tr:nth-child(odd) > td {
	background-color: #FFF;
}

.address-list-results {
	display: block;
	max-height: 300px;
	overflow-y: auto;
}

.address-selection {
	display:inline-block;
	width: 40px;
	height: 40px;
}

.address-selection.selected {
	background: url(../../assets/images/check_ticket_icon__active.gif) no-repeat center center;
	background-size: 20px;
}


.address-list-results .content-table  > tbody > tr > td:nth-child(2) {
	cursor: pointer;
}

.address-removal {
	display:inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin-right: 10px;
	background: url(../../assets/images/delete_cell_icon.gif) no-repeat center center;
	background-size: 25px;
}


.location-icon {
    display:inline-block;
    background: url(../../assets/images/nearby_icon.png) no-repeat center bottom;
    background-size: 17px;
    width: 18px;
    height:20px;
    margin-right: 2px;
}
