﻿@charset "UTF-8";
@font-face {
  font-family: "Maax Mono Bold";
  src: url("/fonts/Maax_Mono-Bold.woff2") format("woff2"), url("/fonts/Maax_Mono-Bold.woff") format("woff");
}
@font-face {
  font-family: "Maax Mono Regular";
  src: url("/fonts/Maax_Mono-Regular.woff2") format("woff2"), url("/fonts/Maax_Mono-Regular.woff") format("woff");
}
@font-face {
  font-family: "Maax AL Medium";
  src: url("/fonts/MaaxAL-Medium.woff2") format("woff2"), url("/fonts/MaaxAL-Medium.woff") format("woff");
}
@font-face {
  font-family: "Maax AL Regular";
  src: url("/fonts/MaaxAL-Regular.woff2") format("woff2"), url("/fonts/MaaxAL-Regular.woff") format("woff");
}
/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* accessibility */
/* hover style just for information */
.m-0 {
  margin: 0;
}

.mb-0, .mx-0 {
  margin-bottom: 0;
}

.mt-0, .mx-0 {
  margin-top: 0;
}

.ml-0, .my-0 {
  margin-left: 0;
}

.mr-0, .my-0 {
  margin-right: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mb-1, .mx-1 {
  margin-bottom: 0.25rem;
}

.mt-1, .mx-1 {
  margin-top: 0.25rem;
}

.ml-1, .my-1 {
  margin-left: 0.25rem;
}

.mr-1, .my-1 {
  margin-right: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mb-2, .mx-2 {
  margin-bottom: 0.5rem;
}

.mt-2, .mx-2 {
  margin-top: 0.5rem;
}

.ml-2, .my-2 {
  margin-left: 0.5rem;
}

.mr-2, .my-2 {
  margin-right: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.mb-3, .mx-3 {
  margin-bottom: 1rem;
}

.mt-3, .mx-3 {
  margin-top: 1rem;
}

.ml-3, .my-3 {
  margin-left: 1rem;
}

.mr-3, .my-3 {
  margin-right: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.mb-4, .mx-4 {
  margin-bottom: 1.5rem;
}

.mt-4, .mx-4 {
  margin-top: 1.5rem;
}

.ml-4, .my-4 {
  margin-left: 1.5rem;
}

.mr-4, .my-4 {
  margin-right: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.mb-5, .mx-5 {
  margin-bottom: 3rem;
}

.mt-5, .mx-5 {
  margin-top: 3rem;
}

.ml-5, .my-5 {
  margin-left: 3rem;
}

.mr-5, .my-5 {
  margin-right: 3rem;
}

.bankid-login {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.bankid-login #bankid-qr-code-container {
  padding: 10px;
  border: 1px solid #FFF;
}
.bankid-login .bankid-logo {
  max-height: 100px;
}
.alert {
  background-color: #4EBD88;
  color: #000;
  border: none;
  text-align: center;
}
.alert-success a {
  color: #3c763d;
  font-weight: bold;
}
.alert-info {
  background-color: #212121;
  color: #FFF;
}
.alert ul {
  list-style: none;
}
.alert p {
  color: #FFF;
}

.login-page .nav-tabs {
  border: none;
}
.login-page .nav-tabs li a {
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: none;
  margin-right: 8px;
}
.login-page .nav-tabs li.active > a, .login-page .nav-tabs li.active > a:focus, .login-page .nav-tabs li.active > a:hover {
  color: #000;
  background: #fff;
  border: none;
  border-bottom: 2px solid #4EBD88;
}
.login-page .nav-tabs li > a:focus, .login-page .nav-tabs li > a:hover {
  color: #000;
  border: none;
  border-bottom: 2px solid #4EBD88;
}
.login-page ::placeholder {
  color: #c3c3c3;
  opacity: 1; /* Firefox */
}
.login-page :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c3c3c3;
}
.login-page ::-ms-input-placeholder { /* Microsoft Edge */
  color: #c3c3c3;
}
.login-page .navbar-brand {
  display: none;
}
.login-page .missing-info {
  margin-bottom: 1.3em;
}
.login-page .login-form {
  font-family: "Maax AL Regular", Arial, sans-serif;
  margin: 0 auto;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* hover style just for information */
}
@media (min-width: 600px) {
  .login-page .login-form {
    max-width: 300px;
    margin: 20% auto;
  }
}
@media (min-width: 800px) {
  .login-page .login-form {
    max-width: 355px;
    margin: 10% auto;
  }
}
.login-page .login-form .form-group {
  margin-bottom: 10px;
}
.login-page .login-form label {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.login-page .login-form .login-form-checkbox span {
  padding-left: 5px;
  color: #fff;
}
.login-page .login-form [type=checkbox]:not(:checked),
.login-page .login-form [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.login-page .login-form [type=checkbox]:not(:checked) + label,
.login-page .login-form [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.login-page .login-form [type=checkbox]:not(:checked) + label:before,
.login-page .login-form [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: solid 1px #ffea04;
  background-color: #ffea04;
}
.login-page .login-form [type=checkbox]:not(:checked) + label:before {
  background-color: #e1e1e1;
  border: solid 1px #e1e1e1 !important;
}
.login-page .login-form [type=checkbox]:not(:checked) + label:after,
.login-page .login-form [type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 4px;
  left: 4px;
  font-weight: bold;
  font-size: 22px;
  line-height: 0.8;
  color: #333333;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
.login-page .login-form [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.login-page .login-form [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.login-page .login-form [type=checkbox]:disabled:not(:checked) + label:before,
.login-page .login-form [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.login-page .login-form [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.login-page .login-form [type=checkbox]:disabled + label {
  color: #aaa;
}
.login-page .login-form label:hover:before {
  border: 2px solid #ffea04 !important;
}
.login-page .login-form .forgot-password {
  position: relative;
  /*@media (min-width: 1025px) {
      padding-top: 25px;
  }*/
}
@media (max-width: 1025px) {
  .login-page .login-form .forgot-password {
    top: -5px;
  }
}

.login-horizontal-text h5 {
  overflow: hidden;
  text-align: center;
}
.login-horizontal-text h5:before,
.login-horizontal-text h5:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.login-horizontal-text h5:before {
  right: 1.5em;
  margin-left: -50%;
}
.login-horizontal-text h5:after {
  left: 1.5em;
  margin-right: -50%;
}
.login-text--grey {
  color: #c3c3c3;
}
.login-logo {
  margin: 20px auto 50px;
}
.login-page {
  z-index: 100;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 26px;
}
.login-page .btn-bankid {
  order: 2;
}
.login-page .btn-bankid img {
  filter: brightness(0);
  max-height: 20px;
}
.login-page .btn-bankid-group.active {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .login-page .btn-bankid-same-device {
    order: 1;
    color: #000;
    border: 0;
    background-color: #4EBD88;
  }
  .login-page .btn-bankid-same-device img {
    filter: brightness(0);
  }
}
@media (min-width: 768px) {
  .login-page .btn-bankid-other-device {
    order: 1;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
  }
  .login-page .btn-bankid-other-device img {
    filter: brightness(0);
  }
  .login-page .btn-bankid-other-device:hover, .login-page .btn-bankid-other-device:focus, .login-page .btn-bankid-other-device:active {
    border: 1px solid #000;
    background: #eee;
  }
}
.login-remember label {
  font-weight: normal;
}
.login-forgot {
  margin-top: 14px;
}
.login-submit {
  padding: 15px;
  font-size: 12px;
}
.login-text-sm {
  font-size: 12px;
}
.login-text-lg {
  font-size: 16px;
  font-weight: bold;
}

html {
  height: 100%;
}

body {
  padding-top: 65px;
  height: 100%;
  background: #fff;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover, a:focus {
  color: #000;
  text-decoration: underline;
}

h1 {
  font-size: 24px;
}
@media (min-width: 600px) {
  h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

p {
  font-size: 18px;
  color: #000;
  font-family: "Maax AL Regular", Arial, sans-serif;
  font-weight: normal;
}

.border-bottom--yellow {
  border-bottom: solid 2px #ffea04;
}

.browser-trident-only {
  visibility: hidden;
  display: none;
}

.underline-link {
  font-size: 14px;
  border-bottom: 1px solid #000;
  color: #000;
  font-family: "Maax AL Regular", Arial, sans-serif;
  font-weight: normal;
  line-height: 17px;
}
.underline-link:hover, .underline-link:focus {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #4EBD88;
}

.placeholder-label input:focus ~ label:not(.browser-trident-only) {
  display: block;
}

img {
  max-height: 100%;
  max-width: 100%;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

iframe.signout {
  display: none;
}

@media (min-width: 600px) {
  .forgot-password-form {
    margin: 20% auto;
  }
}
@media (min-width: 800px) {
  .forgot-password-form {
    margin: 10% auto;
  }
}
.forgot-password-form fieldset {
  margin-top: 20px;
}

.form-control {
  font-size: 16px;
  font-weight: normal;
  font-family: "Maax AL Regular", Arial, sans-serif;
}
.form-control::placeholder {
  color: #333333;
  font-style: italic;
}
.form-control:focus {
  padding-left: 5px;
}

.navbar-header {
  position: relative;
  top: -4px;
}

.navbar-brand {
  padding: 15px !important;
}
.navbar-brand > object {
  max-height: 40px;
  max-width: 40px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.navbar-brand > img {
  max-height: max-content;
}

.icon {
  position: relative;
  top: -10px;
}

.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}

.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}

.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ", ";
}
.grants .grant li:last-child:after {
  content: "";
}
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid white;
}

.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #4EBD88;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4EBD88;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.gdprarea {
  padding-top: 50px;
  padding-bottom: 40px;
}

.gdprarea div:nth-child(2) {
  padding-top: 15px;
}

@media (min-width: 992px) {
  .topInDesktop {
    padding-top: 130px;
  }
  .whiteBorder {
    border-right: 1px solid grey;
    position: absolute;
    right: 514px;
    top: 0;
    bottom: 0;
  }
}
.btn-default {
  display: inline-block;
  text-align: center;
  background: #4EBD88;
  border: 2px solid #4EBD88;
  color: #000;
  font-family: "Maax AL Regular", sans-serif;
  font-size: 16px;
  line-height: 21px;
  padding: 13px 40px;
  text-decoration: none;
  text-transform: none;
  transition: border 0.2s ease-out;
  border-radius: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  border: 2px solid #000;
  background-color: #4EBD88;
  color: #000;
}

hr {
  border-top: 1px solid #000;
}
