/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* #Site Styles
================================================== */

/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { font-family: 'Raleway', sans-serif; font-size: 12px; color: #000; }
body { background: #fff; }
input, select, textarea, button { font-family: 'Raleway', sans-serif; font-size: 12px; color: #000; }
img { border: 0; display: block; }
ul, li { list-style: none; }
:focus { outline: none; }
fieldset { border: none; }

/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.center { margin: 0 auto; position: relative; max-width: 930px; }
.centered { padding-right: calc((100% - 930px) / 2); padding-left: calc((100% - 930px) / 2); }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; overflow-x: hidden; }

/* ### main container ### */
#mainCntr { width: 100%; }

/* ### header container ### */
#headerCntr { padding-top: 35px; padding-bottom: 35px; text-align: center; position: relative; width: 100%; }
#headerCntr .logo { font-size: 47px; color: #cccccc; text-decoration: none; font-weight: 700; text-transform: uppercase;  }
#headerCntr .logo span { font-weight: 400; }

/* ### banner box ### */
.bannerBox { width: 100%; height: 227px; margin-bottom: 36px; background-position: left top; background-repeat: no-repeat; background-color: #b7b6bb; }
.bannerBox .title { padding-top: 47px; font-size: 31px; color: #fff; text-align: right; }

/* ### content container ### */
#contentCntr { width: 100%; position: relative;  }

/* ### login box ### */
.loginBox { padding-bottom: 100px; padding-top: 36px; width: 100%; background: url(../img/mobile.png) right 90px no-repeat; }
.loginBox form { padding: 25px; overflow: hidden; max-width: 346px; border: 1px solid #e0e0e0; margin: 0px auto; background: rgba(255,255,255,0.8); }
.loginBox p { padding: 10px 0 30px 0; font-size: 14px; color: #777777; line-height: 20px; }
input[type="text"], input[type="password"], input[type="email"], input#date_of_birth { padding: 8px 10px; font-size: 14px; color: #777777; width: 100%; border: 1px solid #cccccc; }
input[type="text"]::placeholder, input[type="password"]::placeholder { color: #c2c2c2; }
.datepicker input[type="text"], .datepicker input[type="text"]::placeholder { color: #777777; font-weight: bold; }
.loginBox .affiliate {font-size: 14px; color: #c2c2c2; width: 100%; overflow: hidden; border: 1px solid #cccccc; }
.loginBox .affiliate span {padding: 8px 0px 8px 10px; display: block; float: left; width:calc(100% - 85px); }
.loginBox .affiliate input[type="text"]{ padding: 8px 10px 8px 0; float: left; width: 85px; font-size: 14px; color: #777777; border: none; }

.loginBox .row { width: 100%; margin-bottom: 12px; position: relative; overflow: hidden; }
.loginBox .label { padding-bottom: 10px; font-size: 14px; color: #777777; display: block; }
.inputSet label { margin-right: 8px; position: relative; font-size: 14px; color: #777777; }
.inputSet label input {opacity: 0; position: absolute;}
.inputSet label span { padding: 8px 9px; display: inline-block; font-size: 14px; border: 1px solid #ccc; cursor: pointer; color: #777777; }
.inputSet label input:checked + span { background: #4274b9; border: 1px solid #4274b9; color:#fff; }
.checkbox label { margin: 12px 0; display: inline-block; padding-left: 25px; font-size: 14px; color: #777777; cursor: pointer; position: relative; }
.checkbox label input { opacity: 0; position: absolute;}
.checkbox label span:before { width: 16px; height: 16px; border: none; content: ''; position: absolute; left: 0; background: #f7f7f7; border: 1px solid #d6d6d6; }
/* .checkbox label input:checked + span:after { content: ''; text-align: center; font-size: 12px; color: #fff; width: 16px; height: 16px; position: absolute; left: 0px; top: 0px; background-color: #4274b9; border: 1px solid #d6d6d6;} */
.checkbox label input:checked + span:after { content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../img/vinkje2.png) left top no-repeat; }
.inputFile { height: 34px; width:100%; margin:0px; position: relative; padding: 0;  border: 1px solid #cccccc; }
.inputFile #uploadFilePath { width: 100%; padding-left: 35px;  height: 32px; background: none; border: none; outline: none; font-weight: bold; }
.inputFile #uploadFilePath::placeholder { color: #777777; font-weight: bold; }
.inputFile .custom-file-input { width: 35px; position: absolute; top: 2px; left: 0; display: inline-block; color: #533e00; }
.inputFile .custom-file-input input { visibility: hidden; width: 100%; height: 28px; }
.inputFile .custom-file-input:before { right: 0; left: 0; position: absolute; content: ''; cursor: pointer; background: #fff url(../img/browse.png) 10px center no-repeat; width: 100%; height: 100%; }
.loginBox .date { width: 20px; height: 21px; display: block; position: absolute; right: 10px; top: 7px; background: url(../img/icon-date.png) left top no-repeat; }
.loginBox ul.members {padding: 8px 10px; overflow: hidden; font-size: 14px; color: #c2c2c2; width: 100%; border: 1px solid #cccccc; }
.loginBox ul.members li { padding: 0px 15px 0 18px; position: relative; float: left; font-size: 14px; color: #777777; display: block; }
.loginBox ul.members li a { width: 10px; height: 10px; display: block; position: absolute; left: 0px; top: 3px; background: url(../img/close.png) left top no-repeat; }
.loginBox .button { padding: 8px 10px; font-size: 14px; color: #777777; cursor: pointer; width: 100%; border: 1px solid #cccccc; display: block; text-align: center; background: none; margin-bottom: 18px; }
.loginBox .button.login { margin-bottom: 18px; background: #4274b9; border: 1px solid #4274b9; color: #fff; font-weight: 700; }
.loginBox .button:hover { text-decoration: underline; }
.loginBox .forgot { margin-top: 44px; text-align: center; }
.loginBox .forgot a {font-size: 14px; color: #777777; text-decoration: none; }
.loginBox .forgot a:hover { text-decoration: underline; }
input::-webkit-input-placeholder { color: #c2c2c2; }
input::-moz-placeholder { color: #c2c2c2; opacity: 1; }
input:-ms-input-placeholder { color: #c2c2c2; }
input::-ms-input-placeholder { color: #c2c2c2; }
input::placeholder { color: #c2c2c2; }

/* ### settings box ### */
.settingsBox { padding-top: 70px; padding-bottom: 100px; width: 100%; overflow: hidden; }
.settingsBox .holder { max-width: 725px; margin: 0px auto; }
.settingsBox ul { margin-right: -42px; }
.settingsBox li { padding: 20px; margin: 0px 42px 73px 0px; text-align: center; width:calc(33.3% - 42px); float: left; border: 1px solid #ccc; }
.settingsBox li a { padding: 75px 0px 0px 0px; display: block; position: relative; font-size: 14px; color: #777777; text-decoration: none;   }
.settingsBox li a:before { position: absolute; left: 50%; top: 0px; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 73px; height: 60px; display: block; margin: 0px auto; content: ''; background: url(../img/icon-customer.png) center top no-repeat; }
.settingsBox li.users a:before { background: url(../img/icon-customers.png) center top no-repeat; }
.settingsBox li.icon3 a:before { background: url(../img/icon3.png) center top no-repeat; }
.settingsBox li.file a:before { background: url(../img/icon-file.png) center top no-repeat; }
.settingsBox li.setting a:before { background: url(../img/icon-user-setting.png) center top no-repeat; }
.settingsBox li.search a:before { background: url(../img/icon-search.png) center top no-repeat; }
.settingsBox li a:hover { text-decoration: underline; }
.settingsBox .button, .forgot a { padding: 8px 10px; text-align: center; overflow: hidden; font-size: 14px; color: #777777; text-decoration: none; margin: 0px auto; margin-bottom: 18px; background: none; }
.settingsBox .button:before { position: relative; top: 2px; margin-right: 10px; width: 16px; height: 16px; display: inline-block; content:''; background: url(../img/icon-setting.png) left top no-repeat; }
.settingsBox .button:hover, .forgot a:hover { text-decoration: underline; }

/* ### tab box ### */
.tabBox { padding-bottom: 100px; width: 100%; overflow: hidden; }
.tabBox ul.tabs { list-style: none; text-align: center; }
.tabBox ul.tabs li { padding: 0px 10px; display: inline-block; }
.tabBox ul.tabs li a { padding: 32px 0; width: 160px; display: block;  border: 1px solid #cccccc;  }
.tabBox ul.tabs li.active a { background: #4274b9; color: #fff; border-color: #4274b9; }
.tabBox .content { padding-top: 65px; width: 100%; overflow: hidden; }
.tabBox .holder { margin-right: -200px; }
.tabBox ul.list { list-style: none; width: 50%; float: left; padding-right: 200px; }
.tabBox ul.list li { width: 100%; float:left; margin-bottom: 21px; display: block; }
.tabBox ul.list li a {width: 100%; float:left; position: relative; display: block; text-decoration: none; }
.tabBox ul.list figure { width: 110px; height: 110px; float: left; position: relative; z-index: 1; }
.tabBox ul.list img { width: 100%; height: 100%; border-radius: 100%; border: 3px solid #fff; box-shadow:6px 5px 10px -3px rgba(50, 50, 50, 0.31); }
.tabBox ul.list li span { width: calc(100% - 90px); position: absolute; right: 0px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: block;  padding: 9px 10px; font-size: 17px; color: #818285; border: 1px solid #cccccc; background: #fff; text-align: center; }
.tabBox ul.list li a:hover span, .tabBox ul.list li.is-active a span { background: #4274b9; border-color: #4274b9; color: #fff; }

/* ### results box ### */
.resultsBox { padding-top: 36px; padding-bottom: 100px; width: 100%; overflow: hidden; }
.resultsBox h1 { font-size: 30px; color: #777777; padding-bottom: 30px; font-weight: 400; }
.resultsBox .block { margin-bottom: 28px; padding: 25px 54px 25px 35px; overflow: hidden; border: 1px solid #d9d9d9; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.resultsBox .image { padding-right: 24px; width: 165px; float: left; }
.resultsBox .detail { width: calc(50% - 85px); position: relative; float:left; }
.resultsBox .right { padding-left: 32px; width: calc(50% - 85px); float:left; position: relative; }
.resultsBox .right figure { width: 122px; float: left; }
.resultsBox .valueContainer { position: absolute; right: 0px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 140px; height: 106px; font-size: 37px; color: #ffffff; text-align: center; line-height: normal; display: block; }
.resultsBox .title { padding: 15px 0 13px 0; font-size: 14px; color: #4274b9; font-weight: 700; text-transform: uppercase; text-align: center; border: 1px solid #d9d9d9; }
.resultsBox ul { list-style: none; }
.resultsBox li { padding: 5px 25px 5px 91px; position: relative; font-size: 12px; color: #fff; background: #9ac1e1; }
.resultsBox li span { position: absolute; left: 25px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 66px; }
.resultsBox li:nth-child(2) { background: #75b1e1; }
.resultsBox li:nth-child(3) { background: #5da6e1; }
.resultsBox li:nth-child(4) { background: #4988c7; }
.resultsBox .block.row2 .title { color: #6dc493; }
.resultsBox .block.row2 li {background: #b0ccbd; }
.resultsBox .block.row2 li:nth-child(2) { background: #91c4a8; }
.resultsBox .block.row2 li:nth-child(3) { background: #6dc494; }
.resultsBox .block.row2 li:nth-child(4) { background: #4ec483; }
.resultsBox .block.row3 .title { color: #f1b1a2; }
.resultsBox .block.row3 li {background: #f1beb3; }
.resultsBox .block.row3 li:nth-child(2) { background: #f1b1a2; }
.resultsBox .block.row3 li:nth-child(3) { background: #f19f8c; }
.resultsBox .block.row3 li:nth-child(4) { background: #ea907b; }
.resultsBox .block.row4 .title { color: #a67c52; }
.resultsBox .block.row5 .title { color: #c77991; }
.resultsBox .text { padding: 12px; background: #a67c52; font-size: 20px; color: #fff; text-align: center; width: calc(100% - 50px); position: absolute; left: 50px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.resultsBox .block.row5 .text { background: #c77991; }
.resultsBox .button { padding: 8px 10px; font-size: 14px; color: #777777; cursor: pointer; width: 290px; display: block; text-align: center; text-decoration: none; margin: 0px auto; border: 1px solid #cccccc; background: none; }
.resultsBox .button.active { margin: 30px auto 18px auto; background: #4274b9; border: 1px solid #4274b9; color: #fff; font-weight: 700; }
.resultsBox .button:hover { text-decoration: underline; }

/* ### information box ### */
.informationBox { padding-bottom: 100px; padding-top: 36px; width: 100%;  background: url(../img/bg.jpg) right 0px no-repeat;  }
.informationBox .block { padding: 29px 30px 35px 30px; overflow: hidden; max-width: 675px; margin: 0px auto; position: relative; z-index: 1; border: 1px solid #d9d9d9; background:rgba(255,255,255,0.9); }
.informationBox .row { padding-bottom: 24px; margin-right: -30px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.informationBox .column { padding-right: 30px; width: 50%; float: left; }
.informationBox .label { padding-bottom: 10px; font-size: 14px; color: #777777; display: block; }
.informationBox ul { list-style: none; }
.informationBox li { margin-bottom: 14px; padding: 8px 10px 8px 26px; position: relative; font-size: 14px; color: #777777; width: 100%; vertical-align: middle; border: 1px solid #cccccc;}
.informationBox .cancel { width: 10px; height: 10px; display: block; position: absolute; left: 10px; top: 12px; background: url(../img/cancle.png) left top no-repeat; }
.informationBox .link { background: url(../img/links.png) left top no-repeat; width: 14px; height: 12px; text-align: center; display: block; position: absolute; right: 0px; top: 10px; }
.informationBox .moon { margin-left: 7px; background: url(../img/moon.png) left top no-repeat; width: 11px; height: 11px; display: inline-block; vertical-align: middle; }
.informationBox .sun {  margin-left: 7px; background: url(../img/sun.png) left top no-repeat; width: 13px; height: 14px; display: inline-block; vertical-align: middle; }
.informationBox input[type="text"] { margin-bottom: 22px; padding: 8px 10px; font-size: 14px; color: #c2c2c2; width: 100%; border: 1px solid #cccccc; }
.textarea { padding: 8px 10px; font-size: 14px; color: #c2c2c2; width: 100%; height: 178px; margin-bottom: 22px; resize: none; background: none; border: 1px solid #cccccc; }
.textarea.small { height: 131px; }
.informationBox .buttons { max-width: 290px; margin: 10px auto 0px auto; position: relative; }
.informationBox .button { padding: 8px 10px; font-size: 14px; color: #777777; cursor: pointer; width: 100%; border: 1px solid #cccccc; background: none; display: block; clear: both; text-align: center; }
.informationBox .button.is-active { width: calc(100% - 80px); float: left; margin-bottom: 18px; background: #4274b9; border: 1px solid #4274b9; color: #fff; font-weight: 700; }
.informationBox .button:hover { text-decoration: underline; }
.informationBox .printButton { width: 67px; height: 35px; display: block; position: absolute; right: 0px; top: 0px; background:#777777 url(../img/icon-print.png) center center no-repeat; }
input[type="text"]::-webkit-input-placeholder, .textarea::-webkit-input-placeholder { opacity: 1;  color: #c2c2c2; }
input[type="text"]::-moz-placeholder, .textarea::-moz-placeholder { opacity: 1;  color: #c2c2c2; }
input[type="text"]:-ms-input-placeholder, .textarea:-ms-input-placeholder { opacity: 1;  color: #c2c2c2; }
input[type="text"]::-ms-input-placeholder, .textarea::-ms-input-placeholder { opacity: 1;  color: #c2c2c2; }
input[type="text"]::placeholder, .textarea::placeholder { opacity: 1;  color: #c2c2c2; }
input[type="text"]::-webkit-input-placeholder, .textarea::-webkit-input-placeholder { color: #c2c2c2; }
input[type="text"]::-moz-placeholder, .textarea::-moz-placeholder {  color: #c2c2c2;  opacity : 1; }
input[type="text"]:-ms-input-placeholder, .textarea:-ms-input-placeholder { color: #c2c2c2; }

/* #Media Queries
================================================== */
@media only screen and (max-width: 929px) {
    .center { padding-left: 20px; padding-right: 20px; }
    .centered { padding-left: 20px; padding-right: 20px; }
    .tabBox .holder { margin-right: -50px; }
    .tabBox ul.list { padding-right: 50px; }
    .tabBox ul.list li span { padding: 10px 10px 10px 38px; }
    .settingsBox { padding-top: 50px; padding-bottom: 50px; }
    .tabBox .content { padding-top: 50px; }
    .tabBox { padding-bottom: 80px; }
    .resultsBox { padding-top: 0px; padding-bottom: 80px; }
    .resultsBox .block { padding: 20px; }
    .loginBox { padding-top: 0px; }
    .resultsBox .valueContainer {right: 0px; }
    .resultsBox .valueContainer, .resultsBox .resultValue {width: 75%; -webkit-transform: none; transform: none; top: 20%; left: auto; right: 0; line-height: normal; }
}

@media only screen and (max-width: 767px) {
    #headerCntr { padding-top: 15px; padding-bottom: 15px; }
    .settingsBox ul { margin-right: -20px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
    .settingsBox li { padding: 20px 10px; margin: 0px 20px 73px 0; width: calc(33.3% - 20px); }
    .tabBox .holder { margin: 0px; }
    .tabBox ul.list { width: 100%; padding-right: 0px; }
    .resultsBox { padding-bottom: 50px; }
    .resultsBox h1 { font-size: 22px; }
    .resultsBox .block { display: block; }
    .resultsBox .image { width: 100%; text-align: center; }
    .resultsBox .image img { display: inline-block; }
    .resultsBox .valueContainer {right: 0px; }
    .resultsBox .valueContainer, .resultsBox .resultValue {width: 75%; -webkit-transform: none; transform: none; top: 12%; left: auto; right: 0; line-height: normal; }
    .resultsBox .detail { padding: 20px 0; width: 100%; }
    .resultsBox .right { width: 100%; padding: 0px; }
    .resultsBox .text { position: static; width: 100%; left: 0px; -webkit-transform: none; transform: none; }
    .informationBox .row { margin-right: 0px; }
    .informationBox .column { width: 100%; padding-right: 0px; padding-top: 14px; }
    .informationBox { padding-bottom: 50px; }
}

@media only screen and (max-width: 479px) {
    .loginBox form { padding: 25px 15px; }
    .loginBox .forgot { margin-top: 20px; }
    .settingsBox ul { margin-right: -10px; }
    .settingsBox li { width: calc(50% - 10px); margin: 0 10px 10px 0;}
    .tabBox ul.tabs li { margin-bottom: 10px; }
    .tabBox ul.list li span {word-wrap: break-word;}
    .tabBox .content { padding-top: 30px; }
    .tabBox { padding-bottom: 30px; }
    .resultsBox .block { padding: 10px; margin-bottom: 18px; }
    .resultsBox { padding-bottom: 30px; }
    .informationBox { padding-bottom: 30px; }
    .informationBox .block { padding: 20px; }
}

/* Edit 10-08-2018
================================================== */

/* Fields */

input#street, input#housenumber, input#postcode, input#city {
    float: left;
}

input#street, input#city {
    width: 65%;
}

input#housenumber, input#postcode {
    width: 33%;
}

input#street, input#postcode {
    margin-right: 2%;
}

.textarea {
    color: #777777;
}

/* Birthdate */

input#date_of_birth {
    padding: 6px 10px;
}

/* Select2 */

.select2-container--default .select2-selection--single {
    border: 1px solid #cccccc!important;
    padding: 2px 5px 30px!important;
    font-size: 14px!important;
}

span.select2.select2-container.select2-container--default.select2-container--below, span.select2.select2-container.select2-container--default.select2-container--focus {
    border: 1px solid #cccccc!important;
    padding: 3px 5px 2px!important;
    font-size: 14px!important;
}

span.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus .select2-selection--single {
    border: none!important;
    padding: 0!important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0!important;
    border: 1px solid #aaa;
}

.select2-container--default .select2-selection--single {
    border: none!important;
    border-radius: 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px!important;
}

/* Bootstrap tags */

bootstrap-tagsinput .tag {
    font-size: 14px;
    margin: 3px;
    margin-bottom: 8px;
}

.bootstrap-tagsinput {
    padding-top: 12px;
}

/* Advice */

li.ui-sortable-handle {
    background: #fff;
}

/* Notifications */

.alert.alert-danger {
    text-align: center;
    color: #f00;
    font-size: 22px;
}

.alert.alert-success {
    text-align: center;
    color: #148c0d;
    font-size: 22px;
}

span.invalid-feedback {
    color: #f00;
    display: block;
    margin-top: 10px;
}

input.is-invalid {
    border: 1px solid #ffb6b6;
}

/* Results */

.resultValue {
    padding: 12px;
    background: #4274b9;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: calc(100% - 50px);
    position: absolute;
    left: 0px;
    top: 50%;
    width: 160px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block.row2 .resultValue {
    background: #6dc494;
}

.block.row3 .resultValue {
    background: #f1b1a2;
}
/* Buttons */

a.button {
    text-decoration: none;
}

.loginbox .forgot a {
    background: #3a6e9e;
    color: #ffffff;
    margin-top: 18px;
}

.informationBox .button {
    text-decoration: none;
}

a.button-logout, a.button-home, a.button.button-productfilter, a.button.button-selectcustomer {
    padding: 8px 10px; display: block; text-align: center; overflow: hidden; font-size: 14px; color: #777777; text-decoration: none; max-width: 296px; margin: 0px auto; border: 1px solid #cccccc; margin-bottom: 18px;
}

.buttons a.button-logout {
    margin-top: 50px;
}

.tabBox.centered img {
    margin: auto;
}