img {
max-width: none;
}
#main {
margin-bottom: 20px;
}
#map-canvas {
width: 100%;
height: 540px;
max-width: none;
/*
margin-left: 20px;
margin-right: 20px;
*/
background: #eaeaea;
}
#map-canvas-message {
padding: 20px;
}
#map-search {
width: 100%;
height: 540px;
margin-top: 0;
position: relative;
}
#map-search img {
max-width: none;
}
#pac-input {
width: 100%;
height: 26px;
font-size: 12px;
padding: 3px 6px 3px 8px;
border: 1px solid #B8D2E7;
/*border-radius: 2px 0 0 2px;*/
box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
/*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#search-instructions {
margin: 16px 0;
padding: 6px 10px;
border: 1px solid #D7E8F0;
background: #F5F8FA;
font-size: 12px;
border-radius: 5px;
color: #555;
}
#links {
margin-top:20px;
}
/* search-results */
#search-results {
display: none;
width: 100%;
position: absolute;
top: 40px;
left: 0;
-webkit-box-shadow: 0px 6px 12px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 6px 12px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 6px 12px 0px rgba(50, 50, 50, 0.5);
}
#search-results-header {
height: 26px;
background: #3677E6;
}
#search-results-header h3 {
display: inline-block;
margin: 0;
padding: 4px 5px;
font-size: 14px;
color: #fff;
}
#search-results-close {
float: right;
padding: 2px 7px 0 0;
font-size: 20px;
line-height: 20px;
font-weight: bold;
text-decoration: none;
color: #fff;
}
#search-results-content {
clear: both;
height: 472px;
background: #fff;
border: 1px solid #ccc;
overflow: auto;
overflow-x: hidden;
}
#search-results table {
width: 100%;
border-collapse: collapse;
}
#search-results td {
padding: 4px;
vertical-align: top;
color: #333;
cursor: pointer;
}
.resultMarker {
width: 32px;
height: 37px;
}
.placeIcon {
width: 24px;
height: 24px;
}
/* infowindow styles */
.gm-style-iw {
min-width: 160px;
}
.gm-style-iw td, .gm-style-iw a {
color: #333;
}
.gm-style-iw h2 {
margin: 0;
padding: 0 0 .3em 0;
font-family: Roboto,Arial,sans-serif;
font-size: 14px;
font-weight: 500;
color: #333;
white-space: nowrap;
}
.gm-style .gm-style-iw p {
margin: 0 0 0.2em 0;
color: #333;
line-height: 1.4;
}
.gm-style .gm-style-iw a {
vertical-align: top;
}
.iw_title img {
margin-top: -3px;
margin-right: 5px;
}
.iw_title strong {
vertical-align: top;
}
.iw_table_row {
height: 18px;
vertical-align: top;
}
.iw_attribute_name {
text-align: right;
}
/* traffic toggle control and legend */
.gmap-control-container {
margin: 5px;
}
.gmap-control {
cursor: pointer;
color: #565656;
background-color: -moz-linear-gradient(center top , #FEFEFE, #F3F3F3);
background-color: #FEFEFE;
border: 1px solid #A9BBDF;
border-radius: 2px;
padding: 1px 6px;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
overflow: hidden;
position: relative;
}
.gmap-control:hover {
border: 1px solid #678AC7;
}
.gmap-control-active {
background-color: -moz-linear-gradient(center top , #6D8ACC, #7B98D9);
background-color: #6D8ACC;
color: #fff;
font-weight: bold;
border: 1px solid #678AC7;
}
.gmap-control-legend {
position: absolute;
text-align: left;
z-index: -1;
top: 20px;
right: 0;
width: 150px;
/*height: 66px;*/
font-size: 12px;
background: #FEFEFE;
border: 1px solid #A9BBDF;
padding: 10px;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}
.gmap-control-legend ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.gmap-control-legend li {
line-height: 160%;
}
/* star rating */
.place-rating {
white-space: nowrap;
}
.star-score {
color: #e7711b;
font-size: 123%;
margin-right: 5px;
}
.star-overall span {
background-image: url('//maps.gstatic.com/mapfiles/rating_scale/rating_stars_orange.png');
background-repeat: no-repeat;
width: 13px;
height: 12px;
margin-right: 1px;
display: inline-block;
}
.star-empty {background-position:0 -12px}
.star-full {background-position:0 -56px}
.star-half {background-position:0 -34px}

div.ccm-block-edit>div.ccm-block-cover {
z-index: 3;
}

/* Edit Mode - hide selected add blocks */
/*
.edit-mode #property-name>div:not(empty)>.ccm-add-block,
.edit-mode #property-address .ccm-add-block,
.edit-mode #property-image .ccm-add-block {
    display: none;
}
*/

.gm-style img.location-image{
    max-width:250px;
}