/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  /* 1 */
  line-height: 1.25;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers (opinionated).
 */ }

body {
  margin: 0;
  /**
 * Add the correct display in IE 9-.
 */ }

article, aside, footer, header, nav, section {
  display: block;
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */ }

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  /* Grouping content
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */ }

figcaption, figure, main {
  display: block;
  /**
 * Add the correct margin in IE 8.
 */ }

figure {
  margin: 1em 40px;
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */ }

hr {
  /* 1 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */ }

pre {
  /* 1 */
  font-family: monospace, monospace;
  /* 2 */
  font-size: 1em;
  /* Text-level semantics
   ========================================================================== */
  /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */ }

a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
  /**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */ }

abbr[title] {
  /* 1 */
  border-bottom: none;
  /* 2 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */ }

b, strong {
  font-weight: inherit;
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */ }

b, strong {
  font-weight: bolder;
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */ }

code, kbd, samp {
  /* 1 */
  font-family: monospace, monospace;
  /* 2 */
  font-size: 1em;
  /**
 * Add the correct font style in Android 4.3-.
 */ }

dfn {
  font-style: italic;
  /**
 * Add the correct background and color in IE 9-.
 */ }

mark {
  background-color: #ff0;
  color: #000;
  /**
 * Add the correct font size in all browsers.
 */ }

small {
  font-size: 80%;
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */ }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em;
  /* Embedded content
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 */ }

audio, video {
  display: inline-block;
  /**
 * Add the correct display in iOS 4-7.
 */ }

audio:not([controls]) {
  display: none;
  height: 0;
  /**
 * Remove the border on images inside links in IE 10-.
 */ }

img {
  border-style: none;
  /**
 * Hide the overflow in IE.
 */ }

svg:not(:root) {
  overflow: hidden;
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */ }

button, input, optgroup, select, textarea {
  /* 1 */
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.25;
  /* 2 */
  margin: 0;
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */ }

button, input {
  overflow: visible;
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */ }

button, select {
  text-transform: none;
  /**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */ }

button, html [type="button"], [type="reset"], [type="submit"] {
  /* 2 */
  -webkit-appearance: button;
  /**
 * Remove the inner border and padding in Firefox.
 */ }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  /**
 * Restore the focus styles unset by the previous rule.
 */ }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
  /**
 * Correct the padding in Firefox.
 */ }

fieldset {
  padding: 0.35em 0.75em 0.625em;
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */ }

legend {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  color: inherit;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 3 */
  padding: 0;
  /* 1 */
  white-space: normal;
  /**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */ }

progress {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
  /**
 * Remove the default vertical scrollbar in IE.
 */ }

textarea {
  overflow: auto;
  /**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */ }

[type="checkbox"], [type="radio"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */ }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */ }

[type="search"] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  outline-offset: -2px;
  /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */ }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ }

::-webkit-file-upload-button {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit;
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */ }

details, menu {
  display: block;
  /*
 * Add the correct display in all browsers.
 */ }

summary {
  display: list-item;
  /* Scripting
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 */ }

canvas {
  display: inline-block;
  /**
 * Add the correct display in IE.
 */ }

template {
  display: none;
  /* Hidden
   ========================================================================== */
  /**
 * Add the correct display in IE 10-.
 */ }

[hidden] {
  display: none; }

@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/montserrat/regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/montserrat/bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/montserrat/light.otf") format("truetype");
  font-weight: lighter;
  font-style: normal; }

@font-face {
  font-family: "Bitter";
  src: url("/static/fonts/bitter/regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Bitter";
  src: url("/static/fonts/bitter/bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "BPMono";
  src: url("/static/fonts/bp-mono/bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

html {
  height: 100%; }

body {
  background-color: #fff;
  font-family: Montserrat, "Open Sans", Verdana, sans-serif;
  font-weight: lighter;
  min-width: 20rem;
  height: 100%;
  /*
Block elements with bottom margins only
---------------------------------------
*/ }
  body .page {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    background-color: #fff;
    min-height: 100vh; }
    body .page > .content {
      flex-grow: 1;
      background-color: #fff;
      margin: auto;
      width: 100%; }
  body.modal-opened {
    overflow: hidden; }

p, ul, ol, dl, table, blockquote, pre, figure, hr {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
  /*
Same left margins for ul/ol, dd, blockquote
-------------------------------------------
*/ }

ul, ol, dd {
  padding-left: 1.75rem; }

dd {
  margin-left: 0;
  /*
Blockquote
----------
*/ }

blockquote {
  border: 0;
  padding-left: 1.75rem;
  margin-left: 0;
  font-style: italic;
  /*
Figure/Figcaption
-----------------
*/ }

figure {
  margin-left: 0;
  margin-right: 0; }

figure > table, figure > img, figure > picture {
  margin-bottom: 0;
  /*
Etc.
----
*/ }

fieldset {
  border: 0; }

legend {
  padding: 0 0.5rem; }

hr {
  border-style: solid; }

::-webkit-input-placeholder {
  color: grey;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

::-moz-placeholder {
  color: grey;
  opacity: 1;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

:-ms-input-placeholder {
  color: grey; }

:-moz-placeholder {
  color: grey; }

a, .a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }
  a:hover, .a:hover {
    text-decoration: none;
    color: #fc0; }
    a:hover *, .a:hover * {
      text-decoration: none; }

a button, a input {
  text-decoration: none;
  border: inherit;
  border-color: inherit; }

h1 {
  text-transform: uppercase;
  font-family: Montserrat, "Open Sans", Verdana, sans-serif;
  font-size: 2rem;
  font-weight: bold; }
  @media only screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; } }

h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, "Open Sans", Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 40em) {
  h2 {
    font-size: 2rem; } }

h3 {
  text-align: center;
  font-family: Montserrat, "Open Sans", Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: bold; }

h4 {
  font-family: Montserrat, "Open Sans", Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0rem;
  color: #1ea0ff; }

p {
  font-weight: 200; }

input {
  font: inherit; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.text-color-1 {
  color: #c873df; }

.text-color-2 {
  color: #71da40; }

.text-color-3 {
  color: #47adf6; }

.text-color-4 {
  color: #ffcc00; }

.text-color-5 {
  color: #9f8460; }

.text-color-6 {
  color: #f52a6b; }

.text-color-7 {
  color: #f69525; }

.bg-color-1 {
  background-color: #c873df; }

.bg-color-2 {
  background-color: #71da40; }

.bg-color-3 {
  background-color: #47adf6; }

.bg-color-4 {
  background-color: #ffcc00; }

.bg-color-5 {
  background-color: #9f8460; }

.bg-color-6 {
  background-color: #f52a6b; }

.bg-color-7 {
  background-color: #f69525; }

#cookiesAgreement {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: fixed;
  text-align: center;
  background-color: #343434;
  color: white;
  padding: 0.75rem;
  width: calc(100% - 1.5rem);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20; }
  #cookiesAgreement p {
    margin: 0 0 0.75rem; }
    #cookiesAgreement p a {
      text-decoration: underline;
      margin: 0 0.25rem; }
  @media only screen and (min-width: 50em) {
  #cookiesAgreement {
    flex-direction: row; }
    #cookiesAgreement p {
      text-align: left;
      margin: 0 0.75rem 0 0; } }

input[type="button"].arrowBackButton, button.arrowBackButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font-size: 24px;
  border: none;
  height: 40px;
  color: #000;
  cursor: pointer; }
  input[type="button"].arrowBackButton .arrow, button.arrowBackButton .arrow {
    border: solid #000;
    border-width: 0 0 3px 3px;
    display: inline-block;
    padding: 7px;
    transform: rotate(45deg); }

input[type="button"].arrowButton, button.arrowButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font-size: 24px;
  border: none;
  height: 40px;
  color: #000;
  cursor: pointer; }
  input[type="button"].arrowButton .arrow, button.arrowButton .arrow {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg); }

button, input[type="button"], input[type="submit"], a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  font-family: Montserrat, "Open Sans", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: lighter;
  color: #fc0; }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.button:hover {
    opacity: 0.9;
    cursor: pointer; }
  button:active, input[type="button"]:active, input[type="submit"]:active, a.button:active {
    opacity: 0.7;
    /* FILLED */ }
  button.filled, input[type="button"].filled, input[type="submit"].filled, a.button.filled {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    background-color: #fc0;
    padding: 0 1rem;
    min-height: 2.5rem;
    color: #fff;
    /* COLORS */ }
  button.color-1, input[type="button"].color-1, input[type="submit"].color-1, a.button.color-1 {
    color: #c873df; }
  button.color-2, input[type="button"].color-2, input[type="submit"].color-2, a.button.color-2 {
    color: #71da40; }
  button.color-3, input[type="button"].color-3, input[type="submit"].color-3, a.button.color-3 {
    color: #47adf6; }
  button.color-4, input[type="button"].color-4, input[type="submit"].color-4, a.button.color-4 {
    color: #ffcc00; }
  button.color-5, input[type="button"].color-5, input[type="submit"].color-5, a.button.color-5 {
    color: #9f8460; }
  button.color-6, input[type="button"].color-6, input[type="submit"].color-6, a.button.color-6 {
    color: #f52a6b; }
  button.color-7, input[type="button"].color-7, input[type="submit"].color-7, a.button.color-7 {
    color: #f69525; }
  button.color-1.filled, input[type="button"].color-1.filled, input[type="submit"].color-1.filled, a.button.color-1.filled {
    background-color: #c873df;
    color: #fff; }
  button.color-2.filled, input[type="button"].color-2.filled, input[type="submit"].color-2.filled, a.button.color-2.filled {
    background-color: #71da40;
    color: #fff; }
  button.color-3.filled, input[type="button"].color-3.filled, input[type="submit"].color-3.filled, a.button.color-3.filled {
    background-color: #47adf6;
    color: #fff; }
  button.color-4.filled, input[type="button"].color-4.filled, input[type="submit"].color-4.filled, a.button.color-4.filled {
    background-color: #ffcc00;
    color: #fff; }
  button.color-5.filled, input[type="button"].color-5.filled, input[type="submit"].color-5.filled, a.button.color-5.filled {
    background-color: #9f8460;
    color: #fff; }
  button.color-6.filled, input[type="button"].color-6.filled, input[type="submit"].color-6.filled, a.button.color-6.filled {
    background-color: #f52a6b;
    color: #fff; }
  button.color-7.filled, input[type="button"].color-7.filled, input[type="submit"].color-7.filled, a.button.color-7.filled {
    background-color: #f69525;
    color: #fff;
    /* DISABLED */ }
  button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, a.button:disabled {
    color: #cecece; }
  button:disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, a.button:disabled:hover, button:disabled:active, input[type="button"]:disabled:active, input[type="submit"]:disabled:active, a.button:disabled:active {
    opacity: 1; }

input[type="checkbox"] {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  outline: none;
  position: relative;
  margin-right: 0.5rem; }
  input[type="checkbox"]:active:not(:disabled), input[type="checkbox"]:checked:active:not(:disabled) {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  input[type="checkbox"]:focus {
    box-shadow: 0 0 5px 1px #bfbfbf; }
  input[type="checkbox"]:checked, input[type="checkbox"][indeterminate] {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1); }
  input[type="checkbox"]:checked:after, input[type="checkbox"][indeterminate]:after {
    content: "";
    position: absolute;
    background-image: url("/static/img/form/cbx-checkmark.png");
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: 0% 0%;
    width: 1rem;
    height: 1rem;
    top: 1px;
    left: 1px; }
  input[type="checkbox"]:checked[indeterminate]:after, input[type="checkbox"][indeterminate][indeterminate]:after {
    background-position: 0% 100%; }
  input[type="checkbox"]:checked:disabled:checked:after, input[type="checkbox"][indeterminate]:disabled:checked:after {
    background-position: 100% 0%; }
  input[type="checkbox"]:checked:disabled[indeterminate]:after, input[type="checkbox"][indeterminate]:disabled[indeterminate]:after {
    background-position: 100% 100%; }
  input[type="checkbox"]:disabled {
    border-color: #d1d1d1; }

.colorCheckbox {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  position: relative;
  margin-right: 1rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: solid 2px #ffcc00;
  width: calc(1.25rem);
  height: calc(1.25rem); }
  .colorCheckbox label {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    width: 100%;
    height: 100%; }
  .colorCheckbox label input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    .colorCheckbox label input[type="checkbox"]:checked + .label:before {
      background-color: #ffcc00;
      width: 0.75rem;
      height: 0.75rem; }
    .colorCheckbox label input[type="checkbox"]:focus + .label:before {
      -webkit-box-shadow: 0px 0px 10px 2px rgba(71, 173, 246, 0.9);
      -moz-box-shadow: 0px 0px 10px 2px rgba(71, 173, 246, 0.9);
      box-shadow: 0px 0px 10px 2px rgba(71, 173, 246, 0.9);
      position: relative;
      flex-shrink: 0;
      width: calc(100% - .25rem);
      height: calc(100% - .25rem);
      top: 0;
      left: 0; }
  .colorCheckbox label .label {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: lighter;
    cursor: pointer;
    width: 100%;
    height: 100%; }
    .colorCheckbox label .label:before {
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      position: absolute;
      content: "";
      display: block;
      width: calc(100% - .25rem);
      height: calc(100% - .25rem);
      top: 0.25rem;
      left: 0.25rem; }
  .colorCheckbox.color-1 {
    border-color: #c873df; }
  .colorCheckbox.color-1 input[type="checkbox"]:checked + .label:before {
    background-color: #c873df; }
  .colorCheckbox.color-2 {
    border-color: #71da40; }
  .colorCheckbox.color-2 input[type="checkbox"]:checked + .label:before {
    background-color: #71da40; }
  .colorCheckbox.color-3 {
    border-color: #47adf6; }
  .colorCheckbox.color-3 input[type="checkbox"]:checked + .label:before {
    background-color: #47adf6; }
  .colorCheckbox.color-4 {
    border-color: #ffcc00; }
  .colorCheckbox.color-4 input[type="checkbox"]:checked + .label:before {
    background-color: #ffcc00; }
  .colorCheckbox.color-5 {
    border-color: #9f8460; }
  .colorCheckbox.color-5 input[type="checkbox"]:checked + .label:before {
    background-color: #9f8460; }
  .colorCheckbox.color-6 {
    border-color: #f52a6b; }
  .colorCheckbox.color-6 input[type="checkbox"]:checked + .label:before {
    background-color: #f52a6b; }
  .colorCheckbox.color-7 {
    border-color: #f69525; }
  .colorCheckbox.color-7 input[type="checkbox"]:checked + .label:before {
    background-color: #f69525; }

.colorRadio {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
  width: calc(1.75rem + 1px);
  height: calc(1.75rem + 1px); }
  .colorRadio label input[type="radio"] {
    opacity: 0; }
    .colorRadio label input[type="radio"]:focus + .label:before {
      -webkit-box-shadow: 0px 0px 3px 3px rgba(71, 173, 246, 0.9);
      -moz-box-shadow: 0px 0px 3px 3px rgba(71, 173, 246, 0.9);
      box-shadow: 0px 0px 3px 3px rgba(71, 173, 246, 0.9); }
    .colorRadio label input[type="radio"][value="1"] + .label {
      background-color: #c873df; }
    .colorRadio label input[type="radio"][value="2"] + .label {
      background-color: #71da40; }
    .colorRadio label input[type="radio"][value="3"] + .label {
      background-color: #47adf6; }
    .colorRadio label input[type="radio"][value="4"] + .label {
      background-color: #ffcc00; }
    .colorRadio label input[type="radio"][value="5"] + .label {
      background-color: #9f8460; }
    .colorRadio label input[type="radio"][value="6"] + .label {
      background-color: #f52a6b; }
    .colorRadio label input[type="radio"][value="7"] + .label {
      background-color: #f69525; }
    .colorRadio label input[type="radio"][value="1"]:checked + .label:before {
      border-color: #c873df; }
    .colorRadio label input[type="radio"][value="2"]:checked + .label:before {
      border-color: #71da40; }
    .colorRadio label input[type="radio"][value="3"]:checked + .label:before {
      border-color: #47adf6; }
    .colorRadio label input[type="radio"][value="4"]:checked + .label:before {
      border-color: #ffcc00; }
    .colorRadio label input[type="radio"][value="5"]:checked + .label:before {
      border-color: #9f8460; }
    .colorRadio label input[type="radio"][value="6"]:checked + .label:before {
      border-color: #f52a6b; }
    .colorRadio label input[type="radio"][value="7"]:checked + .label:before {
      border-color: #f69525; }
  .colorRadio label .label {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: absolute;
    background-color: #ffcc00;
    display: inline-block;
    line-height: 1.25rem;
    width: calc(100% - .5rem);
    height: calc(100% - .5rem);
    cursor: pointer;
    top: 0.25rem;
    left: 0.25rem; }
    .colorRadio label .label:before {
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      content: "";
      position: absolute;
      border: solid 1px transparent;
      display: inline-block;
      margin-right: 10px;
      width: calc(1.75rem + 1px);
      height: calc(1.75rem + 1px);
      top: calc(-.25rem - 1px);
      left: calc(-.25rem - 1px); }

.inlineDatePicker {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border: solid 1px #d1d1d1;
  margin-bottom: 1rem;
  width: 7.5rem;
  height: 1.75rem;
  line-height: 1.75; }
  .inlineDatePicker .dayName {
    text-transform: uppercase;
    font-size: 0.75rem;
    width: 1.5rem;
    color: #a1a1a1; }
  .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="day"], .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="month"], .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="year"] {
    border: none;
    font-size: 0.9rem;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 1.5rem;
    min-width: initial;
    height: 1.5rem;
    line-height: 2.25; }
    .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="day"]:focus, .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="month"]:focus, .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="year"]:focus {
      box-shadow: none; }
  .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="year"] {
    width: 2.5rem; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"] {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  background: transparent;
  font-family: Montserrat, "Open Sans", Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: lighter;
  border: solid 1px #d1d1d1;
  margin-bottom: 1rem;
  padding: 0.1rem 0.5rem;
  height: 2rem;
  color: #000;
  /* COLORS */
  outline: none; }
  input[type="text"].color-1, input[type="email"].color-1, input[type="password"].color-1, input[type="tel"].color-1, input[type="search"].color-1 {
    color: #c873df; }
  input[type="text"].color-2, input[type="email"].color-2, input[type="password"].color-2, input[type="tel"].color-2, input[type="search"].color-2 {
    color: #71da40; }
  input[type="text"].color-3, input[type="email"].color-3, input[type="password"].color-3, input[type="tel"].color-3, input[type="search"].color-3 {
    color: #47adf6; }
  input[type="text"].color-4, input[type="email"].color-4, input[type="password"].color-4, input[type="tel"].color-4, input[type="search"].color-4 {
    color: #ffcc00; }
  input[type="text"].color-5, input[type="email"].color-5, input[type="password"].color-5, input[type="tel"].color-5, input[type="search"].color-5 {
    color: #9f8460; }
  input[type="text"].color-6, input[type="email"].color-6, input[type="password"].color-6, input[type="tel"].color-6, input[type="search"].color-6 {
    color: #f52a6b; }
  input[type="text"].color-7, input[type="email"].color-7, input[type="password"].color-7, input[type="tel"].color-7, input[type="search"].color-7 {
    color: #f69525; }
  input[type="text"]::selection, input[type="email"]::selection, input[type="password"]::selection, input[type="tel"]::selection, input[type="search"]::selection {
    background-color: rgba(121, 194, 246, 0.5); }
  input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus {
    box-shadow: 0 0 3px 3px rgba(71, 173, 246, 0.9); }

label {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: start;
  max-width: 100%; }
  label > input {
    flex: 0 0 auto; }
  label > div {
    flex-shrink: 1 !important; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fafafa;
  background-image: url("/static/img/form/select-arrow.png");
  background-repeat: no-repeat;
  background-size: calc(1.5rem + 2px) 1.5rem;
  background-position: 100%;
  border: 1px solid #d1d1d1;
  font-size: 0.85rem;
  padding: 0.125rem 2rem 0 0.25rem;
  height: 1.75rem; }
  select:focus {
    box-shadow: 0 0 0.25rem 0.25rem rgba(71, 173, 246, 0.9); }
  select::-ms-expand {
    /* remove default arrow in IE 10 and 11 */
    display: none;
    /* target Internet Explorer 9 to undo the custom arrow */ }
  @media screen and (min-width:0\0) {
  select select {
    background: none\9;
    padding: 5px \9; } }

.styledRadio {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 5px;
  flex-shrink: 0;
  height: 30px; }
  .styledRadio label input[type="radio"] {
    opacity: 0; }
    .styledRadio label input[type="radio"]:checked + .label:before {
      background-image: url("/static/img/form/radio-dot.png");
      background-repeat: no-repeat;
      background-size: 8px 8px;
      background-position: 50% 50%;
      border: solid #000 1px; }
    .styledRadio label input[type="radio"]:focus + .label:before {
      -webkit-box-shadow: 0px 0px 3px 3px rgba(71, 173, 246, 0.9);
      -moz-box-shadow: 0px 0px 3px 3px rgba(71, 173, 246, 0.9);
      box-shadow: 0px 0px 3px 3px rgba(71, 173, 246, 0.9); }
  .styledRadio label .label {
    display: inline-block;
    line-height: 1.25rem;
    cursor: pointer; }
    .styledRadio label .label:before {
      border-radius: 18px;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      content: "";
      position: absolute;
      background-color: transparent;
      display: inline-block;
      border: solid #d1d1d1 1px;
      margin-right: 10px;
      width: 18px;
      height: 18px;
      line-height: 20px;
      top: 6px;
      left: 0; }

textarea {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  font-family: Montserrat, "Open Sans", Verdana, sans-serif;
  font-weight: 200;
  border: solid 1px #d1d1d1;
  margin-bottom: 0.5rem;
  padding: 0.25rem;
  height: 2rem;
  line-height: 1.25rem;
  outline: none;
  overflow: auto; }
  textarea:focus {
    box-shadow: 0 0 0.25rem 0.25rem rgba(71, 173, 246, 0.9); }

h1 {
  text-transform: none;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.125rem;
  margin-bottom: 0; }

h2 {
  text-transform: none;
  font-weight: lighter; }

hr.hr {
  background-color: #d1d1d1;
  border: none;
  margin-bottom: 0.5rem;
  height: 1px; }

#activeUser {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: center;
  position: relative; }
  #activeUser > a {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center; }
  #activeUser > a .name {
    font-size: 1.25rem; }
  #activeUser > a .arrow {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    margin-left: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    top: -2px; }
  #activeUser > a:hover {
    color: inherit; }
  #activeUser .menu {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    position: absolute;
    background-color: #fff;
    top: 3.5rem;
    right: 0;
    z-index: 20; }
  #activeUser .menu .arrow {
    position: absolute;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 0.75rem solid #fff;
    width: 0;
    height: 0;
    top: -0.75rem;
    right: 2rem; }
  #activeUser .menu .items {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15), 0 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 0.25rem 0; }
    #activeUser .menu .items a {
      background: #fff;
      display: block;
      padding: 0.5rem 1.5rem;
      min-width: 6rem;
      white-space: nowrap; }
      #activeUser .menu .items a:first-child {
        border-top-right-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
        -webkit-border-top-right-radius: 0.25rem;
        -webkit-border-top-left-radius: 0.25rem;
        -moz-border-top-right-radius: 0.25rem;
        -moz-border-top-left-radius: 0.25rem; }
      #activeUser .menu .items a:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        -webkit-border-bottom-right-radius: 0.25rem;
        -webkit-border-bottom-left-radius: 0.25rem;
        -moz-border-bottom-right-radius: 0.25rem;
        -moz-border-bottom-left-radius: 0.25rem; }
      #activeUser .menu .items a:hover {
        background: #fc0;
        color: #000; }

#addTopicItemTool {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: 0 0 0.5rem black;
  -moz-box-shadow: 0 0 0.5rem black;
  box-shadow: 0 0 0.5rem black;
  height: 3rem;
  width: 3rem;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  opacity: 0.25;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center; }
  #addTopicItemTool .icon {
    width: 2rem;
    height: 2rem;
    position: relative; }
  #addTopicItemTool .icon .line {
    width: 100%;
    height: 0.5rem;
    background-color: #fc0;
    position: absolute;
    top: 0.75rem; }
    #addTopicItemTool .icon .line.v-line {
      transform: rotate(90deg); }
  #addTopicItemTool:hover {
    opacity: 1; }

#caretWhisperer {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15), 0 0 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  top: 0;
  left: 0;
  z-index: 2020; }
  #caretWhisperer.visible {
    display: block; }
  #caretWhisperer a.item {
    display: block;
    padding: 0.25rem 1rem; }
  #caretWhisperer a.item.selected, #caretWhisperer a.item:hover {
    background-color: #ffcc00;
    color: #fff; }

#hoursBar {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #383838;
  box-sizing: border-box;
  padding: 1rem 3rem; }
  #hoursBar form {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #hoursBar form .claim {
    font-size: 1.05rem;
    margin: 1rem 0 1rem;
    color: #fc0; }
  #hoursBar form .default-values button, #hoursBar form .custom-value button, #hoursBar form .default-values input[type="submit"], #hoursBar form .custom-value input[type="submit"] {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    font-size: 0.75rem;
    border: solid 1px #fc0;
    margin: 0.25rem;
    height: 2.5rem; }
  #hoursBar form .default-values {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 10rem; }
    #hoursBar form .default-values button {
      width: 2.5rem; }
      #hoursBar form .default-values button[name="other"] {
        background-color: #fc0;
        margin: 1rem 0 0 0;
        width: 8.5rem;
        height: 2rem;
        color: #383838; }
      #hoursBar form .default-values button:hover {
        background-color: #fc0;
        color: #383838; }
  #hoursBar form .custom-value {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center; }
    #hoursBar form .custom-value input[name="hbHoursValue"] {
      text-align: center;
      font-size: 0.9rem;
      box-sizing: border-box;
      margin: 0 0.5rem 0 0;
      padding: 0;
      width: 2.5rem;
      height: 2.5rem;
      color: #fff; }
    #hoursBar form .custom-value input[type="submit"] {
      background-color: #fc0;
      width: 8.5rem;
      height: 2.5rem;
      color: #383838; }
  @media screen and (min-width: 26em) {
    #hoursBar form .default-values {
      width: 20rem; } }
  @media screen and (min-width: 50em) {
    #hoursBar form .default-values {
      width: initial; }
      #hoursBar form .default-values button[name="other"] {
        margin: 0 0 0 1rem;
        height: 2.5rem; } }
  #hoursBar button[name="hoursBarCloser"] {
    position: absolute;
    background-image: url("/static/img/icons/closer.svg");
    background-size: 1.5rem 3rem;
    background-position: 0 0;
    width: 1.5rem;
    height: 1.5rem;
    top: 0.5rem;
    right: 0.5rem; }
  #hoursBar button[name="hoursBarCloser"]:active {
    background-position: 0rem 1.5rem;
    opacity: 1; }

#myTopicItems {
  flex-shrink: 0;
  border-bottom: solid 1px #2a2a28;
  outline: none; }
  #myTopicItems:hover {
    color: #fff; }
  #myTopicItems .left .mark {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    background-image: url("/static/img/icons/my-topics.svg");
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    margin: 0 0.75rem;
    width: 1.5rem;
    height: 1.5rem; }
  #myTopicItems .center, #myTopicItems .right {
    border-bottom: none; }
  #myTopicItems .right .todo {
    margin-right: 2rem; }

#defaultHeader {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #383838;
  border-bottom: solid 1px #ffcc00;
  padding: 0 2.25rem; }
  #defaultHeader .left {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 1rem 0 0;
    height: 3rem; }
  #defaultHeader .left .logo {
    background-image: url("/static/img/logo.png");
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    margin-right: 0.5rem;
    width: 3rem;
    height: 3rem; }
  #defaultHeader .left h1 {
    flex-grow: 1;
    font-weight: lighter;
    color: #ffcc00; }
    #defaultHeader .left h1 .subtitle {
      display: none; }
      #defaultHeader .left h1 .subtitle:before {
        content: "-";
        margin: 0 0.5rem; }
      @media screen and (min-width: 30em) {
    #defaultHeader .left h1 .subtitle {
      display: inline; } }
  #defaultHeader .right #activeUser a .name {
    color: #fff; }
    #defaultHeader .right #activeUser a .arrow {
      border-color: #fff; }

#overviewMenu {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0; }
  #overviewMenu a {
    font-size: 1.25rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff; }
  #overviewMenu a:hover, #overviewMenu a.active {
    color: #ffcc00; }

.topic {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  width: 100%;
  cursor: pointer; }
  .topic.drag-over {
    background-color: #2d2d2d; }
  .topic .left, .topic .center, .topic .right {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3rem; }
  .topic .left div.logo, .topic .center div.logo, .topic .right div.logo {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    flex-shrink: 0;
    margin: 0 1rem;
    width: 2rem;
    height: 2rem;
    font-size: 0.9rem; }
  .topic .center, .topic .right {
    border-bottom: solid 1px #2a2a28; }
  .topic .left {
    padding-left: 1.25rem; }
  .topic .left .mark {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin: 0 1rem;
    width: 1rem;
    height: 1rem; }
  .topic .center {
    overflow: hidden;
    flex-grow: 1; }
  .topic .center .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    font-weight: lighter; }
  .topic .center input[name='name'] {
    border: none;
    font-size: 1rem;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    line-height: 1;
    height: initial;
    color: #fff; }
    .topic .center .after-term {
      font-size: 0.75rem;
      font-weight: 200;
      margin-top: 0.25rem;
      color: #f00; }
  .topic .right {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 0.5rem; }
  .topic .right .todo {
    font-size: 1rem;
    font-weight: lighter; }
  .topic .right button[name="share"] {
    background-image: url("/static/img/icons/sharing-icon.png");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 1.5rem 3rem;
    opacity: 0.5;
    margin-left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem; }
    .topic .right button[name="share"]:hover, .topic .right button[name="share"]:active {
      opacity: 1; }
  @media only screen and (min-width: 40em) {
  .topic.selected {
    background-color: #2d2d2d; } }

#topicCompleted .toolbar, #topicCompleted .date, #topicCompleted hr.hr {
  margin-left: 2rem; }
  #topicCompleted .toolbar {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    height: 3rem;
    color: #a9a9a9; }
  #topicCompleted .toolbar button[name="disclosure"] {
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-left: 1rem solid #d1d1d1;
    margin: 0 1rem 0 0.5rem;
    width: 0;
    height: 0; }
    #topicCompleted .toolbar button[name="disclosure"]:hover, #topicCompleted .toolbar button[name="disclosure"]:active {
      opacity: 1; }
    #topicCompleted .toolbar button[name="disclosure"] + .number-of-completed-items {
      margin-left: 0; }
  #topicCompleted .toolbar .number-of-completed-items {
    margin-left: 2.5rem; }
    #topicCompleted .toolbar .number-of-completed-items.btn {
      cursor: pointer; }
  #topicCompleted .load-all {
    display: flex;
    justify-content: flex-end;
    padding-right: 1.25rem; }
  #topicCompleted .date {
    align-items: flex-end;
    border-bottom: solid 1px #d1d1d1;
    font-size: 0.9rem;
    display: none;
    padding-bottom: 0.5rem;
    height: 2.5rem;
    color: #a9a9a9; }
  #topicCompleted .date:first-child {
    border-top: none; }
  #topicCompleted .topicItems {
    flex-direction: column;
    display: none; }
  #topicCompleted .topicItems .topicItem:last-child.selected {
    position: relative;
    z-index: 2; }
    #topicCompleted .topicItems .topicItem:last-child .text {
      border-bottom: none; }
  #topicCompleted hr.hr {
    margin-bottom: 2rem; }
  #topicCompleted.opened .date, #topicCompleted.opened .topicItems {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex; }
  #topicCompleted.opened .toolbar button[name="disclosure"] {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  #topicCompleted.opened hr.hr {
    position: relative;
    top: -1px;
    z-index: 1; }

#topicHead {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: solid 1px #d1d1d1;
  margin-left: 2rem;
  padding: 1rem 2.5rem 0 0;
  width: calc(100% - 3.5rem); }
  #topicHead .title, #topicHead .options {
    margin-bottom: 1rem; }
  #topicHead .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #topicHead .options {
    position: relative;
    margin-left: 2rem; }
  #topicHead .options #topicOptions {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15), 0 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 1.25rem 1.25rem;
    width: 20rem;
    max-width: calc(100vw - 5.5rem);
    top: 1.5rem;
    right: 0;
    z-index: 20; }
  @media only screen and (min-width: 32em) {
  #topicHead .options #topicOptions {
    top: -1rem;
    right: 7rem; } }

.topicItem, .tmpTopicItem {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: flex-start;
  background-color: #fcfcfc;
  padding-left: 2rem; }
  .topicItem .seq-num, .tmpTopicItem .seq-num {
    flex-shrink: 0;
    margin-right: 1rem;
    color: #a9a9a9; }
  .topicItem .topicIcon, .tmpTopicItem .topicIcon {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 0.75rem;
    margin: 0.25rem 0.5rem 0.25rem 0;
    width: 1.75rem;
    height: 1.75rem;
    color: #fff; }
  .topicItem .serialNumber, .tmpTopicItem .serialNumber {
    margin-right: 0.5rem;
    margin-top: 0.625rem;
    color: #888;
    width: 2rem;
    font-size: 0.75rem; }
  .topicItem .colorCheckbox, .tmpTopicItem .colorCheckbox {
    margin: 0.375rem 0.5rem 0.375rem 0; }
  .topicItem .labels, .tmpTopicItem .labels {
    margin: 0.5rem;
    display: flex; }
  .topicItem .labels .label, .tmpTopicItem .labels .label {
    border: 1px solid #888;
    border-radius: 0.3rem;
    padding: 0.1rem 0.2rem;
    font-size: 0.7rem;
    margin-right: 0.3rem;
    color: #888; }
  .topicItem .body, .tmpTopicItem .body {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    border-bottom: solid 1px #d1d1d1;
    min-height: 2.25rem;
    /* COLOR VARIANTS */ }
  .topicItem .body .row, .tmpTopicItem .body .row {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex; }
    .topicItem .body .row.main, .tmpTopicItem .body .row.main {
      margin-bottom: 0.25rem;
      padding: 0.5rem 0 0; }
    .topicItem .body .row.main .l, .tmpTopicItem .body .row.main .l {
      margin-right: 0; }
      .topicItem .body .row.main .l .priority, .tmpTopicItem .body .row.main .l .priority {
        font-size: 1.1rem;
        font-weight: bold;
        letter-spacing: 0.125rem; }
        .topicItem .body .row.main .l .priority:not(:empty), .tmpTopicItem .body .row.main .l .priority:not(:empty) {
          margin-right: 0.5rem; }
    .topicItem .body .row.main button[name="accept"], .tmpTopicItem .body .row.main button[name="accept"] {
      color: white;
      border-radius: 0.25rem;
      -webkit-border-radius: 0.25rem;
      -moz-border-radius: 0.25rem;
      text-transform: uppercase;
      font-size: 0.75rem;
      padding: 0 0.5rem;
      height: 1.5rem;
      min-height: initial; }
    .topicItem .body .row.main > .text, .tmpTopicItem .body .row.main > .text {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      align-items: center;
      padding-left: 0;
      flex-grow: 1;
      font-size: 0.9rem;
      display: block;
      outline: 0;
      width: 4rem;
      line-height: 1.5; }
      .topicItem .body .row.main > .text[contenteditable="false"], .tmpTopicItem .body .row.main > .text[contenteditable="false"] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .topicItem .body .row.main > .text[contenteditable="false"] *, .tmpTopicItem .body .row.main > .text[contenteditable="false"] * {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: inline; }
      .topicItem .body .row.main > .text input[name="at-tag"], .tmpTopicItem .body .row.main > .text input[name="at-tag"], .topicItem .body .row.main > .text button[name="at-tag"], .tmpTopicItem .body .row.main > .text button[name="at-tag"] {
        text-align: left;
        box-shadow: none;
        border: none;
        margin: 0;
        padding: 0;
        font: inherit;
        font-weight: bold;
        height: inherit;
        min-width: 1rem;
        color: black; }
        .topicItem .body .row.main > .text input[name="at-tag"]:hover, .tmpTopicItem .body .row.main > .text input[name="at-tag"]:hover, .topicItem .body .row.main > .text button[name="at-tag"]:hover, .tmpTopicItem .body .row.main > .text button[name="at-tag"]:hover, .topicItem .body .row.main > .text input[name="at-tag"]:active, .tmpTopicItem .body .row.main > .text input[name="at-tag"]:active, .topicItem .body .row.main > .text button[name="at-tag"]:active, .tmpTopicItem .body .row.main > .text button[name="at-tag"]:active {
          opacity: 1; }
        .topicItem .body .row.main > .text input[name="at-tag"]:focus, .tmpTopicItem .body .row.main > .text input[name="at-tag"]:focus, .topicItem .body .row.main > .text button[name="at-tag"]:focus, .tmpTopicItem .body .row.main > .text button[name="at-tag"]:focus {
          outline: 0; }
      .topicItem .body .row.main > .text input[name="at-tag"], .tmpTopicItem .body .row.main > .text input[name="at-tag"] {
        width: 0; }
    .topicItem .body .row.main .details, .tmpTopicItem .body .row.main .details {
      position: relative; }
      .topicItem .body .row.main .details button[name="details"], .tmpTopicItem .body .row.main .details button[name="details"] {
        margin: 0.2rem 0.5rem 0.5rem 0.5rem; }
      .topicItem .body .row.main .details #topicItemDetailsBubble, .tmpTopicItem .body .row.main .details #topicItemDetailsBubble {
        position: absolute;
        top: 2rem;
        right: 0; }
      @media only screen and (min-width: 55em) {
      .topicItem .body .row.main .details #topicItemDetailsBubble, .tmpTopicItem .body .row.main .details #topicItemDetailsBubble {
        position: absolute;
        top: -5rem;
        right: 8rem; }
        .topicItem .body .row.main .details #topicItemDetailsBubble .arrow, .tmpTopicItem .body .row.main .details #topicItemDetailsBubble .arrow {
          border-right: none;
          border-top: calc(.75rem + 2px) solid transparent;
          border-bottom: calc(.75rem + 2px) solid transparent;
          border-left: calc(.75rem + 2px) solid rgba(0, 0, 0, .1);
          right: calc(-1rem + 2px);
          top: 4.75rem; }
          .topicItem .body .row.main .details #topicItemDetailsBubble .arrow:after, .tmpTopicItem .body .row.main .details #topicItemDetailsBubble .arrow:after {
            border-right: none;
            border-top: 0.75rem solid transparent;
            border-bottom: 0.75rem solid transparent;
            border-left: 0.75rem solid #fff;
            right: calc(.25rem - 2px);
            top: -0.75rem; } }
    .topicItem .body .row.main > .hours, .tmpTopicItem .body .row.main > .hours, .topicItem .body .row.main .details > .hours, .tmpTopicItem .body .row.main .details > .hours, .topicItem .body .row.main .accepted, .tmpTopicItem .body .row.main .accepted {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-end;
      align-items: center;
      text-align: right;
      margin: 0.2rem 0.5rem 0 0.5rem;
      font-size: 0.9rem;
      font-weight: bold; }
      .topicItem .body .row.main > .hours .icon, .tmpTopicItem .body .row.main > .hours .icon, .topicItem .body .row.main .details > .hours .icon, .tmpTopicItem .body .row.main .details > .hours .icon, .topicItem .body .row.main .accepted .icon, .tmpTopicItem .body .row.main .accepted .icon {
        background-image: url("/static/img/icons/clock.png");
        background-repeat: no-repeat;
        background-size: 8rem 1rem;
        margin-right: 0.25rem;
        width: 1rem;
        height: 1rem; }
      .topicItem .body .row.main > .hours.color-1, .tmpTopicItem .body .row.main > .hours.color-1, .topicItem .body .row.main .details > .hours.color-1, .tmpTopicItem .body .row.main .details > .hours.color-1, .topicItem .body .row.main .accepted.color-1, .tmpTopicItem .body .row.main .accepted.color-1 {
        color: #c873df; }
        .topicItem .body .row.main > .hours.color-1 .icon, .tmpTopicItem .body .row.main > .hours.color-1 .icon, .topicItem .body .row.main .details > .hours.color-1 .icon, .tmpTopicItem .body .row.main .details > .hours.color-1 .icon, .topicItem .body .row.main .accepted.color-1 .icon, .tmpTopicItem .body .row.main .accepted.color-1 .icon {
          background-position: -1rem 0rem; }
      .topicItem .body .row.main > .hours.color-2, .tmpTopicItem .body .row.main > .hours.color-2, .topicItem .body .row.main .details > .hours.color-2, .tmpTopicItem .body .row.main .details > .hours.color-2, .topicItem .body .row.main .accepted.color-2, .tmpTopicItem .body .row.main .accepted.color-2 {
        color: #71da40; }
        .topicItem .body .row.main > .hours.color-2 .icon, .tmpTopicItem .body .row.main > .hours.color-2 .icon, .topicItem .body .row.main .details > .hours.color-2 .icon, .tmpTopicItem .body .row.main .details > .hours.color-2 .icon, .topicItem .body .row.main .accepted.color-2 .icon, .tmpTopicItem .body .row.main .accepted.color-2 .icon {
          background-position: -2rem 0rem; }
      .topicItem .body .row.main > .hours.color-3, .tmpTopicItem .body .row.main > .hours.color-3, .topicItem .body .row.main .details > .hours.color-3, .tmpTopicItem .body .row.main .details > .hours.color-3, .topicItem .body .row.main .accepted.color-3, .tmpTopicItem .body .row.main .accepted.color-3 {
        color: #47adf6; }
        .topicItem .body .row.main > .hours.color-3 .icon, .tmpTopicItem .body .row.main > .hours.color-3 .icon, .topicItem .body .row.main .details > .hours.color-3 .icon, .tmpTopicItem .body .row.main .details > .hours.color-3 .icon, .topicItem .body .row.main .accepted.color-3 .icon, .tmpTopicItem .body .row.main .accepted.color-3 .icon {
          background-position: -3rem 0rem; }
      .topicItem .body .row.main > .hours.color-4, .tmpTopicItem .body .row.main > .hours.color-4, .topicItem .body .row.main .details > .hours.color-4, .tmpTopicItem .body .row.main .details > .hours.color-4, .topicItem .body .row.main .accepted.color-4, .tmpTopicItem .body .row.main .accepted.color-4 {
        color: #ffcc00; }
        .topicItem .body .row.main > .hours.color-4 .icon, .tmpTopicItem .body .row.main > .hours.color-4 .icon, .topicItem .body .row.main .details > .hours.color-4 .icon, .tmpTopicItem .body .row.main .details > .hours.color-4 .icon, .topicItem .body .row.main .accepted.color-4 .icon, .tmpTopicItem .body .row.main .accepted.color-4 .icon {
          background-position: -4rem 0rem; }
      .topicItem .body .row.main > .hours.color-5, .tmpTopicItem .body .row.main > .hours.color-5, .topicItem .body .row.main .details > .hours.color-5, .tmpTopicItem .body .row.main .details > .hours.color-5, .topicItem .body .row.main .accepted.color-5, .tmpTopicItem .body .row.main .accepted.color-5 {
        color: #9f8460; }
        .topicItem .body .row.main > .hours.color-5 .icon, .tmpTopicItem .body .row.main > .hours.color-5 .icon, .topicItem .body .row.main .details > .hours.color-5 .icon, .tmpTopicItem .body .row.main .details > .hours.color-5 .icon, .topicItem .body .row.main .accepted.color-5 .icon, .tmpTopicItem .body .row.main .accepted.color-5 .icon {
          background-position: -5rem 0rem; }
      .topicItem .body .row.main > .hours.color-6, .tmpTopicItem .body .row.main > .hours.color-6, .topicItem .body .row.main .details > .hours.color-6, .tmpTopicItem .body .row.main .details > .hours.color-6, .topicItem .body .row.main .accepted.color-6, .tmpTopicItem .body .row.main .accepted.color-6 {
        color: #f52a6b; }
        .topicItem .body .row.main > .hours.color-6 .icon, .tmpTopicItem .body .row.main > .hours.color-6 .icon, .topicItem .body .row.main .details > .hours.color-6 .icon, .tmpTopicItem .body .row.main .details > .hours.color-6 .icon, .topicItem .body .row.main .accepted.color-6 .icon, .tmpTopicItem .body .row.main .accepted.color-6 .icon {
          background-position: -6rem 0rem; }
      .topicItem .body .row.main > .hours.color-7, .tmpTopicItem .body .row.main > .hours.color-7, .topicItem .body .row.main .details > .hours.color-7, .tmpTopicItem .body .row.main .details > .hours.color-7, .topicItem .body .row.main .accepted.color-7, .tmpTopicItem .body .row.main .accepted.color-7 {
        color: #f69525; }
        .topicItem .body .row.main > .hours.color-7 .icon, .tmpTopicItem .body .row.main > .hours.color-7 .icon, .topicItem .body .row.main .details > .hours.color-7 .icon, .tmpTopicItem .body .row.main .details > .hours.color-7 .icon, .topicItem .body .row.main .accepted.color-7 .icon, .tmpTopicItem .body .row.main .accepted.color-7 .icon {
          background-position: -7rem 0rem; }
    .topicItem .body .row.main .accepted, .tmpTopicItem .body .row.main .accepted {
      font-weight: normal;
      margin: 0.2rem 0.5rem 0.5rem 0.5rem;
      height: min-content; }
    .topicItem .body .row .icons, .tmpTopicItem .body .row .icons {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-right: 0.5rem; }
    .topicItem .body .row .icons img, .tmpTopicItem .body .row .icons img {
      display: block;
      width: 1rem;
      height: 1rem; }
    .topicItem .body .row .icons .sprints, .tmpTopicItem .body .row .icons .sprints {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .topicItem .body .row .icons .sprints .sprint1, .tmpTopicItem .body .row .icons .sprints .sprint1, .topicItem .body .row .icons .sprints .sprint2, .tmpTopicItem .body .row .icons .sprints .sprint2, .topicItem .body .row .icons .sprints .sprint3, .tmpTopicItem .body .row .icons .sprints .sprint3, .topicItem .body .row .icons .sprints .sprint4, .tmpTopicItem .body .row .icons .sprints .sprint4, .topicItem .body .row .icons .sprints .sprint5, .tmpTopicItem .body .row .icons .sprints .sprint5 {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        font-size: 0.75rem;
        font-weight: bold;
        margin-left: 0.25rem;
        width: 1.25rem;
        height: 1.25rem;
        color: #fff;
        cursor: default; }
      .topicItem .body .row .icons .sprints .sprint1, .tmpTopicItem .body .row .icons .sprints .sprint1 {
        background-color: #ee0000; }
      .topicItem .body .row .icons .sprints .sprint2, .tmpTopicItem .body .row .icons .sprints .sprint2 {
        background-color: #ff6600; }
      .topicItem .body .row .icons .sprints .sprint3, .tmpTopicItem .body .row .icons .sprints .sprint3 {
        background-color: #ffbb00; }
      .topicItem .body .row .icons .sprints .sprint4, .tmpTopicItem .body .row .icons .sprints .sprint4, .topicItem .body .row .icons .sprints .sprint5, .tmpTopicItem .body .row .icons .sprints .sprint5 {
        background-color: #a1a1a1; }
    .topicItem .body .row.attachments, .tmpTopicItem .body .row.attachments {
      display: none;
      margin-bottom: 0.25rem; }
    .topicItem .body .row.attachments img, .tmpTopicItem .body .row.attachments img {
      display: block;
      width: 1rem;
      height: 1rem; }
    .topicItem .body .row.author, .tmpTopicItem .body .row.author, .topicItem .body .row.editor, .tmpTopicItem .body .row.editor, .topicItem .body .row.sprints, .tmpTopicItem .body .row.sprints {
      display: none;
      margin-bottom: 0.25rem;
      font-size: 0.75rem; }
    .topicItem .body .row.author .options, .tmpTopicItem .body .row.author .options, .topicItem .body .row.editor .options, .tmpTopicItem .body .row.editor .options, .topicItem .body .row.sprints .options, .tmpTopicItem .body .row.sprints .options {
      display: flex; }
      .topicItem .body .row.author .options button, .tmpTopicItem .body .row.author .options button, .topicItem .body .row.editor .options button, .tmpTopicItem .body .row.editor .options button, .topicItem .body .row.sprints .options button, .tmpTopicItem .body .row.sprints .options button, .topicItem .body .row.author .options button:disabled, .tmpTopicItem .body .row.author .options button:disabled, .topicItem .body .row.editor .options button:disabled, .tmpTopicItem .body .row.editor .options button:disabled, .topicItem .body .row.sprints .options button:disabled, .tmpTopicItem .body .row.sprints .options button:disabled {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border: solid 2px #a1a1a1;
        font-size: 0.9rem;
        font-weight: bold;
        margin-right: 0.5rem;
        width: 1.5rem;
        height: 1.5rem;
        color: #a1a1a1; }
        .topicItem .body .row.author .options button:hover:not(:disabled), .tmpTopicItem .body .row.author .options button:hover:not(:disabled), .topicItem .body .row.editor .options button:hover:not(:disabled), .tmpTopicItem .body .row.editor .options button:hover:not(:disabled), .topicItem .body .row.sprints .options button:hover:not(:disabled), .tmpTopicItem .body .row.sprints .options button:hover:not(:disabled), .topicItem .body .row.author .options button:disabled:hover:not(:disabled), .tmpTopicItem .body .row.author .options button:disabled:hover:not(:disabled), .topicItem .body .row.editor .options button:disabled:hover:not(:disabled), .tmpTopicItem .body .row.editor .options button:disabled:hover:not(:disabled), .topicItem .body .row.sprints .options button:disabled:hover:not(:disabled), .tmpTopicItem .body .row.sprints .options button:disabled:hover:not(:disabled), .topicItem .body .row.author .options button.active, .tmpTopicItem .body .row.author .options button.active, .topicItem .body .row.editor .options button.active, .tmpTopicItem .body .row.editor .options button.active, .topicItem .body .row.sprints .options button.active, .tmpTopicItem .body .row.sprints .options button.active, .topicItem .body .row.author .options button:disabled.active, .tmpTopicItem .body .row.author .options button:disabled.active, .topicItem .body .row.editor .options button:disabled.active, .tmpTopicItem .body .row.editor .options button:disabled.active, .topicItem .body .row.sprints .options button:disabled.active, .tmpTopicItem .body .row.sprints .options button:disabled.active {
          color: #fff; }
        .topicItem .body .row.author .options button:hover:not(:disabled)[name="sprint1"], .tmpTopicItem .body .row.author .options button:hover:not(:disabled)[name="sprint1"], .topicItem .body .row.editor .options button:hover:not(:disabled)[name="sprint1"], .tmpTopicItem .body .row.editor .options button:hover:not(:disabled)[name="sprint1"], .topicItem .body .row.sprints .options button:hover:not(:disabled)[name="sprint1"], .tmpTopicItem .body .row.sprints .options button:hover:not(:disabled)[name="sprint1"], .topicItem .body .row.author .options button:disabled:hover:not(:disabled)[name="sprint1"], .tmpTopicItem .body .row.author .options button:disabled:hover:not(:disabled)[name="sprint1"], .topicItem .body .row.editor .options button:disabled:hover:not(:disabled)[name="sprint1"], .tmpTopicItem .body .row.editor .options button:disabled:hover:not(:disabled)[name="sprint1"], .topicItem .body .row.sprints .options button:disabled:hover:not(:disabled)[name="sprint1"], .tmpTopicItem .body .row.sprints .options button:disabled:hover:not(:disabled)[name="sprint1"], .topicItem .body .row.author .options button.active[name="sprint1"], .tmpTopicItem .body .row.author .options button.active[name="sprint1"], .topicItem .body .row.editor .options button.active[name="sprint1"], .tmpTopicItem .body .row.editor .options button.active[name="sprint1"], .topicItem .body .row.sprints .options button.active[name="sprint1"], .tmpTopicItem .body .row.sprints .options button.active[name="sprint1"], .topicItem .body .row.author .options button:disabled.active[name="sprint1"], .tmpTopicItem .body .row.author .options button:disabled.active[name="sprint1"], .topicItem .body .row.editor .options button:disabled.active[name="sprint1"], .tmpTopicItem .body .row.editor .options button:disabled.active[name="sprint1"], .topicItem .body .row.sprints .options button:disabled.active[name="sprint1"], .tmpTopicItem .body .row.sprints .options button:disabled.active[name="sprint1"] {
          background-color: #ee0000;
          border-color: #ee0000; }
        .topicItem .body .row.author .options button:hover:not(:disabled)[name="sprint2"], .tmpTopicItem .body .row.author .options button:hover:not(:disabled)[name="sprint2"], .topicItem .body .row.editor .options button:hover:not(:disabled)[name="sprint2"], .tmpTopicItem .body .row.editor .options button:hover:not(:disabled)[name="sprint2"], .topicItem .body .row.sprints .options button:hover:not(:disabled)[name="sprint2"], .tmpTopicItem .body .row.sprints .options button:hover:not(:disabled)[name="sprint2"], .topicItem .body .row.author .options button:disabled:hover:not(:disabled)[name="sprint2"], .tmpTopicItem .body .row.author .options button:disabled:hover:not(:disabled)[name="sprint2"], .topicItem .body .row.editor .options button:disabled:hover:not(:disabled)[name="sprint2"], .tmpTopicItem .body .row.editor .options button:disabled:hover:not(:disabled)[name="sprint2"], .topicItem .body .row.sprints .options button:disabled:hover:not(:disabled)[name="sprint2"], .tmpTopicItem .body .row.sprints .options button:disabled:hover:not(:disabled)[name="sprint2"], .topicItem .body .row.author .options button.active[name="sprint2"], .tmpTopicItem .body .row.author .options button.active[name="sprint2"], .topicItem .body .row.editor .options button.active[name="sprint2"], .tmpTopicItem .body .row.editor .options button.active[name="sprint2"], .topicItem .body .row.sprints .options button.active[name="sprint2"], .tmpTopicItem .body .row.sprints .options button.active[name="sprint2"], .topicItem .body .row.author .options button:disabled.active[name="sprint2"], .tmpTopicItem .body .row.author .options button:disabled.active[name="sprint2"], .topicItem .body .row.editor .options button:disabled.active[name="sprint2"], .tmpTopicItem .body .row.editor .options button:disabled.active[name="sprint2"], .topicItem .body .row.sprints .options button:disabled.active[name="sprint2"], .tmpTopicItem .body .row.sprints .options button:disabled.active[name="sprint2"] {
          background-color: #ff6600;
          border-color: #ff6600; }
        .topicItem .body .row.author .options button:hover:not(:disabled)[name="sprint3"], .tmpTopicItem .body .row.author .options button:hover:not(:disabled)[name="sprint3"], .topicItem .body .row.editor .options button:hover:not(:disabled)[name="sprint3"], .tmpTopicItem .body .row.editor .options button:hover:not(:disabled)[name="sprint3"], .topicItem .body .row.sprints .options button:hover:not(:disabled)[name="sprint3"], .tmpTopicItem .body .row.sprints .options button:hover:not(:disabled)[name="sprint3"], .topicItem .body .row.author .options button:disabled:hover:not(:disabled)[name="sprint3"], .tmpTopicItem .body .row.author .options button:disabled:hover:not(:disabled)[name="sprint3"], .topicItem .body .row.editor .options button:disabled:hover:not(:disabled)[name="sprint3"], .tmpTopicItem .body .row.editor .options button:disabled:hover:not(:disabled)[name="sprint3"], .topicItem .body .row.sprints .options button:disabled:hover:not(:disabled)[name="sprint3"], .tmpTopicItem .body .row.sprints .options button:disabled:hover:not(:disabled)[name="sprint3"], .topicItem .body .row.author .options button.active[name="sprint3"], .tmpTopicItem .body .row.author .options button.active[name="sprint3"], .topicItem .body .row.editor .options button.active[name="sprint3"], .tmpTopicItem .body .row.editor .options button.active[name="sprint3"], .topicItem .body .row.sprints .options button.active[name="sprint3"], .tmpTopicItem .body .row.sprints .options button.active[name="sprint3"], .topicItem .body .row.author .options button:disabled.active[name="sprint3"], .tmpTopicItem .body .row.author .options button:disabled.active[name="sprint3"], .topicItem .body .row.editor .options button:disabled.active[name="sprint3"], .tmpTopicItem .body .row.editor .options button:disabled.active[name="sprint3"], .topicItem .body .row.sprints .options button:disabled.active[name="sprint3"], .tmpTopicItem .body .row.sprints .options button:disabled.active[name="sprint3"] {
          background-color: #ffbb00;
          border-color: #ffbb00; }
        .topicItem .body .row.author .options button:hover:not(:disabled)[name="sprint4"], .tmpTopicItem .body .row.author .options button:hover:not(:disabled)[name="sprint4"], .topicItem .body .row.editor .options button:hover:not(:disabled)[name="sprint4"], .tmpTopicItem .body .row.editor .options button:hover:not(:disabled)[name="sprint4"], .topicItem .body .row.sprints .options button:hover:not(:disabled)[name="sprint4"], .tmpTopicItem .body .row.sprints .options button:hover:not(:disabled)[name="sprint4"], .topicItem .body .row.author .options button:disabled:hover:not(:disabled)[name="sprint4"], .tmpTopicItem .body .row.author .options button:disabled:hover:not(:disabled)[name="sprint4"], .topicItem .body .row.editor .options button:disabled:hover:not(:disabled)[name="sprint4"], .tmpTopicItem .body .row.editor .options button:disabled:hover:not(:disabled)[name="sprint4"], .topicItem .body .row.sprints .options button:disabled:hover:not(:disabled)[name="sprint4"], .tmpTopicItem .body .row.sprints .options button:disabled:hover:not(:disabled)[name="sprint4"], .topicItem .body .row.author .options button.active[name="sprint4"], .tmpTopicItem .body .row.author .options button.active[name="sprint4"], .topicItem .body .row.editor .options button.active[name="sprint4"], .tmpTopicItem .body .row.editor .options button.active[name="sprint4"], .topicItem .body .row.sprints .options button.active[name="sprint4"], .tmpTopicItem .body .row.sprints .options button.active[name="sprint4"], .topicItem .body .row.author .options button:disabled.active[name="sprint4"], .tmpTopicItem .body .row.author .options button:disabled.active[name="sprint4"], .topicItem .body .row.editor .options button:disabled.active[name="sprint4"], .tmpTopicItem .body .row.editor .options button:disabled.active[name="sprint4"], .topicItem .body .row.sprints .options button:disabled.active[name="sprint4"], .tmpTopicItem .body .row.sprints .options button:disabled.active[name="sprint4"], .topicItem .body .row.author .options button:hover:not(:disabled)[name="sprint5"], .tmpTopicItem .body .row.author .options button:hover:not(:disabled)[name="sprint5"], .topicItem .body .row.editor .options button:hover:not(:disabled)[name="sprint5"], .tmpTopicItem .body .row.editor .options button:hover:not(:disabled)[name="sprint5"], .topicItem .body .row.sprints .options button:hover:not(:disabled)[name="sprint5"], .tmpTopicItem .body .row.sprints .options button:hover:not(:disabled)[name="sprint5"], .topicItem .body .row.author .options button:disabled:hover:not(:disabled)[name="sprint5"], .tmpTopicItem .body .row.author .options button:disabled:hover:not(:disabled)[name="sprint5"], .topicItem .body .row.editor .options button:disabled:hover:not(:disabled)[name="sprint5"], .tmpTopicItem .body .row.editor .options button:disabled:hover:not(:disabled)[name="sprint5"], .topicItem .body .row.sprints .options button:disabled:hover:not(:disabled)[name="sprint5"], .tmpTopicItem .body .row.sprints .options button:disabled:hover:not(:disabled)[name="sprint5"], .topicItem .body .row.author .options button.active[name="sprint5"], .tmpTopicItem .body .row.author .options button.active[name="sprint5"], .topicItem .body .row.editor .options button.active[name="sprint5"], .tmpTopicItem .body .row.editor .options button.active[name="sprint5"], .topicItem .body .row.sprints .options button.active[name="sprint5"], .tmpTopicItem .body .row.sprints .options button.active[name="sprint5"], .topicItem .body .row.author .options button:disabled.active[name="sprint5"], .tmpTopicItem .body .row.author .options button:disabled.active[name="sprint5"], .topicItem .body .row.editor .options button:disabled.active[name="sprint5"], .tmpTopicItem .body .row.editor .options button:disabled.active[name="sprint5"], .topicItem .body .row.sprints .options button:disabled.active[name="sprint5"], .tmpTopicItem .body .row.sprints .options button:disabled.active[name="sprint5"] {
          background-color: #a1a1a1;
          border-color: #a1a1a1; }
        .topicItem .body .row.author .options button:disabled, .tmpTopicItem .body .row.author .options button:disabled, .topicItem .body .row.editor .options button:disabled, .tmpTopicItem .body .row.editor .options button:disabled, .topicItem .body .row.sprints .options button:disabled, .tmpTopicItem .body .row.sprints .options button:disabled, .topicItem .body .row.author .options button:disabled:disabled, .tmpTopicItem .body .row.author .options button:disabled:disabled, .topicItem .body .row.editor .options button:disabled:disabled, .tmpTopicItem .body .row.editor .options button:disabled:disabled, .topicItem .body .row.sprints .options button:disabled:disabled, .tmpTopicItem .body .row.sprints .options button:disabled:disabled {
          cursor: default; }
    .topicItem .body .row .l, .tmpTopicItem .body .row .l {
      margin-right: 0.5rem; }
    .topicItem .body .row .r, .tmpTopicItem .body .row .r {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .topicItem .body .row .r .topicItemAttachment, .tmpTopicItem .body .row .r .topicItemAttachment {
      margin-right: 0.5rem; }
  .topicItem .body img.loader, .tmpTopicItem .body img.loader {
    margin-right: 1rem;
    width: 1.5rem;
    height: 1.5rem; }
  .topicItem .body.rotted, .tmpTopicItem .body.rotted {
    font-style: italic; }
  .topicItem.color-1 .priority, .tmpTopicItem.color-1 .priority, .topicItem.color-1 .body .main .text [name="at-tag"].known, .tmpTopicItem.color-1 .body .main .text [name="at-tag"].known {
    color: #c873df; }
  .topicItem.color-2 .priority, .tmpTopicItem.color-2 .priority, .topicItem.color-2 .body .main .text [name="at-tag"].known, .tmpTopicItem.color-2 .body .main .text [name="at-tag"].known {
    color: #71da40; }
  .topicItem.color-3 .priority, .tmpTopicItem.color-3 .priority, .topicItem.color-3 .body .main .text [name="at-tag"].known, .tmpTopicItem.color-3 .body .main .text [name="at-tag"].known {
    color: #47adf6; }
  .topicItem.color-4 .priority, .tmpTopicItem.color-4 .priority, .topicItem.color-4 .body .main .text [name="at-tag"].known, .tmpTopicItem.color-4 .body .main .text [name="at-tag"].known {
    color: #ffcc00; }
  .topicItem.color-5 .priority, .tmpTopicItem.color-5 .priority, .topicItem.color-5 .body .main .text [name="at-tag"].known, .tmpTopicItem.color-5 .body .main .text [name="at-tag"].known {
    color: #9f8460; }
  .topicItem.color-6 .priority, .tmpTopicItem.color-6 .priority, .topicItem.color-6 .body .main .text [name="at-tag"].known, .tmpTopicItem.color-6 .body .main .text [name="at-tag"].known {
    color: #f52a6b; }
  .topicItem.color-7 .priority, .tmpTopicItem.color-7 .priority, .topicItem.color-7 .body .main .text [name="at-tag"].known, .tmpTopicItem.color-7 .body .main .text [name="at-tag"].known {
    color: #f69525; }
  .topicItem.selected, .tmpTopicItem.selected, .topicItem.attachment-dragover, .tmpTopicItem.attachment-dragover {
    position: relative; }
  .topicItem.selected:before, .tmpTopicItem.selected:before, .topicItem.attachment-dragover:before, .tmpTopicItem.attachment-dragover:before, .topicItem.selected:after, .tmpTopicItem.selected:after, .topicItem.attachment-dragover:after, .tmpTopicItem.attachment-dragover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0; }
  .topicItem.selected:before, .tmpTopicItem.selected:before, .topicItem.attachment-dragover:before, .tmpTopicItem.attachment-dragover:before {
    border-top-style: solid;
    border-top-width: 1px;
    top: -1px; }
  .topicItem.selected:after, .tmpTopicItem.selected:after, .topicItem.attachment-dragover:after, .tmpTopicItem.attachment-dragover:after {
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
    /* COLOR VARIANTS */ }
  .topicItem.selected.color-1, .tmpTopicItem.selected.color-1, .topicItem.attachment-dragover.color-1, .tmpTopicItem.attachment-dragover.color-1 {
    background-color: #c873df33; }
    .topicItem.selected.color-1:before, .tmpTopicItem.selected.color-1:before, .topicItem.attachment-dragover.color-1:before, .tmpTopicItem.attachment-dragover.color-1:before, .topicItem.selected.color-1:after, .tmpTopicItem.selected.color-1:after, .topicItem.attachment-dragover.color-1:after, .tmpTopicItem.attachment-dragover.color-1:after {
      border-color: #c873df; }
  .topicItem.selected.color-2, .tmpTopicItem.selected.color-2, .topicItem.attachment-dragover.color-2, .tmpTopicItem.attachment-dragover.color-2 {
    background-color: #71da4033; }
    .topicItem.selected.color-2:before, .tmpTopicItem.selected.color-2:before, .topicItem.attachment-dragover.color-2:before, .tmpTopicItem.attachment-dragover.color-2:before, .topicItem.selected.color-2:after, .tmpTopicItem.selected.color-2:after, .topicItem.attachment-dragover.color-2:after, .tmpTopicItem.attachment-dragover.color-2:after {
      border-color: #71da40; }
  .topicItem.selected.color-3, .tmpTopicItem.selected.color-3, .topicItem.attachment-dragover.color-3, .tmpTopicItem.attachment-dragover.color-3 {
    background-color: #47adf633; }
    .topicItem.selected.color-3:before, .tmpTopicItem.selected.color-3:before, .topicItem.attachment-dragover.color-3:before, .tmpTopicItem.attachment-dragover.color-3:before, .topicItem.selected.color-3:after, .tmpTopicItem.selected.color-3:after, .topicItem.attachment-dragover.color-3:after, .tmpTopicItem.attachment-dragover.color-3:after {
      border-color: #47adf6; }
  .topicItem.selected.color-4, .tmpTopicItem.selected.color-4, .topicItem.attachment-dragover.color-4, .tmpTopicItem.attachment-dragover.color-4 {
    background-color: #ffcc0033; }
    .topicItem.selected.color-4:before, .tmpTopicItem.selected.color-4:before, .topicItem.attachment-dragover.color-4:before, .tmpTopicItem.attachment-dragover.color-4:before, .topicItem.selected.color-4:after, .tmpTopicItem.selected.color-4:after, .topicItem.attachment-dragover.color-4:after, .tmpTopicItem.attachment-dragover.color-4:after {
      border-color: #ffcc00; }
  .topicItem.selected.color-5, .tmpTopicItem.selected.color-5, .topicItem.attachment-dragover.color-5, .tmpTopicItem.attachment-dragover.color-5 {
    background-color: #9f846033; }
    .topicItem.selected.color-5:before, .tmpTopicItem.selected.color-5:before, .topicItem.attachment-dragover.color-5:before, .tmpTopicItem.attachment-dragover.color-5:before, .topicItem.selected.color-5:after, .tmpTopicItem.selected.color-5:after, .topicItem.attachment-dragover.color-5:after, .tmpTopicItem.attachment-dragover.color-5:after {
      border-color: #9f8460; }
  .topicItem.selected.color-6, .tmpTopicItem.selected.color-6, .topicItem.attachment-dragover.color-6, .tmpTopicItem.attachment-dragover.color-6 {
    background-color: #f52a6b33; }
    .topicItem.selected.color-6:before, .tmpTopicItem.selected.color-6:before, .topicItem.attachment-dragover.color-6:before, .tmpTopicItem.attachment-dragover.color-6:before, .topicItem.selected.color-6:after, .tmpTopicItem.selected.color-6:after, .topicItem.attachment-dragover.color-6:after, .tmpTopicItem.attachment-dragover.color-6:after {
      border-color: #f52a6b; }
  .topicItem.selected.color-7, .tmpTopicItem.selected.color-7, .topicItem.attachment-dragover.color-7, .tmpTopicItem.attachment-dragover.color-7 {
    background-color: #f6952533; }
    .topicItem.selected.color-7:before, .tmpTopicItem.selected.color-7:before, .topicItem.attachment-dragover.color-7:before, .tmpTopicItem.attachment-dragover.color-7:before, .topicItem.selected.color-7:after, .tmpTopicItem.selected.color-7:after, .topicItem.attachment-dragover.color-7:after, .tmpTopicItem.attachment-dragover.color-7:after {
      border-color: #f69525; }
  .topicItem.selected .body .attachments, .tmpTopicItem.selected .body .attachments, .topicItem.selected .body .author, .tmpTopicItem.selected .body .author, .topicItem.selected .body .editor, .tmpTopicItem.selected .body .editor, .topicItem.selected .body .sprints, .tmpTopicItem.selected .body .sprints {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex; }
    .topicItem.selected .body .icons, .tmpTopicItem.selected .body .icons {
      display: none; }
  .topicItem.ui-sortable-helper, .tmpTopicItem.ui-sortable-helper {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem; }
  .topicItem.ui-sortable-helper .priority, .tmpTopicItem.ui-sortable-helper .priority {
    color: #fff; }
  .topicItem.ui-sortable-helper .text, .tmpTopicItem.ui-sortable-helper .text {
    border-bottom: none !important;
    color: #fff; }
  .topicItem.ui-sortable-helper.color-1, .tmpTopicItem.ui-sortable-helper.color-1 {
    background-color: #c873dfee; }
  .topicItem.ui-sortable-helper.color-2, .tmpTopicItem.ui-sortable-helper.color-2 {
    background-color: #71da40ee; }
  .topicItem.ui-sortable-helper.color-3, .tmpTopicItem.ui-sortable-helper.color-3 {
    background-color: #47adf6ee; }
  .topicItem.ui-sortable-helper.color-4, .tmpTopicItem.ui-sortable-helper.color-4 {
    background-color: #ffcc00ee; }
  .topicItem.ui-sortable-helper.color-5, .tmpTopicItem.ui-sortable-helper.color-5 {
    background-color: #9f8460ee; }
  .topicItem.ui-sortable-helper.color-6, .tmpTopicItem.ui-sortable-helper.color-6 {
    background-color: #f52a6bee; }
  .topicItem.ui-sortable-helper.color-7, .tmpTopicItem.ui-sortable-helper.color-7 {
    background-color: #f69525ee; }
  .topicItem.ui-sortable-helper .colorCheckbox, .tmpTopicItem.ui-sortable-helper .colorCheckbox {
    border-color: #fff; }
    .topicItem.ui-sortable-helper .colorCheckbox label:before, .tmpTopicItem.ui-sortable-helper .colorCheckbox label:before {
      background-color: #fff; }
  .topicItem.ui-sortable-helper:before, .tmpTopicItem.ui-sortable-helper:before, .topicItem.ui-sortable-helper:after, .tmpTopicItem.ui-sortable-helper:after {
    border: none; }

.topicItemAttachment {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14rem;
  display: block;
  font-size: 0.75rem; }

#topicItemDetailsBubble {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15), 0 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  width: calc(100vw - 4.5rem);
  max-width: 25rem;
  z-index: 201; }
  #topicItemDetailsBubble .title {
    font-size: 1.25rem;
    margin-bottom: 1rem; }
  #topicItemDetailsBubble form .row {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem; }
    #topicItemDetailsBubble form .row:last-child {
      margin-bottom: 0; }
    #topicItemDetailsBubble form .row label {
      display: block;
      margin-bottom: 0.5rem; }
    #topicItemDetailsBubble form .row .cols {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: space-between; }
    #topicItemDetailsBubble form .row .cols .left .styledSelect, #topicItemDetailsBubble form .row .cols .right .styledSelect, #topicItemDetailsBubble form .row .cols .left select, #topicItemDetailsBubble form .row .cols .right select {
      width: 100%; }
    #topicItemDetailsBubble form .row .cols .left {
      flex-grow: 1;
      margin-right: 1rem; }
    #topicItemDetailsBubble form .row .cols .right {
      flex-shrink: 0;
      width: calc(100% / 3); }
    #topicItemDetailsBubble form .row textarea[name="note"], #topicItemDetailsBubble form .row textarea[name="comment"] {
      resize: none;
      font-size: 0.75rem;
      margin-bottom: 0;
      height: 4rem;
      line-height: 1.25; }
    #topicItemDetailsBubble form .row .buttons {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: space-between; }
    #topicItemDetailsBubble form .row .buttons input[name="delete"] {
      color: #f00; }
    #topicItemDetailsBubble form .row .buttons input[name="done"] {
      font-weight: normal; }
    #topicItemDetailsBubble form .row.hours .rows .r {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      font-size: 0.75rem;
      margin-bottom: 0.5rem;
      width: 100%; }
      #topicItemDetailsBubble form .row.hours .rows .r input.hoursValuePicker, #topicItemDetailsBubble form .row.hours .rows .r textarea[name="hoursNote"] {
        font-size: 0.75rem; }
      #topicItemDetailsBubble form .row.hours .rows .r .username {
        width: 100%; }
      #topicItemDetailsBubble form .row.hours .rows .r .date-and-value {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem; }
      #topicItemDetailsBubble form .row.hours .rows .r .date-and-value .inlineDatePicker {
        margin-right: 0.5rem;
        margin-bottom: 0;
        height: calc(1.75rem - 1px);
        line-height: 1.5; }
        #topicItemDetailsBubble form .row.hours .rows .r .date-and-value .inlineDatePicker input {
          font-size: 0.75rem;
          width: 1.25rem; }
          #topicItemDetailsBubble form .row.hours .rows .r .date-and-value .inlineDatePicker input[name="year"] {
            width: 2rem; }
      #topicItemDetailsBubble form .row.hours .rows .r .date-and-value input.hoursValuePicker {
        text-align: center;
        margin-bottom: 0;
        padding: 0.1rem;
        width: 1.8rem;
        height: 1.5rem; }
      #topicItemDetailsBubble form .row.hours .rows .r .date-and-value > .date {
        margin-right: 0.5rem; }
      #topicItemDetailsBubble form .row.hours .rows .r .note-and-delete {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        align-items: flex-start;
        flex-grow: 1; }
      #topicItemDetailsBubble form .row.hours .rows .r .note-and-delete textarea[name="hoursNote"] {
        flex-grow: 1;
        margin-bottom: 0;
        height: 1.2rem;
        resize: none; }
        #topicItemDetailsBubble form .row.hours .rows .r .note-and-delete textarea[name="hoursNote"]:focus {
          height: 2.7rem; }
      #topicItemDetailsBubble form .row.hours .rows .r .note-and-delete button[name="deleteHours"] {
        background-image: url("/static/img/icons/delete.png");
        background-size: 1.25rem 1.25rem;
        margin: 0.25rem 0 0.25rem 0.5rem;
        width: 1.25rem;
        height: 1.25rem; }
      #topicItemDetailsBubble form .row.hours .rows .r .hours-note {
        flex-grow: 1; }
      @media screen and (min-width: 25rem) {
        #topicItemDetailsBubble form .row.hours .rows .r {
          flex-wrap: wrap; }
          #topicItemDetailsBubble form .row.hours .rows .r .date-and-value {
            margin-bottom: 0; } }
  #topicItemDetailsBubble .arrow {
    position: absolute;
    border-left: calc(.75rem + 2px) solid transparent;
    border-right: calc(.75rem + 2px) solid transparent;
    border-bottom: calc(.75rem + 2px) solid rgba(0, 0, 0, .1);
    width: 0;
    height: 0;
    top: calc(-1rem + 2px);
    right: 2rem; }
  #topicItemDetailsBubble .arrow:after {
    content: "";
    position: absolute;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 0.75rem solid #fff;
    width: 0;
    height: 0;
    right: -0.75rem;
    top: 2px; }

.topicItemLabel .label {
  border: 1px solid black;
  border-radius: 0.3rem;
  padding: 0.1rem;
  font-size: 0.7rem; }
  .topicItemLabel .label.color-1 {
    color: #c873df;
    border-color: #c873df; }
  .topicItemLabel .label.color-2 {
    color: #71da40;
    border-color: #71da40; }
  .topicItemLabel .label.color-3 {
    color: #47adf6;
    border-color: #47adf6; }
  .topicItemLabel .label.color-4 {
    color: #ffcc00;
    border-color: #ffcc00; }
  .topicItemLabel .label.color-5 {
    color: #9f8460;
    border-color: #9f8460; }
  .topicItemLabel .label.color-6 {
    color: #f52a6b;
    border-color: #f52a6b; }
  .topicItemLabel .label.color-7 {
    color: #f69525;
    border-color: #f69525; }

#topicItemPattern {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  #topicOptions {
    width: calc(100vw - 2rem);
    max-width: 20rem; }
  #topicOptions form .row {
    margin-bottom: 0.5rem;
    width: 100%; }
    #topicOptions form .row input[name="topicName"] {
      width: calc(100% - 1rem - 2px); }
    #topicOptions form .row label {
      display: block;
      margin-bottom: 0.5rem; }
    #topicOptions form .row > div {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: space-between;
      width: 100%; }
  #topicOptions form hr.hr {
    margin-bottom: 1rem; }
  #topicOptions form button[name="sortByPriorities"] {
    margin-bottom: 1rem; }
  #topicOptions form .email-notifications, #topicOptions form .comment-email-notifications {
    margin-bottom: 1rem; }
  #topicOptions form .buttons {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    width: 100%; }
    #topicOptions form .buttons button {
      margin-bottom: 0; }
    #topicOptions form .buttons .left input[name="delete"] {
      color: #f00; }
    #topicOptions form .buttons .right {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-end;
      flex-grow: 1; }
    #topicOptions form .buttons .right input[name="delete"] {
      color: #f00; }
    #topicOptions form .buttons .right input[name="done"] {
      font-weight: normal; }
    #topicOptions form .buttons .right .separator {
      content: "";
      background-color: #d1d1d1;
      display: inline-block;
      margin: 0 0.5rem;
      width: 1px;
      height: 1rem; }
  #topicOptions form .error-message {
    text-align: center;
    margin-top: 1rem;
    color: #f00; }

#topicTodo button[name="addTopicItem"] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  border-bottom: solid 1px #d1d1d1;
  margin: 0 1rem 2rem 6.75rem;
  width: calc(100% - 6.75rem);
  height: 3rem;
  color: #a9a9a9; }
  #topicTodo button[name="addTopicItem"] .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

#topicsList {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.modal {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 1rem;
  width: 100vw;
  height: calc(100% - 1rem);
  color: #333;
  z-index: 20;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0; }
  .modal .modalWrapper {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem auto 0;
    width: calc(100vw - 2rem);
    max-height: calc(100vh - 2rem);
    color: #333; }
  .modal .modalWrapper * {
    flex-shrink: 0; }
  .modal .modalWrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%; }
    .modal .modalWrapper .container .content {
      border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      background: #fff;
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15), 0 0 2px 2px rgba(0, 0, 0, 0.1);
      padding-bottom: 1rem;
      width: calc(100% - 2px); }
    .modal .modalWrapper .container .closer {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: absolute;
      background: transparent;
      border: none;
      right: 0.5rem;
      top: 0.75rem;
      width: 28px;
      height: 28px; }
    .modal .modalWrapper .container .closer:before, .modal .modalWrapper .container .closer:after {
      position: absolute;
      background-color: #000;
      top: 0;
      left: 10px;
      content: " ";
      height: 29px;
      width: 5px; }
    .modal .modalWrapper .container .closer:before {
      transform: rotate(45deg); }
    .modal .modalWrapper .container .closer:after {
      transform: rotate(-45deg); }
    .modal .modalWrapper .container .closer:hover {
      opacity: 0.7;
      cursor: pointer; }
  .modal .modalWrapper .modal-margin {
    padding-bottom: 1rem; }

#mAddTopicItem .modalWrapper {
  max-width: 40rem; }
  #mAddTopicItem .modalWrapper .container .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem;
    width: calc(100% - 4rem); }
    #mAddTopicItem .modalWrapper .container .content form .task {
      display: flex; }
      #mAddTopicItem .modalWrapper .container .content form .task textarea {
        flex: 1 0 auto;
        height: 1.25rem;
        border: none;
        border-bottom: solid 1px #d1d1d1; }
      #mAddTopicItem .modalWrapper .container .content form .task .colorCheckbox {
        margin-top: 0.125rem; }
      #mAddTopicItem .modalWrapper .container .content form .row {
        display: flex;
        justify-content: center;
        margin-bottom: 0.5rem; }
      #mAddTopicItem .modalWrapper .container .content form .add-hours .hoursValuePicker {
        box-sizing: border-box;
        width: 3rem;
        height: 1.75rem;
        font-size: 0.875rem;
        margin-bottom: 0; }
      #mAddTopicItem .modalWrapper .container .content form .add-hours label {
        margin-left: 0.25rem; }
      #mAddTopicItem .modalWrapper .container .content form .submit {
        display: flex;
        justify-content: flex-end; }
      #mAddTopicItem .modalWrapper .container .content form .submit input[type="button"]:first-child {
        margin-right: 0.25rem; }
      #mAddTopicItem .modalWrapper .container .content form .styledSelect select {
        display: block;
        margin: auto; }

#mLabelsEdit .modalWrapper {
  max-width: 30rem; }
  #mLabelsEdit .modalWrapper .container .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem;
    width: calc(100% - 4rem); }
    #mLabelsEdit .modalWrapper .container .content .title {
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      min-width: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      #mLabelsEdit .modalWrapper .container .content .title .topic-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    #mLabelsEdit .modalWrapper .container .content form {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      width: 100%;
      min-height: 10rem;
      align-items: center; }
      #mLabelsEdit .modalWrapper .container .content form .labels {
        min-height: 10rem; }
      #mLabelsEdit .modalWrapper .container .content form .row {
        margin-bottom: 0.5rem; }
      #mLabelsEdit .modalWrapper .container .content form .row label .label.color-1 {
        color: #c873df; }
        #mLabelsEdit .modalWrapper .container .content form .row label .label.color-2 {
          color: #71da40; }
        #mLabelsEdit .modalWrapper .container .content form .row label .label.color-3 {
          color: #47adf6; }
        #mLabelsEdit .modalWrapper .container .content form .row label .label.color-4 {
          color: #ffcc00; }
        #mLabelsEdit .modalWrapper .container .content form .row label .label.color-5 {
          color: #9f8460; }
        #mLabelsEdit .modalWrapper .container .content form .row label .label.color-6 {
          color: #f52a6b; }
        #mLabelsEdit .modalWrapper .container .content form .row label .label.color-7 {
          color: #f69525; }
      #mLabelsEdit .modalWrapper .container .content form .row input[type="button"] {
        margin-top: 1rem; }

#mTopicShare .modalWrapper {
  max-width: 25rem; }
  #mTopicShare .modalWrapper .container .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem;
    width: calc(100% - 4rem); }
    #mTopicShare .modalWrapper .container .content .title {
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      min-width: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      #mTopicShare .modalWrapper .container .content .title .topic-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    #mTopicShare .modalWrapper .container .content .loader {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 5rem; }
      #mTopicShare .modalWrapper .container .content .loader img {
        margin-right: 1rem;
        width: 2rem;
        height: 2rem; }
      #mTopicShare .modalWrapper .container .content .loader .loading {
        font-size: 1.25rem; }
    #mTopicShare .modalWrapper .container .content form {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      width: 100%;
      min-height: 10rem; }
      #mTopicShare .modalWrapper .container .content form .row {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-direction: column; }
      #mTopicShare .modalWrapper .container .content form .row.users {
        flex-grow: 1; }
      #mTopicShare .modalWrapper .container .content form .row.users .user {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative; }
        #mTopicShare .modalWrapper .container .content form .row.users .user .button {
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -webkit-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -moz-box;
          /* TWEENER - IE 10 */
          display: -ms-flexbox;
          /* NEW - Chrome */
          display: -webkit-flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 0.35rem 0;
          color: #ffcc00; }
          #mTopicShare .modalWrapper .container .content form .row.users .user .button .state {
            background-repeat: no-repeat;
            background-position: 0% 50%;
            background-size: 1rem 1rem;
            margin-right: 0.25rem;
            width: 1rem;
            height: 1rem; }
            #mTopicShare .modalWrapper .container .content form .row.users .user .button .state.pending {
              background-image: url("/static/img/icons/topic-user-status-pending.png"); }
            #mTopicShare .modalWrapper .container .content form .row.users .user .button .state.accepted {
              background-image: url("/static/img/icons/topic-user-status-accepted.png"); }
          #mTopicShare .modalWrapper .container .content form .row.users .user .button .name {
            font-size: 1rem; }
          #mTopicShare .modalWrapper .container .content form .row.users .user .button .arrow {
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border-right: solid 1px #ffcc00;
            border-bottom: solid 1px #ffcc00;
            margin-left: 0.25rem;
            width: 0.25rem;
            height: 0.25rem; }
          #mTopicShare .modalWrapper .container .content form .row.users .user .button .options {
            border-radius: 0.25rem;
            -webkit-border-radius: 0.25rem;
            -moz-border-radius: 0.25rem;
            flex-direction: column;
            position: absolute;
            background-color: #fff;
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15), 0 0 2px 2px rgba(0, 0, 0, 0.1);
            font-size: 0.9rem;
            display: none;
            padding: 0.25rem 0;
            color: #000;
            width: 15rem;
            top: calc(2rem + 1px);
            z-index: 20; }
            #mTopicShare .modalWrapper .container .content form .row.users .user .button .options .email {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              text-align: center;
              padding: 0.25rem 0.5rem;
              color: #d1d1d1; }
            #mTopicShare .modalWrapper .container .content form .row.users .user .button .options .hours {
              text-align: center;
              padding: 0.25rem 0.5rem; }
            #mTopicShare .modalWrapper .container .content form .row.users .user .button .options hr.hr {
              margin: 0.25rem;
              width: calc(100% - .5rem); }
            #mTopicShare .modalWrapper .container .content form .row.users .user .button .options a {
              padding: 0.25rem 0.5rem; }
              #mTopicShare .modalWrapper .container .content form .row.users .user .button .options a:hover {
                background-color: #ffcc0022; }
            #mTopicShare .modalWrapper .container .content form .row.users .user .button .options:hover {
              cursor: default; }
          #mTopicShare .modalWrapper .container .content form .row.users .user .button:hover {
            border-radius: 0.25rem;
            -webkit-border-radius: 0.25rem;
            -moz-border-radius: 0.25rem;
            background-color: #ffcc0022;
            position: relative;
            border: solid 1px #ffcc00;
            padding: calc(.35rem - 1px) calc(.5rem - 1px);
            cursor: pointer;
            left: -0.5rem; }
            #mTopicShare .modalWrapper .container .content form .row.users .user .button:hover .options {
              top: 2rem; }
          #mTopicShare .modalWrapper .container .content form .row.users .user .button.opened .options {
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -webkit-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -moz-box;
            /* TWEENER - IE 10 */
            display: -ms-flexbox;
            /* NEW - Chrome */
            display: -webkit-flex;
            /* NEW, Spec - Opera 12.1, Firefox 20+ */
            display: flex; }
      #mTopicShare .modalWrapper .container .content form .row input[name='add'] {
        font-size: 1rem;
        width: calc(100% - 1rem - 2px);
        height: 1.5rem; }
      #mTopicShare .modalWrapper .container .content form .row input[name='add']:disabled {
        background-image: url("/static/img/loader.gif");
        background-repeat: no-repeat;
        background-position: calc(100% - .25rem) 50%;
        background-size: 1.25rem 1.25rem;
        padding-right: 1.5rem;
        width: calc(100% - 2rem - 2px); }
      #mTopicShare .modalWrapper .container .content form .row.buttons {
        flex-direction: row;
        justify-content: space-between; }
      #mTopicShare .modalWrapper .container .content form .row.buttons input[name='leave'] {
        color: #f00; }
      #mTopicShare .modalWrapper .container .content form .row.buttons input[name='done'], #mTopicShare .modalWrapper .container .content form .row.buttons input[name='close'] {
        font-weight: normal; }

#error403 .content, #error404 .content, #error405 .content, #error500 .content {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  max-width: 40rem; }
  #error403 .content h1, #error404 .content h1, #error405 .content h1, #error500 .content h1 {
    border-bottom: solid 0.25rem #000;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: inline-block;
    width: initial; }
  #error403 .content h2, #error404 .content h2, #error405 .content h2, #error500 .content h2 {
    text-transform: none;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 2rem; }
  #error403 .content img, #error404 .content img, #error405 .content img, #error500 .content img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-bottom: 2rem;
    width: calc(100% - 2rem);
    max-width: 20rem; }
  #error403 .content a.go-home, #error404 .content a.go-home, #error405 .content a.go-home, #error500 .content a.go-home {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    margin-bottom: 0.5rem;
    height: 2.2rem; }
  #error403 .content p, #error404 .content p, #error405 .content p, #error500 .content p {
    text-align: center;
    font-family: Montserrat, "Open Sans", Verdana, sans-serif;
    font-size: 0.75rem; }

#styles .content {
  margin-bottom: 20px;
  padding: 0 20px;
  width: calc(100% - 40px); }
  #styles .content .fonts, #styles .content .texts, #styles .content .colors, #styles .content .form-items {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    #styles .content .fonts .container, #styles .content .texts .container, #styles .content .colors .container, #styles .content .form-items .container {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
  #styles .content .fonts .font {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex; }
    #styles .content .fonts .font > div {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column; }
      #styles .content .fonts .font > div h2 {
        text-align: left; }
      #styles .content .fonts .font > div.montserrat {
        font-family: Montserrat; }
      #styles .content .fonts .font > div > div {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex; }
      #styles .content .fonts .font > div .normal, #styles .content .fonts .font > div .italic {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-direction: column;
        margin: 10px; }
      #styles .content .fonts .font > div .normal .fw-normal, #styles .content .fonts .font > div .italic .fw-normal {
        font-weight: normal; }
      #styles .content .fonts .font > div .normal .fw-bold, #styles .content .fonts .font > div .italic .fw-bold {
        font-weight: bold; }
      #styles .content .fonts .font > div .normal .fw-lighter, #styles .content .fonts .font > div .italic .fw-lighter {
        font-weight: lighter; }
      #styles .content .fonts .font > div .normal .fw100, #styles .content .fonts .font > div .italic .fw100 {
        font-weight: 100; }
      #styles .content .fonts .font > div .normal .fw200, #styles .content .fonts .font > div .italic .fw200 {
        font-weight: 200; }
      #styles .content .fonts .font > div .normal .fw300, #styles .content .fonts .font > div .italic .fw300 {
        font-weight: 300; }
      #styles .content .fonts .font > div .normal .fw400, #styles .content .fonts .font > div .italic .fw400 {
        font-weight: 400; }
      #styles .content .fonts .font > div .normal .fw500, #styles .content .fonts .font > div .italic .fw500 {
        font-weight: 500; }
      #styles .content .fonts .font > div .normal .fw600, #styles .content .fonts .font > div .italic .fw600 {
        font-weight: 600; }
      #styles .content .fonts .font > div .normal .fw700, #styles .content .fonts .font > div .italic .fw700 {
        font-weight: 700; }
      #styles .content .fonts .font > div .normal .fw800, #styles .content .fonts .font > div .italic .fw800 {
        font-weight: 800; }
      #styles .content .fonts .font > div .normal .fw900, #styles .content .fonts .font > div .italic .fw900 {
        font-weight: 900; }
      #styles .content .fonts .font > div .italic {
        font-style: italic; }
  #styles .content .colors .color {
    margin: 10px;
    width: 100px;
    height: 100px; }
    #styles .content .colors .color.c1 {
      background-color: #23d6a0; }
    #styles .content .colors .color.c2 {
      background-color: #da90d3; }
    #styles .content .colors .color.c3 {
      background-color: #1ea0ff; }
  #styles .content .form-items .form-item {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #000;
    margin: 10px;
    padding: 10px;
    width:  - 60px;
    min-height: 120px; }
    #styles .content .form-items .form-item h2 {
      margin-bottom: 10px; }
    #styles .content .form-items .form-item input[type="text"], #styles .content .form-items .form-item textarea {
      margin: 0;
      width: calc(100% - 12px); }
    #styles .content .form-items .form-item .styled-button {
      margin: 0; }
    #styles .content .form-items .form-item .styled-textarea {
      resize: none;
      height: 50px; }
    #styles .content .form-items .form-item .colorCheckbox {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center; }
  #styles .content .texts .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column; }
    #password-Recovery {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      overflow: scroll;
      width: 100%;
      height: 100vh; }
  #password-Recovery .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border: solid 1px #000;
    padding: 20px 40px 40px;
    font-size: 14px;
    width: 400px; }
  #password-Recovery .container .title {
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    margin: 20px auto; }
  #password-Recovery .container .email {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 20px; }
  @media screen and (max-width: 620px) {
    #password-Recovery .container {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      overflow: scroll;
      width: 100%;
      height: 100vh; }
      #password-Recovery .container .title {
        font-size: 40px;
        margin: 10px auto; }
      #password-Recovery .container .email {
        margin-bottom: 10px; } }
  #password-Recovery .container form {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px; }
    #password-Recovery .container form .row {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center; }
    #password-Recovery .container form .row input[type="password"] {
      width: calc(200px - 12px); }
      @media screen and (max-width: 400px) {
      #password-Recovery .container form .row input[type="password"] {
        width: 170px; } }
    #password-Recovery .container form .row input[name="send"] {
      width: 200px; }
    #password-Recovery .container form .row.send {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center; }
  #password-Recovery .container .error-message {
    width: 100%;
    height: 20px;
    color: #f00; }
  #password-Recovery .container .confirmation {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #password-Recovery .container .confirmation > div {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      align-items: center;
      flex-shrink: 0;
      margin-bottom: 40px; }
    #password-Recovery .container .confirmation > div .checkmark {
      background-image: url("/static/img/checkmark.png");
      background-repeat: no-repeat;
      background-size: 50px 50px;
      margin-right: 20px;
      width: 50px;
      height: 50px; }
    #password-Recovery .container .confirmation > div .announcement {
      text-align: center;
      font-size: 20px;
      font-weight: 200; }
    #password-Recovery .container .confirmation button {
      min-width: 200px; }

#console {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  background-image: url("/static/img/1/modules/debugger/console/bg.jpg");
  background-position: 50% 50%;
  background-attachment: fixed;
  width: 100%;
  height: 100vh; }
  #console .results {
    background: rgba(0, 0, 0, 0.6);
    height: calc(100vh - 65px);
    overflow-y: scroll;
    word-wrap: break-word;
    color: #fff; }
  #console .results li:last-child {
    margin-bottom: 30px; }
  #console .input {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    bottom: 0; }
  #console .input .tools {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    align-items: center;
    background: #fff;
    padding: 0 5px;
    width: calc(100% - 10px);
    height: 30px; }
    #console .input .tools .left, #console .input .tools .right {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    #console .input .tools .left button, #console .input .tools .right button {
      background: transparent;
      border: none;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      padding: 2px 5px;
      cursor: pointer;
      color: #157efb; }
      #console .input .tools .left button:active, #console .input .tools .right button:active {
        color: #60c9f9; }
      #console .input .tools .left button[name="switch-layout"], #console .input .tools .right button[name="switch-layout"] {
        background-repeat: no-repeat;
        background-size: 18px 36px;
        background-position: 50% 0%;
        padding: 0;
        width: 18px;
        height: 18px; }
      #console .input .tools .left button[name="switch-layout"]:active, #console .input .tools .right button[name="switch-layout"]:active {
        background-position: 50% 100%; }
      #console .input .tools .left button.arrow, #console .input .tools .right button.arrow {
        align-self: flex-end;
        position: relative;
        border: solid #157efb;
        border-width: 0 2px 2px 0;
        padding: 0;
        width: 10px;
        height: 10px; }
      #console .input .tools .left button.arrow:active, #console .input .tools .right button.arrow:active {
        border-color: #60c9f9; }
      #console .input .tools .left button.arrow[name="previous-command"], #console .input .tools .right button.arrow[name="previous-command"] {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        bottom: 3px; }
      #console .input .tools .left button.arrow[name="next-command"], #console .input .tools .right button.arrow[name="next-command"] {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 9px; }
    #console .input .tools .left {
      justify-content: flex-start; }
    #console .input .tools .right {
      justify-content: flex-end; }
  #console .input .area {
    flex-grow: 1;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    height: 15px; }
    #console .input .area textarea[name="input"] {
      background: transparent;
      resize: none;
      white-space: nowrap;
      overflow: hidden;
      font-size: 15px;
      font-weight: bold;
      border: none;
      width: 100%;
      height: 100%;
      line-height: 15px;
      color: #fff; }
    #console .input .area textarea[name="input"]:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      outline: 0; }
  #console pre {
    background: transparent !important;
    font-size: 13px !important;
    border: none !important;
    color: #fff !important; }
  #console pre .name {
    font-weight: bold !important;
    color: #c05 !important; }
  #console pre .type {
    color: #cdd !important; }
  #console.horizontal .input .tools button[name="switch-layout"] {
    background-image: url("/static/img/modules/debugger/console/vertical.png"); }
  #console.vertical {
    justify-content: space-between;
    flex-direction: row; }
  #console.vertical .results {
    padding-right: 25%;
    width: 75%;
    height: 100vh; }
  #console.vertical .input {
    width: 25%;
    height: 100%;
    top: 0;
    right: 0; }
    #console.vertical .input .tools button[name="switch-layout"] {
      background-image: url("/static/img/modules/debugger/console/horizontal.png"); }
    #console.vertical .input .area {
      flex-shrink: 1;
      height: calc(100% - 30px - 20px); }
    #console.vertical .input .area textarea[name="input"] {
      white-space: pre;
      overflow-y: auto;
      height: 100%; }

#debuggerLogin {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100vw;
  height: 100vh; }
  #debuggerLogin form {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:  - 40px; }
  #debuggerLogin form h1 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px; }
  #debuggerLogin form .row {
    width: 100%; }
    #debuggerLogin form .row input[name="name"], #debuggerLogin form .row input[name="password"] {
      text-align: center;
      width: calc(100% - 12px); }
    #debuggerLogin form .row input[name="login"] {
      width: 100%; }

* {
  margin: 0;
  padding: 0; }

#log .head {
  position: fixed;
  background: #000;
  width: 100%;
  height: 80px;
  top: 0; }

#log .head h1 {
  color: #fff;
  float: left; }

#log .head button[name="clear-log"] {
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  margin: 25px;
  width: 100px;
  height: 30px;
  color: #000;
  float: right; }

#log ul {
  padding-top: 80px; }

#log ul li {
  white-space: pre; }

#forgottenPassword > .content .body .confirmation {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 45px auto;
  padding: 0 20px; }
  #forgottenPassword > .content .body .confirmation .checkmark {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    flex-shrink: 0;
    background-image: url("/img/checkmark.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 2rem 2rem;
    border: solid 2px #ffcc00;
    margin-bottom: 1rem;
    width: 3rem;
    height: 3rem; }
  #forgottenPassword > .content .body .confirmation .announcement {
    flex-shrink: 1;
    text-align: center;
    font-size: 20px;
    font-weight: 200; }

#home > .content {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  overflow: hidden; }
  #home > .content .master, #home > .content .detail {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    height: 100vh; }
  #home > .content .master {
    -o-transition: width 0.125s ease-in-out;
    -ms-transition: width 0.125s ease-in-out;
    -moz-transition: width 0.125s ease-in-out;
    -webkit-transition: width 0.125s ease-in-out;
    transition: width 0.125s ease-in-out;
    background-color: #383838;
    box-sizing: border-box;
    border-right: solid 1px #2a2a28;
    width: 100%;
    color: #fff;
    z-index: 1; }
  #home > .content .master > .head {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    flex-shrink: 0;
    border-bottom: solid 1px #ffcc00;
    padding: 0 1rem 0 1.25rem;
    width: calc(100% - 2.25rem);
    height: 3rem; }
  #home > .content .master > .head .logo {
    background-image: url("/static/img/logo.png");
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    margin-right: 0.5rem;
    width: 3rem;
    height: 3rem; }
  #home > .content .master > .head h1 {
    flex-grow: 1;
    font-weight: lighter;
    color: #ffcc00; }
  #home > .content .master > .head button[name="add"] {
    background-image: url("/static/img/icons/plus.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1.25rem 1.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  #home > .content .master > .body {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column; }
  #home > .content .detail {
    background: #fcfcfc;
    width: 0; }
  #home > .content .detail > .head {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;
    border-bottom: solid 1px #d1d1d1;
    min-height: 3rem;
    padding: 0 1.25rem;
    width: calc(100% - 2.5rem); }
  #home > .content .detail > .head button[name="back"] {
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 1rem; }
    #home > .content .detail > .head button[name="back"]:before {
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: relative;
      content: "";
      display: inline-block;
      border-left: solid 2px #ffcc00;
      border-bottom: solid 2px #ffcc00;
      width: 0.5rem;
      height: 0.5rem;
      top: calc(-1rem / 16); }
    #home > .content .detail > .head button[name="back"].color-1 {
      color: #c873df; }
    #home > .content .detail > .head button[name="back"].color-2 {
      color: #71da40; }
    #home > .content .detail > .head button[name="back"].color-3 {
      color: #47adf6; }
    #home > .content .detail > .head button[name="back"].color-4 {
      color: #ffcc00; }
    #home > .content .detail > .head button[name="back"].color-5 {
      color: #9f8460; }
    #home > .content .detail > .head button[name="back"].color-6 {
      color: #f52a6b; }
    #home > .content .detail > .head button[name="back"].color-7 {
      color: #f69525; }
    #home > .content .detail > .head button[name="back"].color-1:before {
      border-color: #c873df; }
    #home > .content .detail > .head button[name="back"].color-2:before {
      border-color: #71da40; }
    #home > .content .detail > .head button[name="back"].color-3:before {
      border-color: #47adf6; }
    #home > .content .detail > .head button[name="back"].color-4:before {
      border-color: #ffcc00; }
    #home > .content .detail > .head button[name="back"].color-5:before {
      border-color: #9f8460; }
    #home > .content .detail > .head button[name="back"].color-6:before {
      border-color: #f52a6b; }
    #home > .content .detail > .head button[name="back"].color-7:before {
      border-color: #f69525; }
  #home > .content .detail > .head .placeholder {
    display: none; }
  #home > .content .detail > .head input[name="search"] {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    flex-grow: 1;
    background-image: url("/static/img/icons/search.png");
    background-repeat: no-repeat;
    background-position: 1rem 50%;
    background-size: 1.25rem 1.25rem;
    border: none;
    padding-left: 3rem;
    width: 100%;
    height: calc(100% - 3px); }
    #home > .content .detail > .head input[name="search"]:focus {
      box-shadow: none; }
    #home > .content .detail > .head input[name="search"]::placeholder {
      color: #d1d1d1; }
  #home > .content .detail > .head a.hour-stats {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center; }
    #home > .content .detail > .head a.hour-stats .icon {
      background-image: url("/static/img/icons/clock.png");
      background-repeat: no-repeat;
      background-size: 10rem 1.25rem;
      margin-right: 0.5rem;
      width: 1.25rem;
      height: 1.25rem; }
    #home > .content .detail > .head a.hour-stats .value .label:after {
      content: ":";
      margin-right: 0.25rem; }
    #home > .content .detail > .head a.hour-stats:hover .icon {
      background-position: -5rem 0rem; }
    @media screen and (min-width: 25rem) {
        #home > .content .detail > .head a.hour-stats {
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -webkit-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -moz-box;
          /* TWEENER - IE 10 */
          display: -ms-flexbox;
          /* NEW - Chrome */
          display: -webkit-flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          display: flex; } }
  #home > .content .detail > .head #activeUser {
    margin: 0 1rem;
    height: 3rem; }
    #home > .content .detail > .head #activeUser .menu .items a.home {
      display: none; }
  #home > .content .detail > .body {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative; }
  #home > .content .detail > .body #topicHead {
    flex-shrink: 0; }
  #home > .content .detail > .body #topicItemsContainer {
    flex-grow: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 10rem); }
    #home > .content .detail > .body #topicItemsContainer .topicItem .body {
      padding-right: 1.25rem; }
  #home > .content .detail > .body #hoursBar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20; }
  #home > .content.detail-visible .master {
    -o-transition: width 0.125s ease-in-out;
    -ms-transition: width 0.125s ease-in-out;
    -moz-transition: width 0.125s ease-in-out;
    -webkit-transition: width 0.125s ease-in-out;
    transition: width 0.125s ease-in-out;
    width: 0;
    overflow-x: hidden; }
  #home > .content.detail-visible .detail {
    width: 100%; }
  @media only screen and (min-width: 48em) {
    #home > .content .master, #home > .content.detail-visible .master {
      width: 30%;
      max-width: 24rem;
      min-width: 18rem;
      overflow-x: auto; }

    #home > .content.detail-visible .detail {
      width: 0; }

    #home > .content .detail {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      #home > .content .detail > .head button[name="back"] {
        display: none; }
        #home > .content .detail > .head .placeholder {
          display: block;
          width: 4rem; }
        #home > .content .detail > .head input[name="search"] {
          margin: 0;
          width: initial; }
        #home > .content .detail > .head #activeUser {
          order: 1; }
      #home > .content .detail > .body {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-direction: column; } }

#invitationLogin > .content .body form .row.email, #invitationRegistration > .content .body form .row.email {
  text-align: center;
  font-family: Montserrat, "Open Sans", Verdana, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1rem; }

#login > .content, #registration > .content, #forgottenPassword > .content, #passwordRecovery > .content, #invitationLogin > .content, #invitationRegistration > .content {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #383838; }
  #login > .content .head, #registration > .content .head, #forgottenPassword > .content .head, #passwordRecovery > .content .head, #invitationLogin > .content .head, #invitationRegistration > .content .head {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1rem; }
  #login > .content .head .logo, #registration > .content .head .logo, #forgottenPassword > .content .head .logo, #passwordRecovery > .content .head .logo, #invitationLogin > .content .head .logo, #invitationRegistration > .content .head .logo {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-image: url("/static/img/logo.png");
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    margin-right: 0.5rem;
    width: 3rem;
    height: 3rem; }
  #login > .content .head h1, #registration > .content .head h1, #forgottenPassword > .content .head h1, #passwordRecovery > .content .head h1, #invitationLogin > .content .head h1, #invitationRegistration > .content .head h1 {
    flex-grow: 1;
    color: #ffcc00; }
  #login > .content .body, #registration > .content .body, #forgottenPassword > .content .body, #passwordRecovery > .content .body, #invitationLogin > .content .body, #invitationRegistration > .content .body {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    margin-bottom: 2rem;
    padding: 1rem;
    width: calc(100% - 4rem);
    max-width: 20rem; }
  #login > .content .body form, #registration > .content .body form, #forgottenPassword > .content .body form, #passwordRecovery > .content .body form, #invitationLogin > .content .body form, #invitationRegistration > .content .body form {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    width: calc(100% - 2rem); }
  #login > .content .body form .row, #registration > .content .body form .row, #forgottenPassword > .content .body form .row, #passwordRecovery > .content .body form .row, #invitationLogin > .content .body form .row, #invitationRegistration > .content .body form .row {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    width: 100%; }
    #login > .content .body form .row label, #registration > .content .body form .row label, #forgottenPassword > .content .body form .row label, #passwordRecovery > .content .body form .row label, #invitationLogin > .content .body form .row label, #invitationRegistration > .content .body form .row label {
      margin-bottom: 0.25rem; }
    #login > .content .body form .row input[type="submit"], #registration > .content .body form .row input[type="submit"], #forgottenPassword > .content .body form .row input[type="submit"], #passwordRecovery > .content .body form .row input[type="submit"], #invitationLogin > .content .body form .row input[type="submit"], #invitationRegistration > .content .body form .row input[type="submit"] {
      margin: 0.5rem 0;
      width: 100%; }
    #login > .content .body form .row.error-message, #registration > .content .body form .row.error-message, #forgottenPassword > .content .body form .row.error-message, #passwordRecovery > .content .body form .row.error-message, #invitationLogin > .content .body form .row.error-message, #invitationRegistration > .content .body form .row.error-message {
      text-align: center;
      margin: 0 0 0.5rem;
      color: #f00; }
  #login > .content .body a.register, #registration > .content .body a.register, #forgottenPassword > .content .body a.register, #passwordRecovery > .content .body a.register, #invitationLogin > .content .body a.register, #invitationRegistration > .content .body a.register, #login > .content .body a.forgotten-password, #registration > .content .body a.forgotten-password, #forgottenPassword > .content .body a.forgotten-password, #passwordRecovery > .content .body a.forgotten-password, #invitationLogin > .content .body a.forgotten-password, #invitationRegistration > .content .body a.forgotten-password {
    display: block;
    margin-bottom: 0.25rem; }

#passwordRecovery > .content .body .email {
  color: #ffcc00; }
  #passwordRecovery > .content .body .confirmation {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center; }
  #passwordRecovery > .content .body .confirmation button[name="goHome"] {
    margin-top: 1rem; }

#myHours > .content {
  background-color: #383838; }
  #myHours > .content #activeUser {
    margin: 0 1rem;
    height: 3rem; }
  #myHours > .content #activeUser .menu .items a.my-hours {
    display: none; }
  #myHours > .content .body {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2.25rem; }
  #myHours > .content .body .months, #myHours > .content .body .total-hours, #myHours > .content .body .table {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.5rem 0;
    width: 100%;
    max-width: 75rem; }
  #myHours > .content .body .months {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    -webkit-border-top-right-radius: 0.5rem;
    -webkit-border-top-left-radius: 0.5rem;
    -moz-border-top-right-radius: 0.5rem;
    -moz-border-top-left-radius: 0.5rem;
    border-bottom: solid 1px #383838;
    margin-top: 1rem; }
  #myHours > .content .body .months .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 1rem; }
    #myHours > .content .body .months .container a {
      text-transform: uppercase;
      font-size: 0.9rem;
      display: block;
      margin: 0.25rem; }
    #myHours > .content .body .months .container a.selected {
      color: #ffcc00; }
    #myHours > .content .body .months .container a.month:nth-child(3) ~ .month {
      display: none; }
    #myHours > .content .body .months .container a.more {
      background-image: url("/static/img/icons/more.svg");
      background-repeat: no-repeat;
      background-size: 1.5rem 0.75rem;
      background-position: 50% 0%;
      width: 1.5rem;
      height: 0.375rem; }
    #myHours > .content .body .months .container a.more:hover {
      background-position: 50% 100%; }
  #myHours > .content .body .months.unpacked .container a.month {
    text-align: center;
    display: block;
    width: calc(100% / 3 - 1rem); }
    #myHours > .content .body .months.unpacked .container a.month:nth-child(4) ~ .month {
      display: block; }
    #myHours > .content .body .months.unpacked .container a.more {
      display: none; }
  @media screen and (min-width: 25em) {
        #myHours > .content .body .months .container a.month, #myHours > .content .body .months .container a.more {
          text-align: center;
          width: calc(100% / 6 - 1rem); }
          #myHours > .content .body .months .container a.month:nth-child(3) ~ .month {
            display: block; }
            #myHours > .content .body .months .container a.month:nth-child(5) ~ .month {
              display: none; } }
  @media screen and (min-width: 40em) {
        #myHours > .content .body .months {
          justify-content: flex-start; }
          #myHours > .content .body .months .container a.month, #myHours > .content .body .months .container a.more {
            text-align: center;
            width: initial; }
            #myHours > .content .body .months .container a.month:nth-child(5) ~ .month {
              display: block; }
            #myHours > .content .body .months .container a.more {
              display: none; } }
  #myHours > .content .body .total-hours {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 3rem;
    font-size: 1.25rem; }
  #myHours > .content .body .total-hours .label:after {
    content: ":";
    margin-right: 0.5rem; }
  #myHours > .content .body .total-hours .value {
    font-weight: bolder;
    color: #ffcc00; }
  #myHours > .content .body .table {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
    -moz-border-bottom-right-radius: 0.5rem;
    -moz-border-bottom-left-radius: 0.5rem;
    margin-bottom: 1rem;
    padding: 0 1rem 1rem;
    height: calc(100vh - 5rem);
    min-height: 20rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #myHours > .content .body .table table {
    border-collapse: collapse;
    font-size: 0.75rem;
    width: 100%; }
    #myHours > .content .body .table table thead tr th, #myHours > .content .body .table table tbody tr th, #myHours > .content .body .table table thead tr td, #myHours > .content .body .table table tbody tr td {
      vertical-align: top;
      padding: 0.25rem; }
      #myHours > .content .body .table table thead tr th:first-child, #myHours > .content .body .table table tbody tr th:first-child, #myHours > .content .body .table table thead tr td:first-child, #myHours > .content .body .table table tbody tr td:first-child {
        padding-left: 0; }
      #myHours > .content .body .table table thead tr th:last-child, #myHours > .content .body .table table tbody tr th:last-child, #myHours > .content .body .table table thead tr td:last-child, #myHours > .content .body .table table tbody tr td:last-child {
        padding-right: 0; }
    #myHours > .content .body .table table thead tr th {
      text-align: left; }
    #myHours > .content .body .table table tbody tr.day td {
      background-color: #383838;
      text-align: left;
      font-weight: bolder;
      padding: 0.25rem 0.5rem;
      color: #ffcc00; }
      #myHours > .content .body .table table tbody tr.day td.hours {
        font-weight: bold;
        padding: 0.25rem; }
    #myHours > .content .body .table table tbody tr td {
      border-bottom: solid 1px #383838;
      word-break: break-all; }
      #myHours > .content .body .table table tbody tr td.hours {
        text-align: right;
        font-weight: bolder; }
      #myHours > .content .body .table table tbody tr td.topicName > div {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        #myHours > .content .body .table table tbody tr td.topicName > div .circle {
          border-radius: 0.375rem;
          -webkit-border-radius: 0.375rem;
          -moz-border-radius: 0.375rem;
          flex-shrink: 0;
          display: inline-block;
          margin-right: 0.25rem;
          width: 0.75rem;
          height: 0.75rem; }
      #myHours > .content .body .table table tbody tr td.topicName.color-1 div .circle {
        background-color: #c873df; }
      #myHours > .content .body .table table tbody tr td.topicName.color-2 div .circle {
        background-color: #71da40; }
      #myHours > .content .body .table table tbody tr td.topicName.color-3 div .circle {
        background-color: #47adf6; }
      #myHours > .content .body .table table tbody tr td.topicName.color-4 div .circle {
        background-color: #ffcc00; }
      #myHours > .content .body .table table tbody tr td.topicName.color-5 div .circle {
        background-color: #9f8460; }
      #myHours > .content .body .table table tbody tr td.topicName.color-6 div .circle {
        background-color: #f52a6b; }
      #myHours > .content .body .table table tbody tr td.topicName.color-7 div .circle {
        background-color: #f69525; }

#overviewProjects > .content .body {
  margin: auto; }
  #overviewProjects > .content .body .export-mode {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
    color: #fff; }
  #overviewProjects > .content .body .export-mode .row {
    margin-bottom: 0.5rem; }
    #overviewProjects > .content .body .export-mode .row.title {
      text-transform: uppercase; }
    #overviewProjects > .content .body .export-mode .row.options label + label {
      margin-left: 1rem; }
  #overviewProjects > .content .body .topics {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  #overviewProjects > .content .body .topics .topic {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 0.5rem 1rem;
    width: calc(100% - 4rem);
    max-width: 16rem; }
    #overviewProjects > .content .body .topics .topic.placeholder {
      margin-bottom: 0; }
    #overviewProjects > .content .body .topics .topic.color-1 .title {
      background-color: #c873df; }
    #overviewProjects > .content .body .topics .topic.color-2 .title {
      background-color: #71da40; }
    #overviewProjects > .content .body .topics .topic.color-3 .title {
      background-color: #47adf6; }
    #overviewProjects > .content .body .topics .topic.color-4 .title {
      background-color: #ffcc00; }
    #overviewProjects > .content .body .topics .topic.color-5 .title {
      background-color: #9f8460; }
    #overviewProjects > .content .body .topics .topic.color-6 .title {
      background-color: #f52a6b; }
    #overviewProjects > .content .body .topics .topic.color-7 .title {
      background-color: #f69525; }
    #overviewProjects > .content .body .topics .topic .title {
      border-top-right-radius: 0.5rem;
      border-top-left-radius: 0.5rem;
      -webkit-border-top-right-radius: 0.5rem;
      -webkit-border-top-left-radius: 0.5rem;
      -moz-border-top-right-radius: 0.5rem;
      -moz-border-top-left-radius: 0.5rem;
      text-align: center;
      font-weight: bolder;
      padding: 0.5rem 1rem; }
    #overviewProjects > .content .body .topics .topic .hours {
      border-bottom-right-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;
      -webkit-border-bottom-right-radius: 0.5rem;
      -webkit-border-bottom-left-radius: 0.5rem;
      -moz-border-bottom-right-radius: 0.5rem;
      -moz-border-bottom-left-radius: 0.5rem;
      background-color: #fff;
      font-size: 0.9rem;
      padding: 0.25rem 0; }
    #overviewProjects > .content .body .topics .topic .hours .overviewHoursRow {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: space-between;
      padding: 0.25rem 1rem; }
    #overviewProjects > .content .body .topics .topic .hours .overviewHoursRow .value {
      font-weight: bolder; }

#overviewUsers > .content, #overviewProjects > .content {
  background-color: #383838; }
  #overviewUsers > .content #activeUser, #overviewProjects > .content #activeUser {
    margin: 0 1rem;
    height: 3rem; }
  #overviewUsers > .content #activeUser .menu .items a.overview, #overviewProjects > .content #activeUser .menu .items a.overview {
    display: none; }

#overviewUsers > .content .body {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center; }
  #overviewUsers > .content .body .users {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  #overviewUsers > .content .body .users .user {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 0.5rem 1rem;
    width: calc(100% - 4rem);
    max-width: 16rem; }
    #overviewUsers > .content .body .users .user.placeholder {
      margin-bottom: 0; }
    #overviewUsers > .content .body .users .user .name {
      border-top-right-radius: 0.5rem;
      border-top-left-radius: 0.5rem;
      -webkit-border-top-right-radius: 0.5rem;
      -webkit-border-top-left-radius: 0.5rem;
      -moz-border-top-right-radius: 0.5rem;
      -moz-border-top-left-radius: 0.5rem;
      background-color: #ffcc00;
      text-align: center;
      font-weight: bolder;
      padding: 0.5rem 1rem; }
    #overviewUsers > .content .body .users .user .hours {
      border-bottom-right-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;
      -webkit-border-bottom-right-radius: 0.5rem;
      -webkit-border-bottom-left-radius: 0.5rem;
      -moz-border-bottom-right-radius: 0.5rem;
      -moz-border-bottom-left-radius: 0.5rem;
      background-color: #fff;
      font-size: 0.9rem;
      padding: 0.25rem 0; }
    #overviewUsers > .content .body .users .user .hours .overviewHoursRow {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: space-between;
      padding: 0.25rem 1rem; }
    #overviewUsers > .content .body .users .user .hours .overviewHoursRow .value {
      font-weight: bolder; }

#registrationDone > .content, #userActivated > .content {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #383838; }
  #registrationDone > .content .head, #userActivated > .content .head {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1rem; }
  #registrationDone > .content .head .logo, #userActivated > .content .head .logo {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-image: url("/static/img/logo.png");
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    margin-right: 0.5rem;
    width: 3rem;
    height: 3rem; }
  #registrationDone > .content .head h1, #userActivated > .content .head h1 {
    flex-grow: 1;
    color: #ffcc00; }
  #registrationDone > .content .body, #userActivated > .content .body {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 1rem;
    width: calc(100% - 4rem);
    max-width: 20rem; }
  #registrationDone > .content .body .checkmark, #userActivated > .content .body .checkmark {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 2rem 2rem;
    border: solid 2px #fc0;
    margin-bottom: 0.5rem;
    padding: 0.25rem;
    width: 2rem;
    height: 2rem; }
  #registrationDone > .content .body .title, #userActivated > .content .body .title, #registrationDone > .content .body p, #userActivated > .content .body p {
    text-align: center; }
  #registrationDone > .content .body .title, #userActivated > .content .body .title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }
  #registrationDone > .content .body p, #userActivated > .content .body p {
    line-height: 1.25; }

#search > .content {
  background-color: #383838; }
  #search > .content #activeUser {
    margin: 0 1rem;
    height: 3rem; }
  #search > .content #activeUser .menu .items a.my-hours {
    display: none; }
  #search > .content .body {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2.25rem; }
  #search > .content .body .search {
    display: flex;
    margin-top: 2rem;
    width: 100%;
    justify-content: center; }
  #search > .content .body .search input.styled-input {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    padding: 0.5rem;
    max-width: 35rem;
    width: 50%;
    margin-right: 1rem; }
  #search > .content .body .search button {
    border: solid 1px #fc0;
    color: white;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    background-color: #fc0;
    padding: 0 0.5rem; }
  #search > .content .body .search select {
    margin-right: 1rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    height: auto; }
  #search > .content .body .topicItems {
    width: 100%;
    margin-top: 2rem; }
  #search > .content .body .topicItems h1 {
    text-align: center;
    color: white;
    text-transform: capitalize; }
  #search > .content .body .topicItems .topicItem {
    padding-left: 1rem; }
    #search > .content .body .topicItems .topicItem.selected {
      background-color: white; }
    #search > .content .body .topicItems .topicItem .body {
      padding: 0 0.5rem 0 0; }
    #search > .content .body .topicItems .topicItem .body .row {
      width: 100%; }

#sprints > .content {
  display: flex;
  flex-direction: column;
  background-color: #383838; }
  #sprints > .content #activeUser {
    margin: 0 1rem;
    height: 3rem; }
  #sprints > .content #activeUser .menu .items a.sprints {
    display: none; }
  #sprints > .content .body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1; }
  #sprints > .content .body .left, #sprints > .content .body .right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    flex-shrink: 0;
    width: 2rem;
    height: calc(100vh - 3rem); }
  #sprints > .content .body .left button, #sprints > .content .body .right button {
    background-image: url("/static/img/icons/left-right.svg");
    background-repeat: no-repeat;
    background-size: 2rem 4rem;
    position: fixed;
    display: block;
    width: 1rem;
    height: 4rem; }
  #sprints > .content .body .left button {
    background-position: 0% 50%; }
  #sprints > .content .body .right button {
    background-position: 100% 50%; }
  #sprints > .content .body #sprintsContainer {
    display: flex;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem 0;
    min-height: calc(100vh - 5rem); }
  #sprints > .content .body #sprintsContainer .sprint {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%; }
    #sprints > .content .body #sprintsContainer .sprint.current .container .projects .project {
      background-color: #fff;
      border-color: #f52a6b; }
    #sprints > .content .body #sprintsContainer .sprint.current .container .projects .project > .title {
      color: #f52a6b; }
    #sprints > .content .body #sprintsContainer .sprint.current .container .projects .project .topicItems .topicItem, #sprints > .content .body #sprintsContainer .sprint.current .container .projects .project .extraTopicItems .topicItem {
      border-color: #f52a6b; }
    #sprints > .content .body #sprintsContainer .sprint.current .container .projects .project .extraTopicItems {
      border-color: #f52a6b; }
    #sprints > .content .body #sprintsContainer .sprint .container {
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      padding: 0.5rem 0.5rem;
      width: 100%; }
    #sprints > .content .body #sprintsContainer .sprint .container > .title {
      text-align: center;
      text-transform: uppercase;
      box-sizing: border-box;
      border-bottom: solid 1px #ffcc00;
      font-style: italic;
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
      padding: 0.5rem 1rem 0.5rem;
      width: 100%;
      color: #ffcc00; }
    #sprints > .content .body #sprintsContainer .sprint .container > .title .sprint1, #sprints > .content .body #sprintsContainer .sprint .container > .title .sprint2, #sprints > .content .body #sprintsContainer .sprint .container > .title .sprint3, #sprints > .content .body #sprintsContainer .sprint .container > .title .sprint4, #sprints > .content .body #sprintsContainer .sprint .container > .title .sprint5 {
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      font-size: 0.75rem;
      font-style: normal;
      font-weight: bold;
      margin: 0 0.25rem;
      width: 1.25rem;
      height: 1.25rem;
      color: #fff;
      cursor: default; }
    #sprints > .content .body #sprintsContainer .sprint .container > .title .sprint1 {
      background-color: #ee0000; }
    #sprints > .content .body #sprintsContainer .sprint .container > .title .sprint2 {
      background-color: #ff6600; }
    #sprints > .content .body #sprintsContainer .sprint .container > .title .sprint3 {
      background-color: #ffbb00; }
    #sprints > .content .body #sprintsContainer .sprint .container > .title .sprint4, #sprints > .content .body #sprintsContainer .sprint .container > .title .sprint5 {
      background-color: #a1a1a1; }
    #sprints > .content .body #sprintsContainer .sprint .container .projects .project {
      border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      background-color: #ececec;
      border: solid 1px #a1a1a1;
      margin-bottom: 1rem;
      padding: 0.5rem; }
      #sprints > .content .body #sprintsContainer .sprint .container .projects .project > .title {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 0.5rem; }
      #sprints > .content .body #sprintsContainer .sprint .container .projects .project .topicItems .topicItem, #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems .topicItem {
        background-color: transparent;
        box-sizing: border-box;
        font-size: 0.75rem;
        border-bottom: solid 1px #a1a1a1;
        padding: 0.5rem 0; }
        #sprints > .content .body #sprintsContainer .sprint .container .projects .project .topicItems .topicItem:last-child, #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems .topicItem:last-child {
          border: none;
          padding-bottom: 0; }
        #sprints > .content .body #sprintsContainer .sprint .container .projects .project .topicItems .topicItem .state, #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems .topicItem .state {
          background-image: url("/static/img/icons/task-state.svg");
          background-repeat: no-repeat;
          background-size: 1rem 4rem;
          flex-shrink: 0;
          margin-right: 0.5rem;
          width: 1rem;
          height: 1rem; }
          #sprints > .content .body #sprintsContainer .sprint .container .projects .project .topicItems .topicItem .state.uncompleted, #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems .topicItem .state.uncompleted {
            background-position: 0 0; }
          #sprints > .content .body #sprintsContainer .sprint .container .projects .project .topicItems .topicItem .state.completed, #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems .topicItem .state.completed {
            background-position: 0 -1rem; }
          #sprints > .content .body #sprintsContainer .sprint .container .projects .project .topicItems .topicItem .state.pending, #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems .topicItem .state.pending {
            background-position: 0 -2rem; }
          #sprints > .content .body #sprintsContainer .sprint .container .projects .project .topicItems .topicItem .state.shifted, #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems .topicItem .state.shifted {
            background-position: 0 -3rem; }
          #sprints > .content .body #sprintsContainer .sprint .container .projects .project .topicItems .topicItem .state.injected + .text, #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems .topicItem .state.injected + .text {
            color: #e00; }
            #sprints > .content .body #sprintsContainer .sprint .container .projects .project .topicItems .topicItem .state.injected + .text button[name="at-tag"], #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems .topicItem .state.injected + .text button[name="at-tag"] {
              color: #e00; }
        #sprints > .content .body #sprintsContainer .sprint .container .projects .project .topicItems .topicItem .text input[name="at-tag"], #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems .topicItem .text input[name="at-tag"] {
          display: none; }
          #sprints > .content .body #sprintsContainer .sprint .container .projects .project .topicItems .topicItem .text button[name="at-tag"], #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems .topicItem .text button[name="at-tag"] {
            white-space: nowrap;
            font-size: 0.75rem;
            font-weight: bold;
            color: #000; }
      #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems {
        border-top: dashed 1px #a1a1a1;
        margin-top: 1.5rem;
        padding-top: 1rem; }
      #sprints > .content .body #sprintsContainer .sprint .container .projects .project .extraTopicItems .topicItem {
        font-style: italic;
        color: #666; }
    @media screen and (min-width: 40em) {
        #sprints > .content .body #sprintsContainer .sprint {
          width: 50%; } }
    @media screen and (min-width: 60em) {
        #sprints > .content .body #sprintsContainer .sprint {
          width: calc(100% / 3); } }
    @media screen and (min-width: 80em) {
        #sprints > .content .body #sprintsContainer .sprint {
          width: calc(25%); } }
    @media screen and (min-width: 100em) {
        #sprints > .content .body #sprintsContainer .sprint {
          width: calc(20%); } }

#test #tags .at-tag {
  color: #c873df; }
