body {
    color: #333;
    margin: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.map {
    height: calc(100vh - 70px);
}

/* start met legenda onzichtbaar. Later zetten we die aan, op het moment dat we
   weten dat-ie in de juiste stand staat
*/
.leaflet-legend {
    visibility: hidden;
}

.leaflet-control-content {
    background: rgba(255, 255, 255, 1);
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    border-radius: 0;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.leaflet-control-list {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
}


.leaflet-control-list > li {
    line-height: 24px;
}

.leaflet-control-list > li > * {
    vertical-align: middle;
    position: relative;
}

.leaflet-control-list > li > img {
    margin-right: 10px;
}

.leaflet-control-list li label input[type='radio'] {
    margin-left: 0;
    margin-right: 5px;
}

.leaflet-control-title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 5px 15px 5px 15px;
}

.striped-red {
    background: linear-gradient(
            to bottom,
            #ef5350,
            #fff,
            #ef5350,
            #fff,
            #ef5350
    ) !important;
    background-size: 100% 12px !important;
}

.striped {
    background: linear-gradient(
            to bottom,
            #00a1e1,
            #fff,
            #00a1e1,
            #fff,
            #00a1e1
    ) !important;
    background-size: 100% 12px !important;
}

.leaflet-legend {
    width: 210px;
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 4000;
    padding: 80px 0 0 0;
}

.leaflet-legend.open {
    bottom: 0;
    padding: 80px 0 90px 0;
}

.leaflet-legend .legend-content {
    max-height: 100%;
    overflow-y: auto;
}

.leaflet-legend .legend-content .postcode-filter-container {
    margin-bottom: 10px;
}

.postcode-filter-container {
    padding-top: 5px;
}

.postcode-filter-container label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.postcode-filter-container input {
    width: 83px;
    border: 1px solid #00a1e1;
    border-radius: 3px;
    outline: none;
    padding: 5px 3px;
}

.inline-block {
    display: inline-block;
}

.leaflet-control-header {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #00a1e1;
    text-align: center;
    display: table;
    color: #fff;
    cursor: pointer;
}

.leaflet-control-arrow {
    position: absolute;
    right: 10px;
    font-size: 22px;
    /* 22 px is font-size */
    top: calc(47% - (22px / 2));
}

.leaflet-circle {
    background: #00a1e1;
    border-radius: 50%;
    border: 1px solid black;
    height: 16px !important;
    width: 16px !important;
}

.leaflet-square {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid black;
    background: #00a1e1;
}

.red {
    background: #ef5350 !important;
}

.blue {
    background: #00a1e1;
}

.station-filtered {
    visibility: hidden;
}


.leaflet-map-element {
    margin-left: calc(18px / -2) !important;
    margin-right: calc(18px / -2) !important;
}


.leaflet-control-list li i {
    margin-left: 0px; !important;
}

.leaflet-hexagon {
    height: 18px !important;
    /* height */
    width: calc(18px * 0.645) !important;
    border-radius: calc(18px / 10) !important;
    background-image: linear-gradient(90deg, #00a1e1, #00a1e1);
}

.leaflet-hexagon:before,
.leaflet-hexagon:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: inherit;
    height: inherit;
    background-image: inherit;
    border-radius: inherit;
}

.leaflet-hexagon:before {
    transform: rotate(60deg);
}

.leaflet-hexagon:after{
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}



.leaflet-popup-content-wrapper {
    padding: 0;
    text-align: left;
    border-radius: 0 0 4px 4px;
    background: unset;
    box-shadow: unset;
    width: 380px !important;
}

.leaflet-popup-content {
    width: 380px !important;
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
    margin:0;
}

.leaflet-popup-close-button {

    /* padding van title */
    /*right: -20px !important;*/
    color: #fff !important;
    width: 14px !important;
    height: 14px !important;
}

.leaflet-popup-content-table {
    display: flex;
    flex-direction: column;
}

.leaflet-popup-content-table > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1px;
    margin-bottom: 1px;
}


.leaflet-popup-content-table span {
    padding-right: 10px;
}

span.table-key {
    flex: 2;
    font-weight: 700;
}

span.table-value {
    flex: 2;
    overflow: auto;
}

.leaflet-station-popup {
    width: 380px;
}

.leaflet-hover-popup {
    padding: 10px;
    border-radius: 8px;
}

.button {
    border: none;
    display: inline-block;
    color: #FFF;
    padding: 6px 12px;
    background-color: #4cb3e3;
    text-decoration: none;
    -webkit-user-drag: none;
    border-radius: 4px;
    cursor: pointer;
}

.grand-total-button {
/*
    right: 10px;
    top: 16px;
    position: absolute;
*/
    display: none;
}

.button span.fa {
    margin-left: 10px;
    margin-right: 5px;
    display: inline;
}

h3.leaflet-control-content-title {
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 6px;
    font-weight: bold;
    border-bottom: 2px solid #4cb3e3;
}

.leaflet-control-layers-toggle {
    width: 30px !important;
    height: 30px !important;
}

.extra-information-title, .opening-hours-title {
    margin-top: 15px !important;
    width: 100%;

}

.fa {
    cursor: pointer;
}

.extra-information-title-with-caret {
    width: 92% !important;
    cursor: pointer;
    display: inline-block;
}

.leaflet-popup-content-table-extra-information {
    max-height: 150px;
    overflow-y: auto;
}

.arrow-opening-hours, .arrow-properties {
    display: inline-block;
    width: 8%;
    vertical-align: middle;
    text-align: right;
    /*color: #00a1e1;*/
}

.crowdedness-slider {
    pointer-events: none;
}

.card {
    background-color: #fff;
    border: 1px solid rgba(26,54,126,0.125);
    border-radius: 4px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    margin: 0 0 30px 0;
}

.home-customer-card {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 300px;
    text-align: center;
}

.home-customer-button {
    padding: 10px;
    border-radius: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

.customers-card {
    margin:0 auto;
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 3%;
    margin-bottom: 3%;
}

@media (max-width: 767px) {
    .customers-card {
        width: 90%;
    }
}

.pixel {
    display: inline-block;
    background-color: #000;
    width: 50px;
    height: 50px;
}

.dis0-blue {
    background-image: url("../images/markers/type0_dis0_cro0.png");
}

.postcode-search-button {
    padding-left: 6px;
    padding-right: 6px;
}

.leaflet-bottom.leaflet-right {
    z-index: 40000;
}

.home-customer-card .leaflet-bottom.leaflet-right {
    z-index: 1000;
}

@media (max-width: 1580px) {
    .customers-card span.pull-right {
        float: none !important;
        display: block;
    }
}




.min-content {
    width: -moz-min-content;
    width: min-content;
    border: 2px dotted rgb(96, 139, 168);
}

.max-content {
    width: -moz-max-content;
    width: max-content;
    margin-left: 15%;
}



.toggles {
    text-align: end;
    position: relative;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


#styledToggle {
    list-style: none;
    display: inline;
    justify-content: center;
    align-self: center;
    position: absolute;
}


.toggles [aria-pressed] {
    display: block;
    box-sizing: border-box;
    border: none;
    color: inherit;
    background: none;
    font: inherit;
    line-height: inherit;
    text-align: left;
    padding: .4em 0 .4em 4em;
    position: relative;
}


.toggles [aria-pressed]::before,
.toggles [aria-pressed]::after {
    content: "";
    position: absolute;
    height: 1.5em;
    transition: all 0.25s ease;

}

.toggles [aria-pressed]::before {
    left: 0;
    top: 0.5em;
    width: 3em;
    border: 0.2em solid #979797;
    background: #979797;
    border-radius: 1.1em;
}

.toggles [aria-pressed]::after {
    left: 0;
    top: 0.5em;
    background-color: #fff;
    background-position: center center;
    border-radius: 50%;
    width: 1.5em;
    border: 0.15em solid #979797;
}

.toggles [aria-pressed=true]::after {
    left: 1.6em;
    border-color: lightgreen;                /*#00A1E1    979797*/
    color: lightgreen;
}

.toggles [aria-pressed=true]::before {
    background-color: lightgreen;
    border-color: lightgreen;
}

.toggles [aria-pressed][disabled]::before {
    background-color: transparent;
    border-color: #ddd;
}

.toggles [aria-pressed][disabled]::after {
    border-color: #ddd;
}





/* Put toggles on the right like the iOS the kids like */

.toggles.flip [aria-pressed]::before,
.toggles.flip [aria-pressed]::after {
    left: auto;
    right: 0;
}

.toggles.flip [aria-pressed]::after {
    left: auto;
    right: 1.6em;
}

.toggles.flip [aria-pressed=true]::after {
    right: 0;
}

.toggles.flip [aria-pressed] {
    padding-left: 0;
    padding-right: 4em;
}


/* Reduced motion */
@media screen and (prefers-reduced-motion: reduce) {
    .toggles [aria-pressed]::before,
    .toggles [aria-pressed]::after {
        transition: none;
    }
}


/* RTL */
*[dir="rtl"] .toggles [aria-pressed] {
    padding-left: 0;
    padding-right: 4em;
}

*[dir="rtl"] .toggles [aria-pressed]::before,
*[dir="rtl"] .toggles [aria-pressed]::after {
    left: auto;
    right: 0;
}

*[dir="rtl"] .toggles [aria-pressed]::after {
    right: 0;
}

*[dir="rtl"] .toggles [aria-pressed=true]::after {
    right: 1.6em;
}

/* Put toggles on the right like the iOS the kids like */

*[dir="rtl"] .toggles.flip [aria-pressed]::before,
*[dir="rtl"] .toggles.flip [aria-pressed]::after {
    left: 0;
    right: auto;
}

*[dir="rtl"] .toggles.flip [aria-pressed]::after {
    right: auto;
    left: 1.6em;
}

*[dir="rtl"] .toggles.flip [aria-pressed=true]::after {
    left: 0;
}

*[dir="rtl"] .toggles.flip [aria-pressed] {
    padding-right: 0;
    padding-left: 4em;
}

.accessibility-button {
    position: fixed;
    right: 0px;
    top: 25%;
    z-index: 999;
}

.accessibility-button button {
    background-color: #00a1e1;
    color: white;
    border: none;
    padding: 20px;
    border-bottom-left-radius: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.accessibility-button button:hover {
    background-color: #75CBEE;
}

#contrastIcon.active {
    transition: 0.5s;
    color: black;
}

footer.list-footer {
    background: #00a1e1;
    padding: 1em;
}

.accessibility-declaration {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.accessibility-declaration h1,
.accessibility-declaration h2,
.accessibility-declaration h3 {
    color: #003366;
}

.accessibility-declaration h1 {
    margin-bottom: 1rem;
}

.accessibility-declaration h2 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.accessibility-declaration h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.accessibility-declaration p {
    margin-bottom: 1rem;
}

.accessibility-declaration ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.accessibility-declaration ul li {
    margin-bottom: 0.5rem;
}

.accessibility-declaration a {
    color: #005fa3;
    text-decoration: underline;
}

.accessibility-declaration a:focus,
.accessibility-declaration a:hover {
    background-color: #e6f0fa;
}

@media screen and (max-width: 600px) {
    .accessibility-declaration {
        padding: 1rem;
    }

    .accessibility-declaration h1 {
        font-size: 2.5rem;
    }

    .accessibility-declaration h2 {
        font-size: 2.25rem;
    }

    .accessibility-declaration h3 {
        font-size: 2rem;
    }
}
