/* 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-div {
  width: 70%;
  margin-left: 40%;
  padding-bottom: 2%;
}

.login-wrapper .logo-div img {
  margin: 15% 2% 0 0;
}

.login-wrapper .logo {
  width: 20%;
  margin-top: 12rem;
}

.login-wrapper form#login {
  width: 30%;
  margin-top: 2rem;
}

.ssi-inlogg{
  margin-top: 2rem;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}

.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: 100%;
  padding: 1rem;
  border-radius: 5px;
}

.form .create-form img.polisen-logo {
  width: 15%;
}

.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 .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;
  margin: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-wrapper hr {
  border: 0;
  clear: both;
  display: block;
  width: 100%;
  background-color: #e9e9e9;
  height: 2px;
  padding: 0 !important;
}

.home-wrapper .status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 1rem;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 0.5rem;
}

.home-wrapper .status-box .title {
  font-size: 1.5em;
  font-weight: 500;
}

.home-wrapper .status-box span.online {
  color: #0dbd0d;
  font-weight: 500;
}

.home-wrapper .status-box span.offline {
  color: red;
  font-weight: 500;
}

.home-wrapper .status-box span.undefined {
  color: #fcd00e;
  font-weight: 500;
}

.home-wrapper .status-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;
}

.home-wrapper .status-box .button-group .btn {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.home-wrapper .status-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 1rem;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 0.5rem;
}

.home-wrapper .status-box-2 .title {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}

.home-wrapper .status-box-2 .units-wrapper .unit-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;
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  background-color: #28a745;
  color: #fff;
  margin-top: 0.5rem;
}

.home-wrapper .status-box-2 .units-wrapper .unit-box .badge {
  margin-left: auto;
}

@media (max-width: 1067px) {
  .home-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    margin: 1rem !important;
  }
  .home-wrapper .status-box {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .home-wrapper .status-box-2 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 1rem;
  }
  .home-wrapper .status-box-2 .units-wrapper .unit-box {
    margin-top: 0.5rem;
  }
}

.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 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;
}

.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;
}

.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;
}

.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;
}

/* General */
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f8f8f8 !important;
}

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 */