@font-face
{
    font-family: 'Source Sans Pro Light';
    src: url('https://fonts.dilemmamanager.nl/sourcesanspro/sourcesanspro-light-webfont.eot');
    src: url('https://fonts.dilemmamanager.nl/sourcesanspro/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://fonts.dilemmamanager.nl/sourcesanspro/sourcesanspro-light-webfont.woff2') format('woff2'), url('https://fonts.dilemmamanager.nl/sourcesanspro/sourcesanspro-light-webfont.woff') format('woff'), url('https://fonts.dilemmamanager.nl/sourcesanspro/sourcesanspro-light-webfont.ttf') format('truetype'), url('https://fonts.dilemmamanager.nl/sourcesanspro/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Source Sans Pro Regular';
    src: url('https://fonts.dilemmamanager.nl/sourcesanspro/sourcesanspro-regular-webfont.eot');
    src: url('https://fonts.dilemmamanager.nl/sourcesanspro/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://fonts.dilemmamanager.nl/sourcesanspro/sourcesanspro-regular-webfont.woff2') format('woff2'), url('https://fonts.dilemmamanager.nl/sourcesanspro/sourcesanspro-regular-webfont.woff') format('woff'), url('https://fonts.dilemmamanager.nl/sourcesanspro/sourcesanspro-regular-webfont.ttf') format('truetype'), url('https://fonts.dilemmamanager.nl/sourcesanspro/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a, a:visited, a:hover
{
    color: #e22319;
}

.button, .button:active, .button:hover, .button:focus
{
	padding:0px !important;
	transition-duration: 0.3s;
}

.button:hover
{
	background-color: #960011 !important;
	border-color:#960011 !important;
}

.button:after
{
	position:relative;
}

[contenteditable="true"]:focus
{
    outline: none;
}


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, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

b {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body
{
    height: 100%;
    margin-bottom: -62px;
}

html
{
    font-family: 'Source Sans Pro Regular' , sans-serif;
}

body
{
    width: 100%;
    background-color: #F0f0f0;
    overflow-y: scroll;
}

table
{
    border-collapse: separate;
    border-spacing: 0px 14px;
}

#container
{
    width: 1100px;
    height: 100%;
    margin: auto;
}

#topbar
{
    height: 62px;
    background-color: #E22319;
    z-index: 5;
    position: fixed;
    max-width: 1100px;
    width: 100%;
    min-width: 450px;
}

a.logo
{
    margin-top: 18px;
    margin-left: 22px;
    float: left;
}

#logo
{
    height: 24px;
    width: 182px;
}


/* LOGIN */
#loginstatus
{
    float: right;
    text-align: right;
    overflow: visible;
    padding-right: 43px;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 5;
}



#loginstatus > ul > li:after
{
    background-image: url("../images/icons/DropdownWit.svg");
    content: '';
    background-repeat: no-repeat;
    top: 28px;
    right: -25px;
    position: absolute;
    height: 7px;
    width: 10px;
}

#loginstatus ul li
{
    color: White;
    display: inline-block;
    font-family: 'Source Sans Pro Light' , sans-serif;
    height: 62px;
    line-height: 62px;
    position: relative;
}

#loginstatus > a.login
{
    color: black;
}

#loginstatus ul ul
{
    display: none;
}

#loginstatus:hover ul li > ul
{
    display: block;
    position: absolute;
    right: -43px;
}

#loginstatus ul li ul
{
    letter-spacing: 1px;
    -moz-box-shadow: -3px 3px 5px -2px #888;
    -webkit-box-shadow: -3px 3px 5px -2px #888;
    box-shadow: -3px 3px 5px -2px #888;
    z-index: 3;
}
#loginstatus ul li ul li
{
    font-size: 14px;
    text-align: right;
    display: block;
    width: 248px;
    position: relative;

}


.logged-in-account
{
    border-bottom: 1px solid #D9D9D9;
    background-color: white;
}
.logged-in-logout
{
    background-color: white;
}


#loginstatus ul li ul li a
{
    text-decoration: none;
    background-color: white;
    color: #445050;
    padding-right: 60px;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0px;
}

#loginstatus ul li ul li a:hover
{
    color: #E22319;
}

#loginstatus ul li ul li a:after
{
    content: '';
    background-repeat: no-repeat; /*top: 0;*/
    right: 15px;
    position: absolute;
    height: 20px;
    width: 20px;
}

.logged-in-account a:after
{
    background-image: url("../images/icons/MijnGegevens.svg"); /*    width: 16px;     height: 16px;*/
    background-size: 18px;
    background-position: -1px -1px;
    top: 23px;
}

.logged-in-account a:hover:after
{
    background-image: url("../images/icons/MijnGegevens2.svg");
}

.logged-in-logout a:after
{
    background-image: url("../images/icons/Uitloggen2.svg"); /*   width: 16px;     height: 18px;*/
    background-size: 30px;
    background-position: -7px -6px;
    top: 18px;
}

.logged-in-logout a:hover:after
{
    background-image: url("../images/icons/Uitloggen.svg");
}


/* Menu */
.menu
{
    width: 278px;
    float: left;
    background-color: #FCFCFC;
    list-style: none;
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    height: auto;
    margin-top: 62px;
    bottom: 0;
    z-index: 2;
}

.menu a
{
    color: #4C4C4C;
    text-decoration: none;
}

.menu li
{
    width: 100% !important;
    height: 60px;
    background-color: #FCFCFC;
    position: relative;
}

.menu li.selected
{
    background-color: #F0F0F0;
    border-left: 3px solid #E22319;
}

.menu li.selected a
{
    left: 0;
    padding-left: 50px;
}

.menu li.selected a:before
{
    left: 0;
    left: 0;
    padding-left: 53px;
}

.menu li a
{
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-left: 53px;
    padding-top: 23px;
    top: 0px;
}

.menu li a:hover, .menu li.selected > a
{
    color: #E22319;
}


.menu li:before
{
    top: 0;
    content: '';
    background-repeat: no-repeat; /*top: 0;*/
    left: 23px;
    position: absolute;
    height: 20px;
    width: 20px;
    margin-top: 19px;
    pointer-events: none;
}


.menu li.selected:before
{
    left: 20px;
    pointer-events: none;
}

.menuitem1:before, .menuitem2:before
{
    background-image: url("../images/icons/AanDeSlag.svg");
    background-size: 24px;
    background-position: -1.5px -2px;
}
.menuitem1.selected:before, .menuitem1:hover:before,
.menuitem2.selected:before, .menuitem2:hover:before
{
    background-image: url("../images/icons/AanDeSlag2.svg");
}


.menuitem3:before
{
    background-image: url("../images/icons/MijnActiviteiten.svg");
    background-size: 36px;
    background-position: -8px -7px;
}
.menuitem3.selected:before, .menuitem3:hover:before
{
    background-image: url("../images/icons/MijnActiviteiten2.svg");
}

.menuitem4:before
{
    background-image: url("../images/icons/TrainingEnBijscholing.svg");
    background-size: 31px;
    background-position: -5.5px -5.5px;
}
.menuitem4.selected:before, .menuitem4:hover:before
{
    background-image: url("../images/icons/TrainingEnBijscholing2.svg");
}

.menuitem5:before, .menuitem6:before
{
    background-image: url("../images/icons/Documentatie.svg");
    background-size: 27px;
    background-position: -5px -2.5px;
}


.menuitem5.selected:before, .menuitem6.selected:before, .menuitem7.selected:before, .menuitem5:hover:before, .menuitem6:hover:before
{
    background-image: url("../images/icons/Documentatie2.svg");
}


.menuitem8:before, .menuitem7:before
{
    background-image: url("../images/icons/DocumentatieDilemmaMethode.svg");
    background-size: 28px;
    background-position: -4px -3px;
}
.menuitem8.selected:before, .menuitem8:hover:before, .menuitem7.selected:before, .menuitem7:hover:before
{
    background-image: url("../images/icons/DocumentatieDilemmaMethode2.svg");
}

.menuitem9:before
{
	background-image: url("../images/icons/Nieuws.svg");
}

.menuitem9.selected:before, .menuitem9:hover:before
{
	background-image: url("../images/icons/Nieuws2.svg");
}

.menuitem10:before
{
    background-image: url("../images/icons/Evaluatie.svg");
    background-size: 27px;
    background-position: -3.5px -2.5px;
}
.menuitem10.selected:before, .menuitem10:hover:before
{
    background-image: url("../images/icons/Evaluatie2.svg");
}

.menuitem11:before
{
    background-image: url("../images/icons/FAQ.svg");
    background-size: 30px;
    background-position: -6px -5px;
}
.menuitem11.selected:before, .menuitem11:hover:before
{
    background-image: url("../images/icons/FAQ2.svg");
}
.menuitem12:before
{
    background-image: url("../images/icons/Contact.svg");
    background-size: 25px;
    background-position: -4.5px -2.5px;
}
.menuitem12.selected:before, .menuitem12:hover:before
{
    background-image: url("../images/icons/Contact2.svg");
}


.menu li a, #loginstatus ul li ul li a
{
    text-transform: uppercase;
    letter-spacing: 1px;
}

#articlewrapper, #article.article-default, #article.page-account, #article.page-account
{
	width:752px;
   /* width: 811px;*/
    float: right;
    margin-top: 74px;
}

#articlewrapper > .assessment-table
{
    background-color: #FCFCFC;
}

/*content*/
#article:not(.article-default):not(.page-account):not(.module-login), .widget-bulletinboard:not(#generic-widget), #bulletin-info, .bulletin-content, .assessment-block-alternate
{
    width: 752px;
    float: right;
    background-color: #FCFCFC;
}



/*Profile*/

.page-title, #article.article-default h1, #bulletin-info h1, .widget-faq h1, .page-forgotpassword h1, .page-resetpassword h1, .widget-contact h2,
#article.article-default h1
{
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 32px;
    letter-spacing: 2px;
    color: #6d6d6d;
}

.profile-item h1, #article.article-default h2, .widget-contact h2, .bulletin h1,  #bulletin-info h2
{
    font-size: 18px;	
    color: #e22319;
    margin-bottom: 9px;
}

p, #article.article-default #article .summary, .page-forgotpassword p, .menuitem-9 #article.article-default:not(h1), .menuitem-11 #article.article-default:not(h1),
.assessment-block.assessment-block-alternate .bottom div , .assessment-block.assessment-block-alternate ul
{
    font-family: 'Source Sans Pro Light' , sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #6d6d6d;
}

.button.buttonl, .button.buttonm, .file-upload-table input:first-child, table.file-listing tr td:nth-child(2) button.buttons.button, .button-send-contact-form, .bulletin .button-read-more.button, .bulletin-content button.button.button-back, .button-forgot-password-submit, .button-forgot-password-back
{
    background-color: #E22319;
    border: 1px solid #E22319;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 152px;
    height: 27px;
    line-height: 22px;
    font-family: 'Source Sans Pro Regular' , sans-serif;
    color: #fff;
    cursor: pointer;
}


.assessmenttable__header-name,
.assessmenttable__header-date,
.assessmenttable__header-actions {
	display:none;
}

.page-profile #file-selector-replace
{
    float: left;
}

.page-profile #upload-file-text
{
    float: left;
    margin-left: 20px;
    line-height: 27px;
}

.page-profile #article, .page-products #article, #article.article-default #article, .widget-bulletinboard:not(#generic-widget), #bulletin-info, .bulletin-content, .assessment-block-alternate
{
    padding: 30px;
}

.page-profile #container > #article
{
    margin-top: 10px;
}


.page-profile .action-table tr, .page-profile .file-listing tr
{
    background-color: #F5F5F5;
    height: 39px;
    vertical-align: middle;
}


.page-profile .action-table td, .page-profile .file-listing td, .aan-de-slag-table tr td:first-child
{
    vertical-align: middle;
    border: none;
    background-color: #F5F5F5;
    text-align: left;
    width: initial;
    padding-right: 50px;
    font-family: 'Source Sans Pro Regular' , sans-serif;
    color: #6d6d6d;
    font-size: 13px;
}

.page-profile .action-table td:first-child, .page-profile .file-listing td:first-child
{
    color: #B2B2B2;
    padding-left: 15px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
	width: 70px;
}

.page-profile .action-table td:last-child, .page-profile .file-listing td:last-child
{
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: right;
}


.profile-file-list .filename
{
    display: none;
}

.profile-file-list td
{
    vertical-align: middle !important;
}

.profile-file-list td:last-child
{
    padding-right: 0;
}

.profile-file-list td:last-child form
{
    float: right;
}

.button.buttonm.file-download-button
{
    margin-right: 11px;
}

.button.buttonm.file-delete-button
{
    margin: 7px 0 0 0;
    background-color: transparent;
    color: Black;
    border: none;
    background-image: url("../images/icons/Delete.svg");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    padding: 0px 35px 0px 0px;
    font-size: 0px;
    background-size: 32px;
    background-position: -9.5px -10px;
}

.profile-file-list table tr:first-child
{
    display: none;
}


.page-profile #container > br, .page-products #container > br
{
    display: none;
}

.file-upload-table tr td:first-child
{
    display: none;
}

.file-upload-table input.textfield
{
    cursor: auto;
    width: 723px;
    height: 21px;
    padding: 6px 15px 6px 15px;
    background-color: #F2F2F2;
    color: #6d6d6d;
    border-color: #F2F2F2;
}

.file-upload-table .textfield:focus
{
    border: 1px solid #B2B2B2 !important;
    outline-color: 1px solid #B2B2B2 !important;
}

.file-upload-table tr:nth-child(3) > td > br
{
    display: none;
}

.file-upload-table tr:nth-child(3) > td > .button.buttonl
{
    margin-top: 20px;
}
#file-selector-original
{
    display: none;
}

/* Training en bijscholing */
.page-products h1, .page-products .action-table, #article.article-default h1, #article.article-default .action-table, .terms-title
{
   /* color: #4C4C4C;*/
}
.page-products h1, .terms-title, .widget-bulletinboard h2
{
    font-size: 32px;
    margin-bottom: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#6d6d6d;
}
.page-products #article, .assessment-block-alternate
{
    margin-bottom: 10px;
    font-size: 14px;
}
.page-products h2
{
    color: #E3241C;
    font-size: 20px;
    margin-top: 23px;
}

.page-products #articlewrapper
{
    color: #6d6d6d;
}

.page-products .action-table tr, #article.article-default .action-table tr
{
    background-color: #F5F5F5;
    height: 41px;
    vertical-align: middle;
}


.page-products .action-table td, #article.article-default .action-table td
{
    vertical-align: middle;
    border: none;
    background-color: #F5F5F5;
    text-align: left;
    width: initial;
    padding-right: 15px;
    font-size: 13px;
    color: #6d6d6d;
}

.page-products .action-table td:first-child, #article.article-default .action-table td:first-child
{
    padding-left: 15px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 270px;
    padding-right:0px;
}

.page-products .action-table td:last-child, #article.article-default .action-table td:last-child
{
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: right;
    width: 371px;
}
.page-profile #articlewrapper, .page-products #article, #article.article-default #article, #article.page-account
{
 /*   -webkit-box-shadow: 2px 3px 5px 0px rgba(201,199,201,1);
    -moz-box-shadow: 2px 3px 5px 0px rgba(201,199,201,1);
    box-shadow: 2px 3px 5px 0px rgba(201,199,201,1);*/
}

.page-products #article p
{
    font-family: 'Source Sans Pro Light' , sans-serif;
}

table.file-listing tr td:first-child form
{
    position: absolute;
    width: 752px;
    padding-left: 7px;
    margin-left: -15px;
    background-color: #F5F5F5;
    margin-top: -19px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 28px;
    padding-top: 6px;
    padding-bottom: 5px;
}

table.file-listing tr td:nth-child(2) input.textfield
{
    color: #6d6d6d;
    background-color: #EEEEEE;
    border: 1px solid #9C9E9F;
    height: 23px;
    width: 349px;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 22px;
}

table.file-listing tr td:nth-child(2) br
{
    display: none;
}

table.file-listing tr td:nth-child(2) button.buttons.button
{
    width: 100px;
    margin-left: 18px;
    position: relative;
    top: -1px;
}

table.file-listing tr td:nth-child(2) > span
{
    position:relative;
}

table.file-listing tr td:nth-child(2) > span:not(.description)
{
    position:absolute;
    margin-top: -13px;
}

table.file-listing tr td:nth-child(2) > span form
{
    position: absolute;
    width: 640px;
    background-color: #F5F5F5;
    left: -8px;
    top:-1px;
}

/* aan de slag */

.menuitem-1 > br
{
    display: none;
}

#article.article-default, #article.page-account
{
    margin-top: 33.5px;
}

#article.article-default #article
{
	padding:0px !important;
    margin-bottom: 18px;
}

#article.article-default #article .summary
{
    margin-left: 38px;
    margin-top: 30px;
}

#article.article-default h2
{
    margin-top: 28px;
}
#article.article-default h1
{
    margin-bottom: 9px;
    
}

#article.article-default h3
{
    margin-top: -7px;
    font-size: 15px;
    margin-bottom: 11px;
}

.menuitem-1 p, .summary li, .article-default p, .page-content p, .assessment-category-description p,
.bottom div, .bottom ul, .bottom p, .bulletin p, #bulletin-text
{
    font-size: 14px !important;
    line-height: 20px !important;
}

.siteArticle > a
{
    color: #E22319;
    font-family: 'Source Sans Pro regular' , sans-serif;
    font-size: 14px;
}

.siteArticle > p
{
    margin-top: 21px;
    margin-bottom: 32px;
}

.siteArticle .button.buttonm, .bulletin .button-read-more.button, .bulletin-content a.button.button-back
{
    text-decoration: none;
    padding: 3px 47px 4px 47px !important;
    font-size: 13.3333px;
}

.websites .siteArticle:not(.firstSiteArticle)
{
    border-top: 1px solid #D1D1D1;
}

.websites .siteArticle
{
    padding-bottom: 36px;
}

/* Mijn gegevens */
#article.page-account, #article.module-login
{
    background-color: #FCFCFC;
}

#article.page-account h1, #article.page-account .page-content, #article.page-account form
{
    padding-left: 28px;
    padding-right: 28px;
}

#article.page-account h1
{
    padding-top: 28px;
    margin-bottom: -17px;
}

.page-account .combobox, .page-account .textfield, .page-account .datum, .widget-contact .combobox,.widget-contact .combobox
{
    background-color: #EDEDED;
    color: #6d6d6d;
    border: 1px solid #EDEDED;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-family: 'Source Sans Pro Light' , sans-serif;
}

.page-account .combobox:focus, .page-account .textfield:focus, .page-account .datum:focus, .widget-contact .combobox:focus, .widget-contact .textfield:focus, .widget-contact #vraag:focus
{
    border: 1px solid #4C4C4C !important;
}

.page-account .textfield
{
    width: 190px;
}
.page-account .combobox
{
    width: 211.6px;
}

.page-account .datum, .page-account .combobox, .widget-contact .combobox, .widget-contact .textfield, .widget-contact .combobox, .widget-contact .textfield
{
    height: 26px;
    padding-left: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus, select:focus, textarea:focus, button:focus
{
    outline: none;
}
select::-ms-expand
{
    /* for IE 11 */
    display: none;
}

.page-account .datum, .page-account .combobox, .widget-contact .combobox, .widget-contact .combobox
{
    background-image: url("../images/icons/Dropdown.svg");
    background-repeat: no-repeat;
    background-position: center right -1px;
    background-size: 25px 25px;
}
.widget-contact .combobox{
    width: 317px;
    height: 30px;
}
.page-account .datum:not(#new_birtday_year)
{
    margin-right: 2px;
}
#new_birthday_day
{
    width: 44px;
}

#new_birthday_year
{
    width: 64px;
}

#new_birthday_month
{
    width: 94px;
}
.page-account table.account-table
{
    border-spacing: 0px 7px;
}

.page-account .td-account-header
{
    display: none;
}
.page-account td
{
    vertical-align: top;
}
.page-account td > b
{
    display: none;
}

.page-account table tr td:not(:first-child) label
{
    font-size: 12px;
    font-family: 'Source Sans Pro Light' , sans-serif;
    margin-top: 0px;
}
.page-account table tr:nth-last-child(4)
{
    display: none;
}
.page-account td label b
{
    font-weight: bold;
}

#include_in_dilemma_register, #include_in_dilemma_register:checked
{
    display: block;
    height: 14px;
    width: 14px;
    margin-left: 0px;
    margin: 0;
}

label #include_in_dilemma_register:before
{
    content: '';
    height: 13px;
    width: 13px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    line-height: 15px;
    background-color: rgb(237, 237, 237);
    border: 1px solid rgb(237, 237, 237);
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -1px;
    margin-top: -1px;
}

#include_in_dilemma_register:checked:before
{
    content: "\2713";
}

.page-account > span
{
    display: inline-block;
    margin-left: 28px;
}

.page-account#article p
{
    margin: 28px 28px -18px 28px;
}


/*login pagina*/
.page-login, .page-forgotpassword, .page-resetpassword
{
    background: url(../images/Login_background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-forgotpassword #article, .page-resetpassword #article
{
    width: 350px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -175px;     
    margin-top: -151.5px;
    background: rgba(252, 252, 252, 0.7);
    -webkit-box-shadow: 2px 3px 5px 0px #6d6d6d;
    -moz-box-shadow: 2px 3px 5px 0px #6d6d6d;
    box-shadow: 0px 0px 5px 1px #6d6d6d;
     -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#article.module-login
{
	width: 350px;
    height: 310px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -151.5px;
    background: rgba(252, 252, 252, 0.7);
    -webkit-box-shadow: 2px 3px 5px 0px #6d6d6d;
    -moz-box-shadow: 2px 3px 5px 0px #6d6d6d;
    box-shadow: 0px 0px 5px 1px #6d6d6d;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.module-login .page-content
{
    position: absolute;
    bottom: 15px;
	top:235px;
}
.module-login .page-content b
{
    font-weight: bold;
    font-family: 'Source Sans Pro regular' , sans-serif
}
.module-login .page-content br
{
    display: block;
}
.page-login #container, .page-forgotpassword #container
{
    max-width: 1100px;
    min-width: 365px;
    width: auto;
}

.page-login br, .page-login .clear, .page-long #banner
{
    display: none;
}

#article.module-login p, #article.module-login h1, #existinguser, #newuser, .page-resetpassword h1
{
    padding-left: 26px;
    padding-right: 28px;
}

#article.module-login h1, .page-forgotpassword h1, .page-resetpassword h1
{
    text-transform: initial;
    font-size: 32px;
    margin-top: -106px;
    color: white;
    position: absolute;
    padding: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0.5px 0.5px 0px black;
    font-family: 'Source Sans Pro regular' , sans-serif;   
}

.subtitle-login, .subtitle-forgot
{
    text-transform: initial;
    font-size: 23px;
    margin-top: -297px;
    color: white;
    position: absolute;
    padding: 0;
    width: 350px;
    text-align: center;
    letter-spacing: 0px;
    text-shadow: 0.5px 0.5px 0px black;
    font-family: 'Source Sans Pro regular' , sans-serif;
}

.subtitle-forgot
{
    margin-top: -222px;
}

.page-login #topbar, .page-login .menu, .page-forgotpassword  #topbar , .page-forgotpassword .menu, 
.page-resetpassword  #topbar , .page-resetpassword .menu
{
    display: none;
}

.page-login .forgotpassword
{
    width: 160px;
    /* right: 10px; */
    /* position: absolute; */
    color: #262626;
    font-size: 11px;
    margin-bottom: 10px;
    /* top: 180px; */
}

.page-login .button.buttonm
{
    text-transform: uppercase;
    width: 150px;
    letter-spacing: 1px;
    margin-left: -300px;
}

 .page-forgotpassword .button-forgot-password-submit, .button-forgot-password-back
 {
    text-transform: uppercase;
    width: 139px;
    letter-spacing: 1px;
    margin-left: 0px;
 }

.button-forgot-password-back,  .page-forgotpassword .button-forgot-password-submit
{
    margin-top: 10px;
	margin-bottom:20px;
}

.page-title-login, .page-forgotpassword h1, .page-resetpassword h1
{
    margin-bottom: -4px;
    margin-top: 78px;
}

.page-title-login:after, .page-forgotpassword #article:before, .page-resetpassword #article:before
{
    content: '';
    background-image: url("../images/website_logo_color.svg");
    height: 32px;
    background-repeat: no-repeat;
    width: 230px;
    position: absolute;
    top: 128px;
    right: 95px;
}
.page-forgotpassword #article:before, .page-resetpassword #article:before
{
	top: 24px;
}
.page-login #user_pass, .page-login #user_email, .page-forgotpassword #email
{
    border: 1px solid #BFBFBF;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 7px;
    padding-left: 9px;
    padding-right: 9px;
    width: 279px;
    margin: auto;
    font-family: 'Source Sans Pro Light' , sans-serif;
}

.page-login #user_pass:focus, .page-login #user_email:focus,  .page-forgotpassword #email:focus
{
    border: 1px solid #6d6d6d;
}


.page-login table
{
    border-collapse: separate;
    border-spacing: 0px 11px;
    margin-top:74px;
}

.page-login .module-error
{
    width: 759px !important;
    position: relative;
    background-color: transparent !important;
    top: 50%;
    margin-top: 56px;
    z-index: 100;
    left: 50%;
    margin-left: -149px;
    font-size: 12px;
    float: none !important;
}

/*Feedback & Contact*/
.widget-contact #article
{
    margin-top: 33.5px;
    width: 815px;
    float: right;
    padding: 28px;
    
}

.widget-contact input:not(.button-send-contact-form):not(#receive), .widget-contact textarea, .widget-contact input:not(#receive), .widget-contact textarea
{
    background-color: #EDEDED;
    border: 1px solid #EDEDED;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #6d6d6d !important;
    font-family: 'Source Sans Pro Light' , sans-serif !important;
    width:309px;
    font-size:14px;
}

.widget-contact input:focus:not(.button-send-contact-form), .widget-contact textarea:focus
{
    border: 1px solid #B2B2B2;
    outline-color: border: 1px solid #B2B2B2;
}

.page-title-contact
{
    margin-bottom: 10px;
}

.widget-contact .question, .information
{
    width: 340px;
    margin-top: 37px;
}

.widget-contact.contact form
{
    margin-top: -9px;
}

.widget-contact .question
{
    float: left;
    margin-top: -3px;
}

.information
{
    float: right;
    text-align: left;
}
.widget-contact textarea, .widget-contact .subject
{
    padding: 7px;
    height: 70px;
    width: 301px;
    resize: none;
    color: #6d6d6d;
    font-family: 'Source Sans Pro Light' , sans-serif;
}

.widget-contact .subject, .widget-contact .message
{
    width: 350px;
}

.widget-contact .subject
{
    height: 21px;
    margin: 0;
}

.widget-contact .message
{
    padding: 7px;
    height: 86px;
    margin-bottom: 4px;
}

.information .summary li
{
    font-family: 'Source Sans Pro Light' , sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #6d6d6d;
    list-style: none;
}

/*footer*/

.dottedline
{
    display: none;
}
/* terms */

#articlewrapper.terms
{
    margin-top: 33px;
}

.termsbutton
{
    float: left;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

#articlewrapper.terms #article, .first-login-session
{
    padding: 28px !important;
    width: 1044px !important;
    float: right !important;
    background-color: #FCFCFC !important;
}

#articlewrapper.terms label
{
    display: block;
    margin-top: 10px;
}

.terms-href
{
    color: #E22319;
    font-size: 16px;
    font-family: 'Source Sans Pro regular' , sans-serif;
    text-decoration: none;
}

#articlewrapper.terms b
{
    font-weight: bold;
}

.terms label#error
{
    display: inline-block;
    margin-top:13px;
}

.terms input[type="checkbox"]
{
        float: left;
    margin-bottom: 22px;
}

.widget-contact .summary a
{
    text-decoration:none;
    color:inherit;
}

#mailUserCheck
{
    vertical-align: text-top;
    margin-right: 6px;
    margin-top:2px;
}

 .widget-contact form p
{
    margin-top:15px;
}

.titleexistinguser
{
    display:none;
}

.page-products div#article ul li 
{
   margin-left: 17px;
}

/** widget styling **/
.widget-bulletinboard:not(#generic-widget), #bulletin-info, .bulletin-content
{
}

.widget-bulletinboard:not(#generic-widget):first-child
{
    margin-top: 34px;
}

.bulletin-details
{
    margin-top: 34px;
}

/** bulletin styling **/
.bulletin
{
    background-color: #F5F5F5;
    /*height: 200px;*/
    position: relative;
    padding: 16px;
    margin-top: 14px;   
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
}
.bulletin h1, #bulletin-info h1
{
    margin-bottom:0px;
}

.bulletin h2
{
    font-family: 'Source Sans Pro Regular' , sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #6d6d6d;
    margin-top:0px;
}

.bulletin .bulletin-image-wrapper, #bulletin-info .bulletin-image-wrapper
{
    height: 200px;
    width: 200px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.bulletin p
{
  /*  height: 110px;*/
    overflow: hidden;
    margin-bottom: 15px;
}

.bulletinBoardNavigation {
    text-align: center;
    margin-top: 39px;
    margin-bottom: 15px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
}

.bulletinBoardNavigation li {
    display: inline;
}

.bulletinBoardNavigation li.page:not(:first-child) {
    margin-left: 10px;
}

.bulletin-page-navigation#previous {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bulletinBoardNavigation a {
    color: #6D6D6D;
    text-decoration:none;
}

.bulletin-page-navigation.disabled {
    background-color: grey;
    pointer-events: none;
}

.bulletin-page-navigation {
    background-color: #E22319;
    background-image: url("../images/icons/DropdownWit.svg");
    background-position: top 11.5px left 50%;
    background-size: 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: absolute;
    height: 34px;
    width: 34px;
    background-repeat: no-repeat;
    font-size: 0px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: -77px;
        -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bulletinBoardNavigation li.active a {
    color: #E22319;
    pointer-events: none;
}

.bulletin-page-navigation#next {
    margin-left: 43px;
}

#bulletin-text 
{
    margin-bottom: 15px;
}

#bulletin-info .bulletin-image-wrapper
{
    float:left;
    margin-left:0px;
    margin-right:20px;
}

.widget-container .widget-bulletinboard:first-child:not(.generic-widget)
{
    margin-top: 32px;
}

.widget-faq
{
    width: 756px;
    float: right;
    background-color: #FCFCFC;
    margin-top: 33.5px;
    padding: 28px;
}

.widget-faq h1, .widget-contact h2
{
    margin-bottom: 9px;
}
.widget-faq-question-list h2, .widget-faq-category-collection h2
{
    color:#E22319;
    margin-top: 30px;
    font-size:18px;
}

.widget-faq .widget-faq-entry.closed, .widget-faq .widget-faq-entry.open
{
    background-color:#FCFCFC;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top:10px;
    opacity:1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.widget-faq .widget-faq-question-list .widget-faq-answer,
.widget-faq .widget-faq-question-list .widget-faq-question
{
    padding:10px;
    -webkit-transition: padding-top 1s, padding-bottom 1s;
    transition: padding-top 1s, padding-bottom 1s;
}

.widget-faq .widget-faq-entry.closed .widget-faq-answer,
#articlewrapper:not(.dilemmamethode) .assessment-block-alternate.closed .bottom, #articlewrapper:not(.dilemmamethode) .assessment-block-alternate.closed .bottom p,
#articlewrapper:not(.dilemmamethode) .assessment-block-alternate.closed .bottom .action-table
{
    height:0px;
    padding-top:0px;
    padding-bottom:0px;
    overflow:hidden;
}

.widget-faq .widget-faq-entry.open .widget-faq-answer,
#articlewrapper:not(.dilemmamethode) .assessment-block-alternate.open .bottom
{
    height: auto;
    padding-top: 10px;
    padding-bottom: 18px;
    margin-top: 9px; 
}

.widget-faq .widget-faq-answer,
.widget-faq .widget-faq-answer p,
#articlewrapper:not(.dilemmamethode) .assessment-block-alternate .bottom,
#articlewrapper:not(.dilemmamethode) .assessment-block-alternate .action-table
{
    transition-timing-function: ease;
    -webkit-transition: opacity 1s, line-height 1s, height 1s, padding 1s, margin 1s; /* For Safari 3.1 to 6.0 */
    transition: opacity 1s, line-height 1s, height 1s, padding 1s, margin 1s;
}

.widget-faq .widget-faq-entry.open .widget-faq-answer p,
#articlewrapper:not(.dilemmamethode) .assessment-block-alternate .bottom .action-table,
.action-table.aan-de-slag-table
{
    line-height: 18px;
    opacity:1;
    width: 100%;
}

.widget-faq .widget-faq-entry.open .widget-faq-answer p{
	width:94% !important;
}

#articlewrapper .assessment-block-alternate .bottom .action-table
{
	width:100%;
}

.widget-faq .widget-faq-entry.closed .widget-faq-answer p,
div#articlewrapper:not(.dilemmamethode)  .assessment-block-alternate.closed .bottom .action-table
{
    line-height: 0px;
    height:0px;
    opacity:0;
    overflow:hidden;
    visibilty:hidden;
    display:none;
}



.widget-faq .widget-faq-answer p
{
    font-family: 'Source Sans Pro Light' , sans-serif;
    color: #6d6d6d;
    font-size: 14px;
}

.widget-faq .widget-faq-question
{
    font-family: 'Source Sans Pro Regular' , sans-serif;
    color: #6d6d6d;
    font-size: 13px;
}

.widget-faq-question-switch {
    float:right;
    border: 0px;
    background-color: transparent;
}

.assessment-block
{
    position:relative;    
}

.widget-faq-question-switch:after,
#articlewrapper:not(.dilemmamethode) .assessment-block-alternate .top h1:after,
.widget.widget-faq-category-collection:before
{
    content: ' ';
    background: url(../images/icons/Dropdown.svg);
    width: 40px;
    position: absolute;
    background-size: 46px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: -22px;
    margin-top: -11px;
    height: 40px;
    -webkit-transition: webkit-transform 1s; /* Safari */
    transition: transform 1s;
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
}

.widget-faq .widget-faq-entry.closed .widget-faq-question-switch:after, 
#articlewrapper:not(.dilemmamethode) .assessment-block-alternate.closed .top h1:after, 
.widget.widget-faq-category-collection.closed:before
{
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.assessment-block .top h1 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.assessment-block.open .top h1:after,
#articlewrapper:not(.dilemmamethode) .assessment-block-alternate.closed .top h1:after
{
    top: 36px;
    right:28px;
}

#contact-map
{
    width:755px;
    padding: 28px;
    float:right;
    margin-top:10px;
    height:100px;
}


.page-forgotpassword form 
{
    margin-left: 26px;
	margin-bottom: 10px;
}

.page-forgotpassword h1, .page-resetpassword h1
{
    text-align: left;
    font-size: 14px;
    margin-left: 25px;
    font-family: 'Source Sans Pro Regular' , sans-serif;
    font-weight: bold;
    text-transform: initial;
    letter-spacing: 1px;
    margin-bottom: 1px;
    color: #6d6d6d;
    text-shadow: none;
    margin-top: 77px;
}

.page-forgotpassword #article:before, .page-resetpassword #article:before, .page-resetpassword h1
{
    margin-left:26px;
}

.page-forgotpassword  p
{
    margin-left: 26px;
    margin-right: 26px;
    margin-top: 94px;
}

.page-forgotpassword .button-back.button-forgot-password-back
{
    margin-left: 16px;
}

.page-forgotpassword span.error
{
    z-index: 1;
    position: relative;
    font-size: 12px;
    top: 140px;
    margin-left: 27px;
}

.page-resetpassword .button-forgot-password-back
{
    margin-left:26px;
    margin-top:10px;
}

.page-resetpassword h1
{
    padding-left:0px;
}

.page-resetpassword p
{
    margin-left: 26px;
    margin-top: 94px;
}

.page-forgotpassword #article, .page-resetpassword #article
{
    background: rgba(252, 252, 252, 0.7) !important;
    width:350px !important;
}

.widget-contact input, .widget-contact textarea:not(input['type=checkbox'])
{
    color: #6d6d6d !important;
    font-family: 'Source Sans Pro Light' , sans-serif !important;
}


.widget-contact.contact
{
    width: 415px;
    float: right;
    padding: 0px;
    margin-top: 19px;
}

.widget-contact.feedback
{
    padding:0px;
}

.widget-contact.contact h2
{
    letter-spacing:0px;
    text-transform:capitalize;
}
.widget-contact.Contact .button-send-contact-form, .widget-contact.feedback .button-send-contact-form
{
	margin-left: 102px;
}

.widget-contact.Contact .button-send-contact-form
{
    margin-left: 104px;
}

.assessment-category-description, .top div span, .top ul
{
    font-family:'Source Sans Pro Light' , sans-s;
}

.assessment-category-description h1
{
    font-family:'Source Sans Pro Regular' , sans-s;
    
}
.widget-form tr td:first-child
{
    vertical-align: middle;
    padding-top: 2px;
	padding-right: 25px;
}

.widget-form #receive
{
    margin-left: 60px;
    margin-top: 1px;
}

.button-forgot-password-sent-mail
{
    margin-left: 25px !important; 
}

.menuitem-9 #article.article-default, .menuitem-11 #article.article-default
{
    width: 755px;
    float: right;
    background-color: #FCFCFC;
    padding:28px;
}

.menuitem-9 #article.article-default h1, .menuitem-11 #article.article-default h1
{
    font-family: 'Source Sans Pro Regular' , sans-s;
    line-height:initial;
}

#article.error-article
{
    background-color:transparent !important; 
    -webkit-box-shadow: none !important; 
    -moz-box-shadow: none !important; 
    box-shadow:none !important;
}

.site-description-title
{
    text-transform: initial;
    font-size: 32px;
    margin-top: -259px;
    color: white;
    position: absolute;
    padding: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0.5px 0.5px 0px black;
    font-family: 'Source Sans Pro regular' , sans-serif;
}

span.contact-error
{
    color: red;
    position: absolute;
    margin: -21px 0px 0px -152px;
    font-weight: bold;
}

.widget.widget-faq-category-collection
{
	position:relative;
	background-color: #F5F5F5;
    padding: 20px;
    padding-top: 16px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top:15px;
}

.widget.widget-faq-category-collection:before
{
	right: 17px;
    height: 23px;
    top: 26px;
    pointer-events:none;
}


.widget.widget-faq-category-collection h2
{
    color: #E22319;
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
	margin-top:0;
}

 .widget.widget-faq-category-collection.closed  .widget-faq-question-list .widget-faq-question
{
	padding:0;
	font-size:0;
	-webkit-transition: padding 1s, font-size 1s; /* For Safari 3.1 to 6.0 */
    transition: padding 1s font-size 1s;
}

 .widget.widget-faq-category-collection.closed .widget-faq-entry
 {
 	opacity:0;
	margin:0; 	
	-webkit-transition: margin 1s; /* For Safari 3.1 to 6.0 */
    transition: margin 1s;
 }

.widget.widget-faq-category-collection.closed .widget-faq-question .widget-faq-question-switch:after
{
	display:none;
}

.widget.widget-faq-category-collection.closed  .widget-faq-question-list .widget-faq-answer
{
	height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    margin:0px;
}

.assessment-block.assessment-block-alternate ul
{
	margin-left:35px;
}

#registercheckbox p
{
	margin: -16px 0px 0px 22px !important;
	display: inline-block;
}

.page-title.page-title-profile
{
	margin-bottom:9px;
}

.assessment-block.assessment-block-alternate h1{
    font-size:24px;
}

.assessment-block.assessment-block-alternate .top h1,
.widget.widget-faq-category-collection h2,
.widget-faq-entry .widget-faq-question,
.widget-faq-question-switch
{
    cursor:pointer;
}

.dilemmamethode .assessment-block.assessment-block-alternate h1
{
    cursor: initial !important;
}

.page-contact #article
{
	padding: 28px;
    margin-top: 34px;
}


.article-default
{
	background-color:#FCFCFC;
	padding:30px;
	float:right;
	width: 751px;
    margin-top: 74px;
}

.account-error, .account-success
{
	margin-left: 30px;
    margin-top: 24px;
    margin-bottom: -39px;
}

.assessment-block.assessment-block-alternate.closed h1{
	margin-bottom:0;
}

.assessment-block.assessment-block-alternate.closed h1:after
{
   top: 36px;
}

.dilemmamethode .assessment-block.assessment-block-alternate.closed h1
{
    margin-bottom:12px;
    font-size: 32px;
}

.dilemmamethode .assessment-block.assessment-block-alternate.closed h1:after
{
    top:39px;
}


/* Contact form */
.widget.widget-contact.Contact
{
    width: 354px;	
    float:left;
    margin-top: 19px;
}

.widget.widget-contact.Contact h2
{
	letter-spacing:0px;
}


.widget.widget-contact.Contact > form > table.contact-table
{
	width: 397px !important;
}

.widget.widget-contact.Contact input
{
	width:275px !important;
}

.widget.widget-contact.Contact select.combobox
{
	width: 283px;
}
.widget.widget-contact.Contact textarea
{
    width: 267px;
}

.widget.widget-contact.Contact input#confirmcontact
{
	width: 13px !important;
	margin-left:0px;
}

#contact form tr td:first-child
{
	vertical-align: middle;
    padding-top: 2px;
    padding-right: 3px;
}

#article.article-default, #bulletin-text, .account-table label, .account-table td.field_name, .account-table td
{
	font-family: 'Source Sans Pro Light' , sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #6d6d6d;
}

#article.article-default h1, #article.article-default h2
{
	font-family: 'Source Sans Pro Regular' , sans-serif;
}

.widget-contact h2
{
	text-transform:none;
    margin-bottom: 0px !important;
}

/* Feedback */
.widget.widget-contact.feedback input#confirmcontact
{
	width: 13px;
    margin-left: 0;
}

.widget.widget-contact.feedback input.textfield
{
	width: 375px !important;
}

.widget.widget-contact.feedback textarea
{
	width: 367px;
}

#article:first > h1
{
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 2px;
    color: #6d6d6d;
}

#article.article-default > #article
{
	float:none;
	padding:0;
	margin:0;
}

#article.article-default h1:first-child
{
	line-height:initial !important;
}


#article.page-account 
{
	width:811px;
}

#article.page-account .page-content p
{
	margin-left:2px;
}

#article.page-account .account-table
{
	margin-top: 20px;
}

.main #container > #articlewrapper > #article
{
	padding:30px !important;
}

.profile-item table tr td:first-child
{
	width:70px !important;
	padding-right:30px;
}

.profile-item table tr td:last-child
{
	padding-right:15px;
}

.profile-item table tr td:last-child button
{

}

.profile-item table tr td:last-child .file-delete-button
{
	
}

#bulletin-info #text-container h1
{
    font-size: 18px;
    color: #e22319;
    margin-bottom: 9px;
    text-transform:none;
    letter-spacing:0px;
}

#bulletin-info
{
	padding-bottom:0px;
}

.button-send-contact-form
{
	text-transform:capitalize;
	margin-left: 93px;
}

.feedback-td
{
	vertical-align:top !important;
	padding-top:7px !important;
}

.widget-faq-answer p
{
	padding-left:20px;
	padding-right:20px;
}

.receiverow label
{
	position:absolute;
	width:375px;
	margin-left:10px;
}

.bulletin-details .bulletin-content
{
	padding-top:15px;
}

.profile-item .action-table td[style]
{
	width:auto !important;
}


.profile-item table tr td:last-child .file-delete-button:hover
{
	background-color:transparent !important;
}

.finish-span
{

    padding: 0 51.5px 0 51.5px;
    text-align: center;
}








#articlewrapper.nieuw .assessment-table img {
    width: 100px;
    height: 100px;
    position: absolute;
    margin-top: -70px;
    margin-left: 70px;
}

.page-assessments.category-nieuw .page-title{
	background: #f1f1f1;
    padding: 40px;
}

.page-assessments.category-nieuw .button-back {
    float: right;
    padding: 10px !important;
    transition-duration: 0.3s;
    margin: 0 auto !important;
    width: 25%;
    height: 45px;
    bottom: 0;
    background: #DE1F17;
    color: white;
    font-size: 13px;
    cursor: pointer;
    border: none;
}

.page-assessments.category-nieuw .assessmenttable td:nth-child(3) {
	width:100px;
}

.page-assessments.category-nieuw .assessmenttable td:nth-child(4) {
	width:360px;
}

.page-assessments.category-nieuw .button-product-details,
.page-assessments.category-nieuw .button-product-details:hover,
.page-assessments.category-nieuw .button-download-survey-report,
.page-assessments.category-nieuw .button-download-survey-report:hover,
.page-assessments.category-nieuw .button-edit-survey,
.page-assessments.category-nieuw .button-edit-survey:hover ,
.page-assessments.category-nieuw .button-download-document,
.page-assessments.category-nieuw .button-download-document:hover  {
    float: right;
    margin-right: 16px;
	background: #2BAAE2 !important;
	border: none !important;
}

.page-assessments.category-nieuw tr:nth-child(2n+2) td:first-child {
    border-left: 1px solid #eee;
}

.page-assessments.category-nieuw tr:nth-child(2n+2) td:last-child {
    border-right: 1px solid #eee;
}

.page-assessments.category-nieuw tr:nth-child(2n+2) td {
    border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top:14px;
	padding-bottom:14px;
	background: white;
}

.page-assessments.category-nieuw #article {
	position: relative;
    top: 40px;
    padding: 30px;
    /* left: -2vw; */
}


.nieuw .button,
.nieuw .button:active,
.nieuw .button:hover,
.nieuw .button:focus {
    padding: 10px !important;
    transition-duration: 0.3s;
    margin: 0 auto !important;
    width: 90%;
    left: 5px;
    position: absolute;
    bottom: 0;
    background: #DE1F17;
    color: white;
    float: left;
    font-size: 13px;
    cursor: pointer;
    border: none;
}

.page-products .nieuw h2 {
    color: #E3241C;
    font-size: 22px;
    margin-top: 28px;
    text-align: center;
    position: relative;
    top: 20px;
	margin-bottom: 20px;
}

.page-products .nieuw .pwidth {
    width: 100%;
    position: relative;
    margin-top: 0px;
    left: 0px;
}

.nieuw td {
	position: relative;
	width: auto !important;
}

.page-products #articlewrapper.nieuw #article {
    width: 750px !important;
    float: right !important;
    background-color: #FCFCFC !important;
    margin-bottom: 90px !important;
}


.page-products .nieuw .blockleft {
    float: left !important;
    width: 35% !important;
    padding: 30px !important;
	margin-top: -10px !important;
}

.page-products .nieuw img.mockup {
    width: 55% !important;
    height: auto !important;
    float: right !important;
}


.page-products #articlewrapper.nieuw {
    width: 812px;
    float: right;
    margin-top: 78px;
}


.page-products .nieuw .assessment-table {
    width: 32% !important;
    float: left;
    height: 490px;
    margin-right: 16px;
    margin-bottom: 16px;
}

/*.assessment-category-description {
	float: left !important;
	width: 40% !important;
}*/


.page-products .nieuw .assessment-table:nth-child(3n){
    margin-right: 0px;
}

.page-products .nieuw .assessment-table {
	border: none !important;
}

.main #container > #articlewrapper.nieuw div#article {
	padding:0px !important;
	width: 812px !important;
}

.page-products .nieuw .assessment-table ul {
    width: 90%;
    position: relative;
    left: 10px;
    margin-top: 10px;
}


























.button.buttonxxl.button-back {
  border-radius:10px;
}
h1.assessment-name span {
    text-transform: none !important;
}
h1.page-title {
  display:flex;
  flex-direction: row;
}
h1.page-title img {
    margin: 0 !important;
    float: none !important;
}
h1.page-title span {
    margin: 0 30px;
    line-height: 100px;
}
#articlewrapper.nieuw .assessment-table img {
    width: 100px;
    height: 100px;
    position: absolute;
    margin-top: -70px;
    margin-left: 70px;
}

.page-assessments.category-nieuw .page-title{
	background: #f1f1f1;
    padding: 40px;
}

.page-assessments.category-nieuw .button-back {
    float: right;
    padding: 10px !important;
    transition-duration: 0.3s;
    margin: 0 auto !important;
    width: 25%;
    height: 45px;
    bottom: 0;
    background: #DE1F17;
    color: white;
    font-size: 13px;
    cursor: pointer;
    border: none;
}

.page-assessments.category-nieuw .assessmenttable td:nth-child(3) {
	width:100px;
}

.page-assessments.category-nieuw .assessmenttable td:nth-child(4) {
	width:360px;
}

.page-assessments.category-nieuw .button-product-details,
.page-assessments.category-nieuw .button-product-details:hover,
.page-assessments.category-nieuw .button-download-survey-report,
.page-assessments.category-nieuw .button-download-survey-report:hover,
.page-assessments.category-nieuw .button-edit-survey,
.page-assessments.category-nieuw .button-edit-survey:hover ,
.page-assessments.category-nieuw .button-download-document,
.page-assessments.category-nieuw .button-download-document:hover  {
    float: right;
    margin-right: 16px;
	background: #2BAAE2 !important;
	border: none !important;
}

.page-assessments.category-nieuw tr:nth-child(2n+2) td:first-child {
    border-left: 1px solid #eee;
}

.page-assessments.category-nieuw tr:nth-child(2n+2) td:last-child {
    border-right: 1px solid #eee;
}

.page-assessments.category-nieuw tr:nth-child(2n+2) td {
    border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top:14px;
	padding-bottom:14px;
	background: white;
}

.page-assessments.category-nieuw #article {
	position: relative;
    top: 40px;
    padding: 30px;
    /* left: -2vw; */
}


.nieuw .button,
.nieuw .button:active,
.nieuw .button:hover,
.nieuw .button:focus {
    padding: 10px !important;
    transition-duration: 0.3s;
    margin: 0 auto !important;
    width: 90%;
    left: 5px;
    position: absolute;
    bottom: 0;
    background: #DE1F17;
    color: white;
    float: left;
    font-size: 13px;
    cursor: pointer;
    border: none;
}

.page-products .nieuw h2 {
    transition: color 200ms;
    color: #4c4c4c;
    font-size: 22px;
    margin-top: 28px;
    text-align: center;
    position: relative;
    top: 20px;
	margin-bottom: 20px;
}
.assessment-table:hover h2 {
    color: #e3231d;
}

.page-products .nieuw .pwidth {
    width: 100%;
    position: relative;
    margin-top: 0px;
    left: 0px;
}

.nieuw td {
	position: relative;
	width: auto !important;
}

.page-products #articlewrapper.nieuw #article {
    width: 750px !important;
    float: right !important;
    background-color: #FCFCFC !important;
    margin-bottom: 90px !important;
}


.page-products .nieuw .blockleft {
    float: left !important;
    width: 50% !important;
    padding: 30px !important;
	margin-top: -10px !important;
	box-sizing:border-box;
}

.page-products .nieuw img.mockup {
    width: 50% !important;
    height: 260px !important;
    float: right !important;
}


.page-products #articlewrapper.nieuw {
    width: 812px;
    float: right;
    margin-top: 78px;
}


.page-products .nieuw .assessment-table {
    width: 30% !important;
    float: left;
    height: 490px;
    margin-right: 16px;
    margin-bottom: 16px;
}

/*.assessment-category-description {
	float: left !important;
	width: 40% !important;
}*/


.page-products .nieuw .assessment-table:nth-child(3n){
    margin-right: 0px;
}

.page-products .nieuw .assessment-table {
	border: none !important;
}

.main #container > #articlewrapper.nieuw div#article {
	padding:0px !important;
	width: 812px !important;
}

.page-products .nieuw .assessment-table ul {
    width: 90%;
    position: relative;
    left: 10px;
    margin-top: 10px;
}
li.selected {
    background-color: #fcfcfc !important;
}
.nieuw {
  background-color: white !important;
  margin-top: 72px !important;
}
.assessment-category-description #headerblock .blockleft, .assessment-category-description #article{
  background-color: #f6f6f6 !important;
}
.nieuw .assessment-table tbody tr td:nth-child(1) {
    padding: 0 !important;
}
.nieuw .assessment-table{
    background-color: #f6f6f6 !important;
    margin: 0 20px 80px 0 !important;
    border-spacing: 0px 0px !important;
}
.nieuw#articlewrapper .assessment-table img {
  margin-top: -60px !important;
  margin-left: 48px !important;
}
.button-go-to-assessment {
width: 100% !important;
margin: 0 !important;
padding:0 !important;
position: absolute  !important;
left:0 !important;
top:0 !important;
background-color: rgba(0,0,0,0) !important;
cursor:pointer !important;
z-index: 2 !important;
height: 300px !important;
color: rgba(0,0,0,0)  !important;
}
.button-go-to-assessment:hover , .button-go-to-assessment:focus {
background-color: rgba(0,0,0,0)  !important;
color: rgba(0,0,0,0)  !important;
}
.item-wrapper
{
margin: 80px;
}
