﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
.authentication {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  width: 100%;
  font-size: 14px; }

.authentication a {
  font-size: 14px; }

.authentication label {
  color: #fff; }

.authentication .store-logo {
  height: 40px; }

@media (max-width: 991.98px) {
  .authentication .row-authentication {
    margin-left: 0;
    margin-right: 0; } }

.authentication .row-authentication .col-logo {
  background: #000 url(/images/authentication-background.jpg?eac063fb862cc259eef93f5b6a8ff019) 50%;
  background-size: cover;
  min-height: 500px;
  border-radius: .25rem 0 0 .25rem;
  padding: 3rem; }

@media (max-width: 991.98px) {
  .authentication .row-authentication .col-logo {
    border-radius: .25rem .25rem 0 0;
    min-height: 250px; } }

.authentication .row-authentication .col-logo header img {
  width: 75px; }

.authentication .row-authentication .col-logo footer {
  position: absolute;
  bottom: 3rem; }

.authentication .row-authentication .col-logo footer p {
  font-size: 9px;
  text-transform: uppercase; }

.authentication .row-authentication .col-logo footer img {
  height: 25px; }

.authentication .row-authentication .col-content {
  background: #142351;
  border-radius: 0 .25rem .25rem 0;
  padding: 3rem; }

@media (max-width: 991.98px) {
  .authentication .row-authentication .col-content {
    border-radius: 0 0 .25rem .25rem; } }

.authentication .row-authentication .col-content a {
  color: #fff; }

.authentication h2 {
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
  font-weight: 700; }

.authentication p {
  font-family: Source Sans Pro, sans-serif; }

.authentication .legal {
  text-align: center;
  color: #0366d6;
  font-size: 10px; }

.authentication .legal a {
  font-size: 10px; }

a, .btn-link {
  color: #0366d6; }

.btn-primary {
  color: #fff;
  background-color: #132351;
  border-color: #0093FF; }

.align-right {
  text-align: right; }

.btn-grey {
  background-color: #808080; }

.full-height {
  height: 100%;
  margin-top: 40px; }

.modal-content {
  color: #222222;
  text-align: left; }

.dfm-selector {
  height: 500px;
  overflow: hidden scroll;
  text-align: left; }

.element-group {
  border: solid 1px silver;
  border-radius: 3px;
  margin: 5px 5px 5px 5px;
  padding: 20px 15px 10px 15px; }
  .element-group .element-group-header {
    position: relative;
    margin-left: 5px;
    margin-top: -30px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    color: silver;
    width: fit-content; }

.header {
  background-color: #0b1e50;
  height: 75px;
  width: 100%; }

.top-row {
  height: 60px;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 101; }
  .top-row .search-control .search-box {
    height: 30px;
    color: #dddddd;
    background-color: #404e74;
    border: solid 1px #404e74;
    box-shadow: none; }
  .top-row .search-control .search-button {
    height: 30px;
    padding-top: 2px;
    cursor: pointer;
    color: #dddddd;
    background-color: #404e74;
    border: solid 1px #404e74; }
  .top-row .search-icon {
    position: absolute;
    top: 2px;
    right: 62px;
    color: #dddddd;
    z-index: 100;
    font-size: 18px; }

.top-row {
  background-color: #0b1e50;
  border-bottom: 1px solid #d6d5d5;
  color: #ffffff;
  font-size: 14px; }

.top-row > a, .top-row .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  color: #ffffff; }

.top-row img.logo {
  margin-top: 0px;
  height: 35px;
  margin-right: 40px; }

.top-row .client-logo {
  display: inline-block;
  background: white;
  padding: 2px;
  border-radius: 5px;
  text-align: center; }

.top-row img.client-logo {
  height: 38px;
  margin-left: 30px;
  margin-right: 30px; }

.top-bar-icon {
  font-size: 32px;
  margin-right: 20px;
  color: #dddddd; }

.user-settings-panel {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  color: #222222;
  box-shadow: 5px 5px 15px -5px #444;
  z-index: 110;
  margin-top: -20px;
  min-height: 100%;
  text-align: left;
  width: 250px;
  margin-right: 0px;
  height: 460px;
  border-radius: 0 0 0 8px; }
  .user-settings-panel .top {
    position: relative;
    padding: 20px;
    background-color: #132351;
    color: #F8F8F8;
    font-size: 14px;
    height: 160px; }
    .user-settings-panel .top .btn {
      position: absolute;
      right: 20px;
      bottom: 20px; }
  .user-settings-panel .bottom {
    position: relative;
    padding: 20px;
    height: 300px; }
    .user-settings-panel .bottom #closeUserSettingsPanel {
      position: absolute;
      right: 20px;
      bottom: 20px; }

.user-settings-panel .top .icon {
  margin-left: 5px; }

.user-settings-panel.show {
  display: block; }

@media (max-width: 767.98px) {
  .main .top-row:not(.auth) {
    display: none; }
  .main .top-row.auth {
    justify-content: space-between; }
  .main .top-row a, .main .top-row .btn-link {
    margin-left: 0; } }

@media (min-width: 768px) {
  .main .top-row {
    position: sticky;
    top: 0; } }

.language-selector {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 210px; }

.language-selector .btn-group {
  width: 100%; }

.language-selector .btn-group .btn {
  width: 100%; }

.language-selector .btn-group .btn {
  width: 100%; }

.language-selector .btn-group .btn .btn-text {
  width: 90%;
  display: inline-block;
  text-align: left; }

.language-selector .dropdown-item {
  padding: .25rem 0.5rem;
  border-bottom: solid 1px #eee;
  cursor: pointer;
  font-size: 14px;
  width: 208px; }

.language-selector .dropdown-item:last-of-type {
  border-bottom: none; }

.language-selector .dropdown-menu {
  padding: .25rem 0; }

.language-selector .dropdown-item:hover {
  background-color: #ddd; }

.organisation-selector {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 210px; }

.organisation-selector img {
  display: block; }

.organisation-selector .dropdown-text {
  display: none; }

.organisation-selector .btn-group {
  width: 100%; }

.organisation-selector .btn-group .btn {
  width: 100%;
  height: 38px;
  background-color: white; }

.organisation-selector .btn-group .btn img {
  margin-top: 2px; }

.organisation-selector .btn-outline-secondary:hover {
  color: #6c757d; }

.organisation-selector .btn-group .btn .btn-text {
  width: 90%;
  display: inline-block;
  text-align: left; }

.organisation-selector .dropdown-item {
  padding: 8px;
  border-bottom: solid 1px #eee;
  cursor: pointer;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  width: 208px; }

.organisation-selector .dropdown-item img {
  display: block; }

.organisation-selector .dropdown-item .dropdown-text {
  display: inline-block;
  margin-left: 20px; }

.organisation-selector .dropdown-item:last-of-type {
  border-bottom: none; }

.organisation-selector .dropdown-menu {
  padding: .25rem 0; }

.organisation-selector .dropdown-item:hover {
  background-color: #ddd; }

.card.navigation {
  color: #132351;
  border: none; }

.card.full-width {
  width: 100%; }

.navigation .card-header {
  background-color: transparent;
  border: none;
  padding-left: 0;
  position: fixed;
  z-index: 80;
  background: white;
  width: 100%;
  margin-top: -5px; }
  .navigation .card-header a {
    text-decoration: none; }
  .navigation .card-header .navigation-title-text {
    font-weight: bold;
    font-size: 20px;
    background-color: #ffffff;
    color: #142351;
    height: 58px; }

.navigation .card-body {
  padding: 0;
  margin-top: 60px;
  position: fixed;
  overflow-y: auto;
  padding-right: 10px;
  height: calc(100% - 160px);
  width: calc(25% - 15px);
  z-index: 81; }
  .navigation .card-body .list-group {
    margin-bottom: 30px; }
    .navigation .card-body .list-group .list-group-item {
      padding: 3px;
      border: none;
      margin-top: 0px;
      margin-bottom: 0px;
      border-radius: 5px;
      color: #132351; }
      .navigation .card-body .list-group .list-group-item:hover {
        background-color: #F5F5F5; }
      .navigation .card-body .list-group .list-group-item.active {
        color: #ffffff;
        background-color: #132351; }
        .navigation .card-body .list-group .list-group-item.active .product-text {
          color: #ffffff; }
      .navigation .card-body .list-group .list-group-item a {
        text-decoration: none; }
      .navigation .card-body .list-group .list-group-item .product-image {
        width: 50px;
        height: 50px;
        text-align: center;
        overflow: hidden;
        display: inline-block;
        float: left;
        margin-top: 5px;
        margin-left: 5px; }
        .navigation .card-body .list-group .list-group-item .product-image img {
          height: 50px;
          position: relative;
          /* allows repositioning */
          left: 100%;
          /* move the whole width of the image to the right */
          margin-left: -200%;
          /* magic! */ }
      .navigation .card-body .list-group .list-group-item .product-text {
        display: flex;
        padding: 5px;
        float: left;
        font-size: 14px;
        font-weight: bold;
        height: 60px;
        overflow: hidden;
        width: 80%;
        color: black; }
        .navigation .card-body .list-group .list-group-item .product-text.with-description {
          flex-direction: column; }
          .navigation .card-body .list-group .list-group-item .product-text.with-description .product-title {
            align-items: unset; }
        .navigation .card-body .list-group .list-group-item .product-text .product-title {
          display: flex;
          align-items: center; }
        .navigation .card-body .list-group .list-group-item .product-text .product-description {
          font-size: 9px;
          font-weight: normal;
          float: left;
          max-height: 27px;
          overflow: hidden; }

.navigation .search-icon {
  display: inline-block;
  margin-top: 0px;
  float: right; }

.navigation .search-box {
  display: inline-block;
  height: 30px;
  margin-top: 0px;
  margin-left: -7px;
  font-size: 14px;
  width: 80%;
  box-shadow: none; }

.navigation .search-control {
  display: inline-block;
  width: 90%; }

.navigation .search-control .search-button {
  height: 30px;
  padding-top: 2px;
  cursor: pointer;
  border-top: solid 1px #ced4da;
  border-bottom: solid 1px #ced4da;
  border-right: solid 1px #ced4da; }

.navigation .search-control .search-button:focus {
  box-shadow: none; }

.navigation-path {
  font-size: 14px;
  font-weight: 700;
  color: #0093FF;
  /*margin-top:-16px;*/
  position: fixed;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 91;
  width: 100%; }

.navigation-path a:last-of-type {
  color: #132351; }

.product-detail {
  font-size: 14px;
  background-color: #eee;
  min-height: 100%;
  border-radius: 8px 0 0 0;
  z-index: 81; }
  .product-detail .product-detail-main {
    background-color: #ffffff;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px; }
    .product-detail .product-detail-main .share-button {
      margin-top: 15px; }
  .product-detail .not-found-message {
    background-color: #F4F4F4;
    color: #222222;
    border-radius: 10px;
    margin: 40px;
    padding: 30px; }

.product-detail img {
  max-width: 466px;
  max-height: 600px; }

.product-detail .feature-image {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden; }

.product-detail .feature-image img {
  width: unset;
  height: 100px;
  width: unset;
  height: 100px;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.specs-table {
  font-size: 14px;
  margin-bottom: 0px;
  border-bottom: 1px solid #dee2e6; }

.specs-table th {
  border-top: none; }

.full-width {
  width: 100%; }

.feature-name {
  background-color: rgba(0, 0, 0, 0.03);
  min-width: 300px; }

.feature-value {
  padding-left: 20px;
  color: #0366d6; }

.spacer {
  height: 16px; }

.product-detail-title {
  font-weight: bold;
  font-size: 20px;
  background-color: #ffffff;
  color: #142351;
  height: 58px;
  padding: .75rem 0; }

.product-detail-description-label {
  font-size: 14px;
  font-weight: bold; }

.share-link .footnote {
  font-size: 10px;
  color: gray; }

.share-link .clipboard-source {
  max-height: 10px;
  overflow: hidden; }

.share-link table {
  width: 460px;
  border: solid 1px #aaa;
  border-radius: 10px;
  border-collapse: separate;
  background-color: #f2f2f2; }

.share-link a {
  font-size: 14px;
  font-weight: 700; }

.share-link a:hover {
  text-decoration: none;
  cursor: pointer; }

.share-link .share-image {
  width: 65px; }

.share-link .share-title {
  font-size: 14px;
  font-weight: 700;
  color: black; }

.share-link .share-description {
  height: 64px;
  overflow: hidden;
  font-size: 11px;
  color: gray; }

.view-source .share-link-url {
  display: none; }

.tree, .tree ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.tree ul {
  margin-left: 1em;
  position: relative; }

.tree ul ul {
  margin-left: .5em; }

.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid; }

.tree li {
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  color: #222222;
  font-weight: normal;
  position: relative; }

.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0; }

.tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 1em;
  bottom: 0; }

.indicator {
  margin-right: 5px; }

.tree li a {
  text-decoration: none;
  color: #222222; }

.tree li button, .tree li button:active, .tree li button:focus {
  text-decoration: none;
  color: #222222;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0; }

.tree ul li label {
  margin-bottom: 0; }

.toasted {
  display: none;
  padding: 1.5rem;
  color: #fff;
  z-index: 999;
  position: fixed;
  width: 50%;
  bottom: 2rem;
  border-radius: 1rem;
  left: 25%; }

.toasted-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
  font-size: 2.5rem; }

.toasted-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 1rem;
  padding-right: 1rem; }

.toasted-body p {
  margin-bottom: 0; }

.toasted-visible {
  display: flex;
  flex-direction: row;
  animation: fadein 1.5s; }

.toast-close-button {
  position: absolute;
  top: 5px;
  right: 15px; }

.file-list table {
  width: 100%; }
  .file-list table th, .file-list table td {
    font-size: 12px; }

.file-list .file-list-date {
  width: 30%; }

.file-list .file-list-time {
  width: 30%; }

.file-list .file-list-date {
  width: 30%; }

.file-list .file-list-actions {
  white-space: nowrap;
  padding-right: 20px;
  font-size: 24px; }
  .file-list .file-list-actions .fa {
    margin-left: 10px;
    cursor: pointer; }
  .file-list .file-list-actions .file-list-actions-delete {
    color: #8a0000; }

html {
  overflow-y: scroll;
  overflow-x: hidden; }

html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 100%; }

app {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column; }

.container-fluid {
  height: 100%; }

.main {
  flex: 1; }

.content {
  padding-top: 60px;
  height: 100%;
  display: flex;
  flex-direction: column; }

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050; }

.invalid {
  outline: 1px solid red; }

.validation-message {
  color: red; }

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000; }

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem; }

@media (min-width: 768px) {
  app {
    flex-direction: column; }
  .main > div {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important; } }

.inline {
  display: inline-block;
  width: unset;
  height: 40px;
  margin-top: 1px;
  margin-right: 20px; }

.btn:focus {
  box-shadow: none; }

.image-detail {
  max-width: 466px;
  max-height: 600px;
  text-align: center; }

.pointer {
  cursor: pointer; }
