@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?kryh5a");
  src: url("fonts/icomoon.eot?kryh5a#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?kryh5a") format("truetype"), url("fonts/icomoon.woff?kryh5a") format("woff"), url("fonts/icomoon.svg?kryh5a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("fonts/dinpro-medium-webfont.woff2") format("woff2"), url("fonts/dinpro-medium-webfont.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "DIN";
  src: url("fonts/dinpro-bold-webfont.woff2") format("woff2"), url("fonts/dinpro-bold-webfont.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "DIN";
  src: url("fonts/dinpro-black-webfont.woff2") format("woff2"), url("fonts/dinpro-black-webfont.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}
html,
body {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
html *,
body * {
  box-sizing: inherit;
}

textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=password],
select {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #ccc;
  float: left;
  font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 33px;
  padding: 0 15px;
  width: 240px;
}
textarea:focus:focus-within, textarea:focus,
input[type=text]:focus:focus-within,
input[type=text]:focus,
input[type=email]:focus:focus-within,
input[type=email]:focus,
input[type=number]:focus:focus-within,
input[type=number]:focus,
input[type=password]:focus:focus-within,
input[type=password]:focus,
select:focus:focus-within,
select:focus {
  border: 2px solid #B92F70;
  outline: none;
}

textarea {
  min-height: 120px;
  padding: 10px 15px;
  width: 100%;
}

select {
  appearance: none;
  background: #fff url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%233d4852' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat right 10px center;
  border: 2px solid #ccc;
  padding: 0 15px;
  transition: all 0.333s ease-in-out;
}
select:active, select:focus {
  border-color: #F4A601;
}

[data-action=submit],
[type=button],
[type=submit] {
  appearance: none;
  background-color: #F4A601;
  border-radius: 10px;
  cursor: pointer;
  border: 0;
  display: inline-block;
  font-family: "DIN", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 7.5px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  [data-action=submit],
  [type=button],
  [type=submit] {
    font-size: 16px;
  }
}
:root [data-action=submit],
:root [type=button],
:root [type=submit] {
  color: #fff;
}
[data-action=submit]:active,
[type=button]:active,
[type=submit]:active {
  box-shadow: none;
}
[data-action=submit]:active, [data-action=submit]:hover,
[type=button]:active,
[type=button]:hover,
[type=submit]:active,
[type=submit]:hover {
  background-color: rgb(193.2081632653, 131.4448979592, 0.7918367347);
  color: #fff;
  opacity: 1;
}
:root [data-action=submit]:active, :root [data-action=submit]:hover,
:root [type=button]:active,
:root [type=button]:hover,
:root [type=submit]:active,
:root [type=submit]:hover {
  text-decoration: none;
}

[type=button] {
  background-color: #B92F70;
}
[type=button]:active, [type=button]:hover {
  background-color: rgb(144.3318965517, 36.6681034483, 87.3793103448);
}

form small {
  clear: both;
  float: left;
  width: 100%;
  padding: 5px 0;
}

h1,
h2,
h3,
h4,
h5 h6 {
  color: #17193F;
  font-family: "DIN", sans-serif;
  font-weight: 700;
  line-height: 1.125;
  margin: 0 0 20px;
}

h1,
h2,
h3 {
  clear: both;
}

h1 {
  font-size: 34px;
  margin-bottom: 20px;
}

h1 + br {
  display: none;
}

h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

hr {
  clear: both;
  float: left;
  width: 100%;
  background-color: #17193F;
  border: 0;
  height: 2px;
  opacity: 0.125;
  max-height: 2px;
  min-height: 2px;
  margin-bottom: 30px;
}

a {
  color: #B92F70;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}

ul,
ol {
  margin: 0 0 20px 20px;
  padding: 0;
}

ul {
  list-style-type: square;
}

p {
  margin: 0 0 20px;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table td,
table th {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
table td {
  padding: 10px;
}
table td[colspan="2"] {
  padding: 10px 0;
}
table th {
  padding: 10px;
}
table table td,
table table th {
  padding: 0 10px 10px 10px;
}

.colortable td[colspan="2"] {
  padding: 10px;
}

.ellipsis td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixed {
  table-layout: fixed;
}

.transform {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.cta {
  appearance: none;
  background-color: #F4A601;
  border-radius: 10px;
  cursor: pointer;
  border: 0;
  display: inline-block;
  font-family: "DIN", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 7.5px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .cta {
    font-size: 16px;
  }
}
:root .cta {
  color: #fff;
}
.cta:active {
  box-shadow: none;
}
.cta:active, .cta:hover {
  background-color: rgb(193.2081632653, 131.4448979592, 0.7918367347);
  color: #fff;
  opacity: 1;
}
:root .cta:active, :root .cta:hover {
  text-decoration: none;
}
.cta--secondary {
  background-color: #B92F70;
}
.cta--secondary:active, .cta--secondary:hover {
  background-color: rgb(144.3318965517, 36.6681034483, 87.3793103448);
}
.cta--green {
  background-color: #27ae60;
}
.cta--green:hover, .cta--green:active {
  background-color: rgb(54.0422535211, 209.9577464789, 119.8732394366);
}
.cta--red {
  background-color: #c80e0e;
}
.cta--red:hover, .cta--red:active {
  background-color: rgb(238.9719626168, 26.0280373832, 26.0280373832);
}
.tpl_col2 .cta {
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  text-align: center;
}
.tpl_col2 .cta:last-of-type {
  margin-bottom: 0;
}

.formrequired {
  clear: both;
  float: left;
  width: 100%;
  color: #c80e0e;
  margin: 0 0 20px 0;
}

.login-box {
  color: #17193F;
  max-width: 1140px;
  width: 100%;
}
.login-box__inner {
  clear: both;
  float: left;
  width: 100%;
}
.login-box__left, .login-box__right {
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .login-box__left, .login-box__right {
    clear: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height: 700px;
    width: 50%;
  }
}
.login-box__left {
  background-color: #B92F70;
  background-image: url("../../image/web/login-bg-bosos-kinderopvang.png");
  background-position: 70%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 280px;
}
@media (min-width: 1024px) {
  .login-box__left {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
  }
}
.login-box__right {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow-y: auto;
  padding: 30px 40px;
}
@media (min-width: 1024px) {
  .login-box__right {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 50px 60px;
  }
}
.login-box__footer {
  clear: both;
  float: left;
  width: 100%;
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .login-box__footer {
    float: right;
    width: auto;
  }
}
.login-box__footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.login-box__footer li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.login-checkbox {
  float: left;
}
.login-checkbox [type=checkbox] {
  margin-right: 10px;
}

.login-checkbox-span {
  color: #17193F;
  float: right;
  font-size: 14px;
  height: 50px;
  margin-top: -1px;
}

.login-form {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.login-form label {
  clear: both;
  float: left;
  width: 100%;
  font-weight: 700;
  margin-bottom: 20px;
}
.login-form label span {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.login-form [type=button],
.login-form [type=submit] {
  font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.login-form input[type=text],
.login-form input[type=email],
.login-form input[type=password] {
  border-radius: 10px;
  height: 50px;
  width: 100%;
}
.login-form__pwd {
  clear: both;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .login-form__pwd {
    clear: none;
    float: right;
    font-size: 16px;
  }
}

.login-qr {
  display: block;
  margin: 20px 0;
}

.logo {
  float: left;
  height: 68px;
  width: 150px;
  transition: all 0.333s ease-in-out;
}
.interface__sidebar .logo {
  margin-bottom: 30px;
}
.interface__sidebar--hidden .logo {
  display: none;
}
.login-box__left .logo {
  bottom: 40px;
  left: 40px;
  position: absolute;
}

.login-parnassys {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.login-parnassys__intro {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 10px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.login-parnassys__intro::after {
  background-color: #EFEFEF;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.login-parnassys__intro span {
  background-color: #fff;
  color: #17193F;
  display: inline-block;
  font-weight: 700;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
}
.login-parnassys__logo {
  display: block;
  margin: 20px 0;
  width: 210px;
}
.login-parnassys .cta {
  font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  text-align: center;
}

#tpl_login {
  clear: both;
  float: left;
  width: 100%;
}

#tpl_body.login {
  align-items: center;
  background-color: #EFEFEF;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  padding: 20px 20px 0 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  #tpl_body.login {
    padding: 40px 40px 0 40px;
  }
}

.interface__sidebar__selector .select2-container--default .select2-selection--single,
.interface__sidebar__selector .select2-container {
  border-radius: 10px;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 235px;
}
.interface__sidebar__selector .select2-container--default .select2-selection--single {
  height: 50px;
}
.interface__sidebar__selector .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #17193F;
  font-size: 13px;
  line-height: 52px;
}
.interface__sidebar__selector .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  font-size: 13px;
}
.interface__sidebar__selector .select2-container--default .select2-selection--single .select2-selection__arrow b,
.interface__sidebar__selector .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-left: -18px;
}
.interface__sidebar__selector .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgb(134.1648706897, 34.0851293103, 81.224137931) transparent transparent transparent;
  border-width: 5px 4px 0 4px;
}
.interface__sidebar__selector .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent rgb(134.1648706897, 34.0851293103, 81.224137931) transparent;
  border-width: 0 4px 5px 4px;
}
.interface__sidebar__selector .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
}

:root .select2-dropdown {
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
}
:root .select2-dropdown .select2-results li {
  color: #17193F;
}
:root .select2-dropdown .select2-search--dropdown {
  padding-left: 15px;
  padding-right: 15px;
}
:root .select2-dropdown .select2-search--dropdown .select2-search__field,
:root .select2-dropdown .select2-results__group,
:root .select2-dropdown .select2-results__option {
  font-size: 13px;
}
:root .select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 2px solid rgb(134.1648706897, 34.0851293103, 81.224137931);
  color: rgb(134.1648706897, 34.0851293103, 81.224137931);
  font-size: 13px;
  padding: 10px 15px;
}
:root .select2-dropdown .select2-results__group {
  color: rgb(134.1648706897, 34.0851293103, 81.224137931);
  padding: 10px 15px;
}
:root .select2-dropdown .select2-results__option {
  padding: 10px 15px;
}
:root .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(134.1648706897, 34.0851293103, 81.224137931);
  color: #fff;
}
:root .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #EFEFEF;
  color: #000;
}

.select2-dropdown .inactive {
  color: #f4a600;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 9999;
}

#cboxOverlay {
  height: 100%;
  position: fixed;
  width: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  overflow: hidden;
  position: relative;
  text-align: left;
}

#cboxLoadedContent {
  color: #17193F;
  overflow: auto;
  text-align: left;
}

#cboxLoadedContent iframe {
  border: 0px;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 100;
}

#cboxTitle {
  margin: 0px;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.25);
}

#cboxContent {
  background: #fff;
  border-radius: 10px;
  position: relative;
  text-align: left;
}

#cboxLoadedContent {
  background-color: #fff;
  margin: 0;
  margin: 25px 2px 35px 25px;
  padding-right: 23px;
  position: relative;
  text-align: left;
}

#cboxLoadedContent .label {
  background-color: #333;
  border-bottom: 5px solid #111;
  width: 70px;
}

#cboxTitle {
  bottom: -40px;
  color: #949494;
  left: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
}

#cboxCurrent {
  bottom: -40px;
  color: #949494;
  left: 58px;
  position: absolute;
}

#cboxSlideshow {
  bottom: -40px;
  color: #0092ef;
  position: absolute;
  right: 30px;
}

#cboxPrevious,
#cboxNext {
  background-color: #B92F70;
  border-radius: 100%;
  bottom: 10px;
  height: 25px;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  width: 25px;
}
#cboxPrevious:after,
#cboxNext:after {
  color: #fff;
  left: 50%;
  margin-top: -1px;
  position: absolute;
  text-indent: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#cboxPrevious {
  left: 25px;
}
#cboxPrevious:after {
  content: "\f0d9";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}

#cboxNext {
  left: 55px;
}
#cboxNext:after {
  content: "\f0da";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}

#cboxClose {
  background-color: #B92F70;
  border-radius: 100%;
  height: 25px;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 15px;
  width: 25px;
}
#cboxClose:after {
  content: "\f00d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  color: #fff;
  left: 50%;
  margin-top: -1px;
  position: absolute;
  text-indent: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#tpl_school {
  position: absolute;
  z-index: 300;
  top: 46px;
  left: 104px;
}

#tpl_school h1 {
  color: #ffffff;
}

#tpl_school_selector {
  position: relative;
  z-index: 1;
}

#tpl_school_selector form {
  position: absolute;
  z-index: 100;
  top: -6px;
  right: -285px;
}

.form-2fa .label {
  color: #17193F;
  padding-left: 0;
  vertical-align: middle;
}
.form-2fa [type=text] {
  border-radius: 10px;
  height: 50px;
  width: 100%;
}
.form-2fa [type=button],
.form-2fa [type=submit] {
  font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.login-qr {
  border: 2px solid #ccc;
}

.inline-form {
  margin-bottom: 20px;
}
.inline-form td,
.inline-form th {
  padding: 0;
}
.inline-form .label {
  font-weight: 700;
  vertical-align: middle;
}/*# sourceMappingURL=login.css.map */