.external-provider-list .external-provider-element, .top-nav-wrapper .user-dropdown ul.dropdown-menu a, .manage-nav li a, .form-block .form-wrapper .action-block a, .form-block .forgot-pass, .form-block .update-pass, input[type="password"],
input[type="text"], input[type="number"], input[type="email"],
select, .btn-primary, .border-btn, .custom-checkbox .checkbox + label:before {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important; }

.external-provider-list .external-provider-element, .top-nav-wrapper .user-dropdown ul.dropdown-menu a, .manage-nav li a, .form-block .form-wrapper .action-block a, .form-block .forgot-pass, .form-block .update-pass, input[type="password"],
input[type="text"], input[type="number"], input[type="email"],
select, .btn-primary, .border-btn, .custom-checkbox .checkbox + label:before {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important; }

.body-content {
  height: 100%; }
  .body-content > .row {
    height: 100%; }
  .body-content form {
    width: 100%; }

.left-block .wrapper {
  position: absolute;
  top: 0px;
  background-color: #0070E0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 25%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .left-block .wrapper h2 {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0; }

.left-block .client-block {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0; }
  .left-block .client-block h2 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
    opacity: 0.7; }
  .left-block .client-block img {
    margin: 0 7px;
    width: 35px;
    height: auto; }

.left-block .carousel .carousel-indicators {
  bottom: -35px; }
  .left-block .carousel .carousel-indicators li {
    border-radius: 100%;
    height: 10px;
    width: 10px; }

.left-block .carousel .img-wrapper {
  background-color: #FFFFFF;
  width: 150px;
  height: 150px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .left-block .carousel .img-wrapper img {
    width: 80px;
    padding: 10px;
    display: block;
    margin: auto; }

.left-block .carousel .carousel-item label {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500; }

.left-block .carousel .carousel-item p {
  color: #FFFFFF;
  font-weight: 300; }

.reg-link {
  position: absolute;
  top: 50px;
  right: 30px; }
  .reg-link label {
    color: #FFFFFF;
    margin-right: 12px !important;
    margin-bottom: 0;
    margin-right: 10px; }
    @media only screen and (max-width: 991px) {
      .reg-link label {
        display: none; } }

.login-page, .reset-password, .reset-confirm, .verify-code {
  /*background-image: url("/images/background.jpg");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*position: relative;*/ }
  .login-page .form-wrapper, .reset-password .form-wrapper, .reset-confirm .form-wrapper, .verify-code .form-wrapper {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 30px 40px 60px 40px;
    box-shadow: 0 0 21px -3px #2B2B2B;
    max-width: 600px;
    min-width: 400px; }
    @media only screen and (max-width: 767px) {
      .login-page .form-wrapper, .reset-password .form-wrapper, .reset-confirm .form-wrapper, .verify-code .form-wrapper {
        padding: 20px; } }
    @media only screen and (max-width: 991px) {
      .login-page .form-wrapper, .reset-password .form-wrapper, .reset-confirm .form-wrapper, .verify-code .form-wrapper {
        min-width: 300px; } }
  .login-page .form-group span, .reset-password .form-group span, .reset-confirm .form-group span, .verify-code .form-group span {
    position: absolute;
    left: 0;
    right: 0; }

.verify-code .panel-body {
  text-align: center; }

.verify-code .btn {
  margin-bottom: 40px; }

.verify-code i {
  color: #01A901;
  font-size: 20px;
  margin-right: 7px; }

.verify-code .code-input-block {
  text-align: left; }
  .verify-code .code-input-block label {
    padding: 0; }
  .verify-code .code-input-block ul {
    list-style: none;
    padding: 0; }

.verify-code .authnumber-section {
  display: flex;
  flex-direction: column;
  max-width: 465px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }
  .verify-code .authnumber-section section {
    display: flex; }
    @media only screen and (max-width: 991px) {
      .verify-code .authnumber-section section {
        flex-direction: column; } }
    .verify-code .authnumber-section section select {
      max-width: 200px;
      margin-right: 10px;
      background: transparent; }
      @media only screen and (max-width: 991px) {
        .verify-code .authnumber-section section select {
          max-width: 100%;
          margin: 10px auto; } }
    .verify-code .authnumber-section section input {
      max-width: 250px; }

.verify-code .resend-block {
  display: flex;
  justify-content: center; }
  .verify-code .resend-block a {
    margin-right: 5px; }
  .verify-code .resend-block .resend-link {
    font-size: 13px; }
    .verify-code .resend-block .resend-link.disable {
      color: #0070E0;
      pointer-events: none;
      opacity: 0.6; }

h2 {
  color: #2699FB; }

.reset-confirm .panel-body {
  text-align: center; }

.reset-confirm .btn {
  margin-bottom: 40px; }

.reset-confirm i {
  color: #01A901;
  font-size: 20px;
  margin-right: 7px; }

.credit-ue {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  font-size: 11px;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .credit-ue {
      position: static;
      margin-top: 20px; } }
  .credit-ue label {
    color: #ADADAD !important;
    font-size: 11px !important;
    display: block; }

.indicator-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 5px;
  display: none; }
  .indicator-wrapper .indicator-sub-wrapper {
    display: flex; }

.reset-password .form-group {
  margin-bottom: 35px !important; }

.password-strength-indicator {
  display: flex;
  /*flex:3;*/
  justify-content: space-between;
  align-items: center;
  /*width: 100%;*/
  width: 100px; }
  .password-strength-indicator .password-wrapper {
    flex: 0 1 32%;
    height: 5px;
    background-color: #ADADAD;
    border-radius: 10px; }
  .password-strength-indicator .password-fill {
    width: 0;
    height: 100%;
    transition: all 1s;
    border-radius: 5px; }
  .password-strength-indicator.low .password-strength-low-fill {
    width: 100%;
    background-color: #D63731; }
  .password-strength-indicator.medium .password-strength-low-fill,
  .password-strength-indicator.medium .password-strength-medium-fill {
    width: 100%;
    background-color: #FBBE11; }
  .password-strength-indicator.strong .password-fill {
    width: 100%;
    background-color: #01A901; }

.poster-links {
  text-align: center; }
  .poster-links h3 {
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 35px; }

.password-strength-text {
  display: flex;
  text-align: left;
  justify-content: center;
  font-size: 11px;
  /*flex: 1;*/ }
  .password-strength-text > *:first-child {
    margin-right: 10px; }
  .password-strength-text.low .password-strength-as-text {
    color: #D63731; }
  .password-strength-text.medium .password-strength-as-text {
    color: #FBBE11; }
  .password-strength-text.strong .password-strength-as-text {
    color: #01A901; }

.password-change-success .success {
  width: 100%;
  text-align: center;
  margin-bottom: 35px; }

.password-change-success .action-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px; }

.external-provider-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none; }
  .external-provider-list .external-provider-element {
    border: 2px solid #D2DAE2;
    border-radius: 5px; }
    .external-provider-list .external-provider-element .external-provider-link {
      width: 100%;
      display: grid;
      grid-template-columns: 55px auto;
      text-decoration: none !important; }
      .external-provider-list .external-provider-element .external-provider-link span {
        font-size: 18px;
        width: 100%;
        text-align: start; }
      .external-provider-list .external-provider-element .external-provider-link .external-provider-image {
        width: 25px;
        height: 25px;
        margin: auto auto auto 12px; }
    .external-provider-list .external-provider-element:hover {
      border: 2px solid #0070E0; }

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #979797;
  margin: 1rem 0; }
  .separator:before, .separator:after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #CCCCCC; }
  .separator:not(:empty):before {
    margin-right: 1rem; }
  .separator:not(:empty):after {
    margin-left: 1rem; }

.identity-error {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .identity-error .error-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 550px; }
    .identity-error .error-wrapper h1 {
      margin-bottom: 40px; }
    .identity-error .error-wrapper .error-img {
      width: 300px;
      margin-bottom: 40px; }
      .identity-error .error-wrapper .error-img img {
        width: 100%; }
    .identity-error .error-wrapper .request-id {
      display: flex;
      align-items: center; }
      .identity-error .error-wrapper .request-id p {
        margin: 0;
        margin-right: 12px; }

.external-provider-list .external-provider-element, .top-nav-wrapper .user-dropdown ul.dropdown-menu a, .manage-nav li a, .form-block .form-wrapper .action-block a, .form-block .forgot-pass, .form-block .update-pass, input[type="password"],
input[type="text"], input[type="number"], input[type="email"],
select, .btn-primary, .border-btn, .custom-checkbox .checkbox + label:before {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important; }

.page-consent {
  background-color: #f2f2f2;
  display: flex;
  margin: 0 -15px;
  height: 100%; }
  .page-consent .consent-form {
    margin-top: 70px;
    max-width: 720px; }
    .page-consent .consent-form .panel {
      margin-top: 20px;
      margin-bottom: 40px; }
    .page-consent .consent-form .panel-heading h4 {
      display: block;
      text-align: left;
      font-size: 22px;
      margin-bottom: 40px; }
    .page-consent .consent-form .consent-remember {
      margin-top: 20px;
      padding-left: 15px; }
    .page-consent .consent-form .consent-description label {
      color: #ADADAD;
      margin: 0;
      font-size: 14px;
      padding-left: 20px; }
    .page-consent .consent-form .panel-default {
      padding: 15px 30px;
      background: #FFFFFF;
      border-radius: 4px; }
      .page-consent .consent-form .panel-default .title {
        display: flex;
        align-items: center;
        margin: 20px 0 40px; }
        .page-consent .consent-form .panel-default .title h4 {
          text-align: left;
          font-size: 20px;
          margin: 0; }
      .page-consent .consent-form .panel-default figure {
        max-width: 50px;
        margin: 0 15px 0 0; }
        .page-consent .consent-form .panel-default figure img {
          width: 100%; }
    .page-consent .consent-form .permission-info {
      margin-bottom: 170px; }
      @media only screen and (max-width: 991px) {
        .page-consent .consent-form .permission-info {
          margin-bottom: 200px; } }
    .page-consent .consent-form .list-group li {
      padding: 10px 0;
      border: none; }
      .page-consent .consent-form .list-group li label {
        margin: 0; }
      .page-consent .consent-form .list-group li i {
        margin-right: 5px;
        font-size: 14px;
        color: #01A901; }
      .page-consent .consent-form .list-group li:not(:last-child) {
        border-bottom: 3px solid #D2DAE2; }
    .page-consent .consent-form .action-row {
      background: #FFFFFF;
      position: fixed;
      left: 0;
      width: 100%;
      bottom: 0;
      padding: 20px;
      border-top: 2px solid #D2DAE2;
      margin: 0; }
      .page-consent .consent-form .action-row .wrapper {
        display: flex;
        max-width: 720px;
        margin: auto;
        padding: 0 15px; }
        @media only screen and (max-width: 991px) {
          .page-consent .consent-form .action-row .wrapper {
            display: flex;
            flex-direction: column; } }
        .page-consent .consent-form .action-row .wrapper button:first-child {
          margin-left: 0; }

.external-provider-list .external-provider-element, .top-nav-wrapper .user-dropdown ul.dropdown-menu a, .manage-nav li a, .form-block .form-wrapper .action-block a, .form-block .forgot-pass, .form-block .update-pass, input[type="password"],
input[type="text"], input[type="number"], input[type="email"],
select, .btn-primary, .border-btn, .custom-checkbox .checkbox + label:before {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important; }

html, body {
  height: 100%; }

@font-face {
  font-family: "Roboto", sans-serif;
  src: "url('../wwwroot/fonts/Roboto/Roboto-Regular.ttf')";
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Open-sans", sans-serif;
  src: "url('../wwwroot/fonts/Open-sans/OpenSans-Regular.ttf')";
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open-sans", sans-serif;
  text-align: center;
  font-weight: 600;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none !important; }

.top-nav-wrapper {
  display: block;
  box-shadow: 0 0 12px 0px #D2DAE2;
  padding: 18px 15px; }
  .top-nav-wrapper .top-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
    .top-nav-wrapper .top-nav .navbar-brand {
      width: 150px;
      height: auto; }
      .top-nav-wrapper .top-nav .navbar-brand img {
        width: 100%; }
  .top-nav-wrapper .user-dropdown .user-name-mobile {
    display: none;
    background-color: #f2f2f2;
    padding: 12px 10px; }
    @media only screen and (max-width: 991px) {
      .top-nav-wrapper .user-dropdown .user-name-mobile {
        display: block !important; } }
    .top-nav-wrapper .user-dropdown .user-name-mobile span {
      display: block;
      width: 180px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .top-nav-wrapper .user-dropdown .dropdown-toggle {
    display: block;
    color: #0070E0; }
    @media only screen and (max-width: 991px) {
      .top-nav-wrapper .user-dropdown .dropdown-toggle:after {
        content: none; } }
    .top-nav-wrapper .user-dropdown .dropdown-toggle i {
      font-size: 25px;
      color: #D2DAE2; }
      @media only screen and (min-width: 992px) {
        .top-nav-wrapper .user-dropdown .dropdown-toggle i {
          display: none; } }
    @media only screen and (max-width: 991px) {
      .top-nav-wrapper .user-dropdown .dropdown-toggle span {
        display: none; } }
  .top-nav-wrapper .user-dropdown ul.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    padding: 0; }
    .top-nav-wrapper .user-dropdown ul.dropdown-menu a {
      color: #0070E0;
      padding: 8px 10px;
      display: block; }
      .top-nav-wrapper .user-dropdown ul.dropdown-menu a:hover {
        background-color: #0070E0;
        color: #FFFFFF; }

.manage-nav {
  display: block; }
  .manage-nav li {
    display: block;
    border: 1px solid #ADADAD;
    padding: 15px;
    border-radius: 3px; }
    .manage-nav li a {
      color: #ADADAD;
      display: block; }
      .manage-nav li a:hover {
        color: #0070E0; }
    .manage-nav li.active {
      background-color: #0070E0;
      border: 1px solid #0070E0; }
      .manage-nav li.active a {
        color: #FFFFFF; }

.table {
  display: table;
  text-align: center;
  border-collapse: separate;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }
  .table .table_row, .table .theader {
    display: table-row; }
  .table .table_header {
    text-align: left;
    display: table-cell;
    border-bottom: #D2DAE2 1px solid;
    border-top: #D2DAE2 1px solid;
    background: rgba(210, 218, 226, 0.2);
    padding: 15px 15px;
    font-weight: 700; }
    .table .table_header:first-child {
      border-left: #D2DAE2 1px solid;
      border-top-left-radius: 5px; }
    .table .table_header:last-child {
      border-right: #D2DAE2 1px solid;
      border-top-right-radius: 5px; }
  .table .table_small {
    display: table-cell; }
  .table .table_row > .table_small > .table_cell {
    word-break: break-word;
    padding: 15px 15px;
    text-align: left;
    border-bottom: #D2DAE2 1px solid; }
    .table .table_row > .table_small > .table_cell label {
      margin: 0; }
    .table .table_row > .table_small > .table_cell:nth-child(odd) {
      display: none;
      background: rgba(210, 218, 226, 0.2);
      padding-top: 10px;
      padding-bottom: 10px; }
  .table .table_row > .table_small:first-child > .table_cell {
    border-left: #D2DAE2 1px solid; }
  .table .table_row > .table_small:last-child > .table_cell {
    border-right: #D2DAE2 1px solid; }
  .table .table_row:last-child > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px; }
  .table .table_row:last-child > .table_small:first-child > .table_cell:last-child {
    border-bottom-left-radius: 5px; }
  .table .table_row:nth-child(2n+3) {
    background: rgba(210, 218, 226, 0.2); }
  @media only screen and (max-width: 991px) {
    .table .table {
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    .table .table {
      display: block; }
    .table .table_row:nth-child(2n+3) {
      background: none; }
    .table .theader {
      display: none; }
    .table .table_row > .table_small > .table_cell:nth-child(odd), .table .table_cell {
      display: table-cell;
      width: 50%; }
    .table .table_row {
      display: table;
      width: 100%;
      border-collapse: separate;
      padding-bottom: 20px;
      margin: 5% auto 0;
      text-align: center; }
    .table .table_small {
      display: table-row; }
    .table .table_row > .table_small:first-child > .table_cell:last-child {
      border-left: none; }
    .table .table_row > .table_small:first-child > .table_cell:first-child {
      border-top-left-radius: 5px;
      border-top: #D2DAE2 1px solid; }
    .table .table_row > .table_small:first-child > .table_cell:last-child {
      border-top-right-radius: 5px;
      border-top: #D2DAE2 1px solid; }
    .table .table_row > .table_small > .table_cell:first-child {
      border-left: #D2DAE2 1px solid; }
    .table .table_row > .table_small:last-child > .table_cell:first-child {
      border-right: none; }
    .table .table_row > .table_small:last-child > .table_cell:first-child {
      border-bottom-left-radius: 5px; }
    .table .table_row > .table_small:last-child > .table_cell:last-child {
      border-bottom-right-radius: 5px; }
    .table .table_row > .table_small > .table_cell:last-child {
      border-right: #D2DAE2 1px solid; } }

.modal-dialog {
  margin: 10rem auto; }
  .modal-dialog .modal-header {
    padding: 1rem 1.5rem;
    border-bottom: 2px solid #D2DAE2;
    align-items: center; }
  .modal-dialog .modal-footer {
    justify-content: center;
    border: none;
    padding: 1rem 1.5rem;
    padding-bottom: 25px; }
    .modal-dialog .modal-footer > :not(:last-child) {
      margin-right: 1.25rem; }
  .modal-dialog .modal-body {
    padding: 1.75rem 1.5rem; }

.spinner {
  animation: rotator 1.4s linear infinite; }
  .spinner .path {
    stroke: #0070E0;
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite; }

.hide-content {
  display: none !important; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }

.external-provider-list .external-provider-element, .top-nav-wrapper .user-dropdown ul.dropdown-menu a, .manage-nav li a, .form-block .form-wrapper .action-block a, .form-block .forgot-pass, .form-block .update-pass, input[type="password"],
input[type="text"], input[type="number"], input[type="email"],
select, .btn-primary, .border-btn, .custom-checkbox .checkbox + label:before {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important; }

.form-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%; }
  .form-block label {
    margin: 0; }
  .form-block .form-wrapper {
    width: 40%;
    max-width: 515px; }
    @media only screen and (max-width: 991px) {
      .form-block .form-wrapper {
        width: 90%; } }
    .form-block .form-wrapper .logo {
      text-align: center;
      margin-bottom: 50px; }
      .form-block .form-wrapper .logo img {
        width: 220px;
        height: auto; }
        @media only screen and (max-width: 767px) {
          .form-block .form-wrapper .logo img {
            width: 150px; } }
    .form-block .form-wrapper label {
      font-size: 16px;
      color: #2B2B2B;
      font-weight: 500; }
    .form-block .form-wrapper .form-group {
      margin-bottom: 25px;
      position: relative; }
    .form-block .form-wrapper .action-block {
      text-align: center;
      margin-top: 35px; }
      .form-block .form-wrapper .action-block a {
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline;
        display: block;
        color: #ADADAD;
        margin-top: 30px; }
        .form-block .form-wrapper .action-block a:hover {
          color: #0070E0; }
  .form-block .forgot-pass {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 3px;
    color: #ADADAD; }
    .form-block .forgot-pass:hover {
      color: #0070E0; }
  .form-block .update-pass {
    font-size: 12px;
    position: absolute;
    right: 110px;
    top: 3px;
    color: #ADADAD; }
    .form-block .update-pass:hover {
      color: #0070E0; }

input[type="password"],
input[type="text"], input[type="number"], input[type="email"],
select {
  border: 1px solid #D2DAE2;
  border-radius: 3px;
  height: auto;
  padding: 12px; }
  input[type="password"]:focus,
  input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus,
  select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #0070E0;
    border-radius: 3px; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ADADAD;
  font-size: 14px; }

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ADADAD;
  font-size: 14px; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ADADAD;
  font-size: 14px; }

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ADADAD;
  font-size: 14px; }

button:focus {
  outline: none;
  box-shadow: none;
  border: none; }

.btn-primary {
  background-color: #0070E0;
  color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 4px; }
  @media only screen and (max-width: 767px) {
    .btn-primary {
      padding: 10px 30px; } }
  .btn-primary:hover {
    box-shadow: 0 6px 27px -9px #2B2B2B; }
  .btn-primary:focus {
    border-color: transparent;
    box-shadow: none; }
  .btn-primary.disabled {
    background-color: #0070E0;
    box-shadow: none !important;
    border: 1px solid #0070E0;
    opacity: 0.4; }

.border-btn {
  cursor: pointer;
  padding: 10px 30px;
  border: 1px solid #D2DAE2;
  color: #0070E0;
  border-radius: 4px;
  background-color: #FFFFFF; }
  .border-btn:hover {
    border-color: #0070E0;
    color: #0070E0; }

.action-row {
  display: block;
  margin-top: 20px;
  text-align: center; }
  .action-row button {
    margin: 0 10px; }
    @media only screen and (max-width: 991px) {
      .action-row button {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 20px; } }

.custom-checkbox .checkbox {
  position: absolute;
  opacity: 0; }
  .custom-checkbox .checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .custom-checkbox .checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid transparent;
    background: #f2f2f2; }
  .custom-checkbox .checkbox:hover + label:before {
    background: #f2f2f2;
    border-color: #0070E0; }
  .custom-checkbox .checkbox:checked + label:before {
    background: #0070E0; }
  .custom-checkbox .checkbox:disabled + label {
    color: #ADADAD;
    cursor: auto; }
  .custom-checkbox .checkbox:disabled + label:before {
    box-shadow: none;
    background: #D2DAE2; }
  .custom-checkbox .checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 11px;
    background: #FFFFFF;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg); }

.input-validation-error {
  border: 1px solid #D63731 !important; }

.field-validation-error {
  font-size: 14px; }

.error ul {
  list-style: none;
  padding: 0;
  text-align: left; }
  .error ul li {
    font-size: 14px;
    color: #D63731; }

.success {
  display: block;
  text-align: left; }
  .success label {
    font-size: 14px;
    color: #01A901 !important; }
    .success label i {
      margin-right: 5px; }

.external-provider-list .external-provider-element, .top-nav-wrapper .user-dropdown ul.dropdown-menu a, .manage-nav li a, .form-block .form-wrapper .action-block a, .form-block .forgot-pass, .form-block .update-pass, input[type="password"],
input[type="text"], input[type="number"], input[type="email"],
select, .btn-primary, .border-btn, .custom-checkbox .checkbox + label:before {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important; }

.page-company {
  margin-top: 70px; }
  .page-company .page-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
    .page-company .page-header label {
      margin-bottom: 5px;
      color: #ADADAD;
      font-weight: 400; }
    .page-company .page-header h4 {
      font-size: 22px;
      color: #2B2B2B;
      text-align: left;
      margin-bottom: 40px; }
    .page-company .page-header .search-panel {
      position: relative; }
      .page-company .page-header .search-panel .search-input {
        max-width: 250px;
        position: relative; }
        .page-company .page-header .search-panel .search-input input {
          width: 100%;
          padding: 10px 32px 10px 15px; }
        .page-company .page-header .search-panel .search-input figure {
          position: absolute;
          top: 10px;
          right: 10px;
          width: 18px;
          margin: 0; }
          .page-company .page-header .search-panel .search-input figure img {
            width: 100%; }
      .page-company .page-header .search-panel .company-count {
        width: 100%;
        text-align: right;
        position: absolute;
        bottom: -5px;
        margin: 0; }
        @media only screen and (max-width: 991px) {
          .page-company .page-header .search-panel .company-count {
            position: relative;
            margin-top: 10px;
            text-align: left; } }
    .page-company .page-header .actions-panel {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 20px 0px 5px 0px; }
  .page-company .company-form {
    width: 25% !important;
    display: block;
    margin: auto;
    margin-top: 50px; }
    @media only screen and (max-width: 991px) {
      .page-company .company-form {
        width: 40% !important; } }
    .page-company .company-form .panel {
      margin-bottom: 40px; }
    .page-company .company-form .panel-heading h4 {
      display: block;
      text-align: left;
      font-size: 20px;
      margin-bottom: 20px;
      color: #ADADAD; }
    .page-company .company-form .company-description label {
      color: #ADADAD;
      margin: 0;
      font-size: 14px;
      padding-left: 20px; }
    .page-company .company-form .list-group li {
      padding: 25px 15px;
      border: 1px solid #D2DAE2; }
      .page-company .company-form .list-group li i {
        margin-right: 5px;
        font-size: 14px;
        color: #01A901; }
    .page-company .company-form .action-row {
      margin-top: 40px;
      text-align: left; }
  .page-company .company-table-headers .table_header {
    padding: 20px 15px; }
  .page-company .company-list .table_cell {
    padding: 10px 15px !important; }
    .page-company .company-list .table_cell label {
      line-height: 48px; }
      @media only screen and (max-width: 991px) {
        .page-company .company-list .table_cell label {
          line-height: 1.5 !important; } }
    .page-company .company-list .table_cell .activated {
      color: #01A901; }
    @media only screen and (max-width: 991px) {
      .page-company .company-list .table_cell button {
        padding: 10px 18px !important; } }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .page-company .company-list .org-name-cell {
      height: 100px; } }
  .page-company .company-list .company-name-cell {
    width: 100%;
    display: flex;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .page-company .company-list .company-name-cell {
        flex-direction: column; } }
    .page-company .company-list .company-name-cell .company-name {
      margin-left: 45px !important;
      color: #0070E0;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 500px; }
      @media only screen and (max-width: 991px) {
        .page-company .company-list .company-name-cell .company-name {
          margin-top: 25px !important;
          margin-left: 0 !important; } }
    .page-company .company-list .company-name-cell .company-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 35px;
      height: 35px;
      background-color: #f2f2f2;
      border-radius: 100%;
      padding: 5px;
      overflow: hidden;
      cursor: pointer;
      position: absolute;
      top: 16px; }
      @media only screen and (max-width: 991px) {
        .page-company .company-list .company-name-cell .company-logo {
          position: relative; } }
      .page-company .company-list .company-name-cell .company-logo.c1 {
        background-color: rgba(1, 169, 1, 0.2); }
        .page-company .company-list .company-name-cell .company-logo.c1 label {
          color: #01A901; }
      .page-company .company-list .company-name-cell .company-logo.c2 {
        background-color: rgba(251, 190, 17, 0.2); }
        .page-company .company-list .company-name-cell .company-logo.c2 label {
          color: #FBBE11; }
      .page-company .company-list .company-name-cell .company-logo.c3 {
        background-color: rgba(214, 55, 49, 0.2); }
        .page-company .company-list .company-name-cell .company-logo.c3 label {
          color: #D63731; }
      .page-company .company-list .company-name-cell .company-logo.c4 {
        background-color: rgba(38, 153, 251, 0.2); }
        .page-company .company-list .company-name-cell .company-logo.c4 label {
          color: #2699FB; }
      .page-company .company-list .company-name-cell .company-logo img {
        width: 100%; }
      .page-company .company-list .company-name-cell .company-logo label {
        font-size: 12px;
        text-transform: uppercase;
        margin: 0;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 600; }
  .page-company .company-list .license-owner {
    width: 100%;
    display: flex; }
  .page-company .load-more {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center; }
    .page-company .load-more i {
      margin-right: 10px; }

.company-modal .redirect-confirmation {
  font-weight: 400; }

.company-modal .invalid-user, .company-modal .consent {
  font-weight: 400;
  display: flex; }

.company-modal .consent {
  flex-direction: column; }
  .company-modal .consent .markdown-content {
    margin-bottom: 15px;
    padding: 15px;
    background: rgba(38, 153, 251, 0.1);
    border-radius: 4px; }
    .company-modal .consent .markdown-content p {
      margin: 0; }

.company-modal .invalid-user i {
  margin-right: 10px;
  margin-top: 4px;
  color: #FBBE11; }

.company-modal .loader {
  display: flex;
  justify-content: center;
  margin: 70px 0; }

.external-provider-list .external-provider-element, .top-nav-wrapper .user-dropdown ul.dropdown-menu a, .manage-nav li a, .form-block .form-wrapper .action-block a, .form-block .forgot-pass, .form-block .update-pass, input[type="password"],
input[type="text"], input[type="number"], input[type="email"],
select, .btn-primary, .border-btn, .custom-checkbox .checkbox + label:before {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important; }

.page-platforms {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 85%; }
  .page-platforms .page-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
    .page-platforms .page-header h4 {
      font-size: 22px;
      color: #2B2B2B;
      margin-bottom: 40px;
      text-align: center; }
  .page-platforms .platform-list {
    max-height: 392px;
    overflow-y: auto; }
  .page-platforms .platform {
    cursor: pointer;
    padding: 20px 15px;
    border-left: #D2DAE2 1px solid;
    border-right: #D2DAE2 1px solid;
    border-top: #D2DAE2 1px solid; }
    .page-platforms .platform:hover {
      background: rgba(0, 112, 224, 0.07) !important; }
    .page-platforms .platform:first-child {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .page-platforms .platform:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom: #D2DAE2 1px solid; }
    .page-platforms .platform:nth-child(odd) {
      background: rgba(210, 218, 226, 0.2); }
    .page-platforms .platform label {
      margin: 0;
      font-weight: normal; }

.external-provider-list .external-provider-element, .top-nav-wrapper .user-dropdown ul.dropdown-menu a, .manage-nav li a, .form-block .form-wrapper .action-block a, .form-block .forgot-pass, .form-block .update-pass, input[type="password"],
input[type="text"], input[type="number"], input[type="email"],
select, .btn-primary, .border-btn, .custom-checkbox .checkbox + label:before {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important; }

.page-platforms-unauthorized {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 85%; }
  .page-platforms-unauthorized .illustration {
    display: flex; }
    .page-platforms-unauthorized .illustration figure {
      margin: auto;
      max-width: 250px; }
      .page-platforms-unauthorized .illustration figure img {
        width: 100%; }
  .page-platforms-unauthorized .content {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .page-platforms-unauthorized .content h4 {
      font-size: 22px;
      color: #2B2B2B;
      text-align: center; }
    .page-platforms-unauthorized .content p {
      margin-top: 10px;
      color: #2B2B2B;
      font-weight: normal; }

.external-provider-list .external-provider-element, .top-nav-wrapper .user-dropdown ul.dropdown-menu a, .manage-nav li a, .form-block .form-wrapper .action-block a, .form-block .forgot-pass, .form-block .update-pass, input[type="password"],
input[type="text"], input[type="number"], input[type="email"],
select, .btn-primary, .border-btn, .custom-checkbox .checkbox + label:before {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important; }

.page-bankid {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 45px); }
  .page-bankid .page-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
    .page-bankid .page-header h4 {
      font-size: 22px;
      color: #2B2B2B;
      margin-bottom: 40px;
      text-align: center; }
  .page-bankid .content-container {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D2DAE2; }
    .page-bankid .content-container .title {
      padding: 15px;
      border-bottom: 1px solid #D2DAE2; }
      .page-bankid .content-container .title p {
        margin: 0; }
    .page-bankid .content-container .electronic-id ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .page-bankid .content-container .electronic-id ul li {
        display: flex;
        padding: 15px;
        border-top: 1px solid #D2DAE2;
        cursor: pointer; }
        .page-bankid .content-container .electronic-id ul li * {
          cursor: pointer; }
        .page-bankid .content-container .electronic-id ul li.disabled {
          pointer-events: none;
          opacity: 0.6; }
        .page-bankid .content-container .electronic-id ul li:first-child {
          border-top: none; }
        .page-bankid .content-container .electronic-id ul li:hover {
          background: rgba(0, 112, 224, 0.07); }
        .page-bankid .content-container .electronic-id ul li img {
          max-width: 80px;
          border-radius: 4px;
          margin-right: 20px; }
        .page-bankid .content-container .electronic-id ul li div {
          display: flex;
          flex-direction: column;
          justify-content: center; }
        .page-bankid .content-container .electronic-id ul li p, .page-bankid .content-container .electronic-id ul li label {
          margin: 0;
          font-size: 14px; }
        .page-bankid .content-container .electronic-id ul li p {
          font-weight: 400; }
    .page-bankid .content-container .iframe-wrapper {
      padding: 15px;
      width: 100%;
      height: 390px;
      overflow: hidden; }
    .page-bankid .content-container .how-to {
      padding: 15px;
      border-top: 1px solid #D2DAE2; }
    .page-bankid .content-container .title, .page-bankid .content-container .hot-to {
      background-color: rgba(210, 218, 226, 0.2); }
  .page-bankid .redirect h1 {
    font-size: 18px; }

.external-provider-list .external-provider-element, .top-nav-wrapper .user-dropdown ul.dropdown-menu a, .manage-nav li a, .form-block .form-wrapper .action-block a, .form-block .forgot-pass, .form-block .update-pass, input[type="password"],
input[type="text"], input[type="number"], input[type="email"],
select, .btn-primary, .border-btn, .custom-checkbox .checkbox + label:before {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important; }

#cookie-concent {
  background: rgba(0, 0, 0, 0.7);
  min-height: 85px;
  padding: 3px 0;
  color: #FFFFFF;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 991px) {
    #cookie-concent {
      flex-direction: column;
      min-height: 110px; } }
  #cookie-concent button {
    margin-left: 10px; }

.cookie-policy-page {
  margin-top: 60px;
  margin-bottom: 110px;
  text-align: left; }
  .cookie-policy-page h1, .cookie-policy-page h2, .cookie-policy-page h3, .cookie-policy-page h4, .cookie-policy-page h5 {
    margin-top: 40px;
    text-align: left; }

.external-provider-list .external-provider-element, .top-nav-wrapper .user-dropdown ul.dropdown-menu a, .manage-nav li a, .form-block .form-wrapper .action-block a, .form-block .forgot-pass, .form-block .update-pass, input[type="password"],
input[type="text"], input[type="number"], input[type="email"],
select, .btn-primary, .border-btn, .custom-checkbox .checkbox + label:before {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important; }

.full-expand-flow {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0070E0;
  left: 0;
  right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .full-expand-flow .external-panel-heading {
    width: 100%;
    height: 145px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 20px 0 10px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 991px) {
      .full-expand-flow .external-panel-heading {
        height: 100px; } }
  .full-expand-flow .external-login-page {
    position: relative;
    width: 500px;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0 0 10px -3px #2B2B2B;
    border-radius: 4px;
    padding: 50px;
    margin: auto; }
    @media only screen and (max-width: 991px) {
      .full-expand-flow .external-login-page {
        padding: 20px; } }
    .full-expand-flow .external-login-page h2 {
      font-size: 24px;
      margin-bottom: 1rem;
      text-align: start;
      color: #0070E0; }
    .full-expand-flow .external-login-page p {
      line-height: 26px;
      font-size: 18px; }
    .full-expand-flow .external-login-page form {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .full-expand-flow .external-login-page form fieldset {
        display: flex;
        flex-direction: column;
        align-items: center; }
    .full-expand-flow .external-login-page .hello-name {
      min-height: 2rem;
      display: block; }
      @media only screen and (max-width: 991px) {
        .full-expand-flow .external-login-page .hello-name {
          display: none; } }
    .full-expand-flow .external-login-page .form-group-text {
      max-width: 500px;
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
      color: #333333; }
      .full-expand-flow .external-login-page .form-group-text h1, .full-expand-flow .external-login-page .form-group-text h2, .full-expand-flow .external-login-page .form-group-text h3, .full-expand-flow .external-login-page .form-group-text h4 {
        text-align: center;
        line-height: 32px; }
    .full-expand-flow .external-login-page .form-group {
      margin-bottom: 30px;
      max-width: 400px;
      width: 100%; }
      .full-expand-flow .external-login-page .form-group label {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px; }
      @media only screen and (max-width: 991px) {
        .full-expand-flow .external-login-page .form-group {
          margin-bottom: 15px; } }
    .full-expand-flow .external-login-page .action-block {
      display: flex;
      justify-content: center;
      gap: 20px; }
    .full-expand-flow .external-login-page .verifyphone-phone {
      display: flex; }
      .full-expand-flow .external-login-page .verifyphone-phone span {
        padding: 12px 9px;
        border-radius: 4px 0 0 4px;
        border-left: 1px solid #D2DAE2;
        border-top: 1px solid #D2DAE2;
        border-bottom: 1px solid #D2DAE2;
        background-color: #D2DAE2; }
      .full-expand-flow .external-login-page .verifyphone-phone input {
        width: 90%;
        display: inline-block;
        border-radius: 0 4px 4px 0; }
    @media only screen and (max-width: 991px) {
      .full-expand-flow .external-login-page {
        width: 90%; } }

.cookie-error {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #323538d1;
  z-index: 5000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .cookie-error h1 {
    color: white;
    padding: 0 30px; }

/*@import "../wwwroot/css/spinner";*/

/*# sourceMappingURL=main.css.map */