:root { --sidebar-width: 300px; --spacing: 20px; /* Horizontal space between sidebar and content */ }

/* 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%; }
}
/*
.ssssaction_line_add expanded { display: block; width: 20px; height: 30px; background-color: #fa0; }
.sssexpanded { display: block;width: 20px;height: 30px;background-color: #f00;}*/

html, body { height: 100%; width: 100%; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; background: #f5f5F5 }
#mainscreen { mardgin-left: 300px; transition: margin-left 0.3s; position: relative; overflow: auto; box-sizing: border-box;  padding-top: 70px }
/*#sidebar { background: #fff; float: left; width: 250px; }*/
h1 { font-size: 25px; color: #333; margin-top: 5px; display: inline-block; }
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre { margin: 0; }
/* Sidebar */ /*#sidebar { background: linear-gradient(195deg, rgb(66,66,74), rgb(25,25,25)); color: #fff; width: 0; transition: width 0.3s ease; overflow: hidden; display: flex; flex-direction: column; margin: 16px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.3); height: calc(100% - 32px); }*/

#sidebar {position: fixed; top: 0; left: 0; height: 100vh; width: 300px; background-color: #333; color: white; overflow-x: hidden; transition: width 0.3s; }


.sidebar-header,
.sidebar-user {  padding: 16px; }

.logo {background: url('img/navheader.png'); display: block; width: 200px; height: 40px; background-size: 200px 40px; }

.user-info { display: flex; align-items: center; gap: 8px; font-size: 14px;position:relative}
.user-info .logoutlink { position: absolute; right: 30px;color:#fff}
/*
.user-avatar { height: 40px; width: 40px; border-radius: 50%; object-fit: cover; }
.udser-name { font-size: 0.9rem; }*/

.user-dropdown svg { width: 16px; height: 16px; stroke: currentColor; }

.sidebar-nav { flex: 1; overtflow: auto; padding: 16px; }

.sidebar-nav ul { list-style: none; padding: 0; margin: 0; }

.sidebar-nav .nav-section { color: #ccc; font-size: 0.8rem; text-transform: uppercase; margin-bottom: 8px; }

.nav-button { background: none; border: none; color: #fff; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 8px; border-radius: 4px; cursor: pointer; font-size: 0.9rem; }
.nav-button:hover { background-color: rgba(255,255,255,0.1); }
.nav-label { flex: 1; }
.nav-button svg { width: 16px; height: 16px; }

.submenu { list-style: none; margin: 8px 0 0 0; padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.submenu.hidden li a { pointer-events: none; }
.submenu:not(.hidden) { max-height: 200px; /* enough space for items */ }
.submenu li { margin-bottom: 8px; }
.submenu a { display: block; padding: 4px 8px; text-decoration: none; color: #fff; font-size: 0.85rem; border-radius: 4px; }
.submenu a:hover { background: rgba(255,255,255,0.1); }

.rotated { transform: rotate(180deg); }
.sidebar-separator { border: none; background: none; height: 1px;  position: relative; }
.sidebar-separator::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); height: 1px; background: linear-gradient(to right, transparent, white, transparent); }

/* Topbar */
.topbar { background: transparent; border-radius: 8px; display: flex; align-items: center; padding: 16px; transition: background-color 0.3s, box-shadow 0.3s, backdrop-filter 0.3s; }

.topbar { position: fixed; top: 16px; left: calc(var(--sidebar-width) + 50px); width: calc(100% - var(--sidebar-width) - 100px); background-color: rgba(255,255,255,0.9); box-shadow: 0 2px 10px rgba(0,0,0,0.1); backdrop-filter: blur(10px); border-radius: 8px; z-index: 50; max-width: 1450px; transition: left 0.3s, width 0.3s   }

.hamburger svg { width: 24px; height: 24px; }

.breadcrumbline { display: flex; align-items: center; gap: 4px; color: #333; margin-left:10px }
.font-semibold { font-weight: bold; }

.spacer { flex: 1; }

.save-button, .form-button { background: #000; color: #fff; border: none; padding: 8px 16px; border-radius: 4px; cursor: pointer; width: auto;margin-left:15px }
    .save-button:hover { background: #333; }
.form-button { background: #f5f5F5;color:#333 }
    .form-button:hover { background: #b5b5b5; }
    .rightbutton { position: absolute; right: 20px }
/* menu */
/*#menubar { position: relative; background: #0d1b2a }*/
#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 .sidemenutop .programTitle { display: block; height: 30px; width: 200px; margin-top: 10px; font-size: 20px; color: #778da9; margin-left: 10px; font-weight: bold; }
            #mainmenu .sidemenutop .programTitle i { color: #eee; font-weight: normal; font-size: 15px; }*/
            #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: flex; position: relative; font-size: 14px; margin-bottom: 16px; text-decoration: none; color: #fff; padding-left: 20px;  }
        #mainmenu a:hover { background-color: rgba(255,255,255,0.1); }
    /*    #mainmenu a:hover { font-weight: 600;background: #d9e7ed;border-left:3px solid #206d92}*/
  /*  #mafinmenu .linksort a:hover { font-weight: 500; background: #d9e7ed; border-color: #206d92 }*/
    #mainmenu a .haschildren { position: absolute; right: 30px; }
    #mainmenu a > svg { width: 30px; height: 14px; margin-left: -20px;  }
    #mainmenu li.open > a.nav-submenu, #mainmenu a:hover { color: #fff }
    #mainmenu > li { height: auto; }
        #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; padding-top: 10px; 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 { backdground: #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 li.open > ol > li:hover { background-color: rgba(255,255,255,0.1); }
            #mainmenu li.open > ol > li a { margin-bottom: 10px }
    #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 }*/
/* Usermenu - checked 15-10-21 */
#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 { display: block; border-top: 1px solid #ccc; padding-top: 5px; }
    .cogbar > a { margin-top: 10px }
    .cogbar .icon { display: inline-block; vertical-align: middle; }
    .cogbar svg { margin-left: 10px; height: 18px }
#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 }
/* end usermenu*/

.fullback { left: 0; top: 0; width: 100%; height: 100%; z-index: 5000; mdargin-top:40px}
  /*  .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 }*/

/*.headertop { display: none !important }*/



.block { display: block; border-radius: 10px; background: #fff; padding: 10px; max-width: 1450px; min-height: 200px; }
    .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; 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: 15px 0; padding-bottom: 15px; position: relative }
    .blocklist .spanheader { display: block; }
    .blocklist .actionlink { ffloat: right; color: #17698f; padding-left: 30px; position: absolute; top: 30px; right: 10px }
    .blocklist .statusbar { float: right; margin-top: 10px; }
    .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: 12px; margin-right: 5px; color: #fff; font-size: 10px }
        .blocklist .spanheader .status.inactive { background: #98bccd }
        .blocklist .spanheader .status.status_won { background: #17698f; }
    .blocklist .blockline { display: block; padding-left: 15px; margin-top: 5px }
        .blocklist .blockline h4 { margin: 0; font-style: italic; font-size: 12px; display: inline-block; font-weight: 600; color: #17698f }
        .blocklist .blockline .blockline { color: #17698f }

    .blocklist > div > .blockline, .blocklist .spanheader { margin-right: 80px; }
    .blocklist > div > .blockline { color: #333; }

.row > .block, .row > .block > .blockheader > div> .para > .block{ background: none }


/* 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                      */
/*******************************/

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; flotat: left; width: 100%; backgDround: #e0e1dd }
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: 50px; margin-top: 25px; max-width: 2050px; width: calc(100% - 100px) ;height:100vw}
    #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); border-radius: 8px; }
.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; border-top: 1px solid #bbb; }
.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; codlor: #17698f; tedxt-decoration: underline; text-transform: uppercase; color: #999; font-weight: normal; }
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; width: 200px; float: left;margin-bottom:10px }
.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 { border: 1px solid #ddd; border-radius: 5px; }
.searcdhbox:focus { border-color:#222}
.searchbox > input, .searchbox > select { border: 1px solid #ddd; border-radius: 5px; height: 34px; width: 100%; padding: 2px 23px 2px 30px; outline: 0; }
    .searchbox > input:focus { border: 1px solid #222; }
    .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: 10px; 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_.user-info
        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; border-radius: 4px; 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;  }
    .block.paddingtop { padding-top: 30px;}
    .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 { 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 {  display: block; width: 100%; padding: 10px; padding-top: 10px; margin-right: 30px; padding-top: 10px; border-top: 1px solid #ccc; position: fixed; top: 0; width: 350px; height: 50px; right: 10px; background: #fff; border: 1px solid #000; border-radius: 0 0 10px 10px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); }

.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 { display: block; height: 20px; margin-right: 30px; max-width:1430px}
.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: #1b263b; 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; }
    .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%; background-color: #fafafa }
        .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 }
.formcontrol.h1 { font-size: 36px!important }
.formcontrol.bold { font-weight: 800; font-size: 14px !important }
.para_containerform, .para_SEO, .para_Definitie, .toplevelpara { margin: 4px; float: left; background: #fff; margin-top: 10px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); border-radius: 15px; margin-left: 30px; margin-top: 30px; }
.para_SEO, .para_Definitie { width: calc(100% - 30px)!important; }
  
.select2-container--default .select2-selection--single .select2-selection__rendered { border: 1px solid #ddd; min-height: 28px; }
/*  Paragraphdrag configuration */
.dragcontainer { list-style: none; clear: both; overfflow: hidden; padding: 5px;  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; }
.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; }*/
 /*   .login .background { width: calc(100% - 2rem); min-height: 35vh; margin: 16px; padding-top: 48px; padding-bottom: 224px; opacity: 1; background-color: transparent; background-attachment: scroll; background-origin: padding-box; background-clip: border-box; color: rgb(23, 23, 23); border-radius: 0.75rem; box-shadow: none; background-image: linear-gradient(195deg, rgba(66, 66, 74, 0.4), rgba(25, 25, 25, 0.4)), url("img/loginheader.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.masterloginform > div { margin-bottom: 16px; opacity: 1; background: transparent; color: rgb(23, 23, 23); box-shadow: none; }
.logininputbox { display: inline-flex; flex-direction: column; position: relative; min-width: 0px; padding: 0px; margin: 0px; border: 0px; vertical-align: top; width: 100%; background-color: transparent; pointer-events: auto; }
    .logininputbox > div { display: inline-flex; flex-direction: column; position: relative; min-width: 0px; padding: 0px; margin: 0px; border: 0px; vertical-align: top; width: 100%; background-color: transparent; pointer-events: auto; }
    .logininputbox label { font-family: "Inter", "Helvetica", "Arial", sans-serif; font-weight: 400; padding: 0px; display: block; transform-origin: left top 0px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 133%; position: absolute; left: 0px; top: 0px; transform: translate(0px, -1.5px) scale(0.75); transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), max-width 200ms cubic-bezier(0, 0, 0.2, 1); font-size: 0.875rem; color: rgb(115, 115, 115); line-height: 0.9; }

.loginbox > div > div { font-family: "Inter", "Helvetica", "Arial", sans-serif; font-weight: 400; line-height: 1.4375em; box-sizing: border-box; cursor: text; display: inline-flex; -moz-box-align: center; align-items: center; width: 100%; position: relative; font-size: 0.875rem; color: rgb(23, 23, 23); margin-top: 16px; }
.loginbox .logininput:before { border-bottom: 1px solid rgba(0, 0, 0, 0.42); border-bottom-color: rgba(0, 0, 0, 0.42); left: 0px; bottom: 0px; content: " "; position: absolute; right: 0px; transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1); pointer-events: none; }
.loginbox .logininput:after { border-bottom: 2px solid rgb(233, 30, 99); border-bottom-color: rgb(233, 30, 99); left: 0px; bottom: 0px; content: ""; position: absolute; right: 0px; transform: scaleX(0); transition: transform 200ms cubic-bezier(0, 0, 0.2, 1); pointer-events: none; border-color: rgb(38, 38, 38); }
.loginbox .logininput { font: inherit; letter-spacing: inherit; color: currentcolor; padding: 4px 0px 5px; border: 0px; box-sizing: content-box; background: none; height: 1.4375em; margin: 0px; display: block; min-width: 0px; width: 100%; animation-name: mui-auto-fill-cancel; animation-duration: 10ms; }
@media (min-width: 992px) {
    .loginbox {
        flex-basis: 33.3333%;
        -moz-box-flex: 0;
        flex-grow: 0;
        max-width: 33.3333%;
    }
}

::after,::before { box-sizing: inherit;}*/
/*******************************/
/* LOGIN SCREEN                */
/*******************************/

.login { margin: 0 }
    .login .background-container { position: relative; width: 100%; height: 100vh; overflow: hidden; }
        .login .background-container .background { width: calc(100% - 2rem); height: 200px; position: absolute; margin: 16px; padding-top: 48px; padding-bottom: 224px; opacity: 1; background-color: transparent; background-attachment: scroll; background-origin: padding-box; background-clip: border-box; color: rgb(23, 23, 23); border-radius: 0.75rem; box-shadow: none; background-image: linear-gradient(195deg, rgba(66, 66, 74, 0.4), rgba(25, 25, 25, 0.4)), url("img/loginheader.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; }

    .login .overlay { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute }
    .login input { border: none; border-bottom: 1px solid #aaa; }
    .login label { font-size: 0.7rem; color: #77; text-align: left; margin-top: 20px; margin-bottom: -10px; }
    .login .form-header { background: #333; border-radius: 8px; color: #fff; padding: 25px 5px; }
        .login .form-header h2 { margin-bottom: 1rem; font-size: 1.5rem; colodr: #333; }
        .login .form-header p { margin-bottom: 1.5rem; }
    .login .alertmessage { color: #f00 }
        .login .alertmessage .loginerrorhead { font-size: 16px }
    .login .remember-me { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: #555; }
.login .remember-me label { margin: 0; }
        .login .signup { margin-top: 1rem; font-size: 0.9rem; }
        .login .signup a { color: #007bff; text-decoration: none; transition: color 0.3s; }
            .login .signup a:hover { color: #0056b3; }

.login-container { background: #fff; padding: 2rem; border-radius: 12px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); width: 100%; max-width: 400px; text-align: center; }
    .login-container form { display: flex; flex-direction: column; gap: 1rem; margin-top: 30px }
    .login-container > span > input { border: none; border-bottom: 1px solid #333; }
    .login-container button { width: 100%; padding: 0.8rem; background-color: #333; color: #fff; border: none; border-radius: 8px; font-size: 1rem; cursor: pointer; transition: background 0.3s; }
        .login-container button:hover { background-color: #555; }
.resendpassword { display:none}
/*.login { width: 100vw; height: 100%; min-height: 100vh; opacity: 1; color: rgb(23, 23, 23); box-shadow: none; overflow-x: hidden; }
    .loginscreen { display: block; margin: 0 auto auto; margin-top: 150px; position: fixed; top: 0; left: 50%; margin-left: -240px; }
    #LoginHeader { display: block; top: 150px; position: absolute; color: #535c7b; width: 195px; left: 15px; }
    .signinbox { padding-left: 8px; padding-right: 8px; width: calc(100% - 2rem); margin-left: auto; margin-right: auto; opacity: 1; background: transparent; color: rgb(23, 23, 23); box-shadow: none; }
        .signinbox > div { box-sizing: border-box; display: flex; flex-flow: wrap; margin-top: -8px; width: calc(100% + 8px); margin-left: -8px; -moz-box-pack: center; justify-content: center; }


        .signinbox .loginbox { color: rgba(0, 0, 0, 0.87); transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; position: relative; min-width: 0px; overflow-wrap: break-word; background-color: rgb(255, 255, 255); background-clip: border-box; border: 0.0625rem solid rgb(229, 229, 229); border-radius: 0.5rem; box-shadow: rgba(0, 0, 0, 0.05) 0rem 0.0625rem 0.125rem 0rem; overflow: visible; }
    .loginbox .loginheader { margin: 16px 16px 8px; padding: 24px; text-align: center; opacity: 1; background: linear-gradient(195deg, rgb(66, 66, 74), rgb(25, 25, 25)); color: rgb(23, 23, 23); border-radius: 0.5rem; box-shadow: none; }
        .loginbox .loginheader h4 { margin: 8px 0px 0px; font-size: 1.5rem; line-height: 1.375; font-family: "Inter", "Helvetica", "Arial", sans-serif; opacity: 1; text-transform: none; vertical-align: unset; text-decoration: none; color: rgb(255, 255, 255); font-weight: 600; }
        .loginbox .loginheader .subtext { margin: 8px 0px; font-family: "Inter", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; font-weight: 400; line-height: 1.5; display: block; opacity: 1; text-transform: none; vertical-align: unset; text-decoration: none; color: rgb(255, 255, 255); }

    .loginbox > div { color: rgba(0, 0, 0, 0.87); transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; position: relative; min-width: 0px; overflow-wrap: break-word; background-color: rgb(255, 255, 255); background-clip: border-box; border: 0.0625rem solid rgb(229, 229, 229); border-radius: 0.5rem; box-shadow: rgba(0, 0, 0, 0.05) 0rem 0.0625rem 0.125rem 0rem; overflow: visible; }

    @media screen and (max-width: 470px) {
        .loginscreen { top: 0; margin-top: 10px; }
    }




    @media (min-width: 992px) {
        .signinbox { margin-top: -144px; }
    }*/
/* login inputs*/
/*.loginleft { width: 200px; background: #1b263b; display: block; position: absolute; font-size: 11px; left: 0; width: 200px; height: 100%; color: #fff }
        .loginleft .programTitle { }
    .loginscreen span { display: block; margin-left: 10px; }
    .loginscreen .programTitle { display: block; height: 30px; width: 200px; margin-top: 50px; font-size: 20px; color: #778da9; mdargin-left: 10px; font-weight: bold; }
        .loginscreen .programTitle i { color: #eee; font-weight: normal; font-size: 15px; }
    .loginmain { width: 80%; margin: 0 auto; padding-bottom: 30px; position: relative; border: 1px solid #ccc; backgrdound-image: url("/login_cms.png"); background: #fff; width: 281px; height: 456px; font-size: 11px; left: 200px }
        .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 }*/
@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 { wihdth: 60px; overflow: hidden }
        #mainmenu .blockheader { padding-top: 0; line-gheight: 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 }
    }
