/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/less-loader/dist/cjs.js!./lui/less/main.less ***!
  \*****************************************************************************************************************************************/
/**
 * Luminoso Color Palette
 *
 * Any changes to these colors must also be made in:
 * - main/scripts/styles.js
 * - main/styles/core/variables.styl
 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(/e244488c8cc2f5337153.woff2) format('woff2'), url(/848f3a6e80058194c450.woff) format('woff'), url(/2a5730eb90a8be72bc93.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/75614cfcfedd509b1f7a.woff2) format('woff2'), url(/1d2ca94dfba6f8d87cfd.woff) format('woff'), url(/bb14dc80e8b5d860fe9c.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(/21b3848a32fce5b0f501.woff2) format('woff2'), url(/89b618086a797a8be0f4.woff) format('woff'), url(/8acc961684668b6e28e9.ttf) format('truetype');
}
.button-colors {
  color: #2c4249;
  background: #ebf5ff;
  transition: background linear 0.2s;
  box-shadow: 0 1px 2px rgba(0, 27, 35, 0.4);
}
.button-colors:active,
.button-colors:hover {
  background: #b1e2f7;
}
.button-colors.disabled,
.button-colors.disabled:active {
  background: #f3f4f5;
  color: #859196;
}
.alert {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  font-weight: bold;
  text-align: center;
  text-shadow: none;
  padding: 15px 0;
  margin-bottom: 18px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert.visible {
  opacity: 1;
}
.alert.alert-error {
  background: #ea3a3a;
  color: white;
}
.alert.alert-info {
  background: white;
  color: #586a6f;
  font-weight: normal !important;
}
.spinny {
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  background-image: url(/6194737d386c0f3e4b42.gif);
  background-position: 0 0;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.spinny.visible {
  opacity: 1;
}
progress {
  appearance: none;
  background: white;
  border: 1px solid #2c4249;
  border-radius: 0.1875rem;
}
progress::-webkit-progress-bar {
  background: white;
  border-radius: calc(0.1875rem - 1px);
}
progress::-webkit-progress-value {
  background: #04aade;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}
progress::-moz-progress-bar {
  background: #04aade;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}
#darken-overlay {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 27, 35, 0.8);
  display: none;
}
#darken-overlay.overlay-visible {
  display: block;
}
.overlay-view {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000000;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: #dde0e2;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 35px;
  overflow: auto;
}
.overlay-view h1 {
  color: #2c4249;
  font-weight: normal;
  margin-bottom: 15px;
}
.overlay-view h2 {
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 10px;
  clear: both;
  font-size: 22px;
  color: #586a6f;
}
.overlay-view h4 {
  color: #2c4249;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0.5em 0;
  font-size: 1.4em;
}
.overlay-view .close-view {
  display: block;
  margin: 0;
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  padding-top: 0;
  background: none;
  box-shadow: none;
  color: #04aade;
  transition: color 0.2s ease;
  border: none;
}
.overlay-view .close-view:hover {
  color: #78d0ef;
}
.overlay-view p {
  padding-top: 0;
  max-width: 650px;
  line-height: 1.65;
  font-size: 15px;
  color: #2c4249;
}
.label {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: white;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 27, 35, 0.25);
  background-color: #9ba5a9;
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
button {
  font-size: 16px;
}
fieldset {
  border: none !important;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
fieldset:before,
fieldset:after {
  display: table;
  content: '';
}
fieldset:after {
  clear: both;
}
input[type='text'],
input[type='password'] {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 27, 35, 0.3);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 27, 35, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 27, 35, 0.3);
  background: white;
  color: #2c4249;
  padding: 10px 15px;
  height: 2rem;
}
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder {
  color: #42565c;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder {
  color: #42565c;
}
input[type='text']:-webkit-input-placeholder,
input[type='password']:-webkit-input-placeholder {
  color: #42565c;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='text']:active,
input[type='password']:active {
  border: 1px solid rgba(255, 255, 255, 0.66) !important;
}
input[type='text'].disabled,
input[type='password'].disabled {
  border: 1px solid white !important;
}
input[type='text'].light,
input[type='password'].light {
  background: white;
  border: 1px solid white;
}
input[type='text'].light.disabled,
input[type='password'].light.disabled {
  border: 1px solid white !important;
}
input[type='text'].error,
input[type='password'].error {
  border: 1px solid #ea3a3a !important;
}
.button {
  border: none;
  padding: 13px 20px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #2c4249;
  background: #ebf5ff;
  transition: background linear 0.2s;
  box-shadow: 0 1px 2px rgba(0, 27, 35, 0.4);
}
.button:active,
.button:hover {
  background: #b1e2f7;
}
.button.disabled,
.button.disabled:active {
  background: #f3f4f5;
  color: #859196;
}
.button .text {
  position: relative;
  z-index: 100;
}
.button.green {
  background: #daffba;
  color: #2c4249;
}
.button.green i {
  color: #85b444;
}
.button.green:hover {
  background: #c3ed96;
}
.button.green:hover i {
  color: #759e3b;
}
.link {
  color: #42565c;
  text-decoration: none;
}
.subtle-link {
  color: #42565c;
}
.subtle-link:hover {
  color: #2c4249;
}
.subtle-link:active {
  color: #78d0ef;
}
.external-link:after {
  content: ' \f08e';
  font-family: FontAwesome;
  font-size: 0.75em;
}
a {
  color: #42565c;
  text-decoration: none;
  color: #04aade;
}
.underline {
  border-bottom: 1px solid black;
}
.underline.underline-gray {
  border-bottom-color: #dde0e2;
}
.underline.underline-red {
  border-bottom-color: #ea3a3a;
}
.underline.underline-blue {
  border-bottom-color: #0396c2;
}
@keyframes spin {
  0% {
    transform: rotate(-30deg);
  }
  30% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(150deg);
  }
  80% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(330deg);
  }
}
.spinner {
  vertical-align: text-bottom;
  fill: #42565c;
}
.spinner g {
  transform-origin: center;
  animation: spin 1.75s infinite ease-in-out;
}
/* Bootstrap mixins begin */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/* Bootstrap mixins end */
/* Bootstrap utils begin */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/* Bootstrap utils end */
.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Mixin */
.fade-visible {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.fade-visible.visible {
  opacity: 1;
}
.loading-stripes,
#login .fade-in-loading-stripes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(0, 27, 35, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 27, 35, 0.2)), color-stop(0.75, rgba(0, 27, 35, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(0, 27, 35, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 27, 35, 0.2) 50%, rgba(0, 27, 35, 0.2) 75%, transparent 75%, transparent);
  background-size: 60px 60px;
  -moz-background-size: 60px 60px;
  -webkit-background-size: 60px 60px;
  -webkit-animation: animate-stripes 2s linear infinite;
}
.loading-stripes.visible {
  opacity: 1;
}
@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px 0;
  }
}
@-moz-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px 0;
  }
}
@-ms-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px 0;
  }
}
@-o-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px 0;
  }
}
@keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px 0;
  }
}
.btn {
  appearance: none;
  background: white;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 27, 35, 0.3);
  color: white;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  margin: 0.25em;
  padding: 0 0.5em;
  transition: background-color 0.2s ease;
}
header {
  margin-bottom: 0.5em;
  overflow: visible;
  z-index: 1;
}
header .logo-img {
  height: 2rem;
  width: auto;
  margin-right: 1.125rem;
}
header .header-bar {
  background: white;
  height: 3em;
  padding: 0 1.125rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
header .header-bar .header-nav {
  flex: auto;
}
header .header-bar .header-nav nav {
  vertical-align: top;
  display: inline-block;
}
header .header-bar .header-nav nav ul {
  line-height: 2rem;
  padding: 0 0.5rem;
  margin: 0 2em;
}
header .header-bar .header-nav nav ul .nav-link {
  display: inline-block;
  list-style: none;
  margin: 0.25em;
}
header .header-bar .header-nav nav ul .nav-link a {
  appearance: none;
  background: white;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 27, 35, 0.3);
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  margin: 0.25em;
  padding: 0 0.5em;
  transition: background-color 0.2s ease;
  background: transparent;
  box-shadow: none;
  color: white;
  font-weight: normal;
  margin: 0;
}
header .header-bar .header-nav nav ul .nav-link.selected a,
header .header-bar .header-nav nav ul .nav-link:hover a {
  appearance: none;
  background: white;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 27, 35, 0.3);
  color: white;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  margin: 0.25em;
  padding: 0 0.5em;
  transition: background-color 0.2s ease;
  color: #0381a6;
  margin: 0;
  text-decoration: none;
}
header .header-bar .header-menu {
  flex: none;
}
header .header-bar .header-menu .menu-title {
  width: 100%;
  color: #001b23;
  background: white;
  font-weight: normal;
  padding: 0;
  border: none;
}
header .header-bar .header-menu .menu-title:active {
  color: #001b23;
}
header .header-bar .header-menu .menu-title a {
  color: #04aade;
}
header .header-bar .header-menu .workspace-links {
  position: relative;
  cursor: pointer;
}
header .header-bar .header-menu .workspace-links .user-menu {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  position: absolute;
  box-sizing: border-box;
  right: 0;
  white-space: nowrap;
  padding: 0.5rem 1em;
  margin-top: 0.5em;
  background-color: white;
  border-radius: 0.125em;
  z-index: 100;
}
header .header-bar .header-menu .workspace-links .user-menu .menu-divider {
  border: none;
  height: 1px;
  background-color: #dde0e2;
}
header .header-bar .header-menu .workspace-links .user-menu .menu-item {
  line-height: 1.25em;
  margin: 0.5em 0;
}
header .header-bar .header-menu .workspace-links .user-menu .menu-item .menu-link {
  border: none;
  padding: 0;
  background-color: inherit;
  color: #04aade;
}
header .header-bar .header-menu .workspace-links .user-menu .menu-item .menu-link:hover {
  color: #78d0ef;
}
header .header-bar .header-menu .workspace-links .user-menu .menu-item .menu-link:active {
  color: #0396c2;
}
header .header-bar .header-menu .workspace-links .user-menu.hidden {
  display: none;
}
.breadcrumb-nav {
  position: relative;
  flex-grow: 1;
  min-width: 0;
}
.breadcrumb-nav__breadcrumbs {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-nav__breadcrumb {
  min-width: 2rem;
  color: #2c4249;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.25rem;
  padding-left: 0;
}
.breadcrumb-nav__breadcrumb:not(:first-child):before {
  content: '';
  height: 1rem;
  border-left: solid 1px #859196;
  margin: 0 0.5rem;
  transform: skewX(-25deg);
}
.breadcrumb-nav__link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #04aade;
  margin: 0.5rem 0;
}
.breadcrumb-nav__link:not(.breadcrumb-nav__link--active):hover {
  color: #1ac5fb;
  text-decoration: underline;
}
.breadcrumb-nav__link--logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.breadcrumb-nav__link--active {
  color: #2c4249;
}
#login .alerts {
  position: relative;
  height: 3rem;
}
#login .alerts .alert-info {
  margin-bottom: 30px;
}
#login .alerts .alert-error {
  position: absolute;
  top: 0;
  width: 100%;
}
#login .alerts a {
  text-decoration: underline;
}
#login .alerts a:hover {
  text-decoration: none;
}
#login .center-vertical {
  top: 50%;
  height: 270px;
  margin-top: -235px;
}
#login .center-horizontal {
  left: 50%;
  width: 500px;
  margin-left: -250px;
}
#login .content {
  position: absolute;
  top: 50%;
  height: 270px;
  margin-top: -235px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
}
#login form {
  margin-bottom: 15px;
}
#login form input {
  margin-bottom: 10px;
  width: 100%;
}
#login form .button {
  width: 135px;
}
#login .btns-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
#login .btns-container .button {
  width: 12rem;
  box-sizing: border-box;
  text-align: center;
}
#login .forgot {
  margin-bottom: 15px;
  text-align: center;
}
#login .forgot a {
  color: #42565c;
}
#login .forgot a:hover {
  color: #2c4249;
}
#login .forgot a:active {
  color: #78d0ef;
}
#login .data-use-acknowledgement {
  width: 550px;
  display: flex;
  flex-direction: column;
}
#login .data-use-acknowledgement .message {
  margin: 1rem 0;
}
#login .data-use-acknowledgement .button.decline {
  background: none;
  box-shadow: none;
  color: #04aade;
  transition: color linear 0.2s;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#login .fade-in {
  animation: fade-in 0.2s ease-in-out forwards;
}
#login .fade-in-loading-stripes {
  animation: animate-stripes 2s linear infinite, fade-in 0.2s ease-in-out forwards;
}
#overview {
  min-width: 65rem;
}
#overview .header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
}
#overview .header h2 {
  font-size: 30px;
  color: #162f36;
  font-weight: 300;
  margin-left: 10px;
  display: inline-block;
}
#overview .new-project-link {
  margin-left: auto;
}
#overview .radiogroup {
  color: #04aade;
  line-height: 41px;
  font-size: 13px;
}
#overview .radiogroup .input-with-label {
  padding-left: 8px;
}
#overview .radiogroup label {
  padding-top: 5px;
  cursor: pointer;
}
#overview .radiogroup input {
  line-height: 41px;
  cursor: pointer;
}
#overview .input-with-inset-icon {
  position: relative;
  margin-right: 1rem;
}
#overview .input-with-inset-icon > input {
  height: 2.5rem;
  padding: 0 2.5rem 0 0.5rem;
  margin: 0;
  box-sizing: border-box;
  font-size: 1rem;
}
#overview .input-with-inset-icon > i {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0;
  font-size: 1em;
  color: #04aade;
  pointer-events: none;
}
#overview #workspace-dropdown {
  width: 250px;
  color: #ebf5ff;
  display: inline;
  margin-right: 1rem;
}
#overview #workspace-dropdown i {
  padding-top: 2px;
  padding-right: 7px;
  font-size: 13px;
}
#overview #copy-overlay {
  background: white;
  padding: 1rem;
  width: 60ch;
  min-width: 30rem;
  height: auto;
  overflow: visible;
  top: 45%;
  left: 50%;
  margin-right: 50%;
  line-height: 2rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#overview #copy-overlay p {
  color: #2c4249;
  margin: 20px 0px;
}
#overview #copy-overlay p:first-of-type {
  margin-top: 0;
}
#overview #copy-overlay .chosen-select {
  display: block;
  margin-top: 5px;
}
#overview #copy-overlay p.footer {
  margin: 0;
  text-align: right;
}
#overview #copy-overlay .button {
  padding: 0 0.5rem;
  line-height: 2rem;
}
#overview #copy-overlay input {
  width: 100%;
}
#overview #copying-text {
  z-index: 1000;
  position: fixed;
  bottom: 10px;
  right: 20px;
  padding: 10px;
  border-radius: 2px;
  background: #dde0e2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
#overview #copying-text.visible {
  opacity: 1;
}
#overview .hidden-container {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
#overview .rows {
  margin-bottom: 50px;
}
#overview .rows .row {
  margin-bottom: 25px;
}
#overview .rows .contents {
  position: relative;
  border-radius: 3px;
  background: white;
}
#overview .rows a.title,
#overview .rows span.hidden-title,
#overview .rows input.title {
  display: inline-block;
  word-break: break-word;
  font-size: 28px;
  font-weight: normal;
  line-height: 30px;
  padding: 10px;
  padding-top: 0;
  margin-left: -10px;
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal !important;
}
#overview .rows input.title {
  display: inline-block;
  border: none !important;
  line-height: 30px !important;
  margin-bottom: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-top: -5px !important;
  margin-left: -10px !important;
  font-weight: normal !important;
  font-size: 28px !important;
  color: #2c4249 !important;
  box-sizing: content-box !important;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
#overview .rows .title-wrapper {
  margin-bottom: 10px;
}
#overview .rows a.title {
  display: inline;
  color: #2c4249;
  cursor: default;
  font-weight: 300;
  padding-bottom: 0;
}
#overview .rows a.title.enabled {
  cursor: pointer;
}
#overview .rows a.title.enabled:hover {
  text-decoration: underline;
}
#overview .rows a.title.enabled:active {
  color: #2c4249;
}
#overview .rows .description {
  color: #586a6f;
  margin: 10px 0;
  font-size: 17px;
  line-height: 23px;
}
#overview .rows .description.editable span {
  cursor: pointer;
}
#overview .rows .description.missing span:hover {
  color: #04aade;
}
#overview .rows .description.missing span:active {
  color: #04aade;
}
#overview .rows .expanding-textarea {
  position: relative;
  padding: 10px 0;
}
#overview .rows .expanding-textarea textarea,
#overview .rows .expanding-textarea pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  color: #586a6f;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  white-space: pre-wrap;
  word-break: normal;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal !important;
  font-kerning: normal !important;
}
#overview .rows .expanding-textarea textarea {
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  resize: none;
  overflow: hidden;
  background: white;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 27, 35, 0.18);
  -moz-box-shadow: inset 0 0 10px rgba(0, 27, 35, 0.18);
  box-shadow: inset 0 0 10px rgba(0, 27, 35, 0.18);
}
#overview .rows .expanding-textarea pre {
  display: block;
}
#overview .rows .expanding-textarea pre span {
  width: 100%;
  word-break: break-word;
}
#overview .rows .edit-button {
  border: none;
  padding: 13px 20px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #2c4249;
  background: #ebf5ff;
  transition: background linear 0.2s;
  box-shadow: 0 1px 2px rgba(0, 27, 35, 0.4);
  font-size: 0.875rem;
  line-height: 1;
  padding: 8px 15px;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
}
#overview .rows .edit-button:active,
#overview .rows .edit-button:hover {
  background: #b1e2f7;
}
#overview .rows .edit-button.disabled,
#overview .rows .edit-button.disabled:active {
  background: #f3f4f5;
  color: #859196;
}
#overview .rows .edit-button .text {
  position: relative;
  z-index: 100;
}
#overview .rows .edit-button.green {
  background: #daffba;
  color: #2c4249;
}
#overview .rows .edit-button.green i {
  color: #85b444;
}
#overview .rows .edit-button.green:hover {
  background: #c3ed96;
}
#overview .rows .edit-button.green:hover i {
  color: #759e3b;
}
#overview .rows .dashboard-button {
  border: none;
  padding: 13px 20px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #2c4249;
  background: #ebf5ff;
  transition: background linear 0.2s;
  box-shadow: 0 1px 2px rgba(0, 27, 35, 0.4);
  font-size: 0.875rem;
  line-height: 1;
  padding: 10px 10px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
}
#overview .rows .dashboard-button:active,
#overview .rows .dashboard-button:hover {
  background: #b1e2f7;
}
#overview .rows .dashboard-button.disabled,
#overview .rows .dashboard-button.disabled:active {
  background: #f3f4f5;
  color: #859196;
}
#overview .rows .dashboard-button .text {
  position: relative;
  z-index: 100;
}
#overview .rows .dashboard-button.green {
  background: #daffba;
  color: #2c4249;
}
#overview .rows .dashboard-button.green i {
  color: #85b444;
}
#overview .rows .dashboard-button.green:hover {
  background: #c3ed96;
}
#overview .rows .dashboard-button.green:hover i {
  color: #759e3b;
}
#overview .rows .save-button {
  display: none;
  border: none;
  padding: 13px 20px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #2c4249;
  background: #ebf5ff;
  transition: background linear 0.2s;
  box-shadow: 0 1px 2px rgba(0, 27, 35, 0.4);
}
#overview .rows .save-button:active,
#overview .rows .save-button:hover {
  background: #b1e2f7;
}
#overview .rows .save-button.disabled,
#overview .rows .save-button.disabled:active {
  background: #f3f4f5;
  color: #859196;
}
#overview .rows .save-button .text {
  position: relative;
  z-index: 100;
}
#overview .rows .save-button.green {
  background: #daffba;
  color: #2c4249;
}
#overview .rows .save-button.green i {
  color: #85b444;
}
#overview .rows .save-button.green:hover {
  background: #c3ed96;
}
#overview .rows .save-button.green:hover i {
  color: #759e3b;
}
#overview .rows .subtitle {
  display: block;
  font-size: 14px;
  color: #9ba5a9;
  margin-bottom: 20px;
  word-break: break-word;
}
#overview .rows .main {
  *zoom: 1;
  flex: 1;
  margin-right: 0.5rem;
}
#overview .rows .main:before,
#overview .rows .main:after {
  display: table;
  content: '';
}
#overview .rows .main:after {
  clear: both;
}
#overview .rows .status {
  *zoom: 1;
  max-width: 370px;
  position: relative;
  word-break: break-word;
}
#overview .rows .status:before,
#overview .rows .status:after {
  display: table;
  content: '';
}
#overview .rows .status:after {
  clear: both;
}
#overview .rows .status .indicator {
  float: right;
  *zoom: 1;
  height: 40px;
  line-height: 40px;
  background: #f3f4f5;
  border-radius: 25px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#overview .rows .status .indicator:before,
#overview .rows .status .indicator:after {
  display: table;
  content: '';
}
#overview .rows .status .indicator:after {
  clear: both;
}
#overview .rows .status .indicator .light {
  height: 40px;
  width: 40px;
  background: yellow;
  border-radius: 999px;
  float: left;
  box-sizing: border-box;
  border: 5px solid #dde0e2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#overview .rows .status .indicator .light.slate {
  background-color: #c7cdcf;
  background-image: -webkit-linear-gradient(top, #c7cdcf, #859196);
  background-image: -moz-linear-gradient(top, #c7cdcf, #859196);
  background-image: -o-linear-gradient(top, #c7cdcf, #859196);
  background-image: -ms-linear-gradient(top, #c7cdcf, #859196);
  background-image: linear-gradient(top, #c7cdcf, #859196);
}
#overview .rows .status .indicator .light.yellow {
  background-color: #f8d830;
  background-image: -webkit-linear-gradient(top, #f8d830, #b19620);
  background-image: -moz-linear-gradient(top, #f8d830, #b19620);
  background-image: -o-linear-gradient(top, #f8d830, #b19620);
  background-image: -ms-linear-gradient(top, #f8d830, #b19620);
  background-image: linear-gradient(top, #f8d830, #b19620);
}
#overview .rows .status .indicator .light.green {
  background-color: #acdc72;
  background-image: -webkit-linear-gradient(top, #acdc72, #759e3b);
  background-image: -moz-linear-gradient(top, #acdc72, #759e3b);
  background-image: -o-linear-gradient(top, #acdc72, #759e3b);
  background-image: -ms-linear-gradient(top, #acdc72, #759e3b);
  background-image: linear-gradient(top, #acdc72, #759e3b);
}
#overview .rows .status .indicator .light.red {
  background-color: #f59694;
  background-image: -webkit-linear-gradient(top, #f59694, #d03234);
  background-image: -moz-linear-gradient(top, #f59694, #d03234);
  background-image: -o-linear-gradient(top, #f59694, #d03234);
  background-image: -ms-linear-gradient(top, #f59694, #d03234);
  background-image: linear-gradient(top, #f59694, #d03234);
}
#overview .rows .status .indicator .content {
  float: left;
  padding: 0 25px 0 10px;
  font-size: 12px;
}
#overview .rows .status .indicator .content.centerPadding {
  padding: 0 25px;
}
#overview .rows .status .message {
  clear: both;
  *zoom: 1;
  float: right;
  width: 150px;
  margin-top: 0.5rem;
  font-size: 13px;
  color: #586a6f;
}
#overview .rows .status .message:before,
#overview .rows .status .message:after {
  display: table;
  content: '';
}
#overview .rows .status .message:after {
  clear: both;
}
#overview .rows .status progress {
  height: 0.5rem;
  margin-top: 0.5rem;
  float: right;
  clear: both;
  width: 100%;
}
#overview .rows .status .status-buttons-container {
  width: 100%;
  display: flex;
  gap: 0.3rem;
  justify-content: flex-end;
}
#overview .rows .status .status-button {
  border: none;
  padding: 13px 20px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #2c4249;
  background: #ebf5ff;
  transition: background linear 0.2s;
  box-shadow: 0 1px 2px rgba(0, 27, 35, 0.4);
  display: inline-block;
  font-size: 0.875rem;
  padding: 5px 10px;
  margin-top: 15px;
}
#overview .rows .status .status-button:active,
#overview .rows .status .status-button:hover {
  background: #b1e2f7;
}
#overview .rows .status .status-button.disabled,
#overview .rows .status .status-button.disabled:active {
  background: #f3f4f5;
  color: #859196;
}
#overview .rows .status .status-button .text {
  position: relative;
  z-index: 100;
}
#overview .rows .status .status-button.green {
  background: #daffba;
  color: #2c4249;
}
#overview .rows .status .status-button.green i {
  color: #85b444;
}
#overview .rows .status .status-button.green:hover {
  background: #c3ed96;
}
#overview .rows .status .status-button.green:hover i {
  color: #759e3b;
}
#overview .rows .status .status-button:not(:last-child) {
  margin-right: 5px;
}
#overview .rows .status .disabledButton {
  background-color: #dde0e2;
  color: #859196;
}
#overview .rows .status .disabledButton svg,
#overview .rows .status .disabledButton .fa {
  color: #859196;
}
#overview .rows .status .disabledButton:hover {
  background-color: #dde0e2;
  cursor: default;
}
#overview .rows .row:hover .delete-button {
  opacity: 1;
}
#overview .rows .delete-button {
  display: block;
  position: absolute;
  right: -18px;
  top: -18px;
  height: 32px;
  width: 32px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 27, 35, 0.4);
  -moz-box-shadow: 0 1px 5px rgba(0, 27, 35, 0.4);
  box-shadow: 0 1px 5px rgba(0, 27, 35, 0.4);
  overflow: hidden;
  border: 2px solid transparent;
  background: #ef6867;
  color: white;
  opacity: 0;
  -webkit-transition: width 0.2s ease-in-out, opacity .2s ease-in;
  -moz-transition: width 0.2s ease-in-out, opacity .2s ease-in;
  -ms-transition: width 0.2s ease-in-out, opacity .2s ease-in;
  -o-transition: width 0.2s ease-in-out, opacity .2s ease-in;
  transition: width 0.2s ease-in-out, opacity .2s ease-in;
}
#overview .rows .delete-button .x,
#overview .rows .delete-button .text {
  pointer-events: none;
}
#overview .rows .delete-button .x {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
}
#overview .rows .delete-button .text {
  line-height: 32px;
  color: white;
  opacity: 0;
  white-space: nowrap;
}
#overview .rows .delete-button .text {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#overview .rows .delete-button .x {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#overview .rows .delete-button:hover {
  width: 115px;
  border-color: transparent;
}
#overview .rows .delete-button:hover .x {
  opacity: 0;
  left: 115px / 2;
}
#overview .rows .delete-button:hover .text {
  opacity: 1;
}
#overview .rows .delete-button:active {
  border-color: #d03234;
  background: #69111a;
  color: #fff1ed;
}
#overview .trademark {
  padding-bottom: 1rem;
  text-align: center;
}
#overview .project-button-icon {
  color: #04aade;
}
body.join p {
  margin-top: 15px;
}
.page-section-box .row {
  margin-left: 0;
}
.rows.search-active .row:first-child .contents:first-child {
  background: white;
}
.rows .contents {
  display: flex;
  flex-direction: row;
  background: white;
  padding: 25px;
  box-shadow: 0 1px 3px rgba(0, 27, 35, 0.4);
}
.rows .contents h3 {
  color: #2c4249;
  font-size: 24px;
  font-weight: normal;
}
.rows .contents a.button {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  float: right;
}
.rows .contents a.button:hover {
  color: white;
  background: #9ba5a9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9ba5a9), to(#859196));
  background-image: -moz-linear-gradient(top, #9ba5a9, #859196);
}
.rows .contents a.button:active {
  background: #162f36;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#162f36), to(#586a6f));
  background-image: -moz-linear-gradient(top, #162f36, #586a6f);
}
.rows .row:first-child .contents {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.rows .row:last-child .contents {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.chosen-container {
  font-size: inherit;
  box-shadow: inset 0px 1px 3px rgba(0, 27, 35, 0.3);
  border-radius: 0.125rem;
}
.chosen-single,
.chosen-single div b,
.chosen-search,
.chosen-drop,
.chosen-results,
.chosen-results .no-results {
  background: white !important;
  color: #2c4249 !important;
}
.chosen-single {
  height: auto !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.chosen-single div b {
  background: none !important;
}
.chosen-single div b:after {
  font-family: FontAwesome;
  content: '\f0d7';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.chosen-search input[type='text'] {
  background: white !important;
  width: 100% !important;
  font-family: inherit !important;
}
.chosen-search:after {
  font-family: FontAwesome;
  content: '\f002';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.chosen-search:after {
  position: absolute;
  right: 10px;
}
.chosen-results li.highlighted {
  background: #78d0ef !important;
}
.chosen-container-single .chosen-single {
  border: 1px solid white;
  box-shadow: 0px 1px 3px rgba(0, 27, 35, 0.3);
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  background: white;
  cursor: pointer;
  padding: 0.5rem;
  padding-right: 2rem;
  width: 100%;
  min-width: 3rem;
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-drop {
  border: 1px solid rgba(255, 255, 255, 0.66);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  font-family: FontAwesome;
  content: '\f0d8';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type='text'],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type='text'],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background: none !important;
  }
}
td {
  padding: 5px 0;
}
.outset-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.outset-shadow-heavy {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
body {
  margin: 0;
  background-color: white;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
}
body #sections {
  padding-top: 50px;
  color: #2c4249;
}
body #ext_login {
  height: 100%;
}
body.login {
  overflow: hidden;
}
body #login {
  position: absolute;
  z-index: 2;
  top: 48px;
  bottom: 0;
  left: 0;
  width: 100%;
}
table {
  border-collapse: collapse;
}
ul {
  padding: 0;
  margin: 0 0 9px 25px;
  list-style: disc;
}
p {
  margin: 0 0 9px;
}
select {
  color: #001b23;
}
pre {
  font-family: inherit;
}
h1,
h2,
h3 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 36px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
  line-height: 27px;
}
.container {
  *zoom: 1;
  margin: 0 2rem;
}
.container:before,
.container:after {
  display: table;
  content: '';
}
.container:after {
  clear: both;
}


/*# sourceMappingURL=lui.458d2b9e049fb9c62af7.css.map*/