.tx-mmjvm-map-shortcut-bar {
    z-index: 15;
    display: none;
}

.tx-mmjvectormap-worldmap {
    border: none;
    z-index: 10;
}

.tx-mmjvm-info {
    float: left;
    width: 280px;
    height: 750px;
    display: none;
    padding: 5px 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tx-mmjvm-mapcontainer {
    display: none;
    float: right;
    width: 740px;
    height: 430px;
}

.clear {
    clear: both;
}

.mm-jvectormap-region-selectable {
    cursor: pointer;
}

.tx-mmjvm-region-title {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.tx-mmjvm-region-title > span {
    color: #cc1800;
    text-transform: uppercase;
    white-space: nowrap;
}

.tx-mmjvm-select-category {
    margin-bottom: 10px;
}

.tx-mmjvm-select-category > select {
    width: 100%;
    padding: 3px 0;
}

.tx-mmjvm-address {
    margin-bottom: 5px;
}

.tx-mmjvm-address-name {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: url("../Images/arrow_M_right.gif") no-repeat 0 4px;
    cursor: pointer;
    padding-left: 10px;
}

.tx-mmjvm-address-name:hover {
    color: #cc1800;
    background-position: 0 -96px;
}

.tx-mmjvm-address.active > .tx-mmjvm-address-name {
    color: #cc1800;
    background: url("../Images/arrow_M_down_red.gif") no-repeat 0 4px;
}

.tx-mmjvm-address-info-wrap {
    display: none;
    margin: 5px 0 10px 10px;
}

.tx-mmjvm-address.active > .tx-mmjvm-address-info-wrap {
    display: block;
}

.tx-mmjvm-address-image {
    margin-bottom: 5px;
}

.tx-mmjvm-address-info {
    color: #555;
    line-height: 1.5;
}

.tx-mmjvm-map-close {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 30px;
    height: 25px;
    border: 1px solid #ccc;
    border-top: none;
    border-right: none;
    background-color: #fff;
    z-index: 1;
    font-size: 18px;
    font-weight: bold;
    color: #cc1800;
    line-height: 1.5;
    text-align: center;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    cursor: pointer;
}

.tx-mmjvm-msb-list {
    list-style: none;
}

.tx-mmjvm-msb-list > li {
    padding: 5px 0 5px 5px !important;
    margin: 0 0 0 5px !important;
    background: none !important;
    position: relative;
    cursor: pointer;
    text-decoration: underline;
}

.tx-mmjvm-msb-list > li.first {
    margin-left: 0 !important;
    display: none;
}

.tx-mmjvm-msb-list > li:hover {
    color: #cc1800;
}

.tx-mmjvm-country-list {
    position: absolute;
    top: 28px;
    left: 0;
    color: #000;
    background-color: #fff;
    padding: 5px;
    z-index: 1;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 0 -8px 0 0 #FFFFFF, 0 0 5px 1px #aaa;
    box-shadow: 0 -8px 0 0 #FFFFFF, 0 0 5px 1px #aaa;
    display: none;
}

.tx-mmjvm-country-list > li {
    background: none !important;
    padding: 0 20px 0 10px !important;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    display: block;
}

.tx-mmjvm-country-list > li:hover {
    color: #cc1800;
}

.tx-mmjvm-legend {
    margin-top: 5px;
    display: none;
}

.tx-mmjvm-legend-hydaccompany {
    padding-left: 15px;
    background: url("../Images/jvm_worldmap_legend_company.png") no-repeat left center;
}

.tx-mmjvm-legend-servicepartner {
    padding-left: 10px;
    background: url("../Images/jvm_worldmap_legend_service.png") no-repeat left center;
    margin-left: 25px;
}

.tx-mmjvm-legend-freepartner {
    padding-left: 10px;
    background: url("../Images/jvm_worldmap_legend_free_service.png") no-repeat left center;
    margin-left: 25px;
}

.tx-mmjvm-address-info-wrap > span {
    color: #555;
    line-height: 1.5;
}

.tx-mmjvectormap-worldmap__mobile-display .accordion-content{
    line-height: 1.5;
}
.tx-mmjvectormap-worldmap__mobile-display .tx-mmjvm-address-info-wrap.mm-border-top{
    padding-top:5px;
}

.tx-mmjvectormap-worldmap__mobile-display hr{
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.mmjvectormap-mobile__worldmap img{
    width: 100%;
}

.jvectormap-container {
    display: none;
}

@media (min-width: 600px) {
    .tx-mmjvm-msb-list > li {
        float: left;
        padding: 5px 0 5px 15px !important;
        margin: 0 0 0 5px !important;
    }
}

@media (min-width: 768px) {
    .tx-mmjvm-msb-list > li {
        padding: 5px 0 5px 15px !important;
        margin: 0 0 0 35px !important;
    }

}

@media (min-width: 1024px) {
    .tx-mmjvectormap-worldmap__mobile-display {
        display: none;
    }

    .tx-mmjvm-mapcontainer {
        display: block;
    }

    .jvectormap-container {
        display: inline-block;
    }

    .first {
        display: inline-block;
    }

    .tx-mmjvm-legend {
        display: inline-block;
    }

    .tx-mmjvectormap-worldmap {
        border: 1px solid #f3f3f3;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        z-index: 10;
    }

    .tx-mmjvm-addresses-wrap {
        overflow-y: auto;
        max-height: 360px;
    }

    .tx-mmjvm-map-shortcut-bar {
        display: block;
        margin-left: 0;
    }

    .tx-mmjvm-info {
        height: 430px;
    }
}
