body {
  padding-top: 50px;
  height: 100%;
}

html {
  height: 100%;
}

#content {
  height: 100%;
  width: 100%;
}

#mapContainer {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#action_map,
iframe.fullscreen {
  width: 100%;
  height: 100%;
  border: 0 none black;
  padding: 0;
  margin: 0;
}

.listing td {
  padding-left: 5px;
  padding-right: 5px;
}

form.addAlarm {
  margin: 0 auto;
  padding: 10px 10px 40px 10px;
  max-width: 400px;
}

#listFilter {
  margin-top: 20px;
}

#userlist-table {
  width: 100%;
  min-width: 1200px;
}

#departments-table {
  width: 100%;
  max-width: 1100px;
}

#textpresets-table {
  width: 100%;
  max-width: 1600px;
}

#sessions-table {
  width: 100%;
  min-width: 800px;
}

#userlist-table th,
#departments-table th,
#textpresets-table th,
#sessions-table th,
#userlist-table td,
#departments-table td,
#textpresets-table td,
#sessions-table td {
  padding: 5px 8px;
  border: 1px solid #FFF;
}

#userlist-table th,
#departments-table th,
#textpresets-table th,
#sessions-table th {
  background: #222;
  color: #FFF;
  font-weight: normal;
}

#userlist-table tr:nth-child(even),
#departments-table tr:nth-child(even),
#textpresets-table tr:nth-child(even),
#sessions-table tr:nth-child(even) {
  background-color: #F0F0F0;
}

#userlist-table tr:hover,
#departments-table tr:hover,
#textpresets-table tr:hover,
#sessions-table tr:hover {
  background-color: #F0E5C8;
}

.userdetails > div,
.departmentdetails > div,
.textpresetsdetails > div,
.useredit > div,
.departmentedit > div,
.textpresetsedit > div {
  margin-bottom: 10px;
}

.useredit input,
.departmentedit input,
.textpresetsedit input,
.useredit .chosen-container-single,
.departmentedit .chosen-container-single,
.textpresetsedit .chosen-container-single {
  width: 400px !important;
}

.useredit .chosen-container-multi,
.departmentedit .chosen-container-multi {
  width: 100% !important;
}

.useredit input[type=checkbox] {
  width: auto !important;
}

.textpresetsedit textarea {
  width: 100%;
  max-width: 100%;
  height: 80px;
}

#loadingScreen {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2000;
  background: rgba(33, 33, 33, 0.7);
}

#loadingScreen > .fa {
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

#departmentlist-search,
#userlist-search,
#textpresets-search,
#sessions-search {
  max-width: 300px;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  font-size: 16px;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 4px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.about-text {
  max-width: 600px;
  min-height: 140px;
}

@media only print {
  body {
    width: 670px;
  }
  div.infoWindow {
    background-color: white;
  }
}
/*
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: inherit !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}*/
#respIndicator {
  z-index: 0;
}

@media (min-width: 768px) {
  #respIndicator {
    z-index: 5;
  }
}
@media (min-width: 992px) {
  #respIndicator {
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  #respIndicator {
    z-index: 15;
  }
}
.margin-top-0 {
  margin-top: 0;
}

.margin-top-05 {
  margin-top: 0.5em;
}

.margin-top-10 {
  margin-top: 1em;
}

.margin-top-15 {
  margin-top: 1.5em;
}

.margin-top-20 {
  margin-top: 2em;
}

.margin-top-25 {
  margin-top: 2.5em;
}

.margin-top-30 {
  margin-top: 3em;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-05 {
  margin-bottom: 0.5em;
}

.margin-bottom-10 {
  margin-bottom: 1em;
}

.margin-bottom-15 {
  margin-bottom: 1.5em;
}

.margin-bottom-20 {
  margin-bottom: 2em;
}

.margin-bottom-25 {
  margin-bottom: 2.5em;
}

.margin-bottom-30 {
  margin-bottom: 3em;
}

.btn-grey,
.btn-grey.focus,
.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover {
  background-color: #333;
  border-color: #222;
  color: #fff;
}

.btn.btn-grey.focus,
.btn.btn-grey:focus,
.btn.btn-grey:hover {
  background-color: #444;
  border-color: #333;
  color: #fff;
}

.tabButtons .btn.btn-grey.active,
.tabButtons .btn.btn-grey.focus.active,
.tabButtons .btn.btn-grey.active:focus,
.tabButtons .btn.btn-grey.active:hover {
  background: #E00A16;
  border-color: rgb(199.5897435897, 8.9102564103, 19.6025641026);
  color: #fff;
}

.inputClear {
  cursor: pointer;
}

.breakWords {
  word-wrap: break-word;
}

.form-group .chosen-container-single .chosen-single {
  height: 34px;
  padding: 5px 12px;
}
.form-group .chosen-container-single .chosen-single div b {
  background: none;
}
.form-group .chosen-container-single .chosen-single div b:before {
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 14px/34px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-group .chosen-container-single.chosen-container-active div b:before {
  content: "\f0d8";
}
.form-group .chosen-container-multi {
  display: block;
  width: 100% !important;
}
.form-group .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group .chosen-container-multi .chosen-choices li.search-choice {
  padding: 6px 27px 6px 8px;
}
.form-group .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 7px;
  right: 7px;
}

.form-control.form-control-auto {
  width: auto;
}

select[readonly] {
  pointer-events: none;
}

.tabButtons {
  margin: 0 0 -5px 0;
}
.tabButtons > a.btn {
  margin: 0 5px 5px 0;
}
.tabButtons > a.btn:last-of-type {
  margin-right: 0;
}

.page-2cols-2575 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50px;
}
.page-2cols-2575 .left {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 3px rgba(33, 33, 33, 0.6);
  -moz-box-shadow: 0 0 3px rgba(33, 33, 33, 0.6);
  box-shadow: 0 0 3px rgba(33, 33, 33, 0.6);
  overflow: auto;
}
.page-2cols-2575 .right {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  top: 0;
}
.page-2cols-2575 .right .fullMap-iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.page-2cols-2575 .mobileNav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #222222;
  color: white;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.page-2cols-2575 .mobileNav .showLeftCol > .fa {
  margin-right: 5px;
}
.page-2cols-2575 .closeButton {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}
.page-2cols-2575 .closeButton .fa {
  font-size: 22px;
}
.page-2cols-2575.left--open .left {
  display: block;
}
.page-2cols-2575.left--open .mobileNav {
  display: none !important;
}

#applyConfig, #saveConfig, #resetConfig {
  margin-bottom: 15px !important;
}

@media (min-width: 992px) {
  .page-2cols-2575 .closeButton {
    display: none;
  }
  .page-2cols-2575 .left {
    display: block;
    right: auto;
    width: 25%;
    bottom: 0;
  }
  .page-2cols-2575 .right {
    left: 25%;
    bottom: 0;
  }
}
.alert-details {
  white-space: pre-line;
}
.alert-details div.action_type[data-type=Notarzteinsatz] {
  color: #E00A16;
}
.alert-details div.action_type[data-type=Rettungsdienst] {
  color: darkorange;
}
.alert-details div.action_type {
  color: darkgreen;
}
.alert-details div.action_alerted .action_value {
  color: #E00A16;
}
.alert-details .action_description {
  margin: 2px;
  padding: 0px;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.alert-details .action_type {
  font-size: 30px;
}
.alert-details .action_description {
  font-size: 18px;
}
.alert-details .action_address {
  font-size: 30px;
}
.alert-details .action_addressInfo {
  font-size: 18px;
}
.alert-details .action_place {
  font-size: 30px;
}
.alert-details .action_time {
  font-size: 18px;
}
.alert-details .action_alerted {
  font-size: 24px;
}
.alert-details .action_level {
  font-size: 18px;
}
.alert-details .action_callerName,
.alert-details .action_callerName2,
.alert-details .action_callerNumber,
.alert-details .action_callerNumber2 {
  display: inline;
  margin-right: 0px;
}
.alert-details .action_callerName:empty,
.alert-details .action_callerName2:empty,
.alert-details .action_callerNumber:empty,
.alert-details .action_callerNumber2:empty {
  display: none;
}
.alert-details .action_callerName:not(:empty) + .action_callerNumber:not(:empty) {
  margin-left: 0px;
}
.alert-details .action_callerName:not(:empty) + .action_callerNumber:not(:empty):before {
  content: ": ";
}
.alert-details .action_callerName2:not(:empty) + .action_callerNumber2:not(:empty) {
  margin-left: 0px;
}
.alert-details .action_callerName2:not(:empty) + .action_callerNumber2:not(:empty):before {
  content: ": ";
}

.alert-details--list .action_type {
  font-size: 18px;
}
.alert-details--list .action_description {
  font-size: 18px;
}
.alert-details--list .action_address {
  font-size: 18px;
}
.alert-details--list .action_addressInfo {
  font-size: 18px;
}
.alert-details--list .action_place {
  font-size: 18px;
}
.alert-details--list .action_time {
  font-size: 18px;
}
.alert-details--list .action_alerted {
  font-size: 18px;
}
.alert-details--list .action_level {
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .alert-details .action_type, .alert-details .action_address, .alert-details .action_place {
    font-size: 1.1em;
  }
  .alert-details .action_alerted {
    font-size: 1em;
  }
  .alert-details .action_description, .alert-details .action_addressInfo, .alert-details .action_time, .alert-details .action_level {
    font-size: 0.9em;
  }
}
#navbar a {
  outline: none;
}
#navbar .navtext {
  margin-left: 7px;
}
#navbar > ul > li > a .fa {
  font-size: 1.2em;
}
#navbar > ul > li > a .caret {
  margin-left: 3px;
}
#navbar > ul > li > a:focus, #navbar > ul > li > a:hover {
  border-color: #666;
}
#navbar > ul > li.active > a {
  border-color: #DF0915;
}
#navbar .dropdown-menu {
  padding: 0;
}
#navbar .dropdown-menu > li {
  border-top: 1px solid #EFEFEF;
}
#navbar .dropdown-menu > li > a {
  padding: 5px 10px;
  border-left: 4px solid #DADADA;
  background: #FFF;
}
#navbar .dropdown-menu > li > a:focus,
#navbar .dropdown-menu > li > a:hover {
  border-color: #999;
  background: #FFF;
  color: #333;
}
#navbar .dropdown-menu > .active > a,
#navbar .dropdown-menu > .active > a:focus,
#navbar .dropdown-menu > .active > a:hover {
  border-color: #DF0915;
  background: #FFF;
  color: #333;
}

#navUser span.loginname {
  display: inline-block;
  white-space: nowrap;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 16px;
}

#buttonLogout {
  margin-right: 10px;
}

nav button.refresh .fa {
  color: white;
  font-size: 20px;
}

.disconnected .navbar.navbar-inverse {
  background-color: darkred;
  background: -moz-linear-gradient(top, darkred 0%, #151515 100%);
  background: -webkit-linear-gradient(top, darkred 0%, #151515 100%);
  background: linear-gradient(to bottom, darkred 0%, #151515 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="darkred", endColorstr="#151515",GradientType=0 );
}

.navbar.navbar-inverse {
  background: #222222;
  background: -moz-linear-gradient(top, #333333 0%, #151515 100%);
  background: -webkit-linear-gradient(top, #333333 0%, #151515 100%);
  background: linear-gradient(to bottom, #333333 0%, #151515 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#333333", endColorstr="#151515",GradientType=0 );
}

.navbar-brand {
  cursor: pointer;
}

.nav-username {
  display: none;
  padding: 5px 10px;
}

nav button.refresh {
  padding: 4px 15px;
  float: right;
  margin: 8px;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 5px;
}

a:hover .fa-spin-hover,
.fa-spin-hover:hover {
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@media (min-width: 768px) {
  nav.navbar {
    text-align: center;
    height: 51px;
  }
  nav.navbar .navbar-header {
    display: inline-block;
    float: none;
  }
  #navbar {
    display: inline-block !important;
    margin-left: 15px;
  }
  #navbar > ul > li {
    border-left: 1px solid #151515;
  }
  #navbar > ul > li > a {
    border-top: 3px solid transparent;
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  #navUser span.loginname {
    display: none;
  }
  #navPreferencesContainer .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #navUserContainer .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  #navLinks,
  #navAbout,
  #navPreferences,
  #navLogin {
    min-width: 40px;
    text-align: center;
  }
  #navLinks > .navtext,
  #navLinks > .actionname,
  #navLinks > .loginname,
  #navLinks > .caret,
  #navAbout > .navtext,
  #navAbout > .actionname,
  #navAbout > .loginname,
  #navAbout > .caret,
  #navPreferences > .navtext,
  #navPreferences > .actionname,
  #navPreferences > .loginname,
  #navPreferences > .caret,
  #navLogin > .navtext,
  #navLogin > .actionname,
  #navLogin > .loginname,
  #navLogin > .caret {
    display: none;
  }
  #navLinks > i,
  #navAbout > i,
  #navPreferences > i,
  #navLogin > i {
    margin: 0;
  }
  .nav-username {
    display: block;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #navUser {
    white-space: nowrap;
  }
  #navUser span.loginname {
    max-width: 80% !important;
  }
  .navbar-header {
    padding-left: 10px;
  }
  #navbar > ul > li {
    border-bottom: 1px solid #333;
  }
  #navbar > ul > li > a {
    border-left-style: solid;
    border-left-width: 4px;
  }
  #navbar > ul .dropdown-menu > li > a {
    padding: 8px 10px;
  }
}
@media (max-width: 380px) {
  .navbar-header .navbar-brand {
    width: 180px;
    height: auto;
    margin-top: 2px !important;
  }
}
@media (max-width: 320px) {
  .navbar-header .navbar-brand {
    width: 150px;
    margin-top: 7px !important;
  }
}
.helicopter {
  width: 100%;
  height: 100%;
}
.helicopter > div.detail {
  width: 20%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.helicopter > div.map {
  width: 40%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.helicopter iframe {
  height: 100%;
  width: 100%;
}

.mosaic {
  display: flex;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  align-content: stretch;
}
.mosaic .item {
  width: 100%;
  height: 100%;
}
.mosaic--2 .item {
  width: 50%;
}
.mosaic--3 .item {
  width: 33.3%;
}
.mosaic--4 .item {
  width: 50%;
  height: 50%;
}
.mosaic--5 .item {
  width: 33.3%;
  height: 50%;
}
.mosaic--5 .item:nth-child(1),
.mosaic--5 .item:nth-child(2) {
  width: 50%;
}
.mosaic--6 .item {
  width: 33.3%;
  height: 50%;
}
.mosaic--7 .item {
  width: 25%;
  height: 50%;
}
.mosaic--7 .item:nth-child(1),
.mosaic--7 .item:nth-child(2),
.mosaic--7 .item:nth-child(3) {
  width: 33.3%;
}
.mosaic--8 .item {
  width: 25%;
  height: 50%;
}

.page-list .left {
  padding-top: 20px;
}
.page-list .left h3 {
  margin-left: 15px;
}
.page-list .listTab {
  cursor: pointer;
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  border-left: 5px solid #DADADA;
  background-color: #F9F9F9;
}
.page-list .listTab:hover {
  border-left-color: #999;
}
.page-list .listTab.active {
  border-left-color: #DF0915;
  display: block;
}
.page-list .listTab:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 30px;
  background: #CCC;
}
.page-list .listTab .tabLink,
.page-list .listTab .tabLink:link,
.page-list .listTab .tabLink:active,
.page-list .listTab .tabLink:visited {
  display: block;
  color: black;
  text-decoration: none;
}
.page-list .listTab .alertStatus {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #B6D907;
  color: #333;
}
.page-list .listTab.alert-status-null .alertStatus, .page-list .listTab.alert-status-0 .alertStatus {
  display: none;
}
.page-list .mobileNav .prev, .page-list .mobileNav .next {
  display: inline-block;
  width: 50px;
}
.page-list .mobileNav .prev.inactive, .page-list .mobileNav .next.inactive {
  visibility: hidden;
}
.page-list .mobileNav .showList {
  display: inline-block;
  width: calc(100% - 100px);
}
.page-list .mobileNav .showList .fa {
  margin-right: 5px;
}
.page-list .showDispolist {
  display: none;
  margin-top: 10px;
}
.page-list #dispolistContainer {
  position: absolute;
  z-index: 10;
  right: -100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #FFF;
  overflow-y: auto;
  padding: 20px;
  transition: right 300ms ease-out;
  -webkit-box-shadow: 0 0 3px rgba(33, 33, 33, 0.4);
  -moz-box-shadow: 0 0 3px rgba(33, 33, 33, 0.4);
  box-shadow: 0 0 3px rgba(33, 33, 33, 0.4);
}
.page-list #dispolistContainer.opened {
  right: 0;
}
.page-list #dispolistContainer .fa-times {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  font-size: 24px;
}
.page-list #dispolistContainer h3 {
  margin-bottom: 20px;
}
.page-list #dispolist > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-list #dispolist > ul > li {
  font-weight: bold;
  background: #f0f0f0;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 5px;
}
.page-list #dispolist > ul ul {
  padding: 0 0 0 12px;
  margin: 0 0 15px 0;
  list-style: none;
}
.page-list #dispolist > ul ul li {
  padding: 2px 0;
}
.page-list #dispolist > ul .status {
  display: inline-block;
  padding: 2px;
  margin-right: 4px;
  background: #FFF;
  font-weight: bold;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  text-align: center;
  min-width: 22px;
  line-height: 1;
  color: #333;
}
@media (min-width: 992px) {
  .page-list .headline {
    font-size: 24px;
  }
  .page-list #dispolistContainer {
    width: 25%;
    right: -25%;
  }
}

.page-search > .left {
  padding: 20px;
}
.page-search .input-group {
  width: 100%;
}

form.search {
  max-width: 450px;
}

input.notfound {
  color: #E00A16;
  border-color: #E00A16;
}

.page-login > div {
  margin: 20px;
}
.page-login form {
  max-width: 400px;
  margin: 0 auto;
}
.page-login form .logintype {
  font-weight: bold;
}
.page-login form .logintype input {
  margin: 0 7px 0 30px;
}
.page-login form #persistentLogin {
  margin-right: 20px;
}

.admin {
  padding: 20px;
  position: relative;
}
.admin .actions a {
  margin-right: 4px;
}
.admin .actions a:last-child {
  margin-right: 0;
}

.useredit input[name=logincode]:not([value=""]) + .warning {
  color: red;
}
.useredit #togglePassword {
  cursor: pointer;
}
.useredit #togglePassword i {
  margin-left: 5px;
}

.overview object,
.overview6 object,
.overview24 object,
.overview168 object {
  max-width: 100%;
  height: auto;
}

.messagebox-background {
  position: fixed;
  z-index: 1201;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

.messagebox-container {
  position: absolute;
  z-index: 1202;
  left: 50%;
  top: 50%;
  padding: 20px;
  min-height: 40px;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(33, 33, 33, 0.7);
  -moz-box-shadow: 0 0 5px rgba(33, 33, 33, 0.7);
  box-shadow: 0 0 5px rgba(33, 33, 33, 0.7);
  width: 450px;
  max-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(var(--controls-zoom, 1));
  -moz-transform: translateX(-50%) translateY(-50%) scale(var(--controls-zoom, 1));
  -ms-transform: translateX(-50%) translateY(-50%) scale(var(--controls-zoom, 1));
  -o-transform: translateX(-50%) translateY(-50%) scale(var(--controls-zoom, 1));
  transform: translateX(-50%) translateY(-50%) scale(var(--controls-zoom, 1));
}
.messagebox-container .controls {
  margin-top: 25px;
}

.messagebox-header {
  font-size: 20px;
  color: #222222;
  margin-bottom: 20px;
  white-space: nowrap;
}

.messagebox-close {
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  color: #AAAAAA;
  position: absolute;
  right: 20px;
  top: 20px;
}
.messagebox-close:hover {
  color: #222222;
}

.messagebox-loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.8);
}
.messagebox-loading > .fa {
  color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

body.alertNotification #navIndex, body.alertNotification .navbar-header button.refresh {
  color: #FFF;
  animation-name: alertpulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes alertpulse {
  0% {
    background-color: #E00A16;
  }
  50% {
    background-color: transparent;
  }
  100% {
    background-color: #E00A16;
  }
}