/*********************************
		Map Reports
**********************************/

.mapContainer 
{
	position: relative;
}

.mapDialogContainer .map
{
	width: 500px;
	height: 500px;
}

.ReportWrapper.map
{
    min-width: 600px;
	width: 100%; 
	height: 600px;
}

.map.Disabled 
{
	opacity: .4;
	filter: alpha(opacity=40); 
}

.mapRecordActions .MapActionBtn
{
	height: 20px;
	line-height: 20px;
	background-repeat: no-repeat;
}

gm-style-iw 
{
    width: 265px; 
    height: 95px; 
}

mapInfoWindow {
    z-index: 499;
    width: 245px; 
    height: 95px; 
    vertical-align: middle;
    text-align: left;
}

.MapLoadingMsg 
{
    width: 250px;
    margin-left: -129px;
    left: 50%;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    margin-top: 10px;
    z-index: 498;   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #606060 !important;
    background: #939393 !important;
    padding: 0.25em !important;
    filter: alpha(opacity=85);
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
}

.MapErrorMsg 
{
	text-align: center;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	margin-top: -20px;
	right: 0;
	left: 0;
	font-size: 2em;
	z-index: 498;
}

.MapInlineIcon
{
    padding-right: 2px;
    vertical-align: top;   
}

.AddtnlRecs .MapInlineIcon
{
    vertical-align: middle;
    padding-right: 4px;
    padding-left: 2px;
}


/*QBE010523 - override style set by google maps that is causing an issue on long forms in chrome */
body.Chrome .formRow div.mapInlineDisplay,
body.Chrome .formRow div.mapInlineHide,
body.Chrome .formRow div.mapInlineEdit
    {
        transform: none !important;
    }

