@import url(font.css);

/*********************************************************************************/
/* lightbox                                                                       */
/*********************************************************************************/

h5 {
    font-size: 1.3em;
}

.m_lightbox_content .routeplanner-help-block img {
    width: 240px;
    height: auto;
    border: none;
}

.routeplanner-help-block ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.routeplanner-help-block ul li {
    font-size: 0.9em;
    display: inline-block;
    margin: 5px;
    flex-grow: 1;
    width: calc(50% - 20px);
    padding: 10px;
    border: 2px solid #32a6a6;
}

.m_lightbox_title {
    color: #fff;
    background: #32a6a6;
    padding: 5px;
    font-size: 1.2em;
    padding-left: 10px;
    text-align: center;
}

.tips {
    color: #f26d39;
    background: #fff !important;
    text-align: center;
}

.enquete-button {
    font-size: 1.5em;
    padding: 5px;
    padding-left: 0px;
}

.enquete-box {
    background: #fff;
    padding: 5px;
}

.tips h2 {
    margin-bottom: 0px;
}

.tips p {
    font-weight: bold;
    font-size: 0.8em;
    color: #000;
}

.m_lightbox_content {
    overflow: hidden;
    font-size: 0.9em;
    height: 100%;
}

.m_lightbox_content table {
    padding: 5px;
    background: none;
}

.advo-container {
    display: block;
    width: 100%;
    overflow: hidden;
}

.advo-image {
    float: right;
    width: 35%;
}

.advo-description,
.advo-image {
    float: left;
    position: relative;
    width: 55%;
}

.advo-image {
    width: 40%;
    float: right;
}

.lb_img {
    width: 100%;
    height: 100%;
}

.m_lightbox_content img {
    border: 2px solid #ccc;
    width: 100%;
}

.advo-image img {
    max-width: 100%;
}

.m-lightbox-photo {
    max-width: 100% !important;
}

.m_overlay_close_button:after,
.m_lightbox_close_button:after {
    display: inline-block;
    float: right;
    content: '\f00d';
    cursor: pointer;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.5em;
    margin-right: 10px;
}

#m_lightbox {
    display: none;
    position: absolute;
    width: 600px;
    margin-left: -175px;
    top: 10%;
    left: 40%;
    background: #fff;
    z-index: 99999;
    min-height: 450px;
    -webkit-box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.65);
    box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.65);
}

.ol-overlaycontainer {
    cursor: pointer;
    display: block;
}

#m_lightbox_overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
}

.m_lightbox_close_button {
    display: inline-block;
    right: 10px;
    position: absolute;
    cursor: pointer;
}

h4.popup-title,
h4#popup_title {
    width: 290px;
    font-size: 1em;
    margin-top: 0px;
}

h4.popup-title a,
h4#popup_title a {
    color: #fff;
}

h4.popup-title a:hover,
h4#popup_title a:hover {
    text-decoration: underline;
}

.orange {
    margin-left: 0px;
}

.table-content {
    padding: 0;
}

#img-popup img {
    width: 75px;
    height: 58px;
}

#img-popup {
    width: 75px;
    height: 100%;
    border: 1px solid #fff;
    float: left;
    display: block;
    margin-right: 20px;
}

/*********************************************************************************/
/* overlay                                                                       */
/*********************************************************************************/
.m_overlay_title {
    color: #fff;
    background: #32a6a6;
    padding: 5px;
    font-size: 1.2em;
    padding-left: 10px;
}

#wandel_test_selector ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
}

#wandel_test_selector li {
    font-size: 0.9em;
    background: rgba(242, 107, 54, 0.3);
    display: inline-block;
    margin: 5px;
    flex-grow: 1;
    width: calc(50% - 20px);
    padding: 10px 5px;
    color: #fff;
    cursor: pointer;
}

#wandel_test_selector li:after {
    display: inline-block;
    float: right;
    content: '\f00d';
    cursor: pointer;
    color: #000;
    font-family: 'Font Awesome 5 Free';
    font-size: 1em;
    margin-right: 10px;
}

#wandel_test_selector li.m_l_active:after {
    display: inline-block;
    float: right;
    content: '\f00c';
    cursor: pointer;
    color: #000;
    font-family: 'Font Awesome 5 Free';
    font-size: 1em;
    margin-right: 10px;
}

ul#7 {
    background: url('/grfx/tops_icon.png') no-repeat left center;
    color: #fff;
}
#wandel_test_selector .m_l_active {
    background: #f26b36;
    color: #fff;
}
#wandel_test_selector li:hover {
    color: #383636;
}

#wandel_test_selector ul {
}

#m_overlay {
    display: none;
    position: fixed;
    width: 450px;
    margin-left: -175px;
    top: 30%;
    left: 50%;
    background: #fff;
    -webkit-box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.65);
    box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.65);
    z-index: 9999;
}

#m_overlay_parent {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
}

.no_scroll {
    overflow: hidden;
}

#m_overlay_scroller {
    position: fixed;
    overflow-y: scroll;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.m_overlay_dark {
    background-color: rgba(0, 0, 0, 0.5);
}

nav#right {
    right: 330px;
    margin-top: 40px;
    z-index: 1;
}

#fs_popup,
#popup {
    min-height: 120px;
    max-width: 350px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    color: #fff;
    display: none;
    position: relative;
    top: -10px;
    padding: 15px;
}

#fs_popup ul,
#popup ul {
    margin-top: 0px;
}
.popup-content {
    font-size: 0.9em;
    margin-top: 10px;
    width: auto;
    max-width: 400px;
}

.popup-content h4 {
    margin-top: 0px;
    font-size: 1em;
}

.popup_content img {
    border: none;
    margin-left: 0px;
    float: left;
    margin-right: 10px;
    max-width: 70px;
}

#icon-popup {
    float: left;
    min-height: 100px;
}

.send-review {
    background: #ed6b38;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 1.1em;
}

ul#form_beoordeel {
    margin-left: 0px;
}
#form_beoordeel li {
    list-style: none;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#form_beoordeel label {
    display: block;
    padding-bottom: 5px;
    margin-top: 20px;
}

#form_beoordeel textarea {
    width: 400px;
    min-height: 150px;
    font-size: 1.2em;
    padding: 5px 0px 0px 5px;
    font-family: arial, helvetica, sans-serif;
}

#form_beoordeel li .fieldbox input {
    height: 27px;
    padding-top: 5px;
    width: 400px;
    font-size: 1.2em;
    padding-left: 5px;
}

#form_beoordeel li .fieldbox {
    float: left;
    height: 27px;
}

#popup_content .img-onh {
    width: 50px;
}

.popup-content a {
    color: #fff;
    text-decoration: underline;
    margin-right: 7px;
}

span.type_planner {
    margin-right: 5px;
}
ul.stars {
    margin-left: 0px;
}

.popup-content a:hover {
    color: #f26d39;
}

.popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: url('/grfx/popup_close.png') no-repeat;
    text-indent: -9999px;
    z-index: 1;
    width: 9px;
    height: 13px;
    cursor: pointer;
    list-style: none;
}

.layer-icon {
    display: inline-block;
    vertical-align: middle;
}

.layer-icon img {
    border: medium none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
}

#m_lightbox_scroller {
    position: fixed;
    overflow-y: scroll;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

#m_lightbox_parent {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
}

.m_lightbox_dark {
    background-color: rgba(0, 0, 0, 0.5);
}

#popup_content dl {
    margin-top: 0px;
}
#popup_content dt {
    display: inline-block;
    max-width: 70px;
    margin-right: 10px;
    min-height: 80px;
}
#popup_content dd {
    float: right;
    max-width: 200px;
}

/*********************************************************************************/
/* max 1225 pixels min 480 pixels                                                 */
/*********************************************************************************/

@media (max-width: 1225px) and (min-width: 480px) {
    #tips-table td img {
        border: 1px solid #a4a4a4;
        max-width: 70%;
    }

    #tips-table tr.grey {
        height: 60px;
    }
}

@media only screen and (max-width: 480px) {
    #m_overlay {
        width: 80%;
        left: 10%;
        margin-left: 0px;
        top: 10%;
        position: relative;
    }

    #wandel_test_selector li {
        width: 90%;
    }

    #m_lightbox {
        width: auto;
    }

    #tips-table td img {
        max-width: 50%;
    }

    #m_lightbox_overlay,
    .help {
        display: none !important;
    }
}
