﻿@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOiCnqEu92Fr1Mu51QrIzc.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu52xP.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1MmgWxP.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5vAw.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Me5Q.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9vAw.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtvAw.ttf) format("truetype");
}
html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif !important;
}

body {
  /*margin-top: 65px;*/
  font-size: 1.25rem;
  background: #14517e;
  overflow: hidden;
  /* Old browsers */
  /*background: -moz-linear-gradient(-45deg, #14517e 0%, #012138 100%);*/
  /* FF3.6-15 */
  /*background: -webkit-linear-gradient(-45deg, #14517e 0%,#012138 100%);*/
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(135deg, #14517e 0%,#012138 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14517e', endColorstr='#012138',GradientType=1 );*/
  /* IE6-9 fallback on horizontal gradient */
}

body.login-page {
  /*background-color: #012138;*/
  font-size: 14px;
  /*background-image: url('/images/login-background.jpg');
  background-repeat: no-repeat;
  background-position: center;*/
}

body.login-page.bg-blue {
  background-color: #012138;
}

body.login-page.bg-blue .footer {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55);
}

.loading-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  background: #012138;
  color: #fff;
  height: 100vh;
  width: 100%;
  align-self: stretch;
  overflow: hidden !important;
  padding: 0;
  top: 0;
  margin-top: 0 !important;
}

.loading-body .main {
  flex-grow: 1;
  align-items: center;
  align-content: center;
  align-self: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}

.loading-body .logo-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-self: center;
  justify-self: center;
}

.loading-body img {
  height: 25%;
  width: 25%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
  flex-grow: 1;
}

.loading-body .status-message {
  display: flex;
  align-content: center;
  justify-content: center;
  align-self: center;
  font-weight: bold;
  font-size: 26px;
  width: 100%;
  padding-top: 20px;
}

.loading-body .status-message i {
  display: block !important;
}

.bg-blue {
  background-color: #012138;
  /*    background-color: #0d47a1;*/
}

.bg-blue .brand {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55);
}

.bg-blue .brand img {
  height: 150px;
  width: auto;
}

.login-form-button {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.login-caption {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.content-pane {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: center !important;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.form-group.row:not(.btn-split) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.btn-split {
  margin-left: -31px !important;
  width: calc(100% + 62px);
  margin-right: -31px !important;
  margin-bottom: -32px !important;
  margin-top: 20px !important;
}

.btn-split .col-6 {
  padding: 0 !important;
}

.btn-split .col-6 .btn-block {
  width: 100%;
  margin: 0 auto;
}

.btn-split .col-6:first-of-type .btn-block {
  position: relative;
  left: 0;
}

.btn-split .col-6:last-of-type {
  padding-right: 0;
}

.btn-split .col-6:last-of-type .btn-block {
  position: relative;
  right: 0;
}

.grecaptcha-badge {
  z-index: 100;
}

.g-recaptcha div {
  margin: 0 auto;
}

.login-page {
  width: 100% !important;
  padding: 0;
  height: 100vh;
  position: absolute;
  left: 0;
}

.login-page .brand {
  overflow: hidden;
  margin: 0 auto;
  margin: 40px auto;
  width: 400px;
  /*box-shadow: 0 0 40px rgba(0,0,0,.05);*/
}

.card-inner-frame {
  height: calc(100vh - 20%);
}

.login-page .brand img {
  width: 150px;
  height: auto;
}

.login-page .forgot-password {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.login-page input,
.login-page submit,
.login-page .btn,
.login-page .alert,
.login-page select {
  font-family: "Roboto", sans-serif;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.login-page .validation-summary-errors ul {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-left: 0;
  margin-bottom: 0;
}

.login-page .validation-summary-errors ul li {
  list-style-type: none;
}

.login-page .login-frame {
  position: absolute !important;
  left: 15px !important;
  width: 100% !important;
  height: 100vh !important;
}

.login-page .card-wrapper {
  width: 100%;
  margin: 0 auto;
}

.login-page .card-wrapper .col-sm-12 {
  width: 100%;
  padding: 0;
  position: relative;
  top: 30%;
  transform: translateY(-20%);
}

.login-page .card-wrapper .card-body {
  padding-top: 58px;
  width: 400px;
  margin-left: -1px;
  margin-bottom: -1px;
}

.login-page .card-wrapper label {
  width: 100%;
}

.login-page .card {
  border-color: transparent;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 400px;
  margin: 0 auto;
}

.login-page .card .login-remember strong {
  font-weight: 400;
}

.login-page .card .card-title {
  font-family: "Roboto", sans-serif;
  float: left;
  display: block;
  width: 400px !important;
  margin-bottom: 15px;
  padding-top: 11px;
  padding-bottom: 10px;
  background: #efefef;
  left: -1px;
  top: -1px;
  padding-left: 27.5px;
  padding-right: 27.5px;
  position: absolute;
  font-weight: 500;
  text-transform: uppercase;
}

.login-page .card.fat {
  padding: 10px;
}

.login-page .form-control {
  border-width: 2.3px;
}

.login-page .form-control label {
  width: 100%;
}

.login-page .btn.btn-block {
  font-family: "Roboto", sans-serif;
  padding: 12px 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.login-page .margin-top20 {
  margin-top: 20px;
}

.login-page .no-margin {
  margin: 0;
}

.login-page .footer {
  margin: 40px 0;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  /*body.login-page {
      background-color: #fff;
      background-image: none;
  }*/
  section.h-100 .container {
    width: 100% !important;
  }

  body.login-page.bg-blue {
    /*background-color: #fff;*/
  }

  body.login-page.bg-blue .footer {
    color: #fff;
    text-shadow: none;
  }

  .bg-blue .brand {
    color: inherit;
    margin: 0 auto;
    margin-bottom: 10px;
    text-shadow: none;
  }

  .bg-blue .footer {
    color: #fff;
  }

  .login-page .card {
    box-shadow: none;
  }

  .login-page .card-fat {
    padding: 0 !important;
  }
}
@media screen and (max-width: 425px) {
  html {
    max-height: 100vh;
    overflow: hidden;
    overscroll-behavior: none;
  }

  .login-page .card {
    min-width: 375px !important;
    margin-left: -8px;
  }

  .login-page .card .card-title {
    width: 100% !important;
  }

  .login-page .card-wrapper {
    width: 375px !important;
    margin: 0 auto;
  }

  .card-innner-frame {
    height: calc(100vh - 20%);
  }

  .login-page .card-wrapper .card-inner-frame .brand {
    margin-top: 18%;
  }

  .login-page .card-wrapper .card-body {
    width: 375px !important;
  }

  .login-page .card-wrapper .card-body form {
    width: 350px;
  }

  .login-page .card-wrapper .col-sm-12 {
    top: 20%;
  }

  .login-form-button {
    margin-right: -1.9rem !important;
  }

  .grecaptcha-badge {
    right: -192px !important;
  }
}
@media screen and (max-width: 320px) {
  .login-page .card.fat {
    padding: 0;
  }

  .login-page .card.fat .card-body {
    padding: 15px;
  }
}
/*@media screen and (max-width: 425px){
    .login-page{
        .card {
            .card-title {
                left: -27.5px;
            }
        }
    }
}*/
.body-content {
  height: 100%;
  padding-top: 65px;
}

.btn-full-width {
  width: 100%;
}

.login-wrapper {
  padding: 30px;
}

.login-inner {
  margin: auto;
  width: 100px;
  height: 100px;
}

.navbar-header {
  position: relative;
  top: -4px;
}

.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}

.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: "";
}
