html{font-size:62.5%;}
body{
    margin:0;
	padding:0;
    font-size: 1.6rem;
    line-height: 1.8em;
    font-family: 'Lato', sans-serif;
    color: #454545;
}
body.portal{
    opacity:0;
}
body.portal.loaded{
    opacity:1;
}
main{display:block;}
*{-webkit-box-sizing:border-box;box-sizing:border-box;}
ul,ol,li,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
li{list-style:none;}
img{max-width:100%;height:auto!important;display:block;}
.pContentWrapper a, .pContentWrapper a:focus, .fancybox-skin a, .fancybox-skin a:focus{color: #3875d7;text-decoration:none;}
.pContentWrapper a:hover, .pContentWrapper a:active, .fancybox-skin a:hover, .fancybox-skin a:active{-webkit-filter: brightness(0.7);filter: brightness(0.7);}
.sw{max-width:1180px;margin:0 auto;padding:0 20px;}
.table{
    height: 100%;
    width: 100%;
    display: table;
}
.cell{
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.text {
    margin-bottom: 20px;
}
.cleaner {
    clear: both;
    display: block;
}
.tablescroll{
    max-width: 100%;
    overflow-x: auto;
}
.tablescroll td, .tablescroll th{
    white-space: nowrap;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #bfbfbf;
}
input.button[value=Uploaden], input.button[value=Upload] {
    display: none;
}
.buttonContainer {
    margin: 20px 0 0 0;
}
.formInput + .buttonContainer {
    margin: 0;
}

/*
    Buttons
*/
button,.button, .btn,input[type=submit],input[type=button]{
    font-size: 1.6rem;
    cursor: pointer;
    border: 0;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff!important;
    background-color: #3875d7;
    display: inline-block;
    text-decoration:none;
    font-family: 'Lato', sans-serif;
    line-height: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 5px;
}
button.red, .button.red, .btn, input[type=submit].red, input[type=button].red{
    background-color: #e93939;
}
button.red:hover, .button.red:hover, .btn.red:hover, input[type=submit].red:hover, input[type=button].red:hover{
    background-color: #e93939de;
}
button.green, .button.green, .btn.green, input[type=submit].green, input[type=button].green{
    background-color: #29be7d;
}
button.green:hover, .button.green:hover, .btn.green:hover, input[type=submit].green:hover, input[type=button].green:hover{
    background-color: #29be7dde;
}
button[disabled], .button[disabled], .btn[disabled], input[type=submit][disabled], input[type=button][disabled]{
    opacity: 0.5;
    cursor: default;
}
button[disabled]:after, .button[disabled]:after, .btn[disabled], input[type=submit][disabled]:after, input[type=button][disabled]:after{
    cursor: default;
}
input.reviewCv.button {
    margin-right: 5px;
}
.button.action{
    background-color: #29be7d;
}
button:hover,.button:hover, .btn:hover,input[type=submit]:hover,input[type=button]:hover{
    -webkit-filter: brightness(1)!important;
            filter: brightness(1)!important;
    background-color: #3875d7de;
}
.button.action:hover{
    background-color: #29be7dde;
}
button:focus,.button:focus, .btn:focus,input[type=submit]:focus,input[type=button]:focus,input[type=text]:focus,input[type=password]:focus,input[type=email]:focus, textarea:focus,input:focus{
	outline:0;
}

/*
    FORMS
*/
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
label {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0 0 5px 0;
    color: #878787;
}
.aplGenderInput div label {
    display: inline-block;
    margin-right: 10px;
    line-height: 40px;
    margin-bottom: 0;
}
input[readonly=readonly],
input#inUserName {
    background: #efefef;
    cursor: default;
    font-style: italic;
}
input[readonly=readonly]:focus,
input#inUserName {
    outline: none!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    border: 1px solid #dedede!important;
}
input[type=text],input[type=mail], input[type=number], input[type=password], input[type=time], input[type=email], input[type=file], textarea, select {
    font-family: 'Lato', sans-serif;
    padding: 10px 10px;
    border: 1px solid #dedede;
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    color: #252525;
    border-radius: 2px;
}
textarea {
    resize: vertical;
}
.formInputTaC {
    font-family: 'Lato', sans-serif;
    padding: 10px 10px;
    border: 1px solid #dedede;
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    color: #252525;
    border-radius: 2px;
    max-height: 300px;
    overflow-y: scroll;
}
input[type=text]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=email]:disabled, input[type=file]:disabled, textarea:disabled, select:disabled {
    background: #efefef;
    color: #252525;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=file]:disabled, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder,
input[type=text]:disabled::-webkit-input-placeholder, input[type=number]:disabled::-webkit-input-placeholder, input[type=password]:disabled::-webkit-input-placeholder, input[type=email]:disabled::-webkit-input-placeholder, input[type=file]:disabled, textarea:disabled::-webkit-input-placeholder, select:disabled::-webkit-input-placeholder {
    color: #a7a7a7;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, select:focus {
    -webkit-box-shadow: 0 0 15px 0px #00000012;
            box-shadow: 0 0 15px 0px #00000012;
    border: 1px solid #a7a7a7;
    outline: -webkit-focus-ring-color auto 5px;
}
input[type=radio]:after {
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #3875d7;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
input[type=radio]:checked:after {
    content: ' ';
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
}
input[type=radio]:checked {
    border: 1px solid #3875d7;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #dedede;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
}
.formCheckboxContainer > * {
    vertical-align: middle;
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 15px;
    position: absolute;
    top: 1px;
    left: 3px;
    color: #fff;
    line-height: 16px;
}
input[type=checkbox]:checked {
	background-color: #3875d7;
	border: 1px solid #3875d7;
}
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #dedede;
	width: 20px;
    height: 20px;
    border-radius: 2px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	outline: none;
    margin: 0 10px 0 0;
}
.formInput > input[type=checkbox] {
    width: 20px!important;
}
input[type=checkbox][disabled] {
    cursor: default;
}
label.labelRadio{
    line-height: 15px;
    vertical-align: middle;
    margin: 0 0 10px 0;
}
.formInput {
    margin: 0 0 25px 0;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    position:relative;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.row > .col{
    float: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
/* Forminput vacature edit */
.formInput.cstFi.cstFiTf > div {
    width: calc(100% / 3);
    float: left;
    padding-right: 10px;
}
.formInput.cstFi.cstFiTf > div:last-child {
    padding: 0;
}
/* Forminput name */
.formInput.aplFi.aplFiFirstname,
.formInput.aplFi.aplFiLastName {
    width: calc((100% / 2) - 75px);
    display: inline-block;
    float: left;
    display: none;
}
.formInput.aplFi.aplFiInfix {
    width: 150px;
    display: inline-block;
    float: left;
    padding: 0 15px;
    display: none;
}
.formInput.aplFi.aplFiEmail {
    display: none;
}
/* Explain */
.explain:before {
    content: '\f059';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #6e6e6e;
    margin-right: 5px;
}
.explain {
    padding: 0 10px 5px 0;
    line-height: 1.8rem;
    font-size: 1.2rem;
    position: relative;
}
.error_.explain_ {
    display: none;
}
.noresultsmessage{
    color:#d9d9d9;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
/* Error */
.formInput .error{
    position: relative;
    display: inline-block;
    border: 1px solid #e93939;
    padding: 0 10px;
    color: #e93939;
    font-size: 12px;
    margin: 14px 0 15px 0;
    background: rgba(255, 0, 0, 0.05);
}
.formInput > .error {
    color: #e93939;
    margin: 10px 0 0;
}
.formInput + .error {
    color: #e93939;
    margin: -25px 0 25px;
}
.error {
    color: #e93939;
}
a.button.LoginButtonError {
    display: none;
}
.formInput.apllDate > div {
    display: inline-block;
    width: 100%;
}
.formInput.formSmallInput.aplFileButton > div > a, .formInput.formSmallInput.aplMFileLink.aplFileButton > label.labelFile > a {
    display: inline-block;
    padding: 5px 0;
    background-color: transparent;
    text-align: left;
    width: calc(100% - 40px);
    color: #3875d7;
    text-decoration: none;
    float: left;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.7rem;
}
.formInput.formSmallInput.aplFileButton > div,.formInput.formSmallInput.aplMFileLink.aplFileButton > label.labelFile{
    display: inline-block;
    width: 100%;
}
input.smallButton.aplSB.aplFileSb {
    display: inline-block;
    width: 40px;
    font-size: 0;
    height: 37px;
    margin: 0;
    vertical-align: top;
    float: right;
    border-radius: 0;
    padding: 0;
    background-image: url(/_css_global/CandidatePortal2019/trash.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    -webkit-transition:0.1s;
    -o-transition:0.1s;
    transition:0.1s;
}
input.smallButton.aplSB.aplFileSb:hover{
	background-image: url(/_css_global/CandidatePortal2019/trashHover.svg);
}
.formInput.formSmallInput.aplMFileLink.aplFileButton > label.labelFile{
    width: calc(100% - 40px);
    margin: 0;
}
.formInput.formSmallInput.aplMFileLink.aplFileButton > label.labelFile a{
	width:100%;
}
.formInput.formSmallInput.aplFileButton > label.labelFile a:hover,
.formInput.formSmallInput.aplFileButton > div > a:hover {
    text-decoration: underline;
}

/*File inputs*/
.fileInputHolder.empty > .remove{
    display: none;
}
.fileInputHolder.empty:after {
    content: '\f574';
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    line-height: 4rem;
}
.fileInputHolder.empty:hover:after {
    font-weight: bold;
}
.inputFile{
    cursor:pointer;
}
input[type=file]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left:0;
    top:0;
    z-index:2;
    cursor:pointer;
}
.fileInputHolder {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    max-width: 100%!important;
    width: 100%;
    padding: 4px 10px;
}
span.remove {
    position: absolute;
    right: 0;
    line-height: 4rem;
    width: 40px;
    height: 100%;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
span.remove:after{
    content: '\f2ed';
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    line-height: 4rem;
}
span.remove:hover:after {
    font-weight: bold;
}
input[type=file]{
    border: 1px solid #d9d9d9;
}
span.selectTitle {
    line-height: 34px;
    padding: 5px;
    background-image: none;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    margin: 4px 3px 4px 3px;
}
.inputBox .selectedItems > div{
	font-size: 1.4rem;
    margin: 4px 3px 4px 3px;
}
.optionHolder > .option {
    font-size: 1.4rem;
    line-height: 2rem;
}

/*
    MESSAGES
*/
.cm-modal-message,
.approw.aplApprow{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #29be7d99;
    left: 0;
    border-bottom: 1px solid #29be7d;
    text-align: center;
    z-index: 1000;
    color: #fff;
    padding: 0px 15px;
    font-weight: normal;
    border-radius: 2px 0 0 2px;
    -webkit-animation: mymove 6s forwards;
    animation: mymove 6s forwards;
}

/* Profile_Completeness */
.myProfile.profileCompleteness {
    display: block!important;
}
.pcIc {
    background: #e1e1e1;
    height: 7px;
    position: relative;
    display: block;
    border-radius: 5px;
    margin: 10px 0 30px;
}
div#pb_bar {
    height: 100%;
    background: #3875d7;
    width: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: relative;
    display: block;
    border-radius: 5px;
}
.pcWord {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

/* QSPage */
/* saving QS page width AJAX */
form.qsPageOuter{
    position: relative;
}
form.qsPageOuter.saving:after{
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: url(../../_images_global/otysPortal/loading.gif);
    background-position: center center;
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
}

/* Education & work */
li.aplEduFormItem table {
    position: relative;
    min-height: 30px;
}
li.aplEduFormItem td:last-child {
    background-image: url(../../_images_global/otysSelect/down.svg);
    background-repeat: no-repeat;
    background-size: auto 15px;
    background-position: center center;
    width: 20px!important;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
li.aplEduFormItem table.open td:last-child {
    -webkit-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
}
li.aplEduFormItem td:last-child img {
    display: none;
}
li.aplEduFormItem table td {
    padding: 0;
    cursor: pointer;
    min-height: 32px;
}
li.aplEduFormItem td {
    border: none;
}
li.aplEduFormItem tr td:nth-child(2) {
    font-weight: bold;
    padding: 0 10px;
}
ul.aplEduFormList {
    display: inline-block;
}
li.aplEduFormItem {
    -webkit-box-shadow: 0 0 10px 0px #0003;
            box-shadow: 0 0 10px 0px #0003;
    padding: 5px 15px 5px 15px;
    margin-bottom: 20px;
    width: calc(100% - 45px);
    display: inline-block;
    float: left;
    -webkit-box-shadow: inset 0 0 0px 1px #dedede;
            box-shadow: inset 0 0 0px 1px #dedede;
    min-height: 42px;
}
li.aplEduFormItem .formInput:first-child {
    margin-top: 30px;
}
h3.formTitle.aplEduFormTitle,
h3.formTitle.aplWorkFormTitle,
h3.formTitle.aplSkillsTitle,
h3.formTitle.aplOtherFormTitle,
h3.socNetFiTitle {
    margin-bottom: 20px;
}
/* Delete button */
.formGroup.aplSkillsFg:after {
    display: block;
    content: '';
    clear: both;
}
.formInput.formSmallInput.alpEduDeleteButton label,
.formInput.formSmallInput.formDeleteButton.aplWorkDeleteButton label {
    display: none;
}
.formInput.formSmallInput.alpEduDeleteButton,
.formInput.formSmallInput.formDeleteButton.aplWorkDeleteButton {
    display: none;
}
.deleteButton {
    display: inline-block;
    width: 45px;
    float: left;
}
.deleteButton input {
    padding-left: 5px;
    content: '';
    display: inline-block;
    width: 40px;
    font-size: 0;
    height: 42px;
    margin: 0;
    vertical-align: top;
    float: right;
    border-radius: 0;
    padding: 0;
    background: url(/_css_global/CandidatePortal2019/trash.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: right;
    background-color: transparent!important;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.deleteButton:hover input {
    background: url(/_css_global/CandidatePortal2019/trashHover.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: right;
    background-color: transparent;
}
/* Vaardigheden */
.formGroup.aplSkillsFg .formInput:first-child,
.formGroup.aplOtherHobbyFG .formInput:first-child,
.formGroup.aplOtherRefFG .formInput:first-child {
    width: calc(100% - 45px);
    display: inline-block;
    float: left;
}
.formInput.aplSkillsLlInput {
    width: calc(100% - 45px);
}
.formGroup.aplSkillsFg .deleteButton,
.formGroup.aplOtherHobbyFG .deleteButton,
.formGroup.aplOtherRefFG .deleteButton {
    margin-top: 19px;
    height: 40px;
}
.formGroup.aplSkillsFg .deleteButton input,
.formGroup.aplOtherHobbyFG .deleteButton input,
.formGroup.aplOtherRefFG .deleteButton input {
    height: 40px;
}
.formGroup.aplSkillsFg .formInput.formSmallInput,
.formGroup.aplOtherHobbyFG .formInput.formSmallInput,
.formGroup.aplOtherRefFG .formInput.formSmallInput {
    display: none;
}
/* Taal */
table.aplSkilsLlTbl {
    display: none;
}

/* ______________________________________________________________________ CHECKBOX FORM */

.formCheckboxContainer.aplMCheckContainer .col-sm-6 {
    margin-bottom: 10px;
}
.aplMCheckContainer.formCheckboxContainer span {
    width: 100%;
    display: block;
    border-radius: 2px;
    color: #3875d7;
    text-align: center;
    border: none;
    position: relative;

    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.aplMCheckContainer.formCheckboxContainer span input[type=checkbox]:focus {
    outline: none;
}
.aplMCheckContainer.formCheckboxContainer span input[type=checkbox] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #d9d9d9;
}
.aplMCheckContainer.formCheckboxContainer span input[type=checkbox]:after {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    color: #3875d7;
    font-size: 18px;
    line-height: 38px;
    height: 38px;
    vertical-align: middle;
    top: calc(50% - 19px);
    left: 15px;
    content: '\f067';
}
.aplMCheckContainer.formCheckboxContainer span input[type=checkbox]:hover {
    background-color: #3875d717;
    border: 1px solid #3875d7;
}
.aplMCheckContainer.formCheckboxContainer span input[type=checkbox]:checked {
    background-color: #3875d7;
    border: 2px solid #3875d7;
}
.aplMCheckContainer.formCheckboxContainer span input[type=checkbox]:checked:after {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    height: 38px;
    vertical-align: middle;
    top: calc(50% - 19px);
    left: 15px;
    content: '\f00c';
}
.aplMCheckContainer.formCheckboxContainer span input[type=checkbox]:checked + .checkboxText {
    color: #fff;
}
.checkboxText {
    color: #000;
    position: relative;
    line-height: 30px;
    pointer-events: none;
    padding: 5px 30px;
}

/* Hide error that CKEditor is outdated */
.cke_notification {
    display: none !important;
}

.custMsPublish .formInput {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.custCandMultiple th:hover,
.custJblOuter th:hover {
    cursor: pointer;
}

#candidatesTop.candidatesList .fo-filter > .row {
    justify-content: flex-end;
}
#candidatesTop.candidatesList .fo-filter > .row > div:last-child {
    display: none;
}


/* IE Only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .aplMCheckContainer.formCheckboxContainer span input[type=checkbox]:checked + .checkboxText {
        color: #454545;
    }
    .aplMCheckContainer.formCheckboxContainer span input[type=checkbox] {
        width: auto;
        border: none;
    }
    .aplMCheckContainer.formCheckboxContainer span input[type=checkbox]:checked,
    .aplMCheckContainer.formCheckboxContainer span input[type=checkbox]:hover{
        background-color: transparent!important;
        border: none!important;
    }
    .aplMCheckContainer.formCheckboxContainer span {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .checkboxText {
        line-height: 20px;
        width: 100%;
    }
}
/* Edge Only */
@supports (-ms-ime-align:auto) {
    .aplMCheckContainer.formCheckboxContainer span input[type=checkbox]:checked + .checkboxText {
        color: #454545;
    }
    .aplMCheckContainer.formCheckboxContainer span input[type=checkbox] {
        width: auto;
        border: none;
    }
    .aplMCheckContainer.formCheckboxContainer span input[type=checkbox]:checked,
    .aplMCheckContainer.formCheckboxContainer span input[type=checkbox]:hover{
        background-color: transparent!important;
        border: none!important;
    }
    .aplMCheckContainer.formCheckboxContainer span {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .checkboxText {
        line-height: 20px;
        width: 100%;
    }
}

/* End fileinput */

table {
    border-collapse: collapse;
    text-align: left;
    border: none;
    width: 100%;
    max-width: 100%;
}
th,td{
    border: 1px solid #cecece;
}
h1 {
    max-width: 600px;
    margin: 0 auto 25px auto;
    line-height: 1.2em;
}
h1.title + h1.title {
    margin-top: -20px;
}
h2 {
    margin: 0 0 15px 0;
    line-height: 1.2em;
    font-size: 2.4rem;
    font-weight: bold;
}

/* Mijn sollicitaties */

table.aplTbl.aplListTbl th,
table.aplTbl.aplListTbl td {
    border: none;
}
table.aplTbl.aplListTbl tr td {
    padding: 10px 0;
}
table.aplTbl.aplListTbl tr td:first-child {
    padding-left: 15px;
}
table.aplTbl.aplListTbl thead tr th {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
table.aplTbl.aplListTbl tr td.aplListDateTime {
    padding-left: 15px;
}
tr.aplListItemOdd {
    background: #f4f4f4;
}
/*Verberg mijn profiel*/
.outer.aplOuter.aplListOuter .buttonContainer {
    margin: 0 0 20px;
}
/*Mijn nieuws abonnementen*/
table.aspTbl.aspListTbl th,
table.aspTbl.aspListTbl td {
    border: none;
}
table.aspTbl.aspListTbl tr td {
    padding: 10px 0;
}
table.aspTbl.aspListTbl thead tr th {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
table.aspTbl.aspListTbl tbody tr:nth-child(odd)
{
    background: #f4f4f4;
}
table.aspTbl.aspListTbl tr td.aspListName {
    padding-left: 15px;
}

/*Saved networkpages*/
.snpItem {
    padding: 15px;
}
.snpItem:nth-child(odd) {
    background: #f4f4f4;
}
input[name=bttnSnpDel] {
    padding: 8px 12px;
    float: right;
    background: #e93939;
}
.snpItem a {
    display: inline-block;
    float: left;
    width: calc(100% - 100px);
}
.snpItem input[name=bttnSnpDel] {
    display: inline-block;
    float: left;
    width: 100px;
    margin: 0;
}
.snpItem:after {
    display: block;
    clear: both;
    content: '';
}
/* Mijn opgeslagen zoekopdrachten */
.tipDetailHistory {
    display: none;
}
.formInput.actFi.actIlSqtip.actIlSqtipSMS {
    display: none;
}
.outer.aplOuter.aplProfOuter table.aplTbl.aplListTbl tr.sqTblRow td {
    padding: 10px 0;
}
.outer.aplOuter.aplProfOuter table.aplTbl.aplListTbl tr.sqTblRow td:first-child {
    padding-left: 15px;
}
th.aplTblHeader.aplTblHeaderDate.sqOutChan, /* Kanalen hide */
td.sqOutChan {
    display: none;
}
.formInput.actFi.actIlSqtip.actIlSqtipProc {
    display: none;
}
.formInput.actFi.actIlSqtip.actIlSqtipOutEmail input[name=sq_email] {
    width: calc(100% - 30px);
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.formInput.actFi.actIlSqtip.actIlSqtipOutEmail input[type=checkbox] {
    float: left;
    margin: 0;
    top: 8px;
}

/* Fancybox */
.fancybox-wrap{
    max-width: calc(100% - 15px) !important;
}
.fancybox-outer .button {
    margin-bottom: 10px;
    margin-right: 5px;
}
.fancybox-inner{
    overflow-x: hidden !important;
    width: auto !important;
}
.fancybox-skin {
    font-size: 1.6rem!important;
    line-height: 2em!important;
    font-family: 'Lato', sans-serif!important;
    color: #454545!important;
    background: #fff!important;
    border-radius: 10px!important;
    padding: 30px !important;
}
.fancybox-close:after {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    font-size: 2.3rem;
    color: #454545;
}
.fancybox-close {
    background: none!important;
    top: 0px!important;
    right: 10px!important;
    width: 15px!important;
    height: 23px!important;
}
.ajaxWindow {
    width: auto;
    max-width: 520px;
}
.formInput.actEqueryInput.actEquerySmsInput {
    display: none;
}

/* APPROW */
.errormessage {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(255, 0, 0, 0.05);
    left: 0;
    border-top: 1px solid #e93939;
    text-align: center;
    z-index: 1000;
    color: #e93939;
    padding: 0px 15px;
    font-weight: normal;
    border-radius: 2px 0 0 2px;
    -webkit-animation: mymove 6s forwards;
    animation: mymove 6s forwards;
}

@-webkit-keyframes mymove {
    0% { -webkit-transform: translateY(100%); transform: translateY(100%); }
    10% { -webkit-transform: translateY(100%); transform: translateY(100%); }
    20% { -webkit-transform: translateY(0); transform: translateY(0); }
    90% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(100%); transform: translateY(100%); }
}
@keyframes mymove {
    0% { -webkit-transform: translateY(100%); transform: translateY(100%); }
    10% { -webkit-transform: translateY(100%); transform: translateY(100%); }
    20% { -webkit-transform: translateY(0); transform: translateY(0); }
    90% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(100%); transform: translateY(100%); }
}

/* ALGEMEEN */

.outer .intro {
    margin-bottom: 20px;
}
.outer.thankYouPage .intro {
    margin: 0;
}

/* SCROLLBAR
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* TOPMENU */
.topHeader {
    padding: 10px 20px;
    border-bottom: 1px solid #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 45px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid hsla(0,0%,84%,.6);
}
.logoBlock {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}
.logoBlock .logo, .logoBlock .logo img, .logoBlock .logo svg {
    height: 100%;
    max-height: 45px;
}
.candidateBlock {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
}
.profileBlock {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-left: 20px;
}
.hookOuter.webUserHookOuter form {
    margin: 0;
}

/* OUTER */
.pContentWrapper {
    padding: 40px;
    max-width: 600px;
    margin: 0 auto 0px auto;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 8px #bcbcbc12;
            box-shadow: 0 0 20px 8px #bcbcbc12;
    border: 1px solid #e6e6e6;
}
body.portal.wideScreen .pContentWrapper,
body.portal.wideScreen h1 {
    max-width: 1100px;
}
body.portal.ultraWideScreen .pContentWrapper, body.portal.ultraWideScreen h1 {
    max-width: 1500px;
}
.pContentWrapper h1{
	display:none;
}
.pContentWrapper.dashboard {
    padding: 0 15px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
div#pContent {
    display: inline-block;
    width: calc(100% - 200px);
    float: left;
    height: calc(100vh - 66px);
    padding: 40px;
    background: #fafafa;
    overflow: auto;
}


/* DASHBOARD */
.outer.aplOuter.aplProfOuter{
    height: 100%;
}
.outer.aplOuter.aplProfOuter .row{
    height: calc(100% - 52px);
}
.outer.aplOuter.aplProfOuter .row .col-xs-12 {
    padding: 15px;
}
.innerDashboard {
    position: relative;
    height: 100%;
    background-color: #fff;
    padding:30px 30px 30px 30px;
    -webkit-box-shadow: 5px 5px 15px #00000017;
            box-shadow: 5px 5px 15px #00000017;
    width:100%;
}

/*DASHBOARD SHORTLIST*/
.hookOuter.jslOuter {
    max-width: 100%;
    margin-top: 35px;
}
.hookItemContainer.jslItemContainer{
    text-align:center;
}
.hookItemTitle.jslFunctionName a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 2.6rem;
}
.hookHeader.jslTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 3px 5px 30px;
    background-color: #3875d7;
    width: 200px;
    color: #fff;
    width: 100%;
}

/*SLICK*/
ul.slick-dots {
    text-align: center;
    padding:20px 0 0 0;
    line-height: 0;
}
ul.slick-dots > li {
    display: inline-block;
    margin: 0 5px;
    width:25px;
    height: 5px;
    cursor: pointer;
    background-color: #454545;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.slick-dots > li > button{
    display:none;
}
ul.slick-dots > li.slick-active, ul.slick-dots > li:hover {
    background-color: #3875d7;
}
.slick-slider *:focus{outline:none;}

/*QSPAGE INDICATOR */
.pageIndicator {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px auto;
    position: relative;
}
.pageIndicator:after {
    content: '';
    clear: both;
    display: block;
}
.pageIndicator a.pageLink {
    display: inline-block;
    float: left;
    position: relative;
    color: #3875d7;
    text-decoration: none;
}
.pageIndicator a.pageLink:first-child {
    text-align: left;
}
.pageIndicator a.pageLink:last-child {
    text-align: right;
    width: 35px!important;
}
.pageIndicator a.pageLink span {
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 8px #bcbcbc12;
            box-shadow: 0 0 20px 8px #bcbcbc12;
    z-index: 1;
}
.pageIndicator a.pageLink span:before {
    position: absolute;
    width: calc(100% - 35px);
    height: 2px;
    background-color: #fff;
    content: '';
    right: 0;
    top: calc(33px / 2);
    -webkit-box-shadow: 0 0 20px 8px #bcbcbc12;
            box-shadow: 0 0 20px 8px #bcbcbc12;
}
.pageIndicator a.pageLink.currentPage span {
    background: #3875d7;
    color: #fff;
}
.pageIndicator a.pageLink.checked span {
    background: #3875d7;
    font-size: 0;
}
.pageIndicator a.pageLink.checked span:before {
    background: #3875d7;
}
.pageIndicator a.pageLink.checked span:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5rem;
    color: #fff;
}

/* Fileupload in questionset */
.outer.aplOuter.aplCpOuter .formInput.aplMFileInput,
.outer.aplOuter.aplCpOuter .formInput.aplFileInput {
    margin-bottom: 20px;
}

/*COOKIE*/
div.ckOuter {
    background-color: rgba(0,0,0,.8);
    padding: 10px;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 90%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 100000;
}
div.ckOuter.accepted {
    display: none;
}
.cookieBtns{
    float:right;
}

/* PORTALMENU */
.portalMenu {
    width: 200px;
    height: calc(100vh - 66px);
    background: #fff;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 2px 0px 11px rgba(0, 0, 0, 0.03);
            box-shadow: 2px 0px 11px rgba(0, 0, 0, 0.03);
    border-right: 1px solid hsla(0,0%,84%,.6);
    position: relative;
    overflow-y:auto;
}
.myPortalProfileMenu .menuLink a {
    color: #454545;
    padding: 20px 10px 20px 55px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    word-break: break-word;
    text-align: left;
}
.myPortalProfileMenu .menuLink a:before {
    content: '\f007';
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    position: absolute;
    top: calc(50% - 10px);
    left: 20px;
    right: 0;
}
/* Candidate portal qspage hide */
.menuLink.aplMlink a[href*=myprofilechange] {
    display: none;
}
.menuLink.aplMlink.aplMCEditPrfl1 a {
    display: block;
}
/* Candidate portal */
.myPortalProfileMenu .menuLink.aplMlink.aplMlinkFc a:before {
    content: '\f0e4';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCLoginData a:before {
    content: '\f084';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCEditPrfl1 a:before {
    content: '\f2bb';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCEditPrfl2 a:before {
    content: '\f0ae';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCEditPrfl3 a:before {
    content: '\f660';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCAgents a:before {
    content: '\f21b';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCDossier a:before {
    content: '\f65c';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCAvail a:before {
    content: '\f64a';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCApplic a:before {
    content: '\f0f2';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCGenCv a:before {
    content: '\f570';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCStored a:before {
    content: '\f002';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCFav a:before {
    content: '\f005';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCSubcr a:before {
    content: '\f658';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCEvents a:before {
    content: '\f073';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCAgenda a:before {
    content: '\f333';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCRequests a:before {
    content: '\f334';
}


.myPortalProfileMenu .menuLink.aplMlink.aplMCTimeSh a:before {
    content: '\f017';
}
.myPortalProfileMenu .menuLink.aplSnp.savedNetworkPages a:before {
    content: '\f3b3';
}
.myPortalProfileMenu .menuLink.aplSnp.supplyJob a:before {
    content: '\f573';
}
.myPortalProfileMenu .menuLink.aplSnp.referCandidate a:before {
    content: '\f234';
}
.myPortalProfileMenu .menuLink.aplSnp.referBalance a:before {
    content: '\f51e';
}
.myPortalProfileMenu .menuLink.aplSnp.cashInCredits a:before {
    content: '\f07a';
}
.myPortalProfileMenu .menuLink.aplSnp.ranking a:before {
    content: '\f201';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCApplic.hideForEmployer a:before {
    content: '\f21b';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMlinkLc a:before {
    content: '\f011';
}
/* Relation portal */
.myPortalProfileMenu .menuLink.mLhome a:before {
    content: '\f0e4';
}
.myPortalProfileMenu .menuLink.companyHome a:before {
    content: '\f0e4';
}
.myPortalProfileMenu .menuLink.mLcandSearch a:before {
    content: ;
}
.myPortalProfileMenu .menuLink.mLcandSavedq a:before {
    content: '\f002';
}
.myPortalProfileMenu .menuLink.mLjbl a:before {
    content: '\f022';
}
.myPortalProfileMenu .menuLink.mLmng.mblB a:before {
    content: '\f0f3';
}
.myPortalProfileMenu .menuLink.mLaddavacancy a:before{
    content: '\f573';
}
.myPortalProfileMenu .menuLink.mLTimeslots a:before{
    content: ;
}
.myPortalProfileMenu .menuLink.mLInvites a:before{
    content: ;
}
.myPortalProfileMenu .menuLink.mLfininfo a:before{
    content: '\f080';
}
.myPortalProfileMenu .menuLink.mLsubscriptions a:before {
    content: '\f658';
}
.myPortalProfileMenu .menuLink.mLevents a:before{
    content: '\f073';
}
.myPortalProfileMenu .menuLink.mLnetwork a:before{
    content: '\f3b3';
}
.myPortalProfileMenu .menuLink.mLnetworkStyling a:before{
    content: '\f53f';
}
.myPortalProfileMenu .menuLink.mLfinancial a:before{
    content: '\f51e';
}
.myPortalProfileMenu .menuLink.mTscList a:before{
    content: '\f017';
}
.myPortalProfileMenu .menuLink.aplMlink.aplMCLoginDataa:before{
    content: ;
}
.myPortalProfileMenu .menuLink.mLlogout a:before{
    content: '\f011';
}
.myPortalProfileMenu .menuLink.fgPlanning a:before{
    content: '\f073';
}
.myPortalProfileMenu .menuLink.fgShifts a:before{
    content: '\f784';
}
/* Hovers portal */
.myPortalProfileMenu .menuLink.active a,
.myPortalProfileMenu .menuLink a:hover {
    background: #f6f6f6;
}
.myPortalProfileMenu .menuLink.active a:before,
.myPortalProfileMenu .menuLink a:hover:before{
    font-weight: bold;
}
.menuContainer .myPortalProfileMenu .menuLink.aplMlinkLc {
    display: none;
}

/* AVAILABILITY */
.formInput.formRadio.avaJobs span {
    margin-right: 15px;
}
.outer.avaOuter .text.avaTextUpdate {
    margin-bottom: 20px;
}
.avaAvailableGroup.avaAvailableOption {
    overflow: visible!important;
}
/* CANDIDATEMYPROFILEHOOK */
.hookButton.webUserHookButton input {
    background: none;
    background-size: 20px 20px;
    border: 0;
    width: 20px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
    vertical-align: middle;
}.hookButton.webUserHookButton input:hover {
    background-color: transparent!important;
}
.hookButton.webUserHookButton {
    position: relative;
}
.hookButton.webUserHookButton:after {
    content: '\f011';
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
}
.hookButton.webUserHookButton:hover:after,
.hookButton.webUserHookButton:focus:after  {
    color: #5d5d5d;
}
.hookItemWord.CMPFhItW.candidatePublicCVPage,
.hookItemWord.CMPFhItW.candidateMyProfile,
.hookItemWord.CMPFhItW.candidateAvailability,
.hookItemWord.CMPFhItW.candidateCity {
    display: none;
}
.hookItemWord.CMPFhItW.candidateName {
    display: inline-block;
    font-weight: bold;
}
.hookItemWord.CMPFhItW.candidateName span {
    font-weight: normal;
}
.candidateProfileImg {
    display: inline-block;
    float: right;
    margin-left: 30px;
    cursor:pointer;
}
.candidateAvatar {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

/* LOGINHOOK */
.hookOuter.webUserHookOuter.ocdHookOuter .hookHeader.webUserHookHeader.ocdHookHeader,
.hookOuter.webUserHookOuter.ocdHookOuter .hookText.webUserHookText.ocdHookText,
.hookOuter.webUserHookOuter.ocdHookOuter .hookButton.webUserHookButton.ocdHookButton.wuhLoggedinProfile {
    display: none;
}


/* OTYSSELECT V1 */
.otysSelect {
    max-width: 520px;
}
.otysSelectInner {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0px 1px #dedede;
            box-shadow: inset 0 0 0px 1px #dedede;
}
.optionHolder > .option.selected,
.otysSelectInner.count.filled > span.counter,
.inputBox .selectedItems >  div {
    background-color:#3875d7;
}
.otysSelect.single .selectedItem {
    font-weight: 600;
}
.otysSelect .navArrow {
    background-size: auto 15px;
}
input.search {
    width: 100%;
    padding: 10px 10px;
    border: 0;
    border-bottom: 1px solid #dedede;
}
@media only screen and (min-width:768px) {
    .optionHolder > .option:hover{
        background-color: #3875d799;
    }
}

/* Otysselect category */
.formInput.aplMCatInput .activeCats .otysSelect {
    margin-bottom: 15px;
}
.formInput.aplMCatInput .activeCats .otysSelect:last-child {
    margin-bottom: 0;
}


/* OTYSSELECT V2 */
.select {
    border-radius: 2px;
    color: #252525;
    max-width: 100%;
}
.select.single .selected_item {
    padding-left: 0;
    padding-right: 0;
}
.select.options_open,
.select .select_options {
    border-radius: 2px;
    z-index: 9999;
}
.select .select_options .option {
    padding: 9px 10px;
}
.select .select_options .option:not(.selected):hover {
    background-color: #3875d799;
    color: #fff;
}
.select .select_options .option.selected,
.select.multiple .selected_item {
    background-color: #3875d7;
}
input.select_searcher {
    border: 0;
    border-bottom: 1px solid #dedede;
}
.select_label {
    color: #000;
    font-weight: 600;
    font-size: 1.4rem;
}

/*_______________________Select Colouring_______________________*/
/*All Greys*/
.select,
.select .select_options,
input.select_searcher{
    border-color:#dedede;
}
.select .select_options::-webkit-scrollbar-track,
.select .select_options::-webkit-scrollbar{
    background-color:#dedede;
}
.select.single .selected_item[value=NULL],
.select .select_options .option[value=NULL] {
    color:#dedede;
}
/*Selected option text*/
.active_options,
.select.multiple .selected_item,
.select .select_options .option.selected{
    color:#fff;
}
/*Option text color*/
.selected_item{
    color:#000;
}
/*Selected option background color*/
.select .select_options::-webkit-scrollbar-thumb{
    background-color: #3875d7;
}
/*Counter*/
.counter{
    background-color: #252525;
    color: #fff;
}
/*_______________________End Colouring_______________________*/

/* HAMBURGER */
.hamburger {
    display: none;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    -o-transition-property: opacity,filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    text-transform: none;
    height: 45px;
    padding: 4px 0;
    margin-right: 20px;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
}
.hamburger-inner {
    top: 50%;
    display: block;
}
.hamburger .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
         -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
            transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #454545;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -8px;
}
.hamburger-inner:after {
    bottom: -8px;
}
.hamburger .hamburger-inner:before {
    -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
    -o-transition: top 75ms ease .12s,opacity 75ms ease;
    transition: top 75ms ease .12s,opacity 75ms ease;
}
.hamburger .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    -o-transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
}

/* HAMBURGER MENU OPEN */
.menuOpen .hamburger .hamburger-inner {
    -webkit-transition-delay: .12s;
         -o-transition-delay: .12s;
            transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
         -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
            transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menuOpen .hamburger .hamburger-inner, .menuOpen .hamburger .hamburger-inner:after, .menuOpen .hamburger .hamburger-inner:before {
    background-color: #454545;
}
.menuOpen .hamburger .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
    -o-transition: top 75ms ease,opacity 75ms ease .12s;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}
.menuOpen .hamburger .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    -o-transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

/* Disabled modules */
.menuLink.aplMlink.aplMCDossier {
    display: none;
}
/*Dossier*/
.outer.dossier.dossierList .intro ul li img {
    display: none;
}
.outer.dossier.dossierList .intro ul li a {
    margin: 0 0 5px 0;
    cursor: pointer;
    border: 0;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    background-color: #3875d7;
    display: inline-block;
    text-decoration: none;
    line-height: 1.6rem;
}
table.hqTbl th, table.hqTbl td {
    border: none;
    padding: 10px 0;
}
table.hqTbl tr:nth-child(odd) {
    background: #f4f4f4;
}
table.hqTbl thead tr:nth-child(odd){
    background: #ffffff;
    text-align: left;
}
table.hqTbl thead tr:nth-child(odd) td{
	padding:5px;
}
textarea[name="code_asset"] {
    min-height: 100px;
}
/*Webshop*/
table.cashInTbl th{
    padding:0 0 20px 0;
}
table.cashInTbl td{
    padding:10px;
    min-width: 50px;
}
table.cashInTbl td, table.cashInTbl th {
    border: 0;
    vertical-align: top;
}
table.cashInTbl td.image {
    padding: 10px;
    min-width: 140px;
}
tr.shopItemRow:nth-child(even){
    background: #f4f4f4;
}
table.cashInTbl th.product, table.cashInTbl th.description, table.cashInTbl th.credits {
    padding: 0 0px 20px 10px;
}
table.cashInTbl td.orderButtonContainer {
    padding: 0;
}
table.cashInTbl .textWrapper {
    position: relative;
}
table.cashInTbl span.infoIcon{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #3875d7;
    text-align: center;
    font-size: 24px;
    display:none;
    cursor: pointer;
}
.infoWebShopPopUp{
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 150px);
    width: 300px;
    height: auto;
    display: block;
    background: #ffffff;
    z-index: 9999;
    color: #454545;
    padding: 20px;
    text-align: left;
    -webkit-box-shadow: 0 0 20px 8px rgba(188, 188, 188, 0.4);
            box-shadow: 0 0 20px 8px rgba(188, 188, 188, 0.4);
    border-radius: 6px;
    display:none;
}
.infoWebShopPopUp.showMe{
    display:block;
}
table.cashInTbl .textWrapper {
    position: relative;
    padding-right: 25px;
}
.infoWebShopPopUp.showMe:after {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    cursor: pointer;
}
.itemContainer.custIc.custFinIc.custFinBoughtIc:nth-child(odd) {
    background: #fff;
}
.itemContainer.custIc.custFinIc.custFinBoughtIc {
    padding: 15px;
}
/* Add vacancy */
.outer.custOuter.custAddJobOuter .mceEditor {
    display: none;
}
/* Planner */
.outer.aplOuter.aplScCalOuter .buttonContainer {
    margin: 0 0 10px 0;
}
.formInput.aplScCalInput:after {
    clear: both;
    content: '';
    position: relative;
}
.formInput.aplScCalInput > div {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.formInput.aplScCalInput.dateInput > div {
    width: calc(100% / 3);
    float: left;
}
.cScCalData {
    overflow: visible!important;
    position: relative;
}
/* Planner add item */
.outer.aplScCalOuterAddDlg table td {
    border: none;
    padding: 0 0 15px 0;
}
.outer.aplScCalOuterAddDlg span.notAvailable {
    max-width: 170px;
    display: inline-block;
    width: 100%;
}
/* Credit balans */
table.navTbl.jblNavTbl td {
    border: none;
}
.outer.custOuter.refreferralBalance .itemWord.creditItem.first {
    width: 130px;
    display: inline-block;
    float: left;
}
.outer.custOuter.refreferralBalance .itemWord.creditItem {
    width: calc(100% - 230px);
    display: inline-block;
    float: left;
}
.outer.custOuter.refreferralBalance .itemWord.creditItemVal {
    width: 100px;
    display: inline-block;
    float: left;
    text-align: right;
}
.outer.custOuter.refreferralBalance .itemContainer:not(.custFinSub1Ic) .itemWord.creditItemVal {
    padding-right: 15px;
}
.outer.custOuter.refreferralBalance .custFinBoughtContainer {
    display: inline-block;
    width: 100%;
}
.outer.custOuter.refreferralBalance .itemContainer.custIc.custFinIc.custFinTotalIc {
    display: inline-block;
    width: 100%;
}
.outer.custOuter.refreferralBalance .itemContainer.custIc.custFinIc.custFinBoughtIc {
    padding: 0;
}
.outer.custOuter.refreferralBalance .itemContainer:nth-child(even) {
    background: #f4f4f4;
}
.outer.custOuter.refreferralBalance .itemWord.creditItem.first {
    padding-left: 15px;
}
.outer.custOuter.refreferralBalance .itemContainer.custIc.custFinIc.custFinSub1Ic .itemWord.creditItem.first {
    padding-left: 0;
}
.outer.custOuter.refreferralBalance .itemContainer .itemWord{
    padding: 10px 0;
}
.outer.custOuter.refreferralBalance .itemContainer.custIc.custFinIc.custFinSub1Ic .itemWord {
    font-weight: bold;
    padding-bottom: 20px;
}
/* Favorites */
.outer.vacFavOuter .itemContainer.actIc {
    padding: 15px;
}
.outer.vacFavOuter .itemContainer.actIc.actIcOdd {
    background: #f4f4f4;
}
.outer.vacFavOuter .itemFooterWord.actIFw.actIFwRef {
    display: none;
}
/* Events */
.outer.aplOuter.aplListOuter.eventAplOuter table tbody tr:nth-child(even) {
    background: #f4f4f4;
}
.outer.aplOuter.aplListOuter.eventAplOuter td.aplTblHeader {
    font-weight: bold;
}
/* Refer candidate */
.outer.referCandidate .itemWord span,
.outer.referVacancy .itemWord span {
    min-width: 150px;
    display: inline-block;
    font-weight: bold;
}
.outer.referCandidate .itemContainer,
.outer.referVacancy .itemContainer {
    padding: 20px;
}
.outer.referCandidate .itemContainer:nth-child(odd),
.outer.referVacancy .itemContainer:nth-child(odd) {
    background: #f4f4f4;
}
.outer.referCandidate h3.itemTitle,
.outer.referVacancy h3.itemTitle {
    margin-bottom: 10px;
}
.outer.referCandidate .itemFooter {
    display: none;
}
.outer.referVacancyDetail h2.subHeader.shSubHeader {
    font-size: 2rem;
}
.outer.referVacancyDetail img{
    display: none;
}
.outer.referVacancyDetail .buttonContainer.shButtonContainer {
    margin-bottom: 30px;
}

.outer.referVacancy .menuContainer .menuLink.menuLinkLastChild {
    display: inline-block;
}
.outer.referCandidate .menuContainer .menuLink,
.outer.referVacancy .menuContainer .menuLink,
.outer.custOuter.spOuter.spVacsOuter .menuLink,
.outer.custOuter.supplOuter .menuLink {
    display: inline-block;
    margin-right: 10px;
}
.outer.referCandidate .menuContainer .menuLink.menuLinkLastChild,
.outer.referVacancy .menuContainer .menuLink,
.outer.custOuter.spOuter.spVacsOuter .menuLink.active,
.outer.custOuter.supplOuter .menuLink.active {
    display: none;
}
.outer.referCandidate .menuLink a,
.outer.referVacancy .menuLink a,
.outer.custOuter.spOuter.spVacsOuter .menuLink a,
.outer.custOuter.supplOuter .menuLink a {
    background: #3875d7;
    color: #fff;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 14px;
    display: block;
    line-height: 20px;
    -webkit-box-shadow: 1px 1px 17px #3875d740;
            box-shadow: 1px 1px 17px #3875d740;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.outer.referCandidate,
.outer.referVacancy {
    position: relative;
}
.outer.referCandidate .menuContainer,
.outer.referVacancy .menuContainer {
    margin-bottom: 30px;
}
.outer.referCandidate .menuLink a:hover,
.outer.referVacancy .menuLink a:hover,
.outer.custOuter.spOuter.spVacsOuter .menuLink a:hover,
.outer.custOuter.supplOuter .menuLink a:hover {
    -webkit-box-shadow: 1px 1px 17px #3875d7b8!important;
            box-shadow: 1px 1px 17px #3875d7b8!important;
    -webkit-filter: brightness(1);
            filter: brightness(1);
}
.outer.referVacancyDetail .menuContainer {
    display: none;
}
/* Ranking referral */
table.rankingTbl tr th {
    padding-bottom: 20px;
    border: none;
}
table.rankingTbl tr td {
    border: none;
    padding: 10px 0;
}
table.rankingTbl tr:nth-child(even) {
    background: #f4f4f4;
}
table.rankingTbl td.rankTd {
    padding-left: 15px;
}
table.rankingTbl th.points {
    text-align: right;
}
table.rankingTbl th.points,
table.rankingTbl td.pointsTd {
    padding-right: 15px;
}
/*Back to website*/
.backToWebsite {
    position: fixed;
    right: 15px;
    top: 81px;
    z-index: 1000;
}
.backToPage {
    position: fixed;
    left: 215px;
    top: 81px;
    z-index: 1000;
}
.backToWebsite a,
.backToPage input {
    background: #3875d7;
    padding: 7px 15px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    line-height: 20px;
    -webkit-box-shadow: 1px 1px 17px #3875d740;
            box-shadow: 1px 1px 17px #3875d740;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.backToWebsite a:hover,
.backToPage input:hover {
    -webkit-box-shadow: 1px 1px 17px #3875d7b8!important;
            box-shadow: 1px 1px 17px #3875d7b8!important;
}
/*Semantical match hook*/
.hookOuter.semanticalVacancyMatchHook .hookItemContainer {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fafafa;
    margin: 0 0 15px 0;
    padding: 20px 30px;
    border-radius: 5px;
    overflow: hidden;
    color: #000;
}
.hookOuter.semanticalVacancyMatchHook .hookItemContainer a{
	color:#000;
}
.hookItemLogo {
    float: right;
    max-width: 100px;
}
.hookOuter.semanticalVacancyMatchHook .hookItemContainer > div.hookItemTitle {
    display: block;
}
.hookOuter.semanticalVacancyMatchHook .hookItemContainer > div.hookItemScore{
	position:absolute;
	right:0;
	top:0;
	background-color:#f4f4f4;
	color:#fff;
	padding:3px;
	display:inline-block;
	text-align:center;
}
.hookOuter.semanticalVacancyMatchHook .hookItemContainer > div.hookItemDesription p {
    margin: 0;
}
/*Uren registratie*/
.tscListDiv.datawrapper.scroll {
    margin-top: 30px;
}
.tscListDiv.datawrapper.scroll .u-row.tscListTblHeader {
    font-weight: bold;
}
div#pContent .timesheetMainContainer h2.title {
    border-bottom: 0;
    padding: 5px 0;
}
div#pContent #u-datepicker{
    padding: 10px 50px 10px 15px;
}
div#pContent #u-datepicker:after {
    right: 13px;
    top: 18px;
}
.custFinOuter.custFinDetOuter div#timesheetMenu{
    margin-bottom:25px;
}
.custFinOuter.custFinDetOuter div#timesheetMenu ul li{
    display:inline-block;
    margin-right:15px;
}
div#timesheetTable > table > tbody > tr > th{
    background:transparent!important;
}
div#timesheetTable table th, div#timesheetTable table td {
    padding: 8px 11px;
}
div#timesheetTable table > tbody > tr:nth-child(n+3) > td:nth-child(4),div#timesheetTable table > tbody > tr:nth-child(n+3) > th:nth-child(4),
div#timesheetTable table > tbody > tr:nth-child(n+3) > td:nth-child(9),div#timesheetTable table > tbody > tr:nth-child(n+3) > th:nth-child(9),
div#timesheetTable table > tbody > tr:nth-child(n+3) > td:nth-child(12),div#timesheetTable table > tbody > tr:nth-child(n+3) > th:nth-child(12),
div#timesheetTable table > tbody > tr:first-child th:nth-child(4),div#timesheetTable table > tbody > tr:first-child th:nth-child(5),
div#timesheetTable table > tbody > tr:first-child th:nth-child(6),div#timesheetTable table > tbody > tr:nth-child(2) th:nth-child(6),
div#timesheetTable table > tbody > tr:nth-child(2) th:nth-child(9){
    border-left:1px solid #cecece;
}
div#timesheetTable table > tbody > tr:nth-child(2){
    border-bottom: 1px solid #cecece;
}
div#timesheetTable table{
    border:1px solid #cecece;
}
div#timesheetTable table > tbody > tr:first-child th:nth-child(-n+3){
    border-bottom: 1px solid #cecece;
}
div#timesheetTable table td > br {
    display: none;
}
/* __________________________________________________________________________________________________ CUSTOMER */

/* Financial information */
table.finCreditsTable tr th {
    font-weight: bold;
    padding: 10px 0 20px;
    border: none;
}
table.finCreditsTable tr td {
    border: none;
    padding: 10px 0;
}
table.finCreditsTable tr:nth-child(odd) td {
    background: #f4f4f4;
}
table.finCreditsTable tr td:first-child {
    padding-left: 15px;
}
table.finCreditsTable tr th:last-child {
    text-align: right;
}
table.finCreditsTable tr td:last-child {
    padding-right: 15px;
    text-align: right;
}
table.finCreditsTable tfoot tr:nth-child(odd) td {
    background: #fff;
}
table.finCreditsTable tfoot tr td {
    padding: 0;
    font-weight: bold;
}

.outer.custOuter.custFinOuter.custFinDetOuter .buttonContainer.custBc.custFinBc.custFinDetBc.firstButton {
    margin-bottom: 30px;
}
/* Credits bestellen */
.itemContainer.custIc.custFinPackIc {
    padding: 20px 15px;
}
.itemContainer.custIc.custFinPackIc:nth-child(even) {
    background: #f4f4f4;
}
.itemContainer.custIc.custFinPackHeader div {
    padding: 0 15px 5px;
}
.outer.custOuter.custFinOuter.custFinPackOuter .text:last-child {
    margin-top: 30px;
}
.outer.custOuter.custFinOuter.custFinPackOuter .creditItem {
    width: calc(600px / 4)!important;;
    display: inline-block!important;
    float: left;
}

/* Joblist */
.tmplsett_filter form td {
    border: none;
    padding: 0 15px 0 0;
    margin: 0;
}
.tmplsett_filter form td .buttonContainer {
    margin: 0;
    padding: 0;
}
.tmplsett_filter form td .buttonContainer input {
    margin: 0;
}
.outer.custOuter.custJblOuter table.appRowTbl td.appRow {
    border: none;
}
.outer.custOuter.custJblOuter .itemContainer.jblItemContainer {
    padding: 20px 15px;
}
.outer.custOuter.custJblOuter .itemContainer.jblItemContainer:nth-child(odd) {
    background: #f4f4f4;
}
.outer.custOuter.custJblOuter .itemDescription.jblItemDescr a {
    display: none;
}
.outer.custOuter.custJblOuter .category.jblCat {
    font-weight: bold;
    margin-top: 30px;
}
h3.itemTitle.jblItemTitle {
    max-width: calc(100% - 120px);
}
.outer.custOuter.custJblOuter .itemFooterWord.iFWcandListNew a {
    cursor: pointer;
    border: 0;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff!important;
    background-color: #3875d7;
    display: inline-block;
    text-decoration: none;
    line-height: 2rem;
}
.outer.custOuter.custJblOuter .itemFooterWord.iFWcandListNew a:hover {
    -webkit-filter: brightness(1)!important;
            filter: brightness(1)!important;
    background-color: #3875d7de;
}
.outer.custOuter.custJblOuter .itemFooter > div{
    display: inline-block;
    margin: 0 10px 0;
}
.outer.custOuter.custJblOuter .itemFooter {
    text-align: left;
    padding: 15px 0 0 0;
}
.outer.custOuter.custJblOuter .itemFooter > div:first-child {
    margin: 0 10px 0 0;
}
.outer.custOuter.custJblOuter .itemWord.jblItemWord span {
    font-weight: bold;
    margin-right: 5px;
}
.outer.custOuter.custJblOuter .itemFooterWord.iFWpubDate a:after{
    content: '\f021';
    font-family: "Font Awesome 5 Pro";
    font-size: 1.6rem;
    margin-left: 10px;
}
.itemFooterWord.iFWpubDate a img{
    display:none;
}

/*Jobdetail*/
.custJbdOuter .photo1.jbdPhoto1 {
    float: right;
    margin: 0 0 15px 15px;
}
.custJbdOuter .buttonContainer.jbdBc.custJbdBc > .button {
    margin: 0 0 15px 0;
}
.buttonContainer.jbdBc.custJbdBc a.button.jbdButton.jbdButPublish {
    display: none!important;
}

/**Candidate search criteria*/
form#addCriteria {
    margin: 50px 0 0 0;
}

/**joinStatusOverviewStatusList**/
.joinStatusOverview table.aplTbl.aplListTbl {
    margin-bottom: 50px;
}
.joinStatusOverview table.aplTbl.aplListTbl tbody tr td:nth-child(2),
.joinStatusOverview table.aplTbl.aplListTbl tbody tr th:nth-child(2) {
    width: 150px;
    text-align: right;
    padding-right: 15px;
}
.joinStatusOverview table.aplTbl.aplListTbl tr td:nth-child(1) {
    padding-left: 15px;
}
.joinStatusOverview table.aplTbl.aplListTbl tbody tr td {
    padding: 5px 0;
}
.joinStatusOverview table.aplTbl.aplListTbl tbody tr:nth-child(odd) td {
    background: #f4f4f4;
}
.joinStatusOverview table.aplTbl.aplListTbl th {
    padding-bottom: 20px;
}
.outer.aplOuter.aplListOuter.joinStatusOverview tr td,
.outer.aplOuter.aplListOuter.joinStatusOverview tr th {
    display: table-cell!important;
}
/**joinStatusCandidateStatusList**/
.joinStatusCandidateList table.aplTbl.aplListTbl tr td:nth-child(1) {
    padding-left: 15px;
}
.joinStatusCandidateList table.aplTbl.aplListTbl tr td {
    padding: 5px 0;
}
.joinStatusCandidateList table.aplTbl.aplListTbl tbody tr:nth-child(odd) td {
    background: #f4f4f4;
}

/* __________________________________________________________________________________________________ CUSTOMER PRESENTATION EDIT */

.customQsProfileViewLink {
    display: inline-block;
}
/* Custom screenshot & logo */
.custFimageNetwScreens div *,
div#custFimageNetwLogo div * {
    display: inline-block;
}
.custFimageNetwScreens div,
.custFimageNetwLogoOuter div {
    margin-bottom: 20px;
}
.custFimageNetwScreens img,
.custFimageNetwLogoOuter img {
    margin-bottom: 20px;
}
.custFimageNetwOuter,
.custFimageNetwLogoOuter {
    margin-bottom: 30px;
}
.custFimageNetwOuter h3,
.custFimageNetwLogoOuter h3 {
    margin-bottom: 20px;
}

/* Statistics */
table.stsGenTbl tr:nth-child(odd) {
    padding: 10px;
    background: #f1f1f1;
}
table.stsGenTbl tr td, table.stsGenTbl tr th {
    border: none;
    padding: 6px 0;
}
table.stsGenTbl tr th {
    padding: 6px 20px;
}
h2.subHeader.stsSH,
table.stsVacTbl.sortable,
.text.stsLegend {
    display: none;
}
table.stsGenTbl tr td:last-child {
    padding-right: 10px;
}
/*Customer Graph*/
.graph {
    background: white;
    margin: 30px 0 0 0;
    display: inline-block;
    width: 100%;
    padding-right: 0;
    max-height: 500px;
    overflow-y: auto;
}
.graphButtons.buttonContainer {
    margin: 50px 0 0 0;
}
.button.graphButton:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f067';
    font-size: 1.6rem;
    margin-left: 10px;
}
.button.graphButton.active:after {
    content: '\f00c';
}
.graphItemContainer {
    display: block;
    min-height: 35px;
}
.graphLabel {
    display: inline-block;
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 15px;
}
.graphLabel span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.6rem;
}
.graphItem {
    display: inline-block;
    float: left;
    padding: 10px 0;
    width: calc(100% - 200px);
    border-left: 1px solid #666;
}
.graphItem span {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 14px;
    text-align: right;
    line-height: 20px;
    color: #000;
    z-index: 9;
    width: 180px;
    text-align: right;
}
.graphItem .bar{
    width: 0;
    height: 100%;
    background: #000;
    height: 15px;
    line-height: 15px;
    text-align: left;
    margin:0;
    font-size: 0;
    display:none;
}
.graphItem .bar.barViews{
    background:#3875d7;
    opacity:0.8;
}
.graphItem .bar.barApplications{
    background:#3875d7;
    opacity:0.6;
}
.graphItem .bar.barExternalApplications{
    background:#3875d7;
    opacity:0.4;
}
.graphItem .bar.barMails{
    background:#3875d7;
    opacity:0.2;
}
.graph.show1 .graphItem .bar.barViews{
    display:block;
}
.graph.show2 .graphItem .bar.barApplications{
    display:block;
}
.graph.show3 .graphItem .bar.barExternalApplications{
    display:block;
}
.graph.show4 .graphItem .bar.barMails{
    display:block;
}
.graph .graphItem .bar[data='0'] {
    margin: 0!important;
    height: 0;
}
.graphButtons.buttonContainer > .button {
    margin: 0 10px 10px 0;
    border: 1px solid #3875d7;
    background: #3875d7a8;
    -webkit-box-shadow: inset 3px 2px 5px 0px #3875d770;
            box-shadow: inset 3px 2px 5px 0px #3875d770;
}
.graphButtons.buttonContainer > .button.active{
    border: 1px solid #3875d7;
    background: #3875d7;
    -webkit-box-shadow: 1px 1px 17px #3875d740;
            box-shadow: 1px 1px 17px #3875d740;
}
.graphItemContainer:last-child .graphItem {
    border-bottom: 1px solid #666;
}
/* Legend */
.legend {
    display: block;
    padding: 10px 0 0;
}
.legend:after {
    display: block;
    content: '';
    clear: both;
}
.legend .start {
    display: inline-block;
    float: left;
    width: 205px;
    text-align: right;
    padding-right: 0;
}
.legend .end {
    display: inline-block;
    float: left;
    width: calc(100% - 205px);
    text-align: right;
}
/*Customer network styling*/
.text.custNetwEditText {
    margin: 0 0 15px 0;
}
div#nwPPheader {
    margin: 35px 0;
}
.text.custNetwEditText p {
    margin: 0 0 10px 0;
    line-height: 16px;
}
.csnFarbWrapper {
    width: 100%;
    display: inline-block;
}
.cnsColorPicker {
    margin: 0 0 25px 0;
    display: inline-block;
    width: 50%;
    float: left;
    padding: 10px;
    text-align: center;
}
.farbtastic {
    margin: 0 auto;
}
/*Customer questions*/
.CodeMirror {
    border: 1px solid #cecece;
}
.formInput.custFiNetwText{
	display:none;
}
.custOuter .formInput + .explain {
    margin-top: -25px;
    margin-bottom: 25px;
    font-size: 11px;
}
.custOuter .formInput > .explain {
    font-size: 11px;
}
table.custLinTbl {
    margin-top: 25px;
}
/*Updates customer*/
table.custLinTbl tr th {
    font-weight: bold;
    padding: 10px 0 20px;
    border: none;
    line-height: 22px;
}
table.custLinTbl tr td {
    border: none;
    padding: 10px 5px;
    line-height: 22px;
}
table.custLinTbl tr:nth-child(even) td {
    background: #f4f4f4;
}
table.custLinTbl tr td:first-child {
    padding-left: 15px;
}
table.custLinTbl tr th:last-child {
}
table.custLinTbl tr td:last-child {
    padding-right: 15px;
}
.pageNav.custLinPageNav {
    margin: 15px 0;
}
.tscFilterDiv .buttonContainer {
    margin: 0;
}
/* Candidates customer */
.hookOuter.tscFilterDiv .hookButton {
    margin-top: 20px;
}
.hookOuter.tscFilterDiv {
    margin-bottom: 30px;
}
/* Candidates for job customer */
table#custCandStats tbody th, table#custCandStats tbody td {
    border: 0;
    padding: 10px 0;
}
table#custCandStats tbody tr:nth-child(odd) {
    background: #f4f4f4;
}
table#custCandStats tbody th:first-child, table#custCandStats tbody td:first-child {
    padding-left: 15px;
}
/* Candidate detail customer */
.custCandDtlTextContainer .photo1 {
    display: block;
    margin-bottom: 30px;
    min-height: 30px;
}
.custCandDtlTextContainer .photo1 img {
    max-width: 140px;
    max-height: 140px;
    width: 100%;
    height: auto;
}
.custCandDtlTextContainer .textWord span {
    width: 160px;
    display: inline-block;
    font-weight: bold;
}
.LMPCandDetailStatus {
    margin-bottom: 60px;
}
div#history {
    margin-bottom: 60px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #dedede;
    padding: 20px;
}
div#evalhistory {
    max-height: 300px;
    overflow-y: auto;
}
.custCandDetail .noteHistoryOuter div#evalhistory {
    max-height: unset;
    overflow-y: auto;
}
.custCandDetail .noteHistoryOuter div#evalhistory .evalNoteNote p:first-child {
    margin-top: 0;
}
.custCandDetail .noteHistoryOuter div#evalhistory .evalNoteNote p:last-child {
    margin-bottom: 0;
}
.custCandDetail .noteHistoryOuter div#evalhistory .itemContainer:not(:first-child) {
    margin-top: 1em;
}
div#history tr td {
    padding: 10px 20px;
}
div#history tr td {
    border: 0;
}
div#history td, div#history th {
    line-height: 22px;
}
div#history tr:nth-child(odd) {
    background: #f4f4f4;
}
div#history .shCDhistoryStatusContainer {
    font-weight: bold;
}
.shCDhistoryStatusContainer span:last-child {
    display: inline-block;
}
.shCDhistoryStatusContainer span {
    display: none;
}
h2.subHeader.addEvalItem {
    font-size: 1.5rem;
    margin-top: 30px;
}
.outer.custOuter.custCandOuter input.button[value=Upload] {
    display: inline-block;
}
.LMPCandDetailUpload .formInput.fiDescr {
    margin: 0;
}
.LMPCandDetailUpload span a {
    display: inline-block;
    padding: 5px 0;
    background-color: transparent;
    text-align: left;
    color: #3875d7;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.7rem;
    position: relative;
}
.LMPCandDetailUpload span a:hover {
    text-decoration: underline;
}
.LMPCandDetailUpload span a:after {
    content: '\f56d';
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    position: absolute;
    top: 0px;
    right: -25px;
    line-height: 4rem;
    font-weight: normal;
}
.LMPCandDetailUpload span a:hover:after {
    font-weight: bold;
}
.LMPCandDetailUpload .category {
    margin: 0 0 15px 0;
    line-height: 1.2em;
    font-size: 2.4rem;
    font-weight: bold;
}
.LMPCandDetailStatus input[type="text"], .LMPCandDetailStatus textarea {
    width: 100%!important;
}
.custCandDtlResume .matchCriteria h2 {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2em;
    font-family: 'Lato', sans-serif;
}
.LMPCandDetailUpload + .buttonContainer {
    margin: -60px 0 60px 0;
}
.LMPCandDetailUpload {
    margin-bottom: 60px;
}
.error.aplFileError {
    margin-bottom: 30px;
}
.buttonContainer.addEvalItem {
    margin: -10px 0 60px 0;
}
.formInput.fiSubject input,
.formInput.fiDescr textarea {
    width: 100%!important;
}
.LMPCandDetailUpload input[type=file] {
    width: 100%!important;
}
div#printWebserviceDocSelecter {
    margin-top: 60px;
    padding: 0!important;
    display: none;
}
input.button.custCandDetPrintButton.shCDbutton_3 {
    display: none;
}
/* Vacature lijst */
.custCandStatusCont .itemWord {
    display: block;
}
.custCandStatusCont .itemWord span {
    font-weight: bold;
}
.itemContainer.custCandItemContainer {
    padding: 20px 15px;
}
.itemContainer.custCandItemContainer:nth-child(odd) {
    background: #f4f4f4;
}
.itemContainer.custCandItemContainer .itemImage {
    display: none;
}
table#custCandStats {
    margin-top: 30px;
}
/* Vacature invoer */
.outer.custAskPub .buttonContainer input {
    margin-bottom: 10px;
}

/* Leveranciers portaal */

/* Kandidaten aanleveren */
.spVacsOuter .text .otysSelect {
    margin-bottom: 15px;
}
.spVacsOuter .itemContainer.shVacIc {
    padding: 15px;
}
.spVacsOuter .itemContainer.shVacIc:nth-child(odd) {
    background: #f8f8f8;
}
.spOuter.spVacOuter .shTextAuto {
    margin-top: 40px;
}
.vacsTable th,
.vacsTable td {
    border: none;
}

/*
Go Planningsmodule
*/
#candidateCalendar .fc-event{
    padding: 10px;
    color: #FFF;
    border-color: transparent;
}
#candidateCalendar .fc-event.accepted{
    background-color: #29be7d;
}
#candidateCalendar .fc-event.available{
    background-color: #18A0E0;
}
#candidateCalendar .fc-event.pending{
    background-color: #F0C808;
}

/*
* Candidate part
*/
.fc-button.fc-button{
    background: #3875d7;
    border: 0;
}
.fc-button-primary.fc-button-primary{
    background: #3875d7;
    border: 0;
}

/*
* Relation part
*/

/*
* UTS fo_go_planning/planningRequestList.html
*/
.top-buttoncontainer .filters{
    display: flex;
    width: 100%;
}
.top-buttoncontainer .filters .filter-buttons input{
    width: 100%;
}
.top-buttoncontainer .filter_left{
    width: 100%;
}
.top-buttoncontainer .filter_left .row{
    justify-content: flex-end;
}
.top-buttoncontainer .filter_right .filter-buttons{
    margin: 0 0 0 10px;
    height: 100%;
}
.top-buttoncontainer .filter_right .filter-buttons > .button,
.top-buttoncontainer .filter_right .filter-buttons > input{
    height: 100%;
}

/*
* UTS fo_go_planning
*/
.fontawesome{
    font-family: "Font Awesome 5 Pro" !important;
}

/* Filters */
.filters .filter.startenddate{
    display: flex;
}

/* Filter start end period */
.filters .customperiod_start, .filters .customperiod_end{
    position: relative;
    width: 100%;
}
.filters .customperiod_start{
    padding-right: 5px;
}
.filters .customperiod_end{
    padding-left: 5px;
}
.filters .customperiod_start:after, .filters .customperiod_end:after{
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    top: 50%;
    color: #3875d7;
    content: '\f073';
    transform: translateY(-50%);
    pointer-events: none;
}
.filters .filter.startenddate input{
    padding-right: 35px;
}


/* Bootstrap replace icons with font awesome */
.glyphicon{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family:"Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before{
    content:"\f053"
}
.glyphicon-chevron-right:before{
    content:"\f054"
}
.glyphicon-chevron-up:before{
    content:"\f077"
}
.glyphicon-chevron-down:before{
    content:"\f078"
}

/* Bootstrap date time picker */
.bootstrap-datetimepicker-widget table td{
    border: 0 !important;
}
.bootstrap-datetimepicker-widget table td span:hover{
    background: transparent !important;
}
.datepicker td, .datepicker th{
    border: 0 !important;
}

/* Top button container */
.top-buttoncontainer{
    margin-bottom: 30px;
}
.top-buttoncontainer .row{
    margin: 0 -5px;
}
.top-buttoncontainer .row > div{
    padding: 0 5px;
}
.top-buttoncontainer .select{
    display: block;
    max-width: 100%;
}
.top-buttoncontainer .select input{
    max-width: 100% !important;
}
.top-buttoncontainer.filterarea{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.top-buttoncontainer .button,
.top-buttoncontainer input{
    margin: 0px;
    white-space: nowrap;
}
.top-buttoncontainer .buttoncontainer-actions{
    border-right: 1px solid #eaeaea;
    margin-right: 10px;
    display: flex;
}
.top-buttoncontainer .buttoncontainer-actions .bi{
    margin-right: 10px;
}

/* identifier dots */
.i-d{
    margin: 0 10px 0 0;
    font-size: 14px;
}
.i-d:before{
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    border-radius: 100%;
    font-size: 11px;
}
.i-d.i-d-blue:before{
    background: #18A0E0;
}
.i-d.i-d-green:before{
    background: #29be7d;
}
.i-d.i-d-orange:before{
    background: #F0C808;
}
.i-d span{
    vertical-align: middle;
}

/* button icons */
.bi{
    line-height: 30px;
    white-space: nowrap;
    width: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 3px;
    border-radius: 3px;
}
.bi.button{
    position: relative;
}
.bi:after{
    content: '';
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-weight: 600;
    text-align: center;
    color: #454545;
    cursor: pointer;
    vertical-align: middle;
}
.bi.button:after{
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.bi.button:hover:after{
    color: #FFF;
}
.bi.button:after{
    line-height: initial;
    width: auto;
    color: #FFF;
}
.bi:hover:after{
    color: #3875d7;
}
.bi-delete:after{
    content: '\f1f8';
}
.bi-edit:after{
    content: '\f040';
}
.bi-show:after{
    content: '\f06e';
}
.bi-question:after{
    content: '\f128';
}
.bi-passedtime:after{
    content: '\f253';
}
.bi-add:after{
    content: '\f067';
}
.bi-calendar:after{
    content: '\f073';
}
.bi-prev:after{
    content: '\f30a';
}
.bi-next:after{
    content: '\f30b';
}
.bi-user-decline{
    background: #e93939;
}
.bi-user-decline:after{
    content: '\f235';
    color: #FFF;
} .bi-user-decline:hover:after{
    color: #FFF;
}
.bi-user-accept{
    background: #29be7d;
}
.bi-user-accept:after{
    content: '\f4fc';
    color: #FFF;
} .bi-user-accept:hover:after{
    color: #FFF;
}

/* Fo Filter */
.fo-filter select, .fo-filter input{
    width: 100% !important;
    max-width: 100% !important;
}
.fo-filter .table-search input{
    padding-right: 35px;
}
.fo-filter .table-search{
    position: relative;
}
.fo-filter .table-search:after{
    content: '\f002';
    font-family: "Font Awesome 5 Pro";
    color: #3875d7;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* table classes */
.td-buttoncontainer{
    text-align: right;
    padding: 0 !important;
}

/* th icons */
.h-i:before{
    content: '';
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin: 0 9px 0 0;
    color: #3875d7;
    font-weight: 600;
}
.h-i-name:before{
    content: '\f031';
}
.h-i-code:before{
    content: '\f292';
}
.h-i-usertime:before{
    content: '\f4fd';
}
.h-i-clock:before{
    content: '\f017';
}
.h-i-timer:before{
    content: '\f2f2';
}
.h-i-tariff:before{
    content: '\f646';
}
.h-i-stopwatch:before{
    content: '\f2f2';
}
.h-i-calendar:before{
    content: '\f073';
}
.h-i-persons:before{
    content: '\f0c0';
}
.h-i-periodtype:before{
    content: '\f736';
}
.h-i-workday:before{
    content: '\f783';
}
.h-i-workweek:before{
    content: '\f784';
}
.h-i-people:before{
    content: '\f500';
}
.h-i-workdaytime:before{
    content: '\f64a';
}
.h-i-status:before{
    content: '\f12a';
}
.h-i-company:before{
    content: '\f1ad';
}

table.clean tr{
    transition: 0s ease-in-out;
}
table.clean tr td,
table.clean tr th{
    padding: 18px 6px;
    line-height: 14px;
    border: 0;
    transition: .2s ease-in-out;
}
table.clean tr:nth-child(even) td{
    background: #fff;
}
table.clean tr:nth-child(odd) td{
    background: #fafafa;
}
table.clean tr.moveup{
    transform: translateY(-100%);
    transition: .4s ease-in-out;
}

@keyframes cmmodalopen {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes cmmodalclose {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes cmpopupopen {
    0% {
        transform: scale(0.5);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.cm-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    user-select: none;
    animation-name: cmmodalopen;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.cm-modal .cm-close{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 45px;
    width: 45px;
    text-align: center;
    cursor: pointer;
}
.cm-modal .cm-close:after{
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    color: #3875d7;
} .cm-modal .cm-close:hover:after{
    color: #3875d7da;
}
.cm-modal .cm-background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #364d63e6;
}
.cm-modal.close{
    animation-name: cmmodalclose;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.cm-modal .cm-popupanimation{
    animation-name: cmpopupopen;
    animation-duration: .3s;
    animation-timing-function: cubic-bezier(0.51, 0.23, 0, 1.40);
    animation-delay: .1s;
    animation-fill-mode: forwards;
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.cm-modal .cm-popup{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 436px;
    width: calc(100% - 30px);
    padding: 30px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    background: #FFF;
}
.cm-modal .cm-popup .cm-title{
    font-size: 22px;
    margin: 0 0 20px 0;
} .cm-modal .cm-popup .cm-title:before{
    content: '\f071';
    font-family: "Font Awesome 5 Pro";
    display: inline;
    color: #3875d7;
    margin: 0 30px 0 0;
    font-size: 34px;
    vertical-align: middle;
}
.cm-modal .cm-butons{
    margin: 20px -5px 0 -5px;
}
.cm-modal .cm-buttons:after{
    content: '';
    display: table;
    clear: both;
}
.cm-modal .cm-butons .cm-button{
    margin: 0;
    width: calc(50% - 10px);
    float: left;
    text-align: center;
    margin: 0 5px;
    transition: .2s ease-in-out;
}
.cm-modal .cm-butons .cm-button.accept{
    background:#3875d7;
}
.cm-modal .cm-butons .cm-button.cancel{
}
.cm-ajaxloader{
    position: absolute;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(-50%) scale(0.5);
    font-size: 50px;
    -webkit-transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
    transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
    -o-transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
    transition: 0.2s cubic-bezier(0.65, 0.45, 0.2);
}
.cm-modal .cm-popup > *{
    transition: .4s ease-in-out;
}
.cm-modal.loading .cm-popup > *{
    opacity: 0;
} .cm-modal.loading .cm-popup .cm-ajaxloader{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-50%) scale(1);
}


/* __________________________________________________________________________________________________ RESPONSIVE */


@media only screen and (max-width:1600px) {
    div#pContent {
        padding: 60px 40px 40px 40px;
    }
    .backToPage {
        left: 240px;
    }
}

@media only screen and (max-width:1200px) {
    /* planningmodule UTS fo_go_planning/planningRequestList.html */
    .planning-requests-list .top-buttoncontainer .row > div:nth-child(n+3){
        padding-top: 10px !important;
    }

    /* CUSTOMER LINEMANAGER */
    .outer.custOuter.custLinOuter .tableWrapper {
        overflow-x: scroll;
        max-width: 100%;
        width: 100%;
        padding-bottom: 30px;
        -webkit-overflow-scrolling: touch
    }
    .outer.custOuter.custLinOuter .tableWrapper .fixedWidth {
        width: 800px;
    }
    /* Customer joblist */
    .custJblOuter .tableWrapper {
        overflow-x: scroll;
        max-width: 100%;
        width: 100%;
        padding-bottom: 30px;
        -webkit-overflow-scrolling: touch
    }
    .custJblOuter .tableWrapper .fixedWidth {
        width: 1200px;
    }
    /* Customer candidate list */
    .custCandMultiple .tableWrapper {
        overflow-x: scroll;
        max-width: 100%;
        width: 100%;
        padding-bottom: 30px;
        -webkit-overflow-scrolling: touch
    }
    .custCandMultiple .tableWrapper .fixedWidth {
        width: 1200px;
    }
    /* Customer webshop */
    .outer.custOuter.custFinOuter.custFinDetOuter .tableWrapper {
        overflow-x: scroll;
        max-width: 100%;
        width: 100%;
        padding-bottom: 30px;
        -webkit-overflow-scrolling: touch
    }
    .outer.custOuter.custFinOuter.custFinDetOuter .tableWrapper .fixedWidth {
        width: 800px;
    }
    /* Candidate Credit balans */
    .outer.custOuter.refreferralBalance .tableWrapper {
        overflow-x: scroll;
        max-width: 100%;
        width: 100%;
        padding-bottom: 30px;
        -webkit-overflow-scrolling: touch
    }
    .outer.custOuter.refreferralBalance .tableWrapper .fixedWidth {
        width: 800px;
    }
}

/*Tablet*/
@media only screen and (max-width:991px){
    /* planningmodule UTS fo_go_planning/planningRequestList.html */
    .planning-requests-list .top-buttoncontainer .row > div:nth-child(n+3){
        padding-top: 10px !important;
    }

    .formCheckboxContainer.aplMCheckContainer .col-sm-6 {
        margin-bottom: 10px;
    }
    /* Menu */
    .backToPage {
        display: none;
    }
    body.menuOpen .portalMenu{
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .hamburger {
        display: inline-block;
    }
    .portalMenu{
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transition:0.2s;
        -o-transition:0.2s;
        transition:0.2s;
        position: fixed;
        width: 100%;
        z-index: 99999;
    }
    .menuContainer.myPortalProfileMenu .myPortalProfileMenu .menuLink {
        width:25%;
        display: inline-block;
        float: left;
        border: 1px solid #f6f6f6;
    }
    /* End Menu */
    /* Content */
    div#pContent {
        width: 100%;
        padding: 15px;
        -webkit-transition:0.2s;
        -o-transition:0.2s;
        transition:0.2s;
    }
    .pContentWrapper {
        padding: 25px;
    }


}

/*Mobile*/
@media only screen and (max-width:767px) {
    /* planningmodule */
    .top-buttoncontainer .filters{
        display: block;
    }

    .top-buttoncontainer .buttoncontainer-actions{
        display: block;
        margin: 0 0 10px 0;
    }
    .top-buttoncontainer .buttoncontainer-actions > .button{
        display: block;
        width: 100%;
    }

    .top-buttoncontainer .buttoncontainer-actions{
        padding-right: 0;
        border-right: 0;
        margin-right: 0;
    }

    .top-buttoncontainer .filter_right .filter-buttons{
        margin: 0;
    }

    .top-buttoncontainer .row > div{
        padding-bottom: 10px !important;
    }

    /**/


    .formCheckboxContainer.aplMCheckContainer .col-sm-6 {
        width: 100%;
    }
    .cnsColorPicker {
        width: 100%;
        float: none;
    }
    .ajaxWindow {
        width: 100%;
        max-width: calc(100vw - 50px);
    }
    .fancybox-opened {
        top: 10px!important;
        left: 7px!important;
    }
    /* Delete button qspage */
    li.aplEduFormItem,
    .formGroup.aplSkillsFg .formInput:first-child,
    .formGroup.aplOtherHobbyFG .formInput:first-child,
    .formGroup.aplOtherRefFG .formInput:first-child,
    .formInput.aplSkillsLlInput {
        width: calc(100% - 35px);
    }
    li.aplEduFormItem table td:first-child {
        width: 85px!important;
    }
    .deleteButton {
        width: 35px;
    }
    /* Fonts */
    h1 {
        margin: 0 auto 15px auto;
        font-size: 2.4rem;
    }
    h2 {
        margin: 0 0 15px 0;
        font-size: 2rem;
    }
    /* Menu */
    .menuContainer.myPortalProfileMenu .myPortalProfileMenu .menuLink {
        width:50%;
    }
    .backToWebsite {
        display: none;
    }
    /* Loginform */
    .formInput.aplFi.aplFiFirstname,
    .formInput.aplFi.aplFiLastName,
    .formInput.aplFi.aplFiInfix {
        width: 100%;
        float: none;
        padding: 0;
    }
    /* End Content */
    header .hookItemWord.CMPFhItW.candidateName{
        display:none;
    }
    /* Dossier */
    .outer.dossier.dossierList table.hqTbl tr td:first-child, .outer.dossier.dossierList table.hqTbl tr td:nth-child(2),
    .outer.dossier.dossierList table.hqTbl tr th:first-child, .outer.dossier.dossierList table.hqTbl tr th:nth-child(2) {
        display: none;
    }
    .outer.dossier.dossierList table.hqTbl tr td:nth-child(3) {
        padding-left: 10px;
    }
    /*Webshop*/
    th.description, td.description {
        display: none;
    }
    table.cashInTbl tr.shopItemRow  span.infoIcon{
        display:inline-block;
    }
    tr.shopThankYouRow span.infoIcon {
        display: none;
    }
    /* Opgeslagen vacatures */
    .outer.aplOuter.aplProfOuter table.aplTbl tr th:nth-child(n+2), .outer.aplOuter.aplProfOuter table.aplTbl tr td:nth-child(n+2) {
        display: none;
    }
    /* Referral portal */
    .outer.referCandidate .itemWord span,
    .outer.referVacancy .itemWord span {
        display: block;
        margin-top: 15px;
    }
    /* Mijn sollicitaties */
    .outer.aplOuter.aplListOuter:not(.hideForRelation) table.aplTbl tr th:first-child,
    .outer.aplOuter.aplListOuter:not(.hideForRelation) table.aplTbl tr td:first-child,
    .outer.aplOuter.aplListOuter.hideForRelation table.aplTbl tr th:last-child,
    .outer.aplOuter.aplListOuter.hideForRelation table.aplTbl tr td:last-child {
        display: none;
    }
    /* Credits bestellen relatie portaal */
    .outer.custOuter.custFinOuter.custFinPackOuter .outerWrapper {
        overflow-x: scroll;
    }
    .outer.custOuter.custFinOuter.custFinPackOuter .outerWrapper .innerWrapper {
        width: 600px;;
    }

    /* Joblist Filter */

}
@media only screen and (max-width:450px) { /* Phone */
    /* Header */
    .candidateProfileImg,
    .profileBlock {
        margin-left: 10px;
    }
    .hamburger {
        margin-right: 10px;
    }
    /* Questionset */
    .formInput.formSmallInput.apllDate > div > div.otysSelect {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        padding: 0!important;
    }
    .formInput.formSmallInput.apllDate > div > div.otysSelect:last-child {
        margin-bottom: 0;
    }
    /* Edit vacature */
    .formInput.cstFi.cstFiTf > div {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width:320px) { /* Iphone 5 */
    div#pContent {
        padding: 10px;
    }
    .pContentWrapper {
        padding: 15px;
    }
    /* Bedrijfsprofielen */
    .snpItem a {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    /* Webshop */
    table.cashInTbl td.image,
    table.cashInTbl th.image {
        display: none;
    }
}


@media print {

    .ultraWideScreen .portalMenu,.ultraWideScreen header,.ultraWideScreen .backToPage,.ultraWideScreen .backToWebsite,.ultraWideScreen div#timesheetMenu,.ultraWideScreen .text.TsIntro,.ultraWideScreen h2.subHeader{
        display: none;
    }

    .ultraWideScreen div#pContent {
        width: 100%;
        height: auto;
        overflow: unset;
        background: transparent;
        padding: 0;
    }
    .ultraWideScreen .pContentWrapper{
        -webkit-box-shadow:none!important;
                box-shadow:none!important;
        max-width: 100%!important;
        margin-top: 0!important;
        padding: 0!important;
        border-radius: 0!important;
    }
    .ultraWideScreen table.hqTbl th,.ultraWideScreen table.hqTbl td {
        border: 1px solid #cecece;
        padding:2px 0;
    }
    .ultraWideScreen div#timesheetTable table th, .ultraWideScreen div#timesheetTable table td {
        padding:3px 4px;
        line-height:16px;
    }
    body.ultraWideScreen{
        font-size: 14px;
    }

}


/*Extra uren registratie shizzle*/
.customwithTimeCalc input.button.calchours,
.customwithTimeCalc input.button.saveHours {
    margin: 0;
}
.customwithTimeCalc .urentabel.loadingPop input.button {
    background: grey;
    cursor: not-allowed;
    pointer-events: none;
}
.customwithTimeCalc .urentabel.loadingPop input[type=time],.urentabel.loadingPop input[type=number]{
    cursor: not-allowed;
    pointer-events: none;
    color:#cecece;
}
.customwithTimeCalc .urentabel.loadingPop .u-cell.inputcell.savingfield{
    position:relative;
}
.customwithTimeCalc .urentabel.loadingPop .u-cell.inputcell.savingfield:after{
    content: '\f0c7';
    font-family: "Font Awesome 5 Pro";
    font-size:1.4rem;
    line-height:1.4rem;
    position: absolute;
    top: calc(50% - 7px);
    right:-15px;
    color:grey;
}
.customwithTimeCalc .urentabel.savedFields .u-cell.inputcell.savingfield{
    position:relative;
}
.customwithTimeCalc .urentabel.savedFields .u-cell.inputcell.savingfield:after{
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size:1.4rem;
    line-height:1.4rem;
    position: absolute;
    top: calc(50% - 7px);
    right:-15px;
    color:#4CAF50;
}
.customwithTimeCalc input.button.saveHours{
    background-color:#4CAF50;
}
#hpopup[noteonly="false"].customwithTimeCalc .urentabel .u-row.popupnotes {
    display: none;
}
.customwithTimeCalc span.addNote{
    display:none!important;
}





/*Planning overview candidate pop up*/

@keyframes cmmodalopenLUX {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes cmpopupopenLUX {
    0% {
        transform:translate(-50%, -50%) scale(0.5);
        opacity: 0;

    }
    100% {
        transform:translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}



.resources .rs-header.h-i.h-i-persons {
    text-align: left;
}
.resources .rs-resource .candidate_extra_info.pop_up {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    max-width: 100%;
    width: 680px;
    cursor: default;
    animation-name: cmpopupopenLUX;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.resources .rs-resource .c_item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    max-width: 600px;
}
.resources .rs-resource .c_item_label {
    font-weight: bold;
    width: 200px;
    padding-right: 15px;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.resources .rs-resource .c_item_value{
    text-align:left;
    width: 400px;
    text-overflow: unset;
    white-space: normal;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.resources .rs-resource .c_item_value span {
    padding: 5px 10px;
    background: #e1e9f6;
    color: #2960b9;
    margin: 2px;
    border-radius: 3px;
}
.candidate_details_extra_info_pop_up_outer {
    position: fixed;
    width: 100%;
    height: 100%;
    background:#364d63e6;
    display: block;
    z-index: 99999999;
    top: 0;
    left: 0;
    animation-name: cmmodalopenLUX;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.resources .rs-resource.cluetip:after {
    content: '\f05a';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    position: absolute;
    top: 6px;
    display: block;
    right: 8px;
}
.resources .rs-resource.cluetip {
    padding-right: 35px;
    position: relative;
    cursor: pointer;
}
.resources .rs-resource .c_item.cImage {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.candidate_popup_top{
    padding:40px 40px 20px 40px;
    border-radius:5px 5px 0 0;
    background-color:#fff;
}
.candidate_popup_bottom {
    padding: 20px 0px 40px 0px;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}
.candidate_popup_bottom_inner {
    padding: 0 30px 0 30px;
    max-height: 340px;
    overflow: auto;
}
.candidate_popup_top .candidate_name {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px 0;
}
.resources .rs-resource .candidate_top_inner .c_item {
    padding: 4px 0;
}


.close_cpop{
    cursor:pointer;
    position:absolute;
    top:20px;
    right:20px;
}

.close_cpop:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f2d3';
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
    color: #fe445a;
}
