<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

h1, h2, h3, h4 {
    font-weight: 300;
}

a {
    color: #ffb43d;
}

a:hover {
    color: #f09300;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.chargebox-logo-icon {
    background: url(../images/icons/App-icon-black-icon.png) no-repeat left top;
    background-size: contain;
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    margin: 1em 0 0 1em;
    cursor: default;
}

.leaflet-marker-icon {
    cursor: pointer;
}

.leaflet-right .leaflet-control,
.leaflet-left .leaflet-control {
    margin: 0;
}
.leaflet-right { padding-right: 0; }
.leaflet-left { padding-left: 0; }

.leaflet-top {
    height: 100%;
}

.leaflet-top .leaflet-control {
    display: block;
    position: relative;
    top: 10%;
}
.leaflet-top .leaflet-control:first-of-type { margin-top: 0; }
.leaflet-top .leaflet-control:nth-of-type(2) { margin-top: 10%; }
.leaflet-top .leaflet-control:nth-of-type(3) { margin-top: 60%; }
.leaflet-top .leaflet-control:nth-last-of-type(2) { margin-top: 50%; }
.leaflet-top .leaflet-control:last-of-type { margin-top: 10%; }

.leaflet-control-button {
    cursor: pointer;
}

.leaflet-control-container &gt; .leaflet-control-button.leaflet-control:last-of-type {
    position: absolute;
    top: 0;
    right: 0;
}

.leaflet-top .leaflet-control-button &gt; div &gt; span,
.leaflet-top .leaflet-control-button &gt; div &gt; span:hover,
.leaflet-top .leaflet-control-button &gt; div &gt; span:active,
.leaflet-top .chargebox-control-zoom a, 
.leaflet-top .chargebox-control-zoom a:hover, 
.leaflet-top .chargebox-control-zoom a:active {
    display: block;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 50px;
}
.chargebox-control-zoom { width: 65px; }
.leaflet-top .leaflet-control-button .chargebox-change-icon { display: none; }

.leaflet-right .leaflet-control-button &gt; div &gt; span,
.leaflet-right .leaflet-control-button &gt; div &gt; span:hover,
.leaflet-right .leaflet-control-button &gt; div &gt; span:active,
.leaflet-right .chargebox-control-zoom a, 
.leaflet-right .chargebox-control-zoom a:hover, 
.leaflet-right .chargebox-control-zoom a:active {
    background-position: left top;
}

.leaflet-left .leaflet-control-button &gt; div &gt; span,
.leaflet-left .leaflet-control-button &gt; div &gt; span:hover,
.leaflet-left .leaflet-control-button &gt; div &gt; span:active,
.leaflet-left .chargebox-control-zoom a, 
.leaflet-left .chargebox-control-zoom a:hover, 
.leaflet-left .chargebox-control-zoom a:active {
    background-position: right top;
}

.chargebox-info-icon { background: url(../images/icons/icon-info-white.png); }
.chargebox-info-icon-grey { background: url(../images/icons/icon-info-grey.png); }


.chargebox-control-zoom-in { background: url(../images/icons/icon-zoomin-white.png); }
.chargebox-control-zoom-in:hover { background: url(../images/icons/icon-zoomin-grey.png); }

.chargebox-control-zoom-out { background: url(../images/icons/icon-zoomout-white.png); }
.chargebox-control-zoom-out:hover { background: url(../images/icons/icon-zoomout-grey.png); }

.chargebox-location-icon { background: url(../images/icons/icon-myloc-white.png); }
.chargebox-location-icon:hover { background: url(../images/icons/icon-myloc-grey.png); }

.chargebox-search-icon {
    background: url(../images/icons/icon-search-white.png);
    float: right !important;
}

.chargebox-search-icon-grey { background: url(../images/icons/icon-search-grey.png); }

.chargebox-change-icon { background: url(../images/icons/icon-paneltoggle-white.png); }

.chargebox-change-icon:hover { background: url(../images/icons/icon-paneltoggle-grey.png); }

.chargebox-close-icon {
    display: block;
    width: 56px;
    height: 56px;
    margin-top: 5%;
    margin-right: 1em;
    background: url(../images/icons/icon-close.png) no-repeat;
    background-size: contain;
}

.chargebox-search-container {
    position: absolute;
    right: 6em;
    width: 380px;
}
.chargebox-search-container .chargebox-search-container-left input {
    height: 40px;
    margin-top: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.chargebox-search-container .chargebox-search-container-left input[type=text]:focus {
    box-shadow: none;
}

.chargebox-search-container-left {
    position: absolute;
    left: 4.4em;
}
/*
.chargebox-result {
    background: url(../images/map_view_free_pin.png) no-repeat left top;
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    margin-top: 2px;
}

.google-result {
    background: url(../images/icons/icon-search-white.png) no-repeat left top;
    width: 20px;
    height: 30px;
    display: block;
    float: left;
    margin-top: 2px;
}*/

a.search-suggestion {
    display: block;
    padding: 0.4em 0 0 0;
    margin: 0;
}

.search-suggestion img {
    display: block;
    width: 20px;
    height: 30px;
    margin-top: 0.6em;
    margin-right: 1em;
}

.search-suggestion h3 {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    font-size: 1.4em;
    font-weight: 400;
}

.search-suggestion p {
    font-size: 1.2em;
    font-weight: 300;
}

.popover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.legend .pin-type img {
    height: 30px;
}

.legend .site-type img {
    height: 30px;
}
.legend { padding-left: 0.4em; padding-right: 0.6em; }
.legend:first-of-type { padding-top: 0.6em; }
.legend:last-of-type { padding-bottom: 0.6em; }

.leaflet-popup-content-wrapper {
    font-size: 1.2em;
    font-weight: 400;
}

.leaflet-popup-content-wrapper.free {
    padding-right: 6px;
    color: #F09300;
    border: 1px solid;
    box-shadow: none;
    cursor: pointer;
    background: url(../images/icons/arrow-free.png) no-repeat;
    background-size: 8px;
    background-position: 94% 50%;
    background-color: #fff;
}
.leaflet-popup-content-wrapper.free.new {
    padding-right: 6px;
    color: #fecc04;
    border: 1px solid;
    box-shadow: none;
    cursor: pointer;
    background: url(../images/icons/arrow-free-new.png) no-repeat;
    background-size: 8px;
    background-position: 94% 50%;
    background-color: #fff;
}
.leaflet-popup-content-wrapper.free div { margin: 8px 16px 8px 10px; }

.leaflet-popup-content-wrapper.pay {
    padding-right: 6px;
    color: #3F2574;
    border: 1px solid;
    box-shadow: none;
    cursor: pointer;
    background: url(../images/icons/arrow-pay.png) no-repeat;
    background-size: 8px;
    background-position: 94% 50%;
    background-color: #fff;
}
.leaflet-popup-content-wrapper.pay.new {
    padding-right: 6px;
    color: #9f0def;
    border: 1px solid;
    box-shadow: none;
    cursor: pointer;
    background: url(../images/icons/arrow-pay-new.png) no-repeat;
    background-size: 8px;
    background-position: 94% 50%;
    background-color: #fff;
}
.leaflet-popup-content-wrapper.pay div { margin: 8px 16px 8px 10px; }

a.ui-corner-all {
    color: black;
    text-decoration: none;
}

.scrollable-menu {
    height: auto;
    overflow-x: hidden;
}

.nodata-modal-button {
    text-align: right;
}
.nodata-modal-button .btn {
    width: 80px;
}

div.modal-header {
    border-bottom: none;
}

button.close {
    opacity: 1;
}
button.close img {
    width: 50px;
    height: 50px;
    margin: -10px -10px 0 0;
}

.legend-popover {
    cursor: default;
}

.leaflet-right .legend-popover {
    left: -274px !important;
    top: -20px !important;
}

.leaflet-left .legend-popover {
    right: -289px !important;
    top: -20px !important;
}

div.modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    border-color: transparent;
}

.modal-header {
    padding-bottom: 0;
}

.modal-body {
    padding-top: 0;
    padding-bottom: 30px;
}

#marker_modal {
    position: absolute;
    left: 56px;
    margin: 0;
}

#marker_modal.desktop-class {
    position: absolute;
    left: 56px;
    margin: 0;
    bottom: auto;
}

#marker_modal .new-site-title {
    display: none;
}

#marker_modal.new-site.pay .new-site-title,
#marker_modal.new-site.free .new-site-title {
    display: block;
}

#marker_modal.new-site.pay .new-site-title {
    color: #5e38ae;
    -webkit-animation: pay-pulse 2s 1 ease-in;
    -moz-animation: pay-pulse 2s 1 ease-in;
    -o-animation: pay-pulse 2s 1 ease-in;
    animation: pay-pulse 2s 1 ease-in;
}

#marker_modal.new-site.free .new-site-title {
    color: #ffb43d;
    -webkit-animation: free-pulse 2s 1 ease-in;
    -moz-animation: free-pulse 2s 1 ease-in;
    -o-animation: free-pulse 2s 1 ease-in;
    animation: free-pulse 2s 1 ease-in;
}

#marker_modal::-webkit-scrollbar { 
    display: none; 
}

body.modal-open {
    position: fixed;
}

#site-details {
    margin: 80px 0 30px 0;
}

#site-details h1 {
    margin: 1em 0 0 1em;
    font-size: 2em;
}

#site-details h1.new-site-title {
    margin: 1em 0 0 1em;
    font-size: 2.2em;
    text-align: center;
}

#site-details h2 {
    margin: 1em 0 0.2em 0.4em;
    font-size: 1.5em;
}

#site-details p {
    margin: 0 0 0 0.5em;
}

#site-details p:last-of-type {
    margin-bottom: 0.4em;
}

#site-details a {
    margin: 0 0 0 0.5em;
    font-size: 0.9em;
    font-weight: 500;
}

.stations {
    display: inline-block;
    height: 40px;
    margin: 0.2em 0 0 1.2em;
    font-size: 1.2em;
    font-weight: 400;
}

.station-number {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 0.2em;
    padding-top: 7px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #333;
}

.station-type {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}

#site-details .location-table h2 {
    margin-bottom: 0.4em;
}

#site-details .location-table .heading-row {
    padding: 5px 15px;
}

div.table-heading:first-of-type {
    text-align: center;
}

.location-table .level {
    text-align: center;
}

.modal-body h5 {
    font-size: 15pt;
    font-family: Helvetica;
    font-weight: normal;
}
.modal-body h6 {
    font-size: 11pt;
    font-family: Helvetica;
    font-weight: normal;
}

@media screen {
    div#preloader {
        position: absolute;
        left: -9999px;
        top: -9999px;
    }
    div#preloader img {
        display: block;
    }
}

@media print {
    div#preloader,
    div#preloader img {
        visibility: hidden;
        display: none;
    }
}

@media all and (max-width: 1024px) {
    .chargebox-search-container {
        position: absolute;
        right: 43px;
        width: 80%;
        max-width: 300px;
    }
    .chargebox-search-container-left {
        position: absolute;
        right: 43px;
        width: 80%;
        max-width: 300px;
    }
    .scrollable-menu {
        height: auto;
        max-height: 400px;
        overflow-x: hidden;
    }
    .chargebox-control-zoom-in:hover { background: url(../images/icons/icon-zoomin-white.png); }
    .chargebox-control-zoom-in:active { background: url(../images/icons/icon-zoomin-grey.png); }

    .chargebox-control-zoom-out:hover { background: url(../images/icons/icon-zoomout-white.png); }
    .chargebox-control-zoom-out:active { background: url(../images/icons/icon-zoomout-grey.png); }

    .chargebox-location-icon:hover { background: url(../images/icons/icon-myloc-white.png); }
    .chargebox-location-icon:active { background: url(../images/icons/icon-myloc-grey.png); }
    
    .chargebox-change-icon:hover { background: url(../images/icons/icon-paneltoggle-white.png); }
    .chargebox-change-icon:active { background: url(../images/icons/icon-paneltoggle-grey.png); }
    
    .chargebox-search-container { right: 6em; width: 80%; min-width: 300px; max-width: 440px; }
    
    #site-details { margin: 60px 30px 30px 0; }
    #site-details h1 { margin: 1em 0 0 0.2em; }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

    .chargebox-logo-icon { width: 60px; height: 60px; }
    .chargebox-close-icon { width: 36px; height: 36px; }

    .leaflet-top .leaflet-control-button &gt; div &gt; span,
    .leaflet-top .leaflet-control-button &gt; div &gt; span:hover,
    .leaflet-top .leaflet-control-button &gt; div &gt; span:active,
    .leaflet-top .chargebox-control-zoom a, 
    .leaflet-top .chargebox-control-zoom a:hover, 
    .leaflet-top .chargebox-control-zoom a:active {
        background-size: contain;
        background-repeat: no-repeat;
        width: 50px;
        height: 40px;
    }
    .chargebox-control-zoom { width: 50px; }
    .leaflet-top .leaflet-control-button .chargebox-change-icon { display: block; }
    
    .chargebox-search-container { right: 4.6em; width: 80%; min-width: 260px; max-width: 440px; }
    .chargebox-search-container-left { left: 4.6em; width: 80%; min-width: 260px; max-width: 440px; }
    .chargebox-search-container input { height: 30px; }
    .chargebox-search-container-left input { height: 30px; }

    .leaflet-top .leaflet-control:first-of-type { margin-top: 0; }
    .leaflet-top .leaflet-control:nth-of-type(2) { margin-top: 10%; }
    .leaflet-top .leaflet-control:nth-of-type(3) { margin-top: 60%; }
    .leaflet-top .leaflet-control:nth-last-of-type(2) { margin-top: 50%; }
    .leaflet-top .leaflet-control:last-of-type { margin-top: 10%; }


    #marker_modal {
        left: 0;
        width: 100%;
        margin: 0;
    }
    #site-details { margin: 60px 20px 30px 20px; }
    #site-details h1 { margin: 1em 0 0 0.2em; }
    .stations {
        display: inline-block;
        height: 40px;
        margin: 0.2em 0 0 0.2em;
        font-size: 1.2em;
        font-weight: 400;
    }

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px)
and (max-width : 480px) {
    
    .chargebox-close-icon { margin-top: 5%; }

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

    .chargebox-close-icon { margin-top: 10%; } /* ----- this isn't applying!!! ----*/

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

    .chargebox-logo-icon { width: 80px; height: 80px; }
    .chargebox-close-icon { top: 10%; width: 46px; height: 46px; }
    
    .chargebox-search-container { right: 5em; width: 80%; min-width: 300px; max-width: 440px; }
    .chargebox-search-container input { height: 30px; }

    .leaflet-top .leaflet-control-button &gt; div &gt; span,
    .leaflet-top .leaflet-control-button &gt; div &gt; span:hover,
    .leaflet-top .leaflet-control-button &gt; div &gt; span:active,
    .leaflet-top .chargebox-control-zoom a, 
    .leaflet-top .chargebox-control-zoom a:hover, 
    .leaflet-top .chargebox-control-zoom a:active {
        background-size: contain;
        background-repeat: no-repeat;
        width: 55px;
        height: 45px;
    }
    .chargebox-control-zoom { width: 55px; }
    .chargebox-search-container { right: 4.6em; width: 80%; }
    .chargebox-search-container input { height: 35px; }

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

    #marker_modal {
        left: 56px;
        max-width: 500px;
    }
    #site-details { margin: 60px 0 30px 0; }

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

    #marker_modal {
        left: 56px;
        max-width: 400px;
    }
    #site-details { margin: 60px 0 30px 0; }

}

/* keyframes */

@-webkit-keyframes pay-pulse {
    0% { text-shadow: 0px 0px 4px rgba(196, 103, 247, 0); }
    50% { text-shadow: 0px 0px 4px rgba(196, 103, 247, 1); }
    100% { text-shadow: 0px 0px 4px rgba(196, 103, 247, 0); }
}
@-moz-keyframes pay-pulse {
    0% { text-shadow: 0px 0px 4px rgba(196, 103, 247, 0); }
    50% { text-shadow: 0px 0px 4px rgba(196, 103, 247, 1); }
    100% { text-shadow: 0px 0px 4px rgba(196, 103, 247, 0); }


}
@-o-keyframes pay-pulse {
    0% { text-shadow: 0px 0px 4px rgba(196, 103, 247, 0); }
    50% { text-shadow: 0px 0px 4px rgba(196, 103, 247, 2); }
    100% { text-shadow: 0px 0px 4px rgba(196, 103, 247, 0); }

}
@keyframes pay-pulse {
    0% { text-shadow: 0px 0px 4px rgba(196, 103, 247, 0); }
    50% { text-shadow: 0px 0px 4px rgba(196, 103, 247, 1); }
    100% { text-shadow: 0px 0px 4px rgba(196, 103, 247, 0); }

}

@-webkit-keyframes free-pulse {
    0% { text-shadow: 0px 0px 4px  rgba(254, 234, 80, 0); }
    50% { text-shadow: 0px 0px 4px rgba(254, 234, 80, 1); }
    100% { text-shadow: 0px 0px 4px rgba(254, 234, 80, 0); }
}
@-moz-keyframes free-pulse {
    0% { text-shadow: 0px 0px 4px  rgba(254, 234, 80, 0); }
    50% { text-shadow: 0px 0px 4px rgba(254, 234, 80, 1); }
    100% { text-shadow: 0px 0px 4px rgba(254, 234, 80, 0); }
}
@-o-keyframes free-pulse {
    0% { text-shadow: 0px 0px 4px  rgba(254, 234, 80, 0); }
    50% { text-shadow: 0px 0px 4px rgba(254, 234, 80, 1); }
    100% { text-shadow: 0px 0px 4px rgba(254, 234, 80, 0); }
}
@keyframes free-pulse {
    0% { text-shadow: 0px 0px 4px  rgba(254, 234, 80, 0); }
    50% { text-shadow: 0px 0px 4px rgba(254, 234, 80, 1); }
    100% { text-shadow: 0px 0px 4px rgba(254, 234, 80, 0); }
}
</pre></body></html>