﻿.airplane-image {
  width: 45%;
}

.login-main-container {
  background-color: white !important;
  min-height: 100vh;
}

.login-container {
  align-content: center;
}

main {
  flex: 1;
  height: 100%;
  min-height: 100vh;
  background-color: whitesmoke;
}

#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;
}

.nav-item .nav-link.active > .nav-indicator {
  margin-top: 2px;
  height: 5px;
  width: 100%;
  background-color: #D9EDF7;
}

.nav-item .dropdown-item.active {
  all: unset;
  padding-inline: 1rem;
}

.nav-indicator.active > .nav-item-name {
  border-bottom: solid 5px #D9EDF7;
}

.unauthorized-container {
  height: auto;
  max-width: auto;
  position: relative;
  top: 10rem;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.blue-status-color {
  color: #005BBB;
}

.orange-status-color {
  color: orange;
}

.yellow-status-color {
  color: deeppink;
}

.green-status-color {
  color: #2E7D31;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: black !important;
}

#infochangeuser > .alert-info {
  color: #214c62;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.show-or-hide-behandlade-kostnadsdeklarationer-label {
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.form-control {
  scroll-margin-top: 400px;
}

.breadcrumb-container {
  position: sticky;
  height: 2.5rem;
  width: 100%;
  z-index: 100;
  background-color: whitesmoke;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  padding-left: 1.5rem;
}

.top-navbar {
  height: 2.5rem;
}

.inrapportering-container {
  position: relative;
  padding-left: 1.5rem;
  left: 20%;
  width: 80%;
}

.navigation-container {
  position: fixed;
  width: 20%;
  height: calc(100vh - 2.5rem - 3.25rem - 2.5rem);
  bottom: 0;
  top: 8.25rem;
  padding: 1rem;
  box-shadow: 4px 0 4px -3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.navigation-inner-container {
  height: 100%;
  padding-bottom: 30%;
}

.fa-square-check {
  color: #2E7D31;
  font-size: 20px;
}

#last-saved-date {
  font-size: 15px;
  margin-left: 5px;
}

#process-saving {
  font-size: 15px;
}

#saving-done {
  display: flex;
}

.saving-container {
  display: flex;
  justify-content: center;
}

.fa-arrows-rotate {
  font-size: 20px;
  margin-right: 5px;
}

.download-icon-color {
  text-decoration: none;
}

.download-file {
  text-decoration: underline;
}

.download-file:hover {
  text-decoration: underline;
  cursor: pointer;
}

.download-icon-color svg {
  color: #005bbb;
}

.download-icon-color:hover svg {
  color: #214C62;
}
