/* reBoot-Styles for the automanager-io */

html {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 20px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #212529;
  text-align: left;
  background-color: #fff;
  /* Modal */
}

body.modal-open {
  overflow: hidden;
}

body.modal-open .modal {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

body .modal-backdrop.fade {
  opacity: 0;
}

body .modal-backdrop.show {
  opacity: 0.5;
}

#automanager-io {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

html,
body,
#automanager-io {
  font-size: 12px;
}

@media (min-width: 576px) {
  html,
  body,
  #automanager-io {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  html,
  body,
  #automanager-io {
    font-size: 15px;
  }
}

/* versionbar */

.versionbar {
  background-color: red;
  color: white;
  padding: 6px 10px;
  top: calc(100vh - 30px);
  position: fixed;
  height: 20px;
  width: 100%;
}