/*! App-owned parity rules adapted from Bootstrap 2.3.1.
 * Copyright 2012 Twitter, Inc. Apache-2.0; see docs/licenses/bootstrap.txt.
 * Unused components and obsolete browser fallbacks have been removed. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  appearance: button;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=search] {
  box-sizing: content-box;
  appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/*! App-owned parity rules adapted from Bootstrap 2.3.1.
 * Copyright 2012 Twitter, Inc. Apache-2.0; see docs/licenses/bootstrap.txt.
 * Unused components and obsolete browser fallbacks have been removed. */
p {
  margin: 0 0 10px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: "— ";
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: "";
}

blockquote.pull-right small:after {
  content: " —";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

:root {
  --grid-gutter: 2.127659574468085%;
  --column-track: 80px;
  --fixed-gutter: 20px;
}

.container-fluid {
  display: flow-root;
  padding-inline: 20px;
}

.row-fluid {
  display: flow-root;
  width: 100%;
}

.row-fluid:has(> [class*=span]) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--grid-gutter);
  align-items: start;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: calc(-1 * var(--fixed-gutter));
}

.span3 {
  width: calc(var(--column-track) * 3 - var(--fixed-gutter));
  min-height: 1px;
  margin-left: var(--fixed-gutter);
}

.row-fluid .span3 {
  width: calc((100% + var(--grid-gutter)) * 3 / 12 - var(--grid-gutter));
  min-height: 30px;
  margin-left: var(--grid-gutter);
}

.row-fluid .span3:first-child {
  margin-left: 0;
}

.row-fluid > .span3 {
  grid-column: span 3;
  width: auto;
  margin-left: 0;
  min-width: 0;
  min-height: 30px;
}

.span4 {
  width: calc(var(--column-track) * 4 - var(--fixed-gutter));
  min-height: 1px;
  margin-left: var(--fixed-gutter);
}

.row-fluid .span4 {
  width: calc((100% + var(--grid-gutter)) * 4 / 12 - var(--grid-gutter));
  min-height: 30px;
  margin-left: var(--grid-gutter);
}

.row-fluid .span4:first-child {
  margin-left: 0;
}

.row-fluid > .span4 {
  grid-column: span 4;
  width: auto;
  margin-left: 0;
  min-width: 0;
  min-height: 30px;
}

.span6 {
  width: calc(var(--column-track) * 6 - var(--fixed-gutter));
  min-height: 1px;
  margin-left: var(--fixed-gutter);
}

.row-fluid .span6 {
  width: calc((100% + var(--grid-gutter)) * 6 / 12 - var(--grid-gutter));
  min-height: 30px;
  margin-left: var(--grid-gutter);
}

.row-fluid .span6:first-child {
  margin-left: 0;
}

.row-fluid > .span6 {
  grid-column: span 6;
  width: auto;
  margin-left: 0;
  min-width: 0;
  min-height: 30px;
}

.span7 {
  width: calc(var(--column-track) * 7 - var(--fixed-gutter));
  min-height: 1px;
  margin-left: var(--fixed-gutter);
}

.row-fluid .span7 {
  width: calc((100% + var(--grid-gutter)) * 7 / 12 - var(--grid-gutter));
  min-height: 30px;
  margin-left: var(--grid-gutter);
}

.row-fluid .span7:first-child {
  margin-left: 0;
}

.row-fluid > .span7 {
  grid-column: span 7;
  width: auto;
  margin-left: 0;
  min-width: 0;
  min-height: 30px;
}

.span8 {
  width: calc(var(--column-track) * 8 - var(--fixed-gutter));
  min-height: 1px;
  margin-left: var(--fixed-gutter);
}

.row-fluid .span8 {
  width: calc((100% + var(--grid-gutter)) * 8 / 12 - var(--grid-gutter));
  min-height: 30px;
  margin-left: var(--grid-gutter);
}

.row-fluid .span8:first-child {
  margin-left: 0;
}

.row-fluid > .span8 {
  grid-column: span 8;
  width: auto;
  margin-left: 0;
  min-width: 0;
  min-height: 30px;
}

.span9 {
  width: calc(var(--column-track) * 9 - var(--fixed-gutter));
  min-height: 1px;
  margin-left: var(--fixed-gutter);
}

.row-fluid .span9 {
  width: calc((100% + var(--grid-gutter)) * 9 / 12 - var(--grid-gutter));
  min-height: 30px;
  margin-left: var(--grid-gutter);
}

.row-fluid .span9:first-child {
  margin-left: 0;
}

.row-fluid > .span9 {
  grid-column: span 9;
  width: auto;
  margin-left: 0;
  min-width: 0;
  min-height: 30px;
}

.span12 {
  width: calc(var(--column-track) * 12 - var(--fixed-gutter));
  min-height: 1px;
  margin-left: var(--fixed-gutter);
}

.row-fluid .span12 {
  width: calc((100% + var(--grid-gutter)) * 12 / 12 - var(--grid-gutter));
  min-height: 30px;
  margin-left: var(--grid-gutter);
}

.row-fluid .span12:first-child {
  margin-left: 0;
}

.row-fluid > .span12 {
  grid-column: span 12;
  width: auto;
  margin-left: 0;
  min-width: 0;
  min-height: 30px;
}

@media (min-width: 1200px) {
  :root {
    --grid-gutter: 2.564102564102564%;
    --column-track: 100px;
    --fixed-gutter: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  :root {
    --grid-gutter: 2.7624309392265194%;
    --column-track: 62px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-inline: 0;
  }
  .row-fluid:has(> [class*=span]) {
    display: flow-root;
  }
  .row {
    display: flow-root;
    margin-left: 0;
  }
  [class*=span], .row-fluid [class*=span] {
    width: 100%;
    margin-left: 0;
  }
}

/*! App-owned parity rules adapted from Bootstrap 2.3.1.
 * Copyright 2012 Twitter, Inc. Apache-2.0; see docs/licenses/bootstrap.txt.
 * Unused components and obsolete browser fallbacks have been removed. */
legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  border-radius: 4px;
}

input,
textarea {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

select,
input[type=file] {
  height: 30px;
  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

input,
textarea {
  margin-left: 0;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  background-color: transparent;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline label {
  display: inline-block;
}

/*! App-owned parity rules adapted from Bootstrap 2.3.1.
 * Copyright 2012 Twitter, Inc. Apache-2.0; see docs/licenses/bootstrap.txt.
 * Unused components and obsolete browser fallbacks have been removed. */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: rgba(0, 0, 0, 0.15);
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
}

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 3px;
}

.btn-primary.active,
.btn-danger.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
}

/*! App-owned parity rules adapted from Bootstrap 2.3.1.
 * Copyright 2012 Twitter, Inc. Apache-2.0; see docs/licenses/bootstrap.txt.
 * Unused components and obsolete browser fallbacks have been removed. */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

/*! App-owned parity rules adapted from Bootstrap 2.3.1.
 * Copyright 2012 Twitter, Inc. Apache-2.0; see docs/licenses/bootstrap.txt.
 * Unused components and obsolete browser fallbacks have been removed. */
.dropdown {
  position: relative;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

/*! App-owned parity rules adapted from Bootstrap 2.3.1.
 * Copyright 2012 Twitter, Inc. Apache-2.0; see docs/licenses/bootstrap.txt.
 * Unused components and obsolete browser fallbacks have been removed. */
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  border-radius: 6px;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

/*! App-owned parity rules adapted from Bootstrap 2.3.1.
 * Copyright 2012 Twitter, Inc. Apache-2.0; see docs/licenses/bootstrap.txt.
 * Unused components and obsolete browser fallbacks have been removed. */
.navbar {
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar .btn {
  margin-top: 5px;
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-top .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  border-radius: 6px 0 6px 6px;
}

/*! App-owned parity rules adapted from Bootstrap 2.3.1.
 * Copyright 2012 Twitter, Inc. Apache-2.0; see docs/licenses/bootstrap.txt.
 * Unused components and obsolete browser fallbacks have been removed. */
@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-fixed-top {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    transform: translate3d(0, 0, 0);
  }
  input[type=checkbox],
  input[type=radio] {
    border: 1px solid #ccc;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/*! App-owned parity rules adapted from Bootstrap 2.3.1.
 * Copyright 2012 Twitter, Inc. Apache-2.0; see docs/licenses/bootstrap.txt.
 * Unused components and obsolete browser fallbacks have been removed. */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

/*! App-owned parity rules adapted from Bootstrap 2.3.1.
 * Copyright 2012 Twitter, Inc. Apache-2.0; see docs/licenses/bootstrap.txt.
 * Unused components and obsolete browser fallbacks have been removed. */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop {
  opacity: 0.8;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/*! App-owned parity rules adapted from Bootstrap 2.3.1.
 * Copyright 2012 Twitter, Inc. Apache-2.0; see docs/licenses/bootstrap.txt.
 * Unused components and obsolete browser fallbacks have been removed. */
.label {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  border-radius: 3px;
}

.label:empty {
  display: none;
}

a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-warning {
  background-color: #f89406;
}

.label-warning[href] {
  background-color: #c67605;
}

.btn .label {
  position: relative;
  top: -1px;
}

.btn-mini .label {
  top: 0;
}

.pull-right {
  float: right;
}

html, body {
  height: 100%;
}

.original {
  color: lightgrey;
}

.nav-tabs li {
  cursor: pointer;
}

.flag {
  width: 24px;
  height: 18px;
  margin-top: 8px;
  display: inline-block;
  background-size: contain;
}

.de {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgwIiB3aWR0aD0iNjQwIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iI2ZmY2UwMCIgZD0iTTAgMzIwaDY0MHYxNjAuMDAySDB6Ii8+CiAgPHBhdGggZD0iTTAgMGg2NDB2MTYwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI2QwMCIgZD0iTTAgMTYwaDY0MHYxNjBIMHoiLz4KPC9zdmc+");
}

.gb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%23012169' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' d='m75 0 244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0z'/%3E%3Cpath fill='%23C8102E' d='m424 281 216 159v40L369 281zm-184 20 6 35L54 480H0zm400-301L391 191l2-44L590 0zM0 0l239 176h-60L0 42z'/%3E%3Cpath fill='%23fff' d='M241 0v480h160V0zM0 160v160h640V160z'/%3E%3Cpath fill='%23C8102E' d='M0 193v96h640v-96zM273 0v480h96V0z'/%3E%3C/svg%3E");
}

.fr {
  background-image: linear-gradient(90deg, #002395 0 33.333%, #fff 33.333% 66.666%, #ed2939 66.666% 100%);
}

.es {
  background-image: linear-gradient(180deg, #aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75% 100%);
}

.it {
  background-image: linear-gradient(90deg, #009246 0 33.333%, #fff 33.333% 66.666%, #ce2b37 66.666% 100%);
}

.us {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%23012169' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' d='m75 0 244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0z'/%3E%3Cpath fill='%23C8102E' d='m424 281 216 159v40L369 281zm-184 20 6 35L54 480H0zm400-301L391 191l2-44L590 0zM0 0l239 176h-60L0 42z'/%3E%3Cpath fill='%23fff' d='M241 0v480h160V0zM0 160v160h640V160z'/%3E%3Cpath fill='%23C8102E' d='M0 193v96h640v-96zM273 0v480h96V0z'/%3E%3C/svg%3E");
}

a.project {
  cursor: pointer;
}

.language-icon {
  margin-top: 0;
}

.language-text {
  vertical-align: top;
}

.language-code {
  display: inline-block;
  min-width: 24px;
  text-align: center;
  font-weight: bold;
}

.navbar .mini-menu {
  display: none;
}

.navbar-fixed-top {
  margin-bottom: 0px;
}

.belowNavigation {
  margin-top: 80px;
}

.navbar .nav li {
  line-height: 34px;
}

.navbar .nav li > .header-multi-element > .header-li-condensed {
  line-height: 17px;
}

.header-settings-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
  vertical-align: -6px;
}

.navbar .nav li > .header-multi-element :first-child {
  padding-right: 2px;
}

.navbar .nav > li > a, .navbar .nav > li a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

.navbar .nav > li > a, .navbar .nav > li > div {
  margin-top: 10px;
  padding: 0 10px 0px;
}

.navbar .nav > li > .header-multi-element {
  display: flex;
}

.navbar .nav > li > .header-multi-element > * {
  flex-flow: column;
}

.nav > li > a {
  cursor: pointer;
}

.navbar .nav > li.notificiation-alert > a {
  background-color: salmon;
  color: black;
  text-shadow: none;
}

.menu-gravatar {
  padding-top: 12px;
}

.menu {
  list-style-type: none;
}

.menu li {
  float: left;
}

.menu-standard li {
  margin-right: 20px;
}

.menu-standard li a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.menu-standard li a:hover {
  color: #666;
  text-decoration: none;
}

.menu-actions li {
  margin-right: 5px;
}

.menu-actions {
  float: right;
}

@media (max-width: 979px) {
  .belowNavigation {
    margin-top: 20px;
  }
  .navigationBar {
    margin-top: 0px;
  }
  .navbar .mini-menu {
    display: block;
  }
  .menu-actions {
    float: left;
  }
  .statisticTotal {
    font-size: 1.3em;
    font-weight: normal;
  }
}
.content {
  min-height: 100%;
  margin: 0 0 -18px 0;
}

.right {
  float: right;
}

#message {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 400px;
  background-color: #00FF04;
  padding: 20px;
  font-size: 20px;
  color: #ffffff;
}

.center {
  text-align: center;
}

.ad h3 {
  border-bottom: 1px solid #0064CD;
  color: #0064CD;
  line-height: 22px;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.ad {
  text-align: left;
}

object {
  display: none;
}

.infoBox {
  background-color: #eee;
  font-size: 25px;
  line-height: 1.5em;
  padding: 30px;
  margin-bottom: 20px;
}

a.selected {
  font-weight: bold;
}

.positive {
  color: green;
}

.negative {
  color: red;
}

.notSortable {
  min-height: 20px;
  padding: 10px;
}

.tablesorter th {
  cursor: pointer;
}

.ui-state-disabled {
  opacity: 0.8;
}

th.headerSortUp {
  color: #08C;
}

th.headerSortDown {
  color: #08C;
}

.error {
  color: #B94A48;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.dropdown img {
  padding-bottom: 3px;
  padding-right: 2px;
}

.hide {
  display: none;
}

.captcha {
  padding: 10px;
  border-color: darkred;
  background-color: indianred;
  color: black;
  font-weight: bold;
}

.nav-pills {
  cursor: pointer;
}

.organization-action-bar {
  margin: 0 0 10px 0;
}

.organization-tab {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-bottom: none;
  padding: 20px;
}

.organization-tab.selected {
  border-left: 10px solid #666666;
}

.organization-tab:hover {
  border-left: 10px solid #999999;
  cursor: pointer;
}

.organization-tab-full-access {
  background-color: #fa8072;
}

.organization-tab:last-child {
  border-bottom: 1px solid #999999;
}

.panel {
  margin-bottom: 40px;
}

.list-element {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 0;
  line-height: 28px;
  display: flex;
}

.list-element.last {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

form.list-element-cell {
  margin: 0;
}

.list-element-cell {
  min-height: 0 !important;
  padding: 15px;
  flex-grow: 1;
  flex-basis: 0;
}

.list-element-cell input {
  margin: 0;
}

.list-element-cell-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.list-element-cell-grow-1 {
  flex-grow: 1;
}

.list-element-cell-grow-2 {
  flex-grow: 2;
}

.list-element-cell-grow-3 {
  flex-grow: 3;
}

.list-element-cell-grow-4 {
  flex-grow: 4;
}

.login {
  display: flex;
  flex-wrap: wrap;
}
.login .loginPanel {
  flex: 1;
}
.login .informationPanel {
  flex: 1;
  min-width: 500px;
}

.organization-person-name, .list-element-cell-title {
  color: #08c;
  font-size: 16px;
  cursor: pointer;
}

.list-element-cell-title.not-clickable {
  color: #00335a;
  font-size: 16px;
  cursor: default;
}

.organization-person-name-inactive {
  color: #00335a;
  font-size: 16px;
}

.organization-active-member {
  border-left: 5px solid lightgreen;
}

.organization-inactive-member {
  border-left: 5px solid salmon;
}

h2.subheading {
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  line-height: 60px;
  margin: 0 0 0.5em 0;
}

h3.subheading {
  font-weight: 300;
  border-bottom: 1px solid #cccccc;
  line-height: 40px;
  margin: 0 0 0.5em 0;
}

section {
  margin-bottom: 20px;
}

.time-absence {
  background: #efefef;
  border-left: 10px solid rgb(221, 221, 221);
  color: #666;
}

.clickable {
  cursor: pointer;
}

.not-clickable {
  cursor: default !important;
}

.action-save {
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #08c;
}

.action-info {
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #333;
}

.action-trash {
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #cb2431;
}

.brand img {
  max-width: 35px;
  max-height: 35px;
}

#timetable {
  margin-top: 15px;
}

#timetableEmpty {
  margin-top: 30px;
  padding: 20px 55px 20px 55px;
  font-weight: 300;
  border: 1px solid #dddddd;
}

.task .completed {
  color: grey;
  text-decoration: line-through;
}

#footer {
  padding: 0 1vh 0 1vh;
  position: absolute;
  margin-bottom: 0;
  margin-top: 100px;
}

.loading-inpage {
  flex: 1;
  text-align: center;
}
.loading-inpage i {
  font-size: 4em;
}

.show-print {
  display: none;
}

.invoice .invoice-header {
  display: flex;
}
.invoice .invoice-sender-address {
  margin: 40px 20px 0px 20px;
}
.invoice .invoice-recipient-address {
  align-self: flex-end;
}
.invoice .invoice-body {
  margin-left: 0;
}
.invoice .invoice-body .invoice-body-header {
  margin: 40px 0 40px 0;
  font-weight: bold;
}
.invoice .invoice-body .invoice-body-items {
  width: 100%;
}
.invoice .invoice-body .invoice-body-items tr th {
  text-align: left;
}
.invoice .invoice-body .invoice-body-items tr th, .invoice .invoice-body .invoice-body-items tr td {
  height: 40px;
}
.invoice .invoice-body .invoice-body-items .items-vat {
  border-top: 1px solid gray;
  margin-top: 20px;
}
.invoice .invoice-body .invoice-body-items .items-sum {
  font-weight: bold;
  border-bottom: 3px double gray;
}
.invoice .invoice-body .invoice-body-footer {
  margin-top: 20px;
}

.teamtime li {
  margin-bottom: 10px;
  color: #000000;
}

.teamtime li ul li {
  margin-bottom: 0px;
  color: gray;
}

.operations .btn {
  margin-right: 5px;
}

.modal.scroll {
  position: absolute;
}

.creationPanel h3 {
  font-size: 14px;
}
.creationPanel select {
  width: 100%;
}

.tabBtn {
  padding: 10px;
  border: 0px;
  border-radius: 4px;
}

.tabAction {
  background-color: gray;
  color: #ffffff;
}

.tabPrimary {
  background-color: #0088cc;
  color: #ffffff;
}

.tabAccept {
  background-color: #5bb75b;
  color: #ffffff;
}

.tabBtn:disabled {
  background-color: grey;
}

.loadingStopwatch {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

/** Table sort*/
th[role=columnheader]:not(.no-sort) {
  cursor: pointer;
}

th[role=columnheader]:not(.no-sort):after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #404040 transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
}

th[aria-sort=ascending]:not(.no-sort):after {
  border-bottom: none;
  border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after {
  visibility: visible;
  opacity: 0.4;
}

th[role=columnheader]:not(.no-sort):hover:after {
  visibility: visible;
  opacity: 1;
}

.modal-backdrop {
  font-size: 20px;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

:root {
  --tab-form-control-border: 1px solid rgba(20, 32, 47, 0.18);
  --tab-form-control-radius: 5px;
  --tab-form-control-padding: 5px 10px;
  --tab-form-control-padding-compact: 5px 10px;
  --tab-form-control-background: #fffdfa;
}

.tab-form {
  margin: 0;
}

.tab-form-field {
  display: grid;
  gap: 6px;
}

.tab-form-row {
  margin-bottom: 10px;
  display: flex;
}

.tab-form-label {
  display: inline-block;
  min-width: 120px;
  margin-bottom: 6px;
  font-weight: 600;
  align-content: center;
}

.tab-form--stacked .tab-form-row {
  flex-direction: column;
}

.tab-form--stacked .tab-form-label {
  min-width: 0;
}

.tab-form--stacked .tab-form-controls--inline {
  flex-wrap: wrap;
}

.tab-form-controls {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.tab-form-controls--inline,
.tab-form--inline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.tab-form--inline > .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

input.tab-form-control,
select.tab-form-control,
textarea.tab-form-control,
.tab-form-field > input:not([type=checkbox]):not([type=radio]),
.tab-form-field > select,
.tab-form-field > textarea,
.tab-form-controls > input:not([type=checkbox]):not([type=radio]),
.tab-form-controls > select,
.tab-form-controls > textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
  border: var(--tab-form-control-border);
  border-radius: var(--tab-form-control-radius);
  padding: var(--tab-form-control-padding);
  margin-bottom: 0;
  font: inherit;
  line-height: 1.4;
  color: #333;
  background: var(--tab-form-control-background);
}

input.tab-form-control:not([type=checkbox]):not([type=radio]),
textarea.tab-form-control,
.tab-form-field > input:not([type=checkbox]):not([type=radio]),
.tab-form-field > textarea,
.tab-form-controls > input:not([type=checkbox]):not([type=radio]),
.tab-form-controls > textarea {
  -webkit-appearance: none;
  appearance: none;
}

select.tab-form-control,
.tab-form-select,
.tab-form-field > select,
.tab-form-controls > select {
  padding: 6px 36px 6px 10px;
  line-height: 1.2;
  color: #333;
  -webkit-appearance: menulist;
  appearance: auto;
}

.tab-form-field > select option,
.tab-form-controls > select option {
  color: #333;
  background: #fff;
}

.tab-form-control--compact,
.tab-form-controls--compact > .tab-form-control {
  padding: var(--tab-form-control-padding-compact);
  line-height: 1.2;
}

.tab-form-control--fill {
  width: auto;
  min-width: 0;
}

.tab-form--inline > .tab-form-control--fill,
.tab-form-controls--inline > .tab-form-control--fill {
  flex: 1 1 auto;
}

.tab-form-control--mini {
  display: inline-block;
  width: 60px;
  max-width: none;
}

.tab-form-control--small {
  display: inline-block;
  width: 90px;
  max-width: none;
}

.tab-form-control--medium {
  display: inline-block;
  width: 150px;
  max-width: none;
}

.tab-form-control--large {
  display: inline-block;
  width: 210px;
  max-width: none;
}

.tab-form-control--xlarge {
  display: inline-block;
  width: 270px;
  max-width: none;
}

.tab-form-control--xxlarge {
  display: inline-block;
  width: 530px;
  max-width: none;
}

.tab-form-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tab-form-checkbox--row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.tab-form-checkbox input {
  margin: 0;
}

.tab-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px 24px;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1050;
  overflow-y: auto;
}

.modal-form {
  width: min(820px, 100%);
  min-height: 50vh;
  max-height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.modal-form--compact {
  min-height: auto;
  max-width: 600px;
}

.modal-form--wide {
  width: min(1040px, 100%);
  min-height: min(72vh, 760px);
  max-width: 1040px;
}

.modal-form-header,
.modal-footer {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}

.modal-body {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  padding: 0 16px 16px;
  overflow-y: auto;
}

.modal-form-header h3,
.modal-form-header legend {
  margin: 0;
}

.modal-body h3 {
  margin-top: 0;
}

.close {
  border: 0;
  background: transparent;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  text-decoration: none;
  cursor: pointer;
  margin-left: 1em;
}

.modal-form-header .close {
  margin-left: auto;
  order: 2;
}

.close:hover,
.close:focus {
  opacity: 0.4;
  text-decoration: none;
}

.dashboard-page {
  display: grid;
  gap: 24px;
}

.dashboard-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
}

.dashboard-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard-calendar {
  margin-bottom: 20px;
  position: relative;
  z-index: 50;
  overflow: visible;
}

.dashboard-layout,
.dashboard-layout .span8,
#calendar,
.calendar-footer,
.calendar-footer .tab-pane {
  overflow: visible;
  position: relative;
}

.dashboard-statistics {
  display: flex;
  flex-wrap: nowrap;
  margin: 10px 0 20px 0;
  position: relative;
  z-index: 1;
}

.dashboard-statistics .dashboard-statistics-tile-rounded {
  display: flex;
  align-items: center;
}

.dashboard-statistics .dashboard-statistics-tile-rounded > div {
  flex: 1;
}

.dashboard-statistics .dashboard-statistics-tile {
  flex: 1;
  margin: 0 3px;
  text-align: center;
}

.dashboard-statistics .dashboard-statistics-tile .tile-main-label {
  color: #aaa;
  font-size: 0.9em;
}

.dashboard-statistics .dashboard-statistics-tile .tile-main-value {
  font-size: 1.7em;
  margin-bottom: 8px;
}

.dashboard-statistics .dashboard-statistics-tile .tile-secondary-label {
  color: #aaa;
  font-size: 0.9em;
}

.dashboard-statistics .dashboard-statistics-tile .tile-secondary-value {
  color: #aaa;
  font-size: 1.3em;
}

.calendar-tab-controller {
  margin-bottom: 0;
}

.calendar-tab-controller a {
  cursor: pointer;
}

.calendar-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 5px 0;
}

.calendar-week {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
}

.calendar-navigation {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.weekCalendarContainer {
  margin-bottom: 5px;
}

#weekCalendar {
  display: flex;
}

#weekCalendar .day {
  flex-basis: 0;
  flex-grow: 1;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: linear-gradient(#0388cc, #80d3ff);
  color: #fff;
  padding-top: 20px;
  text-align: center;
}

#weekCalendar .day.selected {
  background: linear-gradient(#0073af, #0098d8);
}

#weekCalendar .day span {
  display: block;
  margin: 0;
  color: #fff;
  line-height: 2.5em;
}

#weekCalendar .day h3 {
  margin: 0;
  font-size: 30px;
  line-height: 20px;
}

.calendar-footer {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.calendar-footer .tab-pane {
  margin: 0;
  flex-grow: 1;
  min-width: 0;
}

.calendar-footer .quickadd {
  flex-grow: 2;
}

.calendar-footer .quickadd form {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
}

.quickadd-autocomplete {
  position: relative;
  flex: 1 1 260px;
  min-width: 260px;
  overflow: visible;
  z-index: 2100;
}

.calendar-footer .quickadd .tab-form-control--small {
  flex: 0 0 75px;
  width: 75px;
}

.calendar-footer .quickadd .autocomplete {
  width: 100%;
}

.calendar-footer .quickadd .btn {
  flex: 0 0 auto;
  width: auto;
  white-space: nowrap;
  border-radius: 4px;
}

.calendar-footer .calendar-absence {
  flex: 0 0 auto;
  align-self: center;
}

.calendar-footer .calendar-absence .btn {
  border-radius: 0;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block !important;
  z-index: 2000;
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid #999;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.autocomplete-suggestion {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 6px 10px;
  text-align: left;
  color: #333;
  cursor: pointer;
}

.autocomplete-suggestion:hover {
  background: #f0f0f0;
}

.dashboard-page #timetableEntries .list-element,
.editEntry {
  cursor: pointer;
}

.dashboard-entry-description-row {
  cursor: default !important;
}

.dashboard-entry-description-row .list-element-cell {
  white-space: pre-wrap;
  color: #555;
}

.dashboard-project-warnings {
  display: grid;
  margin-bottom: 20px;
}

.dashboard-project-warnings__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d6dde8;
  background: #f8fbfe;
  color: #333;
  text-align: left;
  cursor: pointer;
}

.dashboard-project-warnings__toggle .subheading {
  margin: 0;
}

.dashboard-project-warnings__chevron {
  font-size: 1.1em;
  transition: transform 120ms ease;
}

.dashboard-project-warnings__chevron.is-open {
  transform: rotate(180deg);
}

.dashboard-project-warnings__list {
  display: grid;
}

.dashboard-project-warning {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border: 1px solid #d9e2ea;
  background: #fff;
}

.dashboard-project-warning--warning {
  border-color: #f0c36d;
  background: #fff8ea;
}

.dashboard-project-warning--exceeded {
  border-color: #d86a61;
  background: #fff0ef;
}

.dashboard-project-warning__project {
  min-width: 0;
  font-weight: 600;
  color: #08c;
  text-decoration: none;
}

.dashboard-project-warning__project:hover,
.dashboard-project-warning__project:focus {
  color: #005580;
  text-decoration: underline;
}

.dashboard-project-warning__summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.dashboard-project-warning__badge {
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dashboard-project-warning__meta {
  color: #555;
  font-size: 0.95em;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 767px) {
  .dashboard-project-warning {
    align-items: flex-start;
    flex-direction: column;
  }
  .dashboard-project-warning__summary {
    width: 100%;
    justify-content: space-between;
  }
}
.quickadd-error {
  margin-top: 8px;
}

.stopwatch {
  padding: 0 10px 10px;
  margin: 1em 0;
  border: 1px solid #cccccc;
}

.stopwatch.selected {
  background-color: #beb;
}

.stopwatch.book {
  background-color: #e2b7b7;
}

.stopwatch .project {
  line-height: 20px;
  margin: 0;
  font-size: 17.5px;
}

.stopwatch .stopwatch-delete {
  height: 18px;
  padding-top: 5px;
  padding-left: 2px;
  text-align: right;
  margin-bottom: 8px;
}

.stopwatch .stopwatch-delete a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  text-decoration: none;
  cursor: pointer;
}

.stopwatch .stopwatch-header {
  display: flex;
}

.stopwatch .stopwatch-header button {
  margin-left: auto;
}

.stopwatch .stopwatch-body {
  display: flex;
  margin-top: 1.5em;
}

.stopwatch .stopwatch-time-container {
  display: grid;
  flex-grow: 2;
  grid-template-columns: 30% 30%;
  align-items: end;
}

.stopwatch .stopwatch-time {
  font-size: 16px;
}

.stopwatch .stopwatch-date {
  font-size: 10px;
  color: grey;
}

.stopwatch .loadingStopwatch i {
  padding: 20px 0;
}

@media (max-width: 979px) {
  #calendar .day span {
    color: #fff;
    line-height: 1.5em;
    font-size: 10px;
  }
  #calendar .day h3 {
    font-size: 20px;
    line-height: 15px;
  }
}
@media (max-width: 720px) {
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-statistics {
    flex-direction: column;
    gap: 12px;
  }
  .dashboard-form-grid {
    grid-template-columns: 1fr;
  }
  .button-row,
  .calendar-headline,
  .calendar-footer {
    flex-direction: column;
  }
  #weekCalendar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
}

.expenses-page__month-nav {
  margin: 0 0 16px;
}

.expenses-page__month-nav .btn {
  margin: 0 4px;
}

.expenses-table td:last-child,
.expenses-table th:last-child {
  width: 1%;
  white-space: nowrap;
}

.mileage-form__number-input {
  display: inline-block;
  width: 96px;
  max-width: none;
}

.mileage-form__unit-select {
  display: inline-block;
  width: 68px;
  max-width: none;
}

.mileage-form__currency-select {
  display: inline-block;
  width: 82px;
  max-width: none;
}

.mileage-form__rate-suffix {
  white-space: nowrap;
}

.mileage-form__route-preview {
  position: relative;
  max-width: 800px;
}

.notification-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.notification-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 14px;
  background: #fffdfa;
  border: 1px solid rgba(20, 32, 47, 0.1);
}

.notification-item__title,
.notification-item__meta,
.notifications-count {
  margin: 0;
}

.notification-item__title {
  font-weight: 700;
}

.notification-item__meta,
.notifications-count {
  color: #5d6f82;
  font-size: 0.875rem;
}

.notification-item__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.onboarding-overlay {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 28px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3000;
}

.onboarding-overlay--name {
  background: #fff0f0;
}

.onboarding-overlay--project {
  background: #fff8d9;
}

.onboarding-overlay--tasks {
  background: #eef9ec;
}

.onboarding-overlay__signout {
  background: transparent;
  border: 0;
  color: #2f3437;
  font-weight: 700;
  position: absolute;
  right: 28px;
  text-decoration: underline;
  top: 24px;
}

.onboarding-overlay__language {
  color: #2f3437;
  display: flex;
  font-weight: 800;
  gap: 8px;
  left: 28px;
  position: absolute;
  top: 24px;
}

.onboarding-overlay__language button {
  background: transparent;
  border: 0;
  color: #2f3437;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
}

.onboarding-overlay__language button.active {
  text-decoration-thickness: 3px;
}

.onboarding-panel {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(47, 52, 55, 0.14);
  box-shadow: 0 24px 70px rgba(47, 52, 55, 0.16);
  max-width: 720px;
  padding: 44px;
  width: min(720px, 100%);
}

.onboarding-panel__eyebrow {
  color: #2f3437;
  font-size: 22px;
  font-weight: 800;
  margin: 0;
}

.onboarding-panel__progress {
  display: flex;
  gap: 10px;
  margin-bottom: 34px;
}

.onboarding-panel__progress span {
  background: rgba(47, 52, 55, 0.18);
  display: block;
  height: 8px;
  width: 56px;
}

.onboarding-panel__progress span.is-active {
  background: #2f3437;
}

.onboarding-form {
  margin: 0;
}

.onboarding-form h1 {
  color: #1f2427;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 34px;
}

.onboarding-form .tab-form-label {
  color: #2f3437;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 8px;
}

.onboarding-form__input {
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  min-height: 48px;
  width: 100%;
}

.onboarding-form__task {
  margin-top: 18px;
}

.onboarding-form__project-name {
  color: #2f3437;
  font-size: 20px;
  font-weight: 800;
  margin: -14px 0 18px;
}

.onboarding-form__error {
  color: #9d1d1d;
  font-weight: 800;
  margin: 18px 0 0;
}

.onboarding-form__submit {
  font-size: 18px;
  font-weight: 800;
  margin-top: 28px;
  min-height: 44px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 640px) {
  .onboarding-overlay {
    align-items: stretch;
    padding: 18px;
  }
  .onboarding-overlay__signout {
    right: 18px;
    top: 16px;
  }
  .onboarding-overlay__language {
    left: 18px;
    top: 16px;
  }
  .onboarding-panel {
    align-self: center;
    padding: 30px 22px;
  }
  .onboarding-form h1 {
    font-size: 32px;
  }
}

.company-page .company-init {
  font-size: 18px;
  line-height: 34px;
}

.company-page .company-init .btn {
  margin-left: 8px;
}

.company-page .subheading {
  margin-bottom: 14px;
}

.company-page .company-panel {
  margin-top: 10px;
}

.company-sidebar {
  min-height: 1px;
}

.company-content {
  min-height: 1px;
}

.company-secondary-control {
  margin-top: 5px;
}

.company-overview-form fieldset {
  margin-bottom: 34px;
}

.company-overview-form .tab-form-row {
  display: block;
  margin-bottom: 26px;
}

.company-overview-form .tab-form-label {
  display: block;
  width: auto;
  margin: 0 0 10px;
  font-weight: 400;
  text-align: left;
}

.company-overview-form .tab-form-controls {
  margin-left: 0;
}

.company-overview-form .tab-form-controls--inline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.company-overview-form .tab-form-controls--inline .tab-form-control {
  flex: 1 1 0;
}

.company-overview-form .tab-form-control--small {
  flex: 0 0 190px;
}

.company-settings-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  width: 100%;
}

.company-settings-form__label {
  flex: 1 1 auto;
  padding-right: 12px;
}

.company-settings-form__control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.company-create-form legend {
  margin-bottom: 12px;
}

.project-page {
  display: grid;
}

.projects-layout {
  margin-top: 10px;
}

.projects-sidebar {
  margin-bottom: 20px;
}

.projects-sidebar .nav {
  margin-bottom: 18px;
}

.project-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 3px 15px;
  border: 0;
  background: transparent;
  color: #333;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}

.project-menu-link__label {
  min-width: 0;
}

.project-menu-link:hover,
.project-menu-link:focus {
  background: #eeeeee;
  color: #333;
  text-decoration: none;
}

.project-menu-link.active {
  font-weight: 700;
}

.project-main {
  display: grid;
  gap: 16px;
}

.projects-heading .subheading {
  margin-bottom: 10px;
}

.projects-heading__title-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.projects-heading__title-button:hover .projects-heading__title-text,
.projects-heading__title-button:focus .projects-heading__title-text {
  text-decoration: underline;
}

.projects-heading__title-text {
  display: inline-block;
}

.projects-heading__actions {
  display: inline-flex;
  align-items: center;
}

.projects-financial-overview {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid #d6dde8;
  border-radius: 0;
  background: #f8fbfe;
}

.projects-financial-overview__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.projects-financial-overview__copy,
.projects-financial-settings-copy,
.projects-financial-settings-note {
  margin: 0;
  color: #666;
}

.projects-financial-overview__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.projects-financial-total-card {
  padding: 14px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #dfe7ef;
}

.projects-financial-total-card__label {
  color: #777;
  font-size: 0.9em;
}

.projects-financial-total-card__duration {
  margin-top: 4px;
  font-size: 1.4em;
  font-weight: 600;
}

.projects-financial-total-card__value {
  margin-top: 6px;
  color: #0b5f84;
  font-weight: 600;
}

.projects-financial-overview__warnings {
  display: grid;
  gap: 10px;
}

.projects-financial-warning {
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid #dfe7ef;
  background: #fff;
}

.projects-financial-warning--warning {
  border-color: #f0c36d;
  background: #fff7e6;
}

.projects-financial-warning--exceeded {
  border-color: #d86a61;
  background: #fff0ef;
}

.projects-financial-warning--ok {
  background: #f3faf4;
  border-color: #b7d6bc;
}

.projects-financial-warning__headline {
  font-weight: 600;
}

.projects-financial-warning__meta {
  margin-top: 4px;
  color: #666;
}

.projects-warning-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  margin-left: 5px;
  height: 20px;
  padding: 0;
  border-radius: 999px;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
}

.projects-warning-badge--warning {
  background: #d84b40;
  color: #fff;
}

.projects-warning-badge--exceeded {
  background: #b61f14;
  color: #fff;
}

.projects-financial-settings-panel {
  display: grid;
  gap: 12px;
  padding: 16px 0;
}

.projects-expense-categories {
  display: grid;
  gap: 12px;
}

.projects-expense-categories__list {
  display: grid;
  gap: 10px;
}

.projects-expense-categories__row {
  padding: 0;
  border: 0;
  background: transparent;
}

.projects-financial-settings-actions {
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.projects-view-pills {
  margin: 0 0 16px;
}

.projects-task-tabs {
  margin: 0;
}

.projects-tasks-view {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.projects-tasks-view > .projects-task-tabs {
  width: 180px;
  flex: 0 0 180px;
}

.projects-tasks-view > .projects-task-content {
  flex: 1 1 auto;
  min-width: 0;
}

.projects-task-group .subheading {
  margin-bottom: 12px;
}

.projects-task-group .list-element-cell-title {
  cursor: pointer;
}

.list-element-cell-title .projects-task-checkbox {
  margin-right: 15px;
}

.projects-task-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.projects-task-rate-value {
  margin-right: 4px;
}

.projects-task-rate-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: #08c;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}

.projects-task-rate-link:hover,
.projects-task-rate-link:focus {
  color: #005580;
  text-decoration: underline;
}

.projects-task-tabs > li > a {
  cursor: pointer;
}

.projects-task-tabs > li.action {
  float: none;
  margin-top: 12px;
}

.projects-task-tabs > li.action .btn {
  width: 100%;
}

.task-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.task-category-group {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}

.task-category-group .tab-form-controls {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.task-category-group .tab-form-checkbox {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.task-category-group .radio input {
  margin: 0;
}

@media (max-width: 900px) {
  .projects-financial-overview__grid {
    grid-template-columns: 1fr;
  }
}

.content-card--nested {
  padding: 20px;
  box-shadow: none;
  border: 1px solid rgba(20, 32, 47, 0.08);
}

.time-entry-card {
  padding: 16px;
  border-radius: 16px;
  background: #f8f4ec;
}

.time-entry-card__header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.stats-list {
  margin: 0;
  display: grid;
  gap: 14px;
}

.stats-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.stats-list dt,
.stats-list dd {
  margin: 0;
}

.reportTimeDescription {
  background-color: #eee;
}

.reportTimeDescription td {
  white-space: pre-wrap;
}

.reports-content hr {
  width: 100%;
  size: 1px;
}

.report-company-header-name {
  font-size: 1.5em;
  font-weight: bold;
}

.report-company-header {
  font-size: 1.2em;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cfcfcf;
}

.reports-filter-panel {
  margin-bottom: 16px;
}

.reports-filter-tabs {
  margin-bottom: 12px;
}

.reports-filter-form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.reports-filter-actions {
  margin: 0 0 16px;
}

.reports-filter-actions .btn + .btn {
  margin-left: 8px;
}

.reports-filter-form .tab-form-control--small {
  flex: 0 0 auto;
  width: auto;
}

.reports-filter-form .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.reports-filter-separator {
  flex: 0 0 auto;
}

.reports-description-toggle {
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}

.reports-description-text {
  white-space: pre-wrap;
}

.reports-sort-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

.reports-sort-arrow {
  font-size: 11px;
  line-height: 1;
}

.reports-worktime-table tfoot td {
  vertical-align: top;
}

.reports-section + .reports-section {
  margin-top: 24px;
}

.reports-spaced-table {
  margin-bottom: 50px;
}

.reports-total-line {
  margin: 0 0 16px;
}

.reports-thresholds-hint {
  margin: 0 0 16px;
  color: #4b5563;
}

.reports-thresholds-warning-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reports-thresholds-warning {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.reports-thresholds-warning--warning {
  color: #9a3412;
  background: #fff7ed;
  border-color: #fdba74;
}

.reports-thresholds-warning--exceeded {
  color: #991b1b;
  background: #fef2f2;
  border-color: #fca5a5;
}

@media (max-width: 720px) {
  .time-entry-card__header,
  .stats-list div {
    flex-direction: column;
  }
  .reports-filter-form {
    flex-wrap: wrap;
  }
}

.team-page .organization-tab {
  cursor: pointer;
}

.organization-team .nav.nav-pills {
  margin-bottom: 15px;
}

.organization-project-form {
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.team-create-form {
  max-width: 680px;
}

:root {
  color: #333;
  background: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #ffffff;
}

#root {
  min-height: 100vh;
}

.app-shell {
  min-height: 100vh;
}

.app-shell__legacy-header {
  margin-bottom: 0;
}

.app-shell__legacy-branding {
  float: left;
}

.app-shell__legacy-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-shell__legacy-nav .nav {
  display: flex;
  flex-wrap: wrap;
}

.app-shell__legacy-nav .nav li {
  float: none;
}

.app-shell__legacy-nav .nav a.selected {
  font-weight: 700;
}

.app-shell__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.app-shell__meta .navbar-text {
  margin: 0;
  padding-top: 10px;
}

.app-shell__menu-link {
  display: block;
  width: 100%;
  padding: 3px 20px;
  border: 0;
  background: transparent;
  color: #333;
  text-align: left;
  font: inherit;
}

.app-shell__content,
.placeholder-page,
.content-card {
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  padding: 0 24px;
}

.subscription-banner {
  margin: 0 24px 18px;
  padding: 10px 14px;
  border: 1px solid #f2d9a8;
  border-radius: 4px;
  background: #fff7df;
  color: #5d4514;
}

.subscription-banner--required {
  border-color: #e2aaa6;
  background: #f9e7e5;
  color: #7d261f;
}

.subscription-banner a {
  font-weight: 700;
}

.subscription-plan-card {
  min-height: 190px;
}

.subscription-plan-card--special-offer {
  border-color: #d6e9c6;
  background: #dff0d8;
  color: #468847;
}

.subscription-plan-card__original-price {
  color: #6f7f67;
  text-decoration: line-through;
}

.subscription-plan-card__special-price {
  font-size: 1.08em;
}

.user-announcement-banner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin: 0 24px 18px;
  padding: 10px 14px;
  border: 1px solid #c7d8ec;
  border-radius: 4px;
  background: #eef6ff;
  color: #21384f;
}

.user-announcement-banner__body {
  overflow-wrap: anywhere;
}

.user-announcement-banner__body p {
  margin: 0;
}

.user-announcement-banner__body a {
  font-weight: 700;
}

.user-announcement-banner__close {
  flex: 0 0 auto;
}

.account-page {
  display: grid;
  gap: 18px;
}

.account-extensions-page {
  padding-right: 12px;
}

.account-extensions-balance {
  margin-bottom: 18px;
}

.account-extensions-module {
  margin-bottom: 28px;
}

.account-extensions-module h3 {
  margin: 0 0 8px;
  font-weight: 400;
}

.account-extensions-module__description,
.account-extensions-module__cost,
.account-extensions-module__actions {
  margin: 0 0 12px;
}

.account-extensions-module .alert {
  margin-bottom: 12px;
}

.account-legacy-layout {
  margin-top: 24px;
}

.account-legacy-layout .well {
  margin-bottom: 20px;
}

.account-nav {
  margin-bottom: 0;
}

.account-nav li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.account-nav li a.active,
.account-nav li.active a {
  font-weight: 700;
}

.account-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #4a5f72;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(20, 32, 47, 0.09);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.account-nav__link--active {
  color: #14202f;
  background: #fffdfa;
  border-color: rgba(128, 90, 50, 0.3);
  box-shadow: 0 10px 24px rgba(20, 32, 47, 0.08);
}

.subheading {
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  line-height: 1.8;
  margin: 0 0 0.5em 0;
}

.placeholder-page h2 {
  margin-top: 0;
}

.content-card__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.content-card__header h2,
.contact-form__section h3 {
  margin-top: 0;
}

.content-card__header p {
  margin-bottom: 0;
}

.admin-overview-page {
  padding-right: 12px;
}

.admin-overview-stats {
  margin-top: 16px;
}

.admin-overview-stats--secondary {
  margin-bottom: 24px;
}

.admin-overview-section {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(20, 32, 47, 0.12);
}

.admin-overview-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  margin: 20px 0;
}

.admin-overview-cutoff {
  display: grid;
  gap: 8px;
  min-width: 220px;
}

.admin-overview-cutoff input,
.admin-overview-cutoff-input {
  min-height: 38px;
  padding: 8px 10px;
}

.admin-overview-feedback {
  color: #2c6e49;
}

.admin-overview-grid {
  display: grid;
  gap: 20px;
}

.admin-overview-table-card {
  padding: 18px;
  border-radius: 14px;
  background: #fffdfa;
  border: 1px solid rgba(20, 32, 47, 0.1);
}

.admin-overview-table-card h4 {
  margin-top: 0;
}

.admin-overview-table-wrap {
  overflow-x: auto;
}

.admin-overview-table {
  width: 100%;
}

.admin-announcements-page {
  display: grid;
  gap: 8px;
}

.admin-announcements-page .admin-overview-section:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.admin-announcements-form {
  max-width: 760px;
}

.admin-announcements-form__textarea {
  min-height: 120px;
  resize: vertical;
}

.admin-announcements-preview {
  min-height: 44px;
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px solid rgba(20, 32, 47, 0.14);
  border-radius: 4px;
  background: #fff;
  overflow-wrap: anywhere;
}

.admin-announcements-preview-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin: 12px 0;
}

.admin-announcements-preview-grid h4 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 700;
}

.admin-announcements-table__preview {
  max-width: 420px;
  overflow-wrap: anywhere;
}

.auth-card {
  max-width: 640px;
}

.contact-form {
  display: grid;
  gap: 24px;
}

.contact-form__section {
  padding-top: 16px;
  border-top: 1px solid rgba(20, 32, 47, 0.12);
}

.contact-form__section--plain {
  padding-top: 0;
  border-top: 0;
}

.auth-language-switch {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 8px 0 12px;
  color: #6f7f8c;
}

.auth-language-switch button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #2f5f8f;
  font: inherit;
  cursor: pointer;
}

.auth-language-switch button.active {
  color: #333;
  font-weight: 700;
  cursor: default;
}

.contact-form__section legend {
  margin-bottom: 12px;
  border: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.contact-form__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.tab-form-error {
  color: #9e2f2f;
  font-size: 0.875rem;
}

.contact-form__actions {
  display: flex;
  justify-content: flex-end;
}

.stack-list {
  display: grid;
  gap: 16px;
}

.stack-card {
  padding: 18px;
  border-radius: 14px;
  background: #fffdfa;
  border: 1px solid rgba(20, 32, 47, 0.1);
}

.invoice-card__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.invoice-address-card {
  display: grid;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.invoice-address-card p {
  margin: 0;
}

.credits-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.credits-package {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 12px;
  border-radius: 0;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.credits-package--active {
  border-color: #333;
  background: #eee;
}

.credits-summary-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 18px;
}

.credits-summary-card p,
.credits-summary-card strong {
  margin: 0;
}

.credits-summary-card__price {
  text-align: right;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(20, 32, 47, 0.12);
  text-align: left;
}

.account-payment-invoice {
  margin-top: 0;
}

.account-payment-invoice p {
  margin: 0;
}

.account-payment-invoice__item-description {
  color: #666;
  font-size: 0.95em;
}

.account-app-tokens__scope-list {
  margin: 12px 0;
}

.account-app-tokens__scope-list li + li {
  margin-top: 4px;
}

.account-app-tokens__secret {
  display: block;
  margin-top: 12px;
  overflow-wrap: anywhere;
}

.account-app-tokens__secret-actions {
  margin-top: 12px;
  align-items: center;
}

.form-note {
  margin-bottom: 0;
  color: #5d6f82;
  font-size: 0.9rem;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}

.account-security-code {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  background: #f4f1e8;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.04em;
}

.primary-button {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font: inherit;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #805a32 0%, #b07843 100%);
  cursor: pointer;
}

.primary-button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.status-banner {
  margin: 0 0 15px 0;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
}

.status-banner--success {
  background: #e4f4e6;
  color: #235b2a;
}

.status-banner--error {
  background: #fbe7e6;
  color: #8e2828;
}

.secondary-button {
  border: 1px solid rgba(20, 32, 47, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
  font: inherit;
  font-weight: 600;
  color: #14202f;
  background: #fff;
  cursor: pointer;
}

.secondary-button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.muted-text {
  color: #5d6f82;
}

@media (max-width: 720px) {
  .admin-overview-actions {
    flex-wrap: wrap;
  }
  .app-shell__legacy-nav,
  .content-card__header {
    flex-direction: column;
  }
  .app-shell__legacy-branding {
    float: none;
  }
  .contact-form__actions {
    justify-content: stretch;
  }
  .notification-item {
    flex-direction: column;
    align-items: stretch;
  }
  .user-announcement-banner {
    flex-direction: column;
  }
  .invoice-card__header {
    flex-direction: column;
  }
  .credits-summary-card {
    flex-direction: column;
  }
  .credits-summary-card__price {
    text-align: left;
  }
  .primary-button {
    width: 100%;
  }
  .secondary-button {
    width: 100%;
  }
}

.show-print {
  display: none !important;
}

@media print and (min-width: 768px) {
  .row-fluid.account-legacy-layout,
  .row-fluid.reports-legacy-layout {
    grid-template-columns: var(--grid-gutter) calc((100% + var(--grid-gutter)) * 8 / 12 - var(--grid-gutter)) 1fr;
    column-gap: 0;
  }
  .account-legacy-layout > .span8,
  .reports-legacy-layout > .span8 {
    grid-column: 2;
  }
}
@media print {
  @page {
    /*size: 330mm 427mm;*/
    size: 210mm 297mm;
    margin: 14mm;
  }
  .print-break-page {
    page-break-after: always;
  }
  .invoice {
    width: 1170px;
  }
  .show-print {
    display: initial !important;
  }
  .hide-print,
  .navbar,
  .credit,
  .account-legacy-layout > aside,
  .reports-aside,
  .reports-content form {
    display: none !important;
  }
  .reports-sort-arrow {
    display: none !important;
  }
  .belowNavigation {
    margin-top: 0;
  }
}