@charset "UTF-8";
/* responsive breakpoints in mixin, per https://sass-guidelin.es/#responsive-web-design-and-breakpoints */
/* Retrieved 6-8-2018 from https://raw.githubusercontent.com/scttcper/ngx-toastr/master/src/lib/toastr.css */
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .toast:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .toast,
.toast-container.toast-bottom-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .toast,
.toast-container.toast-bottom-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .toast.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/**
 * nav/tab styling based on Bootstrap v3.4.1 https://getbootstrap.com/
 */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  display: block;
  position: relative;
}
.nav > li > a {
  display: block;
  position: relative;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #eeeeee;
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  background-color: transparent;
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
}
.nav .open > a {
  border-color: #337ab7;
  background-color: #eeeeee;
}
.nav .open > a:hover, .nav .open > a:focus {
  border-color: #337ab7;
  background-color: #eeeeee;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
  float: left;
}
.nav-tabs > li > a {
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 1.42857143;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a {
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  background-color: #ffffff;
  color: #555555;
  cursor: default;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  background-color: #ffffff;
  color: #555555;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: none;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a {
  border: 1px solid #dddddd;
}
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #ffffff;
  }
  .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a {
  background-color: #337ab7;
  color: #ffffff;
}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a {
  border: 1px solid #dddddd;
}
.nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a {
    border-bottom-color: #ffffff;
  }
  .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.clearfix:after, .nav:after {
  clear: both;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-content: start;
  align-items: start;
  justify-content: start;
  justify-items: stretch;
}
.grid.fitted {
  margin-right: -10px;
  margin-left: -10px;
}
.grid.inline {
  display: inline-grid;
  width: calc(100% - 10px);
  padding-left: 10px;
}
.grid.even {
  display: flex;
}
.grid.even .col {
  flex: 1;
}
.grid.equal-height {
  grid-auto-rows: 1fr;
  grid-gap: 18px;
  align-items: stretch;
}
.grid [class*=col-] {
  box-sizing: border-box;
  padding: 3px 10px;
}
.grid [class*=col-].end {
  text-align: end;
}
.grid [class*=col-].vcenter {
  display: flex;
  align-items: center;
}
.grid [class*=col-].grid {
  padding: 0;
}
.grid .d-none-xs {
  display: none !important;
}
.grid .d-block-xs {
  display: block !important;
}
.grid .d-inline-xs {
  display: inline !important;
}
.grid .d-inline-block-xs {
  display: inline-block !important;
}
.grid .d-flex-xs {
  display: flex !important;
}
.grid .col-1 {
  grid-column: span 1;
}
.grid .col-1.offset-1 {
  grid-column: 2/span 1;
}
.grid .col-1.offset-2 {
  grid-column: 3/span 1;
}
.grid .col-1.offset-3 {
  grid-column: 4/span 1;
}
.grid .col-1.offset-4 {
  grid-column: 5/span 1;
}
.grid .col-1.offset-5 {
  grid-column: 6/span 1;
}
.grid .col-1.offset-6 {
  grid-column: 7/span 1;
}
.grid .col-1.offset-7 {
  grid-column: 8/span 1;
}
.grid .col-1.offset-8 {
  grid-column: 9/span 1;
}
.grid .col-1.offset-9 {
  grid-column: 10/span 1;
}
.grid .col-1.offset-10 {
  grid-column: 11/span 1;
}
.grid .col-1.offset-11 {
  grid-column: 12/span 1;
}
.grid .col-2 {
  grid-column: span 2;
}
.grid .col-2.offset-1 {
  grid-column: 2/span 2;
}
.grid .col-2.offset-2 {
  grid-column: 3/span 2;
}
.grid .col-2.offset-3 {
  grid-column: 4/span 2;
}
.grid .col-2.offset-4 {
  grid-column: 5/span 2;
}
.grid .col-2.offset-5 {
  grid-column: 6/span 2;
}
.grid .col-2.offset-6 {
  grid-column: 7/span 2;
}
.grid .col-2.offset-7 {
  grid-column: 8/span 2;
}
.grid .col-2.offset-8 {
  grid-column: 9/span 2;
}
.grid .col-2.offset-9 {
  grid-column: 10/span 2;
}
.grid .col-2.offset-10 {
  grid-column: 11/span 2;
}
.grid .col-3 {
  grid-column: span 3;
}
.grid .col-3.offset-1 {
  grid-column: 2/span 3;
}
.grid .col-3.offset-2 {
  grid-column: 3/span 3;
}
.grid .col-3.offset-3 {
  grid-column: 4/span 3;
}
.grid .col-3.offset-4 {
  grid-column: 5/span 3;
}
.grid .col-3.offset-5 {
  grid-column: 6/span 3;
}
.grid .col-3.offset-6 {
  grid-column: 7/span 3;
}
.grid .col-3.offset-7 {
  grid-column: 8/span 3;
}
.grid .col-3.offset-8 {
  grid-column: 9/span 3;
}
.grid .col-3.offset-9 {
  grid-column: 10/span 3;
}
.grid .col-4 {
  grid-column: span 4;
}
.grid .col-4.offset-1 {
  grid-column: 2/span 4;
}
.grid .col-4.offset-2 {
  grid-column: 3/span 4;
}
.grid .col-4.offset-3 {
  grid-column: 4/span 4;
}
.grid .col-4.offset-4 {
  grid-column: 5/span 4;
}
.grid .col-4.offset-5 {
  grid-column: 6/span 4;
}
.grid .col-4.offset-6 {
  grid-column: 7/span 4;
}
.grid .col-4.offset-7 {
  grid-column: 8/span 4;
}
.grid .col-4.offset-8 {
  grid-column: 9/span 4;
}
.grid .col-5 {
  grid-column: span 5;
}
.grid .col-5.offset-1 {
  grid-column: 2/span 5;
}
.grid .col-5.offset-2 {
  grid-column: 3/span 5;
}
.grid .col-5.offset-3 {
  grid-column: 4/span 5;
}
.grid .col-5.offset-4 {
  grid-column: 5/span 5;
}
.grid .col-5.offset-5 {
  grid-column: 6/span 5;
}
.grid .col-5.offset-6 {
  grid-column: 7/span 5;
}
.grid .col-5.offset-7 {
  grid-column: 8/span 5;
}
.grid .col-6 {
  grid-column: span 6;
}
.grid .col-6.offset-1 {
  grid-column: 2/span 6;
}
.grid .col-6.offset-2 {
  grid-column: 3/span 6;
}
.grid .col-6.offset-3 {
  grid-column: 4/span 6;
}
.grid .col-6.offset-4 {
  grid-column: 5/span 6;
}
.grid .col-6.offset-5 {
  grid-column: 6/span 6;
}
.grid .col-6.offset-6 {
  grid-column: 7/span 6;
}
.grid .col-7 {
  grid-column: span 7;
}
.grid .col-7.offset-1 {
  grid-column: 2/span 7;
}
.grid .col-7.offset-2 {
  grid-column: 3/span 7;
}
.grid .col-7.offset-3 {
  grid-column: 4/span 7;
}
.grid .col-7.offset-4 {
  grid-column: 5/span 7;
}
.grid .col-7.offset-5 {
  grid-column: 6/span 7;
}
.grid .col-8 {
  grid-column: span 8;
}
.grid .col-8.offset-1 {
  grid-column: 2/span 8;
}
.grid .col-8.offset-2 {
  grid-column: 3/span 8;
}
.grid .col-8.offset-3 {
  grid-column: 4/span 8;
}
.grid .col-8.offset-4 {
  grid-column: 5/span 8;
}
.grid .col-9 {
  grid-column: span 9;
}
.grid .col-9.offset-1 {
  grid-column: 2/span 9;
}
.grid .col-9.offset-2 {
  grid-column: 3/span 9;
}
.grid .col-9.offset-3 {
  grid-column: 4/span 9;
}
.grid .col-10 {
  grid-column: span 10;
}
.grid .col-10.offset-1 {
  grid-column: 2/span 10;
}
.grid .col-10.offset-2 {
  grid-column: 3/span 10;
}
.grid .col-11 {
  grid-column: span 11;
}
.grid .col-11.offset-1 {
  grid-column: 2/span 11;
}
.grid .col-12 {
  grid-column: span 12;
}
.grid .col-12.offset-1 {
  grid-column: 2/span 12;
}
.grid .col-12.offset-0 {
  grid-column: 1/span 12;
}
.grid .row-1 {
  grid-row: span 1;
}
.grid .row-2 {
  grid-row: span 2;
}
.grid .row-3 {
  grid-row: span 3;
}
.grid .row-4 {
  grid-row: span 4;
}
@media only screen and (min-width: 576px) {
  .grid .col-sm-1 {
    grid-column: span 1;
  }
  .grid .col-sm-1.offset-sm-1 {
    grid-column: 2/span 1;
  }
  .grid .col-sm-1.offset-sm-2 {
    grid-column: 3/span 1;
  }
  .grid .col-sm-1.offset-sm-3 {
    grid-column: 4/span 1;
  }
  .grid .col-sm-1.offset-sm-4 {
    grid-column: 5/span 1;
  }
  .grid .col-sm-1.offset-sm-5 {
    grid-column: 6/span 1;
  }
  .grid .col-sm-1.offset-sm-6 {
    grid-column: 7/span 1;
  }
  .grid .col-sm-1.offset-sm-7 {
    grid-column: 8/span 1;
  }
  .grid .col-sm-1.offset-sm-8 {
    grid-column: 9/span 1;
  }
  .grid .col-sm-1.offset-sm-9 {
    grid-column: 10/span 1;
  }
  .grid .col-sm-1.offset-sm-10 {
    grid-column: 11/span 1;
  }
  .grid .col-sm-1.offset-sm-11 {
    grid-column: 12/span 1;
  }
  .grid .col-sm-2 {
    grid-column: span 2;
  }
  .grid .col-sm-2.offset-sm-1 {
    grid-column: 2/span 2;
  }
  .grid .col-sm-2.offset-sm-2 {
    grid-column: 3/span 2;
  }
  .grid .col-sm-2.offset-sm-3 {
    grid-column: 4/span 2;
  }
  .grid .col-sm-2.offset-sm-4 {
    grid-column: 5/span 2;
  }
  .grid .col-sm-2.offset-sm-5 {
    grid-column: 6/span 2;
  }
  .grid .col-sm-2.offset-sm-6 {
    grid-column: 7/span 2;
  }
  .grid .col-sm-2.offset-sm-7 {
    grid-column: 8/span 2;
  }
  .grid .col-sm-2.offset-sm-8 {
    grid-column: 9/span 2;
  }
  .grid .col-sm-2.offset-sm-9 {
    grid-column: 10/span 2;
  }
  .grid .col-sm-2.offset-sm-10 {
    grid-column: 11/span 2;
  }
  .grid .col-sm-3 {
    grid-column: span 3;
  }
  .grid .col-sm-3.offset-sm-1 {
    grid-column: 2/span 3;
  }
  .grid .col-sm-3.offset-sm-2 {
    grid-column: 3/span 3;
  }
  .grid .col-sm-3.offset-sm-3 {
    grid-column: 4/span 3;
  }
  .grid .col-sm-3.offset-sm-4 {
    grid-column: 5/span 3;
  }
  .grid .col-sm-3.offset-sm-5 {
    grid-column: 6/span 3;
  }
  .grid .col-sm-3.offset-sm-6 {
    grid-column: 7/span 3;
  }
  .grid .col-sm-3.offset-sm-7 {
    grid-column: 8/span 3;
  }
  .grid .col-sm-3.offset-sm-8 {
    grid-column: 9/span 3;
  }
  .grid .col-sm-3.offset-sm-9 {
    grid-column: 10/span 3;
  }
  .grid .col-sm-4 {
    grid-column: span 4;
  }
  .grid .col-sm-4.offset-sm-1 {
    grid-column: 2/span 4;
  }
  .grid .col-sm-4.offset-sm-2 {
    grid-column: 3/span 4;
  }
  .grid .col-sm-4.offset-sm-3 {
    grid-column: 4/span 4;
  }
  .grid .col-sm-4.offset-sm-4 {
    grid-column: 5/span 4;
  }
  .grid .col-sm-4.offset-sm-5 {
    grid-column: 6/span 4;
  }
  .grid .col-sm-4.offset-sm-6 {
    grid-column: 7/span 4;
  }
  .grid .col-sm-4.offset-sm-7 {
    grid-column: 8/span 4;
  }
  .grid .col-sm-4.offset-sm-8 {
    grid-column: 9/span 4;
  }
  .grid .col-sm-5 {
    grid-column: span 5;
  }
  .grid .col-sm-5.offset-sm-1 {
    grid-column: 2/span 5;
  }
  .grid .col-sm-5.offset-sm-2 {
    grid-column: 3/span 5;
  }
  .grid .col-sm-5.offset-sm-3 {
    grid-column: 4/span 5;
  }
  .grid .col-sm-5.offset-sm-4 {
    grid-column: 5/span 5;
  }
  .grid .col-sm-5.offset-sm-5 {
    grid-column: 6/span 5;
  }
  .grid .col-sm-5.offset-sm-6 {
    grid-column: 7/span 5;
  }
  .grid .col-sm-5.offset-sm-7 {
    grid-column: 8/span 5;
  }
  .grid .col-sm-6 {
    grid-column: span 6;
  }
  .grid .col-sm-6.offset-sm-1 {
    grid-column: 2/span 6;
  }
  .grid .col-sm-6.offset-sm-2 {
    grid-column: 3/span 6;
  }
  .grid .col-sm-6.offset-sm-3 {
    grid-column: 4/span 6;
  }
  .grid .col-sm-6.offset-sm-4 {
    grid-column: 5/span 6;
  }
  .grid .col-sm-6.offset-sm-5 {
    grid-column: 6/span 6;
  }
  .grid .col-sm-6.offset-sm-6 {
    grid-column: 7/span 6;
  }
  .grid .col-sm-7 {
    grid-column: span 7;
  }
  .grid .col-sm-7.offset-sm-1 {
    grid-column: 2/span 7;
  }
  .grid .col-sm-7.offset-sm-2 {
    grid-column: 3/span 7;
  }
  .grid .col-sm-7.offset-sm-3 {
    grid-column: 4/span 7;
  }
  .grid .col-sm-7.offset-sm-4 {
    grid-column: 5/span 7;
  }
  .grid .col-sm-7.offset-sm-5 {
    grid-column: 6/span 7;
  }
  .grid .col-sm-8 {
    grid-column: span 8;
  }
  .grid .col-sm-8.offset-sm-1 {
    grid-column: 2/span 8;
  }
  .grid .col-sm-8.offset-sm-2 {
    grid-column: 3/span 8;
  }
  .grid .col-sm-8.offset-sm-3 {
    grid-column: 4/span 8;
  }
  .grid .col-sm-8.offset-sm-4 {
    grid-column: 5/span 8;
  }
  .grid .col-sm-9 {
    grid-column: span 9;
  }
  .grid .col-sm-9.offset-sm-1 {
    grid-column: 2/span 9;
  }
  .grid .col-sm-9.offset-sm-2 {
    grid-column: 3/span 9;
  }
  .grid .col-sm-9.offset-sm-3 {
    grid-column: 4/span 9;
  }
  .grid .col-sm-10 {
    grid-column: span 10;
  }
  .grid .col-sm-10.offset-sm-1 {
    grid-column: 2/span 10;
  }
  .grid .col-sm-10.offset-sm-2 {
    grid-column: 3/span 10;
  }
  .grid .col-sm-11 {
    grid-column: span 11;
  }
  .grid .col-sm-11.offset-sm-1 {
    grid-column: 2/span 11;
  }
  .grid .col-sm-12 {
    grid-column: span 12;
  }
  .grid .col-sm-12.offset-sm-1 {
    grid-column: 2/span 12;
  }
  .grid .col-sm-12.offset-sm-0 {
    grid-column: 1/span 12;
  }
  .grid .d-none-sm {
    display: none !important;
  }
  .grid .d-block-sm {
    display: block !important;
  }
  .grid .d-inline-sm {
    display: inline !important;
  }
  .grid .d-inline-block-sm {
    display: inline-block !important;
  }
  .grid .d-flex-sm {
    display: flex !important;
  }
  .grid .row-sm-1 {
    grid-row: span 1;
  }
  .grid .row-sm-2 {
    grid-row: span 2;
  }
  .grid .row-sm-3 {
    grid-row: span 3;
  }
  .grid .row-sm-4 {
    grid-row: span 4;
  }
}
@media only screen and (min-width: 768px) {
  .grid .col-md-1 {
    grid-column: span 1;
  }
  .grid .col-md-1.offset-md-1 {
    grid-column: 2/span 1;
  }
  .grid .col-md-1.offset-md-2 {
    grid-column: 3/span 1;
  }
  .grid .col-md-1.offset-md-3 {
    grid-column: 4/span 1;
  }
  .grid .col-md-1.offset-md-4 {
    grid-column: 5/span 1;
  }
  .grid .col-md-1.offset-md-5 {
    grid-column: 6/span 1;
  }
  .grid .col-md-1.offset-md-6 {
    grid-column: 7/span 1;
  }
  .grid .col-md-1.offset-md-7 {
    grid-column: 8/span 1;
  }
  .grid .col-md-1.offset-md-8 {
    grid-column: 9/span 1;
  }
  .grid .col-md-1.offset-md-9 {
    grid-column: 10/span 1;
  }
  .grid .col-md-1.offset-md-10 {
    grid-column: 11/span 1;
  }
  .grid .col-md-1.offset-md-11 {
    grid-column: 12/span 1;
  }
  .grid .col-md-2 {
    grid-column: span 2;
  }
  .grid .col-md-2.offset-md-1 {
    grid-column: 2/span 2;
  }
  .grid .col-md-2.offset-md-2 {
    grid-column: 3/span 2;
  }
  .grid .col-md-2.offset-md-3 {
    grid-column: 4/span 2;
  }
  .grid .col-md-2.offset-md-4 {
    grid-column: 5/span 2;
  }
  .grid .col-md-2.offset-md-5 {
    grid-column: 6/span 2;
  }
  .grid .col-md-2.offset-md-6 {
    grid-column: 7/span 2;
  }
  .grid .col-md-2.offset-md-7 {
    grid-column: 8/span 2;
  }
  .grid .col-md-2.offset-md-8 {
    grid-column: 9/span 2;
  }
  .grid .col-md-2.offset-md-9 {
    grid-column: 10/span 2;
  }
  .grid .col-md-2.offset-md-10 {
    grid-column: 11/span 2;
  }
  .grid .col-md-3 {
    grid-column: span 3;
  }
  .grid .col-md-3.offset-md-1 {
    grid-column: 2/span 3;
  }
  .grid .col-md-3.offset-md-2 {
    grid-column: 3/span 3;
  }
  .grid .col-md-3.offset-md-3 {
    grid-column: 4/span 3;
  }
  .grid .col-md-3.offset-md-4 {
    grid-column: 5/span 3;
  }
  .grid .col-md-3.offset-md-5 {
    grid-column: 6/span 3;
  }
  .grid .col-md-3.offset-md-6 {
    grid-column: 7/span 3;
  }
  .grid .col-md-3.offset-md-7 {
    grid-column: 8/span 3;
  }
  .grid .col-md-3.offset-md-8 {
    grid-column: 9/span 3;
  }
  .grid .col-md-3.offset-md-9 {
    grid-column: 10/span 3;
  }
  .grid .col-md-4 {
    grid-column: span 4;
  }
  .grid .col-md-4.offset-md-1 {
    grid-column: 2/span 4;
  }
  .grid .col-md-4.offset-md-2 {
    grid-column: 3/span 4;
  }
  .grid .col-md-4.offset-md-3 {
    grid-column: 4/span 4;
  }
  .grid .col-md-4.offset-md-4 {
    grid-column: 5/span 4;
  }
  .grid .col-md-4.offset-md-5 {
    grid-column: 6/span 4;
  }
  .grid .col-md-4.offset-md-6 {
    grid-column: 7/span 4;
  }
  .grid .col-md-4.offset-md-7 {
    grid-column: 8/span 4;
  }
  .grid .col-md-4.offset-md-8 {
    grid-column: 9/span 4;
  }
  .grid .col-md-5 {
    grid-column: span 5;
  }
  .grid .col-md-5.offset-md-1 {
    grid-column: 2/span 5;
  }
  .grid .col-md-5.offset-md-2 {
    grid-column: 3/span 5;
  }
  .grid .col-md-5.offset-md-3 {
    grid-column: 4/span 5;
  }
  .grid .col-md-5.offset-md-4 {
    grid-column: 5/span 5;
  }
  .grid .col-md-5.offset-md-5 {
    grid-column: 6/span 5;
  }
  .grid .col-md-5.offset-md-6 {
    grid-column: 7/span 5;
  }
  .grid .col-md-5.offset-md-7 {
    grid-column: 8/span 5;
  }
  .grid .col-md-6 {
    grid-column: span 6;
  }
  .grid .col-md-6.offset-md-1 {
    grid-column: 2/span 6;
  }
  .grid .col-md-6.offset-md-2 {
    grid-column: 3/span 6;
  }
  .grid .col-md-6.offset-md-3 {
    grid-column: 4/span 6;
  }
  .grid .col-md-6.offset-md-4 {
    grid-column: 5/span 6;
  }
  .grid .col-md-6.offset-md-5 {
    grid-column: 6/span 6;
  }
  .grid .col-md-6.offset-md-6 {
    grid-column: 7/span 6;
  }
  .grid .col-md-7 {
    grid-column: span 7;
  }
  .grid .col-md-7.offset-md-1 {
    grid-column: 2/span 7;
  }
  .grid .col-md-7.offset-md-2 {
    grid-column: 3/span 7;
  }
  .grid .col-md-7.offset-md-3 {
    grid-column: 4/span 7;
  }
  .grid .col-md-7.offset-md-4 {
    grid-column: 5/span 7;
  }
  .grid .col-md-7.offset-md-5 {
    grid-column: 6/span 7;
  }
  .grid .col-md-8 {
    grid-column: span 8;
  }
  .grid .col-md-8.offset-md-1 {
    grid-column: 2/span 8;
  }
  .grid .col-md-8.offset-md-2 {
    grid-column: 3/span 8;
  }
  .grid .col-md-8.offset-md-3 {
    grid-column: 4/span 8;
  }
  .grid .col-md-8.offset-md-4 {
    grid-column: 5/span 8;
  }
  .grid .col-md-9 {
    grid-column: span 9;
  }
  .grid .col-md-9.offset-md-1 {
    grid-column: 2/span 9;
  }
  .grid .col-md-9.offset-md-2 {
    grid-column: 3/span 9;
  }
  .grid .col-md-9.offset-md-3 {
    grid-column: 4/span 9;
  }
  .grid .col-md-10 {
    grid-column: span 10;
  }
  .grid .col-md-10.offset-md-1 {
    grid-column: 2/span 10;
  }
  .grid .col-md-10.offset-md-2 {
    grid-column: 3/span 10;
  }
  .grid .col-md-11 {
    grid-column: span 11;
  }
  .grid .col-md-11.offset-md-1 {
    grid-column: 2/span 11;
  }
  .grid .col-md-12 {
    grid-column: span 12;
  }
  .grid .col-md-12.offset-md-1 {
    grid-column: 2/span 12;
  }
  .grid .col-md-12.offset-md-0 {
    grid-column: 1/span 12;
  }
  .grid .d-none-md {
    display: none !important;
  }
  .grid .d-block-md {
    display: block !important;
  }
  .grid .d-inline-md {
    display: inline !important;
  }
  .grid .d-inline-block-md {
    display: inline-block !important;
  }
  .grid .d-flex-md {
    display: flex !important;
  }
  .grid .row-md-1 {
    grid-row: span 1;
  }
  .grid .row-md-2 {
    grid-row: span 2;
  }
  .grid .row-md-3 {
    grid-row: span 3;
  }
  .grid .row-md-4 {
    grid-row: span 4;
  }
}
@media only screen and (min-width: 992px) {
  .grid .col-lg-1 {
    grid-column: span 1;
  }
  .grid .col-lg-1.offset-lg-1 {
    grid-column: 2/span 1;
  }
  .grid .col-lg-1.offset-lg-2 {
    grid-column: 3/span 1;
  }
  .grid .col-lg-1.offset-lg-3 {
    grid-column: 4/span 1;
  }
  .grid .col-lg-1.offset-lg-4 {
    grid-column: 5/span 1;
  }
  .grid .col-lg-1.offset-lg-5 {
    grid-column: 6/span 1;
  }
  .grid .col-lg-1.offset-lg-6 {
    grid-column: 7/span 1;
  }
  .grid .col-lg-1.offset-lg-7 {
    grid-column: 8/span 1;
  }
  .grid .col-lg-1.offset-lg-8 {
    grid-column: 9/span 1;
  }
  .grid .col-lg-1.offset-lg-9 {
    grid-column: 10/span 1;
  }
  .grid .col-lg-1.offset-lg-10 {
    grid-column: 11/span 1;
  }
  .grid .col-lg-1.offset-lg-11 {
    grid-column: 12/span 1;
  }
  .grid .col-lg-2 {
    grid-column: span 2;
  }
  .grid .col-lg-2.offset-lg-1 {
    grid-column: 2/span 2;
  }
  .grid .col-lg-2.offset-lg-2 {
    grid-column: 3/span 2;
  }
  .grid .col-lg-2.offset-lg-3 {
    grid-column: 4/span 2;
  }
  .grid .col-lg-2.offset-lg-4 {
    grid-column: 5/span 2;
  }
  .grid .col-lg-2.offset-lg-5 {
    grid-column: 6/span 2;
  }
  .grid .col-lg-2.offset-lg-6 {
    grid-column: 7/span 2;
  }
  .grid .col-lg-2.offset-lg-7 {
    grid-column: 8/span 2;
  }
  .grid .col-lg-2.offset-lg-8 {
    grid-column: 9/span 2;
  }
  .grid .col-lg-2.offset-lg-9 {
    grid-column: 10/span 2;
  }
  .grid .col-lg-2.offset-lg-10 {
    grid-column: 11/span 2;
  }
  .grid .col-lg-3 {
    grid-column: span 3;
  }
  .grid .col-lg-3.offset-lg-1 {
    grid-column: 2/span 3;
  }
  .grid .col-lg-3.offset-lg-2 {
    grid-column: 3/span 3;
  }
  .grid .col-lg-3.offset-lg-3 {
    grid-column: 4/span 3;
  }
  .grid .col-lg-3.offset-lg-4 {
    grid-column: 5/span 3;
  }
  .grid .col-lg-3.offset-lg-5 {
    grid-column: 6/span 3;
  }
  .grid .col-lg-3.offset-lg-6 {
    grid-column: 7/span 3;
  }
  .grid .col-lg-3.offset-lg-7 {
    grid-column: 8/span 3;
  }
  .grid .col-lg-3.offset-lg-8 {
    grid-column: 9/span 3;
  }
  .grid .col-lg-3.offset-lg-9 {
    grid-column: 10/span 3;
  }
  .grid .col-lg-4 {
    grid-column: span 4;
  }
  .grid .col-lg-4.offset-lg-1 {
    grid-column: 2/span 4;
  }
  .grid .col-lg-4.offset-lg-2 {
    grid-column: 3/span 4;
  }
  .grid .col-lg-4.offset-lg-3 {
    grid-column: 4/span 4;
  }
  .grid .col-lg-4.offset-lg-4 {
    grid-column: 5/span 4;
  }
  .grid .col-lg-4.offset-lg-5 {
    grid-column: 6/span 4;
  }
  .grid .col-lg-4.offset-lg-6 {
    grid-column: 7/span 4;
  }
  .grid .col-lg-4.offset-lg-7 {
    grid-column: 8/span 4;
  }
  .grid .col-lg-4.offset-lg-8 {
    grid-column: 9/span 4;
  }
  .grid .col-lg-5 {
    grid-column: span 5;
  }
  .grid .col-lg-5.offset-lg-1 {
    grid-column: 2/span 5;
  }
  .grid .col-lg-5.offset-lg-2 {
    grid-column: 3/span 5;
  }
  .grid .col-lg-5.offset-lg-3 {
    grid-column: 4/span 5;
  }
  .grid .col-lg-5.offset-lg-4 {
    grid-column: 5/span 5;
  }
  .grid .col-lg-5.offset-lg-5 {
    grid-column: 6/span 5;
  }
  .grid .col-lg-5.offset-lg-6 {
    grid-column: 7/span 5;
  }
  .grid .col-lg-5.offset-lg-7 {
    grid-column: 8/span 5;
  }
  .grid .col-lg-6 {
    grid-column: span 6;
  }
  .grid .col-lg-6.offset-lg-1 {
    grid-column: 2/span 6;
  }
  .grid .col-lg-6.offset-lg-2 {
    grid-column: 3/span 6;
  }
  .grid .col-lg-6.offset-lg-3 {
    grid-column: 4/span 6;
  }
  .grid .col-lg-6.offset-lg-4 {
    grid-column: 5/span 6;
  }
  .grid .col-lg-6.offset-lg-5 {
    grid-column: 6/span 6;
  }
  .grid .col-lg-6.offset-lg-6 {
    grid-column: 7/span 6;
  }
  .grid .col-lg-7 {
    grid-column: span 7;
  }
  .grid .col-lg-7.offset-lg-1 {
    grid-column: 2/span 7;
  }
  .grid .col-lg-7.offset-lg-2 {
    grid-column: 3/span 7;
  }
  .grid .col-lg-7.offset-lg-3 {
    grid-column: 4/span 7;
  }
  .grid .col-lg-7.offset-lg-4 {
    grid-column: 5/span 7;
  }
  .grid .col-lg-7.offset-lg-5 {
    grid-column: 6/span 7;
  }
  .grid .col-lg-8 {
    grid-column: span 8;
  }
  .grid .col-lg-8.offset-lg-1 {
    grid-column: 2/span 8;
  }
  .grid .col-lg-8.offset-lg-2 {
    grid-column: 3/span 8;
  }
  .grid .col-lg-8.offset-lg-3 {
    grid-column: 4/span 8;
  }
  .grid .col-lg-8.offset-lg-4 {
    grid-column: 5/span 8;
  }
  .grid .col-lg-9 {
    grid-column: span 9;
  }
  .grid .col-lg-9.offset-lg-1 {
    grid-column: 2/span 9;
  }
  .grid .col-lg-9.offset-lg-2 {
    grid-column: 3/span 9;
  }
  .grid .col-lg-9.offset-lg-3 {
    grid-column: 4/span 9;
  }
  .grid .col-lg-10 {
    grid-column: span 10;
  }
  .grid .col-lg-10.offset-lg-1 {
    grid-column: 2/span 10;
  }
  .grid .col-lg-10.offset-lg-2 {
    grid-column: 3/span 10;
  }
  .grid .col-lg-11 {
    grid-column: span 11;
  }
  .grid .col-lg-11.offset-lg-1 {
    grid-column: 2/span 11;
  }
  .grid .col-lg-12 {
    grid-column: span 12;
  }
  .grid .col-lg-12.offset-lg-1 {
    grid-column: 2/span 12;
  }
  .grid .col-lg-12.offset-lg-0 {
    grid-column: 1/span 12;
  }
  .grid .d-none-lg {
    display: none !important;
  }
  .grid .d-block-lg {
    display: block !important;
  }
  .grid .d-inline-lg {
    display: inline !important;
  }
  .grid .d-inline-block-lg {
    display: inline-block !important;
  }
  .grid .d-flex-lg {
    display: flex !important;
  }
  .grid .row-lg-1 {
    grid-row: span 1;
  }
  .grid .row-lg-2 {
    grid-row: span 2;
  }
  .grid .row-lg-3 {
    grid-row: span 3;
  }
  .grid .row-lg-4 {
    grid-row: span 4;
  }
}
@media only screen and (min-width: 1300px) {
  .grid .col-xl-1 {
    grid-column: span 1;
  }
  .grid .col-xl-1.offset-xl-1 {
    grid-column: 2/span 1;
  }
  .grid .col-xl-1.offset-xl-2 {
    grid-column: 3/span 1;
  }
  .grid .col-xl-1.offset-xl-3 {
    grid-column: 4/span 1;
  }
  .grid .col-xl-1.offset-xl-4 {
    grid-column: 5/span 1;
  }
  .grid .col-xl-1.offset-xl-5 {
    grid-column: 6/span 1;
  }
  .grid .col-xl-1.offset-xl-6 {
    grid-column: 7/span 1;
  }
  .grid .col-xl-1.offset-xl-7 {
    grid-column: 8/span 1;
  }
  .grid .col-xl-1.offset-xl-8 {
    grid-column: 9/span 1;
  }
  .grid .col-xl-1.offset-xl-9 {
    grid-column: 10/span 1;
  }
  .grid .col-xl-1.offset-xl-10 {
    grid-column: 11/span 1;
  }
  .grid .col-xl-1.offset-xl-11 {
    grid-column: 12/span 1;
  }
  .grid .col-xl-2 {
    grid-column: span 2;
  }
  .grid .col-xl-2.offset-xl-1 {
    grid-column: 2/span 2;
  }
  .grid .col-xl-2.offset-xl-2 {
    grid-column: 3/span 2;
  }
  .grid .col-xl-2.offset-xl-3 {
    grid-column: 4/span 2;
  }
  .grid .col-xl-2.offset-xl-4 {
    grid-column: 5/span 2;
  }
  .grid .col-xl-2.offset-xl-5 {
    grid-column: 6/span 2;
  }
  .grid .col-xl-2.offset-xl-6 {
    grid-column: 7/span 2;
  }
  .grid .col-xl-2.offset-xl-7 {
    grid-column: 8/span 2;
  }
  .grid .col-xl-2.offset-xl-8 {
    grid-column: 9/span 2;
  }
  .grid .col-xl-2.offset-xl-9 {
    grid-column: 10/span 2;
  }
  .grid .col-xl-2.offset-xl-10 {
    grid-column: 11/span 2;
  }
  .grid .col-xl-3 {
    grid-column: span 3;
  }
  .grid .col-xl-3.offset-xl-1 {
    grid-column: 2/span 3;
  }
  .grid .col-xl-3.offset-xl-2 {
    grid-column: 3/span 3;
  }
  .grid .col-xl-3.offset-xl-3 {
    grid-column: 4/span 3;
  }
  .grid .col-xl-3.offset-xl-4 {
    grid-column: 5/span 3;
  }
  .grid .col-xl-3.offset-xl-5 {
    grid-column: 6/span 3;
  }
  .grid .col-xl-3.offset-xl-6 {
    grid-column: 7/span 3;
  }
  .grid .col-xl-3.offset-xl-7 {
    grid-column: 8/span 3;
  }
  .grid .col-xl-3.offset-xl-8 {
    grid-column: 9/span 3;
  }
  .grid .col-xl-3.offset-xl-9 {
    grid-column: 10/span 3;
  }
  .grid .col-xl-4 {
    grid-column: span 4;
  }
  .grid .col-xl-4.offset-xl-1 {
    grid-column: 2/span 4;
  }
  .grid .col-xl-4.offset-xl-2 {
    grid-column: 3/span 4;
  }
  .grid .col-xl-4.offset-xl-3 {
    grid-column: 4/span 4;
  }
  .grid .col-xl-4.offset-xl-4 {
    grid-column: 5/span 4;
  }
  .grid .col-xl-4.offset-xl-5 {
    grid-column: 6/span 4;
  }
  .grid .col-xl-4.offset-xl-6 {
    grid-column: 7/span 4;
  }
  .grid .col-xl-4.offset-xl-7 {
    grid-column: 8/span 4;
  }
  .grid .col-xl-4.offset-xl-8 {
    grid-column: 9/span 4;
  }
  .grid .col-xl-5 {
    grid-column: span 5;
  }
  .grid .col-xl-5.offset-xl-1 {
    grid-column: 2/span 5;
  }
  .grid .col-xl-5.offset-xl-2 {
    grid-column: 3/span 5;
  }
  .grid .col-xl-5.offset-xl-3 {
    grid-column: 4/span 5;
  }
  .grid .col-xl-5.offset-xl-4 {
    grid-column: 5/span 5;
  }
  .grid .col-xl-5.offset-xl-5 {
    grid-column: 6/span 5;
  }
  .grid .col-xl-5.offset-xl-6 {
    grid-column: 7/span 5;
  }
  .grid .col-xl-5.offset-xl-7 {
    grid-column: 8/span 5;
  }
  .grid .col-xl-6 {
    grid-column: span 6;
  }
  .grid .col-xl-6.offset-xl-1 {
    grid-column: 2/span 6;
  }
  .grid .col-xl-6.offset-xl-2 {
    grid-column: 3/span 6;
  }
  .grid .col-xl-6.offset-xl-3 {
    grid-column: 4/span 6;
  }
  .grid .col-xl-6.offset-xl-4 {
    grid-column: 5/span 6;
  }
  .grid .col-xl-6.offset-xl-5 {
    grid-column: 6/span 6;
  }
  .grid .col-xl-6.offset-xl-6 {
    grid-column: 7/span 6;
  }
  .grid .col-xl-7 {
    grid-column: span 7;
  }
  .grid .col-xl-7.offset-xl-1 {
    grid-column: 2/span 7;
  }
  .grid .col-xl-7.offset-xl-2 {
    grid-column: 3/span 7;
  }
  .grid .col-xl-7.offset-xl-3 {
    grid-column: 4/span 7;
  }
  .grid .col-xl-7.offset-xl-4 {
    grid-column: 5/span 7;
  }
  .grid .col-xl-7.offset-xl-5 {
    grid-column: 6/span 7;
  }
  .grid .col-xl-8 {
    grid-column: span 8;
  }
  .grid .col-xl-8.offset-xl-1 {
    grid-column: 2/span 8;
  }
  .grid .col-xl-8.offset-xl-2 {
    grid-column: 3/span 8;
  }
  .grid .col-xl-8.offset-xl-3 {
    grid-column: 4/span 8;
  }
  .grid .col-xl-8.offset-xl-4 {
    grid-column: 5/span 8;
  }
  .grid .col-xl-9 {
    grid-column: span 9;
  }
  .grid .col-xl-9.offset-xl-1 {
    grid-column: 2/span 9;
  }
  .grid .col-xl-9.offset-xl-2 {
    grid-column: 3/span 9;
  }
  .grid .col-xl-9.offset-xl-3 {
    grid-column: 4/span 9;
  }
  .grid .col-xl-10 {
    grid-column: span 10;
  }
  .grid .col-xl-10.offset-xl-1 {
    grid-column: 2/span 10;
  }
  .grid .col-xl-10.offset-xl-2 {
    grid-column: 3/span 10;
  }
  .grid .col-xl-11 {
    grid-column: span 11;
  }
  .grid .col-xl-11.offset-xl-1 {
    grid-column: 2/span 11;
  }
  .grid .col-xl-12 {
    grid-column: span 12;
  }
  .grid .col-xl-12.offset-xl-1 {
    grid-column: 2/span 12;
  }
  .grid .col-xl-12.offset-xl-0 {
    grid-column: 1/span 12;
  }
  .grid .d-none-xl {
    display: none !important;
  }
  .grid .d-block-xl {
    display: block !important;
  }
  .grid .d-inline-xl {
    display: inline !important;
  }
  .grid .d-inline-block-xl {
    display: inline-block !important;
  }
  .grid .d-flex-xl {
    display: flex !important;
  }
  .grid .row-xl-1 {
    grid-row: span 1;
  }
  .grid .row-xl-2 {
    grid-row: span 2;
  }
  .grid .row-xl-3 {
    grid-row: span 3;
  }
  .grid .row-xl-4 {
    grid-row: span 4;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #424242;
  font-weight: 300;
}

body {
  background: #eceff1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}

h4,
h5,
h6 {
  margin-bottom: 3px;
  padding-bottom: 0;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

.text-lg {
  font-size: 1.1rem;
}

a {
  color: #0074aa;
  fill: #0074aa;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a poly-icon {
  margin-top: -3px;
}
a.button-small poly-icon {
  margin-top: -2px;
}

.dropdown .selected::after {
  font-family: "Font Awesome 5 Free", monospace;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.clickable {
  cursor: pointer;
}

.loading {
  margin-top: 0;
  padding: 30px 0;
  color: #9e9e9e;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  transform: none;
}
.loading poly-icon {
  margin: -3px 10px 0 0;
  vertical-align: top;
  fill: #9e9e9e;
}
.loading.loading-small, .loading.loading-xs {
  font-size: 15px;
  line-height: 16px;
}
.loading.loading-small poly-icon, .loading.loading-xs poly-icon {
  font-size: 15px;
}
.loading.loading-xs {
  padding: 2px 0;
  line-height: 16px;
}
.loading.text-left {
  text-align: left;
}

.buttons {
  padding: 20px 30px 0 20px;
}
.buttons:not(.grid) > * + * {
  margin-left: 10px;
}
.buttons.grid > div > * + * {
  margin-left: 10px;
}

button,
.button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #757575;
  border-radius: 3px;
  background: #fff;
  fill: #757575;
  color: #757575;
  font-size: 1rem;
  line-height: 1.3rem;
  cursor: pointer;
}
button poly-icon,
.button poly-icon {
  margin-right: 10px;
  fill: #757575;
  vertical-align: top;
}
button poly-icon .poly-icon,
.button poly-icon .poly-icon {
  width: 18px;
  height: 18px;
}
button.button-large,
.button.button-large {
  padding: 0.5rem 1.75rem;
  font-size: 1.3em;
}
button:hover,
.button:hover {
  background-color: #fafafa;
  box-shadow: inset 0 0 3px #51adf6;
  text-decoration: none;
}
button.active,
.button.active {
  background: #eee;
  font-weight: bold;
}
button:focus,
.button:focus {
  outline: 0;
  background-image: none;
  text-decoration: none;
}
button.button-light-green,
.button.button-light-green {
  border-color: #689f38;
  background-color: #689f38;
  color: #fff;
}
button.button-light-green .poly-icon,
.button.button-light-green .poly-icon {
  fill: #fff !important;
}
button.button-light-green:hover,
.button.button-light-green:hover {
  border-color: #4caf50;
  background-color: #558b2f;
  text-decoration: none;
}
button.button-green,
.button.button-green {
  border-color: #2e7d32;
  background-color: #2e7d32;
  color: #fff;
}
button.button-green .poly-icon,
.button.button-green .poly-icon {
  fill: #fff !important;
}
button.button-green:hover,
.button.button-green:hover {
  border-color: #2e7d32;
  background-color: #1b5e20;
  text-decoration: none;
}
button.button-blue,
.button.button-blue {
  border-color: #2196f3;
  background-color: #2196f3;
  color: #fff;
}
button.button-blue poly-icon,
.button.button-blue poly-icon {
  fill: #fff;
}
button.button-blue:hover,
.button.button-blue:hover {
  border-color: #1976d2;
  background-color: #1e88e5;
  text-decoration: none;
}
button.button-red,
.button.button-red {
  border-color: #b71c1c;
  background-color: #b71c1c;
  color: #fff;
}
button.button-red poly-icon,
.button.button-red poly-icon {
  fill: #fff;
}
button.button-red:hover,
.button.button-red:hover {
  background-color: #fff;
  color: #b71c1c;
}
button + .button,
.button + .button {
  margin-left: 8px;
}

.non-button {
  display: inline-block;
  padding: 5px 10px;
  color: #1e88e5;
  font-weight: bold;
  text-decoration: underline;
}
.non-button:hover {
  border-radius: 3px;
  background: #e3f2fd;
}

.tip-button {
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-weight: bold;
  text-decoration: underline;
}
.tip-button:hover {
  background: #e3f2fd;
}

h1 .help_circle_fill,
h2 .help_circle_fill {
  width: 1.2em;
  opacity: 0.7;
  fill: #666;
  color: #666;
  font-size: 1.3rem;
  margin-top: 0.3em;
}
h1 .help_circle_fill:hover,
h2 .help_circle_fill:hover {
  opacity: 1;
  color: #0074aa;
}

h4 .poly-icon {
  width: 16px;
  height: 16px;
}

.abstract {
  display: inline-block;
  height: 15px;
  margin: 3px 3px 0;
  animation: 5s pulseBG 2s linear infinite;
  border-radius: 6px;
  background: linear-gradient(to right, #e0e0e0 0%, #eee 5%, #eee 15%, #e0e0e0 20%, #e0e0e0 100%) -200px 0;
  background-size: 400px 30px;
}

.abstract-on-dark {
  opacity: 0.25;
}

.abstract-xs {
  width: 50px;
}

.abstract-sm,
.abstract-sm-square {
  width: 100px;
}

.abstract-md {
  width: 150px;
}

.abstract-lg {
  width: 200px;
}

.abstract-message {
  width: 400px;
  margin: 18px 20px;
}

.abstract-sm-square {
  height: 100px;
}

.mt-0 {
  margin-top: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mt-25em {
  margin-top: 0.25em !important;
}

.pt-25em {
  padding-top: 0.25em !important;
}

.mr-25em {
  margin-right: 0.25em !important;
}

.pr-25em {
  padding-right: 0.25em !important;
}

.mb-25em {
  margin-bottom: 0.25em !important;
}

.pb-25em {
  padding-bottom: 0.25em !important;
}

.ml-25em {
  margin-left: 0.25em !important;
}

.pl-25em {
  padding-left: 0.25em !important;
}

.mt-5em {
  margin-top: 0.5em !important;
}

.pt-5em {
  padding-top: 0.5em !important;
}

.mr-5em {
  margin-right: 0.5em !important;
}

.pr-5em {
  padding-right: 0.5em !important;
}

.mb-5em {
  margin-bottom: 0.5em !important;
}

.pb-5em {
  padding-bottom: 0.5em !important;
}

.ml-5em {
  margin-left: 0.5em !important;
}

.pl-5em {
  padding-left: 0.5em !important;
}

.mt-75em {
  margin-top: 0.75em !important;
}

.pt-75em {
  padding-top: 0.75em !important;
}

.mr-75em {
  margin-right: 0.75em !important;
}

.pr-75em {
  padding-right: 0.75em !important;
}

.mb-75em {
  margin-bottom: 0.75em !important;
}

.pb-75em {
  padding-bottom: 0.75em !important;
}

.ml-75em {
  margin-left: 0.75em !important;
}

.pl-75em {
  padding-left: 0.75em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.pt-1em {
  padding-top: 1em !important;
}

.mr-1em {
  margin-right: 1em !important;
}

.pr-1em {
  padding-right: 1em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.pb-1em {
  padding-bottom: 1em !important;
}

.ml-1em {
  margin-left: 1em !important;
}

.pl-1em {
  padding-left: 1em !important;
}

.mt-15em {
  margin-top: 1.5em !important;
}

.pt-15em {
  padding-top: 1.5em !important;
}

.mr-15em {
  margin-right: 1.5em !important;
}

.pr-15em {
  padding-right: 1.5em !important;
}

.mb-15em {
  margin-bottom: 1.5em !important;
}

.pb-15em {
  padding-bottom: 1.5em !important;
}

.ml-15em {
  margin-left: 1.5em !important;
}

.pl-15em {
  padding-left: 1.5em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.pt-2em {
  padding-top: 2em !important;
}

.mr-2em {
  margin-right: 2em !important;
}

.pr-2em {
  padding-right: 2em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.pb-2em {
  padding-bottom: 2em !important;
}

.ml-2em {
  margin-left: 2em !important;
}

.pl-2em {
  padding-left: 2em !important;
}

.mt-auto {
  margin-top: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.full-width {
  width: 100%;
}

.settings img {
  max-width: 30px;
  max-height: 20px;
  margin-right: 5px;
  margin-bottom: 7px;
  vertical-align: middle;
}
.settings img.svg-sm {
  width: auto;
  height: 20px;
}
.settings h2 {
  margin-bottom: 15px;
}
.settings h3 {
  display: inline-block;
  margin-bottom: 5px;
}
.settings .image-container-sm {
  display: inline-block;
  width: 40px;
}

.switch {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 26px;
  vertical-align: top;
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  background-color: #bdbdbd;
  cursor: pointer;
}
.switch .slider::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  transition: 0.4s;
  background-color: #fff;
}
.switch.on .slider, .switch.checked .slider,
.switch input:checked + .slider {
  background-color: #2e7d32;
}
.switch.on .slider::before, .switch.checked .slider::before,
.switch input:checked + .slider::before {
  left: calc(44px - 20px - 3px);
}
.switch.round .slider {
  border-radius: 34px;
}
.switch.round .slider::before {
  border-radius: 50%;
}

.container {
  margin: 0 auto;
}

.content-container {
  position: relative;
  min-height: calc(100vh - 48px - 40px);
  background: #fff;
}
.content-container.login {
  padding-top: 40px;
}

header {
  height: 48px;
  max-height: 48px;
  padding: 0 20px;
  background: #00263e;
  color: #fff;
  text-align: center;
}
header .container {
  display: flex;
  justify-items: center;
}
header a {
  color: #fff;
}
header .logo {
  flex: 1;
  text-align: left;
}
header .logo img {
  display: inline-block;
  width: auto;
  height: 32px;
  padding: 8px 0;
  vertical-align: middle;
}
header .logo .tagline,
header .logo .organization {
  display: inline-block;
  height: 18px;
  padding-right: 16px;
  padding-left: 16px;
  border-left: 1px solid #bdbdbd;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
}
header .logo .tagline:empty,
header .logo .organization:empty {
  border-left: none;
}
header .logo.poly {
  margin-left: 10px;
}
header .logo.poly img {
  padding: 8px;
}
header .logo.poly .tagline {
  margin-left: 6px;
}
header .logo.poly .organization {
  margin-bottom: 4px;
}
header .logo img,
header .logo .tagline {
  margin-bottom: 4px;
}
header .right {
  flex: 1;
  margin: 0;
  color: #fff;
  text-align: right;
}
header .right poly-icon {
  margin-top: -2px;
  font-size: 1.6rem;
  vertical-align: middle;
}
header .help {
  display: inline-block;
  margin-right: 24px;
  padding-top: 14px;
  vertical-align: top;
}
header .help poly-icon {
  fill: #fff;
}
header .user {
  display: inline-block;
  position: relative;
  height: 48px;
  margin-right: 16px;
  padding: 14px 8px;
  font-size: 16px;
  line-height: 20px;
}
header .user poly-icon {
  margin-right: 8px;
  fill: #fff;
  vertical-align: middle;
}
header .user:hover .dropdown {
  display: block;
}
header .user .unload {
  margin-right: 0;
  margin-left: 12px;
  opacity: 0.6;
  font-size: 1.1em;
  line-height: 1.4em;
}
header .user .name-group {
  display: inline-block;
  margin-right: 6px;
  font-weight: 500;
  vertical-align: top;
}
header .user .organization {
  display: block;
}
header .user .organization:empty {
  display: none;
}
header .user .dropdown poly-icon {
  margin: 5px 0 5px 10px;
  fill: #757575;
}
header .user:hover {
  background: #1a3c51;
}
header .dropdown {
  position: absolute;
  top: 48px;
  right: auto;
  bottom: auto;
  left: 0;
  display: none;
  z-index: 255555;
  width: 250px;
  height: auto;
  padding: 0;
  box-shadow: 0 2px 5px rgba(134, 134, 134, 0.66);
  background: #fff;
  text-align: left;
}
header .dropdown span,
header .dropdown a {
  display: block;
  padding: 10px 15px;
  color: #212121;
  word-wrap: break-word;
  font-weight: 300;
}
header .dropdown span.dropdown-title,
header .dropdown a.dropdown-title {
  overflow: hidden;
  font-weight: bold;
}
header .dropdown a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.blur {
  color: transparent;
  text-shadow: 0 0 10px #fff;
}

footer {
  margin: 0 auto;
  padding: 40px 0 15px;
  background-color: #fff;
  font-size: 1rem;
  text-align: center;
}
footer .container {
  margin: 0 20px;
}
footer a {
  display: inline-block;
  position: relative;
  margin: 0 8px;
}
footer a:first-child {
  margin-left: 20px;
}
footer a + a::before {
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: -10px;
  content: "|";
  color: #bdbdbd;
  font-size: 0.8rem;
}

.refreshCounterWrap {
  position: fixed;
  bottom: 3px;
  left: 0;
  width: 100%;
}

.refreshCounter {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 3px;
  border-right: 1px solid #000;
  opacity: 0.2;
  background: #424242;
}

router-outlet,
ng-component,
app-header,
app-navigation {
  display: block;
  position: relative;
  width: 100%;
}

app-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.login .content .promo-panel, .login .content .login-panel {
  padding: 0 50px;
}
.login .content .promo-panel img {
  max-width: 30vw;
}
.login .content .login-button {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #2196f3;
  color: #2196f3;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
}
.login .content .login-button img {
  width: auto;
  height: 22px;
  margin-left: 8px;
  vertical-align: middle;
}

poly-icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
poly-icon.spin {
  animation: spin 2s linear infinite;
}
poly-icon.fa-3x, poly-icon.fa-3x .poly-icon {
  width: 46px;
  height: 46px;
}
poly-icon.sm, poly-icon.sm .poly-icon {
  width: 18px;
  height: 18px;
}

.poly-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
}

app-navigation {
  box-sizing: content-box;
  flex: 1;
  flex-basis: 255px;
  max-width: 255px;
  border-right: 1px solid #d8d8d8;
  background: #fafafa;
}
app-navigation a {
  display: block;
  position: relative;
  padding: 14px 0 14px 20px;
  border-left: 5px solid transparent;
  fill: #00263e;
  color: #00263e;
  font-size: 16px;
  line-height: 24px;
}
app-navigation a poly-icon {
  margin-top: -1px;
  margin-right: 15px;
  vertical-align: top;
}
app-navigation a span {
  display: inline-block;
  vertical-align: baseline;
}
app-navigation a .nav-issue {
  display: none;
  float: right;
}
app-navigation a.has-alert {
  background: #fdefef;
  color: #b71c1c;
}
app-navigation a.has-alert .nav-issue {
  display: inline-block;
}
app-navigation a:hover {
  background: #e0e0e0;
  text-decoration: none;
}
app-navigation a.active {
  border-left: 5px solid #0074aa;
  background: #e0e0e0;
  color: #0074aa;
}
app-navigation a.active poly-icon {
  fill: #0074aa;
}
app-navigation a.active.has-alert .nav-issue {
  color: #b71c1c;
  fill: #b71c1c;
}

.dashboard ng-component {
  display: flex;
  width: 100%;
}
.dashboard ng-component ng-component {
  display: block;
}
.dashboard .content {
  position: relative;
  flex: 5;
  min-height: calc(100vh - 48px - 68px - 20px - 20px);
  padding: 20px 20px 88px;
}

.connect-provider {
  padding: 1em;
}
.connect-provider .logo {
  max-width: 100%;
}
.connect-provider .flex-1 {
  max-width: 250px;
}

.controls {
  margin: 10px 0;
}
.controls .button {
  text-align: center;
}
.controls .button poly-icon {
  margin-right: 6px;
  fill: #0074aa;
  color: #0074aa;
  font-size: 15px;
}
.controls .button + .button {
  margin-left: 5px;
}
.controls .button .poly-icon.add {
  fill: #2e7d32;
}
.controls .button .poly-icon.network_device {
  fill: #673ab7;
}
.controls.flex-space-between {
  display: flex;
  justify-content: space-between;
}

ol.circle {
  margin-left: 6rem;
  list-style: none;
  counter-reset: item;
}
ol.circle > li::before {
  content: "Step " counter(item);
  position: absolute;
  margin: -0.15rem 0 0.5rem -6rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 1.5rem;
  color: #fff;
  background: #bdbdbd;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  counter-increment: item;
}
ol.circle li.divided::before {
  margin-top: 2em;
}

.divider {
  width: 100%;
  height: 1px;
  margin: 2rem 0;
  padding: 0;
  border: none;
  background: linear-gradient(to right, #fff, #cfd8dc 40%, #cfd8dc 90%, #fff);
}

.grid .divider {
  background: linear-gradient(to right, #fff, #cfd8dc 40%, #cfd8dc 90%, #fff);
}
@supports (display: grid) {
  .grid .divider {
    grid-column: span 2;
    margin: 1em auto;
  }
}
.grid .divider.heavy {
  background: linear-gradient(to right, #fff, #b0bec5 40%, #b0bec5 90%, #fff);
}

@supports (display: grid) {
  .grid {
    display: grid;
  }
  .grid.justify-center {
    justify-items: center;
  }
  .grid.justify-left {
    justify-items: left;
  }
  .grid.justify-right {
    justify-items: right;
  }
  .grid.reorder-2 > *:nth-child(1) {
    order: 2;
  }
  .grid.reorder-2 > *:nth-child(2) {
    order: 1;
  }
  @media (max-width: 768px) {
    .grid.md-no-reorder * {
      order: unset !important;
    }
  }

  .split-25 {
    grid-template-columns: 25% auto;
  }

  .split-50 {
    grid-template-columns: 50% auto;
  }

  .split-75 {
    grid-template-columns: 75% auto;
  }

  .split-75px {
    grid-template-columns: 75px auto;
  }

  @media (max-width: 768px) {
    .split-md-responsive {
      grid-template-columns: auto !important;
    }
  }
  .vertical-align-center {
    align-items: center;
  }

  .calendars-list > .grid {
    grid-template-columns: 15% 35% 30% 20%;
  }

  .calendar-test {
    grid-column-end: span 3;
    grid-column-start: 2;
    border-top: 1px solid #eee;
  }

  .results {
    padding-top: 0.5em;
    border-top: 1px solid #eee;
  }
}
.integration-times {
  color: #000;
  font-size: 0.85rem;
}
.integration-times span + span {
  position: relative;
  padding-left: 12px;
}
.integration-times span + span::before {
  content: "\2219";
  position: absolute;
  top: 0;
  left: 5px;
}

@supports (display: grid) {
  .brands-and-models {
    grid-template-columns: 30% auto;
    grid-template-rows: auto;
    grid-row-gap: 1vh;
  }
}
.brands-and-models .display-brand {
  align-self: center;
}
.brands-and-models .display-brand img {
  max-width: 95%;
  max-height: 60px;
  padding-left: 1vw;
}
.brands-and-models .select-models .valign {
  max-width: 175px;
  max-height: 130px;
  overflow: hidden;
}
.brands-and-models .select-models img {
  max-height: 80px;
  margin-bottom: 3px;
}
.brands-and-models .button-model {
  width: 180px;
  height: 120px;
  margin: 7px;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  vertical-align: top;
}
.brands-and-models .brand-divider {
  width: 100%;
  height: 1px;
  margin: 2rem 0;
  border: none;
  background: linear-gradient(to right, #fff, #cfd8dc 40%, #cfd8dc 90%, #fff);
}
@supports (display: grid) {
  .brands-and-models .brand-divider {
    grid-column: span 2;
    margin: auto;
  }
}

.select-endpoint .controls > img {
  max-height: 50px;
}

.search-container {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #9e9e9e;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap;
}
.search-container poly-icon {
  position: relative;
  margin: 2px 0 0 5px;
  fill: #9e9e9e;
}
.search-container poly-icon .poly-icon {
  width: 20px;
  height: 20px;
}
.search-container input {
  padding: 5px;
  border: none;
  border-radius: 7px;
  background-color: #f5f5f5;
}

.table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #bdbdbd;
  /* prevent long names and calendar account strings from changing table dimensions */
}
.table th {
  text-align: left;
}
.table th.sortable {
  cursor: pointer;
}
.table th .sort {
  display: none;
  margin-top: -5px;
  margin-left: 3px;
  color: #757575;
  text-shadow: 2px 2px 2px #eee;
}
.table th.active .sort:not([hidden]) {
  display: inline-block;
}
.table td,
.table th {
  padding: 5px 8px;
}
.table td poly-icon,
.table td .poly-icon,
.table th poly-icon,
.table th .poly-icon {
  width: 20px;
}
.table td poly-icon + .status-label,
.table td .poly-icon + .status-label,
.table th poly-icon + .status-label,
.table th .poly-icon + .status-label {
  display: inline-block;
  margin: 5px 0 0 5px;
  vertical-align: top;
}
.table thead tr {
  background: #e0e0e0;
}
.table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.table tr:hover td {
  background-color: #cfd8dc !important;
}
.table tr:hover a {
  color: #0074aa;
  fill: #0074aa;
}
.table tr:hover .delete,
.table tr:hover .danger {
  color: #b71c1c;
  fill: #b71c1c;
}
.table .endpoint:hover,
.table .relay:hover {
  background-color: #cfd8dc !important;
}
.table .action {
  min-width: 45px;
}
.table .action a {
  color: #bdbdbd;
  fill: #bdbdbd;
}
.table .action a + a {
  margin-left: 12px;
}
.table .name, .table .calendaring, .table .calendar {
  word-break: break-word;
}

copytoclipboard poly-icon,
copytoclipboard .poly-icon,
.table copytoclipboard poly-icon,
.table copytoclipboard .poly-icon {
  width: 15px;
  height: 15px;
}

textarea.rounded {
  padding: 5px;
}

.rounded {
  border-radius: 5px;
}
.rounded th:first-child {
  border-radius: 3px 0 0;
}
.rounded th:last-child {
  border-radius: 0 3px 0 0;
}
.rounded th:only-child {
  border-radius: 3px 3px 0 0;
}
.rounded tr:last-child td:first-child {
  border-radius: 0 0 0 3px;
}
.rounded tr:last-child td:last-child {
  border-radius: 0 0 3px;
}

table.border-collapse {
  border-collapse: collapse;
}

td.status,
label.status {
  color: #424242;
}

label.status {
  font-weight: bold;
}

.status.success,
.status.connected {
  fill: #2e7d32;
  color: #2e7d32;
}

.status.warning,
.status.pending_connect {
  fill: #ef6c00;
  color: #ef6c00;
}

.status.disconnected,
.status.error,
.status.invalid_auth {
  fill: #b71c1c;
  color: #b71c1c;
}

.status-inline > p {
  display: inline-block;
  margin-left: 6px;
}

.status-bold > p {
  font-weight: bold;
}

.grid.status-5 > div,
.grid.status-7 > div {
  align-self: stretch;
  border-top: 3px solid transparent;
}

.grid.status-has-relay {
  /*
  .relay-liner {
    position: relative;
    z-index: 5;
    margin-left: 70%;
    //transform: translateX(-50%);

    * {
      position: relative;
      z-index: 5;
    }

    &:after {
      content: "";
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 100%;
      background: $white;
    }
  }
  */
}
.grid.status-has-relay > div {
  position: relative;
}
.grid.status-has-relay > div:nth-child(-n+3) {
  padding: 5px;
  border-top: 3px dashed #eee;
  border-bottom: 3px dashed #eee;
}
.grid.status-has-relay > div:nth-child(1) {
  border-left: 3px dashed #eee;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.grid.status-has-relay > div:nth-child(3) {
  border-right: 3px dashed #eee;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.status-line {
  position: relative;
}
.status-line .line {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 5px;
  width: calc(100% - (5px * 2));
  height: 0;
  border-width: 3px 0 0;
  border-style: solid;
  border-color: #bdbdbd;
}
.status-line poly-icon {
  fill: #bdbdbd;
  color: #bdbdbd;
  cursor: pointer;
}
.status-line.success .line {
  border-color: #2e7d32;
}
.status-line.success poly-icon {
  fill: #2e7d32;
  color: #2e7d32;
}
.status-line.error .line {
  border-color: #b71c1c;
}
.status-line.error poly-icon {
  fill: #b71c1c;
  color: #b71c1c;
}
.status-line poly-icon {
  position: absolute;
  z-index: 4;
  top: 23.5px;
  transform: translate(-50%, -50%);
  background: #fff;
}
.status-line poly-icon .poly-icon {
  width: 28px;
  height: 28px;
}

.status-pane {
  display: inline-block;
  position: relative;
  width: 400px;
  max-width: 400px;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #bdbdbd;
  box-shadow: 0 0 2px #000;
}
.status-pane > *,
.status-pane h2 {
  margin-bottom: 8px;
}
.status-pane .status-inline p {
  margin-bottom: 0;
}
.status-pane::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -30px;
  margin-left: -10px;
  border-top: 25px solid #bdbdbd;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
.status-pane::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 56px;
  margin-top: -90px;
  margin-left: -2px;
  border: 2px solid #bdbdbd;
}
.status-pane.has-relay::after {
  height: 40px;
  margin-top: -70px;
}
.status-pane.otd {
  margin-left: 0;
}
.status-pane.otd::after, .status-pane.otd::before {
  left: 47%;
}
.status-pane.otd.has-relay {
  margin-left: 140px;
}
.status-pane.otd.has-relay::after, .status-pane.otd.has-relay::before {
  left: 50%;
}
.status-pane.relay {
  margin-left: 0;
}
.status-pane.relay::after, .status-pane.relay::before {
  left: 32.5%;
}
.status-pane.calendar {
  margin-left: 265px;
}
.status-pane.calendar::after, .status-pane.calendar::before {
  left: 57%;
}
.status-pane.calendar.has-relay::after, .status-pane.calendar.has-relay::before {
  left: 71%;
}

@supports (display: grid) {
  .grid {
    align-items: center;
  }
  .grid.status-5 {
    grid-template-columns: 1fr 2fr 1fr 2fr 1fr;
  }
  .grid.status-7 {
    grid-template-columns: 1fr 2fr 1fr 2fr 1fr 2fr 1fr;
  }
}
@media (max-width: 992px) {
  .status-pane,
.status-pane {
    width: 90%;
    max-width: none;
    margin-left: 0 !important;
  }
  .status-pane::after,
.status-pane::after {
    top: 20px;
    height: 40px;
  }
  .status-pane.otd::before, .status-pane.otd::after,
.status-pane.otd::before,
.status-pane.otd::after {
    left: 29%;
  }
  .status-pane.calendar::before, .status-pane.calendar::after,
.status-pane.calendar::before,
.status-pane.calendar::after {
    left: 72%;
  }
}
@media (max-width: 480px) {
  .status-5,
.status-7 {
    display: block;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .status-5 > div,
.status-7 > div {
    width: 100%;
    max-width: 200px;
    min-height: 80px;
    margin: 0 auto;
    text-align: center;
  }
  .status-5 .status-line .line,
.status-7 .status-line .line {
    top: 0;
    bottom: 0;
    left: calc(50% - (3px / 2));
    width: 0;
    height: 100%;
    border-width: 0 0 0 3px;
  }

  .status-pane {
    display: block;
    width: auto;
    margin-top: 0;
  }
  .status-pane::before, .status-pane::after {
    display: none;
  }

  .grid.status-has-relay > div:nth-child(-n+3) {
    padding: 5px;
    border-top: none;
    border-right: 3px dashed #eee;
    border-bottom: none;
    border-left: 3px dashed #eee;
  }
  .grid.status-has-relay > div:nth-child(1) {
    border-top: 3px dashed #eee;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  .grid.status-has-relay > div:nth-child(3) {
    border-bottom: 3px dashed #eee;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
.pagination-options {
  margin-top: 1rem;
}
.pagination-options > * {
  display: inline-block;
  width: 33%;
}
@supports (display: grid) {
  .pagination-options {
    grid-template-columns: 15% 70% 14%;
    grid-column-gap: 3px;
  }
  .pagination-options .select-limit {
    justify-self: right;
  }
  .pagination-options > * {
    width: auto;
  }
}

form .form-group > div {
  margin-bottom: 10px;
}
form .form-group .alert-error {
  display: none;
}
form .form-group input[type=text],
form .form-group input[type=password],
form .form-group textarea {
  min-width: 240px;
}
form .form-group input[type=text].full-width,
form .form-group input[type=password].full-width,
form .form-group textarea.full-width {
  min-width: 320px;
}
form .form-group select {
  min-width: 160px;
}
form .has-error input {
  border-color: #b71c1c;
  box-shadow: 0 0 5px #b71c1c;
}
form .has-error .alert-error {
  display: block;
  padding: 5px 0;
  border: none;
  color: #b71c1c;
}
form a.button-brand {
  width: 140px;
  height: 60px;
  padding: 10px 0;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  background: #eee;
  text-align: center;
}
form a.button-brand .valign-helper {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
form a.button-brand img {
  width: auto;
  max-height: 40px;
  vertical-align: middle;
}
form a.button-brand + a.button {
  margin-left: 15px;
}

.form-group {
  padding-bottom: 15px;
}
.form-group label {
  display: inline-block;
  width: 150px;
  font-weight: bold;
  letter-spacing: 0.7px;
}
.form-group label.wide {
  width: 225px;
}
.form-group label input[type=checkbox] + span,
.form-group label input[type=radio] + span {
  margin-left: 6px;
}
.form-group label input,
.form-group label span {
  color: #000;
}
.form-group label input + span {
  display: inline-table;
  width: 90%;
  margin-left: 0.5rem;
}
.form-group label input + span > span {
  display: block;
  margin-left: 35px;
  font-weight: normal;
}
.form-group label input + span > span:first-of-type {
  margin-top: 0.5em;
}
.form-group label em {
  color: #b71c1c;
  font-size: 0.85rem;
  font-style: normal;
}
.form-group .fixed-width {
  display: inline-block;
  width: auto;
  min-width: 250px;
}
.form-group .sub-group {
  margin-top: -5px;
  margin-bottom: 15px;
  margin-left: 35px;
}
.form-group .sub-group > div {
  margin-bottom: 5px;
}
.form-group .radio label, .form-group.radio label {
  display: block;
  width: auto;
}
.form-group .wide label, .form-group.wide label {
  width: 190px;
}
.form-group > h3 {
  margin-bottom: 10px;
  font-size: 130%;
}
.form-group > h3::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background: linear-gradient(to right, #cfd8dc, #cfd8dc 80%, #fff);
}
.form-group .form-group {
  margin-top: 8px;
  margin-left: 25px;
}

.panel {
  margin-bottom: 30px;
  padding: 10px 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #757575;
}
.panel.grid {
  padding: 0;
}
.panel.grid > * {
  display: inline-block;
  width: 20%;
  padding: 1%;
}
@supports (display: grid) {
  .panel.grid {
    align-self: center;
  }
  .panel.grid > * {
    width: auto;
    padding: 20px;
  }
}
.panel .icon {
  border-right: 1px solid #bdbdbd;
  text-align: center;
}
.panel .icon poly-icon {
  margin-right: 0;
  fill: #757575;
  color: #757575;
  font-size: 50px;
}
.panel .icon .poly-icon {
  width: 64px;
  height: 64px;
}
.panel .icon .label {
  margin-top: 5px;
  margin-left: 0;
  color: #757575;
  font-weight: bold;
}
.panel .icon.no-border {
  border-right: none;
}
.panel .border-left {
  border-left: 1px solid #bdbdbd;
}
.panel .no-border + .border-left {
  margin-left: -1px;
}
.panel .logo {
  height: 5em;
}
.panel .stats {
  border-right: 1px solid #bdbdbd;
}
.panel .status > div {
  margin: 0;
}
.panel .status > div + div {
  margin-top: 10px;
}
.panel .status .label {
  display: inline-block;
  width: 75%;
}
.panel .status .value {
  display: inline-block;
  width: 20%;
}
.panel .flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.panel .flex-center > * {
  margin-top: 0;
  margin-bottom: 0;
}

.nowrap {
  white-space: nowrap;
}

input[type=text],
input[type=password] {
  padding: 3px 6px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
}

input[type=text]:disabled,
input[type=password]:disabled {
  border-color: #757575;
  background: #eee;
  color: #757575;
  cursor: not-allowed;
}

input[type=submit]:disabled,
button:disabled,
.button.disabled {
  opacity: 0.65;
  box-shadow: none;
  cursor: not-allowed;
}

.flex {
  display: flex;
  flex: 1 1 0;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
}
.flex > * {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.flex:not(.buttons) [class*=flex-] {
  box-sizing: border-box;
  padding: 20px;
}
.flex .flex-1 {
  flex-grow: 1;
}
.flex .flex-15 {
  flex-grow: 1.5;
}
.flex .flex-2 {
  flex-grow: 2;
}
.flex .flex-3 {
  flex-grow: 3;
}
.flex .flex-4 {
  flex-grow: 4;
}

#dashboard .flex-4 {
  padding-right: 60px;
}

.flex-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.success,
.connected {
  fill: #2e7d32 !important;
  color: #2e7d32;
}

.error,
.disconnected {
  fill: #b71c1c !important;
  color: #b71c1c;
}

.info {
  fill: #1565c0 !important;
  color: #1565c0;
}

tr.error {
  color: inherit;
  border: 1px solid #b71c1c;
}

.warning,
.waiting {
  fill: #ef6c00;
  color: #ef6c00;
}

poly-icon + .label {
  margin-left: 8px;
}

.step {
  position: relative;
}
@media (max-width: 480px) {
  .step {
    position: relative;
    width: auto;
  }
}
.step .form-group .form-group {
  margin-top: 0.5rem;
}
.step > form > .form-group {
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}
.step .brand-group {
  margin-bottom: 25px;
}
.step .brand-image {
  max-width: 25%;
}
.step img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

aside {
  align-self: start;
}
aside .brand {
  margin-bottom: 20px;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  aside .brand {
    width: auto;
  }
}
aside .brand img {
  width: 15vw;
  max-width: 130px;
  max-height: 100px;
}
aside .help {
  position: relative;
  margin: 0 1rem 1rem 0;
  padding: 1rem;
  border: 1px solid #cfd8dc;
  border-radius: 5px;
}
aside .help .fa-lg,
aside .help .fa-2x,
aside .help .fa-3x {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
}
@supports (-webkit-background-clip: text) {
  aside .help .fa-lg,
aside .help .fa-2x,
aside .help .fa-3x {
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #cfd8dc, #90a4ae);
    color: transparent;
  }
}
@supports not (-webkit-background-clip: text) {
  aside .help .fa-lg,
aside .help .fa-2x,
aside .help .fa-3x {
    color: #90a4ae;
  }
}

/** simple well styling */
.well {
  padding: 1em;
  border: 1px solid #cfd8dc;
  border-radius: 5px;
  background-color: #eceff1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.text-inline a:not(.non-button),
.help-inline a:not(.non-button),
.error-inline a:not(.non-button),
.info-inline a:not(.non-button),
.tip-inline a:not(.non-button) {
  border-bottom: 1px dotted;
}
.text-inline a:not(.non-button):hover,
.help-inline a:not(.non-button):hover,
.error-inline a:not(.non-button):hover,
.info-inline a:not(.non-button):hover,
.tip-inline a:not(.non-button):hover {
  border-bottom: 1px solid;
  text-decoration: none;
}
.text-inline.inline-lg,
.inline-lg.help-inline,
.inline-lg.error-inline,
.inline-lg.info-inline,
.inline-lg.tip-inline {
  font-size: 1.1rem;
}
.text-inline.inline-xl,
.inline-xl.help-inline,
.inline-xl.error-inline,
.inline-xl.info-inline,
.inline-xl.tip-inline {
  font-size: 1.3rem;
}

.help-inline,
.error-inline,
.info-inline,
.tip-inline {
  fill: #00695c;
  color: #00695c;
}
.help-inline .poly-icon,
.error-inline .poly-icon,
.info-inline .poly-icon,
.tip-inline .poly-icon {
  width: 16px;
  height: 16px;
  margin-right: 0.35em;
}

h3 .help-inline,
h3 .info-inline,
h3 .error-inline,
h3 .tip-inline {
  margin-left: 0.8rem;
  color: inherit;
  font-size: 13px;
}

.error-inline {
  fill: #b71c1c;
  color: #b71c1c;
}

@keyframes TooltipFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tooltip {
  position: relative;
  margin-left: -3px;
}
.tooltip .hover-content {
  display: none;
  animation: 700ms TooltipFadeIn linear;
}
.tooltip:hover {
  cursor: pointer;
}
.tooltip:hover .hover-content {
  display: block;
  position: absolute;
  z-index: 5;
  left: -10%;
  width: 300px;
  max-width: 70vw;
  margin-top: 10px;
  padding: 0.5rem;
  border: 3px solid #bdbdbd;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 35px #fff;
  color: #000;
  font-size: 110%;
}
.tooltip:hover .hover-content::after, .tooltip:hover .hover-content::before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 20%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}
.tooltip:hover .hover-content::after {
  margin-left: -10px;
  border-width: 10px;
  border-color: transparent transparent #fff;
}
.tooltip:hover .hover-content::before {
  margin-left: -14px;
  border-width: 14px;
  border-color: transparent transparent #bdbdbd;
}
.tooltip.tooltip-sm:hover .hover-content {
  width: 100px;
}
.tooltip.tooltip-md:hover .hover-content {
  width: 200px;
}
.tooltip.tooltip-arrow-top-left:hover .hover-content::before {
  margin-left: -26px;
}
.tooltip.tooltip-arrow-top-left:hover .hover-content::after {
  margin-left: -22px;
}

.wizard-buttons {
  margin-top: 25px;
}
.wizard-buttons span + span,
.wizard-buttons a + a {
  margin-left: 15px;
}

.strong {
  font-weight: 700;
}

.hidden,
[hidden] {
  display: none;
}

.service-account {
  font-weight: 700;
}

.dark-grey {
  color: #424242;
}

.toast-top-center {
  top: 6px;
  right: 0;
  width: 100%;
}

.toast-container.toast-top-center .toast,
.toast-container.toast-bottom-center .toast {
  width: 600px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.alert {
  margin-bottom: 1em;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 3px;
  background: #fff;
  font-size: 15px;
  font-weight: normal;
}
.alert poly-icon {
  display: inline-block;
  width: 1.3em;
  float: left;
}
.alert.has-icon {
  position: relative;
  padding-left: 3.3rem;
}
.alert.has-icon poly-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  float: none;
  transform: translateY(-50%);
}
.alert.has-icon poly-icon svg {
  width: 1.3em;
}
.alert.no-border {
  border: none;
}
.alert p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.alert-error,
.alert-danger {
  border-color: #b71c1c;
}
.alert-error poly-icon,
.alert-danger poly-icon {
  color: #b71c1c;
  fill: #b71c1c;
}

.alert-warning {
  border-color: #ef6c00;
}
.alert-warning poly-icon {
  color: #ef6c00;
  fill: #ef6c00;
}

.alert-success {
  border-color: #43a047;
}
.alert-success poly-icon {
  color: #43a047;
}

.alert-friendly {
  border-color: #424242;
  box-shadow: 0 0 5px #b71c1c;
}

.alert-max-width {
  max-width: 600px;
  margin: 0 auto;
}

.debug {
  position: fixed;
  z-index: 255555;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 25vh;
  padding: 5px 20px;
  overflow: auto;
  background: #f5f5f5;
  font-size: 90%;
}
.debug .grid + .grid {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #bdbdbd;
}
.debug .grid div {
  padding: 0 10px;
}
.debug .grid div + div {
  border-left: 1px solid #bdbdbd;
}

.swal2-title {
  max-width: 32rem;
}

.dropdown {
  position: relative;
  max-width: 250px;
  cursor: pointer;
}
.dropdown .selected {
  box-sizing: border-box;
  width: 100%;
  padding: 3px 25px 3px 5px;
  overflow: hidden;
  border: 1px solid #424242;
}
.dropdown .selected::after {
  content: "\F0D7";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 8px;
  border-left: 1px solid #bdbdbd;
}
.dropdown .dropdown-options {
  position: absolute;
  z-index: 255555;
  top: 25px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #bdbdbd;
  background: #fff;
  box-shadow: 2px 2px 4px #bdbdbd;
}
.dropdown .dropdown-option {
  padding: 3px 5px;
}
.dropdown .dropdown-option + .dropdown-option {
  border-top: 1px solid #bdbdbd;
}
.dropdown .dropdown-option.active, .dropdown .dropdown-option:hover {
  background: #eee;
}
.dropdown .dropdown-option .status {
  margin-right: 4px;
}
.dropdown .status-label {
  display: none;
}

.status-label {
  margin-left: 3px;
}

poly-icon + .status-label {
  display: inline-block;
  margin-top: 5px;
}

@keyframes pulseBG {
  0% {
    background-position: -200px 0;
  }
  10% {
    background-position: 200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
@media (max-width: 992px) {
  app-navigation {
    width: 60px;
    max-width: 60px;
  }
  app-navigation a poly-icon {
    font-size: 1.5rem;
  }
  app-navigation a.has-alert {
    position: relative;
  }
  app-navigation a.has-alert .nav-issue {
    position: absolute;
    top: 2px;
    right: 2px;
    float: none;
    margin: 0;
  }
  app-navigation a.has-alert .nav-issue svg {
    width: 15px;
  }
  app-navigation a span {
    display: none;
  }

  .calendars-list .grid {
    grid-template-columns: 20% 30% 30% 20%;
  }

  header .logo.poly {
    margin-left: -7px;
  }
}
@media (max-width: 768px) {
  header .logo .organization {
    display: none;
  }
  header .logo img, header .logo .tagline {
    margin-bottom: 0;
  }
  header .logo.polycom img {
    height: 28px;
  }
  header .logo.poly img {
    /* note logo should never be less wide than 54px per branding guide */
    height: 25px;
  }
  header .logo.poly .tagline {
    display: block;
    margin-left: 8px;
    padding-left: 0;
    border-left: none;
    font-size: 13px;
  }

  .calendars-list .grid > * {
    grid-column: 1/-1;
    padding: 10px 20px;
    text-align: center;
  }
  .calendars-list .grid > *:last-child {
    padding: 20px;
    border-top: 1px solid #eee;
  }
  .calendars-list .grid .icon {
    border-right: none;
  }
}
@media (max-width: 740px) {
  .table {
    border: none;
  }
  .table tr {
    display: block;
    position: relative;
    margin-bottom: 5px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
  }
  .table thead tr {
    text-align: center;
  }
  .table thead tr::before {
    content: "Sort By";
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
    text-align: center;
  }
  .table thead th,
.table thead td {
    display: inline-block;
    margin: 0 3px 3px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    background: #fff;
  }
  .table thead .active {
    border: 1px solid #2196f3;
    color: #1e88e5;
  }
  .table thead .active poly-icon {
    color: #1e88e5;
  }
  .table thead th:empty,
.table thead td:empty {
    display: none;
  }
  .table tbody td {
    display: block;
    position: relative;
  }
  .table tbody td::before {
    content: "";
    position: relative;
    max-width: 40%;
    margin-right: 5px;
    font-weight: bold;
  }
  .table tbody td.status::before {
    content: "Status:";
  }
  .table tbody td.status poly-icon,
.table tbody td.status .poly-icon {
    width: 14px;
    height: 14px;
  }
  .table tbody td.status .status-label {
    margin-top: 0;
  }
  .table tbody td.name::before {
    content: "Name:";
  }
  .table tbody td.calendaring::before {
    content: "Calendaring:";
  }
  .table tbody td.brand::before {
    content: "Brand:";
  }
  .table tbody td.make::before {
    content: "Make:";
  }
  .table tbody td.connected-via::before {
    content: "Connection:";
  }
  .table tbody td.enabled::before {
    content: "Enabled:";
  }
  .table tbody td.passthrough::before {
    content: "Auto-Registered:";
  }
  .table tbody td.relay::before {
    content: "Via Relay:";
  }
  .table tbody td.zone::before {
    content: "Zone:";
  }
  .table tbody td .no::after {
    content: "\F068";
    font-family: "Font Awesome 5 Free", monospace;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    color: #bdbdbd;
  }
  .table tbody td.text-center {
    text-align: left !important;
  }
  .table tbody td.action {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: auto;
    left: auto;
    display: inline-block;
    height: 20px;
    text-align: right;
  }
  .table tbody td.action::before {
    content: "";
    display: none;
  }

  .dashboard-calendar .flex,
.dashboard-calendar .flex > * {
    display: block;
    padding: 0;
  }
  .dashboard-calendar .logo {
    max-width: 250px;
  }
  .dashboard-calendar .flex-button {
    text-align: center;
  }
  .dashboard-calendar .flex-button button,
.dashboard-calendar .flex-button .button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 580px) {
  .form-group label {
    display: block;
    width: auto;
  }

  .buttons {
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .nav-toggle {
    position: relative;
    width: 40px;
    height: 30px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .nav-toggle.polycom {
    margin: 0 10px 0 0;
  }
  .nav-toggle.poly {
    margin: 0 0 8px 8px;
  }
  .nav-toggle span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    border-radius: 6px;
    opacity: 1;
    background: #bdbdbd;
  }
  .nav-toggle span:nth-child(1) {
    top: 0;
    transform-origin: left center;
  }
  .nav-toggle span:nth-child(2) {
    top: 12px;
    transform-origin: left center;
  }
  .nav-toggle span:nth-child(3) {
    top: 24px;
    transform-origin: left center;
  }
  .nav-toggle.open span:nth-child(1) {
    top: -1.98px;
    left: 8px;
    transform: rotate(45deg);
  }
  .nav-toggle.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .nav-toggle.open span:nth-child(3) {
    top: 26.01px;
    left: 8px;
    transform: rotate(-45deg);
  }

  header .right .name,
header .right .organization {
    display: none;
  }

  .dashboard ng-component {
    display: block;
    padding-bottom: 1px;
  }

  app-navigation {
    display: block;
    position: relative;
    z-index: 255555;
    width: auto;
    max-width: none;
    padding-top: 0;
  }
  app-navigation nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    background: #fff;
    box-shadow: 0 0 5px #00263e;
  }
  app-navigation nav.open {
    max-height: 400px;
    transition: max-height 0.5s ease;
  }
  app-navigation a {
    border-bottom: 1px solid #bdbdbd;
  }
  app-navigation a span {
    display: inline-block;
  }

  #dashboard {
    display: block;
  }
  #dashboard .icon {
    display: block;
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid #bdbdbd;
  }
  #dashboard .icon .label {
    display: inline-block;
    margin-top: 0;
    margin-left: 8px;
    line-height: 16px;
    vertical-align: top;
  }
  #dashboard .icon .poly-icon {
    width: 28px;
    height: 28px;
  }
  #dashboard .icon .fa,
#dashboard .icon .fas,
#dashboard .icon .far {
    font-size: 25px;
  }
  #dashboard .icon .fa-stack-1x {
    margin-left: 0;
    font-size: 11px;
    line-height: 20px;
  }
  #dashboard .stats {
    border-right: none;
    border-bottom: 1px solid #bdbdbd;
  }
}
