/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/ui/02a761621907bb91.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url(/ui/49b0334869a520a6.woff) format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(/ui/4265250170e06a1c.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url(/ui/d60e40bc0657173b.woff) format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(/ui/5de8ca475327afda.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url(/ui/a79902cf77328499.woff) format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(/ui/3046ee62c171c648.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url(/ui/f9898fee20131a57.woff) format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(/ui/f3d3b12643661b65.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url(/ui/d64494e2fee2e393.woff) format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/ui/b2096e5f2c5ef0d0.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url(/ui/4b3e98e80a41534b.woff) format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/ui/ddcce3932dae617c.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url(/ui/c05d345cb2fcd02c.woff) format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(/ui/70472804943c1ded.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url(/ui/a51b87a0eea35677.woff) format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Loading spinner */
.loaderContainer {
  height: 50px;
  overflow: hidden;
  opacity: 1;
}
.loaderContainer.shrunk {
  height: 0;
}
.miniLoaderContainer {
  display: inline-block;
  height: 10px;
  width: 48px;
  position: relative;
  top: -5px;
}
.loader {
  position: relative;
  width: 44px;
  height: 8px;
  margin: 30px auto 15px;
}
.loader.small {
  margin: 24px 0 12px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #679ba5;
  position: absolute;
}
.dot_1 {
  -webkit-animation: animateDot1 1.5s linear infinite;
          animation: animateDot1 1.5s linear infinite;
  left: 12px;
  background: var(--mui-secondary-light);
}
.dot_2 {
  -webkit-animation: animateDot2 1.5s linear infinite;
          animation: animateDot2 1.5s linear infinite;
  -webkit-animation-delay: 1.5s / 3;
          animation-delay: 1.5s / 3;
  left: 24px;
}
.dot_3 {
  -webkit-animation: animateDot3 1.5s linear infinite;
          animation: animateDot3 1.5s linear infinite;
  left: 12px;
}
.dot_4 {
  -webkit-animation: animateDot4 1.5s linear infinite;
          animation: animateDot4 1.5s linear infinite;
  -webkit-animation-delay: 1.5s / 3;
          animation-delay: 1.5s / 3;
  left: 24px;
}
@-webkit-keyframes animateDot1 {
  0% {
    -webkit-transform: rotate(0deg) translateX(-12px);
            transform: rotate(0deg) translateX(-12px);
  }
  25% {
    -webkit-transform: rotate(180deg) translateX(-12px);
            transform: rotate(180deg) translateX(-12px);
  }
  75% {
    -webkit-transform: rotate(180deg) translateX(-12px);
            transform: rotate(180deg) translateX(-12px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-12px);
            transform: rotate(360deg) translateX(-12px);
  }
}
@keyframes animateDot1 {
  0% {
    -webkit-transform: rotate(0deg) translateX(-12px);
            transform: rotate(0deg) translateX(-12px);
  }
  25% {
    -webkit-transform: rotate(180deg) translateX(-12px);
            transform: rotate(180deg) translateX(-12px);
  }
  75% {
    -webkit-transform: rotate(180deg) translateX(-12px);
            transform: rotate(180deg) translateX(-12px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-12px);
            transform: rotate(360deg) translateX(-12px);
  }
}
@-webkit-keyframes animateDot2 {
  0% {
    -webkit-transform: rotate(0deg) translateX(-12px);
            transform: rotate(0deg) translateX(-12px);
  }
  25% {
    -webkit-transform: rotate(-180deg) translateX(-12px);
            transform: rotate(-180deg) translateX(-12px);
  }
  75% {
    -webkit-transform: rotate(-180deg) translateX(-12px);
            transform: rotate(-180deg) translateX(-12px);
  }
  100% {
    -webkit-transform: rotate(-360deg) translateX(-12px);
            transform: rotate(-360deg) translateX(-12px);
  }
}
@keyframes animateDot2 {
  0% {
    -webkit-transform: rotate(0deg) translateX(-12px);
            transform: rotate(0deg) translateX(-12px);
  }
  25% {
    -webkit-transform: rotate(-180deg) translateX(-12px);
            transform: rotate(-180deg) translateX(-12px);
  }
  75% {
    -webkit-transform: rotate(-180deg) translateX(-12px);
            transform: rotate(-180deg) translateX(-12px);
  }
  100% {
    -webkit-transform: rotate(-360deg) translateX(-12px);
            transform: rotate(-360deg) translateX(-12px);
  }
}
@-webkit-keyframes animateDot3 {
  0% {
    -webkit-transform: rotate(0deg) translateX(12px);
            transform: rotate(0deg) translateX(12px);
  }
  25% {
    -webkit-transform: rotate(180deg) translateX(12px);
            transform: rotate(180deg) translateX(12px);
  }
  75% {
    -webkit-transform: rotate(180deg) translateX(12px);
            transform: rotate(180deg) translateX(12px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(12px);
            transform: rotate(360deg) translateX(12px);
  }
}
@keyframes animateDot3 {
  0% {
    -webkit-transform: rotate(0deg) translateX(12px);
            transform: rotate(0deg) translateX(12px);
  }
  25% {
    -webkit-transform: rotate(180deg) translateX(12px);
            transform: rotate(180deg) translateX(12px);
  }
  75% {
    -webkit-transform: rotate(180deg) translateX(12px);
            transform: rotate(180deg) translateX(12px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(12px);
            transform: rotate(360deg) translateX(12px);
  }
}
@-webkit-keyframes animateDot4 {
  0% {
    -webkit-transform: rotate(0deg) translateX(12px);
            transform: rotate(0deg) translateX(12px);
  }
  25% {
    -webkit-transform: rotate(-180deg) translateX(12px);
            transform: rotate(-180deg) translateX(12px);
  }
  75% {
    -webkit-transform: rotate(-180deg) translateX(12px);
            transform: rotate(-180deg) translateX(12px);
  }
  100% {
    -webkit-transform: rotate(-360deg) translateX(12px);
            transform: rotate(-360deg) translateX(12px);
  }
}
@keyframes animateDot4 {
  0% {
    -webkit-transform: rotate(0deg) translateX(12px);
            transform: rotate(0deg) translateX(12px);
  }
  25% {
    -webkit-transform: rotate(-180deg) translateX(12px);
            transform: rotate(-180deg) translateX(12px);
  }
  75% {
    -webkit-transform: rotate(-180deg) translateX(12px);
            transform: rotate(-180deg) translateX(12px);
  }
  100% {
    -webkit-transform: rotate(-360deg) translateX(12px);
            transform: rotate(-360deg) translateX(12px);
  }
}
.waiting-loader {
  margin: 10px auto 0;
  display: inline;
}
.waiting-loader .dot {
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}
.waiting-loader .dot_1 {
  left: 0;
}
.waiting-loader .dot_2 {
  left: 12px;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.waiting-loader .dot_3 {
  left: 24px;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.waiting-loader .dot_4 {
  left: 36px;
  -webkit-animation-delay: 1.125s;
          animation-delay: 1.125s;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
#app {
  display: grid;
  height: 100vh;
  grid-template-columns: 200px 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  grid-template-areas: 'head head' 'nav main';
}
#app #fixedHeader {
  grid-area: head;
}
#app .leftFixed.leftNav {
  grid-area: nav;
  min-height: 500px;
  width: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
#app .leftFixed.leftNav ul {
  margin-right: -1px;
}
#app .rightFluid.container {
  grid-area: main;
  overflow: auto;
  margin-left: 0;
  border-left: none;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
#app #offerHeader {
  justify-content: center;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
}
@media screen and (max-width: 600px) {
  #app {
    min-height: 100vh;
    height: initial;
  }
}
/* General */
.green {
  color: var(--mui-success-main);
}
.red {
  color: var(--mui-error-dark);
}
.link-color {
  color: var(--mui-primary-main);
}
.warning {
  color: var(--mui-error-main) !important;
  font-size: 14px !important;
}
a.warning:hover {
  color: var(--mui-error-light) !important;
}
ul.unstyled {
  list-style: none;
  padding-left: 0;
}
time {
  white-space: nowrap;
}
/* Type */
.bold {
  font-weight: bold;
}
.pre-line {
  white-space: pre-line;
}
a,
span.link,
.copy-to-clipboard svg {
  font-weight: bold;
  text-decoration: none;
  color: var(--mui-primary-main);
  cursor: pointer;
}
a:hover,
span.link:hover,
.copy-to-clipboard svg:hover {
  color: #679ba5;
}
a.small,
span.link.small,
.copy-to-clipboard svg.small {
  font-size: 13px;
}
.copy-to-clipboard {
  cursor: pointer;
}
.copy-to-clipboard svg {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.copy-to-clipboard:hover svg {
  opacity: 1;
}
ul.link-list .active {
  font-weight: bold;
  color: var(--mui-text-primary);
  border-bottom: 1px solid var(--mui-text-primary);
  padding-bottom: 2px;
}
ul.link-list.horizontal {
  margin-bottom: 10px;
}
ul.link-list.horizontal li {
  float: left;
  margin-right: 30px;
}
.capitalized {
  text-transform: capitalize;
}
.capitalized-start::first-letter {
  text-transform: capitalize;
}
.uppercased {
  text-transform: uppercase;
}
.slightly-smaller {
  font-size: 9pt;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.break-all {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-all;
}
.hidden {
  display: none !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute !important;
}
.margin {
  margin: 30px;
}
.margin-small {
  margin: 15px;
}
.margin-large {
  margin: 45px;
}
.margin-top {
  margin-top: 30px;
}
.margin-top-small {
  margin-top: 15px;
}
.margin-top-none {
  margin-top: 0;
}
.margin-top-large {
  margin-top: 45px;
}
.margin-left {
  margin-left: 30px;
}
.margin-left-small {
  margin-left: 15px;
}
.margin-left-large {
  margin-left: 45px;
}
.margin-right {
  margin-right: 30px;
}
.margin-right-small {
  margin-right: 15px;
}
.margin-right-large {
  margin-right: 45px;
}
.margin-bottom {
  margin-bottom: 30px;
}
.margin-bottom-large {
  margin-bottom: 45px;
}
.margin-bottom-small {
  margin-bottom: 15px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.padding {
  padding: 30px;
}
.padding-small {
  padding: 15px;
}
.padding-right {
  padding-right: 45px;
}
.padding-top {
  padding-top: 30px;
}
.padding-bottom {
  padding-bottom: 30px;
}
.padding-top-small {
  padding-top: 15px;
}
.padding-top-none {
  padding-top: 0;
}
.padding-right-none {
  padding-right: 0;
}
.padding-bottom-none {
  padding-bottom: 0;
}
.padding-left-none {
  padding-left: 0;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.clickable {
  cursor: pointer;
}
.muted {
  opacity: 0.54;
}
.fadeIn {
  -webkit-animation: fadein 0.2s 1;
          animation: fadein 0.2s 1;
}
.fadeOut {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.fadeInSlow {
  -webkit-animation: fadein 0.8s 1;
          animation: fadein 0.8s 1;
}
.fadeOutSlow {
  opacity: 0;
  transition: opacity 0.6s linear;
}
/* Navigation */
.navLink {
  transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.navLink.leftNav:first-of-type {
  border-top: none;
}
/* Header */
#logo {
  min-width: 142px;
  height: 48px;
  margin-right: 25px;
}
#announcement {
  padding: 0 15px;
}
.alert {
  padding: 20px;
  background-color: #eeeeee;
  border-left: 8px solid #666666;
  border-radius: 0 10px 10px 0;
}
.alert.alert-error {
  background-color: #fbeeee;
  border-color: #d9524f;
  color: #d95552;
}
.alert a,
.alert a:hover,
.alert a:focus,
.alert a:visited,
.alert a:link {
  color: #d95552;
}
.header-section {
  height: 24px;
  font-size: 14px;
  color: #cfcfcf;
  margin: 14px 0;
  padding-left: 36px;
  padding-right: 36px;
  border-right: 1px solid var(--mui-grey-300);
  display: flex;
  align-items: center;
}
.header-section:hover {
  color: #b6b6b6;
  cursor: pointer;
}
.header-section:hover .warning a,
.header-section:hover .warning span {
  color: var(--mui-error-light) !important;
}
.header-section .warning a,
.header-section .warning span {
  color: var(--mui-error-main) !important;
}
.header-section .approaching a,
.header-section .approaching span {
  color: #ffb733 !important;
}
.header-section .approaching a,
.header-section .approaching span {
  color: orange !important;
}
.header-section > * > * {
  vertical-align: middle;
}
/* Layout */
.tab-container {
  position: relative;
  padding-top: 30px;
  min-height: 60vh;
  overflow: hidden;
}
.tab-container > div,
.tab-container ul {
  overflow: auto;
}
.tab-container.with-sub-panels {
  display: grid;
  grid-template-columns: 260px 1fr;
}
.flexbox {
  display: flex;
}
.flexbox.center-aligned,
.flexbox.centered {
  align-items: center;
}
.flexbox.centered {
  justify-content: center;
}
.flexbox.column {
  flex-direction: column;
}
.flexbox.space-between {
  justify-content: space-between;
}
.flexbox.no-basis {
  flex-basis: 0;
}
.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.two-columns.column-data {
  max-width: 450px;
  row-gap: 5px;
}
.two-columns.column-data.compact {
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
.two-columns.column-data.multiple {
  grid-template-columns: 1fr 1fr;
  max-width: 450px;
}
.two-columns.column-data .key > b {
  padding: 2px 14px;
  border-radius: 10px;
}
.two-columns-multiple {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(-webkit-max-content, 25vw));
  grid-template-columns: repeat(auto-fit, minmax(max-content, 25vw));
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 5px;
}
.leftFixed {
  position: relative;
}
.rightFluid {
  padding: 30px;
  border-left: 1px solid var(--mui-grey-300);
}
.spaced-list > li {
  margin-top: 20px;
}
.dialog {
  transition: width 1s ease-in-out !important;
}
.onboard {
  padding: 30px 15px;
  border-style: dashed;
  border-color: #e3e3e3;
  border-width: 2px;
  text-align: center;
  position: relative;
  background-color: inherit;
}
.onboard p {
  margin-top: 0;
  font-size: 1.25em;
}
.onboard.widget p {
  font-size: inherit;
}
.tooltip {
  position: absolute;
  cursor: pointer;
  transition: opacity 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
}
.tooltip.info {
  top: 2px;
  right: 0px;
}
.tooltip.help {
  left: 50%;
  margin-left: -16px;
  z-index: 10;
}
.tooltip.help svg {
  color: var(--mui-secondary-light) !important;
}
.tooltip.help.highlight svg {
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  border: var(--mui-secondary-light) 4px solid;
  -webkit-animation: highlight 2.2s infinite;
          animation: highlight 2.2s infinite;
}
.tooltip:hover {
  opacity: 1;
  -webkit-animation: bounce 0.4s forwards;
          animation: bounce 0.4s forwards;
}
.onboard-icon {
  background: #015969;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1000;
  color: #e3e3e3;
  border: white 1px solid;
}
.onboard-icon.top,
.onboard-icon.bottom {
  -webkit-animation: bouncedownup 1.3s infinite;
          animation: bouncedownup 1.3s infinite;
}
.onboard-icon.left {
  -webkit-animation: bouncerightleft 1.3s infinite;
          animation: bouncerightleft 1.3s infinite;
}
.onboard-icon.right {
  -webkit-animation: bounceleftright 1.3s infinite;
          animation: bounceleftright 1.3s infinite;
}
.dialog-content {
  margin: 30px;
  min-height: 30vh;
}
.xterm-fullscreen {
  height: 100%;
}
.xterm-min-screen {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.onboard-dialog {
  display: flex;
  flex-direction: column;
}
.onboard-dialog .rpi-quickstart {
  border-radius: 5px;
}
.onboard-dialog .two-columns > div {
  border: 1px solid var(--mui-grey-300);
  border-radius: 5px;
}
.onboard-dialog .os-list img {
  height: 80px;
  margin: 15px;
}
.onboard-tip {
  pointer-events: auto;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 1600;
}
.onboard-tip a {
  color: #e3e3e3;
  text-decoration: underline;
}
.MuiTooltip-tooltip .content > div:first-of-type {
  padding-top: 15px;
  padding-bottom: 10px;
}
.MuiTooltip-tooltip .content .flexbox {
  justify-content: space-between;
}
.MuiTooltip-tooltip .content .centered {
  justify-content: center;
}
.MuiTooltip-tooltip .content .button {
  color: var(--mui-text-primary);
  text-decoration: inherit;
}
.onboard-snack {
  background-color: var(--mui-text-primary);
  color: #e3e3e3;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  position: relative;
}
.onboard-snack > .flexbox {
  flex-direction: column;
  min-width: 300px;
  max-width: 90%;
}
.onboard-snack button {
  color: #e3e3e3;
  padding: 8px;
  position: absolute;
  right: 5px;
  top: 15px;
}
.onboard-snack ol {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.onboard-snack ol li {
  list-style: none;
}
.onboard-snack ol li:before {
  content: '';
  vertical-align: text-top;
  margin-right: 35px;
}
.onboard-snack ol li.completed:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS9JREFUeNrElYENgyAQRa3pAG5QRnAE3cBuIF3BAYwDuIK4Qd2gjtANajdghJ4FK16QAtaU5IgR7n04jiMMdm7h3gJHq1lNEUOfgEXKXw7WB5f6bnI9fAHn0JdgxDBrAKtAqLUXaIpxpQwsc4hGB0ZBiJsFBPwGFnuEfAxXqoroDpl5wgPpx9azSMQ881z5dAaZ5Gh3UG4IC5UHvuCEKBWJd8ybgin+RPIWO0g2wnM0nmCBCE1oJcQH/uGpAqfF5RExTTUiNnBtFj2Vb/J2FvmsijjBsQBHYzkSaR3hHBe7XjNpFAlkuKjMNquVT7x5B6IqDisizBE+TFUWX7RqxWEUeVjCFxxdsbt6lou5ql7qs6nYUUP+21w+an4y56zpnFeOSvUfX7Qfvsm7t5cAAwAzdHozomyQZQAAAABJRU5ErkJggg==);
  margin-right: 10px;
}
.onboard-snack .onboard-icon {
  vertical-align: middle;
  display: inline-flex;
  margin: 0 5px;
}
.dashboard .hint {
  font-size: small;
}
.dashboard .tiny {
  font-size: 10px;
}
.dashboard .widget {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  margin: 0 3vw 3vw 0;
  height: 180px;
  max-width: 15vw;
  min-width: 200px;
  position: relative;
  padding: 1vw;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.dashboard .widget.notActive:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
}
.dashboard .widget.onboard:hover {
  border-color: #cacaca;
}
.dashboard .widget:hover .widgetRemover {
  opacity: 1;
}
.dashboard .widget.chart-widget {
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  width: 19vw;
  max-width: initial;
  min-width: 315px;
}
.dashboard .widgetHeader,
.dashboard .widgetMainContent,
.dashboard .widgetFooter {
  width: 100%;
}
.dashboard .widgetHeader,
.dashboard .widgetFooter {
  color: var(--mui-grey-800);
  border-color: #e3e3e3;
  border-width: 1px;
  justify-content: center;
}
.dashboard .widgetHeader {
  padding-bottom: 10px;
}
.dashboard .widgetFooter {
  padding-top: 10px;
  font-weight: normal;
}
.dashboard .widgetMainContent {
  padding: 10px 15px;
  flex-grow: 1;
}
.dashboard .widgetMainContent .header {
  margin-bottom: 1pt;
}
.dashboard .widgetMainContent .counter {
  font-size: xx-large;
}
.dashboard .widgetRemover {
  opacity: 0;
}
.dashboard .link {
  font-size: small;
}
.help-container {
  min-height: 400px;
  height: 100%;
  display: flex;
}
.help-container > ul {
  min-width: 210px;
  width: 260px;
  border-right: 1px solid var(--mui-grey-300);
  overflow: auto;
  height: 90vh;
}
.help-container > div {
  overflow: auto;
  width: 100%;
  padding-top: 1px;
  padding-left: 70px;
}
.help-content {
  font-size: 15px;
  line-height: 1.5em;
}
.help-content h3 {
  margin-top: 2.5em;
}
.help-content .note {
  padding: 20px;
  background-color: var(--mui-grey-400);
  border-radius: 5px;
  color: #949495;
}
.rotated {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.rotated.ninety {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.widget {
  width: 50%;
  min-height: 175px;
  float: left;
  padding: 22px 4% 22px;
  margin: 0 15px 30px;
}
.widget.small {
  width: 20%;
}
table tbody.clickable tr > td:first-child,
table thead.clickable tr > th:first-child {
  padding-right: 0;
  width: 1vw;
}
.columnHeader {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.columnHeader .sortIcon {
  visibility: hidden;
  margin-left: 15px / 3;
  transition: visibility 0.1s ease-in !important;
}
.columnHeader .sortIcon.selected {
  opacity: 1;
  visibility: visible;
  transition: all 0.15s ease-in-out !important;
}
.columnHeader:hover {
  visibility: visible;
}
.columnHeader:hover .sortIcon {
  opacity: 1;
  visibility: visible;
  transition: all 0.15s ease-in-out !important;
}
.columnHeader .material-icons {
  color: #cfcfcf;
}
.sortIcon.false {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.search input,
.search input:focus {
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #e3e3e3;
  padding: 7px 0;
  padding-left: 32px;
  font-size: 13px;
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
.search::before {
  content: '\26b2';
  display: block;
  position: absolute;
  width: 15px;
  z-index: 3;
  height: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 20px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.3);
}
/* report view */
.list-horizontal-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-horizontal-flex > div {
  margin-right: 2vw;
  flex-basis: 300px;
}
.file-details {
  padding: 10px 15px 30px;
  width: 100%;
  border-radius: 4px;
  margin: 10px 3px 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
}
.file-meta {
  padding: 0 16px;
}
.file-upload-form {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-template-rows: repeat(3, 70px) 1fr;
}
.file-upload-form .info {
  grid-area: 4 / 1 / 5 / 3;
}
.results-status {
  padding-top: 4px;
  margin-bottom: 5px;
}
.results-status .disabled {
  opacity: 0.1;
}
.results-status span.status {
  margin-right: 10px;
}
.results-status img {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  background-position-y: -2px;
  margin-right: 8px;
}
.code {
  font-family: monospace;
  border: 1px solid var(--mui-grey-50);
  background-color: var(--mui-grey-400);
  border-radius: 4px;
  padding: 24px 14px 20px 24px;
  overflow-y: auto;
  position: relative;
  white-space: pre-line;
  font-size: 14px;
  margin-top: 5px;
}
.code.log {
  margin: 24px;
}
span.code {
  padding: 2px;
}
/* Forms and inputs*/
input[required]:-moz-ui-invalid {
  box-shadow: none;
}
form .required::after {
  content: '* required';
  position: absolute;
  top: 50%;
  left: 102%;
  font-size: 12px;
  color: var(--mui-primary-main);
  width: 100px;
}
form .required.file {
  width: 400px;
}
form .required.file:after {
  top: -38px;
  position: relative;
}
.dropzone {
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.dropzone .dashboard-placeholder {
  transition: all 0.4s ease;
}
.dropzone .icon {
  position: relative;
  vertical-align: middle;
  transition: all 0.4s ease;
}
.dropzone.onboard:hover,
.dropzone.active {
  background-color: var(--mui-grey-400);
  border-width: 2px;
}
.dropzone.onboard:hover .icon,
.dropzone.active .icon {
  -webkit-animation: bouncedownup 1.3s infinite;
          animation: bouncedownup 1.3s infinite;
}
.dropzone.onboard:hover .dashboard-placeholder,
.dropzone.active .dashboard-placeholder {
  color: var(--mui-text-light);
}
.dropzone:focus {
  outline: none !important;
}
.dropzone.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.dropzone.disabled:hover {
  background-color: initial;
}
.dropzone.disabled a {
  cursor: not-allowed;
}
div:focus {
  outline: none !important;
}
.key-value-container {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content 65px;
  grid-template-columns: max-content max-content 65px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  align-items: center;
  justify-items: baseline;
}
.key-value-container > div {
  margin-top: 10px;
}
/* Log in */
#login-box,
#signup-box {
  -webkit-animation: fadein 1s 1;
          animation: fadein 1s 1;
  position: relative;
  overflow: visible;
  margin-left: 25px;
  max-width: 400px;
}
#login-box h3,
#signup-box h3 {
  text-transform: uppercase;
  color: #cfcfcf;
  font-weight: normal;
  text-align: center;
}
#login-box img,
#signup-box img {
  max-width: 100%;
}
#login-box #signupLogo,
#signup-box #signupLogo {
  align-self: center;
  width: 50%;
}
#login-box .MuiButton-contained.oauth-provider,
#signup-box .MuiButton-contained.oauth-provider {
  background-color: var(--mui-background-default);
  color: var(--mui-text-primary);
  margin: 0 10px;
}
#login-box .help-text,
#signup-box .help-text,
#login-box .help-text p,
#signup-box .help-text p {
  color: rgba(66, 66, 66, 0.6);
  text-align: left;
  font-size: 12px;
}
#pass-strength {
  margin-top: 10px;
}
#pass-strength meter {
  margin-left: 8px;
  margin-right: 8px;
}
#pass-strength svg {
  vertical-align: middle;
}
.password-wrapper {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  align-items: baseline;
}
/* sign up */
#signup-box h1,
#signup-box h2,
#signup-box h3 {
  text-transform: none;
  color: black;
  font-weight: normal;
  text-align: center;
}
#signup-box .MuiFormControl-root {
  margin-top: 0;
  margin-bottom: 15px;
}
.org-settings-item {
  display: grid;
  grid-template-columns: 500px 1fr;
  grid-column-gap: 15px;
}
.org-settings-item > *:nth-child(2n) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
/* Upgrade */
.planPanel {
  padding: 10px 20px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  vertical-align: top;
  width: 32%;
  transition: all 0.2s ease;
  cursor: pointer;
}
.planPanel.muted,
.planPanel.muted:hover {
  cursor: default;
  box-shadow: none;
}
.offerTag {
  color: var(--mui-primary-main);
  font-size: 12px;
}
.offerTag svg {
  width: 0.7em;
  height: 0.7em;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 2px;
}
.offerBox {
  background-color: #337a87;
  border-radius: 4px;
  padding: 8px 12px;
  color: var(--mui-background-default);
}
.offerBox * {
  color: inherit;
  font-size: inherit;
}
/* stripe elements */
#poweredByStripe {
  display: grid;
  grid-template-columns: 1fr 120px;
  min-height: 30px;
  width: 100%;
  margin-top: 10px;
}
.StripeElement {
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  padding-bottom: 10px;
}
/* tables */
.auditlogs-list-item,
.deviceListRow,
.deviceListItem,
.deployment-item {
  border-bottom: 1px solid #e3e3e3;
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  align-items: center;
}
.auditlogs-list-item:last-of-type,
.deviceListRow:last-of-type,
.deviceListItem:last-of-type,
.deployment-item:last-of-type {
  border-bottom: transparent;
}
.deviceList {
  min-width: 1000px;
  padding-left: 5px;
  display: grid;
  grid-template-columns: minmax(250px, -webkit-max-content) minmax(90px, 1fr) minmax(350px, 1.5fr) minmax(105px, 1fr) minmax(110px, -webkit-max-content);
  grid-template-columns: minmax(250px, max-content) minmax(90px, 1fr) minmax(350px, 1.5fr) minmax(105px, 1fr) minmax(110px, max-content);
}
.deviceList.selectable {
  grid-template-columns: 52px minmax(250px, -webkit-max-content) minmax(90px, 1fr) minmax(350px, 1.5fr) minmax(105px, 1fr) minmax(110px, -webkit-max-content);
  grid-template-columns: 52px minmax(250px, max-content) minmax(90px, 1fr) minmax(350px, 1.5fr) minmax(105px, 1fr) minmax(110px, max-content);
}
.deviceList .footer {
  grid-column-start: 1;
  grid-column-end: 4;
}
.deviceList .header,
.deviceList .body {
  display: contents;
}
.deviceList .header .deviceListRow,
.deviceList .body .deviceListRow {
  display: contents;
}
.deviceList .header .deviceListRow > *,
.deviceList .body .deviceListRow > * {
  align-items: center;
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  padding-left: 22.5px;
}
.deviceList .header .deviceListRow > *:first-of-type,
.deviceList .body .deviceListRow > *:first-of-type {
  padding-left: 9px;
}
.deviceList .header {
  height: 56px;
  font-size: 0.8rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.deviceList .header .resize-handle {
  position: absolute;
  cursor: col-resize;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
}
.deviceList .deviceStatus {
  border-color: var(--mui-grey-800);
  color: var(--mui-grey-800);
  font-size: 0.8em;
  line-height: 0.8em;
}
.deviceList .deviceStatus .notificationCounter {
  width: 14px;
  height: 14px;
  background-color: var(--mui-grey-800);
  margin-left: 5px;
  margin-right: -5px;
  color: var(--mui-grey-400);
}
.device-addition-widget {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}
.expandedDevice {
  padding-left: 48px;
  padding-right: 35px;
}
.inventory-text {
  word-break: break-word;
  display: inline-block;
  overflow: hidden;
  max-height: 43px;
}
.inventory-text.expanded-attribute {
  display: inline;
  overflow: initial;
  max-height: initial;
}
.inventory-text.break-all {
  word-break: break-all;
}
.inventory-text.tenant-token-text {
  display: block;
  max-height: initial;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inventory-text.tenant-token-text.expanded-attribute {
  white-space: initial;
}
.monitoring-alert {
  display: grid;
  grid-template-columns: -webkit-min-content minmax(400px, 8fr) 100px -webkit-min-content minmax(100px, -webkit-max-content) 1fr;
  grid-template-columns: min-content minmax(400px, 8fr) 100px min-content minmax(100px, max-content) 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  align-items: center;
  margin: 0 15px;
  max-width: 900px;
}
.log-line {
  display: grid;
  grid-template-columns: 20px 40px 1fr 26px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  align-items: center;
  min-height: 1.75rem;
  margin-left: 2px;
}
.grouplist div span {
  font-size: 0.9rem;
}
.leftNav ul a div span {
  font-size: 0.9rem;
}
div.waiting-inventory {
  padding: 24px 18px 0;
  border: 1px dashed var(--mui-grey-50);
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  white-space: normal;
  position: relative;
}
div.waiting-inventory p {
  margin: 0.5em 0;
  font-size: 14px;
}
/* device auth */
.authsets .header,
.authsets .body .MuiAccordionSummary-content {
  display: grid;
  grid-template-columns: 0.5fr 1fr 2fr 2fr 2fr;
  grid-column-gap: 15px;
}
.authsets .header,
.authsets .MuiAccordion-root {
  border-bottom: 1px solid #cfcfcf;
}
.authsets .MuiAccordionDetails-root {
  flex-direction: row;
}
.authsets .header {
  padding: 15px;
}
.authsets .action-buttons > * {
  margin-right: 15px;
  font-weight: bold;
}
.authsets .action-buttons > div {
  opacity: 0.4;
}
.authsets .expanded {
  max-width: 400px;
}
/* Buttons */
.fixedButtons {
  position: fixed;
  bottom: 52.5px;
  right: 52.5px;
  z-index: 10;
  min-width: 400px;
  align-items: baseline;
  justify-content: flex-end;
  pointer-events: none;
}
.fixedButtons .MuiSpeedDialAction-staticTooltipLabel {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
/* Dashboard */
.dashboard-placeholder {
  font-size: 16px;
  color: #cfcfcf;
  text-align: center;
  padding: 15px 30px;
  -webkit-animation: fadein 0.2s 1;
          animation: fadein 0.2s 1;
}
.dashboard-placeholder img {
  margin-top: 15px;
  width: 74px;
}
.deployments {
  position: relative;
}
.deployments .current-widget {
  max-width: 15vw;
  min-width: 200px;
  width: 100%;
}
.deployments .current-widget.active {
  background: rgba(1, 89, 105, 0.075);
}
.deployments .current-widget.pending {
  background: rgba(var(--mui-secondary-main), 7.5%);
}
.deployments .completionInfo {
  color: var(--mui-grey-800);
  font-size: small;
}
.heading-lined {
  position: relative;
  display: flex;
  align-items: center;
}
.heading-lined span {
  position: absolute;
  padding: 0 15px;
  min-width: 90px;
}
.heading-lined > div {
  width: 100%;
  height: 1px;
}
.dashboard-header {
  margin-bottom: 45px;
  position: relative;
}
.dashboard-header span {
  position: absolute;
  background: var(--mui-background-default);
  padding: 10px 15px 10px 0;
  top: -19px;
}
.report-container {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  grid-column-gap: 30px;
}
.deploy-table-contain {
  margin-bottom: 60px;
  margin-top: 30px;
}
/* Deployments */
.deployments-pending {
  padding: 10px 15px 30px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
}
.deployments-pending .dashboard-header {
  margin-bottom: 30px;
}
.deployments-pending .deploy-table-contain {
  margin-bottom: initial;
}
.deployment-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 0.75fr 4fr 1.2fr 50px;
  grid-column-gap: 30px;
  margin: 0 15px;
  padding: 10px 0;
  align-items: center;
  position: relative;
  min-width: 1300px;
  height: unset;
  min-height: unset;
  max-height: unset;
}
.deployment-item.deployment-header-item {
  border-bottom: transparent;
}
.deployment-item.deployment-header-item.progress-item {
  padding-right: 15px;
}
.deployment-item.scheduled-item {
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1.2fr 50px;
}
.deployment-item.past-item {
  grid-template-columns: 2fr 1fr 1fr 1fr 0.75fr 3fr 1fr;
}
.deployment-item.pending-item {
  grid-template-columns: 2fr 1fr 1fr 1fr 0.75fr 2fr 1.2fr 50px;
}
.deployment-item > div,
.deployment-item time {
  min-width: 100px;
}
.deployment-item > .column-defined {
  min-width: initial;
}
.deployment-item .cancelButton:hover {
  color: var(--mui-error-dark);
}
.deployment-item .deployment-item-title {
  display: none;
}
.confirmation-overlay {
  position: absolute;
  z-index: 1;
  background: var(--mui-overlay);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
.progress-chart-container {
  padding: 10px 20px;
  min-height: 70px;
  border-radius: 4px;
  justify-content: center;
}
.progress-chart-container .progress-chart,
.progress-chart-container .progress-step-total,
.progress-chart-container .progress-step {
  display: flex;
  min-height: 20px;
  position: relative;
}
.progress-chart-container .progress-chart.detailed {
  min-height: 45px;
}
.progress-chart-container .progress-chart.detailed .progress-step-total {
  min-height: inherit;
}
.progress-chart-container .progress-step {
  align-items: center;
  border-right-style: dashed;
  border-right-width: 1px;
  z-index: 1;
}
.progress-chart-container .progress-step > .progress-bar {
  position: absolute;
  width: 100%;
}
.progress-chart-container .progress-bar {
  height: 5px;
  background-color: currentColor;
}
.progress-chart-container .progress-step-total {
  border: none;
  position: absolute;
  z-index: 0;
  width: 100%;
}
.progress-chart-container .progress-step-number {
  align-self: flex-start;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
.progress-chart-container.stepped-progress .progress-bar {
  height: 8px;
}
.progress-chart-container.stepped-progress .progress-step-total .progress-bar {
  border-style: solid;
  border-radius: 2px;
  border-width: 1px;
  height: 12px;
  margin: -2px;
  padding: 2px;
}
.deployment-phases-report {
  display: grid;
  grid-template-columns: repeat(auto-fit, 270px);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.deployment-phases-list {
  overflow: auto;
  max-width: 900px;
}
.deployment-phases-list > .column {
  min-width: 115px;
  margin: 0 5px;
  justify-content: flex-end;
}
.deployment-phases-list > .column > div {
  margin: 5px 0;
}
.deployment-phases-list > .column .MuiChip-root {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1599px) {
  .deployment-item {
    display: block;
    margin-left: 0;
    margin-bottom: 30px;
    min-width: initial;
    padding-left: 120px;
  }
  .deployment-item.deployment-header-item {
    display: none;
  }
  .deployment-item > div {
    margin-bottom: 10px;
    position: relative;
  }
  .deployment-item > div .deployment-item-title {
    display: block;
    position: absolute;
    left: -120px;
    top: 0px;
    width: 110px;
    text-align: left;
  }
  .deployment-item > div .align-right {
    text-align: left;
  }
}
.statusLarge > img {
  vertical-align: top;
  display: inline;
}
.statusLarge .statusWrapper {
  min-height: 60px;
  padding: 10px 10px 10px 20px;
  margin: 0 8px 10px 10px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  display: table;
  white-space: normal;
}
.statusLarge .statusWrapper:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  z-index: 20000;
  top: 5px;
  left: -19px;
  border-bottom: 10px solid transparent;
}
.statusLarge .statusWrapper .statusWrapperMessage {
  display: table-cell;
  vertical-align: middle;
}
.substate {
  width: 64%;
  min-width: 200px;
  overflow: hidden;
  color: var(--mui-grey-800);
  white-space: normal;
  word-wrap: break-word;
  margin-left: 5px;
}
.datepicker-container {
  padding: 4px 25px 5px;
  display: flex;
  align-items: flex-end;
}
.datepicker-container > div {
  margin: 7.5px;
}
.auditlogs-list .auditlogs-list-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr 2fr 1.75fr 120px;
  grid-column-gap: 30px;
  padding: 5px 15px;
}
.auditlogs-list .auditlogs-list-item > * {
  display: flex;
  align-items: center;
  max-height: 45px;
  overflow: hidden;
}
.auditlogs-list .auditlogs-list-item.auditlogs-list-item-header {
  border-bottom: transparent;
}
.auditlogs-list .auditlogs-list-item.auditlogs-list-item-header {
  cursor: initial;
  padding: 10px 15px;
  position: relative;
}
.auditlogs-filters {
  padding: 0px 25px 5px;
  display: grid;
  grid-template-columns: 400px 250px 250px 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.repository {
  min-height: 400px;
  height: 100%;
  display: grid;
  grid-template-columns: 390px 1fr;
}
.repository .leftFixed {
  display: grid;
  grid-template-rows: 1fr -webkit-max-content;
  grid-template-rows: 1fr max-content;
}
.repository .repository-list {
  display: grid;
  grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content 1fr;
  grid-template-rows: min-content min-content min-content 1fr;
  border-right: 1px solid var(--mui-grey-300);
  width: 100%;
}
.repository .release-repo {
  overflow: auto;
}
.repository-list-item.active {
  background-color: var(--mui-grey-400);
}
.repository-list-item > div {
  padding-right: 0;
}
.repository-list-item .flexbox {
  justify-content: space-between;
  align-items: center;
}
.repository-list-item .indicator {
  opacity: 0;
}
.repository-list-item:hover .indicator {
  -webkit-animation: fadein 0.2s 1;
          animation: fadein 0.2s 1;
  opacity: 1;
}
.release-repo-item {
  padding-bottom: 2vh;
}
.release-repo-item > div.muted {
  margin: 18px 12px 0 0;
}
.release-repo-item.repo-header {
  padding-left: 30px;
  padding-right: 12px;
  height: 56px;
  font-size: 12px;
  color: var(--mui-secondary-main);
}
.release-repo-item.repo-item,
.release-repo-item .repo-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 48px;
  grid-column-gap: 20px;
}
.release-repo-item.repo-item .text-overflow,
.release-repo-item .repo-item .text-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  37% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  55% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  81% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  37% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  55% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  81% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@-webkit-keyframes bouncedownup {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  8% {
    top: 1px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  16% {
    top: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  32% {
    top: -2px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    top: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    top: 0;
  }
}
@keyframes bouncedownup {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  8% {
    top: 1px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  16% {
    top: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  32% {
    top: -2px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    top: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes bounceleftright {
  0% {
    left: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  8% {
    left: 1px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  16% {
    left: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  32% {
    left: -2px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    left: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    left: 0;
  }
}
@keyframes bounceleftright {
  0% {
    left: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  8% {
    left: 1px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  16% {
    left: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  32% {
    left: -2px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    left: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bouncerightleft {
  0% {
    right: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  8% {
    right: 1px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  16% {
    right: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  32% {
    right: -2px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    right: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    right: 0;
  }
}
@keyframes bouncerightleft {
  0% {
    right: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  8% {
    right: 1px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  16% {
    right: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  32% {
    right: -2px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    right: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    right: 0;
  }
}
/* LESS MIXINS */
.flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@-webkit-keyframes highlight {
  0% {
    border-color: var(--mui-secondary-lighter);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    border-color: var(--mui-secondary-lighter);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    border-color: var(--mui-secondary-lighter);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes highlight {
  0% {
    border-color: var(--mui-secondary-lighter);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    border-color: var(--mui-secondary-lighter);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    border-color: var(--mui-secondary-lighter);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
/* Progress bar */
#progressBarContainer {
  position: fixed;
  display: grid;
  left: 230px;
  right: 30px;
  bottom: 80px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  height: 60px;
  padding: 0 15px;
  overflow: hidden;
  margin: 25px 0 15px;
  grid-template-rows: 30px 30px;
  grid-template-columns: 1fr 60px;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
}
#progressBarContainer > .MuiIconButton-root {
  grid-column: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  height: inherit;
}
#progressBarContainer.shrunk {
  border: none;
  height: 0;
}
.monaco-editor .margin {
  margin: unset;
}
.monaco-diff-editor .editor.original {
  right: 0 !important;
  left: unset !important;
}
.monaco-diff-editor .editor.modified {
  left: 0 !important;
  width: unset !important;
  box-shadow: unset !important;
}
.monaco-diff-editor .margin {
  margin: unset;
}
.monaco-diff-editor .diffOverview .diffOverviewRuler.original {
  left: 15px !important;
}
.monaco-diff-editor .diffOverview .diffOverviewRuler.modified {
  right: 15px !important;
}
.twin-editing .editor.modified .monaco-editor-background {
  background-color: #e3e3e3;
}

@charset "UTF-8";
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}
button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled].rbc-btn {
  cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}
.rbc-abs-full,
.rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rbc-ellipsis,
.rbc-show-more,
.rbc-row-segment .rbc-event-content,
.rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rbc-rtl {
  direction: rtl;
}
.rbc-off-range {
  color: #999999;
}
.rbc-off-range-bg {
  background: #e6e6e6;
}
.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-button-link {
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.rbc-row-content {
  position: relative;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}
.rbc-row-content-scrollable {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}
.rbc-today {
  background-color: #eaf6ff;
}
.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
  margin-left: 10px;
}
.rbc-event,
.rbc-day-slot .rbc-background-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event,
.rbc-slot-selecting .rbc-day-slot .rbc-background-event,
.rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected,
.rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}
.rbc-event:focus,
.rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}
.rbc-event-label {
  font-size: 80%;
}
.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}
.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-row {
  display: flex;
  flex-direction: row;
}
.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}
.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  color: #3174ad;
}
.rbc-show-more:hover,
.rbc-show-more:focus {
  color: #265985;
}
.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
}
.rbc-month-header {
  display: flex;
  flex-direction: row;
}
.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}
.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
}
.rbc-day-bg {
  flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}
.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}
.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}
.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}
.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}
.rbc-agenda-event-cell {
  width: 100%;
}
.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}
.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}
.rbc-time-gutter,
.rbc-header-gutter {
  flex: none;
}
.rbc-label {
  padding: 0 5px;
}
.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event,
.rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}
.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}
.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px;
}
.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}
.rbc-time-slot {
  flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}
.rbc-day-header {
  text-align: center;
}
.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}
.rbc-slot-selecting {
  cursor: move;
}
.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}
.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}
.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}
/*# sourceMappingURL=react-big-calendar.css.map */

/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */
/**
 *  Default styles for xterm.js
 */
.xterm {
  cursor: text;
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.xterm.focus,
.xterm:focus {
  outline: none;
}
.xterm .xterm-helpers {
  position: absolute;
  top: 0;
  /**
     * The z-index of the helpers must be higher than the canvases in order for
     * IMEs to appear on top.
     */
  z-index: 5;
}
.xterm .xterm-helper-textarea {
  padding: 0;
  border: 0;
  margin: 0;
  /* Move textarea out of the screen to the far left, so that the cursor is not visible */
  position: absolute;
  opacity: 0;
  left: -9999em;
  top: 0;
  width: 0;
  height: 0;
  z-index: -5;
  /** Prevent wrapping so the IME appears against the textarea at the correct position */
  white-space: nowrap;
  overflow: hidden;
  resize: none;
}
.xterm .composition-view {
  /* TODO: Composition position got messed up somewhere */
  background: #000;
  color: #FFF;
  display: none;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}
.xterm .composition-view.active {
  display: block;
}
.xterm .xterm-viewport {
  /* On OS X this is required in order for the scroll bar to appear fully opaque */
  background-color: #000;
  overflow-y: scroll;
  cursor: default;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.xterm .xterm-screen {
  position: relative;
}
.xterm .xterm-screen canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.xterm .xterm-scroll-area {
  visibility: hidden;
}
.xterm-char-measure-element {
  display: inline-block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -9999em;
  line-height: normal;
}
.xterm.enable-mouse-events {
  /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
  cursor: default;
}
.xterm.xterm-cursor-pointer,
.xterm .xterm-cursor-pointer {
  cursor: pointer;
}
.xterm.column-select.focus {
  /* Column selection mode */
  cursor: crosshair;
}
.xterm .xterm-accessibility,
.xterm .xterm-message {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  color: transparent;
}
.xterm .live-region {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.xterm-dim {
  opacity: 0.5;
}
.xterm-underline {
  text-decoration: underline;
}
.xterm-strikethrough {
  text-decoration: line-through;
}
.xterm-screen .xterm-decoration-container .xterm-decoration {
  z-index: 6;
  position: absolute;
}
.xterm-decoration-overview-ruler {
  z-index: 7;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.xterm-decoration-top {
  z-index: 2;
  position: relative;
}


/*# sourceMappingURL=main.css.map*/