.tags-wrapper {
  font-size: 1em !important;
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-js-box-wrapper {
  padding-top: 2em;
}
.no-js-box {
  background-color: #f8f8f8;
  padding: 1em 2em;
  max-width: 500px;
  border-left: 3px solid #2196f3;
  margin: auto;
}
.no-js-box > div:nth-child(1) {
  margin-bottom: 1em;
  font-weight: bold;
}
.white-colored {
  color: #fff;
}
.not-important-colored {
  color: #909090;
}
.not-important-bg-colored {
  background-color: #909090;
}
.light-grey-bg-colored {
  background-color: #e9e9e9;
}
.bg-white-colored {
  background-color: #fff;
}
.grey-colored {
  color: #d3d3d3;
}
.fg-colored {
  color: #000 !important;
}
.error-colored {
  color: #dd514c;
}
.error-colored-i {
  color: #dd514c !important;
}
.error-bg-colored {
  background-color: #dd514c !important;
}
.warning-colored {
  color: #fad232;
}
.blue-colored {
  color: #1f8dd6;
}
.diff-blue-colored {
  color: #27a3f5;
}
.orange-colored {
  color: #f37b1d;
}
.ok-colored {
  color: #5eb95e;
}
.white-colored {
  color: #fff !important;
}
.ok-bg-colored {
  background-color: #5eb95e !important;
}
.accent-colored {
  color: #2196f3;
}
.accent-colored > i {
  color: #2196f3;
}
.list-item-padding {
  padding: 0.42857143em 0 0.42857143em 0;
}
.link-colored {
  color: #4183c4;
}
.link-colored:hover {
  color: #1e70bf;
  text-decoration: none;
}
select {
  background-color: transparent;
}
.absolute-centered {
  position: absolute;
  left: 50%;
}
.absolute-centered > div {
  position: relative;
  left: -50%;
}
.site-user-menu {
  z-index: 10003 !important;
}
.not-text-wrapping {
  white-space: nowrap;
  word-break: break-all;
}
.too-much-text-hidden {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.v-centered {
  margin-top: auto;
  margin-bottom: auto;
}
.v-centered-i {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.flex-stretch {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex-stretch-0 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.cursor-pointer {
  cursor: pointer;
}
html,
body {
  height: 100%;
}
.related-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1em;
}
.related-links > div {
  margin-right: 1em;
}
.related-links > a {
  margin-right: 1em;
}
.flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexed-well-spaced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flexed-no-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flexed-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flexed-i {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.flexed-i-no-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.flexed-header-with-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.two-flexed-stretch-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.two-flexed-stretch-left > div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.two-flexed-stretch-left > div:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.two-flexed-stretch-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.two-flexed-stretch-right div:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.two-flexed-stretch-right div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.v-centered-in-flex {
  -ms-flex-item-align: center;
      align-self: center;
}
.div-disabled {
  opacity: 0.2 !important;
  pointer-events: none;
}
.color-disabled {
  opacity: 0.2 !important;
}
.events-disabled {
  pointer-events: none;
}
.hidden-overflow-i {
  overflow: hidden !important;
}
.fh {
  height: 100%;
}
.fw {
  width: 100%;
}
.mar-null {
  margin: 0 !important;
}
.mar-right {
  margin-right: 1em !important;
}
.mar-right-2x {
  margin-right: 2em !important;
}
.mar-left {
  margin-left: 1em !important;
}
.mar-left-half {
  margin-left: 0.5em !important;
}
.mar-left-neg {
  margin-left: -1em !important;
}
.mar-right-half {
  margin-right: 0.5em !important;
}
.mar-bot {
  margin-bottom: 1em !important;
}
.mar-bot-half {
  margin-bottom: 0.5em !important;
}
.pad-right {
  padding-right: 1em !important;
}
.pad-left-right {
  padding-right: 1em !important;
  padding-left: 1em !important;
}
.pad-left-right-half {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}
.pad {
  padding-right: 1em !important;
  padding-left: 1em !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.inline-div {
  display: inline-block;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.collapsed {
  display: none;
}
.collapsed-i {
  display: none !important;
}
.default-cursor {
  cursor: auto !important;
}
.inline {
  display: inline-block;
}
.line-active:before {
  content: '';
  position: absolute;
  width: 5px;
  left: 0;
  top: -1px;
  bottom: 0;
  background-color: #4dabf5;
}
.table-line-active {
  position: relative;
}
.table-line-active:before {
  content: '';
  position: absolute;
  width: 5px;
  left: -1em;
  top: -1em;
  bottom: -1em;
  background-color: #4dabf5;
}
.ui.vertical.divider:before,
.ui.vertical.divider:after {
  height: 100% !important;
}
.card-shadow {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05), 0 1px 4px 0 rgba(0,0,0,0.08), 0 3px 1px -2px rgba(0,0,0,0.2);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05), 0 1px 4px 0 rgba(0,0,0,0.08), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.site-content {
  padding-top: 57px;
  background-color: #e9ecee;
/*overflow auto*/
}
.site-content-no-site-header-bar {
  background-color: #e9ecee;
/*overflow auto*/
}
.site-content-header {
  z-index: 10;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05), 0 1px 4px 0 rgba(0,0,0,0.08), 0 0px 1px 0px rgba(0,0,0,0.2);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05), 0 1px 4px 0 rgba(0,0,0,0.08), 0 0px 1px 0px rgba(0,0,0,0.2);
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 40px;
  background-color: #dedede;
  position: fixed;
  left: 0;
  right: 0;
/*"calc(%s + %s)" % ($siteHeaderHeight $cardShadowHeight)*/
  top: 59px;
}
.site-content-header-wrapper {
  width: 100%;
  position: relative;
}
.site-content-header-outer {
  width: 100%;
  height: 0;
  position: relative;
}
.site-content-header-no-site-header-bar {
  z-index: 10;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05), 0 1px 4px 0 rgba(0,0,0,0.08), 0 0px 1px 0px rgba(0,0,0,0.2);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05), 0 1px 4px 0 rgba(0,0,0,0.08), 0 0px 1px 0px rgba(0,0,0,0.2);
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 40px;
  background-color: #dedede;
  position: fixed;
  left: 0;
  right: 0;
}
.simple-vertical-divider {
  border-left: 1px solid rgba(34,36,38,0.15);
  height: auto;
  width: 1px;
  margin: 0 1em;
}
.simple-vertical-divider-i {
  border-left: 1px solid rgba(34,36,38,0.15);
  height: auto;
  width: 1px;
  margin: 0 1em !important;
}
.site-content-header .simple-vertical-divider,
.site-content-header-no-site-header-bar .simple-vertical-divider {
  height: 40px !important;
}
.site-content-header-height {
  height: 40px !important;
}
.site-content-header > .site-content-header-wrapper div,
.site-content-header-no-site-header-bar > .site-content-header-wrapper div,
a {
  margin-top: auto;
  margin-bottom: auto;
}
.header-bar-offset {
  padding-top: 44px;
}
.full-w {
  width: 100%;
}
.site-content-header--left,
.site-content-header--left > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-content-header--middle,
.site-content-header--middle > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-content-header--right,
.site-content-header--right > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scrollable {
  overflow: auto;
}
.content-padding {
  padding: 2em;
}
.full-site-dialog {
  position: absolute !important;
  margin: 2em !important;
  left: 0;
  top: 40px;
  right: 0;
  bottom: 0;
}
.multiple-single-panels > div:not(:nth-child(1)) {
  margin-top: -2em;
}
.tag-filter-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -80px;
  z-index: 2;
}
.tab-filter-option {
  margin-top: 0.5em;
  font-size: 1.2em;
}
.selectable-tab-filter {
  cursor: pointer !important;
  border: 3px solid transparent !important;
}
.selected-tag-filter {
  border: 3px solid #2196f3 !important;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.selected-negative-tag-filter {
  border: 3px solid #2196f3 !important;
  text-decoration: line-through;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.view-padding {
  padding-left: 14px;
  padding-right: 14px;
}
.view-head-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-head-line-centered {
  margin-top: auto;
  margin-bottom: auto;
}
.view-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.view-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.view-content {
  padding-top: 14px;
  padding-bottom: 14px;
}
.material-paging {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
}
.material-paging a.item {
  outline: none;
}
.material-paging a.item:before {
  width: 0 !important;
}
.material-padding {
  padding: 0.678571em 0;
}
.material-table--caption-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 14px;
}
.material-table--caption-line div {
  margin-top: auto;
  margin-bottom: auto;
}
.material-table--caption-line-padding {
  padding-left: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.material-table--caption-line-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.material-table--caption-line-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.material-table {
  border: 0 !important;
}
.material-table > thead > tr > th {
  border: 0 !important;
  border-bottom: 2px solid #dcdbdc !important;
  background-color: #fff !important;
  cursor: default !important;
}
.material-table > tfoot > tr > th {
  border: 0 !important;
  border-top: 1px solid #dcdbdc !important;
  background-color: #fff !important;
  cursor: default !important;
}
.material-table > thead > tr > th.sorted > div.clickable {
  display: inline-block;
}
.material-table > tbody > tr > td > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.material-table > tbody > tr > td > div > i:only-child {
  margin-left: 1em;
}
.material-table > tbody > tr > td > div > a:only-child {
  margin-left: 1em;
}
.material-table > thead > tr > th > i:only-child {
  margin-left: 1em;
}
.exercise-tag-wrapper {
  margin: -0.5em 0 0 0;
}
.exercise-tag-label {
  margin: 0.5em 0.5em 0 0 !important;
}
div.field > i.icon {
  float: left;
}
.form-field-label-with-icon {
  display: block;
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0,0,0,0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
.required > .form-field-label-with-icon > label:after {
  margin: -0.2em 0em 0em 0.2em;
  content: '*';
  color: #db2828;
  vertical-align: top;
  display: inline-block;
}
.required.field div label:after {
  margin: -0.2em 0em 0em 0.2em;
  content: '*';
  color: #db2828;
}
.required.field div label {
  display: inline;
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0,0,0,0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
.relative-positioned {
  position: relative;
}
.ui.dividing.header > .help.icon {
  font-size: 1.2em;
}
.material-drop-down {
  width: 100%;
  display: block !important;
  border: 0 !important;
  border-bottom: 1px solid #d4d4d5 !important;
  position: relative;
  border-radius: 0;
/* BOTTOM BARS ================================= */
/* active state */
}
.material-drop-down > select {
  border: 0 !important;
  outline: none;
  padding: 0.67857143em 0 !important;
  line-height: 17px;
}
.material-drop-down > select.no-padding {
  padding: 0 !important;
}
.material-drop-down .bar {
  position: absolute;
  bottom: 0;
  display: block !important;
  width: 100%;
  margin-bottom: -1px;
}
.material-drop-down .bar:before,
.material-drop-down .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #2196f3;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.material-drop-down .bar:before {
  left: 50%;
}
.material-drop-down .bar:after {
  right: 50%;
}
.material-drop-down select:focus ~ .bar:before,
.material-drop-down select:focus ~ .bar:after {
  width: 50%;
}
.material-drop-down-error {
  width: 100%;
  display: block !important;
  border: 0 !important;
  border-bottom: 1px solid #d4d4d5 !important;
  position: relative;
  border-radius: 0;
/* BOTTOM BARS ================================= */
/* active state */
}
.material-drop-down-error > select {
  border: 0 !important;
  outline: none;
  padding: 0.67857143em 0 !important;
  line-height: 17px;
}
.material-drop-down-error .bar {
  position: absolute;
  bottom: 0;
  display: block !important;
  width: 100%;
  margin-bottom: -1px;
}
.material-drop-down-error .bar:before,
.material-drop-down-error .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #2196f3 !important;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.material-drop-down-error .bar:before {
  left: 50%;
}
.material-drop-down-error .bar:after {
  right: 50%;
}
.material-drop-down-error select:focus ~ .bar:before,
.material-drop-down-error select:focus ~ .bar:after {
  width: 50%;
}
.error-bar:before,
.error-bar:after {
  background: #dd514c !important;
}
.brake-words {
  word-break: break-all;
}
.material-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #d4d4d5;
  position: relative;
/* BOTTOM BARS ================================= */
/* active state */
}
.material-textarea > textarea {
  border: 0 !important;
  outline: none !important;
  height: 100%;
  resize: none !important;
}
.material-textarea > textarea.v-resize {
  resize: vertical !important;
}
.material-textarea .bar {
  position: absolute;
  bottom: 0;
  display: block !important;
  width: 100%;
  margin-bottom: -1px;
}
.material-textarea .bar:before,
.material-textarea .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #2196f3 !important;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.material-textarea .bar:before {
  left: 50%;
}
.material-textarea .bar:after {
  right: 50%;
}
.material-textarea textarea:focus ~ .bar:before,
.material-textarea textarea:focus ~ .bar:after {
  width: 50%;
}
.material-input {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-bottom: 1px solid #d4d4d5;
  position: relative;
/* from .ui.icon.input > i.icon semantic ui react definition*/
/* BOTTOM BARS ================================= */
/* active state */
}
.material-input .material-padding {
  padding-top: 0.678571em;
  padding-bottom: 0.678571em;
}
.material-input > input {
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent !important;
}
.material-input .material-icon-wrapper {
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 0px;
  left: 1px;
  margin: 0em;
  height: 100%;
  width: 2.67142857em;
  opacity: 0.5;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: ". a a .";
}
.material-input .material-icon-wrapper div {
  grid-area: a;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
}
.material-input .bar {
  position: absolute;
  bottom: 0;
  display: block !important;
  width: 100%;
  margin-bottom: -1px;
}
.material-input .bar:before,
.material-input .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #2196f3;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.material-input .bar:before {
  left: 50%;
}
.material-input .bar:after {
  right: 50%;
}
.material-input input:focus ~ .bar:before,
.material-input input:focus ~ .bar:after {
  width: 50%;
}
.material-datetime {
  display: block !important;
  border: 0 !important;
  border-bottom: 1px solid #d4d4d5 !important;
/* from .ui.icon.input > i.icon semantic ui react definition*/
/* BOTTOM BARS ================================= */
/* active state */
}
.material-datetime > input {
  border: 0 !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent !important;
}
.material-datetime .material-icon-wrapper {
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 0px;
  left: 1px;
  margin: 0em;
  height: 100%;
  width: 2.67142857em;
  opacity: 0.5;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: ". a a .";
}
.material-datetime .material-icon-wrapper div {
  grid-area: a;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
}
.material-datetime .bar {
  position: absolute;
  bottom: 0;
  display: block !important;
  width: 100%;
  margin-bottom: -1px;
}
.material-datetime .bar:before,
.material-datetime .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #2196f3;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.material-datetime .bar:before {
  left: 50%;
}
.material-datetime .bar:after {
  right: 50%;
}
.material-datetime input:focus ~ .bar:before,
.material-datetime input:focus ~ .bar:after {
  width: 50%;
}
.as-h1 {
  font-size: 2em;
}
.back-arrow {
  margin-bottom: auto;
  margin-top: auto;
  font-size: 1.5em;
}
.clear-margin {
  margin: unset !important;
}
.two-flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between /*
  >div:nth-child(1) {
    flex 1 1 auto
  }
  >div:nth-child(2)  {
    flex 0 0 auto
  }
  */;
      -ms-flex-pack: space-between /*
  >div:nth-child(1) {
    flex 1 1 auto
  }
  >div:nth-child(2)  {
    flex 0 0 auto
  }
  */;
          justify-content: space-between /*
  >div:nth-child(1) {
    flex 1 1 auto
  }
  >div:nth-child(2)  {
    flex 0 0 auto
  }
  */;
}
.absolute-sized-centered {
  position: absolute;
  top: calc(35% - 230px);
  left: calc(50% - 162px);
}
.absolute-sized-centered-below-login {
  position: absolute;
  top: calc(35% - 230px + 460px);
  left: calc(50% - 162px);
}
.absolute-sized-centered-below-register {
  position: absolute;
  top: calc(35% - 230px + 460px + 15px);
  left: calc(50% - 162px);
}
.cookie-info-wrapper {
  color: #fff;
  width: 324px;
  padding: 1em;
}
.cookie-info-wrapper div {
  word-break: break-word;
  text-align: center;
  font-size: small;
}
.frosted-glass .frosted-glass-inner {
  background: inherit;
  width: 324px;
  height: 460px;
  position: absolute;
  overflow: hidden;
  border-radius: 0.5em;
}
.frosted-glass .frosted-glass-inner:before {
  content: '';
  width: 374px;
  height: 510px;
  background: inherit;
  position: absolute;
  left: -25px;
  right: 0;
  top: -25px;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 0 460px rgba(255,255,255,0.3);
          box-shadow: inset 0 0 0 460px rgba(255,255,255,0.3);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.divided-checkboxes .field > .checkbox {
  margin-bottom: 0.5em !important;
}
.stacked-checkboxes .checkbox {
  margin-bottom: 0.5em;
}
.react-color-picker input {
  padding: 1px !important;
}
.popup .chrome-picker {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: -1em -1em -0.8em -1em;
}
.indicator {
  background-color: rgba(33,150,243,0.1);
}
.site-menu-collapse-arrow {
  position: fixed;
  left: 50%;
  right: 50%;
  top: 47px;
  border-bottom-color: #dedede;
  z-index: 100;
  cursor: pointer;
}
.site-menu-collapse-arrow:hover {
  border-bottom-color: #b2b2b2;
}
.site-menu-expand-arrow {
  position: fixed;
  left: 50%;
  right: 50%;
  top: 0;
  border-top-color: #fff;
  z-index: 100;
  cursor: pointer;
}
.site-menu-expand-arrow:hover {
  border-top-color: #ccc;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top-width: 10px;
  border-top-style: solid;
}
.individual-site-menu-collapse-arrow {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-bottom-color: #fff;
  z-index: 99;
  cursor: pointer;
}
.individual-site-menu-collapse-arrow:hover {
  border-bottom-color: #ccc;
}
.individual-site-menu-expand-arrow {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  border-top-color: #dedede;
  z-index: 99;
  cursor: pointer;
}
.individual-site-menu-expand-arrow:hover {
  border-top-color: #b2b2b2;
}
.live-sonar {
  position: relative;
}
.live-sonar > div > span {
  margin: 1px;
  display: block;
  text-align: center;
  opacity: 1;
  background-color: rgba(33,150,243,0.35);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: live-sonar-pulse 2.5s linear infinite;
          animation: live-sonar-pulse 2.5s linear infinite;
}
.live-sonar > div {
  display: block;
  z-index: 2;
}
.live-sonar > div::after {
  content: "";
  background-color: #2196f3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 1px;
  left: 1px;
}
.live-sonar > div > span > span {
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 1;
  background-color: rgba(33,150,243,0.35);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: live-sonar-pulse 2.5s linear infinite;
          animation: live-sonar-pulse 2.5s linear infinite;
}
.live-sonar > div > span > span:after {
  content: "";
  background-position: absolute;
  display: block;
  text-align: center;
  opacity: 1;
  background-color: rgba(33,150,243,0.35);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: live-sonar-pulse 2.5s linear infinite;
          animation: live-sonar-pulse 2.5s linear infinite;
}
.exclamation-triangle-warning-animation {
  -webkit-animation: warning-triangle-animation 2s linear infinite alternate;
          animation: warning-triangle-animation 2s linear infinite alternate;
}
.notes-popup {
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 500px;
  margin: 0;
}
.fa-slashed-div {
  position: relative;
}
.fa-slashed-div .fa-slash {
  border-bottom: 2px solid #fff;
  background-color: rgba(0,0,0,0.87);
  position: absolute;
  top: 9px;
  left: -4px;
  width: 23px;
  height: 4px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  border-radius: 10px;
}
.fa-slashed-div .fa-slash:active {
  background-color: #2196f3;
}
.fa-slashed-div .fa-slash.toggle-active {
  background-color: #2196f3;
}
.markdown-body img {
  display: block;
  margin: 5px auto;
}
.markdown-body p,
.markdown-body ol {
  line-height: 1.6;
}
.copy-fenced-code-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 5px 0 5px 16px;
  background-color: #f6f8fa;
  border-bottom: 1px solid #d6d6d6;
}
.copy-fenced-code-block div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.copy-fenced-code-block div:nth-child(1) {
  padding-right: 0.5em;
}
.ui.progress .bar {
  background-color: #2196f3 !important;
}
.markdown-guide pre {
  overflow: auto;
}
@-webkit-keyframes live-sonar-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes live-sonar-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes warning-triangle-animation {
  from {
    color: #d60023;
  }
  to {
    color: #fad232;
  }
}
@keyframes warning-triangle-animation {
  from {
    color: #d60023;
  }
  to {
    color: #fad232;
  }
}
.clickable {
  opacity: 0.7 !important;
  cursor: pointer !important;
}
.clickable:hover {
  opacity: 1 !important;
}
.clickable:active {
  opacity: 1 !important;
  color: #2196f3;
}
.no-link {
  color: inherit !important;
}
.hoverable-disabled {
  opacity: 0.2 !important;
  cursor: default !important;
}
.toggled-colored {
  color: #2196f3;
}
.clickable-toggled {
  opacity: 0.8;
  cursor: pointer;
  color: #2196f3;
}
.toggled-active--color {
  color: #2196f3;
  cursor: auto !important;
  opacity: 1 !important;
}
.toggled-active--color > i {
  color: #2196f3;
}
.toggled-active--color > a {
  color: #2196f3;
}
.toggled-active--color > a:hover {
  color: #2196f3;
}
.hoverable {
  opacity: 0.7 !important;
  cursor: default;
}
.hoverable:hover {
  opacity: 1 !important;
  color: #2196f3;
}
.cursor-pointer {
  cursor: pointer;
}
.has-hover-visible-child .hover-child {
  visibility: hidden;
}
.has-hover-visible-child:hover .hover-child {
  visibility: visible;
}
.clickable .hoverable {
  cursor: pointer;
}
.clickable-toggled .hoverable {
  cursor: pointer;
}
.interception-overlay .ui.active.dimmer {
  z-index: 2000;
}
.print-content-div {
  display: none;
}
@media print {
  div.page-break {
    display: block;
    page-break-before: always;
    page-break-inside: avoid;
  }
  .markdown-body .highlight pre,
  .markdown-body pre {
    background-color: #fff;
    border: 1px solid #dcdee0;
  }
  .markdown-body p>code {
    border: 1px solid #dcdee0;
  }
  .markdown-body .highlight pre,
  .markdown-body pre code {
    white-space: pre-wrap !important;
    word-break: break-word !important;
  }
  .markdown-body .clickable {
    display: none;
  }
  .print-content-div.js-printing {
    color-adjust: economy;
    -webkit-print-color-adjust: economy;
    display: block;
    z-index: 9999 !important;
    background-color: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 1em;
  }
  .site-content.js-printing {
    display: none !important;
  }
  .site-header-bar.js-printing {
    display: none !important;
  }
}
.success-fg-animateable {
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.success-fg-animation {
  color: #02ca00;
}
@charset "UTF-8";
@font-face {
  font-family: 'Notification';
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"), url(/1beffae295b55aaec324a37cbd4a9538.woff) format("woff"), url(/ce1579642e5e4a411673f1f3b30084bb.ttf) format("truetype"), url(/5bee74caefdf9d0a834915f6c8eeb259.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
.notification-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
/*top: 0;*/
  bottom: 0;
  right: 0;
  z-index: 999999;
  width: 320px;
  padding: 0px 15px;
  max-height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: auto;
}
.notification {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 15px 58px;
  border-radius: 2px;
  color: #fff;
  background-color: #ccc;
  -webkit-box-shadow: 0 0 12px #999;
          box-shadow: 0 0 12px #999;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  opacity: 0.9;
/*margin-top: 15px;*/
  margin-bottom: 15px;
}
.notification .title {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.notification:hover,
.notification:focus {
  opacity: 1;
}
.notification-enter {
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.notification-enter.notification-enter-active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.notification-leave {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.notification-leave.notification-leave-active {
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.notification:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -14px;
  display: block;
  font-family: 'Notification';
  width: 28px;
  height: 28px;
  font-size: 28px;
  text-align: center;
  line-height: 28px;
}
.notification-info {
  background-color: #2f96b4;
}
.notification-info:before {
  content: "\F05A";
}
.notification-success {
  background-color: #51a351;
}
.notification-success:before {
  content: "\F058";
}
.notification-warning {
  background-color: #f89406;
}
.notification-warning:before {
  content: "\F06A";
}
.notification-error {
  background-color: #bd362f;
}
.notification-error:before {
  content: "\F057";
}
.chat-component {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.chat-component .down-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #099eff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  -webkit-box-shadow: 0 3px 2px -2px #c3c3c3;
          box-shadow: 0 3px 2px -2px #c3c3c3;
}
.chat-component .down-button .icon {
  margin: 0;
}
.chat-component .down-button.is-enabled {
  opacity: 1 !important;
  border: 1px solid #099eff;
  border-radius: 50%;
}
.chat-component .watermark {
  pointer-events: none;
  position: absolute;
  left: calc(50% - 525px);
  top: 100px;
  height: 450px;
  font-size: 600px;
  padding-top: 200px;
  background-color: #666;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
  opacity: 0.2;
}
.chat-window-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.chat-window {
  width: calc(100% - 3em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
  position: relative;
}
.chat-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  margin-bottom: 1em;
  max-width: 90%;
  padding: 0.3em;
  -webkit-box-shadow: 0 3px 2px -2px #c3c3c3;
          box-shadow: 0 3px 2px -2px #c3c3c3;
}
.chat-entry.user-entered {
  padding: 0.3em 7px;
  background-color: #dbe8f6;
  -ms-flex-item-align: center;
      align-self: center;
}
.chat-entry.foreign-message {
  background-color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 49%;
}
.chat-entry.foreign-message .user-name {
  color: #ff603e;
}
.chat-entry.foreign-message .user-name.alternate {
  color: #2b8aff;
}
.chat-entry.foreign-message.alternate {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.chat-entry.own-message {
  background-color: #e8fdcb;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.chat-entry.is-typing > div:nth-child(2) span {
  width: 10px;
  height: 10px;
  background-color: #808080;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  opacity: 0.4;
}
.chat-entry.is-typing > div:nth-child(2) span:nth-of-type(1) {
  -webkit-animation: 1s chat-typing-blink infinite 0.3333s;
          animation: 1s chat-typing-blink infinite 0.3333s;
}
.chat-entry.is-typing > div:nth-child(2) span:nth-of-type(2) {
  -webkit-animation: 1s chat-typing-blink infinite 0.6666s;
          animation: 1s chat-typing-blink infinite 0.6666s;
}
.chat-entry.is-typing > div:nth-child(2) span:nth-of-type(3) {
  -webkit-animation: 1s chat-typing-blink infinite 0.9999s;
          animation: 1s chat-typing-blink infinite 0.9999s;
}
@-webkit-keyframes chat-typing-blink {
  50% {
    opacity: 1;
  }
}
@keyframes chat-typing-blink {
  50% {
    opacity: 1;
  }
}
.status-indicator-wrapper {
  width: 24px;
  height: 24px;
}
.status-indicator-wrapper-error {
  width: 30px;
  height: 24px;
}
.status-indicator.invalid {
  color: #fff;
  background-color: #dd514c;
  width: 20px;
  height: 21px;
  font-size: 1.3em !important;
  margin: 0 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  padding-top: 2px;
}
.status-indicator.valid {
  color: #5eb95e;
}
.logger-panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  min-width: 400px;
  width: 100%;
  background-color: rgba(88,88,88,0.9);
  z-index: 10002;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.log-level-buttons {
  text-align: center;
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.log-level-buttons .ui.floating.label {
  color: #fff;
  background-color: #000;
}
.log-list {
  padding: 0 1em 1em 1em;
  overflow: auto;
}
.log-list .log-item:first-child {
  border-top: none;
  word-break: break-all;
}
.log-list .log-item:not(:first-child) {
  border-top: 1px solid rgba(158,158,158,0.98) !important;
  word-break: break-all;
}
.log-filter-item {
  position: relative;
}
.log-timestamp {
  display: table;
  height: 40px;
}
.log-timestamp span {
  display: table-cell;
  vertical-align: middle;
}
.corner-div {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 2em;
  border-radius: 8px;
}
.form-header {
  font-weight: 100;
  margin-bottom: 0.7em;
}
.form-header > .ui.header {
  font-weight: 100;
}
.login-provider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 0.678571em;
}
.login-provider .ui.radio.checkbox label {
  padding-left: 1.6rem;
}
.ui.form.frosted-glass-form {
  text-align: center;
  color: #fff !important;
/* TODO check browsers selection color & other color !!*/
}
.ui.form.frosted-glass-form h1 {
  color: #fff !important;
}
.ui.form.frosted-glass-form label {
  text-align: left;
  font-size: 1.2em !important;
  color: #fff !important;
}
.ui.form.frosted-glass-form input {
  color: #fff !important;
}
.ui.form.frosted-glass-form input::-moz-selection {
  color: #fff !important;
  background-color: #2196f3;
}
.ui.form.frosted-glass-form input::selection {
  color: #fff !important;
  background-color: #2196f3;
}
.password-forgotten {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.branding-logo {
  z-index: 1;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.branding-logo img {
  height: 70px;
}
.absolute-sized-centered-login {
  position: absolute;
  top: calc(35% - 215px);
  left: calc(50% - 250px);
}
.frosted-glass-register .frosted-glass-inner {
  z-index: 2;
  background: inherit;
  width: 500px;
  height: 430px;
  position: absolute;
  overflow: hidden;
  border-radius: 0.5em;
}
.frosted-glass-register .frosted-glass-inner:before {
  content: '';
  width: 550px;
  height: 480px;
  background: inherit;
  position: absolute;
  left: -25px;
  right: 0;
  top: -25px;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 0 430px rgba(255,255,255,0.3);
          box-shadow: inset 0 0 0 430px rgba(255,255,255,0.3);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.terms-of-use-link {
  color: #2196f3;
}
.login-screen-animated {
  background: linear-gradient(45deg, #854aa0 0%, #f1898c 101%);
}
.login-screen-animated a {
  color: #035da7;
}
.login-screen-animated a:hover {
  color: #338ce6;
}
.login-overlay-bottom-bar {
  position: fixed;
  bottom: 40px;
  left: calc(50% - 345px);
  border-radius: 0.5em;
  width: 690px;
  height: 40px;
  bottom: 0;
}
.login-overlay-bottom-bar .frosted-glass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
}
.login-overlay-bottom-bar .frosted-glass:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 2000px rgba(255,255,255,0.3);
          box-shadow: inset 0 0 2000px rgba(255,255,255,0.3);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  margin: -20px;
}
.login-overlay-bottom-bar a {
  margin: 1em 2em;
}
.zoomed-indicator {
  position: absolute;
  top: 5px;
  right: 20px;
  opacity: 0.5;
  z-index: 2;
}
.zoomed-indicator .zoomed-indicator-colored {
  color: #b7b7b7 !important;
}
.single-tab-editor {
  position: relative;
}
.ace_scrollbar-inner {
  background-color: #fff;
  opacity: 0.01;
}
.multi-editor-wrapper {
  display: block;
}
.multi-editor-wrapper-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.editor-no-file-selected {
  text-align: center;
  background-color: #f5f5f4;
  height: 100%;
  width: 100%;
}
.editor-no-files {
  text-align: center;
  background-color: #f5f5f4;
  height: 100%;
  width: 100%;
}
.editor-tabs-line,
.editor-tabs-line-expanded {
  width: 100%;
  position: relative;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f4;
  overflow-y: hidden;
  overflow-x: hidden;
}
.editor-tabs-line:hover,
.editor-tabs-line-expanded:hover {
  overflow-x: auto;
}
.editor-tab-line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eeefee;
  height: 40px;
}
.editor-tab-line-item > div {
  margin: auto 0.5em;
}
.editor-tab-line-item.active {
  background-color: #fffffd;
}
.editor-side-menu {
  padding: 1em 0;
  text-align: center;
  width: 40px;
  background-color: #323233;
  height: 100%;
  float: left;
}
.editor-side-panel {
  width: 200px;
  background-color: #f5f5f4;
  border-right: 1px solid #bfbfbb;
  height: 100%;
  float: left;
  overflow-y: auto;
}
.editor-area {
  height: calc(100% - 40px);
}
.editor-area-expanded {
  height: calc(100% - 40px);
}
.explorer-list {
  margin: 1em 0 1em 0.5em !important;
}
.explorer-list-item {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  margin-bottom: 0.5em;
}
.explorer-list-item > div {
  overflow: hidden;
}
.explorer-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.changed-file-style {
  font-size: 9px;
}
.panel {
/*background-color #e2e2e2*/
  border: 1px solid #dadada;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.panel-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-bottom: 0.5em;
}
.panel-padding {
  padding: 0.5em;
}
.panel-padding-left-right-top {
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
}
.panel-padding-left-right {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.panel-header-caption {
  margin: auto 0;
}
.panel-header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  margin: auto 0;
/* margin-bottom 0.5em  because the round buttons have a different size*/
}
.panel-tab-headers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tab-header {
  margin: 0.5em 0 0 0;
  cursor: default /* to avoid tab text hover*/;
  position: relative;
}
.tab-header.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: -5px;
  bottom: -0.5em;
  height: 1px;
  background-color: #2196f3;
}
.tab-host {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: -0.5em;
  height: 100%;
}
.tab-content-host-content {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.tab-content-host {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tab-content-host > div:nth-child(1) {
  padding: 0.6em 0;
}
.tab-content-host-manual-padding > div:nth-child(1) {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.tab-header-bar {
  margin-right: 0.5em;
}
.panel-grid-wrapper {
  position: relative;
  height: 100%;
}
.panel-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.panel-gripper-v-size {
  background-color: #e9ecee;
  margin: 0 0.5em 0 0.5em;
}
.panel-gripper-h-size {
  background-color: #e9ecee;
  margin: 0.5em 0 0.5em 0;
}
.panel-wrapper-top-left {
  margin-top: 0.5em;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 0.5em;
}
.panel-wrapper-top-right {
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
  margin-left: 0.25em;
}
.panel-wrapper-bot-left {
  margin-top: 0.25em;
  margin-right: 0.25em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
.panel-wrapper-bot-right {
  margin-top: 0.25em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.25em;
}
.site-header-bar {
/*border-bottom 1px solid #e2e2e2*/
  padding: 1em;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 57px;
  background-color: #fff;
  z-index: 100;
}
.site-header-bar-shadow {
/*border-bottom 1px solid #e2e2e2*/
  padding: 1em;
  height: 57px;
  background-color: #fff;
  z-index: -1;
}
.site-header-bar div {
  margin-top: auto;
  margin-bottom: auto;
}
.site-header-bar--location {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.site-header-bar--status {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.site-header-bar--user-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.header-menu-list {
  width: 62em;
}
.header-menu-list > div:nth-child(2n-1) {
  width: 8em;
  text-align: center;
}
.header-menu-item,
.header-menu-list a {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 1em;
  color: #4a4a4a;
  cursor: pointer;
  min-width: 6em;
  margin: auto 0;
}
.header-menu-list a > span {
  display: block;
}
.site-side-menu {
  padding: 1em 0;
  position: absolute;
  left: 0;
  top: 57px;
  bottom: 0;
  width: 300px;
  background-color: rgba(33,33,33,0.9);
  z-index: 10001;
  color: #fff;
  overflow: auto;
}
.site-side-menu a {
  color: rgba(255,255,255,0.5);
}
.site-side-menu a:hover {
  color: #fff;
}
.site-side-menu .site-side-menu-heading.solo > div:first-child {
  margin-left: 1em;
  font-size: 1.1em;
  margin-bottom: 0;
}
.site-side-menu .site-side-menu-heading > div:first-child {
  margin-left: 1em;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.site-side-menu .site-side-menu-heading > div:not(:first-child) {
  margin-left: 2em;
}
.site-side-menu2 {
  padding: 1em;
  position: absolute;
  left: 0;
  top: 57px;
  bottom: 0;
  width: 600px;
  background-color: rgba(33,33,33,0.9);
  z-index: 10001;
  color: #fff;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-side-menu2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.site-side-menu2-row .header {
  color: #fff;
  margin-top: 1em;
}
.site-side-menu2-row .header.first {
  margin-top: 0;
}
.site-side-menu2-row .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.site-side-menu2-row .body a {
  color: rgba(255,255,255,0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100px;
  margin-right: 1em;
}
.site-side-menu2-row .body a i {
  width: 100%;
}
.site-side-menu2-row .body a span {
  margin: auto;
  text-align: center;
}
.site-side-menu2-row .body a:hover {
  color: #fff;
}
.site-side-menu2-row a span {
  margin: auto;
}
.about-site {
  margin: 0 auto;
  text-align: center;
  padding: 2em;
}
.about-logo {
  border-radius: 150px;
  width: 300px;
  height: 300px;
  margin: auto;
}
.about-title {
  margin-top: 1em;
  font-size: 4em;
  font-weight: bold;
}
.about-big-letter {
  font-weight: bold;
}
.about-divider {
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.about-not-important-colored {
  color: #909090;
}
.about-title-long {
  margin-top: 2em;
  font-size: 1em;
}
.about-description {
  margin-top: 2em;
  font-size: 1.1em;
}
.about-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-card-wrapper .about-card {
  position: relative;
  margin-bottom: 1em;
  margin-right: 2em;
  padding: 1em;
  background-color: #e2e2e2;
  width: 28em;
}
.about-card-wrapper .about-card:before {
  content: '';
  position: absolute;
  width: 5px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #2196f3;
}
.about-card-details {
  padding: 0 1em;
}
.about-card-details >div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-card-details >div >span:nth-child(1) {
  margin-right: 1em;
  width: 5em;
  text-align: left;
}
.assessment-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 10px;
  white-space: nowrap;
}
.assessment-tooltip-ul {
  padding: 0 !important;
  margin: 0 !important;
}
.assessment-tooltip-inline-item {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #000;
}
.assessment-tooltip-inline-item-separator {
  margin: 0 0.5em;
}
.assessment-tooltip-exercise-name {
  width: 12em;
  max-width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.legend-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.console-input-output-line pre,
.console-item-pre {
  white-space: pre-wrap;
  word-break: break-all;
}
.console-input-output-line pre span,
.console-item-pre span {
  word-break: break-all;
}
.console-arguments-line {
  width: 100%;
  position: relative;
  padding: 0.42857143em;
}
.console-arguments-line pre {
  white-space: pre-wrap;
  word-break: break-all;
}
.console-input-output-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.console-input-output-line .padded {
  padding: 0.42857143em;
}
.console-input-output-line .input-part {
  width: 50%;
}
.console-input-output-line .input-part > div {
  padding: 0.42857143em;
}
.console-input-output-line .input-part-caption {
  text-align: center;
  padding: 0.42857143em;
}
.console-input-output-line .program-part,
.console-input-output-line .program-part-mismatch,
.console-input-output-line .program-part-invisible,
.console-input-output-line .program-part-expected-output {
  width: 5px;
}
.console-input-output-line .program-part:after {
  content: '';
  width: 5px;
  position: absolute;
  background-color: #909090;
  top: 0;
  bottom: 0px;
}
.console-input-output-line .program-part-mismatch:after {
  content: '';
  width: 5px;
  position: absolute;
  background-color: #dd514c;
  top: 0;
  bottom: 0px;
}
.console-input-output-line .program-part-expected-output:after {
  content: '';
  width: 5px;
  position: absolute;
  background-color: #f37b1d;
  top: 0;
  bottom: 0px;
}
.console-input-output-line .output-part {
  width: 50%;
}
.console-input-output-line .output-part > div {
  padding: 0.42857143em;
}
.console-input-output-line .output-part-caption {
  text-align: center;
  padding: 0.42857143em;
}
.console-input-output-line .expected-output-part {
  width: 50%;
}
.console-input-output-line .expected-output-part > div {
  padding: 0.42857143em;
}
.console-input-output-line-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
}
.console-input-output-line-header .input-part {
  width: 50%;
  word-wrap: break-word;
  text-align: center;
}
.console-input-output-line-header .program-part,
.console-input-output-line-header .program-part-invisible,
.console-input-output-line-header .program-part-expected-output {
  width: 5px;
}
.console-input-output-line-header .program-part:after {
  content: '';
  width: 5px;
  position: absolute;
  background-color: #909090;
  top: 0;
  bottom: 0px;
}
.console-input-output-line-header .program-part-expected-output:after {
  content: '';
  width: 5px;
  position: absolute;
  background-color: #f37b1d;
  top: 0;
  bottom: 0px;
}
.console-input-output-line-header .output-part {
  width: 50%;
  word-wrap: break-word;
  text-align: center;
}
.console-input-output-line-header .output-part-caption {
  text-align: center;
}
.console-input-output-line-header .expected-output-part {
  width: 50%;
}
.time-measure-line {
  font-style: italic;
  color: #737373;
  text-align: right;
}
.test-number-disabled {
  position: relative;
  border: 1px solid #dadada;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: auto;
}
.test-number {
  position: relative;
  border: 1px solid #dadada;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.test-number:hover {
  background-color: #dadada;
}
.test-number:active {
  background-color: #4dabf5;
}
.test-number.invalid {
  background-color: #dd514c;
  color: #fff;
}
.test-number.valid {
  background-color: #5eb95e;
  color: #fff;
}
.test-number.invalid:hover {
  background-color: #e47470;
  color: #fff;
}
.test-number.valid:hover {
  background-color: #7ec77e;
  color: #fff;
}
.test-line {
  position: relative;
}
.test-running {
  position: absolute;
  top: -7px;
  left: -7px;
}
.test-running div {
  border: 2px solid #2196f3;
/*  display: inline-block;*/
  min-width: 32px;
  min-height: 32px;
  padding: 1px;
  border-radius: 50%;
  border-top-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation: loader 3s infinite;
          animation: loader 3s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
          animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.test-status-icon {
  position: absolute;
  bottom: 4px;
  right: -7px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  color: #afaeae;
}
@-webkit-keyframes test-running-spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes test-running-spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.weight-indicator-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.indicator-sibling {
  position: relative;
  z-index: 2;
}
.indicator-parent {
  position: relative;
}
.console-input-output-line pre,
.console-item-pre {
  white-space: pre-wrap;
  word-break: break-all;
}
.console-input-output-line pre span,
.console-item-pre span {
  word-break: break-all;
}
.console-arguments-line {
  width: 100%;
  position: relative;
  padding: 0.42857143em;
}
.console-arguments-line pre {
  white-space: pre-wrap;
  word-break: break-all;
}
.console-input-output-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.console-input-output-line .padded {
  padding: 0.42857143em;
}
.console-input-output-line .input-part {
  width: 50%;
}
.console-input-output-line .input-part > div {
  padding: 0.42857143em;
}
.console-input-output-line .input-part-caption {
  text-align: center;
  padding: 0.42857143em;
}
.console-input-output-line .program-part,
.console-input-output-line .program-part-mismatch,
.console-input-output-line .program-part-invisible,
.console-input-output-line .program-part-expected-output {
  width: 5px;
}
.console-input-output-line .program-part:after {
  content: '';
  width: 5px;
  position: absolute;
  background-color: #909090;
  top: 0;
  bottom: 0px;
}
.console-input-output-line .program-part-mismatch:after {
  content: '';
  width: 5px;
  position: absolute;
  background-color: #dd514c;
  top: 0;
  bottom: 0px;
}
.console-input-output-line .program-part-expected-output:after {
  content: '';
  width: 5px;
  position: absolute;
  background-color: #f37b1d;
  top: 0;
  bottom: 0px;
}
.console-input-output-line .output-part {
  width: 50%;
}
.console-input-output-line .output-part > div {
  padding: 0.42857143em;
}
.console-input-output-line .output-part-caption {
  text-align: center;
  padding: 0.42857143em;
}
.console-input-output-line .expected-output-part {
  width: 50%;
}
.console-input-output-line .expected-output-part > div {
  padding: 0.42857143em;
}
.console-input-output-line-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
}
.console-input-output-line-header .input-part {
  width: 50%;
  word-wrap: break-word;
  text-align: center;
}
.console-input-output-line-header .program-part,
.console-input-output-line-header .program-part-invisible,
.console-input-output-line-header .program-part-expected-output {
  width: 5px;
}
.console-input-output-line-header .program-part:after {
  content: '';
  width: 5px;
  position: absolute;
  background-color: #909090;
  top: 0;
  bottom: 0px;
}
.console-input-output-line-header .program-part-expected-output:after {
  content: '';
  width: 5px;
  position: absolute;
  background-color: #f37b1d;
  top: 0;
  bottom: 0px;
}
.console-input-output-line-header .output-part {
  width: 50%;
  word-wrap: break-word;
  text-align: center;
}
.console-input-output-line-header .output-part-caption {
  text-align: center;
}
.console-input-output-line-header .expected-output-part {
  width: 50%;
}
.time-measure-line {
  font-style: italic;
  color: #737373;
  text-align: right;
}
.home-site-card-list {
  width: 70%;
  margin: 2em auto;
}
.home-site-card {
  padding: 1em;
  margin: 1em 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tags-wrapper {
  font-size: 1em !important;
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearancce: none;
  background-position: right 0.5em center !important;
  background-repeat: no-repeat !important;
  background-size: 1.5ex !important;
  background-origin: content-box !important;
  background-image: url("data:image/png;base64,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") !important;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
@-moz-document url-prefix() {
  select {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
  }
}

