﻿#bankIdLoginStatus .status-message {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
#bankIdLoginStatus:not(.bg-danger) .status-message {
  background-color: #efefef;
}

.activelogin-bankid-ui--startapp-button,
.activelogin-bankid-ui--cancel-button {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  /*display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: black;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.activelogin-bankid-ui--header {
  display: none;
}

@font-face {
  font-family: "LL Brown Reclining Regular Web";
  src: url("/fonts/lineto-brown-reclinregular.eot");
  src: url("/fonts/lineto-brown-reclinregular.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-brown-reclinregular.woff2") format("woff2"), url("/fonts/lineto-brown-reclinregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Brown Reclining Regular Alternate Web";
  src: url("/fonts/lineto-brown-reclinregularalt.eot");
  src: url("/fonts/lineto-brown-reclinregularalt.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-brown-reclinregularalt.woff2") format("woff2"), url("/fonts/lineto-brown-reclinregularalt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Brown Regular Web";
  src: url("/fonts/lineto-brown-regular.eot");
  src: url("/fonts/lineto-brown-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-brown-regular.woff2") format("woff2"), url("/fonts/lineto-brown-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Brown Regular Alternate Web";
  src: url("/fonts/lineto-brown-regularalt.eot");
  src: url("/fonts/lineto-brown-regularalt.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-brown-regularalt.woff2") format("woff2"), url("/fonts/lineto-brown-regularalt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Brown Bold Web";
  src: url("/fonts/lineto-brown-bold.eot");
  src: url("/fonts/lineto-brown-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-brown-bold.woff2") format("woff2"), url("/fonts/lineto-brown-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Brown Bold Alternate Web";
  src: url("/fonts/lineto-brown-boldalt.eot");
  src: url("/fonts/lineto-brown-boldalt.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-brown-boldalt.woff2") format("woff2"), url("/fonts/lineto-brown-boldalt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Brown Reclining Bold Web";
  src: url("/fonts/lineto-brown-reclinbold.eot");
  src: url("/fonts/lineto-brown-reclinbold.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-brown-reclinbold.woff2") format("woff2"), url("/fonts/lineto-brown-reclinbold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Brown Reclining Bold Alternate Web";
  src: url("/fonts/lineto-brown-reclinboldalt.eot");
  src: url("/fonts/lineto-brown-reclinboldalt.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-brown-reclinboldalt.woff2") format("woff2"), url("/fonts/lineto-brown-reclinboldalt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}

body {
  font-family: "LL Brown Regular Web";
  color: #343434;
}
body .h1, body h1 {
  font-family: "LL Brown Bold Web";
}
body .h2, body h2 {
  font-family: "LL Brown Bold Web";
}
body .h3, body h3 {
  font-family: "LL Brown Bold Web";
}
body .h4, body h4 {
  font-family: "LL Brown Bold Web";
}
body .h5, body h5 {
  font-family: "LL Brown Bold Web";
}
body .h6, body h6 {
  font-family: "LL Brown Bold Web";
}
@media (min-width: 768px) {
  body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  body.whitelabel-default {
    background-image: url("../assets/house-bg.jpg");
  }
  body.whitelabel-fastighetsagarna {
    background-image: url("../assets/background_fastighetsagarna.jpg");
  }
  body.whitelabel-fastighetsagarna .alert-success {
    color: #222;
    background-color: #F98412;
    border-color: #F98412;
  }
}
@media (max-width: 768px) {
  body {
    overflow-y: unset !important;
  }
}
@media (max-height: 780px) {
  body {
    overflow-y: scroll;
  }
}

.main-logo {
  margin: 40px 10px;
  max-height: 100px;
  max-width: 215px;
  vertical-align: top;
}

.icon-banner {
  max-height: 100%;
  max-width: 100%;
}

.card {
  padding: 25px 0;
  max-width: 450px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .card.adminportal {
    max-width: 600px;
  }
}

.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: "";
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

label {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}

.form-control {
  box-shadow: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A7A7A7;
  opacity: 1; /* Firefox */
}

.form-control:focus {
  border-color: unset;
  box-shadow: unset;
}

@media (min-width: 768px) {
  .body-content {
    padding: 2% 10%;
  }
}
/*@media (min-width: 968px) {
    .body-content {
        padding: 5% 10%;
    }
}*/
.card-body .info a {
  color: #F98412;
  text-decoration: underline;
  background-color: transparent;
}

.card-footer {
  background-color: #fff;
  border: none;
}
.card-footer__text {
  font-size: 14px;
  padding-top: 5px;
}
.card-footer a {
  color: #F98412;
  text-decoration: underline;
  background-color: transparent;
}

.btn-primary {
  background: #F98412;
  color: #FFFFFF;
  border: 2px solid #F98412;
  transition: background 0.2s, border 0.2s, color 0.2s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #EA7503;
  border: 2px solid #EA7503;
}

.btn-primary:focus {
  color: #fff;
  background-color: #F98412;
  border-color: #F98412;
  box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #F98412;
  border-color: #F98412;
  box-shadow: unset;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.card-header {
  background-color: #fff;
  border: none;
}

.nav-item a {
  color: #343434;
}

.nav-link {
  border: 2px solid #F98412;
}

.nav-link.active {
  color: #343434;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #343434;
  border: 2px solid #F98412;
  border-bottom: 2px solid #fff;
  box-shadow: none;
}

.nav-tabs {
  border-bottom: 2px solid #F98412;
}
.nav-tabs .nav-link {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 4px 20px;
  position: relative;
  top: 2px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 24px 4px rgba(167, 167, 167, 0.2);
  margin: 0 5px;
  font-family: "LL Brown Bold Web";
}
@media (min-width: 576px) {
  .nav-tabs .nav-link {
    padding: 4px 40px;
    margin: 0 12px;
  }
}

.bankid-logo {
  height: 45px;
  width: 41px;
}

.resetform {
  padding: 20px;
}

.smalltext {
  font-size: 14px;
}

.fastighetsagarna-login form {
  margin: 0 auto;
  width: 90%;
}
.fastighetsagarna-login a {
  color: #F98412;
}

.card.bg-danger {
  background: none !important;
  border: none;
}
.card.bg-danger .status-message {
  background: #dc3545;
  border: none !important;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

a.dropdown-toggle {
  color: #F98412;
}

.external-login {
  margin-top: 10px;
  font-size: 12px;
  white-space: break-spaces;
  color: #fff;
}
.external-login a {
  text-decoration: underline;
  color: #F98412;
}
@media (max-width: 768px) {
  .external-login {
    color: #343434;
  }
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  background-color: #fff;
}

.signout {
  display: none;
}

.accordion-button {
  color: black;
}
.accordion-button div {
  text-decoration: underline;
}
