@charset "UTF-8";
.chars-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16rem;
}

.chars-wrapper .char-box {
  background-color: #686868;
  padding: 1rem;
  width: 20%;
  border-radius: 3px;
  margin: 0.5rem;
  word-break: break-all;
  color: #fff;
}

.chars-wrapper .char-box .title {
  font-size: 1.2rem;
  font-weight: 500;
}

.chars-wrapper .char-box .button-group {
  margin-top: 1rem;
}

.chars-wrapper a {
  text-decoration: none !important;
}

.chars-wrapper a .create-char-box {
  background-color: green;
  color: #fff;
  padding: 1rem;
  border-radius: 3px;
  margin: 0.5rem;
  text-align: center;
  line-height: 12rem;
  vertical-align: middle;
  font-weight: 500;
  font-size: 2rem;
}

.chars-wrapper a .create-char-box:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #027202;
}

.change-char-wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.change-char-wrapper .form {
  width: 50%;
}

.civil-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: 1rem;
  color: #fff;
}

.civil-wrapper .list-group-left {
  width: 20%;
}

.civil-wrapper .list-group-item {
  color: #fff;
  background-color: #686868;
}

.civil-wrapper .char-info-box {
  background-color: #686868;
  margin-left: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.5rem;
  width: 100%;
  border-radius: 3px;
}

.civil-wrapper .char-info-box .title {
  font-weight: 500;
  font-size: 1.5rem;
}

.civil-wrapper .char-info-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.civil-wrapper .char-info-box .info b {
  font-weight: 500 !important;
}

.civil-wrapper .char-info-box .info .licenses-wrapper, .civil-wrapper .char-info-box .info .markers-wrapper, .civil-wrapper .char-info-box .info .fordon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.2rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.civil-wrapper .char-info-box .info .licenses-wrapper .license-box, .civil-wrapper .char-info-box .info .markers-wrapper .license-box, .civil-wrapper .char-info-box .info .fordon-wrapper .license-box, .civil-wrapper .char-info-box .info .markers-wrapper .license-box-red {
  background-color: green;
  padding: 1rem;
  border-radius: 5px;
  color: #fff;
  margin: 0.2rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 12.025%;
}

.civil-wrapper .char-info-box .info .licenses-wrapper .license-box:hover, .civil-wrapper .char-info-box .info .markers-wrapper .license-box:hover, .civil-wrapper .char-info-box .info .fordon-wrapper .license-box:hover, .civil-wrapper .char-info-box .info .markers-wrapper .license-box-red:hover {
  background-color: #dc3545;
}

.civil-wrapper .char-info-box .info .licenses-wrapper .license-box-hidden, .civil-wrapper .char-info-box .info .markers-wrapper .license-box-hidden, .civil-wrapper .char-info-box .info .fordon-wrapper .license-box-hidden {
  display: none !important;
  background-color: green;
  padding: 1rem;
  border-radius: 5px;
  color: #fff;
  margin: 0.2rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.civil-wrapper .char-info-box .info .licenses-wrapper .license-box-hidden:hover, .civil-wrapper .char-info-box .info .markers-wrapper .license-box-hidden:hover, .civil-wrapper .char-info-box .info .fordon-wrapper .license-box-hidden:hover {
  background-color: #dc3545;
}

.civil-wrapper .char-info-box .info .licenses-wrapper .license-box-2, .civil-wrapper .char-info-box .info .markers-wrapper .license-box-2, .civil-wrapper .char-info-box .info .fordon-wrapper .license-box-2, .civil-wrapper .char-info-box .info .fordon-wrapper .fordon-box-red, .civil-wrapper .char-info-box .info .fordon-wrapper .fordon-box {
  background-color: green;
  padding: 1rem;
  border-radius: 5px;
  color: #fff;
  margin: 0.2rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.civil-wrapper .char-info-box .info .markers-wrapper {
  margin-top: 0.2rem;
}

.civil-wrapper .char-info-box .info .markers-wrapper .license-box-red {
  background-color: #dc3545 !important;
}

.civil-wrapper .char-info-box .info .fordon-wrapper .fordon-box-red {
  background-color: #dc3545 !important;
}

.civil-wrapper .char-info-box .info .fordon-wrapper .fordon-box {
  background-color: #686868;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.civil-wrapper .char-info-box .info .fordon-wrapper .fordon-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;
  position: absolute;
  right: 0;
  margin-right: 1rem;
}

.civil-wrapper .char-info-box .info .fordon-wrapper .fordon-box .button-group button.btn-warning {
  margin-right: 0.5rem;
}

.civil-wrapper .char-info-box .info .fordon-wrapper .fordon-box .info {
  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: -0.5rem;
}

.civil-wrapper .char-info-box .info .fordon-wrapper .fordon-box .info .box-green, .civil-wrapper .char-info-box .info .fordon-wrapper .fordon-box .info .box-red {
  background-color: green;
  padding: 1rem;
  border-radius: 5px;
  margin-left: 0.5rem;
}

.civil-wrapper .char-info-box .info .fordon-wrapper .fordon-box .info .box-red {
  background-color: #dc3545;
}

.civil-wrapper .add-license-wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100%;
  margin: 1rem;
}

.civil-wrapper .add-license-wrapper .title {
  font-size: 2rem;
  font-weight: 500;
}

.civil-wrapper .add-license-wrapper .licenses {
  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;
}

.civil-wrapper .add-license-wrapper .licenses .license-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.civil-wrapper .add-license-wrapper .licenses .license-box-wrapper .license-box, .civil-wrapper .add-license-wrapper .licenses .license-box-wrapper .char-info-box .info .markers-wrapper .license-box-red, .civil-wrapper .char-info-box .info .markers-wrapper .add-license-wrapper .licenses .license-box-wrapper .license-box-red {
  background-color: green;
  padding: 1rem;
  border-radius: 5px;
  color: #fff;
  width: 15rem;
  margin-top: 0.5rem;
}

.civil-wrapper .add-license-wrapper .licenses .license-box-wrapper a.add-license {
  background-color: green;
  border-radius: 5px;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  padding: 1rem;
  color: #fff;
}

@media (max-width: 1024px) {
  .chars-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-top: 0 !important;
    margin-right: 1rem !important;
  }
  .chars-wrapper .char-box {
    width: 100% !important;
  }
  .civil-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .civil-wrapper .list-group-left {
    width: 100% !important;
  }
  .civil-wrapper .char-info-box {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .civil-wrapper .char-info-box .licenses-wrapper .license-box, .civil-wrapper .char-info-box .info .markers-wrapper .license-box, .civil-wrapper .char-info-box .info .fordon-wrapper .license-box, .civil-wrapper .char-info-box .info .markers-wrapper .license-box-red {
    width: 23.97% !important;
  }
  .civil-wrapper .fordon-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .civil-wrapper .fordon-wrapper .fordon-box {
    width: 100% !important;
  }
}

.edit-license-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: 1rem;
  color: #fff;
}

.edit-license-wrapper .add-license-wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* height: 100vh; */
  width: 450px;
  margin: 1rem;
}

.edit-license-wrapper .add-license-wrapper .title {
  font-size: 2rem;
  font-weight: 500;
}

.edit-license-wrapper .add-license-wrapper .licenses {
  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;
}

.edit-license-wrapper .add-license-wrapper .licenses .license-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.edit-license-wrapper .add-license-wrapper .licenses .license-box-wrapper .license-box, .edit-license-wrapper .add-license-wrapper .licenses .license-box-wrapper .char-info-box .info .markers-wrapper .license-box-red, .edit-license-wrapper .char-info-box .info .markers-wrapper .add-license-wrapper .licenses .license-box-wrapper .license-box-red {
  background-color: green;
  padding: 1rem;
  border-radius: 5px;
  color: #fff;
  width: 15rem;
  margin-top: 0.5rem;
}

.edit-license-wrapper .add-license-wrapper .licenses .license-box-wrapper a.add-license {
  background-color: green;
  border-radius: 5px;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  padding: 1rem;
  color: #fff;
}

.edit-license-wrapper .add-license-wrapper .licenses .license-box-wrapper a.remove-license {
  background-color: red;
  border-radius: 5px;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  padding: 1rem;
  color: #fff;
}

.admin-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.admin-wrapper .navbar {
  background-color: #272d53 !important;
}

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

.admin-wrapper .create-account-wrapper .title {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.admin-wrapper .search-wrapper {
  width: 100%;
}

.admin-wrapper .search-wrapper .form-control[type=search] {
  width: 92.7% !important;
}

.admin-wrapper .search-results-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;
  margin-top: 0rem !important;
}

.admin-wrapper .search-results-wrapper .title {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.admin-wrapper .search-results-wrapper .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;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 5px;
  background-color: green;
  color: #fff;
}

.admin-wrapper .search-results-wrapper .result-box .button-group {
  margin-left: auto;
}

.stats-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;
  margin: 2rem;
}

.stats-wrapper h1 {
  color: #fff;
}

.stats-wrapper .stats-box {
  padding: 1rem;
  background-color: #000;
  color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  text-align: center;
  margin-left: 0.5rem;
}

.stats-wrapper .stats-box .title {
  font-weight: 500;
  font-size: 1.3rem;
  color: #fff;
}

@media (max-width: 1024px) {
  .stats-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .stats-wrapper .stats-box {
    margin-top: 0.5rem;
    width: 100% !important;
  }
}

.amb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-image: url("../img/ambulansen.jpg");
  background-size: cover;
  position: relative;
  width: 55%;
  margin: auto;
  margin-top: 8rem;
  color: #fff;
  height: 70vh;
}

.amb-wrapper #home-amb {
  margin: 2rem;
  margin-top: 5rem;
}

.amb-wrapper #home-amb .info .title {
  font-weight: 500;
  color: #d1d1d1;
  font-size: 0.9rem;
}

.amb-wrapper #home-amb .info .text {
  font-size: 1.6rem;
  font-weight: 500;
}

.amb-wrapper .x-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #242424;
  width: 100%;
  color: #fff;
  padding: 0.7rem;
  position: absolute;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.amb-wrapper .x-bar #clock {
  position: absolute;
  right: 0;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.amb-wrapper .x-bar span.cbr-status {
  margin-left: 20rem;
}

.amb-wrapper .x-bar span.cbr-status .badge-warning, .amb-wrapper .x-bar span.cbr-status .badge-danger {
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@keyframes example {
  50% {
    background-color: #242424;
  }
}

.amb-wrapper .x-bar-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #242424;
  width: 100%;
  color: #fff;
  padding: 0.7rem;
  position: absolute;
  bottom: 0;
}

.amb-wrapper .x-bar-2 .button, .amb-wrapper .x-bar-2 .polisen-wrapper .y-bar .button-y, .polisen-wrapper .y-bar .amb-wrapper .x-bar-2 .button-y, .amb-wrapper .x-bar-2 .polisen-wrapper .y-bar .button-y--green, .polisen-wrapper .y-bar .amb-wrapper .x-bar-2 .button-y--green, .amb-wrapper .x-bar-2 .polisen-wrapper .y-bar .sds-button--red, .polisen-wrapper .y-bar .amb-wrapper .x-bar-2 .sds-button--red, .amb-wrapper .x-bar-2 .polisen-wrapper .y-bar .button-y--yellow, .polisen-wrapper .y-bar .amb-wrapper .x-bar-2 .button-y--yellow, .amb-wrapper .x-bar-2 .button--green, .amb-wrapper .x-bar-2 .button--red, .amb-wrapper .x-bar-2 .button--yellow {
  display: inline-block;
  width: 20rem;
  background-color: #2e2e35;
  padding: 1rem;
  border: 1px solid #000;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff !important;
  margin-left: 0.3rem;
}

.amb-wrapper .x-bar-2 .button:hover, .amb-wrapper .x-bar-2 .polisen-wrapper .y-bar .button-y:hover, .polisen-wrapper .y-bar .amb-wrapper .x-bar-2 .button-y:hover, .amb-wrapper .x-bar-2 .polisen-wrapper .y-bar .button-y--green:hover, .polisen-wrapper .y-bar .amb-wrapper .x-bar-2 .button-y--green:hover, .amb-wrapper .x-bar-2 .polisen-wrapper .y-bar .sds-button--red:hover, .polisen-wrapper .y-bar .amb-wrapper .x-bar-2 .sds-button--red:hover, .amb-wrapper .x-bar-2 .polisen-wrapper .y-bar .button-y--yellow:hover, .polisen-wrapper .y-bar .amb-wrapper .x-bar-2 .button-y--yellow:hover, .amb-wrapper .x-bar-2 .button--green:hover, .amb-wrapper .x-bar-2 .button--red:hover, .amb-wrapper .x-bar-2 .button--yellow:hover {
  cursor: pointer;
  background-color: #2a2a2e;
}

.amb-wrapper .x-bar-2 .button--green {
  background-color: green !important;
}

.amb-wrapper .x-bar-2 .button--red {
  background-color: red !important;
}

.amb-wrapper .x-bar-2 .button--yellow {
  background-color: #e2ae1f !important;
}

.amb-wrapper .x-bar-2 .button-logout {
  display: inline-block;
  width: 6.5rem;
  background-color: #2e2e35;
  padding: 1rem;
  border: 1px solid #000;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff !important;
  margin-left: 0.3rem;
}

.amb-wrapper .x-bar-2 #status-button {
  width: 100% !important;
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
  margin-right: 0.3rem;
}

.amb-wrapper #status-amb {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

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

.amb-wrapper #status-amb .title span.title-1 {
  color: #cccccc;
  font-size: 1.4rem;
}

.amb-wrapper #status-amb .status-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.amb-wrapper #status-amb .status-wrapper a {
  text-decoration: none !important;
}

.amb-wrapper #status-amb .status-wrapper .box-1, .amb-wrapper #status-amb .status-wrapper .box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.amb-wrapper #status-amb .status-wrapper .status-box, .amb-wrapper #status-amb .status-wrapper .status-box-green, .amb-wrapper #status-amb .status-wrapper .status-box-yellow, .amb-wrapper #status-amb .status-wrapper .status-box-red {
  padding: 1rem;
  background-color: #2b2626;
  border-radius: 5px;
  border: 1px solid #777;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 1rem;
  width: 10rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
}

.amb-wrapper #status-amb .status-wrapper .status-box-green:hover {
  background-color: green !important;
}

.amb-wrapper #status-amb .status-wrapper .status-box-yellow:hover {
  background-color: #e2ae1f !important;
}

.amb-wrapper #status-amb .status-wrapper .status-box-red:hover {
  background-color: red !important;
}

.rtj-wrapper #status-rtj .status-wrapper .status-box-blue:hover {
  background-color: #00018B !important;
}

.amb-wrapper #sds-amb {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 5rem;
}

.amb-wrapper #sds-amb .mdt-larm-box {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 5px;
  width: 100%;
  border: 0.5px solid #dfdfdf;
  color: #000 !important;
  height: 95%;
}

.amb-wrapper #sds-amb .mdt-larm-box textarea {
  height: 50%;
}

.amb-wrapper #sds-amb .mdt-larm-box .top {
  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;
}

.amb-wrapper #sds-amb .mdt-larm-box .top .badge {
  margin-top: 0.3rem;
  margin-right: 0.5rem;
}

.amb-wrapper #sds-amb .mdt-larm-box .top .title {
  font-weight: 500 !important;
  font-size: 1.2rem;
}

.amb-wrapper #sds-amb .mdt-larm-box .top .btn-group {
  margin-left: auto;
}

.amb-wrapper #sds-amb .mdt-larm-box .top .btn-group .btn-warning {
  color: #fff;
  padding: .200rem .55rem;
}

.amb-wrapper #sds-amb .mdt-larm-box .info-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}

.amb-wrapper #sds-amb .mdt-larm-box .info-wrapper .info {
  margin: 0.5rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1500px) {
  .amb-wrapper {
    height: 93vh !important;
    width: 93% !important;
    margin-top: 2rem !important;
  }
  .amb-wrapper .info .title {
    font-size: 0.7rem !important;
  }
  .amb-wrapper .info .text {
    font-size: 1.5rem !important;
  }
  .amb-wrapper .x-bar-2 {
    display: block !important;
  }
  .amb-wrapper .x-bar-2 .button, .amb-wrapper .x-bar-2 .polisen-wrapper .y-bar .button-y, .polisen-wrapper .y-bar .amb-wrapper .x-bar-2 .button-y, .amb-wrapper .x-bar-2 .polisen-wrapper .y-bar .button-y--green, .polisen-wrapper .y-bar .amb-wrapper .x-bar-2 .button-y--green, .amb-wrapper .x-bar-2 .polisen-wrapper .y-bar .sds-button--red, .polisen-wrapper .y-bar .amb-wrapper .x-bar-2 .sds-button--red, .amb-wrapper .x-bar-2 .polisen-wrapper .y-bar .button-y--yellow, .polisen-wrapper .y-bar .amb-wrapper .x-bar-2 .button-y--yellow, .amb-wrapper .x-bar-2 .button--green, .amb-wrapper .x-bar-2 .button--red, .amb-wrapper .x-bar-2 .button--yellow {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    width: 6.75rem !important;
  }
  .amb-wrapper .x-bar-2 #status-button {
    width: 6.75rem !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .amb-wrapper .x-bar-2 .button-logout {
    width: 6.75rem !important;
    margin-top: 0.25rem !important;
    margin-left: -0.3rem !important;
  }
  .amb-wrapper .x-bar-2 .hidden {
    display: none !important;
  }
  .amb-wrapper #status-amb {
    margin-top: -8rem !important;
  }
  .amb-wrapper #status-amb .status-wrapper .status-box, .amb-wrapper #status-amb .status-wrapper .status-box-green, .amb-wrapper #status-amb .status-wrapper .status-box-yellow, .amb-wrapper #status-amb .status-wrapper .status-box-red {
    padding: 1rem !important;
    text-align: left !important;
    width: auto !important;
  }
}

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

/* General */
body {
  background-color: #2c2e33 !important;
  background-image: url("../img/sosbakgrund.png");
  background-size: cover;
  background-color: #222224 !important;
  position: relative;
  width: 1920px;
  margin: auto;
  margin-top: 0rem;
  color: #fff;
  height: 969px;
}

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

body b {
  font-weight: 500;
}

body span.bold {
  font-weight: 500;
}

.button--blue {
  background-color: #00018B;
  color: #fff;
  padding: 0.8em 1.2em;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}

.rtj-wrapper .x-bar-2 #status-button.button--blue {
  background-color: #00018B !important;
  border-color:    #00018B !important; 
  color:           #fff   !important;
}

