﻿@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

* {
    outline: 0px;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;line-height:inherit;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{font:100% Arial, Helvetica, sans-serif;color:#000;line-height:15px;}a{color:#00F;text-decoration:underline;}a:hover{color:#000;}a:focus{outline:0;}h1,h2,h3,h4,h5,h6,h6{margin:0 0 12px;}p{margin:0 0 15px;}hr{border-bottom:1px solid #000;height:0;line-height:0;margin:10px 0;}br{display:block;padding:20px 0 0;}dl,ol,ul{list-style:none;}ul li{display:inline;}dt{font-weight:700;}blockquote,q{quotes:none;}table{border-collapse:collapse;border-spacing:0;}input,select,textarea{background-color:#fff;border:1px solid #000;}input[type="checkbox"],input[type="radio"]{border:0;background-color:transparent;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbb;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbb;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bbb;
}

input,
select {
    font-family: inherit;
}

.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.flexbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
    .flexbox .flex-item {
    }

.btn {
    display: inline-block;
    background: #339ac8;
    color: #fff;
    border-radius: 4px;
    /*padding: 0 1.0em;*/
}

.edit-selection-box {
    display: none;
    position: fixed;
    z-index: 1000;
    background: #565656;
    color: #fff;
    top: 0;
    left:0;
    padding: 0;
}

    .edit-selection-box .btn {
        display: inline-block;
        background: #565656;
        color: #fff;
        border-radius: 4px;
        font-size: 1.25em;
        padding: 5px;
    }
        .edit-selection-box .btn:hover {
            display: inline-block;
            background: #000;
            color: #fff;
            border-radius: 0;
        }

.side-nav {
    position: fixed;
    right: 0;
    bottom: 50%;
    z-index: 10;
}
    .side-nav a {
        display: inline-block;
        padding: 10px;
        background: #1e97cb;
        color: #fff;
        text-align: center;
        font-size: 0.8em;
    }

.bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99999999;
}
    .bottom-nav a {
        display: inline-block;
        padding: 12px;
        background: #1e97cb;
        color: #fff;
        text-align: center;
        font-size: 1.0em;
    }  
    .bottom-nav a.oldApp-button {
        background: #8a9767;
    } 

#toolbarSizes {
    margin-top: 5px;
    margin-left: 4px;
}

.parent-list-item {
    display: inline-block;
    margin-left: 8px;
}

.parent-list-item .dropdown-button {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 4px;
}
.parent-list-item .dropdown-button:hover,
.parent-list-item.active .dropdown-button {
    background: #bfbfbf;
}

    .parent-list-item .dropdown-button span[class*='icon'] {
        font-size: 20px;
        display: inline-block;
    }
        .parent-list-item .dropdown-button span[class*='icon']:before {
            vertical-align: middle;
        }

    .parent-list-item .dropdown-button span.icon-aapje {
        font-size: 18px;
    }

    .parent-list-item .dropdown-button span.icon-down-open {
        font-size: 6px;
    }
        .parent-list-item .dropdown-button span.icon-down-open:before {
            /* vertical-align: super;*/
        }

/*#zoom div.buttons a.font-size span {
        bottom: 1px;
    }

    #zoom .buttons a.zoom.klein,
    #zoom .buttons a.font-size.font-size-small {
        font-size: 0.9em;
        width: 20px;
    }
    #zoom .buttons a.zoom.middel,
    #zoom .buttons a.font-size.font-size-medium {
        font-size: 1.3em;
        width: 26px;
    }
        #zoom .buttons a.zoom.groot,
        #zoom .buttons a.font-size.font-size-large {
            font-size: 1.6em;
            width: 32px;
        }*/


ul li.parent-list-item {
    position: relative;
}

    ul li.parent-list-item ul.dropdown-menu {
        display: none;
        position: absolute;
        background: #f4f4f4;
        min-width: 100%;
        padding: 5px;
        text-align: center;
    /*    transform: translateX(-25%);*/
        border: 1px solid #adadad;
        border-radius: 3px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    }
    ul li.parent-list-item.active ul.dropdown-menu {
        display: block;
        right: 0;
    }

        ul li.parent-list-item ul.dropdown-menu.text-options {
            width: 200px;
            text-align: left;
            padding: 10px;
            right: 0;
            line-height: 1.5em;
        }

        ul li.parent-list-item ul .dropdown-options .row .column.column-title {
            width: 70%;
        }
        ul li.parent-list-item ul .dropdown-options .row .column.column-options {
            width: 30%;
        }
        ul li.parent-list-item ul .dropdown-options .row .column.column-options {
            text-align: right;
        }

    ul.dropdown-menu li {
        display: block;
    }

        .dropdown-menu li a.zoom {
            display: block;
            padding: 3px;
            border-radius: 3px;
            border: 2px solid transparent;
        }
        .dropdown-menu li a.zoom.active {
            border: 2px solid #0e769f;
        }
        .dropdown-menu li a.zoom:not(.active):hover {
            background: rgba(255,255,255,0.35);
            border: 2px solid #5AA2C2;
        }

        .dropdown-menu li a.zoom span {
            font-size: 0.9em;
        }
        .dropdown-menu li a.zoom.middel span {
            font-size: 1.3em;
        }
        .dropdown-menu li a.zoom.groot span {
            font-size: 1.6em;
        }


.pageNumbers {
    position: fixed;
    z-index: 10;
    bottom: 46px;
    left: 1016px;
    color: darkolivegreen;
    margin-right: 10px;
    padding: 10px;
    border-radius: 5px;
    background: none;
}
.pageNumbers.warning {
    background: #ffe8e8;
    color: #c74242;
}       

.pageNumbers .pageWarningBtn {
    display: none;
}   
.pageNumbers.warning .pageWarningBtn {
    display: inline;
    color: #c74242;
    font-weight: bold;
}

#uploadFormulier,
.uploadContainer .illustratie,
.image-placeholder .uploadContainer .content {
    display: block;
    background-color: #efefef;
    padding: 20px;
    border-radius: 10px;
    line-height: 1.1em;
}

    #uploadFormulier h2,
    .image-placeholder .uploadContainer .content h2 {
        font-size: 1.1em;
    }

    #uploadFormulier input[type=file],
    #uploadFormulier input[type=text],
    #uploadFormulier input[type=submit] {
        border: initial;
        font-size: 1.0em;
        background: initial;
    }
    #uploadFormulier input[type=text] {
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        padding: 6px;
    }
    #uploadFormulier input[type=submit] {
        border: 1px solid #2271b1;
        background-color: #2271b1;
        color: #fff;
        border-radius: 4px;
        font-size: 1.0em;
        padding: 6px;
    }

    #uploadFormulier p {
        margin-bottom: 0;
        line-height: initial;
    }

    .btn-close-uploader {
        position: relative;
        margin: 10px 10px 0 0;
        float: right;
    }

.disabled {
    opacity: 0.3;
}

a.btn.disabled {
    cursor: default;
}

html, body {
    height: 100%;
    font-family: 'neuzeit-grotesk', Arial, sans-serif;
    /*font-family: 'Questrial', Arial, sans-serif; */
    overflow: hidden;
}

    body.loading * {
        cursor: progress !important;
    }

body.disabled-user .cursor {
    display: none;
}    

body.disabled-user .contentContainer:before {
    content: "";
    display: block;
    position: absolute;
    width:  100%;
    height:  100%;
    z-index: 10000000;
    background: rgba(0,0,0,0.3);
}  
    body.disabled-user #lightbox {
        top: 38px;
    }
    body.disabled-user #lightbox .overlay {
        display: none;
    }
    body.disabled-user #lightbox .closeButton {
        display: none;
    }    

.row {
    display: block;
}
    .row:before, .row:after {
        content: "";
        display: block;
        clear: both;
    }

    .row .column {
        display: block;
        float: left;
    }

    #page {
        min-height: 100%;
    }

#header {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 20;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    background: #1e97cb;
    background: rgb(30,151,203);
    background: linear-gradient( 0deg, rgba(30,151,203,1) 0%, rgb(86 164 193) 100%);
}
        #main {
            position: absolute;
            height: 100vh;
            background: #ccc;
            width: 100%;
            z-index: 10;
            overflow: hidden;
        }

            #main .contentContainer {
                position: relative;
                position: absolute;
                height: 95%;
                width: 100%;
                background: #c1cba4;
                top: 5%;
                overflow: auto;
            }

#toolbar,
#toolbarSearch {
    position: fixed;
    height: auto;
    width: 100%;
    top: 38px;
    left: 0px;
    z-index: 1999000;
}
#toolbarSearch {
    position: fixed;
    height: auto;
    width: 100%;
    top: 38px;
    left: 0px;
    z-index: 1888000;
}

body.demo #toolbar:after,
body.demo #toolbarSearch:after,
body.demo #sidebar:after {
    display: block;
    content: "";
    position: absolute;
    width:  100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    background-color: #c1cba4;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0.8;
}

body.demo #sidebar:after {
    height:  107%;
}

#toolbar {
    min-width: 960px;
}

#toolbarSearch {
    left: 280px;
    width: calc(100% - 280px);
    top: calc(38px + 40px);
    background: #7e8862;
    padding: 7px 7px 7px 7px;
    box-sizing: border-box;
}
#toolbarSearch {
    left: 272px;
    width: 672px;
    top: calc(38px + 40px);
    background: rgb(155, 163, 109);
    background: rgba(155, 163, 109, 0.8);
    padding: 7px;
    margin-left: 24px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}
    .toolbar .search {
        float: left;
    }

        .toolbar .search input,
        .toolbar .lettertekstWrap .lettertekstInput {
            height: 37px;
            line-height: 36px;
            width: 355px;
            width: 496px;
            font-size: 1.1em;
            padding-left: 10px;
            padding-right: 90px;
            box-sizing: border-box;
            border: none;
            border-radius: 4px;
            color: #6d6d6d;
            font-family:'neuzeit-grotesk', Arial, sans-serif;
        }

#sidebar {
    height: calc(95% - 78px);
    width: 280px;
    background: none;
    position: fixed;
    top: 78px;
    left: 0px;
    z-index: 10;
}
#sidebar.small {
    width: 150px;
}



#sidebar .alfabetContainer {
    position: absolute;
    width: 25px;
    height: 100%;
    margin-top: 56px;
    box-sizing: border-box;
}
    #sidebar .alfabetContainer ul {
        display: block;
    }
        #sidebar .alfabetContainer ul li {
            display: block;
            cursor: pointer;
            text-align: center;
            color: #aaa;
            margin: 5px 0px;
            line-height: 14px;
            font-size: 14px;
        }
        #sidebar .alfabetContainer ul li.active {
            color: #666;
        }

#sidebar .categories {
    height: 48px;
}

#main .contentContainer .verhaalContainer {
    display: block;
    width: 660px;
    height: auto;
    min-height: 900px;
    margin: 0px 0px 0px 300px;
    overflow: visible;
}

    #main .contentContainer .verhaalContainer.verhaalContainer-double {
        display: none;
        z-index: -1;
        opacity: 0;
    }
        #main .contentContainer .verhaalContainer.verhaalContainer-double.active {
            display: block;
            position: fixed;
            z-index: 100;
            left: 200%;
            top: 18px;
            z-index: 1000008;
            opacity: 1;
            margin: 0;
            background: #fff;
        }
        /*body.renier #main .contentContainer .verhaalContainer.verhaalContainer-double.active {
            position: absolute;
            left: 0;
        }*/

            #main .contentContainer .verhaalContainer .page {
                position: relative;
                display: block;
                width: 100%;
                padding-bottom: 10px;
                height: 941.12px;
                background: #fff;
                margin: 10px auto 30px auto;
                border: 2px solid #fff;
            }

            body #main .contentContainer .verhaalContainer .page {
                min-height: 941.12px;
                height:  auto;
                background: #fff;
                margin: 10px auto 30px auto;
                border: 2px solid #fff;
            }
            body #main .contentContainer #storyClone.verhaalContainer .page {
                height: 941.12px;
                background: #fff;
                margin: 10px auto 30px auto;
                border: 2px solid #fff;
            }

            #main .contentContainer .verhaalContainer .page.overflow {
                border: 2px solid Red;
            }
                #main .contentContainer .verhaalContainer .page.overflow ul.regel {
                    background: none;
                }
                    #main .contentContainer .verhaalContainer .page.overflow ul.regel li.overflow,
                    #main .contentContainer .verhaalContainer .page.overflow ul.regel li.picto.overflow * {
                        background: none;
                        opacity: 0.6;
                    }

            #main  .contentContainer #storyClone.verhaalContainer .page {
                margin: 0px auto;
            }

            .page .page-canvas {
                position: relative;
                width: 100%;
                height: 100%;
                background: #fff;
                z-index: 10;
            }

            .page .canvas {
                width: 100%;
                height: 100%;
                background: #dbdbdb;
                overflow: hidden;
            }
            .page .canvas.canvas-h-50 {
                height: 50%;
            }

            .page .canvas .placeholder {
                position: relative;
                width: 90%;
                height: 90%;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
	            -ms-transform: translate(-50%, -50%);
	            transform: translate(-50%, -50%);
            }

            .page .canvas .placeholder img {
                display: block;
                width: 90%;
                height: auto;
                margin: 0px auto;
                max-height: 100%;
                background: #fff;
            }

            .page .page-canvas .title-wrap {
                text-align: center;
                font-size: 0.8em;
                color: #fff;
                padding: 5px;
                opacity: 0;
            }

            .page .page-canvas .page-footer {
                display: none;
                position: absolute;
                bottom: -10px;
                left: 0;
                width: 100%;
                text-align: center;
                font-size: 0.6em;
                color: #000;
            }
            #storyClone .page .page-canvas .page-footer {
                display: block;
            }
                .page .page-canvas .page-footer p {
                    margin-bottom: 0 !important;
                }
                .page .page-canvas .page-footer p a {
                    color: #ccc;
                }

.page .page-margin {
    display: block;
    position: absolute;
    width: 102%;
    left: 0;
    top: 0;
    height: 95%;
    margin-top: 25px;
    margin-left: -15px;
    background: none;
}
#storyClone.tojpeg .page .page-margin {
    margin-top: 0px;
    margin-left: 0px;
}

    .page .page-margin > span {
        position: relative;
        display: block;
        width: 100%;
        height: calc(98px + 15px);
        margin: 0px;
    }
        .pictoSize-2 .page .page-margin > span {
            height: calc(119px + 35px);
        }
        .pictoSize-3 .page .page-margin > span {
            height: calc(129px + 45px);
        }


body .page .page-margin > span:nth-child(8n) {
    margin-bottom:  55px;
}

body .pictoSize-2 .page .page-margin > span:nth-child(6n) {
    margin-bottom:  55px;
}
body .pictoSize-2 .page .page-margin > span:nth-child(8n) {
    margin-bottom:  0px;
}

body .pictoSize-3 .page .page-margin > span:nth-child(5n) {
    margin-bottom:  55px;
}
body .pictoSize-3 .page .page-margin > span:nth-child(6n) {
    margin-bottom:  0px;
}
body .pictoSize-3 .page .page-margin > span:nth-child(8n) {
    margin-bottom:  0px;
}

        .page .page-margin > span > em {
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0, -50%);
            font-style: normal;
            font-size: 10px;
            color: #666;
        }

        .page .page-margin > span .row-options {
            display: none;
        }

        .page .page-margin > span .row-border {
            position: absolute;
            height: 96%;
            width: calc(100% - 30px);
            margin-left: 22px;
            top: 0;
            left: 0;
            box-sizing: border-box;
        }

        #storyClone.tojpeg .page .page-margin > span .row-border {
            margin-left: 0px;
        }

        .page .page-margin > span.image-row .row-border {
/*            display: none !important;*/
            z-index: 1;
        }

        .page .page-margin > span .row-border span {
            position: absolute;
            z-index: 100;
            background-color: transparent;
        }
            /* border TOP */
            .page .page-margin > span .row-border span.row-border-top {
                top: 0;
                left: 0;
                height:  1px;
                width:  100%;
            }
            .page .page-margin > span .row-border.border-all span.row-border-top {
                background-color: #333;
            }

            /* border BOTTOM */
            .page .page-margin > span .row-border span.row-border-bottom {
                bottom: 0;
                left: 0;
                height:  1px;
                width:  100%;
            }
            .page .page-margin > span .row-border.border-all span.row-border-bottom,
            .page .page-margin > span .row-border.border-bottom span.row-border-bottom {
                background-color: #333;
            }

            /* border LEFT */
            .page .page-margin > span .row-border span.row-border-left {
                top: 0;
                left: 0;
                height:  100%;
                width:  1px;
            }
            .page .page-margin > span .row-border.border-all span.row-border-left {
                background-color: #333;
            }
            /* border RIGHT */
            .page .page-margin > span .row-border span.row-border-right {
                top: 0;
                right: 0;
                height:  100%;
                width:  1px;
            }
            .page .page-margin > span .row-border.border-all span.row-border-right {
                background-color: #333;
            }

body.demo .page .page-margin .row-span > em,
body.demo .page .page-margin .row-options {
    display: none !important;
    opacity: 0;
}
body.demo .page .cursor {
    display: none !important;
    opacity: 0;
}        

.page .page-margin span.hover .row-options {
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    background: rgba(255,255,255,0.3);
    padding: 10px 12px;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: translateY(-50%);
    z-index: 105;
}

    .page .page-margin span .row-options a {
        display: block;
        line-height: 30px;
    }
        .page .page-margin span .row-options a:before,
        .page .page-margin span .row-options a:after {
            content: "";
            display: block;
            clear: both;
        }

    .page .page-margin span .row-options:hover a {
        min-width: 100px;
    }

    .page .page-margin span .row-options a span {
        display: block;
        float: left;
    }

    .page .page-margin span .row-options a span span {
        float: none;
    }    


    .page .page-margin span .row-options a span.title {
        display: none;
        padding-left: 10px;
        font-size: 0.8em;
    }

        .page .page-margin span.hover .row-options:hover a span.title {
            display: block;
        }

        .page .page-margin span .row-options a span.options {
            display: none;
            float: none;
            position: absolute;
            top: 0px;
            left: 0px;
            min-width: 210px;
            height: 40%;
            background: rgba(255,255,255,0);
            transform: translateX(-82%);
        }
            .page .page-margin span .row-options a:hover span.options {
                display: block;
            }

                .page .page-margin span .row-options a span.options .options-inner {
                    display: block;
                    margin-right:  32px;
                    background: #d4dbc0;
                }

                .page .page-margin span .row-options a span.options .options-inner .option {
                    display: inline-block;
                    padding: 8px 5px 0px 5px;
                }

                    .page .page-margin span .row-options a span.options .options-inner .option em {
                        position: relative;
                        display: block;
                        border: 3px solid #dfe6cb;
                        width:  40px;
                        height:  10px;
                        padding:  0px 0px;
                    }
                    .page .page-margin span .row-options a span.options .options-inner .option .border-bottom em {
                        border-bottom-color: #252525;
                    }
                    .page .page-margin span .row-options a span.options .options-inner .option .border-all em {
                        border-color: #252525;
                    }

                    .page .page-margin span .row-options a span.options .options-inner .option span {
                        display: block;
                        color: #252525;
                        font-size: 0.8em;
                        text-align: center;
                    }

.page .page-options {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
    .page .page-options .page-options-inner {
        display: block;
        opacity: 0.5;
        margin-top: 18px;
    }
        .page .page-options .page-options-inner a {
            font-size: 0.8em;
            color: darkolivegreen;
        }

.page .page-options.page-options-bottom {
    display: block;
    width: 100%;
    top: 99%;
    left: 0px;
    margin: 0;
    text-align: center;
    min-height: 50px;
    background-color: rgba(255,255,255, 0);
}
body .page .page-options.page-options-bottom {
    display: none;
}

    .page .page-options.page-options-bottom:hover .page-options-inner {
        opacity: 1.0;
    }

    .page.checkOverflow .page-options.page-options-bottom {
        display: none !important;
    }

.invisible {
    opacity: 0.5;
}

body.handleiding {
    height: 100%; 
    background: #DFDFDF;
    font-family: 'neuzeit-grotesk', arial, sans-serif;
}
body.handleiding > .container,
body.handleiding > .container form,
body.handleiding > .container .contentContainer,
body.handleiding > .container .contentContainer .row,
body.handleiding > .container .contentContainer .row .column {
    height:  100%;
}

body.handleiding > .container .contentContainer .row .column .verhaal {
    background:  #fff;
    margin:  20px;
}

body.inloggen, body.licentie
{
    height: 100%;
    overflow: auto;
}

body.loading * {
    cursor: progress !important;
}

body.test81renier .warning.demo {
    position: relative;
    display: block; 
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.warning.licentie {
    display: none;
}

.warning span.close
{
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
.warning a, .warning .close
{
    text-decoration: underline;
    font-weight: bold;
}

.demoContent {
    position: absolute;
    top: 160px;
    left: 35px;
    background: #fff;
    z-index: 1200;
    width: 240px;
    border-radius: 4px;
}

.demoContent .inner {
    padding: 10px;
    text-align: center;
    font-size: 0.8em;
}

    .demoContent .inner h2 {
        color: #0099D2;
        font-weight: 100;
        font-size: 1.4em;
        line-height: 1.2em;
    }

    .demoContent .inner a.btn {
        display: block;
        width: 90%;
        margin: 0px auto;
        padding: 10px 0px;
        background: #0099D2;
        color: #fff;
        border-radius: 4px;
        font-weight: bold;
    }

    .demoContent .inner a.btn.btn-light {
        background: #d2e9f0;
        color: #31383a;
    }

    .demoContent .inner a:hover {
        background-color: #0078a5;
        color: #fff;
    }

.disabled {
    position: relative;
}

.disabled .overlay-disabled {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #CCC;
    z-index: 999;
   /*  IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";

  /* IE 5-7 */
  filter: alpha(opacity=85);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;
}

.pictoContainer.disabled {
    overflow: hidden;
}

.content br 
{
    display: inline;
}

.source br 
{
    display: inline !important;
}

.inloggen .content {
    margin: 0px 0px 0px 23px;
    line-height: 1.8;
    color: #666666;
    font-size: 11px;
    max-width: 700px;
}
.inloggen .content.intro img {
    margin-left: 20px;
}
body.handleiding .body a, .inloggen .content a 
{
    color: #0099D2;
    text-decoration: underline;
}

.inloggen .content.intro 
{
    margin: 20px 0px 0px 23px;
    font-size: 12px;
}
.inloggen .content.subcontent 
{
    margin: 20px 0px 0px 23px;
    font-size: 12px;
}

ul { list-style-type: none; margin: 0; padding: 0; }
ul li { display: inline; margin: 0px; padding: 0px; }

    ul.regel li,
    ul.source li {
        display: block;
        float: left;
    }

a { color: #000; text-decoration: none; cursor: pointer;}

    .header .links
    {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;    
    }

    .header a {
        color: #FFF;
    }

    .header .links span.link
    {
        display: block;
        float: left;
        color: #FFF;
    }

    .header .links span.link a {
        color: #FFF;
        color: rgba(255,255,255,0.8);
        text-decoration: none;
        display: block;
        padding: 0px 10px;
        font-size: 14px;
    }
        .header .links span.link a:hover {
            color: rgba(255,255,255, 1);
            text-decoration: underline;
        }

    .header .links span.link a.orange {
        color: #FFF;
        background: #cf8411;
        letter-spacing: 0.04em;
    }

    .header .links span.link a.uppercase {
        text-transform: uppercase;
    }

        .header .links span.link a:hover {
            color: rgba(255,255,255, 1);
            text-decoration: underline;
        }    

    .header .links span.link.admin-link a {
        background-color: #0d769f;
    }
    .header .links span.link.switch-link a {
        background-color: #0d769f;
    }

    .header .icon-logo {
        font-size: 26px;
        position: absolute;
        display: inline-block;
        left: 4px;
        top: 4px;
    }
    
    .header a.home, .header a.home h1  
    {
        display: inline-block;
        color: #fff !important;
        margin-left: 5px;
        letter-spacing: 0.05em;
        font-size: 1.1em;
        padding-left: 34px;
        position: relative;
    }

    .header a.adminbutton {
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 0px 3px;
        background-color: rgba(0, 120, 165, 0.34);
    }

    .readonlytext {
        position: absolute;
        top: 0px;
        left: 160px;
        font-size: 1.2em;
        color: #FFF624;
    }

.contentContainer
{
    position: relative;
    overflow: hidden;
    min-width: 987px;
}

body.handleiding .contentContainer {
    overflow-y: hidden;
}
body.handleiding .contentContainer {
    overflow-y: hidden;
}

/*.toolbars
{
    height: 45px;
    min-width: 1005px;
    background: transparent url(/img/bgMenu.jpg) 0px 0px repeat-x;   
    position: relative !important; 
}

.toolbars .search, 
.toolbars .document, 
.toolbars .handleiding
{
    float: left;    
    height: 43px;
}*/

#zoom {
    position: relative;
    float: left;
    margin: 0px 0 0 0px;
}

#zoom:before,
#zoom:after {
    content: "";
    display: block;
    clear: both;
}

    #zoom div.buttons {
        position: relative;
        float: left;
        margin: 0 0 0 10px;
        padding: 5px 0 0 7px;
        line-height: initial;
    }
    #zoom .buttons:before,
    #zoom .buttons:after {
        content: "";
        display: block;
        clear: both;
    }

    #zoom div.buttons a {
        color: #bbb;
        display: inline-block;
        height: 30px;
        width: 30px;
        position: relative;
        vertical-align: top;
        border: 1px solid #f5f5f5;
    }
        #zoom div.buttons a span {
            position: absolute;
            bottom: 1px;
            left: 50%;
            transform: translate(-50%, 0);
            display: block;
        }
            #zoom div.buttons a span:before {
                vertical-align: text-bottom;
            }

        #zoom div.buttons a.active {
            color: #000;
            background: #fff;
            border: 1px solid #fff;
            border-radius: 4px;
        }

    #zoom .buttons a {
        display: inline-block;
        padding: 3px 3px;
        box-sizing: border-box;
    }

    #zoom .buttons a.font-size {
        display: inline-block;
    }
    #zoom div.buttons a.font-size span {
        bottom: 1px;
    }

    #zoom .buttons a.zoom.klein,
    #zoom .buttons a.font-size.font-size-small {
        font-size: 0.9em;
        width: 20px;
    }
    #zoom .buttons a.zoom.middel,
    #zoom .buttons a.font-size.font-size-medium {
        font-size: 1.3em;
        width: 26px;
    }
        #zoom .buttons a.zoom.groot,
        #zoom .buttons a.font-size.font-size-large {
            font-size: 1.6em;
            width: 32px;
        }

#zoom .buttons a.zoom.active 
{
    color: #000;
}

/* feedback button */
a.newsletter, a.pictozoeker
{
    display: block;
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    background: #0ba4dd;
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    z-index: 300;
    letter-spacing: 0.05em;
}
a.feedback:hover, a.newsletter:hover {
    background: #0099d2;
    color: #fff;
}

a.newsletter 
{
    background: #1ad1d3;
    width: 100px;
    right: 130px;
}
a.newsletter:hover 
{
    background: #0bdbdd;
}

a.pictozoeker 
{
    background: #025b80;
    width: 100px;
    right: 240px;
}
a.pictozoeker:hover 
{
    background: #227091;
}

/* feedback formulier */
body.feedbackForm {
    background: #fff;
    margin: 0;
    padding: 0;
}

body.feedbackForm h1 
{
    font-size: 18px;
}

body.feedbackForm p 
{
    line-height: 1.6;
}

body.feedbackForm p a 
{
    text-decoration: underline;
    color: #0099d2;
}

body.feedbackForm p input[type=text]
{
    font-family: Verdana, sans-serif;
    padding: 10px;
    line-height: 1.4;
    margin: 0;
    border: 1px solid #CACACA;
    font-size: 14px;
    width: 300px;
}

body.feedbackForm .helptext {
    font-size: 0.8em;
    color: #666
}

body.feedbackForm p textarea
{
    font-family: Verdana, sans-serif;
    padding: 10px;
    line-height: 1.4;
    margin: 10px 0 0 0;
    border: 1px solid #CACACA;
    font-size: 14px;
    width: 300px;
    overflow: auto;
}

body.feedbackForm p input[type=submit],
body.feedbackForm p input[type=button]
{
    border: none;
    background: #0ba4dd;
    color: #fff;
    font-size: 13px;
    display: block;
    width: 150px;
    height: 30px;
    line-height: 28px;
    font-family: Verdana, sans-serif;
    cursor: pointer;
    margin-top: 10px;
    letter-spacing: 0.15em;
    padding: 0px;
}
body.feedbackForm p input[type=submit]:hover,
body.feedbackForm p input[type=button]:hover {
    background: #0099d2;
}

body.feedbackForm p .errorMessage  
{
    padding: 10px 0px;
}

body.feedbackForm p .errorMessage.success 
{
    color: Green;
}

body.feedbackForm div.loader 
{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 330px;
    background-color: #fff;
    display: none;
}


/* Help - Vraagteken */
.help {
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    background: rgba(255,255,226,1);
    color: #333;
    border-radius: 100%;
    border: none;
    line-height: 14px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    box-shadow: 2px 1.5px 5px rgba(0,0,0,0.75);
    position: absolute;
    z-index: 1000;
}
.help.active {
    display: block;
}

.toolbar .document .button .help {
    top: -4px;
    right: -4px;
}
.toolbar .document .button:hover .help,
.toolbar .document .button .help.active {
    display: block;
}

.help.zoeken,
.edit-buttons .help { 
    display: none;
    position: absolute;
    right: 0px;
    margin: -5px -5px 0 0;
    top: 0;
}

.help.zoeken {
    right: auto;
    left: 120px;
}

.edit-buttons li a.btn {
    position: relative;
}

    .search:hover .help.zoeken,
    .search .help.zoeken.active { 
        display: block;
    }

    .search .editWordgroups:hover > .help { 
        display: block;
        top: -4px;
        right: -4px;
    }

    a.editWordgroups span:before {
    }

    .search .addTekst:hover > .help { 
        display: block;
        top: -4px;
        right: -4px;
    }

    .edit-buttons a.btn:hover .help,
    .edit-buttons a.btn .help.active {
        display: block;
    }

.buttons:hover .help,
.buttons .help.active {
    display: block;
    cursor: pointer;
    top: 0;
    right: 0px;
    padding-left: 0px;
    cursor: pointer;
}    

#storyTitle .column { position: relative; }

#storyTitle .column:hover .help,
#storyTitle .column .help.active {
    display: block;
    top: 0;
    right: 0px;
    cursor: pointer;
}

/* *.help.lettertekst { margin: -10px 0px 0px 225px; }  */
/*.help.themas { margin: 0 0 0 210px; }
.help.woordsoorten { margin: 0 0 0 210px; }
.help.openen { right: 20px; top: 70px; }
.help.knoppen { float: left; position: relative; margin: 8px 0 0 0; }
.help.eigenpicto { margin: 0px; display: none; }
.help.licentietype { position: relative; float: right; }
.help.zoomen { top: 3px; right: 6px; }*/

.edit-picto-box .save a.help {
    position: relative;
    float: right;
    margin-top: 10px;
    border: none;
    font-weight: bold;
    color: #333;
}

.container .helplink,
.container .helplink {
    font-size: 11px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
}
#lightbox .helplink {
    color: #0099D2;
    font-size: 12px;
    margin: 0px;
}

#lightbox .content .input {
    display: block;
    width: 320px;
    max-width: 100%;
    text-align: center;
    margin: 0px 0px 1.0em;
}
#lightbox .content .input input {
    font-family: 'neuzeit-grotesk', Arial, sans-serif;
    display: block;
    border: 1px solid #39aedf;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    font-size: 1.1em;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
}
#lightbox .content .input input[type=button] {
    border: 1px solid #39aedf;
    background: #39aedf;
    color: #fff;
    cursor: pointer;
}

#tiptip_holder .helplink {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin:  0px 5px 5px 0px;
    padding:  5px;
    border-radius: 5px;
    background:  #333;
    color: #fff;
    font-size: 12px;
}

#tiptip_holder .adminlink {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin:  0px 5px 5px 0px;
    padding:  5px;
    border-radius: 5px;
    background:  none;
    color: blue;
    font-size: 12px;
}

.adminlink.btn {
    background: #912ec3;
    padding: 0.3em 0.5em;
    color: #fff;
    border-radius: 3px;
}

/* Grijze Buttons - Algemeen */
.button {
    display: block;
    float: left;
    width: auto;
    position: relative;
    font-size: 1.0em;
    font-weight: normal;
    line-height: initial;
    color: #666;
    background: #e6e6e6;
    border-radius: 3px;
    padding: 8px 10px;
    border: none;
}

    .button span[class*=icon-] {
        font-size: 0.9em;
        line-height: 0.9em;
    }

.button.button-orange {
    color: #fff !important;
    background: #cf8411;
}    

.lightbox_content .button {
    display: inline-block;
    float: none;
    margin-left: 10px;
}
.lightbox_content .button.first {
    margin-left: 0px;
}

.lightbox_content .content .content-wrap {
    padding: 1.0em 1.0em 1.5em 1.0em;
}

.lightbox_content .content .content-wrap {
    height:  100%;
    box-sizing: border-box;
}

.uploadContainer .button {
    display: inline-block;
    float: none;
    color: #fff;
    background-color: #2271b1;
    border-radius: 3px;
    padding: 8px 10px;
}

.button.blauw,
.button.blue {
    color: #fff;
    background: #2599ca;
}

.button.groen,
.button.green {
    color: #fff;
    background: #67af74;
}
.button.rood,
.button.red {
    color: #fff;
    background: #d32929;
}

.message .button {
    display: inline-block;
    float: none;
    width: auto;
    position: relative;
    font-size: 1.0em;
    font-weight: normal;
    color: #666;
    background: #eaeaea;
    border-radius: 3px;
}

    .message .button.blauw {
        background: #2599ca;
        color: #fff;
    }
    .message .button.groen {
        color: #fff;
        background: #67af74;
    }

/* ZOEKEN */
.toolbars .search, .toolbars .lettertekstWrap
{
    width: 230px;
    float: left;
}

.focusfield {
    position: absolute;
    left: -9999px;
    top: -99999px;
}

.searchReset 
{
    display: none;
}

.scrollLoader {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 50px;
    width: 100%;
    background: none;
    z-index: 99999;
}

.loader 
{
    display: none;
    position: absolute;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    color: #ccc;
}

.animate-spin {
    display: block;
    width:  16px;
    height: 16px;
    margin: 0px auto;
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.overlay.overlay-loading .animate-spin {
    width: 32px;
    height: 32px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.scrollLoader .loaderscroll {
    display: block;
    position: relative;
    margin: 0px auto;
    height: 30px;
    margin-top: 0px;
    color: #ccc;
}

#lightbox_loader .lightbox_loader 
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#lightbox_loader .lightbox_loader.message 
{
    background: url(/img/loader_message.png) 50% no-repeat;
}


/* Toolbar Document */
.document {
    background-color: #f5f5f5;
}

    .toolbar .document {
        padding-left: 30px;
    }

        .toolbar .document .document-buttons {
            width: 275px;
            float: left;

        }

        .toolbar .document:before,
        .toolbar .document:after {
            content: "";
            display: block;
            clear: both;
        }

        .toolbar .document .document-buttons:before,
        .toolbar .document .document-buttons:after {
            content: "";
            display: block;
            clear: both;
        }

        .document .button {
            float: left;
            display: block;
            box-sizing: border-box;
            line-height: inherit;
            height: auto;
            max-height: 36px;
            background: none;
            font-size: 1.6em;
            margin: 4px 2px 3px 2px;
            padding: 4px;
            background-color: #f5f5f5;
            border-radius: 4px;
        }
        .document .button:hover {
            background-color: #fff;
        }
        .document .button.openpdf:hover {
            color: #da0e0e;
        }

        .document .button.blue {
            color: #fff;
            background-color: #0099D2;
        }

    .document .button .help {
        display: none;
    }

.icon-folder-open:before {
    vertical-align: text-top;
}

/* letter tekst box */
#letterTekstWrap {
    position: absolute;
    display: none;
    height: 50px;
    width: 260px;
    background: url(/img/bgLetterbox.png) 0px 0px repeat-x;
    border: 1px solid #cdcdcd;
    z-index: 1000;
    left: 557px;
    top: 110px;
}
#letterTekstWrap .inner *
{
    float: left;
    margin-right: 10px;
}
#letterTekstWrap .white
{
    position: absolute;
    margin-top: -2px;
    width: 45px;
    height: 3px;
    background: #d9dbd8;
}
#letterTekstWrap .inner
{
    padding: 12px 10px 10px 10px;   
    line-height: 22px; 
    font-weight: bold;
}

#letterTekstWrap .inner input
{
    padding-left: 5px;
    width: 160px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #666;    
}

.toolbar .document
{ 
    height: 40px;
    padding-left: 4px;  
}
.toolbar .document.handleiding
{
    padding-left: 10px;    
}

.button .icon-fullscreen:before {
    font-size: 1.1em;
    margin-top: 1px;
}

.fullscreen-sidebar {
    display: none;
}
    .fullscreen-sidebar a {
        display: block;
        font-size: 2.0em;
        margin: 15px;
    }

body.fullscreen #sidebar,
body.fullscreen .toolbar,
body.fullscreen #header,
body.fullscreen #storyTitle,
body.fullscreen #pageNumbers,
body.fullscreen .bottom-nav {
    display: none;
}

body.fullscreen .fullscreen-sidebar {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    width: auto;
    height: 200px;
    z-index: 100;
}

body.fullscreen #main .contentContainer {
    top: 0;
    height: 100%;
    background-color: #d2d2d2;
}

    body.fullscreen #main .contentContainer .verhaalContainer {
        -moz-transform: scale(1.5, 1.5);
        zoom: 1.5;
        zoom: 150%;
        margin: 0px auto;
    }

body.fullscreen .page-margin {
    display: none;
}

body.fullscreen #main .storyContainer {
    padding-top: 20px;
}

.toolbar .document .button:hover .help .tipContent {
    
}

ul.edit-buttons {
    margin: 3px 0 0 0;
    padding: 0;
    display: block;
    float: left;
}

    ul.edit-buttons li a.btn,
    .search a.btn {
        position: relative;
        display: inline-block;
        font-size: 1.5em;
        background: #F5f5f5;
        border-radius: 3px;
        padding: 3px 5px;
        color: #666;
        margin: 0px 2px;
        min-height: 27px;
        min-width: 23px;
        text-align: center;
    }
        ul.edit-buttons li a.btn.btIllustratie {
            font-size: 1.7em;
        }

        ul.edit-buttons li a.btn.btOptions {
            color: #d0d0d0;
        }
        ul.edit-buttons li a.btn.btOptions.active {
            color: #666;
        }

        ul.edit-buttons li a.btn.undo {
            background: #a3ab78;
            color: #eaede0;
        }

        ul.edit-buttons li a.btn.unactive span.icon-undo {
            opacity: 0.5;
        }

        .search a.btn,
        .search input {
            float: left;
        }

    ul .edit-buttons li a.btn span.icon-leestekens {
            font-size: 0.66em;
        }

        ul.edit-buttons li.large-button a.btn,
        .search a.btn.large-button {
            font-size: 1.7em;
            padding: 6px 7px 6px 8px;
            margin: 0px 4px 0px 0px;
        }

ul.edit-buttons li a.btn.disabled,
.search a.btn.disabled {
    color: #d0d0d0;
    opacity: 1;
    cursor: default;
}

.toolbar .search {
    position: relative;
    margin-right: 6px;
}

.search a.btn.large-button {
    position: absolute;
    top: 0px;
    right: 40px;
    margin: 3px 5px 4px 2px;
    padding: 2px 6px;
}

    .search a.btn.large-button.addTekst {
        /*margin-right: 49px;*/
    }

    .search .btn.editWordgroups {
        float: none;
        position: absolute;
        top: 0px;
        right: 0px;
        margin: 3px 5px 4px 2px;
        color: #666;
    }
    .search .btn.editWordgroups:hover {
        color: #000;
        background-color: #F5F5F5;
    }

    .search .btn.editWordgroups span:before {
          margin-top: 2px;
    }

.search a.btn.translateText span.icon-zin:before {
    font-size: 0.9em;
    line-height: 1.19em;
}

    .toolbar ul.edit-buttons a.btn.btn-updates {
        display: block;
        position: fixed;
        top: 84px;
        right: 30px;
        width: 20px;
        height: 20px;
        background: transparent url(/webapp/img/btn-updates.png) 50% no-repeat;
        background-size: contain;
        text-indent: -9999px;
    }

    #updatesBox {
        display: none;
        position: fixed;
        width: 500px;
        right: 30px;
        margin-top: 60px;
        height: auto;
        min-height: 200px;
        background: #fffacc;
        border: 1px solid #b5bc95;
        z-index: 1000;
        border-radius: 4px;
    }

    #updatesBox a.closeMessageBox {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        margin: 1.0em 0;
        text-decoration: underline;
        z-index: 10;
    }
    #updatesBox a.closeMessageBox.closeTopRight {
        position: absolute;
        top: 0;
        bottom: auto;
        right: 0;
        left: auto;
        margin: 1.0em 0;
        z-index: 10;
        width: 33px;
        height: 29px;
        background: transparent url(/webapp/img/bg-updates.png) 0px 0px no-repeat;
        background-size: contain;
        opacity: 0.8;
    }
    #updatesBox a.closeMessageBox.closeTopRight:hover {
        opacity: 1.0;
    }

    #updatesBox .messageBox {
        padding: 1.0em 1.0em 2.0em 1.0em;
        line-height: 1.35em;
    }
        #updatesBox .messageBox .message {
        }

        #updatesBox .messageBox .navigate {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40px;
        }
        #updatesBox .messageBox .navigate a {
            display: block;
            position: absolute;
            bottom: 0px;
            left: 0px;
            padding: 1.0em;
        }
        
        #updatesBox .messageBox .navigate a.prev-update {
            right: 0;
            left: auto;
        }

            #updatesBox .messageBox .navigate a.disabled {
                opacity: 0.2;
                cursor: default;
            }

    #updatesBox .markReadBox {
        position: absolute;
        font-size: 1em;
        top: 100%;
        width: 100%;
        height: auto;
        background: rgb(158, 167, 137);
        color: #fff;
        padding: 0.5em;
        box-sizing: border-box;
    }
        #updatesBox .markReadBox span {
            display: block;
            float: left;
        }
        #updatesBox .markReadBox span {
            width: 10%;
            text-align: center;
        }
        #updatesBox .markReadBox span.markReadText {
            width: 90%;
            text-align: left;
        }
        #updatesBox .markReadBox span.markReadText p {
            margin: 0;
            line-height: 18px;
        }    

.workbar {
    position: absolute;
    background: #DFDFDF;
    z-index: 60;
    left: 287px;
    top: 45px;
    width: 670px;
    height: 73px;
}

.workbar .inner {
    position: relative;
    background: #c1cba4;
    height: 60px;
    margin: 6px 5px 0px 6px;
    border-radius: 4px;

}

/* ZOEKEN */
.toolbar .search, 
.toolbar .lettertekstWrap
{
    width: auto;
    float: left;
}

.toolbar .search .button
{
    margin-top: 7px;   
    margin-left: 7px;
}

.toolbar ul.edit-buttons li {
    display: block;
    float: left;
}

.toolbar ul.edit-buttons li.parent {
    position: relative;
}

    .toolbar ul.edit-buttons li ul.submenu {
        display: block;
        position: absolute;
        top: 43px;
        right: 0px;
        width: 230px;
        height: auto;
        background: #747f3f;
        border-radius: 4px;
    }
    .toolbar ul.edit-buttons li ul.submenu a.btn {
        height: 35px;
        margin: 10px 0px 10px 10px;
        padding: 0;
        min-width: 0;
    }
    .toolbar ul.edit-buttons li ul.submenu a.btn span {
        display: block;
        height: 100%;
        margin: 0px auto;
    }

    .toolbar ul.edit-buttons li ul.submenu a.btn.btn-letter {
        width: 21px;
    }
    .toolbar ul.edit-buttons li ul.submenu a.btn.btn-letter.spatie {
        width: 25px;
    }

    /*.toolbar ul.edit-buttons li ul.submenu a.btn.btn-letter span {
        width: 17px;
        background: transparent url(/img/btn-spread-marks-2015.png) 0px 0px no-repeat;
    }

    .toolbar ul.edit-buttons li ul.submenu a.btn.btn-letter.dubbelepunt span {
        background: transparent url(/img/btn-spread-marks-2015.png) -17px 0px no-repeat;
    }
    .toolbar ul.edit-buttons li ul.submenu a.btn.btn-letter.komma span {
        background: transparent url(/img/btn-spread-marks-2015.png) -34px 0px no-repeat;
    }
    .toolbar ul.edit-buttons li ul.submenu a.btn.btn-letter.punt span {
        background: transparent url(/img/btn-spread-marks-2015.png) -51px 0px no-repeat;
    }
    .toolbar ul.edit-buttons li ul.submenu a.btn.btn-letter.uitroepteken span {
        background: transparent url(/img/btn-spread-marks-2015.png) -68px 0px no-repeat;
    }
    .toolbar ul.edit-buttons li ul.submenu a.btn.btn-letter.vraagteken span {
        background: transparent url(/img/btn-spread-marks-2015.png) -85px 0px no-repeat;
    }
    .toolbar ul.edit-buttons li ul.submenu a.btn.btn-letter.quote span {
        background: transparent url(/img/btn-spread-marks-2015.png) -102px 0px no-repeat;
    }*/





/* INHOUDSOPGAVE */
.inhoudContainer {
    width: 160px;
    background: #FFF;
    padding: 10px 10px 40px 15px;
    height:  100%;
    box-sizing: border-box;
}

.inhoudContainer h1 { font-size: 1.0em; color: #666;}
.inhoudContainer ul {}
.inhoudContainer ul li { display: block; float: none; line-height: 1.5em; margin-left: 0px; font-size: 0.8em; margin-bottom: 4px; }
.inhoudContainer ul li ul li { margin-left: 15px; font-size: 10px;  }

.inhoudContainer ul li.active a { color: #0099d2; font-weight: bold; }
.inhoudContainer ul li.active ul li a { color: #666; font-weight: normal; }
.inhoudContainer ul li.active ul li.active a { color: #000; font-weight: normal; }


body.handleiding > .container .contentContainer .row .column.handleiding {
    width: calc(100% - 160px);
}

/* ZOEKEN / Woordsoorten / Etc */
.categories {
    background-color: none;
}

    .categories ul {
        display: block;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 23px;
    }
    .categories ul:after {
        content: "";
        display: block;
        clear: both;
    }

.category {
    position: relative;
    display: inline-block;
    height: 34px;
    width: 22% !important;
    cursor: pointer;
    margin-top: 1px;
    margin-left: 3px;
    background: rgba(255, 255, 255, 0.84);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    -webkit-box-shadow: inset 0px -20px 12px -20px rgba(51,51,51,0.4);
    -moz-box-shadow: inset 0px -20px 12px -20px rgba(51,51,51,0.4);
    box-shadow: inset 0px -20px 12px -20px rgba(51,51,51,0.4);
}
.category.search {}

    .category.selected {
        background: #fff;
        opacity: 1;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2);
    }

    .category span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #787b6f;
        font-size: 1.5em;
    }

.themafilter { margin-right: 10px; display: none; padding-bottom: 0px;}
.themafilter .themabutton{ background: #CCC; margin: 2px; padding: 2px 5px; border-radius: 5px; display:inline-block; font-size: 10px; color: #595959; }
.themafilter .themabutton:hover{ background: #7DD7F9; color: #006C97; }
.themafilter .tagholder ul { margin-top: 10px; }

.thematitle { color: #333; font-weight: bold; display: block; margin: 10px 0 8px 5px; font-size: 15px; }

.userpictosfilter .title { color: #333; font-weight: bold; display: block; margin: 10px 0 8px 5px; font-size: 15px; }

.pictoContainer span.breadcrumb { display: block; margin: 0px 0px 15px 5px; text-align: left; }
.breadcrumb .thema, .breadcrumb .woordsoort { font-size: 10px; background: none; margin: 0; padding: 0; border:none; text-decoration: underline; }
.breadcrumb .thema:hover, .breadcrumb .woordsoort:hover { color: #7DD7F9; }

.themafilter li, .woordsoortfilter li  
{
    list-style-type: disc;    
}
.themafilter li a, .woordsoortfilter li a
{
    display: block;
    width: 221px;    
    font-size: 13px; 
    line-height: 18px;
    height: auto;
    margin-top: 8px;
    padding-left: 4px;
}
.themafilter li a:hover, .woordsoortfilter li a:hover
{
    color: #7DD7F9; 
    text-decoration: underline;   
}

/* woordsoorten */
.woordsoortfilter { margin-right: 10px; display: none; padding-bottom: 0px;}
.woordsoorttitle { color: #333; font-weight: bold; display: block; margin: 10px 0 8px 5px; font-size: 15px; }
/*
.woordsoortfilter li 
{
    list-style-type: none;   
    
}
.woordsoortfilter li a
{
    display: block;
    width: 108px;    
    padding-left: 4px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
} */

/* Zoekresultaten: picto's */
.pictoContainer
{
    height: 100%;
    padding-left: 26px;         
    overflow-y: scroll;
    overflow-x: hidden;
    background: #FFF;
}
.pictoContainer:before,
.pictoContainer:after {
    content: "";
    display: block;
    clear: both;
}

.pictoContainer .pusher 
{
    clear: both;
}

/* Het verhaal - De regels */
.verhaalContainer
{

}

body.handleiding {}

body.handleiding .verhaalContainer
{
    overflow: scroll;
    height:  100%;
}

.verhaalContainer .verhaal {
    position: relative;
}

.storyContainer {
    padding-top: 115px;
}

.popup-edit-title {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999999999;
    left: 300px;
    top: 39px;
    width: 40%;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 2px 5px 9px rgba(0, 0, 0, 0.5);
}

#storyTitle {
    display: block;
    float: left;
    margin: 0px;
    width: 450px;
    height: 40px;
    margin-left: 7px;
    border-left: 1px solid #dadada;
    padding-left: 12px;
}

    #storyTitle .row .column {
        padding: 6px 4px 4px 4px;
        box-sizing: border-box;
    }

    #storyTitle input,
    #stories-search-box input {
        color: #6e7262; 
        background: #feffc0;
        padding: 5px;
        border-radius: 5px;
        border-color: #ececec;
        box-sizing: border-box;
        width: 100%;
    }

        #storyTitle input.inputStoryTitle.new,
        #storyTitle input.inputStoryAuthor.new {
            color: #6e7262; 
            background: #feffc0;
        }

        #storyTitle input.inputStoryTitle {
            width: 100%;
        }

        #storyTitle input::placeholder {
            color: #8ea096;
        }

.table-nav-box {}
.table-nav-box.bottom {
    margin-top: 20px;
}

#stories-search-box.table-nav-box input {
    background: #fff;
    color: #999;
    border-color: #999;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.table-nav-box .btn {
    background: #dfdfdf;
    color: #666;
    padding: 5.25px 10px;
    margin-left: 0px;
    border: 1px solid #dfdfdf;
    font-size: 0.9em;
}

.table-nav-box .btn.btn-search-story {
    padding: 0 5px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #999;
    background: #fff;
    color: #999;
    font-size: 1em;
    line-height: 1.58em;
}

.table-nav-box .btn.btn-delete-stories:not(.disabled) {
    background: #ea5b5a;
    color: #fff;
}
.table-nav-box .btn.btn-delete-stories:not(.disabled):hover {
    background: #c91514;
}

.table-nav-box .btn > span[class^=icon]:before {
    vertical-align: text-top;
}

.verhaalContainer .verhaal .bottom
{
    height: 60px;
    width: 610px;
    margin: 0px auto;
    background: url(/img/bgVerhaalBottom.jpg) 0px 0px repeat-x;     
}

.verhaalContainer .verhaal .bottom .button.rood
{
    float: right;
    margin-top: 9px;    
}
.verhaalContainer .verhaal .bottom .button.grijs
{
    margin-top: 9px;    
}

.verhaalContainerCopy 
{
    position: absolute;
    top: 0px;
    right: -9990px;
    background: red;  
    display: block;  
}

.verhaalContainer.handleiding .verhaal 
{
    width: 512px;
    padding: 20px;
}
.verhaalContainer.handleiding h1 {
    font-size: 20px;
    color: #666;
    margin-bottom: 1.2em;
    
}
.verhaalContainer.handleiding .body {
    line-height: 1.8;
}

/* PICTO default */
.picto {
    padding: 5px;
    background: #FFF;
    text-align: center;
    margin: 0px;
    cursor: move;
    z-index: 100;
}

.regel .picto.replacing {
    background: #ededed !important;
}

body.fullscreen .picto {
    cursor: default;
}

body.demo .picto {
    cursor: default;
}

.picto[data-pictoid="151196"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.regel .picto[data-pictoid="151196"] .titel {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
}

.regel:before,
.regel:after {
    content: "";
    display: block;
    clear: both;
}

.regel .picto {
    padding: 12px 5px 5px;
    margin-top: 0px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
    .fontSize-medium .regel .picto {
        margin-bottom: 9px;
    }
    .fontSize-large .regel .picto {
        margin-bottom: 2px;
    }

.page.overflow .regel li.is-overflow,
.page.overflow .regel li.picto.is-overflow * {
    background: transparent;
    border-color: #000;
    opacity: 0.75;
}

.regel .picto.selected:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,88,255,0.23);
    border-radius: 0px;
    box-sizing: border-box;
    border: 2px solid transparent;
}

.regel .picto.has-border:before {
    border: 2px solid #000;
    border-left: none;
    border-right: none;
}

.pictoSize-1 .regel .picto {
    height: 98px;
}

.pictoSize-2 .regel .picto {
    padding: 15px 5px 5px;
    margin-bottom: 35px;
    height: 119px;
}
    .pictoSize-2.fontSize-medium .regel .picto {
        margin-bottom: 28px;
    }
    .pictoSize-2.fontSize-large .regel .picto {
        margin-bottom: 22px;
    }

.pictoSize-3 .regel .picto {
    padding: 20px 5px 5px;
    margin-bottom: 45px;
    height: 129px;
}
    .pictoSize-3.fontSize-medium .regel .picto {
        margin-bottom: 39px;
    }
    .pictoSize-3.fontSize-large .regel .picto {
        margin-bottom: 32px;
    }

.regel .picto:hover {
    position: relative;
    background-color: transparent;
}

.picto .bt-replace-picto,
.picto .bt-disapprove-picto,
.picto .bt-approve-picto {
    display: none;
}

.regel .picto .bt-replace-picto,
.regel .picto .bt-disapprove-picto,
.regel .picto .bt-approve-picto {
    display: none;
    position: absolute;
    color: #2799c9;
    top: 0px;
    right: 2px;
    width: 10px;
    height: 10px;
    font-size: 5px;
    background: rgb(255,255,255);
    background: rgba(220, 231, 234, 0.6);
    border-radius: 3px;
    z-index: 8;
}

.regel .picto .bt-disapprove-picto,
.regel .picto .bt-approve-picto {
    color: Red;
    top:  auto;
    right:  auto;
    bottom:  0px;
    left:  50%;
    font-size: 12px;
    background: none;
    transform: translateX(-50%);
    margin-left: -10px;
}
.regel .picto .bt-approve-picto {
    color: Green;
    margin-left: 10px;
}

.regel .picto.picto-to-approve .titel {
    position: relative;
}
.regel .picto.picto-to-approve .titel:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 90%;
    height: 1px;
    border-bottom: 1px dotted #9E979C;
    transform: translateX(-50%);
}

    .regel .picto .bt-replace-picto .icon,
    .regel .picto .bt-approve-picto .icon,
    .regel .picto .bt-disapprove-picto .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        line-height: 0;
        transform: translate(-50%, -50%);
    }

    .regel .picto .bt-replace-picto .icon:before,
    .regel .picto .bt-approve-picto .icon:before,
    .regel .picto .bt-disapprove-picto .icon:before {
        content: '\0027';
        display: inline;
        font-family: 'picto';
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1;
    }
    .regel .picto .bt-disapprove-picto .icon:before {
        content: '\0028';
    }
    .regel .picto .bt-approve-picto .icon:before {
        content: '\0054';
    }

    .regel .picto:not([data-count-alternatives='0'], .picto-leesteken, .ui-draggable-dragging, .ui-sortable-helper):hover .bt-replace-picto {
        display: block;
    }

    .regel .picto.picto-to-approve:not(.picto-leesteken, .ui-draggable-dragging, .ui-sortable-helper):hover .bt-approve-picto,
    .regel .picto.picto-to-approve:not(.picto-leesteken, .ui-draggable-dragging, .ui-sortable-helper):hover .bt-disapprove-picto {
        display: block;
    }

    .regel .picto.replacing .bt-replace-picto,
    .regel .picto.replacing:hover .bt-replace-picto {
        display: block !important;
        background: none;
    }

.regel .picto .bt-replace-picto:hover,
.regel .picto .bt-approve-picto:hover,
.regel .picto .bt-disapprove-picto:hover {
    cursor: pointer;
    background: rgba(220, 231, 234, 0.2);
}

.regel .picto.removed {
    display: none !important;
}

.replace-picto-box {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 4px 4px 2px #ccc;
    z-index: 1000000;
    padding: 8px 4px 4px 4px;
    border-radius: 5px;
}
    .replace-picto-box li.picto {
        display: inline-block;
        cursor: default;
    }
    .replace-picto-box li.picto:hover {
        display: inline-block;
        cursor: pointer;
    }

.source:before,
.source:after {
    content: "";
    display: block;
    clear: both;
}

.source .picto {
    position: relative;
}

.picto span.btn-delete-picto,
.source .picto span.btn-delete-picto {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #CCC; 
    font-size: 1.5em;
    margin-right: 10px;
    cursor: pointer;
    z-index: 16;
}

.source .picto:hover span.btn-delete-picto,
.source .picto .inner:hover span.btn-delete-picto {
    display: block;
}
.source .picto span.btn-delete-picto:hover {
    color: #333; 
    cursor: pointer;
}

.picto .btn-favorite-picto {
    display: none;
}

.source .picto .btn-favorite-picto {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 10px;
    color: #B59F4C;
    opacity: 0;
    transition: opacity 0.5s ease;
    cursor: pointer;
    font-size: 0.8em;
}
    .source .picto.show .btn-favorite-picto {
        opacity: 1;
        z-index: 100;
    }

.source .picto.favorite .btn-favorite-picto .icon:before {
    content:'\006c' !important;
}    

.picto .image {
    position: relative;
    height: 52px;
    padding-bottom: 8px;
}
.verhaal.pictoSize-2 .picto .image {
    height: 64px;
}
.verhaal.pictoSize-3 .picto .image {
    height: 75px;
}

.picto .image img {
    max-height: 100%;
}
.picto .image img[src*='.svg'] {
    height: 100%;
    width: 100%;
}

.picto .image .xtra-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.picto .titel {
    display: inline-block;
    /* position: relative;     */
    font-size: 14px;
    padding: 2px 3px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height:initial;
}

/* update april 2024 - aapjes en tekstgrootte */
body.version-2024 #desk[data-fontsize='14'] .regel .picto .titel { font-size: 14px; }
body.version-2024 #desk[data-fontsize='16'] .regel .picto .titel { font-size: 16px; }
body.version-2024 #desk[data-fontsize='18'] .regel .picto .titel { font-size: 18px; }
body.version-2024 #desk[data-fontsize='20'] .regel .picto .titel { font-size: 20px; }
body.version-2024 #desk[data-fontsize='22'] .regel .picto .titel { font-size: 22px; }
body.version-2024 #desk[data-fontsize='24'] .regel .picto .titel { font-size: 24px; }

body.version-2024 #desk[data-hidesubtitles='true'] .regel .picto .titel {
    visibility: hidden;
/*    color: Red !important;*/
}

/*body.testgebruiker #desk[data-fontsize-Abc='auto'] .regel .picto .tekst span { font-size: auto; }*/

body.version-2024 #desk[data-fontsize-Abc='20'] .regel .picto .tekst span { font-size: 20px; }
body.version-2024 #desk[data-fontsize-Abc='24'] .regel .picto .tekst span { font-size: 24px; }
body.version-2024 #desk[data-fontsize-Abc='28'] .regel .picto .tekst span { font-size: 28px; }
body.version-2024 #desk[data-fontsize-Abc='32'] .regel .picto .tekst span { font-size: 32px; }
body.version-2024 #desk[data-fontsize-Abc='36'] .regel .picto .tekst span { font-size: 36px; }

.fontSize-medium .picto .titel {
    font-size: 20px;
    font-weight: normal;
}

.fontSize-large .picto .titel {
    font-size: 26px;
    font-weight: normal;
}

/** DOUBLE */
#storyDouble {
    background: #fff;
}


    #storyDouble .picto .titel {
        font-size: 56px;
        line-height: initial;
    }

    #storyDouble.font-medium .picto .titel {
        font-size: 80px;
        font-weight: 400;
    }

    #storyDouble.font-large .picto .titel {
        font-size: 104px;
        font-weight: 400;
    }


/* storyClone for making PDF */
#storyClone {
    zoom: 100%;
}

/*body.terrijntje #storyClone {
    zoom: 100%;
}*/

    #storyClone .title-wrap {
        opacity: 1;
    }

#storyClone ul.regel {
    border-left: 1px solid #fff;
}

    #storyClone.tojpeg .cursor,
    #storyClone.tojpeg .tmp-placeholder,
    #storyClone.tojpeg .page-options,
    #storyClone.tojpeg .ui-resizable-handle,
    #storyClone.topdf .cursor,
    #storyClone.topdf .tmp-placeholder:after,
    #storyClone.topdf .page-options,
    #storyClone.topdf .ui-resizable-handle {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

        #storyClone.tojpeg .newline:after,
        #storyClone.topdf .newline:after{
            display: none;
        }

        body.fullscreen .cursor,
        body.fullscreen .tmp-placeholder:after,
        body.fullscreen .page .page-options,
        body.fullscreen .ui-resizable-handle {
            opacity: 0;
            visibility: hidden;
            display: none !important;
        }

    body.fullscreen .newline:after {
        display: none;
    }

.regel .picto .titel
{
    display: block;
    background: #fff;
    min-height: 17px;
}


    .fontSize-medium .regel .picto .titel
    {
        min-height: 23px;
    }
    .fontSize-large .regel .picto .titel
    {
        min-height: 30px;
    }


.regel .picto.replacing .titel {
    background: inherit;
}

.fontSize-medium .regel .picto.picto-textual .titel,
.fontSize-large .regel .picto.picto-textual .titel {
    min-height: 0;
}

.tiptip_content span.themas 
{
    display: block;
    font-size: 8px;
    line-height: 12px;
    font-style: italic;
}

#tiptip_content .content p {
    margin: 0px 0px 1em 0px;
    line-height: initial;
    font-size: 0.9em;
}
#tiptip_content .content .picto-desc {
    font-size: 14px;
    line-height: 1.3em;
}

.regel .picto {
    position: relative;
}

.edit-picto-box
{
    position: absolute;
    z-index: 999999;
    height: 60px;
    height: auto;
    top: 0px;
    left: 0px;
    margin-left: -130px;
    background: #4e4e4e;
    padding: 10px;
    border-radius: 5px;
}

.edit-picto-box .inputbox {
    display: block;
    margin: 0px auto;
}

.edit-picto-box .arrow {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-top: -11px;
    margin-left: -5px;
    color: #4e4e4e;
}

.inputLive, .inputMap
{
    width: 100%;
    height: 32px;
    line-height: 31px;
    color: #4e4e4e;
    font-weight: bold;
    padding: 0px 5px;   
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 4px;
}

.edit-picto-box .style {
    color: #fff;
    margin-top: 8px;
}

.edit-picto-box .style td {
    vertical-align: middle;
}

    
    .edit-picto-box .style .color {
        display: inline-block;
        width: 16px;
        height: 16px;
        border: 1px solid #fff;
        border-radius: 2px;
        background: #fff;
        margin-left: 10px;
        position: relative;
    }
    .edit-picto-box .style .textcolor .color {
        background: #333;
    }

    .edit-picto-box .style .color .swatches {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 78px;
        background: #fff;
        border: 1px solid #d2d2d2;
        border-radius: 5px;
        margin: -5px 0 0 24px;
        padding: 10px;
    }

    .edit-picto-box .style .color .swatches:before,
    .edit-picto-box .style .color .swatches:after {
        content: "";
        display: block;
        clear: both;
    }

    .edit-picto-box .style .color .swatches .swatch {
        display: block;
        float: left;
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        border-radius: 2px;
        margin: 2px;
    }


.edit-picto-box .save {
    margin-top: 8px;
    color: #fff;
    font-size: 1.1em;
}

.edit-picto-box .save .btn {
    display: inline-block;
    line-height: 1.6em;
    padding: 0px 10px;
    border-radius: 3px;
    background: #888;
    color: #fff;
}
.edit-picto-box .save a {
    color: #fff;
    text-decoration: none;
}

.edit-picto-box .save .btn.btn-disabled {
    background: #565656;
    color: #7d7d7d;
    cursor: default;
}

.inputMap {
    width: 160px;
    text-align: left;
    font-size: 12px;
    position: absolute;
    z-index: 9999;
    top: 1px;
    left: 20px;
}

.picto .tekst {
    letter-spacing: 0.03em;
    margin-top: 30px; /* was 36 */
    margin-bottom: 13.5px; /* was 7 */
}
    .verhaal.pictoSize-2 .picto .tekst {
        margin-top: 40px; /* was 47 */
        margin-bottom: 13px;
    }
    .verhaal.pictoSize-3 .picto .tekst {
        margin-top: 47px; /* was 55 */
        margin-bottom: 19px;
    }


.verhaal.fontSize-medium .picto .tekst {
    margin-top: 66px;
    margin-bottom: 0;
}
    .verhaal.fontSize-medium .verhaalContainer-double .picto .tekst {
        margin-top: 70px;
        margin-bottom: 0;
    }

.verhaal.fontSize-large .picto .tekst {
    margin-top: 69.5px;
    margin-bottom: 2px;
}
    .verhaal.fontSize-large .verhaalContainer-double .picto .tekst {
        margin-top: 73px;
        margin-bottom: 2px;
    }

/** pictoSize-2 medium */
.verhaal.pictoSize-2.fontSize-medium .picto .tekst {
    margin-top: 78px;
    margin-bottom: 0px;
}
    .verhaal.pictoSize-2.fontSize-medium .verhaalContainer-double .picto .tekst {
        margin-top: 81.5px;
        margin-bottom: 0px;
    }

/** pictoSize-2 large */
.verhaal.pictoSize-2.fontSize-large .picto .tekst {
    margin-top: 82px;
    margin-bottom: 2px;
}
    .verhaal.pictoSize-2.fontSize-large .verhaalContainer-double .picto .tekst {
        margin-top: 85.5px;
        margin-bottom: 2px;
    }

/** pictoSize-3 medium */
.verhaal.pictoSize-3.fontSize-medium .picto .tekst {
    margin-top: 89px;
    margin-bottom: 0px;
}
    .verhaal.pictoSize-3.fontSize-medium .verhaalContainer-double .picto .tekst {
        margin-top: 92.5px;
        margin-bottom: 0px;
    }

/** pictoSize-3 large */
.verhaal.pictoSize-3.fontSize-large .picto .tekst {
    margin-top: 93px;
    margin-bottom: 2px;
}
    .verhaal.pictoSize-3.fontSize-large .verhaalContainer-double .picto .tekst {
        margin-top: 96.4px;
        margin-bottom: 2px;
    }

.picto .tekst span {
    font-size: 20px;
}
    .verhaal.pictoSize-2 .picto .tekst span {
        font-size: 26px;
    }

    .verhaal.pictoSize-3 .picto .tekst span {
        font-size: 32px;
    }

    .verhaal.fontSize-medium .picto .tekst span {
        font-size: 20px !important;
    }
    .verhaal.fontSize-large .picto .tekst span {
        font-size: 26px !important;
    }


/* PICTO in zoekresultaten */
.source {
    padding-top: 10px;
    padding-bottom: 30px;
}

.source .picto
{
    width: 50%;   
    height: 100px; 
    box-sizing: border-box;
}
    #sidebar.open .source .picto {
        width: 25%;
        height: 100px;
        box-sizing: border-box;
    }

.source .picto.omnivalent
{
    position: absolute;
    left: -9999px;
}

.source > span {
    display: block;
    text-align: center;    
}

.source span.help-met-zoeken span
{
    display: inline;
    text-align: initial;    
}

    .source span.help-met-zoeken {
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(167,214,255,1) 100%);
        display: block;
        text-align: center;
        margin: 0px 10px 0px 10px;
        border-radius: 5px;
        padding: 20px;
        line-height: 1.4em;
        color: #083346;
    }

    .source span.help-met-zoeken-zin {
        display: block;
        text-align: center;
        background: rgb(255,254,208);
        background: linear-gradient(0deg, rgba(255,254,208,0) 0%, rgba(251,255,150,1) 100%);
        margin: 0px 10px 0px 10px;
        border-radius: 5px;
        padding: 20px;
        line-height: 1.4em;
        color: #083346;
    }

    .source span.help-zoeken-zin-uitleg {
        display: block;
        padding: 20px;
        font-size: 0.9em;
        line-height: initial;
    }

.source span.help-met-zoeken-zin [class*='icon-']:before {
    font-size: 1.4em;
}

        .source span a {
            color: #0099d2;
            text-decoration: underline;
        }

.source .picto span a
{
    font-size: 10px;
    text-decoration: underline;
    color: #666;
    line-height: 2.0;    
}

li.picto-loader {
    min-width: 50px;
    box-sizing: border-box;
    color: #888;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}
.picto-loader .image {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
}

.tmp-placeholder {
    position: relative;
    display: block;
    float: left;
    min-height: 98px;
    background: #fff;
    width: 50px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
    .tmp-placeholder:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 17px;
        border-bottom: 3px dotted #ccc;
    }

    .verhaal.pictoSize-2 .tmp-placeholder {
        min-height: 119px;
        margin-bottom: 35px;
    }
    .verhaal.pictoSize-3 .tmp-placeholder {
        min-height: 129px;
        margin-bottom: 45px;
    }

    /*.verhaal.fontSize-medium .tmp-placeholder {
        min-height: 104px;
        margin-bottom: 15px;
    }
    .verhaal.fontSize-large .tmp-placeholder {
        min-height: 111px;
        margin-bottom: 15px;
    }*/

#illustrationElement {
    display: none;
}

ul.regel li.image-placeholder {
    display: block;
    position: relative;
    z-index: 1000;
    float: none;
    height: 226px;
    background: #fff;
    width: 100%;
    max-width: 605px;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
}
    .verhaal.pictoSize-2 .image-placeholder {
        height: 296px;
    }
    .verhaal.pictoSize-3 .image-placeholder {
        height: 348px;
    }

li.image-placeholder.fullpage {
    max-width: none;
    height: 941px;
}


    .image-placeholder .upload-box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        border: 2px dashed #f5f5f5;
        overflow: hidden;
    }
    .image-placeholder .image-box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        width: 97%;
        height: 97%;
        border: 2px dashed #F5F5F5;
        padding: 10px;
    }

    body.fullscreen .image-placeholder .image-box,
    #storyClone .image-placeholder .image-box {
        border: 2px solid #fff;
    }

    body.fullscreen .image-placeholder .upload-box,
    #storyClone .image-placeholder .upload-box {
        border: 2px solid #fff;
    }
    body.fullscreen .image-placeholder .upload-box *,
    #storyClone .image-placeholder .upload-box * {
        display: none;
    }

    body:not(.fullscreen) .image-placeholder:hover .image-box:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.1);
        top: 0;
        left: 0;
    }

    .box-actions {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        /*background: rgb(187,187,187);
        background: linear-gradient(0deg, rgba(187,187,187,1) 0%, rgba(187,187,187,0) 100%);*/
        z-index: 100;
        padding: 10px;
    }
    body.renier .image-placeholder:hover .box-actions {
/*        display: block;*/
    }

        .image-placeholder .image-box .actions {
            display: none;
            position: absolute;
            width: 100%;
            height: auto;
            color: #999;
            z-index: 10;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            text-align: center;
        }
        body:not(.fullscreen) .image-placeholder:hover .image-box .actions {
            display: block;
        }

            .image-placeholder .image-box .actions a,
            .image-placeholder .image-box .box-actions a {
                display: inline-block;
                background: #fff;
                color: #666;
                padding: 10px;
                border-radius: 4px;
                width: 40px;
                height: 40px;
                text-align: center;
                box-sizing: border-box;
                font-size: 1.2em;
            }

                .image-placeholder .image-box .actions a {
                    margin: 0px 5px;
                    display: none;
                }
                    .image-placeholder .image-box .actions a.delIllustratie,
                    .image-placeholder .image-box .actions a.btn-replace-image {
                        display: inline-block;
                    }

                .image-placeholder .image-box .actions a:hover {
                    color: #000;
                }

                .image-placeholder .image-box .box-actions .button-wrap {
                    display: inline-block;
                    height: 40px;
                    width: 40px;
                    position: relative
                }

            .image-placeholder .image-box .box-actions ul li {
                display: block;
                float: left;
                width: 40px;
                height: 40px;
                box-sizing: border-box;
                position: relative;
                margin: 2px 5px;
            }

            .image-placeholder .image-box .box-actions ul li .button-wrap {
                display: block;
                width: 100%;
                height: 100%;
                position: relative;
            }
                .image-placeholder .image-box .box-actions ul li .button-wrap a {
                    display: block;
                    width: 100%;
                    height: 19px;
                    position: relative;
                    padding: 5px 10px;
                    font-size: 0.5em;
                }

                .image-placeholder .image-box .box-actions ul li .button-wrap a:first-child {
                    border-bottom-left-radius: 0px;
                    border-bottom-right-radius: 0px;
                    border-bottom: 1px solid #f4f4f4;
                }
                .image-placeholder .image-box .box-actions ul li .button-wrap a:last-child {
                    border-top-left-radius: 0px;
                    border-top-right-radius: 0px;
                    border-top: 1px solid #f9f9f9;
                }

                    .image-placeholder .image-box .box-actions ul li .button-wrap a:hover {
                        background-color: #f4f4f4;
                    }

                    .image-box img {
                        display: block;
                        max-width: 96%;
                        max-height: 96%;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }

.ui-resizable-handle {
    z-index: 90;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 15px;
    background: #2599c9;
    cursor: ns-resize;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
    .ui-resizable-handle.ui-resizable-se,
    .ui-resizable-handle.ui-resizable-e,
    .ui-resizable-handle.ui-resizable-se {
        display: none !important;
        opacity: 0;
        z-index: -1;
        visibility: hidden;
    }
    .ui-resizable-handle.ui-resizable-s {
        left: 50%;
        right: auto;
    }

    .ui-resizable-helper {
        border: 2px dotted red;
    }

.newline {
    position: relative;
    display: block;
    float: left;
    min-height: 98px;
    background: #fff;
    width: 0px;
    margin-bottom: 15px;
}
.verhaal.pictoSize-2 .newline {
    min-height: 119px;
}
.verhaal.pictoSize-3 .newline {
    min-height: 129px;
}

.newline.newpage {
    min-height: 20px !important;
}

    .newline:after {
        content: '\0062';
        font-family: 'picto';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1;
        display: none;
        position: absolute;
        bottom: 0px;
        left: -1px;
        padding: 5px 5px 3px 5px;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        z-index: 10;
    }
    body.fullscreen .newline:after {
        display: none;
    }

ul.regel li.clear {
    display: block;
    float: left;
    clear: both;
}

ul.regel li.page-break {
    display: block;
    width: 100%;
    height:  0px;
    float: none;
    clear: both;
    background: #fff;
    padding-top:  20px;
}   

    ul.regel li.page-break:after {
        content:  "";
        display: block;
        width:  calc(100% + 4px);
        height:  0px;
        border-top: 3px dashed #c1cba4;   
        position: absolute;
        left: -2px; 
    }

    body.fullscreen ul.regel li.page-break:after {
        border-top: 10px solid #d2d2d2;   
    }

/* PICTO plaats-maker */
.picto-new-holder {
    display: block !important;
    min-height: 98px;
    margin-bottom: 15px;
    padding: 0 5px 0px 5px;
    box-sizing: border-box;
    background: #e0edf2;
    border-radius: 4px;
    float: left;
}

.verhaal.pictoSize-2 .picto-new-holder {
    min-height: 125px;
}
.verhaal.pictoSize-3 .picto-new-holder {
    min-height: 143px;
}

.picto-new-holder.image-placeholder {
    height: auto;
}

/* PICTO tijdens het slepen */
.picto.ui-draggable-dragging,
.picto.ui-sortable-helper
{
    width: auto;
    border: none;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 102);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 102, 0.6) !important;   
    cursor: move;
    position: absolute;
    z-index: 100;
}
.picto.ui-draggable-dragging.delete-hover,
.picto.ui-sortable-helper.delete-hover
{
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 0, 0, 0.6);   
}

.picto.moving:not(.ui-sortable-helper) {
    display: none;
}

.tipContent
{
    display: none;    
}

.rowBox.pagebreak
{
    border-bottom: 1px dashed #CCC;
    padding-bottom: 15px;
}

.regel {
    width: 100%;
    max-width: 620px;
    padding: 0px;
    padding-left: 5px;
    margin-top: 5px;
    margin-left: 15px;
    height: auto;
    overflow: visible;
    background: #FFF;    
    border: none;
}

#main .contentContainer #storyClone.verhaalContainer {
    width: 715px;
}

/* NAAR PDF */
#storyClone.verhaalContainer.topdf .regel {
    padding: 12px 35px 35px;
}
#storyClone.verhaalContainer.topdf .page-margin {
    padding-top: 12px;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
}

/* NAAR CROP / AFBEELDING */
#storyClone.verhaalContainer.tojpeg .regel {
    padding-top: 0px;
    padding-left: 0px;
    /*border-top: 20px solid #ccc;
    border-left: 40px solid #ccc;*/
    padding-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
#storyClone.verhaalContainer.tojpeg .title-wrap {
    display: none;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
}
#storyClone.verhaalContainer.tojpeg .page-margin {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}

.regel.border-bottom {
    border-bottom: 1px solid #888;
}
.regel.border-all {
    border: 1px solid #888;
}

.rowNumber
{
    position: absolute;
    display: none;
    line-height: 91px;
    padding: 0px 10px;
    font-weight: bold;
    color: #333;
    font-size: 13px;
    border-right: 1px solid #c5c5c5; 
}

.regel.vol
{
    background: pink;    
}

.regel .cursor {
    position: relative;
    width: 0px;
    height: 98px;
    margin-bottom: 15px;
}
.verhaal.pictoSize-2 .regel .cursor {
    height: 125px;
}
.verhaal.pictoSize-3 .regel .cursor {
    height: 143px;
}
    .regel .cursor:after {
        content: "";
        position: absolute;
        top: 0px;
        left: -1px;
        width: 2px;
        height: 100%;
        min-height: 98px;
        background-color: #1e97cb;
        z-index: 199999;
    }

    .verhaal.pictoSize-2 .regel .cursor:after {
        height: 119px;
    }

    .verhaal.pictoSize-3 .regel .cursor:after {
        height: 129px;
    }

    .regel .cursor.grijs:after {
        background-color: #ccc;
    }

.verhaal.fontSize-medium .regel .cursor,
.verhaal.fontSize-medium .regel .cursor:after {
    min-height: 104px;
    margin-bottom: 9px;
}

.verhaal.fontSize-large .regel .cursor,
.verhaal.fontSize-large .regel .cursor:after {
    min-height: 111px;
    margin-bottom: 2px;
}

.regel .cursor.blink {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
    to {
    visibility: hidden;
    }
}
@-webkit-keyframes blink {
    to {
    visibility: hidden;
    }
}

.regel .cursor span
{
    /*display: block;
    width: 2px;
    height: 90%;
    margin-top: 5px;
    line-height: 91px;
    background: #1e97cb;
    font-family: Arial;
    font-size: 80px;
    font-weight: normal;*/
}

.regel .cursor.grijs  {
    animation: none;
    -webkit-animation: none;
}
.regel .cursor.grijs span {
        background: #666;
}


.rowBox {
    position: relative;
}

.rowBox .rowOptions {
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    background: url(/webapp/img/trans.png) repeat;
    height: 100%;
    width: auto;
    min-width: 100px;
    padding-left: 10px;
    opacity: 0;
}
.rowBox:hover .rowOptions {
    opacity: 1;
}

.rowBox .rowOptions > .row > .option,
.rowBox .rowOptions > .row > .option > a {
    float: none;
    display: block;
    position: relative;
}

    .rowBox .rowOptions > .row > .option > a {
        width: auto;
        height: 33px;
        line-height: 33px;
        margin: 0px auto;
        opacity: 0.4;
        text-align: left;
    }
    .rowBox .rowOptions > .row > .option > a:hover {
        opacity: 1.0;
    }

    .rowBox .rowOptions > .row > .option > a i.fa {
        margin-right: 10px;
    }
    
.rowOptions .borderOptions {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 212px;
    height: 60px;
    margin-top: -8px;
    margin-left: -220px;
    background: #DfDfDf;
    display: none;
    border: 1px solid #CACACA;
    border-right: 5px solid #dfdfdf;
}
.rowOptions .option.edit.open .borderOptions {
    display: block;
}

.rowOptions .borderOptions .option {
    display: inline-block;
    text-align: center;
    margin: 5px 5px 0px 5px;
    color: #666;
    font-size: 0.8em;
}

.rowOptions .borderOptions .option a span {
    display: block;
    border: 4px solid #c5c5c5;
    width: 50px;
    height: 20px;
    margin: 5px 0px;
}
.rowOptions .borderOptions .option a.border-bottom span {
    border: 4px solid #c5c5c5;
    border-bottom: 4px solid #666;
}
.rowOptions .borderOptions .option a.border-all span {
    border: 4px solid #666666;
}

.regel .break
{
    width: 4px;
    height: 100%;
    background: red;
}
.regel .break span
{
    display: block;
    width: 2px;
    height: 100%;
    line-height: 91px;
    background: #fff;
    font-family: Arial;
    font-size: 80px;
    font-weight: normal;
}

#tiptip_holder{
    position: absolute;
    width: 190px;
    background: none;
    top: 0px;
    left: 0px;
    color: #000;
    display: none;
    z-index: 9999999;
    transform: translate(-10px, 3px);
}
#tiptip_holder #tiptip_arrow
{
    width: 199px;
    height: 13px;
}
#tiptip_holder #tiptip_content 
{
    padding: 16px;
    color: #333;
    background: rgba(255,255,226,1);
    border-radius: 0px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

#tiptip_holder .content h2 {
    font-size: 1.2em;
    font-weight: 800;
}

#tiptip_holder .content .themas, #tiptip_holder .content .woordsoorten
{
    display: block;
    font-size: 10px;
    padding-bottom: 0px;
}
#tiptip_holder .content .themas a, #tiptip_holder .content .woordsoorten a 
{
    font-style: italic;
    color: #fff;
    text-decoration: underline;
}

.loginForm
{
    width: 400px;
    text-align: left;
    padding: 20px;
}

.loginForm label
{
    display: block;
    hight: 24px;
    line-height: 24px;
    color: #666;
    padding-left: 5px;
}

.errorMessage { display: none; color: Red; line-height: 1.8; padding: 10px 23px; }
.loginForm .errorMessage { display: none; color: Red; line-height: 1.8; padding: 0px; }

.loginForm input {
    width: 100%;
    font-size: 20px;
    border: solid 1px #ccc;
    padding: 5px;
    margin-top: 0px;
}
.loginForm input[type=submit], .loginForm input[type=button], .loginForm a.loginBtn, .content.intro a.loginBtn {
    background: #ccc;
    display: inline-block;
    padding: 0px 10px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    margin-top: 10px;
    width: 100px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
.loginForm input[type=submit]:hover, .loginForm input[type=button]:hover, 
.content.intro a.loginBtn:hover, .loginForm a.loginBtn:hover
{
    background: #0BA4DD;
    color: #fff;
}

.loginForm input[type=button] 
{
    margin-right: 10px;
}

#lightbox, #lightbox_help, #lightbox_loader, #lightbox_big
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
#lightbox_help 
{
    z-index: 1050;
}
#lightbox_big 
{
    z-index: 1025;
}

.openverhaal h1 
{
    margin: 0px;
    padding: 20px 0px;
}
.openverhaal p 
{
    padding: 0px 20px;
    margin-bottom: 15px;
}
.openverhaal p a.button 
{
    margin-right: 10px;
}

body.loading #page,
body.processing #page {
    filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    -moz-filter: blur(2px);
    -webkit-filter: blur(2px);
}
   /* body.renier.loading #page,
    body.renier.processing #page {
        filter: unset;
        -o-filter: unset;
        -ms-filter: unset;
        -moz-filter: unset;
        -webkit-filter: unset;
    }*/

.overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.35);
    color: #fff;
}
    .overlay.overlay-loading,
    .overlay.overlay-processing {
        display: none;
        z-index: 99999;
    }

body.loading .overlay.overlay-loading {
    display: block;
}
    .overlay .icon-loader {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 2.0em;
    }

body.processing .overlay.overlay-processing {
    display: block;
}
/*body.renier.processing .overlay.overlay-processing {
    display: block;
    left: 200%;
}*/
    body.processing .overlay.overlay-processing .overlay-inner {
        display: block;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    body.processing .overlay.overlay-processing .overlay-inner h2 {
        font-size: 1.5em;
    }

.progress-container {
    position: relative;
    display: block;
    background: #fff;
    height: 36px;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}
    .progress-container .progress {
        display: block;
        width: 1px;
        height: 100%;
        background-color: #67b4d2;
        box-sizing: border-box;
        border-radius: 5px;
    }

#lightbox .lightbox_content,
#lightbox_help .lightbox_content,
#lightbox_big .lightbox_content {
    position: absolute;
    width: 96%;
    height: 90%;
    max-width: 600px;
    max-height: 460px;
    background: #FFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
}

#lightbox .lightbox_content {
    height: auto;
    max-height: 90%;
    min-height: 50px;
}

#lightbox.small .lightbox_content {
    max-height: none;
    height: auto;
}

#lightbox_big .lightbox_content,
#lightbox_help .lightbox_content {
    position: absolute;
    max-width: none;
    max-height: none;
}

#lightbox_help .lightbox_content, #lightbox_big .lightbox_content
{
    overflow: hidden;    
}

    .lightbox .lightbox_content h2 {
        font-size: 1.5em;
        line-height: initial;
    }

    #lightbox_big .lightbox_content .content .inner {
        padding: 20px;
        box-sizing: border-box;
        height: 100%;
    }

    #lightbox_big .lightbox_content .content .inner .buttons {
        margin-bottom: 5px;
    }

    #lightbox_big .lightbox_content .content .inner .crop-pagination {
        position: absolute;
        top: 65px;
        left: 50%;
        transform: translateX(-50%);
    }
        #lightbox_big .lightbox_content .content .inner .crop-pagination a {
            display: inline-block;
            padding: 0px 10px;
            font-size: 10px;
            color: #666;
        }
        #lightbox_big .lightbox_content .content .inner .crop-pagination a.disabled {
            color: #ccc;
            cursor: default;
        }

    #lightbox_help .lightbox_content .content,
    #lightbox_big .lightbox_content .content {
        height: 100%;
        height: calc(100% - 39px);
    }

    #lightbox_big .lightbox_content .content #archief_container {
        height: 100%
    }

    .lightbox_content .header {
        height: 39px;
        line-height: 39px;
        color: #FFF;
        font-size: 0.875em;
        background: #1e97cb;
        background: rgb(30,151,203);
        background: linear-gradient( 0deg, rgba(30,151,203,1) 0%, rgb(86 164 193) 100%);
    }

.lightbox_content .header:before,
.lightbox_content .header:after {
    content: "";
    display: block;
    clear: both;
}

.lightbox a.closeButton
{
    color: #FFF;
    float: right;
    margin-right: 10px; 
    display: inline-block;
    margin-right: 10px;   
}

#lightbox h1 {
    font-size: 1.6em;
    margin-top: 10px;
    margin-bottom: 1.3em;
    line-height: initial;
    font-weight: 400;
}
#lightbox p
{
    /* margin-left: 20px;    */
}

#lightbox .content 
{
    padding: 0px;
    overflow: hidden;
    height: calc(100% - 39px);
}
    #lightbox .content .inner {
        padding: 20px;
        box-sizing: border-box;
    }
        #lightbox .content .inner.preview {
            height: 100%;
            background-color: #f5f5f5;
        }
            #lightbox .content .inner.preview .image {
                max-height: 100%;
                height: 338px;
            }
                #lightbox .content .inner.preview .image img {
                    max-height: 100%;
                    max-width: 100%;
                    display: block;
                }

#lightbox .content a 
{
    text-decoration: underline;
    color: #0099D2;   
    cursor: pointer;
}
#lightbox .content a.button
{
    text-decoration: none;
    color: #666;
}
#lightbox .content a.button:hover {
    color: #000;
}

    #lightbox .content a.button.blauw,
    #lightbox .content a.button.blue,
    #lightbox .content a.button.groen,
    #lightbox .content a.button.green {
        text-decoration: none;
        color: #fff;
    }

        #lightbox .content a.button.blauw:hover,
        #lightbox .content a.button.groen:hover {
            color: #FFF;
        }

#lightbox .message
{
    padding: 0px 20px 0px 0px;    
    line-height: 1.6;
}

.uploadIllustratie {
    padding: 20px 0px;
}

.uploadMessages.alert {
    font-size: 12px;
    background: #c5c5c5;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.uploadMessages.alert.alert-success {
    background: #dcf6b3;
}
.uploadMessages.alert.alert-warning {
    background: #ffcaca;
}

.uploadContainer .content .message a.licentie 
{
    text-decoration: underline;
    color: #0099D2;   
    cursor: pointer;
}

.uploadContainer .loaderUpload {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    background: #fff;
}

.uploadContainer .afbeelding {
    margin: 10px 0px 0px 0px;
}

.uploadFormFields {
    position: relative;
}

.uploadFormFields input {
    position: absolute;
    width: 100%;
    height: 35px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.uploadFormFields input[type=submit] {
    z-index: -1;
}

.uploadFormFields a.btn {
    display: block;
    background: #0099D2;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    width: 200px;
    padding: 5px 10px;
    text-align: center;
}

#lightbox .message.nostories 
{
    padding: 0px 0px 0px 10px;
}

#lightbox .message .button
{
    margin-top: 10px;
    width: auto;
}

.message a 
{
    text-decoration: underline;
    color: #0099D2;
}

#lightbox .button.verwijderen
{
    margin-left: 20px;
}

#lightbox .button, .uploadContainer .button {
    margin-top: 10px;
    margin-left: 10px;
    margin-top: 0px;
}

#lightbox .button.first, .uploadContainer .button.first
{
    margin-left: 0px;    
    
}

#lightbox .userStories .button.first, .uploadContainer .userStories .button.first 
{
    margin-left: 10px;
}

#lightbox .message .success 
{
    clear: both;
    display: block;
    height: auto;
    line-height: 20px;
    border: 1px solid green;    
    padding: 5px;
    margin-top: 10px;
}

.uploadContainer .contentTitel
{
    font-weight: bold;    
} 
.uploadContainer .message 
{
    margin-top: 12px;
    font-size: 12px;    
}

#lightbox_help .content h1, #lightbox_big .content h1  
{
    margin-left: 20px;
}

div.storiesContainer 
{
    position: relative;
    border: 1px solid #d2d2d2;
    margin: 30px 20px 0px 20px; 
}

div.storiesContainer .list.second .loader 
{
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: 50% 20px;
}

div.openenTabs 
{
    position: absolute;
    margin-top: -31px;
}

span.tab {
    background: #d2d2d2;
    color: #666;
    padding: 5px;
    text-align: center;
    margin: 0 5px 0px 0px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    line-height: 19px;
    height: 19px;
    display: block;
    float: left;
    height: 19px;
}
span.tab.actief {
    background: #fff;
    color: #666;
    padding: 5px;
    text-align: center;
    margin: 0 5px 0 0px;
    border: 1px solid #d2d2d2;
    border-bottom: 1px solid #fff;
}
span.tab.disabled 
{
    cursor: default;
}

#lightbox_big .content .stories  
{
    position: relative;
    padding: 10px 20px 10px 10px; 
    overflow: hidden; 
    height: 100%; 
}

#lightbox_big .content .stories.collectionStories 
{
    overflow-y: scroll; 
}

    #lightbox_big .content .stories .list a:not(.btn),
    #lightbox_big .content .stories .list-verhalen a:not(.btn),
    #lightbox_big .content .stories .listbox a.verhaalUrl,
    #lightbox_big .content .stories .first li {
        padding: 0px 0px 0px 0px;
        display: block;
        height: 24px;
        line-height: 24px;
        font-size: 13px;
        font-weight: normal;
        color: #666;
        text-decoration: none;  
        overflow: hidden;
        clear: both;
    }

#lightbox_big .content .pagination a {
    display: inline-block !important;
    font-size: 13px;
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

    #lightbox_big .content .stories li.concept a span.publish_check {
        color: Red;
    }

#lightbox_big .content .stories .listbox .list {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    #lightbox_big .content .stories .pagination {
        display: block;
        clear: both;
        border-top: 1px solid #ccc;
        margin-top: 1.0em;
        padding-top: 1.0em;
        padding-bottom: 1.0em;
        text-align: left;
    }

    #lightbox_big .content .stories .pagination.top-pagination {
        text-align: right;
        font-size: 0.8em;
        color:  #666;
        margin-bottom: 10px;
        padding: 0px;
        margin: 0px;
        border: none;
    }

    #lightbox_big .content .stories span.pagination-title,   
    #lightbox_big .content .stories a.pagination-page {
        display: inline-block;
        color: #999;
        line-height: 24px;
        font-size: 13px;
        vertical-align: top;
    }

        #lightbox_big .content .stories a.pagination-page.active {
            color: #000;
            font-weight: bold;
        }

@media screen and (max-width: 1234px) 
{
    .pageNumbers {
        bottom: 4px;
        left: auto;
        right: 110px;
    }
}
@media screen and (max-width: 960px) 
{
    #lightbox_big .content .stories .second a.verhaalUrl
    {
        
    }
    #lightbox_big .content .stories .second a.verhaalUrl .title
    {
        line-height: 1.4;
        padding: 3px 0px;
    }
}

#lightbox_big .content .stories .message a 
{
    display: inline;
    color: #0099D2;
    text-decoration: underline;
}

#lightbox_big .content .stories .breadcrumb 
{
    margin: 5px 0px 15px 0px;
}
#lightbox_big .content .stories .breadcrumb a 
{
    display: inline;
    font-size: 11px;
    text-decoration: underline;
    line-height: 1.2;
    padding: 0px;
}

#lightbox_big .content .stories .listbox
{
    overflow: hidden;
    min-height: 100%;
}

#lightbox_big .content .stories .list {
    float: left;
    position: relative;
    /* padding-bottom: 20010px;  
    margin-bottom: -20000px; */
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}
#lightbox_big .content .stories .list.first
{
    width: 240px;
    border-left: none;
    border-right: 1px solid #d2d2d2;
    padding-right: 15px;
    box-sizing: border-box;
}
#lightbox_big .content .stories .list.second
{
    width: calc(100% - 240px);
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
} 

#lightbox_big .content .stories ul li 
{
    display: block;
    float: none;
    cursor: pointer;
}
#lightbox_big .content .stories ul.list-verhalen li:first-child {
    background:  #f5f5f5;
}

#lightbox_big .content .stories ul.list-verhalen li:nth-child(even) {
    background:  #fff;
}
#lightbox_big .content .stories ul.list-verhalen li:nth-child(odd) {
    background:  #f5f5f5;
}
#lightbox_big .content .stories ul.list-verhalen li:nth-child(odd) {
    background:  #f5f5f5;
}
/*#lightbox_big .content .stories ul li:nth-child(odd) {
    background:  #ccc;
}
#lightbox_big .content .stories ul li:nth-child(even) {
    background:  #ccc;
}*/

#lightbox_big .content .stories .list .verhaalCategorie {
    position: relative;
}

#lightbox_big .content .stories .list .verhaalCategorie ul
{
    position: relative;
    padding: 0px 10px 0px 0px; 
/*    background: transparent url(/webapp/img/subfolder_icon-new.png) 0px 50% no-repeat;*/
}

#lightbox_big .content .stories .list .verhaalCategorie ul li.title {
    padding-left: 0px;
}

#lightbox_big .content .stories .list .verhaalCategorie ul li.title span.icon-dir,
#lightbox_big .content .stories .list .verhaalCategorie ul li.title span.icon-dir-open {
    color: #fbcb52;
    font-size: 1.44em;
    vertical-align: middle;
}

#lightbox_big .content .stories a.edit-folder,
#lightbox_big .content .stories a.add-subfolder,
#lightbox_big .content .stories a.delete-subfolder {
    display: inline;
    font-size: 10px;
    color: #666;
    padding: 0px 5px 0px 10px;
    text-decoration: underline;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width: 17px;
    line-height: 24px;
    opacity: 0.2;
}

#lightbox_big .content .stories a.add-subfolder  {
    margin-right: 24px;
}

#lightbox_big .content .stories li:hover a  
{
    opacity: 0.5;
}

#lightbox_big .content .stories li a:hover {
    opacity: 1.0;
}

#lightbox_big .content .stories a.hidden {
    display: none;
}

#lightbox_big .content .stories a.add-subfolder {
    color: Blue;
}

#lightbox_big .content .stories a.delete-subfolder {
    right:  24px;
    color: Red;
}

#lightbox_big .content .stories .list .verhaalCategorie ul li.hidden
{
    display: block;    
    position: relative;
}

#lightbox_big .content .stories .first ul li.drop-highlight 
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#lightbox_big .content .stories .list .verhaalCategorie ul.open,
#lightbox_big .content .stories .list .verhaalCategorie ul.receive  
{
    padding: 0px 10px 0px 0px; 
/*    background: transparent url(/webapp/img/subfolder_open_icon-new.png) 0px 50% no-repeat;*/
}
@media screen and (max-width: 1234px) 
{
    #lightbox_big .content .stories .list .verhaalCategorie ul.open,
    #lightbox_big .content .stories .list .verhaalCategorie ul.receive  
    {
/*        background: transparent url(/webapp/img/subfolder_open_icon-new.png) 0px 1px no-repeat;*/
    }
}

#lightbox_big .content .stories .list .verhaalCategorie ul.open li,
#lightbox_big .content .stories .list .verhaalCategorie ul.receive li  
{
    color: #000;
    font-weight: bold;
}
#lightbox_big .content .stories .list .verhaalCategorie ul.receive li 
{
    color: blue;
    letter-spacing: 0.1em;
    text-decoration: underline;
}

#lightbox_big .content .infobox 
{
    margin-bottom: 0px;
    padding: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #005a7c;
    line-height: 1.8;
    background: #F7FDFF;
    border: 1px solid #0099D2;
    border-radius: 3px;
}
#lightbox_big .content .stories .list.second .infobox {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 500px;
    border: none;
    background: none;    
}

#lightbox_big .content .stories .list.second.only 
{
    float: none;
    border: none;
    width: auto;
    padding: 0px;
}

#lightbox_big .content .stories .list #dropAreaParentFolder ul li .desc_over 
{
    display: none;    
}
#lightbox_big .content .stories .list #dropAreaParentFolder ul.receive li .desc_over 
{
    display: block;    
}
#lightbox_big .content .stories .list #dropAreaParentFolder ul.receive li .desc 
{
    display: none;    
}

#lightbox_big .content .stories a.toggle {
    position: absolute;
    top: 0px;
    left: -14px;
    width: 24px;
    height: 24px;
    background: none;
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
    z-index: 9999;
}

#lightbox_big .content .toggle span {
    
}

#lightbox_big .content .toggle span:after {
    content: "+";
}
#lightbox_big .content .toggle.open span:after {
    content: "-";
}

#lightbox_big .content .stories .sublist
{
    margin-left: 7px;
    border-left: 1px dotted #d2d2d2;
    padding-left: 10px;
}

#lightbox_big .content .stories .list .sublist .verhaalCategorie ul {
    background: none;
}

    #lightbox_big .content .stories .list .sublist .verhaalCategorie ul li.title {
        padding-left: 0px;
    }

        #lightbox_big .content .stories .list .sublist .verhaalCategorie ul li.title span.icon-dir,
        #lightbox_big .content .stories .list .sublist .verhaalCategorie ul li.title span.icon-dir-open {
            color: #facb52;
            font-size: 1.4em;
            vertical-align: middle;
        }

#lightbox_big .content .stories .sublist.toclose {
    opacity: 0.2;
}

#lightbox_big .content .stories .sublist.closed 
{
    display: none;
}
#lightbox_big .content .stories .sublist.open 
{
    display: block;
}

#lightbox_big .content .stories .ui-sortable-helper 
{
    display: inline-block;
    border: 1px dashed #666;
    overflow: hidden;
}

#lightbox_big .content .stories .ui-sortable-helper a.verhaalUrl:before,
#lightbox_big .content .stories .ui-sortable-helper a.verhaalUrl:after {
    content: "";
    display: block;
    clear: both;
}

#lightbox_big .content .stories .ui-sortable-helper a.verhaalUrl,
#lightbox_big .content .stories .ui-sortable-helper a.verhaalUrl:hover
{
    display: block;
    background: #e2e2e2;
    overflow: hidden;
    color: #000;
    padding: 3px;
}
#lightbox_big .content .stories .ui-sortable-helper a.verhaalUrl span.delete { 
    display: none; 
}

#lightbox_big .content .stories .ui-sortable-helper a.verhaalUrl:hover
{

}

#lightbox_big .content .stories .storiesColumnHeads 
{
    display: block; 
    margin-bottom: 10px;
}

#lightbox_big .content .stories .storiesColumnHeads a 
{
    display: block;
    border-bottom: 1px solid #d5d5d5;
    border-left: 2px solid #FFF;
    color: #494949;
}

#lightbox_big .content .stories .storiesColumnHeads a span {
    display: block;
    float: left;
    text-transform: uppercase;
}
#lightbox_big .content .stories .storiesColumnHeads a span.date {
    width:  10%;
    padding: 0px 5px;
    box-sizing: border-box;
}
#lightbox_big .content .stories .storiesColumnHeads a span.publish {
    width:  7%;
    padding: 0px 5px;
    box-sizing: border-box;
}

#lightbox_big .content .stories .storiesColumnHeads a span span.sort 
{
    display: inline;
    float: none;
    margin-left: 5px;
    color: #aaa;
}

#lightbox_big .content .stories .storiesColumnHeads a span span.sort.active {
    color: #666;
} 

#lightbox_big .content .stories .storiesColumnHeads span.title {
    width: 50%;
}
#lightbox_big .content .stories.collectionStories .storiesColumnHeads span.title {
    width: 44%;
}
#lightbox_big .content .stories .storiesColumnHeads span.lable {
    width: 25%;
}
#lightbox_big .content .stories .storiesColumnHeads span.from,
#lightbox_big .content .stories .storiesColumnHeads span.auteur {
    width: 20%;
}
#lightbox_big .content .stories .storiesColumnHeads span.date 
{
    float: left;
}

#lightbox_big .content .stories li.story.ui-draggable-dragging {
    display: block;
    height: 25px;
    width: 300px;
    background: #0099D2;
    opacity: 0.8;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    cursor: move;
}
#lightbox_big .content .stories li.story.ui-draggable-dragging a.verhaalUrl,
#lightbox_big .content .stories li.story.ui-draggable-dragging a.verhaalUrl:hover {
    background: #0099D2;
    cursor: move;
    color: #fff;
}

#lightbox_big .content .stories li.story.ui-draggable-dragging span {
    display: none;
}
#lightbox_big .content .stories li.story.ui-draggable-dragging span.title {
    display: block;
}

#lightbox_big .content .stories a.verhaalUrl 
{
    border-left: 2px solid #FFF;
    border-bottom: 1px solid #fff;
}
#lightbox_big .content .stories a.verhaalUrl:hover {
    background: #ffffde;
}
#lightbox_big .content .stories li.ui-draggable a.verhaalUrl:hover {
    cursor: move;
}

#lightbox_big .content .stories.exampleStories a.verhaalUrl:hover 
{
    cursor: pointer;
}

#lightbox_big .content .stories a.verhaalUrl span 
{
    display: block;
    float: left;
}

#lightbox_big .content .stories a.verhaalUrl span.cb 
{
    float:none;
    clear: both;
}

#lightbox_big .content .stories a.verhaalUrl span.move 
{
    /*
    width: 12px;
    height: 12px;
    border: 1px solid #FFF;
    */
}
#lightbox_big .content .stories a.verhaalUrl:hover span.move 
{
    /* border: 1px dashed #d5d5d5; */
}

#lightbox_big .content .stories a.verhaalUrl .title  {
    width: 50%; 
}
#lightbox_big .content .stories.collectionStories a.verhaalUrl .title  {
    width: 44%; 
}

#lightbox_big .content .stories a.verhaalUrl span.lable {
    width: 25%; 
    min-height: 1px;
}
#lightbox_big .content .stories a.verhaalUrl span.from,
#lightbox_big .content .stories a.verhaalUrl span.auteur {
    width: 20%; 
    min-height: 1px;
}

#lightbox_big .content .stories a.verhaalUrl span.publish_check {
    width: 7%; 
}

#lightbox_big .content .stories a.verhaalUrl:after {
    content: '';
    float:  left;
    clear:  both;
}

#lightbox_big .content .stories a.verhaalUrl .title span.open 
{
    float: none;
    display: inline;
}

#lightbox_big .content .stories a.verhaalUrl .title span.open:hover 
{
    text-decoration: underline;
    color: #0ba4dd;
    cursor: pointer;
}

#lightbox_big .content .stories a.verhaalUrl span.date {
    width:  10%;
    padding:  0px 5px;
    box-sizing: border-box;
}

#lightbox_big .content .stories a.verhaalUrl span.publish_check {
}

#lightbox_big .content .stories a.verhaalUrl span.delete {
    float: left;
    line-height: 21px;
    background: #ea5a5a;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-left: 10px;
}
    #lightbox_big .content .stories a.verhaalUrl span.delete span {
        float: none;
        color: #fff;
        font-size: 9px;
    }

    #lightbox_big .content .stories a.verhaalUrl span.delete:hover {
        background-color: #c82d2d;
        cursor: pointer;
    }

a.close
{
    font-size: 15px; font-weight: bold; color: #aaa;
    margin-top: 40px;
}

.uploadPicto, .uploadIllustratie {  }
.uploadPicto span, .uploadIllustratie span { display: block; line-height: 25px; font-size: 15px; font-weight: bold; text-align: center;  }
.uploadPicto a, .uploadIllustratie a { display: block; line-height: 20px; font-size: 15px; font-weight: bold; color: #aaa;}
.uploadPicto a:hover, .uploadIllustratie a:hover{ background-color: #eee;}

.strSucces, .strErrortext
{
    font-size: 12px;
    color: red;
    padding-top: 5px;
    line-height: 1.24em;
}
.strSucces, .strErrortext.succes, .strErrortext.success
{
    color: green    
}

.strSucces, .strErrortext.succes, .strErrortext.success
{
    padding: 10px;
    background-color: #dcf8db;
    color: green;
}


.uploadContainer
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #FFF;  
    padding: 0px;  
    overflow: auto;
}
body .uploadContainer
{
    position: relative;
}

.uploadContainer .content 
{
    margin: 10px 10px;
}

.uploadContainer form
{
    margin: 0px;
    padding: 0px;
}

.uploadContainer table
{
    margin-top: 10px;    
}

.uploadContainer table tr td
{
    font-size: 12px;
    padding: 5px;    
}

    .uploadContainer table tr td.labelTekst
    {
        font-size: 14px;   
    }

.uploadContainer .column {
    display: block;
    position: relative;
}

    .uploadContainer .column.userpictos {
        width: 100%;
    }
    /*
    .uploadContainer .column.pictosToInsert {
        width: 20%;
        min-height: 200px;
        height: 100%;
        background: #dedadb;
    }*/

.userpictosContainer,
.userImagesContainer {
    padding-top: 5px;
}

.userpictosContainer .item,
.userImagesContainer .item {
    display: block;
    position: relative;
    float: left;
    padding: 0px;
    width: 33.33%;
}

.userpictosContainer .item li.picto,
.userImagesContainer .item li.userImage
{
    list-style-type: none;
    display: block;
    float: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.userpictosContainer .item li.picto .inner,
.userImagesContainer .item li.userImage .inner {
    margin: 5px;
    padding: 5px;
    border: 1px solid #cacaca;
}

.userpictosContainer .picto .image,
.userImagesContainer .item li.userImage .image
{
    position: relative;
    text-align: center;
}

.userpictosContainer .picto .titel,
.userImagesContainer .item li.userImage .titel {
    font-size: 0.9em;
    width: 100%;
    height:  15px;
    overflow: hidden; 
}

.userpictosContainer .picto .image img,
.userImagesContainer .item li.userImage .image img {
    max-width: 100%;
}

.userpictosContainer .picto .inner .footer,
.userImagesContainer .item li.userImage .inner .footer {
    position: relative;
    bottom: 0px;
    left: 0px;
}

.userpictosContainer,
.userImagesContainer
{
    border-top: 1px solid #C4C4C4;
    margin-top: 10px;   
    height: auto;
}

.userpictosContainer .picto,
.userImagesContainer .item
{
    margin: 0px;
}

.userpictosContainer .picto.userpicto img,
.userImagesContainer .item li.userImage .image img {
    height: 100%;
    max-height: 50px;
    width: auto;
    margin: 0px auto;
}

.userImagesContainer .item li.userImage .image img {
    max-height: 120px;
}


    .userpictosContainer .picto .btn,
    .userImagesContainer .item .btn {
        display: block;
        display: inline-block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 5px;
        background-color: #1e97cb;
        color: #fff;
        border-radius: 50%;
    }

    .userpictosContainer .picto .btn.insert,
    .userImagesContainer .item .btn.insert {
        background-color: #2dab17;
    }

    .userpictosContainer .picto .btn.delete,
    .userImagesContainer .item .btn.delete {
        left: auto;
        right: 0px;
        background-color: #000;
        opacity: 0.2;
    }
        .userpictosContainer .picto .btn.delete:hover,
        .userImagesContainer .item .btn.delete:hover {
            background-color: #d32929;
            opacity: 1;
        }

/*.button.invoegenillustratie 
{
    margin-top: 10px;
    width: 170px;
}*/

.footer {
    width: 100%;
    height: 20px;
    font-size: 8pt;
    line-height: 20px;
    text-align: center;
    color: #3399ff;
    margin-top:20px;
}
.footer a 
{
    color: #3399ff;
    text-decoration: underline;
}

.verhaalContainer .picto .footer {
    display: none !important;
}

/* ---- aanmelden ---- */
.aanmeldenContent {
    width: 600px;
    background: #FFF;
    margin: 20px 0px 50px 20px;
    padding: 10px;
    border: 1px solid #333;
    line-height: 1.8;
}

.aanmeldenContent h1 
{
    font-size: 18px;
    color: #444;
}

.aanmeldenContent a 
{
    text-decoration: underline;
    color: #0099D2;
}

.aanmeldenContent input[type=text], .aanmeldenContent input[type=password]
{
    border: solid 1px #CCC;
    padding: 3px;
    width: 80%;
}

.aanmeldenContent tr.factuur
{
    display: none;
}

.aanmeldenContent input[type=text].disabled 
{
    background: #eee;
    color: #666;
}

.aanmeldenContent textarea 
{
    border: solid 1px #CCC;
    padding: 5px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

.aanmeldenContent span.note 
{
    font-size: 10px;
    font-style: italic;
    color: #333;
}

.aanmeldenContent input[type=submit] 
{
    background: #CCC;
    display: inline-block;
    border: solid 1px #CCC;
    padding: 10px;
    font-size: 15px;
    margin-top: 10px;
    width: 80px;    
    cursor: pointer;
}

.aanmeldenContent table tr td 
{
    vertical-align: top;
    padding: 3px;
}

.aanmeldenContent ul.errors
{
    margin-bottom: 10px;
}
.aanmeldenContent ul.errors li
{
    display: block;
    float: none;
    color: Red;
    font-style: italic;
}

.overlay.disabled {
    position: absolute;
    background: #000;
    z-index: 1000;
    top: 79px;
    left: 0px;
    opacity: 0.4;
}

input[type=text]::-ms-clear {
    display: none;
}

@media screen and (min-width: 768px) {
    .row .column {
        display: block;
        float: left;
        width: 50%;
    }
    .row .column.column-80 {
        width: 80%;
    }
    .row .column.column-70 {
        width: 70%;
    }
    .row .column.column-66 {
        width: 66.66%;
    }
    .row .column.column-60 {
        width: 60%;
    }
    .row .column.column-40 {
        width: 40%;
    }
    .row .column.column-33 {
        width: 33.33%;
    }
        .row .column.column-30 {
            width: 30%;
        }
        .row .column.column-25 {
            width: 25%;
        }
        .row .column.column-20 {
            width: 20%;
        }

    body.handleiding > .container .contentContainer .row .column.column-80.handleiding {
        width: 80%;
    }  

    .userpictosContainer .item{
        width: 20%;
    }  
}

@media screen and (min-width: 1024px) {
    #storyTitle {
        width: 555px;
/*        width: 50%;*/
    }

    .userpictosContainer .item{
        width: 16.666%;
    }
}

@media screen and (min-width: 1300px) {
    /*#main .contentContainer .verhaalContainer {
            margin: 0px auto;
    }*/
    .userpictosContainer .item{
        width: 12.5%;
    }

    ,
    .userImagesContainer .item {
        width: 25%;
    }
}

.cropcanvas {
    max-width: 100%;
    height: calc(100% - 40px);
    overflow: hidden;
}

    .cropcanvas .cropper-bg {
        background: none;
    }

    .cropcanvas .cropper-modal {
        opacity: 0.1;
    }

    .cropcanvas img {
        display: block;
        /* This rule is very important, please don't ignore this */
        max-width: 100%;
    }