/* Variables */
/* Webkit */
::-webkit-scrollbar {
  width: 0;
}

/* Import */
.login-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-wrapper .logo {
  width: 15%;
  margin-top: 10rem;
}

.login-wrapper form#login {
  width: 30%;
  margin-top: 2rem;
}

.form-inline .btn-outline-success {
  margin-left: 0.5rem;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form .create-form {
  margin: 2rem;
  margin-left: 5rem;
  margin-right: 5rem;
  background-color: #fff;
  width: 50%;
  padding: 1rem;
  border-radius: 5px;
}

.form .create-form img.polisen-logo {
  width: 8%;
}

.form .create-form .title {
  font-weight: 500;
  font-size: 1.3rem;
  float: right;
  margin-top: 0.6rem;
}

.form .create-form form#form {
  margin-top: 2rem;
}

.form .create-form form#form .form-title {
  margin-top: 2rem;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form .create-form form#form .typ {
  margin-top: 0.5rem;
}

.form .create-form form#form .vittnen {
  margin-top: 0.5rem;
}

.form .create-form form#form .vittne-2 {
  margin-top: -1rem;
}

.form .create-form form#form .personer {
  margin-top: -0.5rem;
}

.form .create-form form#form .personer-2 {
  margin-top: 0.5rem;
}

.form .create-form form#form textarea.anteckningar {
  margin-top: 0.5rem;
}

.form .create-form input.change-password {
  margin-top: 0.5rem;
}

.form .create-form button.change-password {
  margin-top: 0.5rem;
}

.form .create-form .title_1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.form .create-form .pafoljd {
  margin-top: -0.5rem;
}

footer.footer {
  background-color: #fff;
  bottom: 0;
  position: absolute;
  color: dimgray;
  width: 100%;
  padding: 0.3rem;
  text-align: center;
}

footer.footer a {
  color: #2872fc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

footer.footer a:hover {
  color: dimgray !important;
}

@media (max-width: 768px) {
  .form .create-form img.polisen-logo {
    display: none !important;
  }
  .form .create-form .title {
    display: none !important;
  }
  .footer {
    display: none !important;
  }
}

.home-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90vh;
  font-weight: 500;
  font-size: 2em;
}

.intranat-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem;
}

.intranat-wrapper .title {
  margin-left: 0.5rem;
  font-size: 1.8em;
  margin-bottom: 1rem;
  font-weight: 500;
}

.intranat-wrapper input.search {
  width: 25%;
}

.intranat-wrapper select.filter-search {
  width: 15rem;
}

.intranat-wrapper .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  margin-left: 0.5rem;
}

.intranat-wrapper .results .result-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  margin-top: 0.5rem;
}

.intranat-wrapper .results .result-box .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
}

.intranat-wrapper .results .result-box .button-group .btn-danger {
  margin-left: 0.5rem;
}

.removed {
  text-align: center;
  font-size: 3em;
  color: red;
  font-weight: 500;
  margin-top: 10rem;
}

.skapa-konto-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem;
}

.skapa-konto-wrapper label {
  font-weight: 500 !important;
}

.skapa-konto-wrapper .title {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
}

.users-wrapper {
  margin: 2rem;
}

.users-wrapper .title {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
}

.users-wrapper .table {
  margin-top: 3rem;
}

.users-wrapper .table tbody tr td {
  vertical-align: middle;
}

.information {
  margin: 2rem;
}

.information .title {
  font-size: 1.8em;
  font-weight: 500;
}

.information .information-results {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.information .information-results .info-box {
  margin-top: 0.5rem;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 1rem;
  color: #000;
  border: 1px solid #e7e7e7;
}

.information .information-results .info-box .datum {
  font-weight: 500;
  font-size: 1.3em;
}

.information .information-results .info-box .meddelande {
  margin-top: 0.5rem;
}

.information .information-results .info-box .createdby {
  margin-top: 0.5rem;
}

/* General */
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f8f8f8 !important;
}

.dark-mode {
  background-color: black;
  color: white;
}

body .bg-light {
  background-color: #fff !important;
}

body b {
  font-weight: 500 !important;
}

body .btn-outline-primary {
  margin-left: 0.5rem !important;
}
/*# sourceMappingURL=main.css.map */