.thumb {
  background: #f4f4f4;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.thumb .image {
  -ms-flex: 1;
  flex: 1;
}
.thumb .image img {
  display: block;
  width: 100%;
  height: auto;
}
.thumb .select {
  -ms-flex: 40px;
  flex: 40px;
  -ms-flex-pack: center;
}
.thumb .select,
.thumb .select .select-label {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.thumb .select .select-label {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: center;
  text-transform: uppercase;
}
.thumb .select .select-icon {
  height: 40px;
  width: 40px;
  color: #00aca9;
  display: none;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
.thumb .select .select-icon i {
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4375em;
}
.thumb .title {
  display: none;
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5em;
}
.thumb:hover {
  outline: 4px solid #dadada;
}
.thumb.selected {
  outline: 4px solid #00aca9;
}
.thumb.selected .select-icon {
  display: -ms-flexbox;
  display: flex;
}
.thumb.selected .select-label {
  display: none;
}
.whiteout {
  background-color: hsla(0, 0%, 100%, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}
.flexModal {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 100vh;
  width: 100vw;
  min-width: 400px;
  background-color: #fff;
}
.flexModal,
.flexModal__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexModal__inner {
  min-height: 100%;
}
.flexModal__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6em 1em 1.5em;
}
.flexModal__header h1 {
  font-size: 1.4375em;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.flexModal__header .btn-icon {
  position: absolute;
  right: 4vw;
}
.flexModal__body {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 0.5em 1em;
}
.flexModal__footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1em;
}
.flexModal__footer,
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid .grid-item {
  cursor: pointer;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 1vw;
}
.grid.selected-maximum-is-reached .thumb:not(.selected) {
  pointer-events: none;
}
.grid.selected-maximum-is-reached .thumb:not(.selected) .select-label {
  opacity: 0;
}
.rouletteModal .flexModal__body {
  overflow: hidden;
}
.roulette-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.roulette-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
}
.roulette-wrapper .roulette-header {
  padding: 2em;
  text-align: center;
}
.roulette-wrapper .roulette-header .roulette-logo {
  display: inline-block;
  position: relative;
  width: 440px;
}
.roulette-wrapper .roulette-header .roulette-logo .roulette-logo-icon {
  margin-bottom: 2em;
}
.roulette-wrapper .roulette-header .roulette-logo.small {
  transform: translateY(-15px);
  width: 140px;
  z-index: 20;
}
.roulette-wrapper .roulette-header .roulette-logo.small .roulette-logo-icon {
  transform: translateX(82px) translateY(12px);
  margin-bottom: 0;
  width: 40px;
}
.roulette-wrapper .roulette-header h1 {
  font-weight: 900;
  margin: 1em auto;
}
.roulette-wrapper .roulette-content {
  max-width: 1800px;
  margin: 0 auto;
}
.roulette-wrapper .roulette-footer {
  text-align: center;
}
.roulette-wrapper.auto-height {
  height: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@font-face {
  font-family: icons;
  src: url(/icomoon.ttf) format("truetype"), url(/icomoon.woff) format("woff"),
    url(/icomoon.svg#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  font-family: icons;
  content: attr(data-icon);
}
[class*=" icon-"],
[class^="icon-"],
[data-icon]:before {
  speak: none;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icons !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: -2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-flag:before {
  content: "\E9CC";
}
.icon-help:before {
  content: "\E90A";
}
.icon-ellipsis-v:before {
  content: "\F142";
}
.icon-mail-reply:before {
  content: "\F053";
}
.icon-downloadfile:before {
  content: "\E9C7";
}
.icon-caret-right:before {
  content: "\F0DA";
}
.icon-caret-down:before {
  content: "\F0D7";
}
.icon-caret-up:before {
  content: "\F0D8";
}
.icon-caret-left:before {
  content: "\F0D9";
}
.icon-clippy:before {
  content: "\F035";
}
.icon-sort:before {
  content: "\F0DC";
}
.icon-search:before {
  content: "\F003";
}
.icon-spinner8:before {
  content: "\E981";
}
.icon-call:before {
  content: "\E603";
}
.icon-list:before {
  content: "\F00C";
}
.icon-linkedin:before {
  content: "\E901";
}
.icon-facebook:before {
  content: "\EA90";
}
.icon-twitter:before {
  content: "\EA96";
}
.icon-th-large:before {
  content: "\E902";
}
.icon-chevron-left:before {
  content: "\F053";
}
.icon-chevron-right:before {
  content: "\F054";
}
.icon-chevron-up:before {
  content: "\F077";
}
.icon-chevron-down:before {
  content: "\F078";
}
.icon-arrow-left:before {
  content: "\F066";
}
.icon-arrow-right:before {
  content: "\F067";
}
.icon-arrow-up:before {
  content: "\F068";
}
.icon-arrow-down:before {
  content: "\F069";
}
.icon-filter:before {
  content: "\F0B4";
}
.icon-envelope:before {
  content: "\F0E0";
}
.icon-users:before {
  content: "\F0C0";
}
.icon-star:before {
  content: "\F006";
}
.icon-star-o:before {
  content: "\F007";
}
.icon-spinner:before {
  content: "\F114";
}
.icon-refresh:before {
  content: "\F022";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\F0E2";
}
.icon-suitcase:before {
  content: "\F0F2";
}
.icon-briefcase:before {
  content: "\F0B5";
}
.icon-folder-open:before {
  content: "\E607";
}
.icon-euro:before {
  content: "\F153";
}
.icon-smile-o:before {
  content: "\F118";
}
.icon-frown-o:before {
  content: "\F119";
}
.icon-file-text:before {
  content: "\F15C";
}
.icon-file-o:before {
  content: "\F016";
}
.icon-hourglass-half:before {
  content: "\F252";
}
.icon-calendar-check-o:before {
  content: "\F274";
}
.icon-th-list:before {
  content: "\F00C";
}
.icon-external-link:before {
  content: "\F08E";
}
.icon-check-square-o:before {
  content: "\F048";
}
.icon-square-o:before {
  content: "\F09B";
}
.icon-phone:before {
  content: "\F09A";
}
.icon-exclamation:before {
  content: "\F12A";
}
.icon-bullseye:before {
  content: "\F140";
}
.icon-download:before {
  content: "\F019";
}
.icon-lock:before {
  content: "\F024";
}
.icon-icons_timeduration:before {
  content: "\E61C";
}
.icon-iconsabonnementen:before {
  content: "\E61A";
}
.icon-icons_milestone:before {
  content: "\E617";
}
.icon-icons_activity:before {
  content: "\E616";
}
.icon-icons_mute2:before {
  content: "\E615";
}
.icon-icons_numpad:before {
  content: "\E614";
}
.icon-icons_percent:before {
  content: "\E612";
}
.icon-icons_events-19:before {
  content: "\E611";
}
.icon-icons_admin:before {
  content: "\E600";
}
.icon-icons_artikelen:before {
  content: "\E601";
}
.icon-icons_bedrijf:before {
  content: "\E602";
}
.icon-icons_crm:before,
.icon-user:before {
  content: "\E604";
}
.icon-icons_dashboard:before {
  content: "\E605";
}
.icon-icons_deals:before {
  content: "\E606";
}
.icon-icons_evenementen:before {
  content: "\E608";
}
.icon-icons_facturen:before {
  content: "\E609";
}
.icon-icons_meeting:before {
  content: "\E60A";
}
.icon-icons_planning:before {
  content: "\E60B";
}
.icon-icons_projecten:before {
  content: "\E60C";
}
.icon-icons_settings:before {
  content: "\E60D";
}
.icon-icons_statistieken:before {
  content: "\E61F";
}
.icon-icons_taak:before {
  content: "\E60E";
}
.icon-icons_tickets:before {
  content: "\E60F";
}
.icon-edit_pencil:before {
  content: "\E074";
}
.icon-notifications:before {
  content: "\E24A";
}
.icon-google-drive:before {
  content: "\E900";
}
.icon-book:before {
  content: "\E91F";
}
.icon-location:before {
  content: "\E947";
}
.icon-stopwatch:before {
  content: "\E952";
}
.icon-printer:before {
  content: "\E954";
}
.icon-box-remove:before {
  content: "\E95F";
}
.icon-hour-glass:before {
  content: "\E979";
}
.icon-wrench:before {
  content: "\E991";
}
.icon-bin2:before {
  content: "\E9AD";
}
.icon-star-full:before {
  content: "\E9D9";
}
.icon-heart:before {
  content: "\E9DA";
}
.icon-smile:before {
  content: "\E9E1";
}
.icon-sad:before {
  content: "\E9E5";
}
.icon-minus:before {
  content: "\EA0B";
}
.icon-cross:before {
  content: "\EA0F";
}
.icon-checkmark:before {
  content: "\EA10";
}
.icon-loop2:before {
  content: "\EA2E";
}
.icon-tab:before {
  content: "\EA45";
}
.icon-font-size:before {
  content: "\EA61";
}
.icon-google_drive:before {
  content: "\E900";
}
.icon-dropbox:before {
  content: "\E904";
}
.icon-learn:before {
  content: "\E908";
}
.icon-feedback:before {
  content: "\E909";
}
.icon-plus:before {
  content: "\EA0A";
}
.icon-trophy:before {
  content: "\F091";
}
.icon-check-circle2:before {
  content: "\F05F";
}
.icon-bar-chart:before {
  content: "\F080";
}
.icon-area-chart:before {
  content: "\F1FE";
}
.icon-icons_incoming_call:before {
  content: "\E618";
}
.icon-icons_outgoing_call:before {
  content: "\E619";
}
.icon-icons_missed_call:before {
  content: "\E618";
}
.icon-play:before {
  content: "\E905";
}
.icon-stop:before {
  content: "\E907";
}
.icon-warning:before {
  content: "\EA07";
}
.icon-icons_mute:before {
  content: "\E613";
}
.icon-timetracker:before {
  content: "\E610";
}
.btn-group {
  display: inline-block;
}
.btn-group .btn-text {
  margin-right: 1em;
}
.btn {
  transition: all 0.2s ease-out;
  background-color: #00aca9;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1;
  padding: 1em 1.5em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:hover {
  background-color: #019a98;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
}
.btn.facebook {
  background-color: #3b5998;
}
.btn.facebook:focus,
.btn.facebook:hover {
  background-color: #344e86;
}
.btn.twitter {
  background-color: #4099ff;
}
.btn.twitter:focus,
.btn.twitter:hover {
  background-color: #278bff;
}
.btn.linkedin {
  background-color: #0077b5;
}
.btn.linkedin:focus,
.btn.linkedin:hover {
  background-color: #00669c;
}
.btn.disabled,
.btn.processing {
  color: #fff;
}
.btn.disabled,
.btn.processing {
  background-color: #c0e2e2;
  box-shadow: none;
  pointer-events: none;
}
.btn.processing {
  color: #c0e2e2;
}
.btn.processing:before {
  content: "\E981";
  font-family: icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00aca9;
  animation: spin 1s infinite linear;
  margin-top: -7px;
  margin-left: -9px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.btn-text {
  transition: all 0.2s ease-out;
  color: #2b3b4c;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0.5em;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-text:focus,
.btn-text:hover {
  background-color: #f4f4f4;
  color: #2b3b4c;
  text-decoration: none;
}
.btn-text.disabled {
  background-color: transparent;
  color: #dadada;
  pointer-events: none;
}
.btn-text.alt:focus,
.btn-text.alt:hover {
  background-color: #dadada;
}
.btn-text.alt.disabled {
  color: #bababa !important;
}
.btn-icon {
  transition: all 0.2s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #bababa;
  display: inline-block;
  line-height: 1;
  padding: 0.5em;
  position: relative;
}
.btn-icon .counter {
  height: 14px;
  width: 14px;
  transition: all 0.2s ease-out;
  background-color: #e8423b;
  border-radius: 50%;
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  top: 7px;
  right: 7px;
}
.btn-icon.active {
  color: #2b3b4c;
}
.btn-icon.disabled {
  cursor: default;
}
.btn-icon:focus,
.btn-icon:hover {
  text-decoration: none;
}
.btn-icon:hover {
  color: rgba(43, 59, 76, 0.5);
}
.btn-icon.alt {
  background-color: #00aca9;
  color: #fff;
}
.btn-icon.alt:hover {
  background-color: #019a98;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
* {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
blockquote,
body,
div,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
label,
legend,
li,
nav,
object,
ol,
p,
section,
table,
ul {
  margin: 0;
  padding: 0;
}
article,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
@font-face {
  font-family: proximanova;
  src: url("https://focus.teamleader.eu/images/fonts/proximanova-reg-webfont.woff")
    format("woff");
}
@font-face {
  font-family: proximanova-bold;
  src: url("https://focus.teamleader.eu/images/fonts/proximanova-sbold-webfont.woff")
    format("woff");
  font-weight: 700;
}
body {
  font: 14px proximanova, Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  color: #465668;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300;
  overflow: hidden;
}
.app-content {
  position: relative;
}
img,
object,
video {
  max-width: 100%;
  height: auto;
}
figure,
iframe {
  margin-bottom: 1em;
}
figure img {
  margin-bottom: 0.5em;
}
figcaption {
  font-style: italic;
}
form ol,
form ul {
  list-style: none;
  margin-left: 0;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
label {
  display: block;
  padding-bottom: 0.5em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}
input,
textarea {
  width: 100%;
  border: 1px solid gray;
  padding: 0.5em 0.65rem;
}
input[type="number"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
}
button,
input[type="submit"] {
  padding: 0.5em;
  background: transparent;
  border: 0;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.3em;
}
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.cf {
  *zoom: 1;
}
.cf:after,
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.right {
  float: right;
}
.right-search {
  float: right;
  padding: 0 0 1em;
}
.left {
  float: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
@media (max-width: 46.8em) {
  .hide-small {
    display: none;
  }
}
@media (min-width: 46.8em) and (max-width: 50em) {
  .hide-med {
    display: none;
  }
}
@media (min-width: 50em) {
  .hide-large {
    display: none;
  }
}
.valid {
  color: #a3ce51;
}
.error {
  color: #e8423b;
}
.warning {
  color: #f68d43;
}
.information {
  color: #5488c4;
}
.font-secondary {
  font-family: proximanova-bold, Helvetica, Arial, trebuchet ms, Verdana,
    sans-serif;
}
.wireframe {
  border: thin solid grey;
}
/*# sourceMappingURL=main.0728929ac782d7c1544e7b0cf2a38a6b.css.map*/
