/* color scheme */
.colorlightgrey { background: #f9f9f9 }
.colorlightgreygridrow { background: #f1f1f1 }
.colorlight { background: #eaecf1 }
.colormedium { background: #535c7b; }
.colordark { background: #475170; }

/* 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%; }
}

/*******************************/
/* GLOBAL                      */
/*******************************/
html, .login { height: 100% }
body { font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; height: 100%; margin: 0; overflow-x: hidden; }
    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 }
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; min-height: 95vh; width: 100%; margin-top:45px;margin:45px auto;max-width:1250px }
.content { margin: 0 auto; padding: 0 10px 1px; max-width: 100%; overflow-x: visible; padkding-right: 45px }
.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; left: 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; color: #535c7b;  display: inline-block; height: 45px;  text-align: center; width: auto; padding: 0 5px }
    .iconbar h4 { font-size: 9px; width: 50px; display: block; text-align: center; margin-top: -2px; }
    .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 { width: 40px; height: 45px; margin-left: -10px; background: #3b608f; color: #fff; font-size: 20px; display: inline-block; 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; 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 a { display: block; text-align: left; text-decoration: none; line-height: 25px; padding: 3px 12px; color: #475170; font-weight: 400; cursor: default }
            .dropdown_menu a.topline { border-top: 1px solid #b3b6b9; }
            .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;  }

    /* 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 }

    /* menu */
    #mainmenu { font-size: 13px; padding-left: 10px; list-style: none; }
        #mainmenu .sidemenutop { border-bottom: 1px solid #ccc; display: block; height: 45px; margin-top: 0; width: calc(100% - 30px) }
            /*#mainmenu .sidemenutop svg { height: 23px; margin-top: 5px }
                #mainmenu .sidemenutop svg:hover { color: #fff }*/
            #mainmenu .sidemenutop .menulogo { background: url('img/topmenulogo.png'); display: block; height: 30px; width: 94px; background-size: 94px 30px; position: absolute; right: 30px; 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 { display: block; text-decoration: none; color: #535c7b; padding-left: 5px }
            #mainmenu a:hover { font-weight: 600 }
            #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: 15px; 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_mask { background: #eee; padding-left: 5px }
            #mainmenu .viewstate_mask:after { content: " hidden in menu "; font-size: 8px; font-style: italic }
        #mainmenu .viewstate_hide { background: #535c7b; padding: 2px 5px; 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 }


        /* 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 { }

        /* 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; }
    /*.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(50% - 150px) }
    .modal-header { background-color: rgb(99, 153, 210); color: #fff }

    /*******************************/
    /* GRID                        */
    /*******************************/
    /* init table */
    #dataGrid_wrapper { position: relative }
    .table-striped > tbody { background: #f9f9f9 }
        .table-striped > tbody > tr:nth-of-type(2n+1) { background: #f1f1f1 }
    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 }

    /* headers with sorting-mouseover */
    table.dataTable thead > tr > th { border: none; vertical-align: bottom; padding-top: 20px; position: relative }
    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-bottom: 2px 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: 8px;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 */
    .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: " "; disgplay: inline-block; background: no-repeat; paddging-left: 15px; magrgin-left: 10px; height: 20px; width: 15px; marggin-top: 10px; 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; whidth: 75%; 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; 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 }


    /*******************************/
    /* 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: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-right: 10px }
        .para .block-content { border: 10px solid #f9f9f9 }

    .xonomy.nerd { padding: 10px; }
    .block { position: relative }
    .block-header { position: relative; height: 37px; overflow: hidden; border-bottom: 1px solid #475170; background: #eaecf1; }
        .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 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 .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 }

    .block-content { background: #f0f1f1; border: none }
        .block-content h4 { font-size: 12px; line-height: 20px; text-transform: uppercase; padding-left: 10px; margin-bottom: 5px }
        .block-content > .formgroup > div > .control > input { background: #fafafa; border: none; width: 100%; margin-bottom: 15px; padding: 5px }
    /*.ui-sortable .block-content { border: none }*/

    /* 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 }

    /* line group*/
    .linegroup { background: #fafafa; 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 { border-bottom: 2px solid #fff; clear: both; display: table; width: 100% }
        .linegroup > h3 { width: 100%; margin: 0; padding: 0; font-size: 14px; font-weight: 800; line-height: 40px; padding-left: 10px; border-bottom: 2px solid #f1f1f1; background: #fff; color: #475170; margin-top: 10px }
        .linegroup > div > h4, .groupline > h4 { background: #f0f1f1; width: 110px; margin: 0; padding: 5px 0 5px 10px; display: table-cell; vertical-align: top }
        .linegroup.fullwidthitems > div > h4 { width: 100%; display: block }
        .linegroup .control { width: calc(100% - 10px); margin: 0; margin-left: 10px; position: relative; padding: 5px; }
            .linegroup .control.hidecaptioncolumn { margin-left: 0; margin-bottom: 10px }
            .linegroup .control > input, .linegroup .control > textarea { width: 100%; background: none; border: none; height: auto; padding: 0 }
            .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; }

    /*  Paragraphdrag configuration */
    .dragcontainer { list-style: none; clear: both; overflow: hidden; padding: 5px; background: #f9f9f9; min-height: 30px;  }
        .dragcontainer > li { margin: 4px; float: left; background: #fff; margin-top: 10px; }
            .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; background-color: #fff; border: 1px solid #aaa; box-shadow: 2px 2px; }
    .draggable_items .block-content { padding: 10px; 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 }
@media screen and (max-width: 768px) {
    .dragcontainer > li.percent33{ width: calc(50% - 8px) }
}

.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; background: #fafafa; }
        .k-editor-inline a:link { text-decoration: underline; }

    /*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; }
.select2-container .select2-selection--single .select2-selection__rendered { padding-left: 0 !important;  }
    .select2.select2-container { margin-top: -5px }

/*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: 150px }
    .percent20 { width: 19%; min-width: 150px }
    .percent25 { width: 24%; min-width: 150px }
    .percent33 { width: 32%; min-width: 150px }
    .percent50 { width: calc(50% - 8px); min-width: 150px }
    .percent66 { width: 65%; min-width: 150px }
    .percent75 { width: 74%; min-width: 150px }
    .percent100 { width: 100% }

@media screen and (max-width: 900px) {
    .linegroup.center_linegroup.percent66 { width: 100% }
    .linegroup.center_linegroup.percent50 { width: 75% }
    .dragcontainer .percent50 { width:100%}
}

    @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 }

    }


    /*  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: 10px; display: none }
            .imgtopbar .imagecontrols > span { font-size: 16px; border: 2px solid #fff; background: #475170; border-radius: 50%; height: 30px; width: 30px; display: 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 }
    .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; }


    /* 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 }

#select2-bap-results 

