﻿h3 {
    margin-top: 0px;
    margin-bottom: 2px;
}

div.confirmationwrapper h3, div.errorwrapper h3 {
    margin-top: 15px;
}

#header a.actionbutton {
    position: absolute;
    right: 8px;
    top: 15px;
    z-index: 10;
    line-height: 22px;
    padding: 3px 6px;
    height: 28px;
    overflow: hidden;
}
#header a.actionbutton span {
    margin-right: 4px;
    height: 22px;
    line-height: 22px;
}

.content {
    overflow: visible;
}

#sorting {
    position: absolute;
    z-index: 50;
    top: -40px;
    right: 8px;
    width: 185px;
}

#sorting select, #sorting select option {
    padding: 5px;
    font-size: 13px;
}

.filteritem.km input, .filteritem.km span {
    display: block;
    width: 55px;
    float: left;
    clear: none;
}

.filteritem.km span {
    width: 30px;
    text-align: center;
}

.filteritem.search input {
    width: 100%;
    box-sizing: border-box;
}
.filteritem.search a {
    width: 100%;
    box-sizing: border-box;
}

.reset {
    text-align: center;
    font-size: 9px;
    font-style: italic;
    float: left;
    display: block;
    width: 100%;
    padding: 3px 0px;
    box-sizing: border-box;
}

#filtersection, #filterexpand {
    width: 212px;
    float: left;
}

#filterexpand {
    display: none;
    /*refresh*/
    border: 0px;
    box-shadow: 0 8px 24px rgb(25 25 25 / 15%);
    border-radius: 4px;
}

#overviewsection {
    width: auto !important;
    float: none;
    width: 300px;
    margin-left: 212px;
}

.filteritem, .routeitem {
    margin: 5px;
    padding: 7px;
    border: 1px solid #CCC;
    min-width: 200px;
    float: left;
    background: #fff;
    /*refresh*/
    border: 0px;
    box-shadow: 0 8px 24px rgb(25 25 25 / 15%);
    border-radius: 4px;
}

.filteritem {
    margin-top: 5px;
    min-width: 190px;
    max-width: 190px;
}

.routeitem {
    width: 307px;
    padding: 0px;
    padding-bottom: 5px;
}

.routeitem img.prive {
    width: 20px;
    height: 20px;
    float: right;
    display: inline-block;
    margin-right: 15px;
    margin-top: 3px;
}

.routeitem a {
    font-weight: bold;
    font-size: 15px;
    display: block;
    width: calc(100% - 8px);
    margin-bottom: 5px;
    text-decoration: none;
    margin-left: 8px;
    float: left;
    margin-top: 5px;
    line-height: 26px;
    overflow: hidden;
    height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.routeitem a:hover {
    text-decoration: underline;
}

.routeitem img.map {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px 4px 0px 0px;
    max-height: 286px;
}

img.ritmap {
    width: calc(100% + 20px);
    box-sizing: border-box;
    border-radius: 4px 4px 0px 0px;
    max-height: 300px;
    left: -10px;
    top: -10px;
}

div.overflowvisible {
    overflow: visible;
}

.routeitem span.newicon/*, span.volicon*/ {
    margin: 0px;
    padding: 0px;
    position: absolute;
    display: block;
    top: 4px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #666;
    font-size: 9px;
    text-transform: uppercase;
    overflow: hidden;
    color: #eee;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 24px rgb(25 25 25 / 15%);
    z-index: 99;
}
.routeitem div.routedatawrapper, .routeitem div.ritdatawrapper {
    float: left;
    margin-left: 8px;
}
span.dataitem, div.ratingitem, span.dataitemsmall, span.dataitemfullsize {
    float: left;
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

span.dataitem, span.dataitemsmall, span.dataitemfullsize {
/*    padding-left: 30px;*/    
    display: flex;
    align-content: center;
}
div.routedatawrapper span.dataitem.hoogte {
    width: 75px;
}
div.routedatawrapper span.dataitem.hoogte span {
    font-size: 25px;
}
div.routedatawrapper span.bikeicon {
    margin-right: 5px;
}
/*specifieke styling voor datawrappers in het 'ritten' domein*/
div.ritdatawrapper span.dataitem, div.ritdatawrapper span.dataitemsmall, div.ritdatawrapper span.dataitemfullsize {
    width: 180px;
    margin-bottom: 2px;
    margin-left: 10px;
    overflow: hidden;
    clear: left;
}
div.ritdatawrapper span.dataitem {
    display: block;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
    min-width: 0;
}
div.ritdatawrapper span span.material-symbols-outlined {
    min-width: 22px;
    max-width: 22px;
    float: left;
    color: #666;
    font-size: 22px;
}

div.ritdatawrapper span.dataitemsmall {
    clear: right;
    width: 85px;
}

div.ritdatawrapper span.dataitemfullsize {
    width: 100%;
    clear: both;
}
.routeitem div.ritdatawrapper {
    margin-left: 0px;
}
div.ritdetails {
    /*Prevent long url's overflowing the page*/
    /*overflow-x:hidden;*/
    word-wrap: break-word;
    margin-bottom: 10px;
}
div.ritdetails span.material-symbols-outlined {
    margin-right: 4px;
    line-height: 28px;
    vertical-align: bottom;
    color: #666;
}
    div.ritdetails a.privebtn {
        margin-left: 11px;
        font-size: 12px;
        border: 1px solid red;
        padding: 2px 7px;
        -webkit-border-radius: 4px;
        box-shadow: 0 6px 10px rgb(25 25 25 / 15%);
    }
div.ritdetails a.privebtn:hover {
    text-decoration: none;
    background: #eee;
}
    div.ritdetails a.privebtn span.material-symbols-outlined {
        font-size: 16px;
        line-height: 26px;
        overflow: hidden;
        color: #F4244E;
        margin: 0px;
    }

div.ritdatawrapper span.groep, div.ritdatawrapper span.groepvol {
    font-weight: bold;
    color: #20b741;
}
div.ritdatawrapper span.groep span.material-symbols-outlined {
    color: #20b741;
}
div.ritdatawrapper span.groepvol, div.ritdatawrapper span.groepvol span.material-symbols-outlined {
    color: #F4244E;
} 

div.ritdatawrapper span img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}


a.rittennotificatie, a.newitem {
    margin: 5px;
    min-width: 200px;
    float: left;
    width: 612px;
    padding: 6px;
    background-color: #FFFFCC;
    border: 1px solid #ccc;
    background-size: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    text-decoration: none;
    /*refresh*/
    border: 0px;
    box-shadow: 0 8px 24px rgb(25 25 25 / 15%);
    border-radius: 4px;
}
a.newitem {
    background-color: #0B9DDB;
    color: #FFF;
}
a.newitem:hover {
    background-color: #1685b5;
    text-decoration: none;
}
a.rittennotificatie strong, a.newitem strong {
    font-size: inherit;
}
a.rittennotificatie:hover {
    background: #ffff99;
    text-decoration: none;
}
a.rittennotificatie span.material-symbols-outlined, a.newitem span.material-symbols-outlined {
    float: left;
    height: 26px;
    width: 20px;
    line-height: 26px;
    margin-right: 5px;
    font-size: 20px;
}
a.rittennotificatie span:last-child {
    display: inline-block;
    width: calc(100% - 25px);
    font-size: inherit;
}


a.riturl {
    color: #0B9DDB;
    text-decoration: none;
}

a.riturl:hover {
    text-decoration: underline;
}
a.riturl span.material-symbols-outlined.prive {
    display: inline-block;
    overflow: auto;
    font-size: 18px;
    line-height: 18px;
    vertical-align: text-bottom;
    margin-left: 5px;
    overflow: hidden;
}

h1 .rit, h2.rit, h3.rit {
    color: #0B9DDB;
}

div.ratingitem {
    width: 100px;
}


a.routeitem {
    min-height: 65px;
    border-style: dashed;
}

a.routeitem:hover {
    background: #CCC;
    border-color: #F4244E;
}

a.routeitem span.createlabel {
    height: 65px;
    display: block;
    line-height: 65px;
    margin-left: 10px;
    float: left;
    font-size: 15px;
    font-weight: bold;
}

div.ratingitem div.starsbackground, div.ratingitem div.nostars, div.ratingitem div.ratingcontrolbox {
    background-image: url('../images/icons/star_darkgrey.png');
    background-repeat: repeat-x;
    height: 20px;
    width: 100px;
    float: left;
    margin-top: 2px;
}

div.ratingitem div.nostars {
    background-image: url('../images/icons/star_lightgrey.png');
}

div.ratingitem div.stars {
    background-image: url('../images/icons/star_yellow.png');
    background-repeat: repeat-x;
    height: 20px;
    width: 100px;
}

div.ratingitem span.ratingvalue {
    display: block;
    float: left;
    font-size: 14px;
    margin-left: 6px;
}

div.routepageratingsbox div.ratingitem {
    width: 100%;
    margin: 0px;
    display: flex;
    justify-content: center;
}

div.routepageratingsbox {
    overflow: auto;
    margin-top: 15px;
}

div.ratingitem div.ratingcontrolbox {
    background: none;
}

span.ratingsubtext {
    width: 100%;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    display: inline-block;
    position: unset;
}

.notfound {
    float: left;
    margin: 5px;
    padding: 20px;
    background: #fff;
    /*refresh*/
    border: 0px;
    box-shadow: 0 8px 24px rgb(25 25 25 / 15%);
    border-radius: 4px;
}

.beheerpaneel {
    position: absolute;
    right: 0px;
    top: 3px;
    z-index: 60;
}
.beheerpaneel a:hover {
    color: #333;
}
.beheerpaneel a:last-child span.material-symbols-outlined {
    margin-right: 0px;
}
.reactie .beheerpaneel {
    top: 24px;
}

.beheersidebaritem {
    /*margin: 5px;
    width: calc(100% - 10px) !important;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgb(25 25 25 / 15%);*/
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 10px;
}

a .material-symbols-outlined {
    font-size: 22px;
}

div #cpContentContainer_cpContentContainer_cpContentContainer_uprogressSync, div.waitingdialog {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

div.waitingdialog {
    align-items: center;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    bottom: 0px;
    display: flex;
    justify-content: center;
    opacity: 0.7;
}


.reactie {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.reactie .author {
    font-weight: bold;
    display: block;
    float: left;
    width: calc(100%-100px);
}

.reactie .dateposted {
    font-style: italic;
    display: block;
    float: right;
    width: 140px;
    color: #999;
    text-align: right;
}

.reactie .bericht {
    float: left;
    display: block;
    clear: both;
}


#cpContentContainer_cpContentContainer_cpContentContainer_pgReacties {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#cpContentContainer_cpContentContainer_cpContentContainer_pgReacties div.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(256, 256, 256, 0.7);
}

#cpContentContainer_cpContentContainer_cpContentContainer_pgReacties div.overlay div.alert {
    padding: 10px;
    z-index: 10001;
    margin: 0px;
    margin: auto;
    margin-top: 5%;
}

#cpContentContainer_cpContentContainer_cpContentContainer_pgReacties div.overlay div.alert div.alertwrapper {
    background: none;
    border: 0px;
    text-align: center;
}

table.wind tr td {
    width: 35px;
    height: 35px;
}
table.wind tr td span.material-symbols-outlined
{
    margin-left: -2px;
}

textarea, input[type="text"], input[type="number"] {
    max-width: 100%;
    clear: both;
}

.bottom15 {
    margin-bottom: 15px;
}
a.cancel {
    margin-left: 10px;
}

a.btn_strava, a.btn_komoot {
    background-image: url('../images/icons/arrowlarge_white.png');
    background-repeat: no-repeat;
    color: #fff;
}
a.btn_strava {
    background-color: #fc4c02;
}
a.btn_strava:hover {
    background-color: #c93d02
}
a.btn_strava[disabled=true] {
    background-color: grey;
}
a.btn_komoot {
    background-color: #4f850d;
}
a.btn_komoot:hover {
    background-color: #407500
}



.sharetitle {
    font-size: 16px;
    font-weight: bold;
}
.sharerule {
    width: 100%;
    margin-bottom: 0px;
    float: left;
    clear: both;
    line-height: 30px;
}

    .sharerule .label {
        float: left;
        display: none;
    }

    .sharerule .icon {
        float: left;
        width: 28px;
        text-align: left;
    }

        .sharerule .icon img {
            width: 21px;
            float: none;
            margin-top: 3px;
        }

    .sharerule .hide {
        float: left;
        width: 32px;
        line-height: 30px;
    }

        .sharerule .hide a {
            margin-top: 3px;
            text-decoration: none;
        }

    .sharerule input.inactive {
        background: #eee;
        color: #999;
    }

    .sharerule .input {
        max-width: 80%;
        float: left;
    }

        .sharerule .input span.checkbox {
            display: inline-block;
        }

            .sharerule .input span.checkbox input[type="checkbox"] {
                width: 16px;
                height: 16px;
                margin-top: 5px;
            }

            .sharerule .input span.checkbox label {
                margin-left: 5px;
            }

    .sharerule input[type="text"], .sharerule select {
        width: 190px;
    }

div.sharerule div.input input[type="text"].small, div.sharerule div.input select.small {
    width: 100px;
}

.sharerule .aspNetDisabled {
    background: #ccc;
    color: #999;
    opacity: 1;
}

div.sharerule.routeurl {
    display: none;
}

div.btnwrap {
    width: 33%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    overflow: visible;
}

div.one {
    padding-left: 0px;
    width: 34%;
}

div.three {
    padding-right: 0px;
}

a.download {
    width: 100%;
    box-sizing: border-box;
}
/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
    position: relative;
    overflow: hidden;
    border: 1px solid #333;
    border-bottom: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    border-radius: 4px 4px 0px 0px;
}

    #map div {
        position: unset;
    }

.metadata {
    border: 1px solid #333;
    border-top: 1px solid #999;
    box-sizing: border-box;
    background: #eee;
    text-align: center;
    overflow: auto;
}


span.description {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

aside.warning {
    display: block;
    padding: 6px;
    padding-left: 35px;
    background-color: #FFFFCC;
    border: 1px solid #C96;
    background-size: 20px;

    padding-left: 6px;
    border: 1px solid #666;
    border-radius: 4px;
    margin-top: 7px;
}
aside.warning span.material-symbols-outlined {
    float: left;
    line-height: 18px;
    color: #333;
    font-size: 22px;
}
aside.warning span:last-child {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    display: inline-block;
    width: calc(100% - 28px);
}
aside.warning strong {
    font-size: 12px !important;
    line-height: 20px;
}

textarea.warning {
    padding: 6px;
    padding-left: 35px;
    background-image: url(../images/icons/warning.png);
    background-repeat: no-repeat;
    background-position: 8px 6px;
    background-color: #FFFFCC;
    background-size: 20px;
    font-size: 12px !important;
    line-height: 20px;
    color: #333;
}

.w100 {
    width: 100px;
    font-weight: bold;
}

.metadata .c5050 span {
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
}


.routetype a.info, .wind a.info {
    float: none;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 100;
}

div.routelabels div {
    margin-bottom: 5px;
    overflow:hidden;
}
div.routelabels div span {
    float: left;
    display: block;
}
div.routelabels div span:first-child {
    color: #666;
}
div.routelabels div span:last-child {
    width: calc(100% - 35px);
    margin-left: 5px;
}

div.keuzebox {
    border-top: 1px dotted #999;
    margin-top: 20px;
    padding-top: 10px;
}
div.keuzebox div {
    width: 40px;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}
div.keuzebox span.omschrijving {
    font-size: 14px;
    display: block;
    max-width: calc(100% - 60px);
    line-height: 24px;
}
div.keuzebox span strong {
    font-size: 16px;
}
div.keuzebox.last {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

input.mw200, select.mw200, textarea.mw200, div.mw200 {
    max-width: 200px !important;
}

input.mw325, select.mw325, textarea.mw325, div.mw325 {
    max-width: 325px !important;
}
div.adres {
    max-width: 325px;
    box-sizing: border-box;
}
div.adres div {
    display: inline-block;
    box-sizing: border-box;
}
div.adres div.straat {
    width: calc(100% - 100px) !important;
}
div.adres div.toevoeg {
    width: 45px !important;
}
div.adres div.toevoeg:last-child {
    float:right
}

span.material-symbols-outlined {
    margin-right: 4px;
}

table div.deelnemericon {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.deelnemers {
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.deelnemers img, .deelnemers div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #fff;
    background-size: contain;
    background-position: center center;
    background: #fff;
    cursor: pointer;
}
.deelnemers img:hover, .deelnemers div:hover {
    border-color: #ccc;
}
.deelnemers div.vrij {
    background: #fff;
    border: 3px solid #fff;
    background: #eee;
    cursor: default;
}
.deelnemers a.aanmelden, .deelnemers a.afmelden {
    display: block;
    /*background: #0B9DDB;*/
    background: #20b741;
    color: #fff;
    width: 50px;
    border-radius: 20px;
    line-height: 35px;
    font-size: 16px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #fff;
}
.deelnemers a span.material-symbols-outlined {
    line-height: 35px;
    font-size: 23px;
    margin-right: 0px;
}
.deelnemers a.afmelden {
    background: #333;
    color: #fff;
}

/**New iconbutton style**/
.deelnemers a.aanmelden,
.deelnemers a.afmelden {
    color: #fff;
    width: fit-content;
    /*line-height: 35px;
    font-size: 14px;*/
    margin: 0px;
    padding: 0px;
    text-align: left;
    padding-right: 15px;
}
.deelnemers a.aanmelden span.material-symbols-outlined,
.deelnemers a.afmelden span.material-symbols-outlined {
    float: left;
    margin-left: 10px;
    margin-right: 8px;
}
.deelnemers a.aanmelden span.textlabel,
.deelnemers a.afmelden span.textlabel {
    float: left;
    display: block;
    line-height: 35px;
    font-size: 14px;
}
/**This section is for hiding the text label and (re)styling the button **/
@media only screen /*and (min-width: 480px)*/ and (max-width: 480px) {
    .deelnemers a.aanmelden,
    .deelnemers a.afmelden {
        padding-right: 0px;
        width: 35px;
    }
    .deelnemers a.aanmelden span.material-symbols-outlined, 
    .deelnemers a.afmelden span.material-symbols-outlined {
        margin-left: 6px;
    }
    .deelnemers a.aanmelden span.textlabel,
    .deelnemers a.afmelden span.textlabel {
        display: none;
    }
}

/**This section is for using the fixed position of button at bottom of page. **/
@media only screen and (max-width: 480px) {
    .deelnemers a.aanmelden.fixedposition,
    .deelnemers a.afmelden.fixedposition {
        position: fixed;
        bottom: 25px;
        width: 80%;
        left: calc(10% - 3px) !important;
        /* box-sizing: border-box; */
        z-index: 999;
        border: 3px solid #fff;
        display: flex;
        justify-content: center;
    }
    .deelnemers a.aanmelden.fixedposition span.material-symbols-outlined,
    .deelnemers a.afmelden.fixedposition span.material-symbols-outlined {
        margin-left: 0px;
    }
    .deelnemers a.aanmelden.fixedposition span.textlabel,
    .deelnemers a.afmelden.fixedposition span.textlabel {
        display: block;
        line-height: 37px;
    }
}
/**END of new floating/fixedposition iconbutton style**/

.deelnemers a:hover {
    border-color: #ccc;
}

.deelnemers a:hover span.material-symbols-outlined {
}

.deelnemers a.afmelden:hover /*, .deelnemers a.afmelden:hover span.material-symbols-outlined*/ {
    text-decoration: none;
    background: #555;
}

.deelnemers a.aanmelden:hover /*, .deelnemers a.aanmelden:hover span.material-symbols-outlined*/ {
    text-decoration: none;
    /*background: #1685b5;*/
    background: #20993b;
}

/**start calendar styling**/
.ritcal {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.85;
}
.ritcal .datum {
    background: #fff;
    border-radius: 5px;
    width: 50px;
    height: 60px;
}
.ritcal .maand {
    display: block;
    width: 100%;
    background: red;
    color: #fff;
    text-align: center;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    border-radius: 5px 5px 0px 0px;
}
.ritcal .dag {
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    font-size: 22px;
    /*border-radius: 0px 0px 5px 5px;*/
}
.ritcal .tijd {
    display: block;
    color: #fff;
    background: #333;
    border-radius: 5px;
    margin-top: 7px;
    text-align: center;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
}
/**end calendar styling**/

/**START Rit weather indidator**/
.ritweerindicator {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border-radius: 5px;
    width: 55px;
    font-size: 11px;
    height: 28px;
    line-height: 30px;
    padding: 0px 5px 0px 2px;
    color: #333;
    opacity: 0.9;
    font-weight: bold;
    overflow: hidden;
}
.ritweerindicator img {
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 2px;
    margin-right: 2px;
}
/**EIND Rit weather indicator**/

.profielfoto {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background: #f3254c;
    font-size: 84px;
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
    padding: 0px;
    margin: 0px;
    color: #eee;
    border: 0px;
    margin: 10px auto;
}

img.profielfoto {
    background: none;
}

.weerbox {
    width: 100%;
    height: 280px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.weerbox::-webkit-scrollbar {
    display: none;
}
.weerbox .verwachting {
    display: inline-block;
    height: 270px;
    width: 52px;
    margin: 2px;
    border: 1px solid #ccc;
    padding-top: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.weerbox .verwachting span {
    width: 100%;
    display: block;
    text-align: center;
}
.weerbox .verwachting .tijd {
    height: 20px;
    font-size: 12px;
    line-height: 14px;
    color: #666;
}
.weerbox .verwachting div.dynamisch {
    width:100%;
    height: 90px;
}
.weerbox .verwachting .temp {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.weerbox .verwachting .icoon {
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.weerbox .verwachting .neerslaglabel {
    display: none;
}
.weerbox .verwachting .neerslagmm,
.weerbox .verwachting .neerslagkans,
.weerbox .verwachting .neerslaglabel {
    color: #666;
    font-size: 12px;
    line-height: 15px;
}
.weerbox .verwachting .wind {
    position: absolute;
    bottom: 25px;
    text-align: center;
}
.weerbox .verwachting .windicoon {
    background: url(/resources/images/icons/arrowlarge_dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
}



.weerbox.xxl {
    height: auto;
}
.weerbox.xxl .verwachting {
    height: auto;
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 15px 0px;
    overflow: hidden;
}
.weerbox.xxl .verwachting div.dynamisch {
    height: auto;
}
.weerbox.xxl .verwachting .temp {
    font-size: 20px;
    line-height:26px;
    width: 100%;
}
.weerbox.xxl .verwachting .icoon {
    height: 70px;
    background-size: 60px;
    background-position: center 5px;
}
.weerbox.xxl .verwachting .neerslag {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.weerbox.xxl .verwachting .neerslag span {
    width: auto;
    padding: 0px 5px;
    font-size: 14px;
    line-height: 16px;
}
.weerbox.xxl .verwachting .neerslaglabel {
    display: flex;
}
.weerbox.xxl .verwachting .wind, 
.weerbox.xxl .verwachting .windicoon{
    position: relative;
    bottom: auto;
}
.weerbox.xxl .verwachting .wind {
    margin-top: 15px;
    font-size: 21px;
    line-height: 26px;
}
.weerbox.xxl .verwachting .windicoon {
    background-size: 24px;
    height: 24px;
}



@media only screen and (max-width : 868px) {
    #overviewsection {
        margin-left: 222px;
    }
    #sorting {
        right: 5px;
    }
    #header a.actionbutton {
        right: 5px;
    }
    .routeitem, .notfound, a.rittennotificatie, a.newitem {
        min-width: 315px;
        width: 100%;
        margin-left: -5px;
        box-sizing: border-box;
        min-height: 38px;
    }
}

@media only screen and (max-width: 725px) {
    div.one {
        width: 100%;
        clear: both;
        padding-right: 0px;
    }

    div.two {
        padding-left: 0px;
    }

    div.two, div.three {
        width: 50%;
    }
}

@media only screen and (max-width: 679px) {
    div.one {
        width: 100%;
        clear: both;
        padding-right: 0px;
    }

    div.two {
        padding-left: 0px;
    }

    div.two, div.three {
        width: 50%;
    }
}
/*prevents menu from disappearing after switching from mobile to desktop when state == collapsed */
@media only screen and (min-width : 555px) {
    #filtersection {
        display: block !important;
    }
}

@media only screen and (max-width : 554px) {
    #mobilefilter {
        overflow: auto;
        box-sizing: border-box;
        margin-top: -10px;
        background: #fff;
        border-top: 0px;
        padding: 7px;
        /*refresh*/
        border: 0px;
        box-shadow: 0 8px 24px rgb(25 25 25 / 15%);
        border-radius: 4px;
    }

    #filtersection {
        display: none;
        width: 100%;
        margin-top: -5px;
        padding: 5px;
        box-sizing: border-box;
        height: auto;
    }

    .filteritem {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    /*.filteritem.search input {
        width: 100%;
    }

    .filteritem.search a {
        width: 100%;
        box-sizing: border-box;
    }*/

    #filterexpand {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin-top: 5px;
        padding: 5px;
        box-sizing: border-box;
        text-decoration: none;
        color: #000;
    }

    #filterexpand a {
        display: block;
        height: 30px;
        padding: 5px;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        text-decoration: none;
        
        /*refresh*/
        border: 0px;
        box-shadow: 0 8px 24px rgb(25 25 25 / 15%);
        border-radius: 4px;
    }

    #filterexpand a span {
        display: block;
        float: left;
        line-height: 20px;
        margin-left: 5px;
        font-size: 14px;
        font-weight: bold;
        height: 20px;
    }
    #filterexpand a span.material-symbols-outlined {
        color: #333;
        font-size:20px;
        margin-left: 0px;
    }
    #filterexpand a span.material-symbols-outlined#filtertoggle {
        float: right;
    }
    
    #overviewsection {
        margin-left: 10px;
    }

    .routeitem a {
        overflow: visible;
        height: auto;
        white-space: initial;
        text-overflow: initial;
    }
}

@media only screen and (max-width: 475px) {
    div.two, div.three {
        width: 100%;
        clear: both;
    }

    div.two {
        padding-right: 0px;
    }

    div.three {
        padding-left: 0px;
    }
}

@media only screen and (max-width : 366px) {
    .routeitem, a.rittennotificatie, a.newitem {
        min-width: 285px;
    }
}
/*Textbox*/
.ck-editor__editable {
    min-height: 100px;
    max-height: 100px;
    min-width: 250px;
}
/*Toolbar*/
.ck-editor__top {
    min-width: 271px;
}


.fixedwidth .ck-editor__editable {
    max-width: 380px;
    min-width: 380px;
    width: 380px;
}

.fixedwidth .ck-editor__top {
    max-width: 401px;
    min-width: 401px;
    width: 401px;
}
@media only screen and (max-width: 475px) {
    .fixedwidth .ck-editor__editable {
        max-width: 280px;
        min-width: 280px;
        width: 280px;
    }

    .fixedwidth .ck-editor__top {
        max-width: 301px;
        min-width: 301px;
        width: 301px;
    }
}