﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
* {
  padding: 0;
  margin: 0;
}
html,
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /*margin-top: 65px;
    padding-top: 80px;*/
}
.body-content {
  padding-bottom: 50px;
  padding-top: 10px;
  min-height: 633px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .body-content {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 17px;
  }
}
@media (min-width: 961px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 1281px) {
  .body-content {
    padding-top: 100px;
  }
}
.green {
  color: #1D832C !important;
}
.center-block-feide {
  margin-top: 15px;
}
.navbar-header {
  width: 100%;
  height: 250px;
  min-height: 250px;
  vertical-align: top;
  padding-top: 0px;
  float: left;
  background-size: cover;
  background-position: center center;
  background-image: url(https://res.cloudinary.com/forlagshuset/image/upload/v1520845867/FBF_banner_spring_fpa5e3bd2o.jpg);
}
.navbar-header .important-message {
  right: 30%;
  top: 15px;
  font-size: 20px;
  position: absolute;
}
.navbar-header .important-message a {
  color: #fff !important;
}
.navbar-headerMvc {
  width: 100%;
  height: 250px;
  min-height: 250px;
  vertical-align: top;
  padding-top: 0px;
  float: left;
  background-size: cover;
  background-position: center center;
}
.navbar-headerMvc .important-message {
  right: 30%;
  top: 15px;
  font-size: 20px;
  position: absolute;
}
.navbar-headerMvc .important-message a {
  color: #fff !important;
}
.LDP_btn_Login {
  background-color: #2e2d84;
  color: White !important;
  margin-right: 15px;
  text-decoration: none !important;
  font-weight: normal !important;
}
.forgot-password {
  float: right;
  text-align: right;
  margin-right: 10px;
  min-width: 250px;
}
.bg-image {
  z-index: 1;
}
.bg-image:before {
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/partners/edtech/edtech_bg.jpg) no-repeat center center;
  background-repeat: no-repeat;
  position: fixed;
  background-size: cover;
  opacity: 0.5;
  filter: alpha(opacity=60);
  filter: brightness(30%);
  height: 100%;
  width: 100%;
}
.alert {
  font-size: inherit !important;
}
.alert-danger {
  font-weight: bold !important;
  font-size: inherit;
  margin: 5px;
}
.alert-danger .text-info {
  color: #fff !important;
}
#partner-image {
  width: 109px;
}
.partner-image-small {
  width: 80px;
}
.rotate {
  animation: rotation 3s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.btn-medium {
  padding: 9px 18px !important;
}
.btn-white-medium {
  border: 1px solid #2E2D84;
  background-color: #fff;
  font-weight: normal;
  color: #000 !important;
  width: 128px;
  min-height: 40px;
  white-space: inherit;
  padding: 9px;
  display: inline-flex;
  text-decoration: none !important;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.24px;
}
.btn-white-medium:hover {
  background-color: #fff;
}
.btn-blue-medium {
  border: 1px solid #2E2D84;
  background-color: #2E2D84;
  font-weight: normal;
  text-decoration: none !important;
  color: #fff !important;
  min-width: 128px;
  min-height: 40px;
  white-space: inherit;
  padding: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.24px;
}
.btn-blue-medium:hover {
  background-color: #3B3AAA;
  color: #DDDCEC !important;
}
.login-page {
  color: #000;
  letter-spacing: 0.24px;
  margin: 2rem auto;
  opacity: 1;
  max-width: 760px;
  filter: alpha(opacity=100);
}
.login-page .panel {
  border-radius: 8px;
}
.login-page .login-panel {
  padding-top: 30px;
}
.login-page .forgot-password-link {
  vertical-align: middle;
  margin-top: 10px;
}
.login-page .tiny-margin-top {
  margin-top: 5px;
}
.login-page #Phone :not(.registration) {
  width: 318px !important;
  letter-spacing: 5px;
  padding-left: 92px !important;
}
.login-page .item .chkbox {
  float: left;
  margin-right: 10px;
}
.login-page .item label {
  display: block;
  margin-bottom: 15px;
}
.login-page .success-icon {
  margin-top: 20px;
}
.login-page .affiliation-selector {
  min-height: 600px;
}
.login-page .consent-panel {
  border: none !important;
}
.login-page .user-legend {
  display: inline-flex;
  align-items: center;
  text-align: right;
  line-height: 11px;
}
.login-page .user-legend .blue-upper-small {
  font-size: 8px;
  text-transform: uppercase;
  color: #2E2D84;
  letter-spacing: 0px;
}
.login-page .btn-white {
  border: 1px solid #2E2D84;
  background-color: #fff;
  color: #000 !important;
  width: 170px;
  height: 95px;
  white-space: inherit;
  padding: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.24px;
  font-weight: bold;
  overflow-y: hidden;
  text-overflow: ellipsis;
  overflow:hidden;
}
.login-page .btn-white:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.login-page .vertical-spacing {
  margin-top: 25px;
}
.login-page .grey-box {
  background-color: #EDEDED;
}
.login-page .grey-box .code {
  vertical-align: middle;
  position: relative;
  transform: translateY(12px);
  margin-left: 8px;
  padding-right: 0px;
}
.login-page #Token,
.login-page #EmailCode,
.login-page #PhoneCode {
  font-size: 22px !important;
  letter-spacing: 7px;
}
.login-page #Token:focus,
.login-page #EmailCode:focus,
.login-page #PhoneCode:focus {
  border-color: none !important;
  box-shadow: none !important;
}
.login-page .rounded {
  border-radius: 12px;
  height: 170px;
  margin: 10px;
  z-index: 0;
  opacity: 1;
}
.login-page .phone-label {
  margin-left: 40px;
}
.login-page .is-invalid > .form-control {
  border: 2px solid red !important;
}
.login-page .has-success {
  top: 2px !important;
  right: 15px;
}
.login-page .row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.login-page .row.no-gutter > div[class^="col"] {
  height: 42px;
}
.login-page .row.no-gutter [class*='col-']:not(:first-child),
.login-page .row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.login-page .phone-logo {
  padding-top: 40px;
  padding-bottom: 50px;
}
.login-page .panel-heading {
  margin-top: 15px;
  padding-bottom: 5px !important;
}
.login-page .black {
  color: #000;
}
.login-page .other-providers {
  padding-top: 100px;
}
.login-page .other-providers .login-with-label {
  padding-bottom: 20px;
}
.login-page a {
  color: #2E2D84;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 0.7px;
}
.login-page a:hover {
  text-decoration: none;
}
.login-page a .no-underline {
  text-decoration: none;
}
.login-page fieldset {
  padding-bottom: 20px;
}
.login-page .subheader {
  padding-bottom: 30px;
}
.login-page .blue-text {
  color: #2E2D84;
  font-weight: bold;
}
.login-page h3 {
  color: #666666;
  font-size: 25px;
  font-weight: bold;
}
.login-page h4 {
  color: #2E2D84;
  font-weight: bolder;
}
.login-page h5 {
  color: #2E2D84;
  font-weight: bold;
}
.login-page h2 {
  letter-spacing: 0px;
  font-size: 24px;
  font-weight: bold;
  color: #2E2D84;
}
.login-page .btn-white {
  background-color: #fff;
}
.login-page header {
  display: inline-flex;
  align-items: center;
  /* Remove the next line if you want the span to appear next to the h1 */
  justify-content: space-between;
  white-space: nowrap;
  padding: 0 30px;
  margin-top: 20px;
}
.login-page header span {
  margin-left: 25px;
  margin-right: 5px;
}
.login-page header h2 {
  margin-top: 10px;
}
.login-page hr.blue-line {
  border-top: 1px solid #2e2d84;
  margin-bottom: 0px !important;
}
.login-page .form-group {
  margin: 15px 0 20px 0 !important;
}
.login-page .form-group label {
  color: #2E2D84;
  float: left;
  font-weight: bold;
}
.login-page .form-group input:not([type="submit"]) {
  background-color: #fff;
  border-color: #2E2D84;
  padding: 20px 0 20px 10px;
}
.login-page .form-group input:not([type="submit"]) ::placeholder {
  color: #666666;
  opacity: 1;
}
.login-page .form-group input:not([type="submit"])hover,
.login-page .form-group input:not([type="submit"]) focus {
  box-shadow: 0px 0px 6px #39840A4D;
}
.login-page .form-group input:not([type="submit"]) ::-webkit-input-placeholder {
  /* Edge */
  color: #666666;
}
.login-page .form-group input:not([type="submit"]) :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}
.login-page #Email-error {
  color: #ff0000 !important;
}
.login-page-custom {
  color: #000;
  letter-spacing: 0.24px;
  margin: 2rem auto;
  opacity: 1;
  max-width: 760px;
  filter: alpha(opacity=100);
}
.login-page-custom .lead {
  margin-bottom: 15px;
}
.login-page-custom .custom-styling-login-content {
  max-width: 364px;
}
.login-page-custom .flex-and-center {
  display: flex;
  justify-content: center;
}
.login-page-custom .panel {
  border-radius: 10px !important;
  box-shadow: 0px 6.33096px 25.3238px rgba(43, 46, 52, 0.16) !important;
  position: relative;
}
.login-page-custom .login-panel {
  padding-top: 30px;
}
.login-page-custom hr {
  border: 0;
  border-top: 1px solid #2E2D84;
  margin-right: 15px;
  margin-left: 15px;
  /*margin:15px; might want to adjust som of the air in the top, but in that case we should also allow some more further down*/
}
.login-page-custom .login-header {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 23px;
  line-height: 24px;
  color: #2E2D84;
  padding-top: 15px;
}
.login-page-custom .custom-login-btn {
  min-width: 139px;
  min-height: 48px;
  border-radius: 2px;
  font-size: 15px;
  margin-top: 15px;
  margin-right: 0px;
}
.login-page-custom .custom-btn {
  min-width: 139px;
  min-height: 40px;
  border-radius: 2px;
  font-size: 15px;
}
.login-page-custom .custom-btn-white {
  border: 1px solid #2E2D84;
  border-radius: 2px;
  background-color: #fff;
  color: #000 !important;
  width: 170px;
  height: 70px;
  white-space: inherit;
  padding: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.24px;
  font-weight: bold;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.login-page-custom .custom-btn-white:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.login-page-custom .acc-pin-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
  gap: 15px;
}
.login-page-custom .login-with-label {
  padding-bottom: 15px;
}
.login-page-custom .custom-styling-toprow-item {
  padding-left: initial !important;
  padding-right: initial !important;
  /*max-width: 280px !important;*/
}
.login-page-custom .custom-styling-bottomrow-item {
  padding-left: initial !important;
  padding-right: initial !important;
  max-width: 40%;
}
.login-page-custom .text-right {
  padding-right: 1.5%;
}
.login-page-custom .text-left {
  padding-left: 1.5%;
}
.login-page-custom .brands-section {
  width: 60%;
  margin-right: 20%;
  margin-left: 20%;
  position: absolute;
  bottom: 5%;
}
@media screen and (max-width: 600px) {
  .login-page-custom .brands-section {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
}
.login-page-custom .brands-section-high {
  width: 60%;
  margin-right: 20%;
  margin-left: 20%;
}
@media screen and (max-width: 600px) {
  .login-page-custom .brands-section-high {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
}
.login-page-custom .footer-login-box {
  font-style: normal;
  font-weight: normal;
}
.login-page-custom .bottom-links-container {
  max-width: 760px;
  height: 5%;
  border-end-start-radius: 10px;
  border-end-end-radius: 10px;
  background: #EAEAF3;
  opacity: 0.8;
  text-decoration-line: underline;
  font-size: 14px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
}
.login-page-custom .bottom-links-container a {
  font-style: normal;
  font-weight: normal;
}
.login-page-custom .bottom-links-container .padme {
  padding-top: 10px;
}
.login-page-custom .bottom-links-container .vertical-align-svg {
  vertical-align: bottom;
}
@media screen and (max-width: 600px) {
  .login-page-custom .bottom-links-container {
    height: 4%;
  }
  .login-page-custom .bottom-links-container .padme {
    padding-top: 3px;
  }
  .login-page-custom .brands-section {
    bottom: 4%;
  }
}
.login-page-custom .reduce-header-margin {
  margin-top: 10px;
}
.login-page-custom .reduce-padding-top {
  padding: 5px 15px 15px 15px;
}
@media screen and (max-width: 300px) {
  .login-page-custom .reduce-padding-top {
    padding: 5px 0px 15px 0px;
  }
}
@media screen and (max-width: 1000px) {
  .login-page-custom .custom-styling-toprow-item {
    max-width: 50%;
  }
}
@media screen and (max-width: 300px) {
  .login-page-custom .col-md-8 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .login-page-custom .btn-blue-medium {
    min-width: 96px;
  }
  .login-page-custom .btn-white-medium {
    width: 96px;
  }
  .login-page-custom .custom-styling-logo {
    max-width: 300px;
    max-height: 300px;
  }
  .login-page-custom .external-providers .btn-Feide {
    width: 100px;
  }
  .login-page-custom .bottom-links-container {
    height: 5%;
  }
  .login-page-custom .brands-section {
    bottom: 5%;
  }
}
.login-page-custom .form-custom {
  display: inline-block;
  max-width: 364px;
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .login-page-custom .form-custom {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
.login-page-custom .positioning-uname {
  max-width: 364px;
}
.login-page-custom .positioning-pw {
  max-width: 364px;
}
.login-page-custom .custom-styling-logo {
  max-height: 300px;
}
.login-page-custom .forgot-password-link {
  vertical-align: middle;
  margin-top: 10px;
}
.login-page-custom .tiny-margin-top {
  margin-top: 5px;
}
.login-page-custom #Phone :not(.registration) {
  width: 318px !important;
  letter-spacing: 5px;
  padding-left: 92px !important;
}
.login-page-custom .item .chkbox {
  float: left;
  margin-right: 10px;
}
.login-page-custom .item label {
  display: block;
  margin-bottom: 15px;
}
.login-page-custom .success-icon {
  margin-top: 20px;
}
.login-page-custom .affiliation-selector {
  min-height: 600px;
}
.login-page-custom .consent-panel {
  border: none !important;
}
.login-page-custom .user-legend {
  display: inline-flex;
  align-items: center;
  text-align: right;
  line-height: 11px;
}
.login-page-custom .user-legend .blue-upper-small {
  font-size: 8px;
  text-transform: uppercase;
  color: #2E2D84;
  letter-spacing: 0px;
}
.login-page-custom .btn-white {
  border: 1px solid #2E2D84;
  background-color: #fff;
  color: #000 !important;
  width: 170px;
  height: 70px;
  white-space: inherit;
  padding: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.24px;
  font-weight: bold;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.login-page-custom .btn-white:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.login-page-custom .vertical-spacing {
  margin-top: 25px;
}
.login-page-custom .grey-box {
  background-color: #EDEDED;
}
.login-page-custom .grey-box .code {
  vertical-align: middle;
  position: relative;
  transform: translateY(12px);
  margin-left: 8px;
  padding-right: 0px;
}
.login-page-custom #Token,
.login-page-custom #EmailCode,
.login-page-custom #PhoneCode {
  font-size: 22px !important;
  letter-spacing: 7px;
}
.login-page-custom #Token:focus,
.login-page-custom #EmailCode:focus,
.login-page-custom #PhoneCode:focus {
  border-color: none !important;
  box-shadow: none !important;
}
.login-page-custom .rounded {
  border-radius: 12px;
  height: 170px;
  margin: 10px;
  z-index: 0;
  opacity: 1;
}
.login-page-custom .phone-label {
  margin-left: 40px;
}
.login-page-custom .is-invalid > .form-control {
  border: 2px solid red !important;
}
.login-page-custom .has-success {
  top: 2px !important;
  right: 15px;
}
.login-page-custom .row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.login-page-custom .row.no-gutter > div[class^="col"] {
  height: 42px;
}
.login-page-custom .row.no-gutter [class*='col-']:not(:first-child),
.login-page-custom .row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.login-page-custom .phone-logo {
  padding-top: 40px;
  padding-bottom: 50px;
}
.login-page-custom .panel-heading-custom {
  display: flex;
  margin-top: 20px;
  /*padding-bottom: 5px !important;*/
}
.login-page-custom .panel-heading-custom .heading-custom-maxwidth {
  max-width: 760px;
}
.login-page-custom .panel-heading-custom .vertical-line {
  border-left: 1px solid #2e2d84;
  height: inherit;
}
.login-page-custom .panel-heading-custom .custom-user-legend {
  display: inline-flex;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .login-page-custom .panel-heading-custom .custom-user-legend {
    display: none;
  }
}
.login-page-custom .panel-heading-custom .custom-user-legend-bkg {
  background: #d2e2f6;
  border-radius: 10px;
  width: 60%;
}
.login-page-custom .panel-heading-custom .opa {
  opacity: 0.8;
}
.login-page-custom .panel-heading-custom .line-height {
  line-height: 16px;
}
.login-page-custom .black {
  color: #000;
}
.login-page-custom .other-providers {
  padding-top: 100px;
}
.login-page-custom .other-providers .login-with-label {
  padding-bottom: 20px;
}
.login-page-custom a {
  color: #2E2D84;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 0.7px;
}
.login-page-custom a:hover {
  text-decoration: none;
}
.login-page-custom a .no-underline {
  text-decoration: none;
}
.login-page-custom fieldset {
  padding-bottom: 20px;
}
.login-page-custom .subheader {
  padding-bottom: 30px;
}
.login-page-custom .blue-text {
  color: #2E2D84;
  font-weight: bold;
}
.login-page-custom h3 {
  color: #666666;
  font-size: 25px;
  font-weight: bold;
}
.login-page-custom h4 {
  color: #2E2D84;
  font-weight: bolder;
}
.login-page-custom h5 {
  color: #2E2D84;
  font-weight: bold;
}
.login-page-custom h2 {
  letter-spacing: 0px;
  font-size: 24px;
  font-weight: bold;
  color: #2E2D84;
}
.login-page-custom .btn-white {
  background-color: #fff;
}
.login-page-custom header {
  display: inline-flex;
  align-items: center;
  /* Remove the next line if you want the span to appear next to the h1 */
  justify-content: space-between;
  white-space: nowrap;
  padding: 0 30px;
  margin-top: 20px;
}
.login-page-custom header span {
  margin-left: 25px;
  margin-right: 5px;
}
.login-page-custom header h2 {
  margin-top: 10px;
}
.login-page-custom hr.blue-line {
  border-top: 1px solid #2e2d84;
  margin-bottom: 0px !important;
}
.login-page-custom .form-group {
  margin: 15px 0 15px 0 !important;
}
.login-page-custom .form-group label {
  color: #2E2D84;
  float: left;
  font-weight: bold;
}
.login-page-custom .form-group input:not([type="submit"]) {
  background-color: #fff;
  border-color: #2E2D84;
  padding: 20px 0 20px 10px;
}
.login-page-custom .form-group input:not([type="submit"]) ::placeholder {
  color: #666666;
  opacity: 1;
}
.login-page-custom .form-group input:not([type="submit"])hover,
.login-page-custom .form-group input:not([type="submit"]) focus {
  box-shadow: 0px 0px 6px #39840A4D;
}
.login-page-custom .form-group input:not([type="submit"]) ::-webkit-input-placeholder {
  /* Edge */
  color: #666666;
}
.login-page-custom .form-group input:not([type="submit"]) :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}
.login-page-custom .form-group-less-padding {
  margin: 10px 0 10px 0 !important;
}
.login-page-custom .form-group-less-padding label {
  color: #2E2D84;
  float: left;
  font-weight: bold;
}
.login-page-custom .form-group-less-padding input:not([type="submit"]) {
  background-color: #fff;
  border-color: #2E2D84;
  padding: 20px 0 20px 10px;
}
.login-page-custom .form-group-less-padding input:not([type="submit"]) ::placeholder {
  color: #666666;
  opacity: 1;
}
.login-page-custom .form-group-less-padding input:not([type="submit"])hover,
.login-page-custom .form-group-less-padding input:not([type="submit"]) focus {
  box-shadow: 0px 0px 6px #39840A4D;
}
.login-page-custom .form-group-less-padding input:not([type="submit"]) ::-webkit-input-placeholder {
  /* Edge */
  color: #666666;
}
.login-page-custom .form-group-less-padding input:not([type="submit"]) :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}
.login-page-custom #Email-error {
  color: #ff0000 !important;
}
#alternatives .well {
  padding: 0 !important;
}
.btn-group-toggle .btn {
  margin: 5px auto !important;
}
.external-providers .btn-external {
  width: 154px;
  background-color: white;
  height: 56px;
  border: 1px solid #2e2d84;
}
.external-providers .btn-Feide {
  background-image: url(../../images/Feide.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 70px 25px;
}
.external-providers .btn-OldFeide {
  background-image: url(../../images/Feide.png);
  background-repeat: no-repeat;
  background-position: 40% 50%;
  background-size: 70px 25px;
  text-decoration: none;
}
.external-providers .btn-OldFeide span {
  color: red;
  font-weight: bold;
  font-size: 17px;
  position: relative;
  right: -43px;
  top: 10px;
}
.external-providers .btn-Google {
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-image: url(../images/google.png);
  background-size: 50px;
}
.external-providers .btn-register {
  margin-top: 25px;
}
.external-providers .btn-register .register-user-icon {
  font-size: 2em;
  position: relative;
  left: -45px;
  top: 25%;
}
.external-providers .btn-external-contents {
  display: table-cell;
  vertical-align: top;
  padding-top: 20px;
  padding-left: 55px;
}
.top-buffer {
  margin-top: 20px;
}
.border-right {
  border-right: 1px solid #DDDDDD;
}
.validation-summary-errors li {
  list-style: none;
}
.temp-footer i {
  font-style: unset;
}
.temp-footer a {
  color: #fff;
  text-decoration: underline;
  font-size: 0.8em;
}
.temp-footer a:hover {
  text-decoration: none;
}
.temp-footer svg {
  height: 0.8em;
  width: 0.8em;
  align-self: center;
  display: inline-flex;
}
.temp-footer .temp-footer-row {
  display: inline-block;
  width: 350px;
  margin-left: 50px;
}
.LDP_TabControl {
  font-family: 'Roboto', sans-serif;
  margin-top: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #E5EBEF;
  border-top: 5px solid transparent !important;
}
.LDP_TabControl li {
  border: none !important;
  /*border-top: 1px solid #E5EBEF !important;*/
}
.LDP_TabControl li:active {
  border-top: none !important;
  border-left: none !important;
  border-radius: 0px !important;
}
.LDP_TabControl li a {
  border: none !important;
  border-radius: 0 !important;
  min-width: 250px !important;
  color: #2e2d84 !important;
  /*background-color: #E5EBEF !important;*/
  background-color: transparent !important;
}
.LDP_TabControl li a:hover {
  /*color: white !important;*/
  background-color: #3498db !important;
  /*opacity: 0.8;*/
  border-color: #E5EBEF !important;
  border-right-width: 5px;
  border-radius: 0 !important;
  transition: background-color 1s;
  -webkit-transition: background-color 1s;
}
.LDP_TabControl li.active a {
  color: white !important;
  background-color: #2e2d84 !important;
  /*opacity: 0.8;*/
  border-color: #2e2d84 !important;
  border-right-width: 5px;
  border-radius: 0 !important;
}
.LDP_TabControl li.active a div.programsImage {
  background-image: url("../Images/Layout_Icons/programs_white.png");
}
.LDP_TabControl li.active a div.dbooksImage {
  background-image: url("../Images/Layout_Icons/dbooks_white.png");
}
.LDP_TabControl li.active a div.appsImage {
  background-image: url("../Images/Layout_Icons/apps_white.png");
}
.LDP_TabControl li.active a div.resourcesImage {
  background-image: url("../Images/Layout_Icons/resources_white.png");
}
.LDP_TabControl li.active a div.userImage {
  background-image: url("../Images/Layout_Icons/user_white.png");
}
.LDP_TabControl li.active a div.schoolImage {
  background-image: url("../Images/Layout_Icons/school_white.png");
}
footer {
  /* position: fixed; */
  position: relative;
  bottom: 0;
  width: 100%;
  color: white !important;
  padding-top: 20px;
  padding: 15px 10px 15px 10px;
  text-align: center;
  background-color: #2e2d84;
  /* border: 2px solid red; */
  min-height: 510px;
}
footer .footer-block {
  text-align: left;
  line-height: 1.4em;
}
footer .footer-block a {
  color: white;
  text-decoration: none;
  line-height: 26px;
  font-size: 13px;
}
footer .footer-block .footer-address {
  line-height: 1.7em;
}
footer .footer-block .LDP_footer_btn {
  background-color: transparent !important;
  color: white !important;
  display: block;
  max-width: 140px;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  font-size: 13px;
  line-height: 30px;
  padding: 15px 5px;
}
footer .footer-copyright {
  float: left;
}
footer .social_toolbox {
  font-size: 30px;
  float: left;
  margin: 10px 10px 10px 0;
  margin-top: -50px;
  line-height: 30px;
}
footer .social_toolbox a i {
  display: inline-block;
  vertical-align: middle;
}
footer i {
  color: white;
  font-size: 30px;
  font-family: 'icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 10px 0 0;
}
.icon {
  position: relative;
  top: -10px;
}
.icon-left-arrow:before {
  content: "\e90a";
}
.icon-basket:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-google:before {
  content: "\e902";
}
.icon-issuu:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-mail:before {
  content: "\e905";
}
.icon-message:before {
  content: "\e906";
}
.icon-right-arrow:before {
  content: "\e907";
}
.icon-search:before {
  content: "\e908";
}
.icon-twitter:before {
  content: "\e909";
}
.icon-login:before {
  content: "\e90c";
  font-size: 40pt;
  text-align: left;
  float: right;
}
.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: '';
}