

/* fix issue in IE11 panControl - opened issue https://code.google.com/p/gmaps-api-issues/issues/detail?id=4563 */
.google-map-content div[title^="Pan"]{ 
    opacity: 0 !important;
}

.google-panel { /* contain additional custom navigation buttons */
    float: left; clear: both;
    width: auto;
    background: rgba(220, 235, 241, 0.6);
    position: absolute;
    top: 6px; left: 54%;
    z-index: 90;
    padding: 3px 10px;
}
/* with-list class means that there will be info items list beaneath map */
.google-map-content.with-list .google-panel {
    top: 2.5em;
}
/* container with all data connected to map */
.google-map-content {
    clear: both;
    width: 95%; height: 500px;
    margin: 1em 0 3em 0;
    position: relative;
}
/* map viewed as popup */
.jquery-dialog-popup .google-map-content {
    width: 99%;
    margin: 10px 0 0 0;
}

/* map container */
.google-map {
    width: 100%; height: 100%;
    margin: 0; padding: 0;
    box-shadow: 1px 1px 6px 1px #DADADA;
}
.google-map label { /* fix issues on map navigation, it conflicts with our common styles for label */
    float: none;
    width: auto;
}
.google-map-content.with-list .google-map {
    float: right;
    width: 63%;
    margin-top: 2.15em;
}
/* info items near map */
.google-map-content .items-list {
    float: left;
    width: 33%;
}
.google-map-content .items-list h2 {
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif; font-size: 13pt; font-weight: 600; text-transform: none;
    border-bottom: solid 1px #D3D3D3;
    margin-bottom: 0.5em;
}
.google-map-content .items-list .roll li {
    position: relative;
    margin-bottom: 7px;
    padding: 5px;
    line-height: 15px;
}
#content .google-map-content .items-list table p,
#content .google-map-content .item-preview p,
.google-map-content .item-preview .dev {
    margin-top: 0;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif; font-size: 9pt; font-weight: 400;
    color: #E07F26;
}
.google-map-content .item-preview .dev {
    font-size: 15px; line-height: 14px;
    padding: 0 0.2em;
}
.google-map-content .items-list table .item-view-link,
.google-map-content .item-preview .title a {
    float: left;
    width: 85%; height: 20px;
    overflow: hidden;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif; font-size: 14px; font-weight: 400; word-spacing: -1px; text-decoration: underline; text-align: left;
    color: #33718E;
    outline: none;
}
.google-map-content .items-list table .item-view-link:hover,
.google-map-content .item-preview .title a:hover {
    color: #33718E;
    text-decoration: none;
}
.google-map-content .items-list .roll .title a {
    outline: none;
    width: 90%;
}
.google-map-content .items-list table .item-focus-link {
    float: right;
    /*background: url("/ClientScripts/jQuery/1.9/css/ui-lightness/images/ui-icons_228ef1_256x240.png") no-repeat -160px -112px;*/
    background: url("/Media/Images/icons/iconMarker.png") no-repeat 0 0;
    width: 16px; height: 16px;
    opacity: 0.8;
    text-decoration: none;
}
.google-map-content .items-list .item-focus-link:hover {
    text-decoration: none;
    opacity: 1;
}
.google-map-content .items-list .roll .item-focus-link {
    position: absolute;
    top: 1px; right: 3px; 
    width: 22px; height: 22px;
    font-size: 13pt; text-align: center; line-height: 22px;
}
.google-map-content .items-list .roll .item-focus-link:hover,
.google-map-content .items-list .roll .selected-map-item .item-focus-link {
    color: #3C99FF;
}
.google-map-content .items-list table .item-focus-link.disabled {
    background-image: url("/Media/Images/icons/iconMarker-disabled.png");
}
.google-map-content .items-list .roll .item-focus-link.disabled {
    color: #ccc;
    cursor: default;
}
.google-map-content .items-list .item-save-link {
    float: right;
    background: url("/ClientScripts/jQuery/1.9/css/ui-lightness/images/ui-icons_228ef1_256x240.png") no-repeat -224px -112px;
    width: 16px; height: 16px;
    opacity: 0.8;
    text-decoration: none;
}
.google-map-content .items-list .item-save-link:hover {
    text-decoration: none;
    opacity: 1;
}
.google-map-content .items-list .item-save-link.saved {
    background-image: url("/ClientScripts/jQuery/1.9/css/ui-lightness/images/ui-icons_222222_256x240.png");
    opacity: 1;
    cursor: default;
}
.google-map-content .items-list .item-save-link.saved:hover {
    opacity: 1;
}
.google-map-content .items-list .name,
.google-map-content .items-list .company-name,
.google-map-content .items-list .employees,
.google-map-content .item-preview .name,
.google-map-content .item-preview .company-name,
.google-map-content .item-preview .employees {
    float: left;
    max-width: 55%; max-height: 21px;
    overflow: hidden;
}
#content .google-map-content .items-list .location,
#content .google-map-content .item-preview .location {
    clear: both;
    max-width: 42%; max-height: 21px;
    overflow: hidden;
}
.google-map-content .items-list td.selected-map-item,
.google-map-content .items-list .roll li.selected-map-item {
    background: #EFEFEF;
}

.google-map-content .items-list td {
    padding: 0.5em 0.3em;
}

/* popup container when item focus */
.google-map-content .item-preview {
    width: 300px !important;
    min-width: 300px !important;
}
.google-map-content .item-preview .title a {
    width: 100%; height: 20px;
}
#content .google-map-content .item-preview p {
    margin-bottom: 0;
}


#events-map .google-map-content .items-list .location,
#events-map .google-map-content .item-preview .location {
    text-align: left;
    float: left;
    max-width: 99%; max-height: 3em;
    overflow: visible;
}