﻿img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
max-width: none;
}
#map img {
    max-width: none; 
}

#map label { 
  width: auto; display:inline; 
} 

#mapMobile img {
    max-width: none; 
}

#mapMobile label { 
  width: auto; display:inline; 
} 
#mobilemap
{
   width: calc(100% + 1.875em);
   height: 300px; 
   margin: 0 -0.9375em;     
}
#mapMobile
{
  height: 100%;
}

#loadingprogressimg
{
    display:none;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position:fixed;
}

textarea.announcementtextarea
{
    height:200px;
}

/*validation error*/
span.field-validation-error
{
    color: #ff0000;
    display: inline-block;
    width:100%;
	margin:0px auto;
	padding-top:4px;
	text-align:left;
	/*height:12px;    */
}
input.input-validation-error, select.input-validation-error, textarea.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.fixedmenu
{
    position: fixed;    
    left: 0;
    top: 0;
    width: 50%;
    max-width: 50%;
    min-width: 50%;  
    z-index: 99;    
}
.markerlabels {
    color: white;
    background-color: red;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    text-align: center;
    width: 12px;
    white-space: nowrap;
}