@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

/* OTYS YELLOW: f4af1b */

*{-webkit-box-sizing:border-box;box-sizing:border-box;}
html{
    font-size:62.5%;
}
html,body{
    margin:0;
    padding:0;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    color: #353535;
    background-color: #f3f3f3;
    min-height: 100vh;
}
body#referral {
    background-color: #fff;
}
.sw {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
.sw.xs{
    max-width:500px;
}
.table{
    height: 100%;
    width: 100%;
    display: table;
}
.cell{
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6, .widget-title{
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
h1 {
    margin: 0 0 20px 0;
    font-size: 3rem;
    color: #353535;
}
h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    color: #353535;
    margin: 0 0 20px 0;
}
h3{
    margin:0 0 15px 0;
}
*:focus{
    outline:none;
}
.input_wrap {
    margin: 0 0 15px 0;
}

/* Content */
.outer.contentOuter h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #353535;
    margin: 0 0 15px 0;
}
.outer.contentOuter .text.contentText {
    margin: 0 0 30px;
}

/* Buttons */
.button, button, input[type="submit"] {
    display: inline-block;
    color: #fff!important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
    border-radius: 3px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    appearance: none;
    color: #fff;
    background-color: #f4af1b;
    border-color: #f4af1b;
}
.button:hover, button:hover, input[type="submit"]:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #f4af1bc4;
    border-color: #f4af1b;
    cursor: pointer;
}
.button:focus, button:focus, input[type="submit"]:focus {
    -webkit-box-shadow: 0 0 0 0.15rem #f4af1bc4;
            box-shadow: 0 0 0 0.15rem #f4af1bc4;
}
button.highlight {
    background: rgba(255 36 70, 0.8);
}

/* Inputs */
::-webkit-input-placeholder {
    color: #d4d4d4;
}
::-moz-placeholder {
    color: #d4d4d4;
}
:-ms-input-placeholder {
    color: #d4d4d4;
}
::-ms-input-placeholder {
    color: #d4d4d4;
}
::placeholder {
    color: #d4d4d4;
}
select {
    height: 40px;
}
.formInput {
    margin: 0 0 20px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.formInput input[readonly="readonly"] {
    background: #F3F4F6!important;
    color: #6B7280;
    box-shadow: none;
    cursor: default;
}
/* 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;
    color: #f4af1b;
    font-weight: bold;
}
.fileInputHolder.empty:hover:after {
    color: #000;
}
.inputFile{
    cursor: pointer;
    color: #757575;
}
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 #ccc;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    border-radius: 3px;
}
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 #eee;
}

.input-passwrap {
    position: relative;
}
.input-passwrap span.eye{
    content: '';
    width: 22px;
    height: 100%;
    -webkit-mask-image: url(../_images/eye-slash-solid.svg);
    -webkit-mask-size: 22px 18px;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: #ccc;
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
    display: block;
}
.input-passwrap span.eye:hover:after,
.input-passwrap span.eye.show{
    -webkit-mask-image: url(../_images/eye-solid.svg);
    background-color: #f4af1b;
}
.input-passwrap span.eye.show:hover:after{
    -webkit-mask-image: url(../_images/eye-slash-solid.svg);
}


label {
    margin-bottom: 3px;
    display: block;
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    font-family:inherit;
}
label span {
    color: #898989;
    font-size: 1.2rem;
    font-weight: 300;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, input[type="number"] {
    width: 100%!important;
    -webkit-appearance: none!important;
    border: none;
    padding: 7px 15px!important;
    border-radius: 3px!important;
    background: #fff!important;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #ccc;
}
textarea{
    width: 100%;
    -webkit-appearance: none!important;
    border: none;
    padding: 7px 15px!important;
    min-height: 110px;
    border-radius: 3px;
    background: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #ccc;
}
select {
    width: 100%!important;
    -webkit-appearance: auto!important;
}
input:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 10px #00000026;
            box-shadow: 0 0 10px #00000026;
}

/*Radios*/
.radio-container.inline {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.radio {
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
}
.radio-container.inline .radio {
    margin-right: 15px;
}
.radio:last-child {
    margin: 0;
}
.radio > label {
    color: #111827;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0;
    cursor: pointer;
    padding-left: 10px;
    font-weight: normal;
    margin-top: 3px;
}
.radio > input[type="radio"]{
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 100%;
    cursor: pointer;
    margin:0;
    padding: 0;
}
.radio > input[type="radio"]:checked {
    background: #000;
    box-shadow: inset 0 0 0px 4px #fff;
}
/*Checkbox*/
.checkbox-container.inline {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.checkbox {
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
}
.checkbox-container.inline .checkbox {
    margin-right: 15px;
}
.checkbox:last-child {
    margin: 0;
}
.checkbox > label {
    color: #111827;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0;
    cursor:pointer;
    padding-left:10px;
}
.checkbox > input[type="checkbox"]{
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius:3px;
    cursor: pointer;
    margin:0;
    padding: 0;
}
.checkbox > input[type="checkbox"]:checked{
    background-image:url(../../_images_global/portal_v3/checkbox-check.svg);
    background-repeat:no-repeat;
    background-size:12px auto;
    background-position:center;
    background-color: #000;
}
/* Explain */
.formInput, textarea {
    position: relative;
}
.explain-wrapper {
    display: inline-block;
    cursor: pointer;
}
.explain-wrapper i {
    color: #111827;
    margin-left: 7px;
    font-size: 1.4rem;
}
.explain {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(17 24 39 / 10%);
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #111827;
}

select option{
    padding:5px 12px;
}
select option[value="-1"] {
    background: #000000;
    color: #fff;
}
ul li {
    margin: 0;
    padding: 0;
}
ul {
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
}
p,.text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin: 0 0 15px 0;
}
p:last-child{
    margin:0;
}
.text-wrapper p:last-child {
    margin: 0;
}
.form-error:empty{
    display:none;
}
.popup-modal .error, .popup-modal .errormailError {
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #F87171;
    margin: 0 0 10px;
    font-weight: bold;
}
.popup-modal .formInput .error,
.formInput .error,
.error.aplError {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #F87171;
    margin-top: 5px;
    font-weight: bold;
}
.formInput.error-mode input, .formInput.error input{
    border-color:#F87171;
}
.formInput.error label {
    color: #F87171;
}
.error.aplError.aplStartErrorFpwd {
    margin: -10px 0 20px 0;
}
.formInput input:disabled {
    background-color: #F3F4F6;
}
.formInput input:focus,.standard-el-item.focus-mode input{
    border-color:#111827;
    box-shadow:0 1px 3px rgba(17, 24, 39, 0.15);
}
a.button.LoginButtonError {
    display: none;
}


/* 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;
    padding: 13px 0;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    text-align: center;
    margin-left: 15px;
    transition: .2s;
}
.hamburger:hover {
    background: #F3F4F6;
    cursor: pointer;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 20px;
}
.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: 15px;
    height: 2px;
    -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: 1px;
    background-color: #111827;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -5px;
}
.hamburger-inner:after {
    bottom: -5px;
}
.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: #111827;
}
.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);
}

/*Main styling*/
body#login .bisjab {
    display: none;
}
#wrapper {
    display: flex;
    height: 100vh;
}
#main {
    display: block;
    flex: 0 0 auto;
    width: calc(100% - 260px);
    position: relative;
}
#bisjab {
    padding: 30px 60px;
    height: calc(100vh - 90px);
    overflow-y: auto;
}

/*Sidebar*/
#sidebar {
    width: 260px;
    background: #F9FAFB;
    flex: 0 0 auto;
    padding: 30px;
    border-right: 1px solid #E0E0E0;
}
#logo {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}
#logo .logo, #logo .logo img, #logo .logo svg {
    height: auto!important;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
}

/*Menu styling*/
.main-menu{
	padding:40px 0 0 0;
}
.menu-link{
	margin:0 0 5px 0;
}
.menu-link > a {
    display: block;
    text-decoration: none;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #9CA3AF;
    margin: 0 0 30px;
}
.menu-link > a.active{
    color: #000000;
}
.menu-link > a:hover {
    color: #000000;
}
.menu-link > a:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
	margin-right: 15px;
    font-weight: normal;
    font-size: 2rem;
    width: 22px;
    display: inline-block;
}
.menu-link.menu-link-home > a:before {
    content: '\f015';
}
.menu-link.menu-link-profilepage > a:before {
    content: '\f2bd';
}
.menu-link.menu-link-logindata > a:before {
    content: '\f084';
}
.menu-link.menu-link-supplyjob > a:before {
    content: '\f319';
}
.menu-link.menu-link-refercandidate > a:before {
    content: '\f234';
}
.menu-link.menu-link-referbalance > a:before {
    content: '\f51e';
}
.menu-link.menu-link-webshop > a:before {
    content: '\f07a';
}
.menu-link.menu-link-ranking > a:before {
    content: '\f080';
}
.menu-link.menu-link-logout > a:before {
    content: '\f08b';
}
.menu-link.menu-link-supplyjob {
    display: none;
}
.menu-link.menu-link-extra > a[title="Spelregels"]:before {
    content: '\f02d';
}
.menu-link.menu-link-extra > a[title="FAQ"]:before {
    content: '\f128';
}

/*Topbar*/
#topbar {
    position: relative;
    height: 90px;
    margin: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
    box-shadow: inset 0px -1px 0 0px #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#topbar .topbar-inner {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    max-width: 520px;
    margin: 0 auto;
}
body.big-body #topbar .topbar-inner {
    max-width: 1040px;
    padding: 0 20px;
}
#topbar-title a {
    display: none;
}
#topbar h1 {
    display: block;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: bold;
    margin: 0;
}
#bisjab h1 {
    display: none;
}
.balance-wrapper {
    display: flex;
    align-items: center;
}
.balance-wrapper span {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #343434;
}
.balance-wrapper span a,
.balance-wrapper span a:hover {
    color: #343434;
    text-decoration: none;
}
.balance-wrapper img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}


/*Messages*/
.messages {
    position: fixed;
    top: 90px;
    right: 40px;
    max-height: calc(100vh - 110px);
    overflow: hidden;
}
.message {
    max-width: 450px;
    opacity:0.2;
}
.message_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:25px 30px 25px 20px;
    background: #fff;
    box-shadow: 0 5px 10px rgb(17 24 39 / 5%);
    border: 1px solid #D1D5DB;
    border-radius: 10px;
    position: relative;
}
.message_icon{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #4B5563;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
.message_icon:before{
    content: '\f075';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-weight:bold;
    color:#fff;
}
.message_close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    text-align: center;
    line-height: 15px;
}
.message_close:before {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-weight: bold;
    color: #A2A4BC;
    font-size: 10px;
}
.message.remove {
    display:none;
}


.message.success .message_inner{
    background-color:#DCFCE7;
    border-color:#15803D;
}
.message.success .message_icon{
    background-color:#15803D;
}
.message.success .message_icon:before{
    content: '\f00c';
    color:#fff;
}
.message.success .message_text,.message.success .message_title{
    color:#15803D;
}

.message.alert .message_inner{
    background-color:#FEE2E2;
    border-color:#B91C1C;
}
.message.alert .message_icon{
    background-color:#B91C1C;
}
.message.alert .message_icon:before{
    content: '\f071';
    color:#fff;
}
.message.alert .message_text,.message.alert .message_title{
    color:#B91C1C;
}


/* Bisjab */
body#smallwidth main {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 20px 0;
}
.bisjab-smallwidth {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 30px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    position: relative;
}
.bisjab-smallwidth h1 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 1.8rem;
}

/* Login */
body#login #teaser1 img {
    max-width: 150px;
    width: 100%!important;
    height: 100%!important;
}
#teaser1 img {
    margin: 0 auto 30px;
}
body#login main {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 20px 0;
}
/* Subscribe */
.intro.aplIntro.aplEnrollIntro ul {
    display: none;
}
/* Teaser 2 */
.teaser2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
}
/* End teaser 2 */
.login-block {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 30px;
    background: #fff;
    border-radius: 5px;
    z-index: 1;
    box-shadow: 1px 1px 10px #0003;
}
.loginHook .hookButton input {
    width: 100%;
    margin: 0 0 20px;
}
.ocdHookHeader {
    text-align: center;
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 1.8rem;
}
.ocdHookText.notRegistered {
    display: none;
}
.loginHook .hookText a {
    text-decoration: underline;
    color: #f4af1b;
}
.loginHook .hookText, .loginHook .hookText a {
    font-size: 1.4rem;
    text-align: center;
    color: #343434;
}
.loginHook.ocdHOlogged .ocdHookHeader {
    display: none;
}
.loginHook.ocdHOlogged .ocdHookText.logged {
    text-align: center;
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 1.8rem;
}
.hookButton.webUserHookButton.ocdHookButton.wuhLoggedinProfile input {
    width: 100%;
    margin: 0 0 10px!important;
}
.hookButton.webUserHookButton.ocdHookButton.wuhLoggedinOut input {
    background: #f4af1b;
    border: #f4af1b;
    margin: 0;
}
.hookButton.webUserHookButton.ocdHookButton.wuhLoggedinOut input:hover {
    background-color: #f4af1bc4;
    border-color: #f4af1b;
}
.hookButton.webUserHookButton.ocdHookButton.wuhLoggedinOut input:focus {
    -webkit-box-shadow: 0 0 0 0.15rem #f4af1bc4;
    box-shadow: 0 0 0 0.15rem #f4af1bc4;
}

/* Faq */
.intro.contentIntro {
    margin: 0 0 40px;
}
.faq-item {
    border: 1px solid #EAEBFA;
    border-radius: 5px;
    padding: 15px 25px;
    margin: 0 0 15px;
    cursor: pointer;
    background: #fff;
    transition: .2s;
}
.faq-item:hover, .faq-item.open {
    box-shadow: 0 10px 20px #e2e4f7;
}
.faq-question {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 3.2rem;
    position: relative;
    padding-right: 30px;
}
.faq-question:after {
    content: '\f055';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    position: absolute;
    right: 0;
    top: 0;
}
.faq-item.open .faq-question:after {
    content: '\f056';
}
.faq-item .faq-answer {
    display: none;
    margin-top: 15px;
}
.faq-item.open .faq-answer {
    display: block;
}


/* Referral */
#bisjab .small-inner, 
body.small-body #bisjab h1 {
    max-width: 520px;
    width: 100%;
    margin: 0 auto 15px;
}
#bisjab .big-inner {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto 15px;
}

/* Vacancies */
.refReferralContainer {
    display: flex;
    flex-wrap: wrap;
}
.itemContainer.shVacIc {
    width: 100%;
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #f9fafb;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #353535;
}
@media (min-width: 991px) {
    .itemContainer.shVacIc:nth-child(odd){
        width: 50%;
        margin-right: 10px;
        width: calc(50% - 10px);
    }
    .itemContainer.shVacIc:nth-child(even){
        width: 50%;
        margin-left: 10px;
        width: calc(50% - 10px);
    }
}
.itemContainer.shVacIc a {
    color: #353535;
    font-weight: bold;
}
.itemContainer.shVacIc .shIVacTitle a {
    text-decoration: none;
    color: #353535;
    display: block;
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.itemContainer.shVacIc .shIVacTitle a:hover {
    text-decoration: none;
    color: #f4af1b;
}
.vacancy-topper {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
}
.itemWord.shVacIWord.shWordLoc {
    color: #9ca3af;
    text-transform: capitalize;
    font-size: 1.4rem;
}
.itemWord.shVacIWord.shWordLoc:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
	margin-right: 5px;
    font-weight: bold;
}
h3.itemTitle.shIVacTitle {
    margin: 0 0 10px;
}
.vacancy-top {
    margin: 0 0 15px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}
.vacancy-bottom {
    display: flex;
    justify-content: space-between;
}
.vacancy-bottom a {
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 1.4rem;
}
a.share {
    display: none;
}
.vacancy-bottom a.share:before {
    content: '\f064';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
	margin-right: 5px;
    font-weight: normal;
    font-size: 1.4rem;
}
.vacancy-bottom a.refer:before {
    content: '\f234';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
	margin-right: 10px;
    font-weight: normal;
    font-size: 1.4rem;
}
.vacancy-bottom a:hover:before {
    font-weight: bold;
}
.shVacIc{
    position: relative;
}
.addthis_share_wrapper{
    position: absolute;
    top: calc(100% - 20px);
    left: calc(100% - 60px);
    background: #f9fafb;
    padding: 10px;
    border-radius: 5px;
    width: 200px;
    z-index: 999;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    display: none;
}
.share:hover + .addthis_share_wrapper,.addthis_share_wrapper:hover{
    display:block;
}
.at-share-btn-elements > a {
    width: 100%;
}


/* Vacancy Detail */
.vacancyDetail-text {
    margin-bottom: 20px;
}
.outer-vacancyDetail .buttonContainer.shButtonContainer > * {
    width: 100%;
    margin: 0 0 10px;
}
.referCandidate {
    padding: 30px;
    margin-bottom: 20px;
    background: #f9fafb;
    border: 1px solid #e0e0e0;
}
.buttonContainer a.share:before {
    content: '\f064';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
	margin-right: 5px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
}
.buttonContainer a.refer:before {
    content: '\f234';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
	margin-right: 10px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
}
.shTextLoc:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    margin-right: 5px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #f4af1b;
}
.shTextInvoerdatum:before {
    content: '\f133';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    margin-right: 5px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #f4af1b;
}
.vacancyDetail-top {
    display: flex;
    margin-bottom: 10px;
}
.vacancyDetail-top > * {
    margin: 0 20px 0 0;
}
.outer.aplOuter.aplTyOuter {
    padding: 30px;
}

/* Dashboard */
#teaser3 .row > div {
    margin-bottom: 20px;
}
#teaser3 .teaserItemContainer .tFoto {
    display: none;
}
#teaser3 .teaserItemContainer {
    padding: 100px 20px 20px 20px;
    border-radius: 5px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: cover;
    height: 100%;
}
#teaser3 .teaserItemContainer:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: linear-gradient(transparent,#000,#000);
    position: absolute;
    left: 0;
    top: 0;
}
#teaser3 .teaserItemContainer a,
#teaser3 .teaserItemContainer h2 {
    color: #fff;
}
#teaser3 .teaserItemContainer:hover {
    cursor: pointer;
}
#teaser3 .teaserItemContainer h2 {
    margin-bottom: 10px;
}
#teaser3 .teaserItemContainer:hover .tText {
    transform: translateY(-10px);
}
#teaser3 .teaserItemContainer:hover a {
    text-decoration: none;
}
#teaser3 .teaserItemContainer .tText {
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 5px #000;
    transition: .2s;
}

/* Refer candidate */
.referCandidate h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    color: #353535;
    margin: 0 0 20px 0;
}
.referCandidate.popup-modal {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.referCandidate-popup-inner {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
}
.outer.aplOuter.qsOuter {
    padding: 30px;
}
.popup-modal h2 {
    color: #f4af1b;
}
.popup-modal .error,
.popup-modal .errormailError {
    margin-left: 0;
}
.popup-modal{
    width: 600px;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFF;
    max-width: calc(100% - 30px);
    color: #000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
    z-index: 999;
    overflow-y: auto;
    max-height: calc(100% - 200px);
}
.popup-modal.active {
    opacity: 1;
    visibility: visible;
}
.popup-modal .close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.popup-modal .close-popup:hover {
    color: #f4af1b;
}
.popup-modal .close-popup:after {
    content: '\f057';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #00061E;
    font-size: 20px;
}
.popup-modal-background {
    position: fixed;
    background: rgba(0, 0, 0, .8)!important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.popup-modal-background.active {
    visibility: visible;
    opacity: 1;
}
.popup-modal .formInput {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}

.error.aplTextError.fixedError {
    padding: 40px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.outer.qsvacancy-outer {
    padding-bottom: 20px;
}

/* Webshop */
.referProductContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.referProduct {
    border: 1px solid #e0e0e0;
    background: #f9fafb;
    border-radius: 5px;
    margin: 0 10px;
    color: #353535;
    height: 100%;
}
.itemOuter {
    width: calc(100% / 3);
    margin-bottom: 20px;
}
.referProduct .referProductInner {
    padding: 20px;
}
.background-image {
    height: 150px;
    background-size: cover;
}
.productName {
    font-weight: bold;
}
.referProductBottom {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}
.referProductBottom .credits {
    font-weight: bold;
}
.referProductBottom .credits img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.referProductBottom .credits {
    display: flex;
    align-items: center;
}
.referProductBottom input {
    margin: 0;
}

/* Cash in */
table.cashInTbl {
    width: 100%;
    margin: 30px 0;
}

/* Ranking */
.ranking-header {
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}
.ranking-header .name-header {
    flex-grow: 1;
    padding-left: 20px;
}
.referral-ranking .itemContainer {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.referral-ranking .itemContainer:nth-child(even) {
    background: #f9fafb;
}
.itemContainer.referralRanking .name {
    flex-grow: 1;
    padding-left: 20px;
}
.itemContainer.referralRanking .rank {
    font-weight: bold;
}
.itemContainer.referralRanking .rank,
.ranking-header .rank-header {
    width: 25px;
    text-align: center;
}
.referral-top .podium-item {
    width: calc(100% / 3 );
    text-align: center;
    box-shadow: 0 10px 30px #e2e4f7;
    background: #fff;
    padding: 50px 30px;
    border-radius: 10px;
    cursor: pointer;
}
.podium-item.podium-item-0 {
    order: 1;
    transform: scale(1.1);
}
.podium-item.podium-item-0 img {
    transform: scale(1.4);
}
.referral-top .podium-item-0:hover img {
    animation: shake1 200ms infinite;
    animation-timing-function: linear;   
}
.referral-top .podium-item-1:hover img,
.referral-top .podium-item-2:hover img {
    animation: shake2 150ms infinite;
    animation-timing-function: linear;   
}
@keyframes shake1 {
    0% { transform: scale(1.4) rotate(2deg); }
    50% { transform: scale(1.4) rotate(-2deg); }
    100% { transform: scale(1.4) rotate(2deg); }
}
@keyframes shake2 {
    0% { transform: rotate(2deg); }
    50% { transform: rotate(-2deg); }
    100% { transform: rotate(2deg); }
}
.referral-top {
    display: flex;
    margin: 40px auto 60px;
    max-width: 850px;
}
.referral-top .podium-item img {
    margin: 0 auto 30px;
    max-width: 103px;
    width: 100%;
}
.podium-item.podium-item-1 {
    order: 0;
}
.podium-item.podium-item-2 {
    order: 2;
}
.referral-top .podium-item .points {
    font-size: 2.2rem;
    font-weight: bold;
}
.outer.ranking-outer .text {
    display: none;
}
canvas#canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    pointer-events: none;
}

/* Credit balance */
.itemContainer.custIc.custFinIc.custFinBoughtIc {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.itemContainer.custIc.custFinIc.custFinBoughtIc:nth-child(even) {
    background: #f9fafb;
}
.creditDate {
    font-weight: bold;
    margin-right: 15px;
    width: 100px;
}
.creditItem {
    display: flex;
}
.itemContainer.positive .itemWord.creditItemVal {
    color: #84c39e;
    font-weight: 500;
}
.itemContainer.positive .itemWord.creditItem:before {
    content: '\f151';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    margin-right: 20px;
    font-weight: bold;
    width: 17px;
    display: inline-block;
    color: #84c39e;
    font-size: 2rem;
    line-height: 2.4rem;
}
.itemContainer.negative .itemWord.creditItemVal {
    color: #fe6563;
    font-weight: 500;
}
.itemContainer.negative .itemWord.creditItem:before {
    content: '\f150';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    margin-right: 20px;
    font-weight: bold;
    width: 17px;
    display: inline-block;
    color: #fe6563;
    font-size: 2rem;
    line-height: 2.4rem;
}
.itemContainer.equal .itemWord.creditItemVal {
    color: #343434;
    font-weight: 500;
}
.itemContainer.equal .itemWord.creditItem:before {
    content: '\f52c';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    margin-right: 20px;
    font-weight: bold;
    width: 17px;
    display: inline-block;
    color: #343434;
    font-size: 2rem;
    line-height: 2.4rem;
}
.creditItem span {
    margin-right: 5px;
}
.creditItemWrapper {
    display: flex;
}
.creditbalanceHeader {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin: 30px 0 10px;
}
.creditbalanceFooter {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    margin: 20px 10px 0 0;
    padding-bottom: 20px;
}
.creditbalanceFooter .itemWord.creditItem {
    margin-right: 10px;
}
.creditbalanceSticky {
    display: none;
}
.itemWord.creditItemVal {
    margin-left: 10px;
}
.creditItem {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 990.98px) {
    .itemOuter {
        width: 50%;
    }
    .hamburger {
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 8px 0;
    }
    #topbar-tools .tools-expand {
        width: 40px;
        height: 40px;
    }
    #topbar-tools .tools-expand:before {
        content: '\f142';
        font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
        font-size: 2.4rem;
        text-align: center;
        line-height: 4rem;
        color: #111827;
    }
    #topbar-title a {
        margin-left: 15px;
        display: block;
        max-height: 40px;
    }
    #topbar-title a img {
        max-height: 40px;
        width: auto!important;
        margin: 0;
    }
    #topbar .topbar-inner {
        max-width: 100%;
    }
    #sidebar #logo {
        display: none;
    }
    #topbar h1 {
        display: none;
    }
    .main-menu {
        padding: 0;
    }
    #bisjab h1 {
        display: block;
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin: 0 0 15px;
    }
    #bisjab {
        padding: 15px 15px;
        height: 100%;
        overflow-y: initial;
    }
    #main {
        width: 100%;
    }
    #sidebar {
        position: fixed;
        z-index: 100;
        height: 100%;
        transform: translateX(-100%);
        transition: .2s;
    }
    #topbar {
        height: 60px;
    }
    #topbar-tools {
        top: 10px;
        right: 15px;
        display: flex;
        align-items: center;
        margin-right: 10px;
    }
    body.menuOpen #sidebar {
        transform: translateX(0);
    }
    body:after {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 0.5);
        left: 0;
        top: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: .2s;
    }
    body.menuOpen:after {
        opacity: 100%;
        visibility: visible;
    }

    .creditItemWrapper {
        display: flex;
        flex-direction: column;
    }

    .itemContainer .itemWord.creditItem:before {
        display: none!important;
    }
    .itemContainer.custIc.custFinIc.custFinBoughtIc {
        padding-left: 30px;
        position: relative;
    }
    .itemContainer.negative:before {
        content: '\f150';
        font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
        margin-right: 20px;
        font-weight: bold;
        width: 17px;
        display: inline-block;
        color: #fe6563;
        font-size: 2rem;
        line-height: 2.4rem;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .itemContainer.equal:before {
        content: '\f52c';
        font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
        margin-right: 20px;
        font-weight: bold;
        width: 17px;
        display: inline-block;
        color: #343434;
        font-size: 2rem;
        line-height: 2.4rem;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .itemContainer.positive:before {
        content: '\f151';
        font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
        margin-right: 20px;
        font-weight: bold;
        width: 17px;
        display: inline-block;
        color: #84c39e;
        font-size: 2rem;
        line-height: 2.4rem;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .creditbalanceSticky {
        position: fixed;
        z-index: 10;
        bottom: 20px;
        background: #fff;
        right: 15px;
        box-shadow: 3px 3px 10px #0000001c;
        margin: 0;
        border-radius: 5px;
        display: flex;
        padding: 10px;
        border: 1px solid #e0e0e0;
    }
    .creditbalanceFooter {
        padding-bottom: 80px;
    }
    .stickyLabel {
        margin-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .itemOuter {
        width: 100%;
    }
    .outer.aplOuter.qsOuter {
        padding: 20px;
    }
    .login-block,
    .bisjab-smallwidth {
        max-width: 90%;
        padding: 30px 20px;
    }
    .outer.outer-vacancyDetail .row > div:nth-child(2) {
        order: -1;
        margin-bottom: 20px;
    }
}

@media (max-width: 500.98px) {
    #bisjab .widget {
        margin: 0 0 10px;
    }

    .podium-item.podium-item-0 img {
        margin-bottom: 30px;
    }
    .referral-top .podium-item {
        padding: 30px 10px 20px;
    }
    .referral-top .podium-item img {
        margin: 0 auto 20px;
        max-width: 55px;
        width: 100%;
    }
    .referral-top .podium-item .points {
        font-size: 1.6rem;
        font-weight: bold;
    }
    .referral-top .podium-item .name {
        font-size: 1.4rem;
    }
}