/* color scheme */
.colorlightgrey { background: #f9f9f9 }
.colorlightgreygridrow { background: #f1f1f1 }
.colorlight { background: #eaecf1 }
.colormedium { background: #535c7b; }
.colordark { background: #475170; }

/* TIJDELIJK VOOR DEMO */


/* Timeout popup */
#timeout { display: none; top: calc(50% - 95px); left: calc(50% - 225px); height: 190px; width: 450px; background: #fff; border: 1px solid #aaa; font-size: 14px; }
    #timeout .meter { height: 5px; position: relative; background: #f3efe6; overflow: hidden; }
        #timeout .meter span { display: block; height: 100%; }
    #timeout .progress { background-color: #f00; -webkit-animation: progressBar 60s ease-in-out; -webkit-animation-fill-mode: both; -moz-animation: progressBar 60s ease-in-out; -moz-animation-fill-mode: both; }

@-webkit-keyframes progressBar {
    0% { width: 0; }
    100% { width: 100%; }
}

@-moz-keyframes progressBar {
    0% { width: 0; }
    100% { width: 100%; }
}


html, body { height: 100%; width: 100%; }
#mainscreen {  height: 100%; width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; overflow: hidden }
#sidebar { background: #fff; float: left; width: 250px; }
h1 { font-size: 25px; color: #333; margin-top: 5px; display: inline-block; }

/* menu */
#menubar { position: relative; }
#mainmenu { font-size: 13px; padding-left: 0; list-style: none; width: 250px; }
    #mainmenu .sidemenutop { display: block;  margin-top: 0; width: calc(100% - 30px) ;overflow:hidden}
        #mainmenu .sidemenutop .menulogo { background: url('/topmenulogo.png'); display: block; height: 50px; width: 200px; background-size: 200px 50px; margin-top:10px; }
    #mainmenu ol, #mainmenu ul { margin: 0; padding: 0 0 0 15px; height: 0; overflow: hidden; list-style: none; }
        #mainmenu ol.structsort .mjs-nestedSortable-collapsed > ol { height: 0 }
        #mainmenu ol.structsort .mjs-nestedSortable-collapsed.open > ol { height: auto }

/*    #mainmenu .mjs-nestedSortable-expanded.open > ol { margin: 0 0 5px 0; }*/
    #mainmenu a { font-family: 'Poppins', sans-serif; font-size: 12px; display: block;text-decoration: none; color: #333; padding-left: 25px; border-left: 5px solid #fff }
    /*    #mainmenu a:hover { font-weight: 600;background: #d9e7ed;border-left:3px solid #206d92}*/
    #mainmenu .linksort a:hover { font-weight: 500; background: #d9e7ed; border-color: #206d92 }
    #mainmenu a > svg { width: 30px; height: 14px; margin-left: -20px; color: #475170; }
    #mainmenu li.open > a.nav-submenu, #mainmenu a:hover { color: #535c7b }
    #mainmenu > li { height: auto; margin-top: 10px }
        #mainmenu > li > ol > li > a > svg { margin-right: 15px; height: 17px; margin-bottom: -2px }
        #mainmenu > li > ol > li > ol { margin-left: 25px }
            #mainmenu > li > ol > li > ol > li > a > svg { width: 20px; margin-bottom: -2px }
            #mainmenu > li > ol > li > ol > li > ol { font-style: italic }

        /* top level */
        #mainmenu > li > a { padding: 10px 20px; font-size: 14px }
        #mainmenu > li > ol { padding-left: 0; height: auto }
        #mainmenu > li:first-child { border-top: none }
        #mainmenu > li:nth-child(2) > a { padding-top: 0 }
        #mainmenu > li:nth-child(2) .blockheader { border-top: none }
    #mainmenu .blockheader { text-transform: uppercase; font-size: 12px; padding-top: 10px; border-top: 1px solid #ccc; display: block; margin-left: -15px; font-weight: 700 }
    #mainmenu .mjs-nestedSortable-expanded.open > a { font-weight: 800 }
    #mainmenu .viewstate_visible, #mainmenu .viewstate_mask, #mainmenu .viewstate_hide { padding: 1px 5px 1px 13px; }
    #mainmenu .viewstate_mask { background: #eee; }
        #mainmenu .viewstate_mask:after { content: " hidden"; font-size: 8px; font-style: italic }
    #mainmenu .viewstate_hide { background: #535c7b; color: #fff; }
        #mainmenu .viewstate_hide:after { content: " no webpage "; font-size: 8px; font-style: italic }

    #mainmenu li.open > a.nav-submenu.viewstate_hide, #mainmenu a.viewstate_hide:hover { color: #fff }

    #mainmenu > li > a >.blockheader>.haschildren {   display:none}

    #mainmenu .li_cnx_website > ol > li > a { font-weight: 800; text-transform: uppercase }
    /* collapse menu default */
    #mainmenu li.open > ol { height: auto; }
        #mainmenu li.open > ol > li { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
    #mainmenu .mjs-nestedSortable-expanded.open > ol { }

    /* Menu dynamic pages */
    #mainmenu > li.li_cnx_dynpages { font-size: 14px; color: #333; font-weight: 500; }
        #mainmenu > li.li_cnx_dynpages > ol > li > a { padding-left: 30px; line-height: 40px; font-size: 14px; }
            #mainmenu > li.li_cnx_dynpages > ol > li > a > svg { height: 20px; fill: #f00 }
    /* template HIDEN!!! */
/*   #mainmenu > li.li_cnx_links { display: none }*/

#adminmenustatus { background:#fff;color:#aaa}
#adminmenustatus:hover { background: #17698f; color: #fff }

.cogmenubar { position: absolute; bottom: 10px; left: 0px; width: 100% }
.cogselect { overflow:hidden;display:block;}
.cogselect > a { float: left; padding: 5px 3px;  border: 1px solid #ccc;text-align:center }
.cogselect a.menu_active, .cogselect > a:hover { background: #ff0 }
.cogbar > a { margin-top:10px}
.cogmenubar .cogbar { display: block; border-top: 1px solid #ccc;padding-top:5px; }
.cogmenubar .cogbar .icon{ display: inline-block; vertical-align: middle; }

    .cogmenubar .cogbar svg {margin-left:10px;height:18px }
/*#mainmenu .gridmenu.cogbar.toolbox .menu_user { border: none; padding: 0 16px; margin-left: 5px; background: #deede6; display: inline-block; line-height: 25px; height: 25px; border-left: 5px solid #206d92;font-weight:600 }
*/

#mainmenu .gridmenu.cogbar.toolbox .menu_user { border: none; padding: 0 16px; margin-left: 5px; background: #fff; color: #aaa; display: inline-block; line-height: 25px; height: 25px; }
    #mainmenu .gridmenu.cogbar.toolbox .menu_user:hover { color: #333; }
    #mainmenu .gridmenu.cogbar.toolbox .menu_user.menu_admin { background: #17698f; color: #fff }
    #mainmenu .gridmenu.cogbar.toolbox .menu_user.menu_admin:hover { color: #aaa }


.fullback {  left: 0; top: 0; width: 100%; height: 100%; z-index: 5000; }
    .fullback > .content {  margin:15px;border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.6); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); }
.headertop { margin-bottom:20px}


@media screen and (max-width: 1024px) {
    .fullback { position: fixed; background: rgb(0,0,0,0.5); overflow-y: scroll; }
        .fullback .headertop { display:none}
}

    /*    #mainmeeeenu .cogbar .cogselect a.menu_active, #mainmenu .cogmenubar .cogselect a:hover{ background: #deede6; bordger: 1px solid #333; bgorder-radius: 15px; color: #333 }
*/ /*    #mainmenu > li.li_cnx_dynpages { font-size: 16px }
        #mainmenu > li.li_cnx_dynpages > ol > li > a { padding-left: 30px; line-height: 40px; }
            #mainmenu > li.li_cnx_dynpages > ol > li > a > svg { height: 20px; fill: #f00 }*/
    .block { display: block; border-radius: 10px; background: #fff;  padding: 10px; max-width: 1250px; }
        .block .itemadd { display: block; border-radius: 5px; background: #dbe8ed; height: 40px; width: 100% }
    .blockheader { position: relative; }
        .blockheader h3 { font-size: 20px; font-weight: 700; line-height: 35px; magrgin-left: 30px; height: 35px; display: block; }
        .blockheader .toolbox { position: absolute; right: 0; top: 10px; }
            .blockheader .toolbox svg { fill: #17698f; }
        .blockheader .formtopline { position: absolute; right: 15px; top: 10px; }
        .blockheader .paralinks { line-height: 28px; height: 35px; }
        .blockheader .languagebar { margin-left: 15px; height: 35px; }
        /*    .blockheader .paralinks { position: absolute; right: 40px; top: 10px; }*/
        .blocklist { margin: 20px;max-width: 800px; }
        .blocklist > div { display: block; border-bottom: 1px solid #ddd; margin: 5px 0; padding-bottom: 5px; position: relative }
        .blocklist .spanheader { display: block; }
        .blocklist .actionlink { float: right; color: #17698f; padding-left: 30px }
        .blocklist .spanheader h3 { display: inline-block; line-height: 20px; font-weight: 500; margin: 0; font-size: 18px; border-radius: 5px; padding: 2px 5px; }
        .blocklist .spanheader .status { display: inline-block; background: #17698f; border-radius: 5px; padding: 2px 5px; line-height: 15px; margin-right: 5px; color: #fff; font-size: 11px }
            .blocklist .spanheader .status.inactive { background: #98bccd }
            .blocklist .spanheader .status.status_won { background: #17698f; }
        .blocklist .blockline { display: block; padding-left: 15px;  color: #17698f }
            .blocklist .blockline h4 { margin: 0; font-style: italic; font-size: 12px; display: inline-block; font-weight: 600; color: #17698f }
        .blocklist > div > .blockline, .blocklist .spanheader { margin-right: 60px; }
        .blocklist > div > .blockline { color: #333; }
    .changedate { font-size: 10px; font-style: italic; }
    /*.headertop { display: none !important }*/







    /* Dropdown Button */
    .dropbtn { background-color: #04AA6D; color: white; padding: 16px; font-size: 16px; border: none; }

    /* The container <div> - needed to position the dropdown content */
.gridmenu { position: relative; display: inline-block;  float: left; width: 100%; }
    .gridmenu.toolbox {margin-top:7px; }
        .gridmenu .men_blue { background: #deede6 }
        .gridmenu.toolbox svg:nth-child(2) { margin-left: -3px; }
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }
        .dropdown-content.bottom { bottom: 20px; }
    .dropdown_menu.left { left: 5px; }
    /* Links inside the dropdown */
    .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover { background-color: #ddd; }

    /* Show the dropdown menu on hover */
    .gridmenu .icon:hover .dropdown_menu { display: block; }

    /* Change the background color of the dropdown button when the dropdown content is shown */
    .gridmenu:hover .dropbtn { background-color: #3e8e41; }



    /*******************************/
    /* GLOBAL                      */
    /*******************************/
    hjjtml, .login { height: 100% }
    body { font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; }
        body.compensate-for-scrollbar { overflow: hidden; }


    a { text-decoration: none; color: #535c7b; }
    svg { font-size: 20px; width: 1em; height: 13px }
    .masterform { display: block; height: 100%; overflow-y: auto; float: left; width: 100%; background: #eeeef3 }
    textarea, input[type="text"], input[type="button"], input[type="submit"], selectline { -webkit-appearance: none; border-radius: 0; }
    .maincontent { height: auto; left: 0px; clear: both; position: relative; min-height: calc(100% - 25px); background: #f9f9f9 }
    #main-container { padding-bottom: 150px; background: #f9f9f9; margin-top: 45px }
    #contentScreen { overflow-y: auto; left: 0; top: 0; width: 100%; margin-left: 55px; margin-top: 25px; max-width: 1250px; width: calc(100% - 90px) }
        #contentScreen > .content { margin:12px; box-shadow: 0 0 10px rgba(0,0,0,0.6); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); }
    .content { margin: 0 auto;  max-width: 100%; overflow-x: visible; }
    .hidecontrol { display: none }

    @media screen and (min-width: 768px) {

        .content p,
        .content .push,
        .content .items-push > div { margin-bottom: 30px; }
        .content .items-push-2x > div { margin-bottom: 60px; }
        .content .items-push-3x > div { margin-bottom: 90px; }
        .content.content-full { padding-bottom: 30px; }
            .content.content-full .pull-b { margin-bottom: -30px; }
        .content .pull-t { margin-top: -30px; }
        .content .pull-r-l { margin-right: -30px; margin-left: -30px; }
        .content .pull-b { margin-bottom: -1px; }
        .content.content-boxed { max-width: 1280px; }
        .content.content-narrow { max-width: 95%; }
        .content .row { margin-right: 0 }
    }

    @media screen and (max-width: 768px) {
        .content { padding-left: 0 }
    }


    /*******************************/
    /* DASHBOARD                   */
    /*******************************/
    .dashboardheader { background: #eaecf1; padding: 5px 50px }
        .dashboardheader h1 { font-size: 36px; }
    .dashboardpage { padding: 30px 10px; display: table; display: flex; flex-direction: row; flex-wrap: wrap; border-spacing: 15px; }
        .dashboardpage .dashboardblock { border: 1px solid #eaecf1; width: calc(33.3% - 20px); margin: 10px; background: #fff; transition: box-shadow 83ms; -webkit-box-shadow: 0px 0px 19px 4px rgba(77,47,77,0.38); -moz-box-shadow: 0px 0px 19px 4px rgba(77,47,77,0.38); box-shadow: 0px 0px 19px 4px rgba(77,47,77,0.38); }
            .dashboardpage .dashboardblock h2 { margin-top: 0; padding: 10px 20px; font-size: 25px; font-weight: 300; color: #fff; background: #3b608f; box-shadow: 0 4px 3px -1px #1d4e89; }
            .dashboardpage .dashboardblock .mainblock { padding: 20px; }
        .dashboardpage .blocklink { }
            .dashboardpage .blocklink a { display: block; font-weight: 700; cursor: pointer; padding: 5px }
                .dashboardpage .blocklink a .subline { display: block; font-weight: 300; margin-left: 20px }
                .dashboardpage .blocklink a:hover { text-decoration: none; color: #333; background: #eaecf1 }
                    .dashboardpage .blocklink a:hover .subline { color: #333 }
                .dashboardpage .blocklink a em { font-size: 10px; display: block }

    /*@media screen and (max-width:1100px) {
        .dashboardpage .dashboardblock { width: calc(50% - 20px); }
            .dashboardpage .dashboardblock:nth-child(2n+1) { }
    }

    @media screen and (max-width:700px) {
        .dashboardpage { padding: 20px 10px }
            .dashboardpage .dashboardblock { width: 100%; margin: 0 }
    }*/


    .dashboardheader { background: none }
    dashboardheader h1 { color: #90bfd9 }
    .dashboardpage .dashboardblock h2 { background: none; color: #4babb7; box-shadow: none; margin: 30px 20px 0 20px; border-bottom: 1px solid #4babb7; padding: 0 0 10px 0 }
    .dashboardpage .dashboardblock { background: #eaeef1; width: calc(100% - 2px); box-shadow: none; margin: 10px 0; margin-right: 2px }



        .dashboardpage .dashboardblock:nth-child(4n+2) { background: #e5eaed }
        .dashboardpage .dashboardblock:nth-child(4n+3) { background: #dce1e5 }
        .dashboardpage .dashboardblock:nth-child(4n+4) { background: #bbcdd7 }
    /*.iconbar.menuitem, .iconbar.useritem { background: #294d59 }*/
    .dashboardblock .blocklist > .listrow { display: block }

        .dashboardblock .blocklist > .listrow > span { display: block; font-weight: 300; margin-left: 20px; }
            .dashboardblock .blocklist > .listrow > span:first-child { font-weight: 700; margin-left: 0; color: #535c7b; }
        .dashboardblock .blocklist > .listrow .changedate { font-weight: 300; font-size: 11px }

    /*@media screen and (min-height: 1200px) {
    .dashboardpage .dashboardblock { width: calc(20% - 2px); }
}

@media screen and  (min-height: 1200px) {
    .dashboardpage .dashboardblock { width: calc(25% - 2px); }
}*/

    /*@media screen and (min-height: 900px) {
    .dashboardpage .dashboardblock { width: calc(33.33% - 2px); }
}*/
    @media (min-width:600px) {
        .dashboardpage .dashboardblock { width: calc(50% - 2px); }
    }

    @media (min-width:768px) {
        .dashboardpage .dashboardblock { width: calc(33.33% - 2px); }
    }

    @media (min-width:1000px) {
        .dashboardpage .dashboardblock { width: calc(25% - 2px); }
    }

    /*@media (min-width:1200px) {
    .dashboardpage .dashboardblock { width: calc(20% - 2px); }
}
@media (min-width:1500px) {
    .dashboardpage .dashboardblock { width: calc(16.66% - 2px); }
}*/
    /*******************************/
    /* TOPMENU                     */
    /*******************************/
    /* Topmenu - iconbar left*/
    #topmenu { width: 100%; display: block; z-index: 3000; position: fixed; top: 0; height: 45px; background: #fff; -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 8px 6px -6px black; }
    .iconbar { font-size: 20px; display: inline-block;  text-align: center; width: auto; padding: 0 5px; margin-right: 20px; }
        .iconbar h4 { font-size: 9px; width: 50px; display: block; text-align: center; margin-top: -2px; }

        .iconbar svg { height: 20px; color: #17698f; }
        .iconbar:hover, .iconbar.active { color: #475170; background: #dce1e5 }
            .iconbar:hover .dropdown_menu, .iconbar:active .dropdown_men { display: block; }
        /*    .iconbar.menuitem { background: #3b608f; color: #fff; }*/
        .iconbar.useritem { position: absolute; right: 0; background: #3b608f; color: #fff; }
        .iconbar .dropdown_menu { color: #475170 }
    .sidemenutop .iconbar { display: none; width: 40px; height: 45px; margin-left: -10px; background: #3b608f; color: #fff; font-size: 20px; height: 45px; text-align: center; width: auto; padding: 0 5px; }
    /*.sidemenutop .iconbar:hover, .sidemenutop .iconbar:active { background: #535c7b; color: #fff }*/
    #busyicon { display: none }
    .countdown { animation: fa-spin 2s infinite linear; }
    /* rotating processing icon */
    .iconbar.rotating { color: #f00 }
        .iconbar.rotating svg { animation: fa-spin 2s infinite linear; }

    @-webkit-keyframes fa-spin {
        0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
        100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) }
    }

    @keyframes fa-spin {
        0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
        100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) }
    }


    /* Topmenu - buttons right */
    /*.linkbar { right: 65px; bottom: -1px; position: absolute }
    .linkbar .btn { padding: 5px 20px; font-size: 11px; margin-right: 5px; background: none; border: none }
    .linkbar a { padding: 5px 10px; text-decoration: none; font-size: 11px }
        .linkbar a svg { margin-right: 5px }
        .linkbar a i { font-size: 14px }
        .linkbar a.pagelink { line-height: 25px; display: inline-block; border: 1px solid #535c7b; border-radius: 4px 4px 0 0; margin-left: 5px; font-weight: 600; color: #475170 }
            .linkbar a.pagelink:hover, .linkbar a.pagelink.active { background: #535c7b; color: #fff }
    .linkbar .btn.recordchanged { background: green; color: #fff }*/

    /* Topmenu - dropdown */
    .dropdown_menu { display: none; border-radius: 5px; position: absolute; background-color: #fff; min-width: 220px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; font-size: 12px; margin-top: -7px }
        .dropdown_menu.right { right: 0 }
        .dropdown_menu.bottom { bottom: 20px; }
        .dropdown_menu a { display: block; text-align: left; text-decoration: none; line-height: 18px; padding: 3px 12px; color: #475170; font-weight: 400; cursor: default;font-size:13px; }
            .dropdown_menu a:first-child { padding-top: 10px }
            .dropdown_menu a.topline { border-top: 1px solid #b3b6b9; line-height: 25px; }
            .dropdown_menu a.doubletopline { border-top: 2px solid #b3b6b9; padding-top: 7px; margin-top: 7px; }
            .dropdown_menu a.userprofile { color: #1394cd; font-weight: 800; padding-left: 42px; }
            .dropdown_menu a.link { cursor: pointer }
                .dropdown_menu a.link:hover { background: #eaecf1 }
            .dropdown_menu a.menudivider, .dropdown_menu a.menudivider:hover { background: #eaecf1; border-top: 1px solid #b3b6b9; border-bottom: 1px solid #b3b6b9; text-transform: uppercase; font-weight: 800; cursor: default; color: #475170 }
    .useritem .dropdown_menu { right: 5px; }

    /* Topmenu - dropdown - userprofile */
    .userline { display: block; text-align: left; padding: 5px 10px 5px 0; cursor: default }
        .userline > svg { font-size: 30px; }
    #topmenu { right: 0; width: 700px }
        #topmenu .iconbar { display: none; }
            #topmenu .iconbar.useritem, #topmenu .iconbar.menuitem { display: block }
    /* Breadcrumb */
    .breadcrumb { background: none }
    .formtitle { padding: 8px 15px 0 15px; margin-bottom: 0 }

    /*******************************/
    /* LEFT MENUBAR                */
    /*******************************/
    /*#sidebar { width: 250px; display: none; height: 100%; position: fixed; top: 0; overflow-y: auto; background: #fff; z-index: 9999; -webkit-box-shadow: 8px 0 6px -6px black; -moz-box-shadow: 8px 0 6px -6px black; box-shadow: 8px 0 6px -6px black; }
    #sidebar.overscroll { display: none }
*/


    /* arrow collapse/expand */
    /*#mainmenu a.nav-submenu:after { content:""; background:#f00;width:10px;height:10px;display:inline-block}
        #mainmenu li.open a.nav-submenu:after { content: ""; background: #ff0; width: 10px; height: 10px; display: inline-block }*/
    /*#mainmenu a.nav-submenu { position: relative; padding-right: 30px; }
        #mainmenu li.open > a.nav-submenu:before { content: " e"; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'%3E%3C/path%3E%3C/svg%3E"); }*/

    /* dragcontrol */
    .placeholder { border: 1px #333 dashed; width: 200px; background: #eee; height: 15px; margin-left:25px;}
    /*.placeholder { outline: 1px dashed #4183C4; }*/

    /* Context popup menu */
    .context-menu-root { -webkit-user-select: none; display: none; position: absolute; left: 100px; top: 100px; min-width: 200px; list-style-type: none; margin: 0; padding: 0; background-color: #fff; box-shadow: 5px 3px 8px #888888; }
        .context-menu-root > li { position: relative; display: block; padding: 3px 12px; text-decoration: none; margin: 1px; line-height: 20px; color: #475170; font-size: 12px }
            .context-menu-root > li.menudivider { background: #eaecf1; border-top: 1px solid #b3b6b9; border-bottom: 1px solid #b3b6b9; text-transform: uppercase; font-weight: 800; cursor: default; color: #475170; margin: 0 }
                .context-menu-root > li.menudivider.menutitle { background: #475170; border-top: 0; color: #fff; font-size: 12px }
            .context-menu-root > li.context-menu-separator { border-top: 1px solid #eaecf1; height: 1px; padding: 0 12px; margin: 0 1px }
            .context-menu-root > li:hover { background: #eaecf1; }


    /*******************************/
    /* Modal dialog                */
    /*******************************/
    .modal-dialog { width: 600px; position: fixed; left: calc(50% - 300px); top: calc(30% - 150px) }
    .modal-header { background-color: #17698f; color: #fff }

    /*******************************/
    /* GRID                        */
    /*******************************/
    /* init table */
    #dataGrid_wrapper { position: relative }
/*    .table-striped > tbody { background: #f9f9f9 }
*/
     .table-striped > tbody > tr:nth-of-type(2n+1) { background: #fff }
.table-striped > tbody > tr:hover { background: #dbe8ed;cursor:pointer}
table.dataTable { border: none; margin-bottom: 25px; border-bottom: 15px solid #fff; }
        table.dataTable .label-danger, table.dataTable .label-active { margin-bottom: 10px; position: absolute; top: 0; bottom: 0px; margin: 0; padding-top: 12px; width: 60px; color: #fff; text-align: center }
        table.dataTable .label-active { background: #d0dff1; color: #0a3552 }
        table.dataTable .editor_edit { margin-left: 70px; }
            table.dataTable .editor_edit:hover { color: #f00 }
    .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #f0f0f0; border-bottom: 2px ridge #ddd; }

    /* grid controls  */
    .smalltext { width: 100px }
    .dataTables_length { position: absolute; right: 0; bottom: -35px; }
    .dataTables_info { float: left }
    .dataTables_paginate { float: right }
        .dataTables_paginate .paginate_button { box-sizing: border-box; display: inline-block; min-width: 1.5em; padding: 0.5em 0.4em; margin-left: 2px; text-align: center; text-decoration: none !important; cursor: pointer; color: #475170 !important; border: 1px solid transparent; border-radius: 2px; }
            .dataTables_paginate .paginate_button:hover { background: #f3f6f8; }
            .dataTables_paginate .paginate_button.current { background: #f3f6f8; }
            .dataTables_paginate .paginate_button.disabled { display: none }

    .dataTable ul { padding-left: 10px }
    /* headers with sorting-mouseover */
table.dataTable thead > tr > th { border: none; vertical-align: bottom; padding-top: 20px; position: relative; color: #17698f;  text-decoration: underline; }
    table.dataTable thead { background: #fff }
        table.dataTable thead th { padding-right: 30px; overflow-x: visible; line-height: 15px }
            table.dataTable thead th:before { font-weight: 400; font-size: 12px; display: block; background: no-repeat; padding-left: 15px; background-size: 10px 15px; width: 150px; display: block; position: absolute; top: 3px; left: 0; }
            /*table.dataTable thead th.sorting:hover:before { content: "sorteer oplopend"; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='sort' class='svg-inline--fa fa-sort fa-w-9' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='currentColor' d='M25.07 288.05h238c21.4 0 32.1 25.9 17 41l-119 119a23.9 23.9 0 0 1-33.9 0l-119.1-119c-15.07-15.05-4.4-41 17-41z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='currentColor' d='M8.07 183.05l119.1-119a23.9 23.9 0 0 1 33.9 0l119 119c15.1 15.1 4.4 41-17 41h-238c-21.4 0-32.07-25.9-17-41z' opacity='0.4'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }*/
            table.dataTable thead th.sorting_desc:hover:before, table.dataTable thead th.sorting:hover:before { content: "sorteer oplopend"; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='sort' class='svg-inline--fa fa-sort fa-w-9' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='currentColor' d='M25.07 288.05h238c21.4 0 32.1 25.9 17 41l-119 119a23.9 23.9 0 0 1-33.9 0l-119.1-119c-15.07-15.05-4.4-41 17-41z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='currentColor' d='M8.07 183.05l119.1-119a23.9 23.9 0 0 1 33.9 0l119 119c15.1 15.1 4.4 41-17 41h-238c-21.4 0-32.07-25.9-17-41z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
            table.dataTable thead th.sorting_asc:hover:before { content: "sorteer aflopend"; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='sort' class='svg-inline--fa fa-sort fa-w-9' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='currentColor' d='M25.07 288.05h238c21.4 0 32.1 25.9 17 41l-119 119a23.9 23.9 0 0 1-33.9 0l-119.1-119c-15.07-15.05-4.4-41 17-41z'%3E%3C/path%3E%3Cpath class='fa-primary' fill='currentColor' d='M8.07 183.05l119.1-119a23.9 23.9 0 0 1 33.9 0l119 119c15.1 15.1 4.4 41-17 41h-238c-21.4 0-32.07-25.9-17-41z' opacity='0.4'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

    /* grid row, with mouse over actions */
    .dataTable td { position: relative; overflow: hidden }
        .dataTable td svg { height: 30px }
    .dataTable tbody tr > td { border:none;border-bottom: 1px solid #ddd }
    /*.dataffTable tr:hover > td:nth-child(3):after { content: ""; margin-left: 10px; height: 10px; width: 10px; display: inline-block; background: no-repeat; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='pencil-alt' class='svg-inline--fa fa-pencil-alt fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M493.255 56.236l-37.49-37.49c-24.993-24.993-65.515-24.994-90.51 0L12.838 371.162.151 485.346c-1.698 15.286 11.22 28.203 26.504 26.504l114.184-12.687 352.417-352.417c24.992-24.994 24.992-65.517-.001-90.51zM164.686 347.313c6.249 6.249 16.379 6.248 22.627 0L368 166.627l30.059 30.059L174 420.745V386h-48v-48H91.255l224.059-224.059L345.373 144 164.686 324.687c-6.249 6.248-6.249 16.378 0 22.626zm-38.539 121.285l-58.995 6.555-30.305-30.305 6.555-58.995L63.255 366H98v48h48v34.745l-19.853 19.853zm344.48-344.48l-49.941 49.941-82.745-82.745 49.941-49.941c12.505-12.505 32.748-12.507 45.255 0l37.49 37.49c12.506 12.506 12.507 32.747 0 45.255z'%3E%3C/path%3E%3C/svg%3E"); }*/
    .dataTable tr::before { display: inline-block; width: 20px; height: 20px; display: inline-block; background: #f00; position: absolute; left: 10px; top: 10px }

    /* first action col, also to stay visible when dropdownmenu */
    .dataTable tr:hover > td:first-child .tableaction { display: block }
    .table-bordered > tbody > tr > td.actioncol, table.dataTable thead th.actioncol { width: 20px; background: #fff; border: none; padding: 0; padding-top: 4px; padding-left: 8px }
    .tableaction { display: none; height: 25px; margin-top: 5px; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='chevron-circle-down' class='svg-inline--fa fa-chevron-circle-down fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='currentColor' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm152.5 226.4L273 369.9a24 24 0 0 1-34 0L103.5 234.4a23.9 23.9 0 0 1 0-33.9l17-17a23.9 23.9 0 0 1 33.9 0L256 285.1l101.6-101.6a23.9 23.9 0 0 1 33.9 0l17 17a23.9 23.9 0 0 1 0 33.9z' opacity='0.1'%3E%3C/path%3E%3Cpath class='fa-primary' fill='currentColor' d='M239 369.9L103.5 234.4a23.9 23.9 0 0 1 0-33.9l17-17a23.9 23.9 0 0 1 33.9 0L256 285.1l101.6-101.6a23.9 23.9 0 0 1 33.9 0l17 17a23.9 23.9 0 0 1 0 33.9L273 369.9a24 24 0 0 1-34 0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
    .dataTable td.showmenu .tableaction { display: block }

    /* viewstate column */
    /*.dataTable tbody tr > td.*/
    .viewstate { padding: 0; background: #fff }
        .viewstate > span { display: block; width: 24px; height: 16px; background-size: 20px 16px; background: no-repeat }
            .viewstate > span.viewstate_, .viewstate > span.viewstate_true, .viewstate > span.viewstate_visible { background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='eye' class='svg-inline--fa fa-eye fa-w-18' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288 288a64 64 0 0 0 0-128c-1 0-1.88.24-2.85.29a47.5 47.5 0 0 1-60.86 60.86c0 1-.29 1.88-.29 2.85a64 64 0 0 0 64 64zm284.52-46.6C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 96a128 128 0 1 1-128 128A128.14 128.14 0 0 1 288 96zm0 320c-107.36 0-205.46-61.31-256-160a294.78 294.78 0 0 1 129.78-129.33C140.91 153.69 128 187.17 128 224a160 160 0 0 0 320 0c0-36.83-12.91-70.31-33.78-97.33A294.78 294.78 0 0 1 544 256c-50.53 98.69-148.64 160-256 160z'%3E%3C/path%3E%3C/svg%3E"); }
            .viewstate > span.viewstate_hide, .viewstate > span.viewstate_false, .viewstate > span.viewstate_hide { background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='eye-slash' class='svg-inline--fa fa-eye-slash fa-w-20' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%23f00' d='M637 485.25L23 1.75A8 8 0 0 0 11.76 3l-10 12.51A8 8 0 0 0 3 26.75l614 483.5a8 8 0 0 0 11.25-1.25l10-12.51a8 8 0 0 0-1.25-11.24zM320 96a128.14 128.14 0 0 1 128 128c0 21.62-5.9 41.69-15.4 59.57l25.45 20C471.65 280.09 480 253.14 480 224c0-36.83-12.91-70.31-33.78-97.33A294.88 294.88 0 0 1 576.05 256a299.73 299.73 0 0 1-67.77 87.16l25.32 19.94c28.47-26.28 52.87-57.26 70.93-92.51a32.35 32.35 0 0 0 0-29.19C550.3 135.59 442.94 64 320 64a311.23 311.23 0 0 0-130.12 28.43l45.77 36C258.24 108.52 287.56 96 320 96zm60.86 146.83A63.15 63.15 0 0 0 320 160c-1 0-1.89.24-2.85.29a45.11 45.11 0 0 1-.24 32.19zm-217.62-49.16A154.29 154.29 0 0 0 160 224a159.39 159.39 0 0 0 226.27 145.29L356.69 346c-11.7 3.53-23.85 6-36.68 6A128.15 128.15 0 0 1 192 224c0-2.44.59-4.72.72-7.12zM320 416c-107.36 0-205.47-61.31-256-160 17.43-34 41.09-62.72 68.31-86.72l-25.86-20.37c-28.48 26.28-52.87 57.25-70.93 92.5a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448a311.25 311.25 0 0 0 130.12-28.43l-29.25-23C389.06 408.84 355.15 416 320 416z'%3E%3C/path%3E%3C/svg%3E"); }



    /* searchboxes */
.leadsearchbar { display: flex; background: #98bccd; padding: 10px; border: 10px; max-width: 1250px; margin-left:5px}
.searchbar { background: #eaecf1; width: 100%; margin-bottom: 20px; border-bottom: 1px solid #999; padding-left: 45px }
    .searchbox { position: relative; margin-right: 15px }
    .sffearchbox { border: 1px solid #eee; background: #fff; display: inline-block; width: 250px; margin: 10px 15px; position: relative }
    .sesarchbox > input, .sesarchbox > select { width: 75%; border: none; display: inline-block; height: 35px; vertical-align: top; padding-left: 5px; }
    .searchbox > input, .searchbox > select { border: 1px solid #ddd; border-radius: 5px; height: 25px; width: 100%; padding: 2px 23px 2px 30px; outline: 0; }

        .searchbox > input:focus { outline: none; }
    .searchbox .close-icon, .searchbox .searchicon { content: " "; background: no-repeat; height: 20px; width: 15px; background-repeat: no-repeat; }
    .searchbox .searchicon { position: absolute; top: 6px; left: 8px; width: 14px; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='search' class='svg-inline--fa fa-search fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' opacity='1' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'%3E%3C/path%3E%3C/svg%3E"); }
    .searchbox .close-icon { display: none; position: absolute; top: 6px; right: 8px; width: 14px; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='times-circle' class='svg-inline--fa fa-times-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' opacity='1' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'%3E%3C/path%3E%3C/svg%3E"); }
    .searchbox select { -moz-appearance: none; -webkit-appearance: none; border: none; display: inline-block }
        .searchbox select.placeholder { color: #aaa; background: #fff; outline: none }
        .searchbox select::-ms-expand { display: none; }
    /*li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering li > a { border-color: #999; border: 2px solid #f00 }*/

    /* Breadcrumb */
    .filters.maingrid { margin: 20px 10px }
    /* menu-items right container  */
    .containermenu_toggle { border-radius: 10px 10px 0 0; position: fixed; transform: rotate(-90deg); width: 150px; right: -60px; top: 170px; border: 1px solid #475170; background: #fff; color: #475170; z-index: 2000; }
        .containermenu_toggle span { text-align: center; color: #475170; line-height: 30px; padding: 6px 0; font-weight: 600; }
        .containermenu_toggle > a { text-decoration: none }
        .containermenu_toggle .expanded .down, .containermenu_toggle .collapsed .up { display: none }
        .containermenu_toggle .expanded .up, .containermenu_toggle .collapsed .down { display: block }
    .containermenu_add { border-radius: 10px 0 0 10px; position: fixed; top: 280px; right: -195px; z-index: 2000; min-height: 250px; border: 1px solid #475170; background: #fff; color: #475170; }
        .containermenu_add > a { position: absolute; width: 200px; top: 75px; left: -79px; color: #475170; font-weight: 600; transform: rotate(-90deg); }
            .containermenu_add > a:hover, .containermenu_toggle > a { text-decoration: none; font-weight: 800 }
        .containermenu_add .dragitems { list-style: none; margin-left: 30px; padding-left: 10px; position: relative; width: 200px; overflow-y: auto; overflow-x: hidden; max-height: 250px }
            .containermenu_add .dragitems li { margin: 5px 6px 6px 6px; display: inline-block; width: auto; min-width: 0; width: 160px }
                .containermenu_add .dragitems li:hover { cursor: move }
        .containermenu_add.expanded .down, .containermenu_add.collapsed .up { display: none }
        .containermenu_add.expanded .up, .containermenu_add.collapsed .down { display: block }

    .inneraddblock { float: right; margin-right: 10px; font-size: 25px; cursor: copy; text-decoration: none }

    /*******************************/
    /* FORMULIER                   */
    /*******************************/
    /*.addblock { display: block; height: 40px; border: 1px dashed #475170; background: #eaecf1; width: 100%; text-align: center; line-height: 40px; font-size: 16px; font-weight:700;text-transform:uppercase;position:relative}*/
    /*    .addblock { background: #f9f9f9; color: #333; height: 40px; border: 1px dashed #475170; width: 100%; text-align: center; line-height: 40px; font-size: 16px; font-weight: 700; text-transform: uppercase; position: relative; width: 400px; margin: 0 auto; margin-bottom: 15px }
*/
    .addblock { float: right; background: #fff; color: #333; border: 1px solid #475170; line-height: 20px; font-size: 12px; font-weight: 700; margin-bottom: 15px; position: relative; right: 0; display: inline-block; padding: 5px 10px; text-align: right; margin-top:15px}
        .addblock:hover { background: #475170; color: #fff; }
        .addblock:before { content: " "; display: block; position: absolute; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-to-top' class='svg-inline--fa fa-arrow-to-top fa-w-12' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M24 32h336c13.3 0 24 10.7 24 24v24c0 13.3-10.7 24-24 24H24C10.7 104 0 93.3 0 80V56c0-13.3 10.7-24 24-24zm66.4 280.5l65.6-65.6V456c0 13.3 10.7 24 24 24h24c13.3 0 24-10.7 24-24V246.9l65.6 65.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L209 126.1c-9.4-9.4-24.6-9.4-33.9 0L39.5 261.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0z'%3E%3C/path%3E%3C/svg%3E"); }
    .linegroup.settingsblock { display: none; position: absolute; border: 1px solid #475170; background: #fff; z-index: 1000; right: -1px; top: 0; width: 450px }
        .linegroup.settingsblock h3 { background: #535c7b; color: #fff; margin: 0; display: block; line-height: 35px; width: 100%; text-align: left; padding-left: 10px; font-size: 16px; }
        .linegroup.settingsblock.wide h4 { display: block; background: no-repeat; text-transform: none; font-weight: 800; padding-left: 0 }
        .linegroup.settingsblock.wide .control, .linegroup.settingsblock.wide .control > input { background: #fafafa; }
        .linegroup.settingsblock .closeicon { display: block; position: absolute; right: 4px; top: 4px; width: 20px; height: 20px; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='times-circle' class='svg-inline--fa fa-times-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z'%3E%3C/path%3E%3C/svg%3E"); }
        .linegroup.settingsblock > div { padding: 10px; }
    .flexwrap .block-content { flex-wrap: wrap; display: flex; }
        .flexwrap .block-content > div { background: #fff }
        .flexwrap .block-content > .linegroup > div { height: 100% }



    .push-10 { margin-bottom: 10px !important; }
    .push-10-t { margin-top: 10px !important; }
    .para { float: left; margin-left: 10px }

    .inline .block-content > div { width: calc(100% - 60px) }
    .inline .block-header { border-bottom: none }
    .dragcontainer > li.inline { margin-top: 0 }
    .xonomy.nerd { padding: 10px; }
    /*.row > .block { max-width: 100% }*/
    .block { position: relative; overflow: hidden; }
    .block-header { position: relative; height: 37px; overflow: hidden; border-bottom: 1px solid #475170;  }
        .block-header .block-title { line-height: 40px; padding-left: 10px; margin-top: 0; font-size: 20px; position: relative; margin-top: 4px }

            .block-header .block-title.dragblocktitle { color: #17698f; font-size: 16px; font-weight: 800;margin-left:0;margin-top:0}
/*        .block-header .block-title input { background: none; border: none; font-size: 15px; width: 400px; margin-left: 5px; line-height: 30px; font-weight: 600; vertical-align: top }*/

            .block-header .block-title input { color: #17698f; font-size: 16px; font-weight: 800; margin-left: 0; margin-top: 0; vertical-align: top; background: none; border: none;line-height:28px }
            .block-header .block-title .dragicon { background-size: 37px 28px; height: 28px; width: 37px; }
        .block-header .block-options { position: absolute; right: 5px; top: 7px; font-size: 15px; line-height: 25px; list-style: none; vertical-align: top }
            .block-header .block-options a, .dragheader .block-options a { background: none; margin: 0; margin-right: 5px }

    .draggable_items > .block > .block-header { backgrgound: #3b608f; color: #fff }
/*        .draggable_items > .block > .block-header svg { color: #fff }
*/
    .block-content { border: none ;clear:both}
        .block-content h4 { font-size: 12px; line-height: 20px;  padding-left: 10px; margin-bottom: 5px; font-weight: 600; }
        .block-content > .formgroup > div > .control > input { background: #fafafa; border: none; width: 100%; margin-bottom: 15px; padding: 5px }

    .commandbut { float: right; display: block; width: 100%; padding: 10px; margin-right: 30px; padding-top: 15px; border-top: 1px solid #ccc; }

    .paralinks .pagelink { display: inline-block; margin: 0 5px; color: #98bccd }
        .paralinks .pagelink.active, .paralinks .pagelink:hover { border-bottom: solid 2px #17698f; text-decoration: none; color: #17698f }
.commandbut .btn, .gridmenu>.btn{ float: right; border: 1px solid #333; border-radius: 15px; margin-right: 10px; padding: 3px 16px; font-size: 12px }
        .commandbut .btn svg { margin-top: 3px; vertical-align: sub; }
        .commandbut .btn.btnsave { background: #deede6 }


        .commandbut .btn.btncancel { border: none; background: none; padding-top: 4px; }
    /*.ui-sortable .block-content { border: none }*/
    /*.feditorline:focus:before {content:"" }
.efditorline:before:empty { content: "ji"; }
.geditorline { --myPlaceholder: "defaultval" }*/
    /*div.editorline.empty_control:before { content: var(--myPlaceholder); content:'ccc'}*/
    /*.editorlinef:before { content: var(--myPlaceholder); contbent: 'ccc';width:20px; }*/
    /* header boven form*/
    .content-heading { font-size: 25px; color: #777; padding-left: 5px }
        .content-heading i { font-size: 13px; font-weight: normal; color: #475170; margin-left: 10px }
    .block-content .content-heading { margin-bottom: 0; margin-top: 10px }

    .languagebar .languageselector { float: right; padding: 4px 4px; background: #98bccd; margin: 2px; text-transform: uppercase; color: #fff; font-size: 10px; border: 1px solid #999; text-decoration: none; font-weight: 800 }
        .languagebar .languageselector.isactive, .languagebar .languageselector:hover { background: #17698f }

    /* line group*/
    .linegroup { display: inline-block; margin: 2px; box-sizing: content-box; overflow: hidden; vertical-align: top }
        .linegroup.center_linegroup { display: block; margin: 0 auto }
        .linegroup > div, .groupline {  clear: both; display: table; width: 100% }
        .linegroup > h3, .form-horizontal > h3 { width: 100%; margin: 0; padding: 0; font-size: 16px; font-weight: 800; line-height: 30px; padding-left: 10px; border-bottom: 1px solid #17698f; background: #fff; color: #17698f; margin: 10px 0 }
        .linegroup > div > h4, .groupline > h4 { width: 100px; margin: 0; padding: 5px 0 5px 10px; display: table-cell; font-weight: 600; font-size: 12px; vertfical-align: middle; }
        .linegroup.fullwidthitems > div > h4 { width: 100%; display: block }
        .linegroup .control { width: calc(100% ); margin: 0; position: relative; padding: 5px; }
            .linegroup .control.hidecaptioncolumn { margin-left: 0; margin-bottom: 10px }
            .linegroup .control > input, .linegroup .control > textarea, .linegroup .control > div > input, .linegroup .control > div > textarea { font-size: 12px; width: 100%; background: none; border: none; height: auto; padding: 2px 5px; border: solid #fff 1px;border-radius: 5px; }

                .linegroup .control > input:hover, .linegroup .control > textarea:hover, .linegroup .control > div > input:hover, .linegroup .control > div > textarea:hover { border-color:  #ddd  }

                .linegroup .control > span { margin-right: 15px }
                .linegroup .control > span.ctrlline { margin-right: 0 }
                    .linegroup .control > span > input, .linegroup .control > span.ctrlline > span > input { margin-right: 5px; vertical-align: bottom }
                        .linegroup .control > span > input[type="checkbox"], .linegroup .control > span.ctrlline > span > input[type="checkbox"] { vertical-align: middle; margin-top: 0 }
            .linegroup .control label { font-weight: normal; margin-bottom: 0; vertical-align: middle }
            .linegroup .control .newline { display: block; }

            .linegroup .control .numcontrol { text-align: right; margin-right: 5px; }
            .linegroup .control .small { width: 100px; font-size: 100% }
            .linegroup .control.right { text-align: right }
            .linegroup .control.small { width: 110px; font-size: 100% }
                .linegroup .control.small .select2-selection__arrow { right: -20px; }
                .linegroup .control.small .select2-selection__rendered { padding-right: 5px }




.select2-container--default .select2-selection--single .select2-selection__rendered { border: 1px solid #ddd;min-height:28px;}
/*  Paragraphdrag configuration */
.dragcontainer { list-style: none; clear: both; overflow: hidden; padding: 5px; background: #f9f9f9; min-height: 30px; display: flex; flex-wrap: wrap; }
    .dragcontainer > li { margin: 4px; float: left; background: #fff; margin-top: 10px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); border-radius: 15px }
            .dragcontainer > li.percent33 { width: calc(33.333% - 8px) }
    /*.ct_inneradd .dragcontainer { margin-right: 0 }*/
    .dragitems .dragblockicon { display: block }
        .ui-draggable > span.dragicon, .dragcontainer .dragicon, .dragitems .dragblockicon .dragicon { width: 37px; height: 28px; background-size: 37px 28px; margin-right: 10px; display: inline-block; backgground-color: #fff; bordger: 1px solid #aaa; bgox-shadow: 2px 2px; }
    .draggable_items .block-content { padding: 10px 3px; padding-bottom: 20px; position: relative }
    .draggable-handler { cursor: move; }
    .sortable > li > .dragblockicon { display: none }
    .draggable-placeholder { background-color: #f00; border: 1px dashed #ccc; width: 24%; height: 200px; margin-bottom: 4px }
    /*.para_default > div > div > .dragcontainer > .draggable_items > .block > .blockheader { background: #eee }*/
    .para_default > div > .block-content > .dragcontainer > .draggable_items { background: #eee }



    .perstable td { vertical-align: top }


    /*.ct_dragdrop > .block > .dragheader .dragitems { display: none }
    .ct_dragdrop > .block > .dragheader .dragitems.show { display: block }*/

    .containermenu_add .block { display: none }
    /* editor */
    .editorline { min-height: 15px; height: auto; list-style: initial; }
    .k-editor-inline { margin: 0; padding: 2px 0; border-width: 0; box-shadow: none; border: 1px solid #fff; border-radius: 5px; padding: 2px 5px; font-size: 12px }
        .k-editor-inline a:link { text-decoration: underline; }
        .k-editor-inline:hover { border-color:#ddd}
        /*select2 container */
        .select2-container { width: 100% !important; }
    .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple { border: none !important; background: none }
    .input-group .select2-container { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; display: table; table-layout: fixed; }
    .input-group .select2-container, .form-group .select2-container { position: relative !important; z-index: 2; float: left !important; width: 100% !important; margin-bottom: 0 !important; display: table !important; table-layout: fixed !important; }
    .dddselect2-container .select2-selection--single .select2-selection__rendered { border: 1px solid #ddd; border-radius: 5px; padding: 2px 5px; }
.select2.select2-container {  display: block;   }
    .select
    /*icons of type-of-paragraphs for Paragraphdrag */
    .icon_header .dragicon { background-image: url("/assets/css/img/forms/block_header.png"); }
    .icon_listimglefttext .dragicon { background-image: url("/assets/css/img/forms/block_listimglefttext.png"); }
    .icon_photo .dragicon { background-image: url("/assets/css/img/forms/block_photo.png"); }
    .icon_photorow .dragicon { background-image: url("/assets/css/img/forms/block_photorow.png"); }
    .icon_photorow_text .dragicon { background-image: url("/assets/css/img/forms/block_photorow_text.png"); }
    .icon_textleftphotoright .dragicon { background-image: url("/assets/css/img/forms/block_text_img_right.png"); }
    .icon_textrightphotoleft .dragicon { background-image: url("/assets/css/img/forms/block_text_img_left.png"); }
    .icon_textblock1col .dragicon { background-image: url("/assets/css/img/forms/block_text1col.png"); }
    .icon_textblock2col .dragicon { background-image: url("/assets/css/img/forms/block_text2col.png"); }
    .icon_textblock3col .dragicon { background-image: url("/assets/css/img/forms/block_text3col.png"); }
    .icon_textblock4col .dragicon { background-image: url("/assets/css/img/forms/block_text4col.png"); }
    .icon_title .dragicon { background-image: url("/assets/css/img/forms/block_title.png"); }

    /* FORM SCALING & COLUMNWIDTH */
    /* paragraph width*/
    .percent16 { width: 15%; min-width: 120px }
    .percent20 { width: 19%; min-width: 120px }
    .percent25 { width: 24%; min-width: 120px }
    .percent33 { width: 32%; min-width: 120px }
    .percent50 { width: calc(50% - 10px); min-width: 120px }
    .percent66 { width: 65%; min-width: 150px }
    .percent75 { width: 74%; min-width: 150px }
    .percent100 { width: 100% }



    @media screen and (max-width: 768px) {
        .dragcontainer > li.percent33 { width: calc(50% - 8px) }
        .percent33, .percent25, .percent20, .percent16 { width: 50% }
        .percent66, .percent50, .percent75 { width: 100% }
    }

    @media screen and (max-width: 500px) {
        .linegroup > div > h4, .groupline > h4 { display: block }
        .percent33, .percent25, .percent20, .percent16 { width: 100% }
    }

    /*  mPreview */
    #pddreview { min-height: 200px; display: block; min-width: 400px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; margin: 50px auto; z-index: 8888; resize: both; overflow: auto; }
    #preview { display: none; background: #f00 }
    /* image component*/
    .imgtopbar { min-height: 75px; display: block; position: relative; background: #999 }
        .imgtopbar:hover > .imagecontrols { display: block }
        .imgtopbar .imgcropper { display: block; position: relative; pointer-events: none; }
        .imgtopbar .imagecontrols { position: absolute; right: 10px; bottom: 0; display: none }
            .imgtopbar .imagecontrols > span { font-size: 16px; border: 2px solid #fff; background: #475170; border-radius: 50%; height: 30px; width: 30px; display: inline-block; opacity: 0.8; color: #fff; text-align: center; margin-bottom: 10px }
                .imgtopbar .imagecontrols > span:hover { cursor: pointer; background: #fff; color: #475170; border-color: #475170 }
    .img_loader { display: block; background: #f3f6f8; padding-left: 10px; vertical-align: middle; height: 100%; color: #ccc; font-size: 11px; text-align: center; overflow: hidden; cursor: pointer; width: 100%; position: absolute }
        .img_loader .svg-inline--fa { font-size: 90px; margin-top: 20px; color: #fff }
        .img_loader:hover { background: #d0dff1; color: #475170 }
    .settingsblock.seofields { bottom: 50px; right: 0; top: auto; width: 100%; max-width: 400px }

    /*******************************/
    /* IMAGE CROPPER               */
    /*******************************/
    .imgcropper { width: 100%; }
    .previewlist img { width: 25%; border: 1px solid #475170 }
    .img-container { line-height: 0 }
    .cropcontrols { display: none; background: #f0f1f1; width: 100%; height: 53px; border-top: 2px solid #475170; overflow: hidden }
        .cropcontrols svg { margin-right: 5px }

        .cropcontrols span { float: right; display: inline-block; padding: 0.4rem 0.2rem; text-align: center; border-left: 1px solid #ddd; padding-top: 7px; width: 16.666%;  height: 55px }
            .cropcontrols span:hover { background: #fff; }
                .cropcontrols span:hover h4 { font-weight: 700 }
        .cropcontrols > span > h4 { font-size: 8px; width: 100%; display: block; text-align: center; margin: 0; padding: 0 }
        .cropcontrols .crop_applycrop { color: #fff; background-color: green }
            .cropcontrols .crop_applycrop:hover { color: #475170; background-color: green }
        .cropcontrols.aspect { height: 30px; }
            .cropcontrols.aspect span { width: 30px; font-size: 10px; }
                .cropcontrols.aspect span:last-child { font-weight: 800; width: 90px; font-size: 12px; position: absolute; left: 5px }

            .cropcontrols.aspect .header { width: 60px; font-weight: 800; height: 30px }
            .cropcontrols.aspect .btn { height: 30px }
    .imgcropper_controls .floatright { float: right; }
    .cropper-container { direction: ltr; font-size: 0; line-height: 0; position: relative; -ms-touch-action: none; touch-action: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
        .cropper-container img { display: block; height: 100%; image-orientation: 0deg; max-height: none !important; max-width: none !important; min-height: 0 !important; min-width: 0 !important; width: 100% }
    .cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box { bottom: 0; left: 0; position: absolute; right: 0; top: 0 }
    .cropper-canvas, .cropper-wrap-box { overflow: hidden }
    .cropper-drag-box { background-color: #fff; opacity: 0 }
    .cropper-modal { background-color: #000; opacity: .5 }
    .cropper-view-box { display: block; height: 100%; outline-color: rgba(51,153,255,.75); outline: 1px solid #39f; overflow: hidden; width: 100% }
    .cropper-dashed { border: 0 dashed #eee; display: block; opacity: .5; position: absolute }
        .cropper-dashed.dashed-h { border-bottom-width: 1px; border-top-width: 1px; height: 33.33333%; left: 0; top: 33.33333%; width: 100% }
        .cropper-dashed.dashed-v { border-left-width: 1px; border-right-width: 1px; height: 100%; left: 33.33333%; top: 0; width: 33.33333% }
    .cropper-center { display: block; height: 0; left: 50%; opacity: .75; position: absolute; top: 50%; width: 0 }
        .cropper-center:after, .cropper-center:before { background-color: #eee; content: " "; display: block; position: absolute }
        .cropper-center:before { height: 1px; left: -3px; top: 0; width: 7px }
        .cropper-center:after { height: 7px; left: 0; top: -3px; width: 1px }
    .cropper-face, .cropper-line, .cropper-point { display: block; height: 100%; opacity: .1; position: absolute; width: 100% }
    .cropper-face { background-color: #fff; left: 0; top: 0 }
    .cropper-line { background-color: #39f }
        .cropper-line.line-e { cursor: ew-resize; right: -3px; top: 0; width: 5px }
        .cropper-line.line-n { cursor: ns-resize; height: 5px; left: 0; top: -3px }
        .cropper-line.line-w { cursor: ew-resize; left: -3px; top: 0; width: 5px }
        .cropper-line.line-s { bottom: -3px; cursor: ns-resize; height: 5px; left: 0 }
    .cropper-point { background-color: #39f; height: 5px; opacity: .75; width: 5px }
        .cropper-point.point-e { cursor: ew-resize; margin-top: -3px; right: -3px; top: 50% }
        .cropper-point.point-n { cursor: ns-resize; left: 50%; margin-left: -3px; top: -3px }
        .cropper-point.point-w { cursor: ew-resize; left: -3px; margin-top: -3px; top: 50% }
        .cropper-point.point-s { bottom: -3px; cursor: s-resize; left: 50%; margin-left: -3px }
        .cropper-point.point-ne { cursor: nesw-resize; right: -3px; top: -3px }
        .cropper-point.point-nw { cursor: nwse-resize; left: -3px; top: -3px }
        .cropper-point.point-sw { bottom: -3px; cursor: nesw-resize; left: -3px }
        .cropper-point.point-se { bottom: -3px; cursor: nwse-resize; height: 20px; opacity: 1; right: -3px; width: 20px }
            .cropper-point.point-se:before { background-color: #39f; bottom: -50%; content: " "; display: block; height: 200%; opacity: 0; position: absolute; right: -50%; width: 200% }
    .cropper-invisible { opacity: 0 }
    .cropper-bg { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC") }
    .cropper-hide { display: block; height: 0; position: absolute; width: 0 }
    .cropper-hidden { display: none !important }
    .cropper-move { cursor: move }
    .cropper-crop { cursor: crosshair }
    .cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point { cursor: not-allowed }

    @media (min-width:768px) {
        .cropper-point.point-se { height: 15px; width: 15px }
    }

    @media (min-width:992px) {
        .cropper-point.point-se { height: 10px; width: 10px }
    }

    @media (min-width:1200px) {
        .cropper-point.point-se { height: 5px; opacity: .75; width: 5px }
    }
    /*************/
    /* Footer    */
    /*************/
    .footer, .loginbottom { height: 20px; background-color: #fff; padding-left: 10px; position: relative; clear: both; border-top: 2px solid #ddd; padding-top: 5px; font-size: 10px; }
    .blue { color: #535c7b; }
    .loginbottom { position: fixed; bottom: 0; width: 100%; }



    /****************/
    /* ProgressBar  - NOT IMPLEMENTED YET */
    /****************/
    .loading { float: left; display: none !important }
    .loadingInfo { float: left; width: 180px; margin: 20px 0 0 30px; }
    .progresserror { font-size: 10px; color: #f00; }
    .progressresult { font-size: 12px; }
    .mainprogress { }
        .mainprogress h2 { margin-bottom: 0; font-size: 15px; width: 400px; text-align: left; }
        .mainprogress #totalProgressBar .k-state-selected { background-color: #4fb3e0; border-color: #4fb3e0; color: #fff; }
        .mainprogress #totalProgressBar { height: 20px; width: 400px; }
    .subprogress { padding-top: 20px; }
        .subprogress h3 { margin-top: 0; font-size: 10px; width: 400px; text-align: right; }
        .subprogress #loadingProgressBar .k-state-selected { background-color: #acd03a; border-color: #acd03a; color: #fff; background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.2) 100%); }
        .subprogress #loadingProgressBar { height: 10px; width: 400px; }



    #progressdialog { display: none; top: calc(50% - 135px); left: calc(50% - 225px); height: 270px; width: 450px; background: #fff; border: 1px solid #aaa }
    #progressclose { display: none }
    #progresskill { background: #f00; color: #fff; }
    .dialog-footer { overflow: hidden }
    /* main background */
    .masterloginform { height: 100%; position: relative; overflow: hidden; }
        .masterloginform .background { height: 100%; background: #eaecf1 }



    /*******************************/
    /* LOGIN SCREEN                */
    /*******************************/
    .loginscreen { display: block; margin: 0 auto auto; margin-top: 150px; position: fixed; top: 0; left: 50%; margin-left: -140px; }
    #LoginHeader { display: block; top: 150px; position: absolute; color: #535c7b; width: 195px; left: 15px; }

    @media screen and (max-width: 470px) {
        .loginscreen { top: 0; margin-top: 10px }
    }

    /* login inputs*/
    .loginmain { width: 80%; margin: 0 auto; padding-bottom: 30px; position: relative; border: 1px solid #ccc; background-image: url("/login_cms.png"); width: 281px; height: 456px; font-size: 11px; }
        .loginmain .logininput { line-height: 32px; height: 42px; width: 160px; font-size: 13px; padding: 0px; border: none; border-bottom: 1px solid #535c7b }
        .loginmain ul { padding: 0; margin: 0; position: absolute; top: 200px; }
        .loginmain li { list-style-type: none; margin: 10px 0 15px 0; background: #fff; }
        .loginmain svg { font-size: 14px; color: #ddd; margin: 0 10px; margin-bottom: 0px; width: 16px; height: 19px; margin-bottom: -3px; }

    /* submit button*/
    .loginsubmit { width: 100%; height: 42px; border: none; background: #535c7b; color: #fff; position: absolute; bottom: 0; left: 0 }
        .loginsubmit:hover { background-color: #475170; }

    /* login error box*/
    .alertmessage { left: 0; left: 10px; width: 100%; padding: 10px; background-color: #e8b6b6; border: 1px solid #ba7d7d; color: #000; box-sizing: border-box; display: block; min-height: 100px }
        .alertmessage .loginerrorhead { line-height: 30px; font-weight: 700; font-size: 16px }
            .alertmessage .loginerrorhead svg { color: #333; height: 25px; width: 25px }

    /* links bottom (password & remember name)*/
    .login.sublinks { position: absolute; bottom: 85px; left: 10px; height: auto; width: 100%; }
        .login.sublinks > span { display: block; position: absolute; top: 0; line-height: 25px }
        .login.sublinks .checkcookie { color: #535c7b; left: 0; }
        .login.sublinks .resendpassword { right: 23px; color: #ccc }
            .login.sublinks .resendpassword a { color: #ccc; font-size: 8px }
                .login.sublinks .resendpassword a:hover { color: #535c7b }



    /*   tijdelijke aangepast layout */
    /*body { font-family: 'Roboto', serif;color:#294d59 }
h1, h2, h3 { font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif }*/


    /* Viewbox */
    .shadow { box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.2); transition: box-shadow 83ms; }
    .viewbox { width: calc(100% - 250px); height: 100%; background: #fff; clear: both; top: 0; position: fixed; left: 250px; }
    .chat_header { display: block; height: 50px; background: #f6f6f6; position: relative; padding: 10px 20px; left: 0; top: 0; border-bottom: 1px solid #ccc; font-family: 'Fjalla One', sans-serif; font-size: 15px; background: #00314c; color: #fff }
        .chat_header.chat { height: 230px; padding-top: 10px; position: relative; min-height: 75px; color: #333; transition: height 160ms ease-out 0s; background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgb(234, 238, 241) 0%, rgb(187, 205, 215) 100%) repeat scroll 0% 0%; }
        .chat_header .chatlogo { background: #f6f6f6 url('img/chat_LeadMe.jpg') no-repeat; background-size: 183px 31px; background-size: 229px 39px; display: block; height: 39px; width: 229px; }
    /*#map { position: relative; top: 0; right: 0; bottom: 0; left: 0; height: calc(100% - 25px);width:100%;height:100% }*/
    #map { position: absolute; height: 100%; width: 100%; }
    .resulttable { width: 100%; display: block; min-width: 600px; }
        .resulttable td { padding: 3px; border: 1px solid #3da0bf }




    /* Chatbox */
    #chatbox { z-index: 1400 }
    .chatbox { font-size: 13px;  height: 100%; width: 375px; margin-right: 0; position: fixed; right: 0; top: 45px; height: 500px; background: #fff; max-height: calc(100% - 50px) }
        .chatbox.shadow.ui-resizable { position: fixed }

        .chatbox .chatboxholder { background: #fff; display: block; background: #f9f9f9; height: 270px; height: calc(100% - 210px); padding: 10px 0 10px 10px; margin: 20px; margin-top: -90px; position: relative; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px, rgba(155, 89, 182, 0.5) 0px 2px 0px 0px inset; position: relative }
        .chatbox .messagebox { height: calc(100% - 40px) }
        .chatbox .chat_messages { padding: 10px 0; height: 100%; overflow-y: scroll; }
            /*.chatbox .chat_messages { padding: 10px 0; background: #fff; display: block; height: calc(100% - 110px); padding: 10px;  margin: 20px; margin-top: -90px; position: relative; border-top: 2px solid #00314c; box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.2); border-radius: 10px; }
*/
            .chatbox .chat_messages h3 { margin-top: 0; padding-bottom: 10px; font-weight: 600; font-size: 18px; }
        .chatbox .chat_command { height: 50px; background: #fff; border-top: 1px solid #ccc; position: absolute; bottom: 0; left: 0; width: 100% }
            .chatbox .chat_command .chatbut { border: none; display: inline-block; width: 17px; height: 17px; }
            .chatbox .chat_command .chatinput_wrapper { position: relative; margin: 10px; width: calc(100% - 10px); display: inline-block }
            .chatbox .chat_command .chatcommand_wrapper { width: 30px; top: 5px; height: 30px; display: inline-block; position: relative }
            .chatbox .chat_command .chatinput { border: 0px solid #ddd; border-radius: 5px; height: 35px; width: calc(100% - 40px); padding: 0 5px; padding-right: 30px; outline: 0;  }
            .chatbox .chat_command .chat_camera { background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='camera' class='svg-inline--fa fa-camera fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M324.3 64c3.3 0 6.3 2.1 7.5 5.2l22.1 58.8H464c8.8 0 16 7.2 16 16v288c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h110.2l20.1-53.6c2.3-6.2 8.3-10.4 15-10.4h131m0-32h-131c-20 0-37.9 12.4-44.9 31.1L136 96H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48h-88l-14.3-38c-5.8-15.7-20.7-26-37.4-26zM256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88z'%3E%3C/path%3E%3C/svg%3E"); }
            .chatbox .chat_command .chat_submit { position: absolute; top: 0px; right: 10px; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='comment-lines' class='svg-inline--fa fa-comment-lines fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M280 272H136c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm96-96H136c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h240c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 384c-28.3 0-56.3-4.3-83.2-12.8l-15.2-4.8-13 9.2c-23 16.3-58.5 35.3-102.6 39.6 12-15.1 29.8-40.4 40.8-69.6l7.1-18.7-13.7-14.6C47.3 313.7 32 277.6 32 240c0-97 100.5-176 224-176s224 79 224 176-100.5 176-224 176z'%3E%3C/path%3E%3C/svg%3E"); }
            .chatbox .chat_command .chat_clear { position: absolute; top: 20px; right: 10px; width: 15px; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='trash-alt' class='svg-inline--fa fa-trash-alt fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23f00' d='M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z'%3E%3C/path%3E%3C/svg%3E"); }

        .chatbox .message { min-width: 30px; min-height: 18px; padding: 12px 22px; color: #333; display: inline-block; padding: 5px 15px 8px; margin-bottom: 10px; float: right; clear: both; max-width: 90%; word-wrap: break-word; position: relative; box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.2); transition: box-shadow 83ms; border-radius: 10px; }
            .chatbox .message.to { background: #fff; color: #6f6f6f; float: left; border-top-left-radius: 0; }
                .chatbox .message.to a { padding: 0 5px; background: #dce1e5; color: #333; margin: 5px; display: inline-block; border-radius: 10px; padding: 5px 10px; box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.2); transition: box-shadow 83ms; }
                    .chatbox .message.to a:hover { text-decoration: none; background: #3b608f; color: #fff; }
            .chatbox .message.from { background: #e5eaed; color: #333; border-top-right-radius: 0; margin-right: 10px }
            .chatbox .message .time { color: #333; font-size: 11px; float: right; display: table; line-height: 18px; padding-left: 20px; display: none }
    .chatnav { position: absolute; left: 0; bottom: 0; width: 100%; height: 50px; display: flex; color: #333; overflow: hidden; margin-bottom: 5px; }
        .chatnav span { height: 25px; width: 25px; display: block; margin: 15px; position: absolute; background-repeat: no-repeat; }
        .chatnav > a { height: 50px; line-height: 50px; color: #fff; font-size: 15px; position: relative; padding-left: 60px; }
        .chatnav .list { flex: 50%; background: #00314c; padding-right: 60px; text-align: right }
            .chatnav .list > span { display: inline-block; right: 0px; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='align-right' class='svg-inline--fa fa-align-right fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M16 216h416a16 16 0 0 0 16-16v-16a16 16 0 0 0-16-16H16a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16zm416 208H16a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-16a16 16 0 0 0-16-16zm3.17-384H172.83A12.82 12.82 0 0 0 160 52.83v22.34A12.82 12.82 0 0 0 172.83 88h262.34A12.82 12.82 0 0 0 448 75.17V52.83A12.82 12.82 0 0 0 435.17 40zm0 256H172.83A12.82 12.82 0 0 0 160 308.83v22.34A12.82 12.82 0 0 0 172.83 344h262.34A12.82 12.82 0 0 0 448 331.17v-22.34A12.82 12.82 0 0 0 435.17 296z'%3E%3C/path%3E%3C/svg%3E"); }
        .chatnav .map { flex: 50%; background: #00314c; padding-left: 50px }
            .chatnav .map > span { display: inline-block; margin-left: 10px; left: 5px; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='map-marker-alt' class='svg-inline--fa fa-map-marker-alt fa-w-12' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23fff' d='M192 0C85.903 0 0 86.014 0 192c0 71.117 23.991 93.341 151.271 297.424 18.785 30.119 62.694 30.083 81.457 0C360.075 285.234 384 263.103 384 192 384 85.903 297.986 0 192 0zm0 464C64.576 259.686 48 246.788 48 192c0-79.529 64.471-144 144-144s144 64.471 144 144c0 54.553-15.166 65.425-144 272zm-80-272c0-44.183 35.817-80 80-80s80 35.817 80 80-35.817 80-80 80-80-35.817-80-80z'%3E%3C/path%3E%3C/svg%3E"); }
        /*   .chatnav .chat { position: absolute; padding:0;top: -5px; left: calc(50% - 30px); width:60px;height:60px;  color: #f00; border-radius: 50%; border: 10px solid #fff; background: #6b8dba;z-index:99 }
*/
        /*   .chatnav .chat { position: absolute; padding: 0; top: 5px; legft: calc(50% - 30px); cgontent: ''; width: 60px; height: 60px; line-height: 60px; vertidcal-align: middle; ldeft: 10px; tfop: 9px; z-index: 99; border-radius: 50%; fodnt-size: 40px; background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%); background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%); text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66); box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19); border-bottom: solid 2px #b5b5b5; }
        .chatnav .chat > .chatholder { position: absolute; padding: 0; top: -5px; left: calc(50% - 30px) }
            .chatnav .chat > .chatholder > span { height: 25px; width: 25px; margin: 7px; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='comment-lines' class='svg-inline--fa fa-comment-lines fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M368 168H144c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm-96 96H144c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z'%3E%3C/path%3E%3C/svg%3E"); }
*/

        .chatnav .chat { position: absolute; padding: 0; top: -5px; left: calc(50% - 30px); z-index: 99; color: rgba(3, 169, 244, 0.54); width: 60px; height: 60px; border-radius: 50%; text-align: center; background: #f7f7f7; box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08); }
            .chatnav .chat > .chatholder { position: absolute; left: 6px; top: 6px; width: 46px; height: 46px; border-radius: 50%; font-size: 40px; background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%); background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%); text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66); box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19); border-bottom: solid 2px #b5b5b5; }
                .chatnav .chat > .chatholder:hover { box-shadow: none; top: 8px }
                .chatnav .chat > .chatholder > span { height: 25px; width: 25px; margin: 10px; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='comment-lines' class='svg-inline--fa fa-comment-lines fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2300314c' d='M368 168H144c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm-96 96H144c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z'%3E%3C/path%3E%3C/svg%3E"); }
    /* clear leadme */
    .footer { display: none }
    .maincontent { min-height: 100% }
    .dynamicheader { display: none; position: absolute; letter-spacing: 4px; left: 50px; top: 0; height: 45px; background: #003049; width: calc(100% - 100px); color: #fff; padding-left: 210px; font-size: 20px; line-height: 45px; text-transform: uppercase; font-weight: 300 }
        .dynamicheader .headerlogo { background: url('img/headerlogo.png'); display: block; height: 45px; width: 180px; background-size: 180px 45px; position: absolute; left: 20px; top: 0 }



    .collist2 { list-style-type: none; padding-left: 5px; }
        .collist2 li { }
            .collist2 li span { width: 120px; display: inline-block }
                .collist2 li span::after { content: ":"; text-align: right }



    .choicelink { display: block; background: #ddd }
    .ui-menu .ui-menu-item-wrapper { position: relative; line-height: 14px;  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; }
    .ui-autocomplete-category { font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: bold; text-transform: uppercase; padding-top: 5px;  }

    #viewbox { float: left; width: 100%; height: 100%; display: block; position: relative; margin-left: 0; overflow: hidden;height: calc(100% -200px) }
    #infobox { width: 100%; display: block; position: relative; padding-left: 10px; height: 100%; overflow: scroll; background: #fff; }
    #infoboxcontent { overflow: scroll; height: calc(100% - 50px) }
    .footer { height: 20px; background-color: #fff; padding-left: 10px; position: relative; clear: both; border-top: 2px solid #ddd; padding-top: 5px; font-size: 10px; }
    #statusbox { display: inline-block }
    .mapbar { background: #bbcdd7; color: #333; position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; line-height: 30px; position: fixed; bottom: 25px; width: calc(100% - 375px) }
        .mapbar a { color: #333; padding: 2px 6px; background: #dce1e5; border: 1px solid #333; margin-right: 10px; text-decoration: none }
            .mapbar a:hover { background: #bbcdd7 }
        .mapbar .selectie { float: left; padding-left: 5px; }
        .mapbar .chattabs { float: right; border-left: 2px solid #bbcdd7; padding-left: 5px; margin-top: -1px }
            .mapbar .chattabs span { padding: 5px 10px; background: #eaeef1; color: #aaa; display: inline-block; line-height: 13px; cursor: pointer; }
                .mapbar .chattabs span.active { margin-left: 2px; background: #fff; border-top: 4px #fff solid; color: #333; box-shadow: 0 0 0 0 rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.2); transition: box-shadow 83ms; }
    .typing-indicator { background: url("typing.gif"); background-size: 49px 26px; width: 49px; height: 26px; display: block; position: absolute; top: 4px; left: 0 }
    .ibisterrain { background: #f00; border-color: #33f }

    #mapinfo { z-index: 1500; display: none; position: absolute; left: 40px; top: 20px; width: 300px; height: 300px; background: #fff; overflow: hidden; overflow-y: scroll; border: 1px solid #aaa; box-shadow: 0 0 10px rgba(0,0,0,.5); min-width: 235px; min-height: 235px }
        #mapinfo .dragboxheader { background: #3b608f; color: #fff; padding: 5px 10px; width: 100%; position: relative }
            #mapinfo .dragboxheader .closebutton { position: absolute; right: 0; top: 0; height: 100%; border-left: 1px solid #aaa; padding: 5px 10px; cursor: pointer; }
        #mapinfo .mainspan { padding: 5px 10px; display: block }
        #mapinfo .line { display: block; }
        #mapinfo h3 { font-size: 18px; font-weight: 800; margin-bottom: 0 }
        #mapinfo h4 { font-size: 14px; font-weight: 800; margin-bottom: 3px; }
        #mapinfo .line > span:first-child { width: 75px; display: inline-block }



    /*  leadme infobox */
    .leadmeinfo { padding: 10px; max-width: 500px }
        .leadmeinfo h3 { font-size: 20px; line-height: 22px; color: #3da0bf; padding-top: 20px; padding-bottom: 10px; }
        .leadmeinfo .col2 { margin: 0; margin-bottom: 0px; list-style: none; border-bottom: 1px solid #3da0bf; border-top: 1px solid #3da0bf; overflow: hidden; padding: 10px 0; margin-bottom: 15px; }
            .leadmeinfo .col2 li { width: 50%; float: left; }
                .leadmeinfo .col2 li span { text-align: left; display: inline-block; color: #777; width: 50%; }
                .leadmeinfo .col2 li.wide { width: 100% }
                    .leadmeinfo .col2 li.wide span { width: 25% }



    /* MOBIEL */
    @media screen and (max-width: 600px) {
        .chatbox { width: 100%; height: calc(100% - 80px) }
        .chatnav { position: fixed; bottom: 0; left: 0; margin-bottom: 0 }

        #map, #infobox { height: calc(100% - 65px) }
    }


    @media screen and (min-width: 800px) {
        .percent16:nth-child(8n+1) { clear: both }
        .dragcontainer .percent20:nth-child(5n+1) { clear: both }
        .dragcontainer .percent25:nth-child(4n+1) { clear: both }
        .dragcontainer .percent33:nth-child(3n+1) { clear: both }
        .dragcontainer .percent50:nth-child(2n+1) { clear: both }
    }

    @media screen and (max-width: 1100px) {
        #contentScreen { margin-left: 20px; width: calc(100% - 40px); }
    }

    @media screen and (max-width: 1024px) {
        .linegroup.center_linegroup.percent66 { width: 100% }
        .linegroup.center_linegroup.percent50 { width: 75% }
        .dragcontainer .percent50 { width: 100% }
        #menubar { width: 60px; overflow: hidden }
        #mainmenu .blockheader { padding-top: 0; line-height: 0; overflow: hidden }
        .viewbox { left: 60px; width: calc(100% - 60px); }
    }



    @media screen and (max-width: 500px) {
        #menubar { display: none }
        #contentScreen { margin-left: 0; width: 100% }
        .blocklist { margin: 20px 10px }
        .block { padding: 10px 5px }
        .blocklist > div > .blockline, .blocklist .spanheader { margin-right: 0 }
        .blocklist .actionlink { display: none }
        .blocklist .spanheader .changedate { display: block; margin-left: 5px }
    }


