/*
font-family: 'Raleway', sans-serif;
font-family: 'Raleway Dots', cursive;
font-family: 'Raleway', cursive;
 */

 html, body {
    font-family: 'Open Sans','Arial',sans-serif;
    stroke: #27272c;
    font-size: 16px;
    color: #0d1427;
    font-weight: normal;
    line-height: 21px;
    background: #efefef;
}

main {
    background-color:#efefef;
    background-repeat: no-repeat;
    background-image: url("https://quick-skills.be/nl/layout/background?width=2000&height=1300");
    background-attachment: unset;
    background-position: bottom;
    background-size: 100% auto;
    padding: 40px 10px;
    min-height: 600px;
    min-height: calc(100vh - 415px);
    box-sizing: border-box;
}
a {
    color:#00ACEC;
}
.menu-link {
    color: #231f1f;
}
.menu-children {
    background-color: #fff;
}
hr {
    border: 1px solid white;
    border-bottom: none;
}

/**
 * HEADERS
 */
.title, h1, h2, h3, h4, h5 {
    font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.4em;
}
h1 {
    font-size: 3em;
    font-weight: 300;
}


/**
 * COOKIE CONTAINER
 */
.cookie-container {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 550px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    z-index: 9999;
    box-sizing: border-box;
    color: black;
    bottom: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 10px 10px 0;
}
.cookie-container .btn.btn-primary {
    background: none;
    border: 1px solid #222222;
    text-transform: initial;
    font-weight: bold;
    font-size: initial;
    font-style: initial;
    margin-top: 10px;
    color: #222222;
}
.cookie-container .title {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.col-quote {
    border-left: 1px solid #222222;
    font-size: 14px;
    font-style: italic;
}
.cookie-container a {
    color: #222222;
    font-weight: bold;
    text-decoration:underline;
}
.cookie-container .row-spaced > * > *:first-child {
    margin-top: 0;
}
.cookie-container img {
    margin-left: auto;
    margin-right: auto;
}


/**
 * FOOTER
 */
footer {
    background: #2F4C6F;
    padding: 40px 10px;
    color: white;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

/**
 * WELL
 */
.well.error {
    background: #d00906;
    color: white;
}
.well.info {
    background: #a1b2c1;
    color: white;
}
.well.success {
    background: #06d057;
    color: white;
}
.well.warning {
    background: #de9302;
    color: white;
}
.well {
    border-radius: 28px;
    padding: 1rem 2rem;
}

/**
 * BUTTONS
 */
.btn.btn-secondary {
    background: #251f1f;
    color: white;
}


/**
 * APP
 */
body.layout-body header {
    margin-top: 80px;
    text-align: center;
}
body.layout-body header img {height: 100px;margin: 0;}
footer a {
    color: white;
}
footer:not(.secondary) {opacity: .95;font-size: .8rem;}
.layout-body footer, footer.secondary {
    padding: 1em 2em;
    font-size: 12px;
}
body.layout-body main {
    min-height: calc(100vh - 230px);
}
.page-users-login .bg-image:after {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .2);}
.page-cmspages-page .cms-page .w-text {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    padding: 40px;
}
section.menu-account {
    border-bottom: 1px solid white;
}
section.menu-account .menu-list > .menu-item > .menu-link.active {
    border-color: #00ACEC;
}
section.menu-account .menu-list > .menu-item > .menu-link {
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
}
section.menu-account .menu-list > .menu-item > .menu-link:hover, section.menu-account .menu-list > .menu-item > .menu-link:focus {
    background: none;
    border-color: #00ACEC;
    color: #00ACEC;
}
body.layout-account header {
    background: white;
    padding: 10px 0;
}
body.layout-account header img {max-height: 50px;margin-top: 8px;}
header .col-menu {
    text-align: right;
    padding-top: 7px;
}
header .col-menu .menu-list > .menu-item > .menu-link {
    border: 2px solid #242020;
    border-radius: 25px;
    line-height: 1.2em;
    padding: .6em 1.5em .4em 1.5em;
}
.menu-horizontal .menu-has-children > .menu-link:after {
    position: relative;
    left: 5px;
    top: -2px;
}
header .col-menu .menu-list > .menu-item > .menu-link:hover {
    background-color: #242020;
    color: white;
}
header .menu-horizontal .menu-children {
    min-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    padding-top: 9px;
}
header .menu-horizontal .menu-children hr {
    background: #efefef;
    border-color: #efefef;
}
body.show-filter main:after {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.2);}
main {
    position: relative;
}
footer .title {font-size: 1.2rem;margin-bottom: 15px;}
footer .menu-link {
    color: white;
    padding: .2em 0;
}
footer .menu-link:hover {
    background: none;
    text-decoration: underline;
}
.line-left {
    border-left: 1px solid rgba(255, 255, 255, .1);
}
h2 + hr {
    margin-top: -.8rem;
    margin-bottom: 1rem;
}
.btn-wrapper-categories {
    position: fixed;
    top: 100px;
    right: 5px;
    z-index: 5;
    padding-top: 15px;
}
.btn-wrapper-categories > .body .w-text {
    padding: 1rem 1rem;
}
.btn-wrapper-categories > .body {
    display: none;
    position: absolute;
    right: 58px;
    padding-right: 5px;
    top: 0;
}
.btn-wrapper-categories > .btn-primary {
    transform: rotate(-90deg);
    transform-origin: bottom right;
    border-radius: 35px;
    padding: .3rem 2rem 1.05rem 2rem;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    right: 0;
    top: -55px;
}
.btn-wrapper-categories > .btn-primary .icon {
    height: 2rem;
    width: 2rem;
    position: relative;
    left: -5px;
    stroke-width: 1.3px;
    top: .5rem;
}
.btn-wrapper-categories:hover .body {
    display: block;
}
.btn-wrapper-categories .menu-link {
    padding: .75rem 3rem .6rem 3.5rem;
    width: 100%;
    white-space: normal;
    box-sizing: border-box;
}
ul.legend {
    margin-top: 5px;
    font-size: .8rem;
}
ul.legend .ex {
    background: #efefef;
    height: 10px;
    width: 10px;
    border-radius: 0;
    display: inline-block;
    margin-right: 10px;
}
.btn-wrapper-categories hr {
    border-color: rgba(0, 0, 0, .2);
    margin: 0;
}
.menu-categories.menu.menu-threaded .menu-item:before {content: " ";height: 10px;width: 10px;background: #efefef;position: absolute;top: 1rem;left: 1.6rem;border-radius: 50%;}
.menu-categories.menu.menu-threaded .menu-item[data-status-id="2"]:before, ul.legend li.done .ex {background:#36a991;}
.menu-categories.menu.menu-threaded .menu-item[data-status-id="1"]:before, ul.legend li.basic-knowledge .ex {background:#e0d171;}
.menu-categories.menu.menu-threaded .menu-item[data-status-id="0"]:before, ul.legend li.to-do .ex {background:#b9365c;}
.menu-categories > .menu-item > .menu {
    display: none;
}
.menu-categories > .menu-item.open .menu {
    display: block;
    position: unset;
    padding-left: 2rem;
    padding-bottom: 1rem;
}
.menu-categories > .menu-item.open > .menu .menu-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 1rem;
}
.box-education .w-text {
    line-height: 32px;
    font-size: 20px;
    margin-top: 2.14em;
    letter-spacing: -0.003em;
    word-break: break-word;
    font-style: normal;
    color: #242424;
}
.box-education .w-h3 + .w-text {
    margin-top: 1em;
}
.box-education .w-text, .box-education .w-image {
    margin-bottom: 2em;
}
.box.box-secondary {
    background: #eff1f3;
}
.box.box-secondary .btn.btn-secondary {
    background: white;
    color: #302d2d;
}
.box.box-secondary .btn.btn-secondary:hover, .box.box-secondary .btn.btn-secondary:focus {
    background: #f9f9f9;
}
.progressbar {
    max-width: 1200px;
    margin: 1.5rem auto;
    background: #d2d2d2;
    position: relative;
    height: 10px;
    border-radius: 6px;
    /* overflow: hidden; */
}
.progressbar .progress, .progressbar .label {
    position: absolute;
    height: 100%;
}
.progressbar .progress {
    background: #06d057;
    left: 0;
    top: 0;
    border-radius: 6px;
}
.progressbar .label {
    left: 0;
    bottom: -1em;
    font-size: .8rem;
    color: #06d057;
}



/**
 * change
 */

.btn-marker.pink {
    color: #ff3cdf;
}

.btn-marker.yellow {
    color: #fff600;
}

.btn-marker.green {
    color: #00e300;
}

.btn-marker.blue {
    color: #5151ff;
}
.toolbar {
    position: fixed;
    right: 5px;
    top: 500px;
    background: white;
    z-index: 10;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: .5rem 0;
}

.toolbar .toolbar-item {
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

.toolbar .toolbar-item .icon {
    width: 20px;
    height: 20px;
}

.toolbar .toolbar-item:hover, .toolbar .toolbar-item.active {
    background: #efefef;
}
.toolbar .toolbar-item .body {
    position: absolute;
    right: 58px;
    display: none;
    width: 300px;
    background: white;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    top: 0;
}
.toolbar .toolbar-item.note .body {
    background: #fff7be;
}

.toolbar .toolbar-item.note .form-group {
    margin-bottom: 0;
}

.toolbar .toolbar-item.note textarea {
    background: rgba(255, 255, 255, 0.44);
}
.toolbar-item .body .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    z-index: 1;
    width: 15px;
    text-align: center;
    opacity: .7;
}

.toolbar-item .body .btn-close:hover {
    font-weight: bold;
    opacity: 1;
}

.toolbar .toolbar-item.active .body {
    display: block;
}
.toolbar .toolbar-item .btn-toolbar {
    padding: 18px;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    line-break: auto;
}
.fade.in {
    opacity: 1;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip.left {
    right: 100%;
    left: unset !important;
}
.btn-wrapper-categories > .body > .body-inner {
    background: white;
    border-radius: 25px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 300px);
    overflow: auto;
    width: 24rem;
}
svg.icon.btn-toggle-open {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .7;
    padding: 14px 15px;
    cursor: pointer;
}
svg.icon.btn-toggle-open:hover {
    opacity: 1;
}
.menu-item.open .btn-toggle-open {transform: rotate(180deg);}
.btn-wrapper-categories .menu-children {
    font-size: .9em;
}
.menu-categories > .menu-item > .menu-link {
    font-weight: bold;
}
.btn-wrapper-categories .menu-children .menu-link {
    padding: .55rem 3rem .4rem 3.5rem;
}
.progressbar.fixed {
    position: fixed;
    top: 0;
    left: calc(50% - 600px);
    width: 100%;
    z-index: 5;
    margin: 0;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    height: 13px;
    border-radius: 0 0 6px 6px;
}
.progressbar.fixed .label {
    bottom: 0px;
    color: white;
    z-index: 1;
    left: 15px;
    font-size: 8px;
    line-height: 13px;
}
.w-text ul, .w-text ol {
    padding-left: 23px;
}
.w-tip, .w-exercise {
    color: white;
	background: #667a90;
    padding: 20px;
    position: relative;
    margin: 20px 0;
    padding-left: 100px;
}

.w-tip .icon, .w-exercise > .icon {
    position: absolute;
    top: 0;
    left: 35px;
    fill: white;
    width: 35px;
    height: 100%;
}
.container-fluid .box-education {
    max-height: 90vh;
    overflow: auto;
}
.w-exercise .btn.btn-primary {
    background: #251f1f;
    padding: .7em 1.4em;
}
.menu-tabs .menu-link {
    background: #d2d2d2;
    color: white;
    cursor: pointer;
}
.menu-tabs .menu-item.active .menu-link, .menu-tabs .menu-item:hover .menu-link {
    background: #251f1f;
}

header a {
    color: black;
}

header a.active {
    color: #3d71a9;
    text-decoration: none;
}
.cms-page table td {padding: 0 1em;}

.cms-page table td:first-child {
    padding-left: 0;
}

.cms-page table td:last-child {
    padding-right: 0;
}

.update-group .update-label {
    position: absolute;
    right: 0;
    white-space: nowrap;
}

.update-group.update-saved .update-label {
    color: #06d057;
}

.update-group .update-label .icon {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 0;
}
.input-select .input-overlay {
    display: none;
}
.input-select.form-group select.form-control {
    padding-left: 2.5em;
}