/* Output */
.map h3 {
    border-bottom: 2px solid #ccc;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px;
}

.julocation .map-canvas {
    width: 100%; 
    height: 300px; 
    margin-top: 10px; 
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}

/* Input */
ul.locations {
    float: left;
    width: 100%;
    margin-top: 15px;
}

ul.locations .location-item {
    border: 1px solid #e7e7e7;
    float: left;
    height: 304px;
    margin: 0 10px 10px 0;
    width: 350px;
}

ul.locations .location-item-inner {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 10px 10px 15px;
    position: relative;
    width: 100%;
}

ul.locations .placeHolder {
    border: 1px dashed #e7e7e7;
    float: left;
    margin: 0 10px 10px 0;
}

.location-item .move {
    font-size: 12px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.location-item .location-row {
    clear: both;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.location-actions .btn {
    margin-right: 3px;
}

.location-item .location-address {
    width: 305px;
}

.location-item .location-title {
    width: 305px;
}

.location-item .location-description {
    width: 305px;
}

.location-item .location-postcode {
    float: left;
    width: 145px;
}

.location-item .address-path {
    width: auto;
    margin-top: 3px;
}

.location-search {
    float: left;
    clear: both;
    margin-top: 10px;
}

.location-marker_icon-wrap {
    border-radius: 2px;
    box-shadow: 0 0 2px 1px #eee;
    display: inline-block;
    margin-left: 5px;
    padding: 2px;
}

.location-marker_icon-wrap .location-marker_icon-src {
    max-width: 25px;
    max-height: 25px;
}

.location-image {
    position: relative;
    float: left;
    margin: 0 10px 2px 0;
}

.location-image img {
    max-height: 75px;
    max-width: 75px;
}

.location-image .location-remove-image {
    background: url("img/delete-icon.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    position: absolute;
    right: 5px;
    text-indent: -999em;
    top: 5px;
    width: 16px;
    z-index: 2;
    cursor: pointer;
}

.location-image.unremove .location-remove-image {
    background: url("img/undelete-icon.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    position: absolute;
    right: 5px;
    text-indent: -999em;
    top: 5px;
    width: 16px;
}

.location-image .location-remove-image-mask {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #FFF;
    opacity: 0.8;
}

/*Map info window*/
.julocation .infoBox {
    margin-bottom: 22px;
}

.julocation .marker-holder {
    position: relative;
    width: 100%;
}

.julocation .marker-content {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    max-height: 180px;
    min-height: 120px;
    overflow-y: auto;
    padding: 6px;
    background: #ffffff;
    border: 4px solid #ffffff;
    box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
    position: relative;
}

.julocation .marker-content img {
    float: right;
    margin-left: 5px;
    max-height: 100%;
    max-width: 100px;
    padding: 1px;
}

.julocation .marker-info .title {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.julocation .marker-info .address {
    margin-bottom: 5px;
    font-style: italic;
}

.julocation .marker-info .more-button {
    cursor: pointer;
    background: #73ac4b;
    background: -moz-linear-gradient(#73ac4b, #6ca146);
    background: -o-linear-gradient(#73ac4b, #6ca146);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73ac4b), to(#6ca146));
    background: -webkit-linear-gradient(#73ac4b, #6ca146);
    border: 1px solid #679a43;
    box-shadow: 0 1px 0 #88bc64 inset;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 10px;
    text-shadow: 1px 1px 0 #527a35;
    text-decoration: none;
}

.julocation .marker-holder .arrow {
    background: url('img/map-pin-description.png') no-repeat;
    bottom: -17px;
    height: 22px;
    left: 33px;
    position: absolute;
    width: 37px;
}

.julocation .infoBox > img {
    box-sizing: border-box;
    background: #ffffff url('img/pop_up-close.png') no-repeat center;
    border-radius: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    position: absolute !important;
    right: -8px;
    top: -8px;
    height: 12px;
    width: 12px;
    margin: auto;
    padding: 2px;
    cursor: pointer;
    z-index: 1000;
}

.map-direction-panel table.adp-directions {
    width: 100%;
}

/* Fix j2.5 modal */
.location-item a.modal {
    display: inline-block;
    float: left;
    margin-top: 3px;
    width: auto;
}

/* Fix j2.5 jubootstrap */
.gmnoprint img {
    max-width: none;
}