@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Roboto:400,400i,700,900&subset=cyrillic);
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #3C3744;
  background-color: #FFFFFF;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #6CAAFF;
  text-decoration: none;
}
a:hover, a:focus {
  color: #6CAAFF;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #FFFFFF;
  border: 1px solid #ECF0F1;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #ECF0F1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #B4BCC2;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 39px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 13px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small {
  font-size: 86%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #FFB62C;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #B4BCC2;
}

.text-primary {
  color: #3C3744;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(35.1219512195, 32.1951219512, 39.8048780488);
}

.text-success {
  color: #FFFFFF;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(229.5, 229.5, 229.5);
}

.text-info {
  color: #FFFFFF;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(229.5, 229.5, 229.5);
}

.text-warning {
  color: #FFFFFF;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(229.5, 229.5, 229.5);
}

.text-danger {
  color: #FFFFFF;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(229.5, 229.5, 229.5);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #3C3744;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(35.1219512195, 32.1951219512, 39.8048780488);
}

.bg-success {
  background-color: #6CAAFF;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(57, 140.5102040816, 255);
}

.bg-info {
  background-color: #6CAAFF;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(57, 140.5102040816, 255);
}

.bg-warning {
  background-color: #FFB62C;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(248, 162.1990521327, 0);
}

.bg-danger {
  background-color: #DD6E42;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(200.0179372197, 82.5470852018, 35.9820627803);
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid transparent;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #ECF0F1;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #B4BCC2;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #ECF0F1;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #C7254E;
  background-color: #F9F2F4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #FFFFFF;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #7B8A8B;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #ECF0F1;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #B4BCC2;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ECF0F1;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ECF0F1;
}
.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 #ECF0F1;
}
.table .table {
  background-color: #FFFFFF;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ECF0F1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ECF0F1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F9F9F9;
}

.table-hover > tbody > tr:hover {
  background-color: #ECF0F1;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #ECF0F1;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(221.3181818182, 228.4090909091, 230.1818181818);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #6CAAFF;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(82.5, 155.2551020408, 255);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #6CAAFF;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(82.5, 155.2551020408, 255);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #FFB62C;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(255, 173.1777251185, 18.5);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #DD6E42;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(217.1121076233, 93.4192825112, 44.3878923767);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ECF0F1;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #3C3744;
  border: 0;
  border-bottom: 1px solid transparent;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

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

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

output {
  display: block;
  padding-top: 11px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #3C3744;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #3C3744;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DCE4EC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #3C3744;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(60, 55, 68, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(60, 55, 68, 0.6);
}
.form-control::-moz-placeholder {
  color: #ACB6C0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ACB6C0;
}
.form-control::-webkit-input-placeholder {
  color: #ACB6C0;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #ECF0F1;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 45px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 35px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 66px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 36px;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 35px;
  line-height: 35px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 35px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 35px;
  line-height: 35px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 35px;
  min-height: 34px;
  padding: 7px 9px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 66px;
  line-height: 66px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 66px;
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 66px;
  line-height: 66px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 66px;
  min-height: 40px;
  padding: 19px 27px;
  font-size: 19px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 56.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 66px;
  height: 66px;
  line-height: 66px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #FFFFFF;
}
.has-success .form-control {
  border-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-success .input-group-addon {
  color: #FFFFFF;
  background-color: #6CAAFF;
  border-color: #FFFFFF;
}
.has-success .form-control-feedback {
  color: #FFFFFF;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #FFFFFF;
}
.has-warning .form-control {
  border-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-warning .input-group-addon {
  color: #FFFFFF;
  background-color: #FFB62C;
  border-color: #FFFFFF;
}
.has-warning .form-control-feedback {
  color: #FFFFFF;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #FFFFFF;
}
.has-error .form-control {
  border-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-error .input-group-addon {
  color: #FFFFFF;
  background-color: #DD6E42;
  border-color: #FFFFFF;
}
.has-error .form-control-feedback {
  color: #FFFFFF;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(122.1951219512, 112.012195122, 138.487804878);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 11px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 11px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 19px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
    font-size: 13px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #FFFFFF;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #FFFFFF;
  background-color: #95A5A6;
  border-color: #95A5A6;
}
.btn-default:focus, .btn-default.focus {
  color: #FFFFFF;
  background-color: rgb(121.2769230769, 141.4615384615, 142.7230769231);
  border-color: rgb(85.5769230769, 100.9615384615, 101.9230769231);
}
.btn-default:hover {
  color: #FFFFFF;
  background-color: rgb(121.2769230769, 141.4615384615, 142.7230769231);
  border-color: rgb(115.8369230769, 136.6615384615, 137.9630769231);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(121.2769230769, 141.4615384615, 142.7230769231);
  background-image: none;
  border-color: rgb(115.8369230769, 136.6615384615, 137.9630769231);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: rgb(104.1984615385, 122.9307692308, 124.1015384615);
  border-color: rgb(85.5769230769, 100.9615384615, 101.9230769231);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #95A5A6;
  border-color: #95A5A6;
}
.btn-default .badge {
  color: #95A5A6;
  background-color: #FFFFFF;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #3C3744;
  border-color: #3C3744;
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: rgb(35.1219512195, 32.1951219512, 39.8048780488);
  border-color: black;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: rgb(35.1219512195, 32.1951219512, 39.8048780488);
  border-color: rgb(30.1463414634, 27.6341463415, 34.1658536585);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(35.1219512195, 32.1951219512, 39.8048780488);
  background-image: none;
  border-color: rgb(30.1463414634, 27.6341463415, 34.1658536585);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: rgb(17.7073170732, 16.2317073171, 20.0682926829);
  border-color: black;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #3C3744;
  border-color: #3C3744;
}
.btn-primary .badge {
  color: #3C3744;
  background-color: #FFFFFF;
}

.btn-success {
  color: #FFFFFF;
  background-color: #6CAAFF;
  border-color: #6CAAFF;
}
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: rgb(57, 140.5102040816, 255);
  border-color: rgb(0, 99.3265306122, 235.5);
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: rgb(57, 140.5102040816, 255);
  border-color: rgb(46.8, 134.612244898, 255);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(57, 140.5102040816, 255);
  background-image: none;
  border-color: rgb(46.8, 134.612244898, 255);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: rgb(21.3, 119.8673469388, 255);
  border-color: rgb(0, 99.3265306122, 235.5);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #6CAAFF;
  border-color: #6CAAFF;
}
.btn-success .badge {
  color: #6CAAFF;
  background-color: #FFFFFF;
}

.btn-info {
  color: #FFFFFF;
  background-color: #6CAAFF;
  border-color: #6CAAFF;
}
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: rgb(57, 140.5102040816, 255);
  border-color: rgb(0, 99.3265306122, 235.5);
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: rgb(57, 140.5102040816, 255);
  border-color: rgb(46.8, 134.612244898, 255);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(57, 140.5102040816, 255);
  background-image: none;
  border-color: rgb(46.8, 134.612244898, 255);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: rgb(21.3, 119.8673469388, 255);
  border-color: rgb(0, 99.3265306122, 235.5);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #6CAAFF;
  border-color: #6CAAFF;
}
.btn-info .badge {
  color: #6CAAFF;
  background-color: #FFFFFF;
}

.btn-warning {
  color: #FFFFFF;
  background-color: #FFB62C;
  border-color: #FFB62C;
}
.btn-warning:focus, .btn-warning.focus {
  color: #FFFFFF;
  background-color: rgb(248, 162.1990521327, 0);
  border-color: rgb(171.5, 112.1658767773, 0);
}
.btn-warning:hover {
  color: #FFFFFF;
  background-color: rgb(248, 162.1990521327, 0);
  border-color: rgb(237.8, 155.5279620853, 0);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(248, 162.1990521327, 0);
  background-image: none;
  border-color: rgb(237.8, 155.5279620853, 0);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: rgb(212.3, 138.8502369668, 0);
  border-color: rgb(171.5, 112.1658767773, 0);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #FFB62C;
  border-color: #FFB62C;
}
.btn-warning .badge {
  color: #FFB62C;
  background-color: #FFFFFF;
}

.btn-danger {
  color: #FFFFFF;
  background-color: #DD6E42;
  border-color: #DD6E42;
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: rgb(200.0179372197, 82.5470852018, 35.9820627803);
  border-color: rgb(135.1816143498, 55.7892376682, 24.3183856502);
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: rgb(200.0179372197, 82.5470852018, 35.9820627803);
  border-color: rgb(191.3730941704, 78.9793721973, 34.4269058296);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(200.0179372197, 82.5470852018, 35.9820627803);
  background-image: none;
  border-color: rgb(191.3730941704, 78.9793721973, 34.4269058296);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: rgb(169.7609865471, 70.0600896861, 30.5390134529);
  border-color: rgb(135.1816143498, 55.7892376682, 24.3183856502);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #DD6E42;
  border-color: #DD6E42;
}
.btn-danger .badge {
  color: #DD6E42;
  background-color: #FFFFFF;
}

.btn-link {
  font-weight: 400;
  color: #6CAAFF;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #6CAAFF;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #B4BCC2;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  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;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #CCCCCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #E5E5E5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #7B8A8B;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #3C3744;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #3C3744;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #B4BCC2;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #B4BCC2;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #3C3744;
  text-align: center;
  background-color: #ECF0F1;
  border: 1px solid #DCE4EC;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 6px 9px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 18px 27px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #ECF0F1;
}
.nav > li.disabled > a {
  color: #B4BCC2;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #B4BCC2;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #ECF0F1;
  border-color: #6CAAFF;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ECF0F1;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ECF0F1 #ECF0F1 #ECF0F1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #3C3744;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ECF0F1;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #FFFFFF;
  background-color: #3C3744;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ECF0F1;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ECF0F1;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #FFFFFF;
  }
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 60px;
  padding: 19.5px 15px;
  font-size: 19px;
  line-height: 21px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 9.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar-text {
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #3C3744;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #FFFFFF;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #6CAAFF;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #6CAAFF;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: rgb(35.1219512195, 32.1951219512, 39.8048780488);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #CCCCCC;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #FFFFFF;
  background-color: rgb(35.1219512195, 32.1951219512, 39.8048780488);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #6CAAFF;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: rgb(35.1219512195, 32.1951219512, 39.8048780488);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #CCCCCC;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: rgb(35.1219512195, 32.1951219512, 39.8048780488);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: rgb(35.1219512195, 32.1951219512, 39.8048780488);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-link {
  color: #FFFFFF;
}
.navbar-default .navbar-link:hover {
  color: #6CAAFF;
}
.navbar-default .btn-link {
  color: #FFFFFF;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #6CAAFF;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #CCCCCC;
}

.navbar-inverse {
  background-color: #6CAAFF;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #FFFFFF;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #3C3744;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #3C3744;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: rgb(82.5, 155.2551020408, 255);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #CCCCCC;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #FFFFFF;
  background-color: rgb(82.5, 155.2551020408, 255);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #3C3744;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: rgb(82.5, 155.2551020408, 255);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #CCCCCC;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: rgb(57, 140.5102040816, 255);
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: rgb(57, 140.5102040816, 255);
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(72.3, 149.3571428571, 255);
}
.navbar-inverse .navbar-link {
  color: #FFFFFF;
}
.navbar-inverse .navbar-link:hover {
  color: #3C3744;
}
.navbar-inverse .btn-link {
  color: #FFFFFF;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #3C3744;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #CCCCCC;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #ECF0F1;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #CCCCCC;
  content: "/ ";
}
.breadcrumb > .active {
  color: #95A5A6;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #6CAAFF;
  border: 1px solid transparent;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #FFFFFF;
  background-color: rgb(31.5, 125.7653061224, 255);
  border-color: transparent;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #FFFFFF;
  cursor: default;
  background-color: rgb(31.5, 125.7653061224, 255);
  border-color: transparent;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ECF0F1;
  cursor: not-allowed;
  background-color: rgb(184.5, 214.2346938776, 255);
  border-color: transparent;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #6CAAFF;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(31.5, 125.7653061224, 255);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #FFFFFF;
  cursor: not-allowed;
  background-color: #6CAAFF;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #95A5A6;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(121.2769230769, 141.4615384615, 142.7230769231);
}

.label-primary {
  background-color: #3C3744;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(35.1219512195, 32.1951219512, 39.8048780488);
}

.label-success {
  background-color: #6CAAFF;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(57, 140.5102040816, 255);
}

.label-info {
  background-color: #6CAAFF;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(57, 140.5102040816, 255);
}

.label-warning {
  background-color: #FFB62C;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(248, 162.1990521327, 0);
}

.label-danger {
  background-color: #DD6E42;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(200.0179372197, 82.5470852018, 35.9820627803);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #3C3744;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #3C3744;
  background-color: #FFFFFF;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ECF0F1;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(206.6363636364, 216.8181818182, 219.3636363636);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 68px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.428571429;
  background-color: #FFFFFF;
  border: 1px solid #ECF0F1;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #3C3744;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #6CAAFF;
}

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #FFFFFF;
  background-color: #6CAAFF;
  border-color: #6CAAFF;
}
.alert-success hr {
  border-top-color: rgb(82.5, 155.2551020408, 255);
}
.alert-success .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-info {
  color: #FFFFFF;
  background-color: #6CAAFF;
  border-color: #6CAAFF;
}
.alert-info hr {
  border-top-color: rgb(82.5, 155.2551020408, 255);
}
.alert-info .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-warning {
  color: #FFFFFF;
  background-color: #FFB62C;
  border-color: #FFB62C;
}
.alert-warning hr {
  border-top-color: rgb(255, 173.1777251185, 18.5);
}
.alert-warning .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-danger {
  color: #FFFFFF;
  background-color: #DD6E42;
  border-color: #DD6E42;
}
.alert-danger hr {
  border-top-color: rgb(217.1121076233, 93.4192825112, 44.3878923767);
}
.alert-danger .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 21px;
  margin-bottom: 21px;
  overflow: hidden;
  background-color: #ECF0F1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #FFFFFF;
  text-align: center;
  background-color: #3C3744;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #6CAAFF;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #6CAAFF;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #FFB62C;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #DD6E42;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #FFFFFF;
  border: 1px solid #ECF0F1;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #B4BCC2;
  cursor: not-allowed;
  background-color: #ECF0F1;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #B4BCC2;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #FFFFFF;
  background-color: #3C3744;
  border-color: #3C3744;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(161.2682926829, 153.8292682927, 173.1707317073);
}

a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: #ECF0F1;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #FFFFFF;
  background-color: #6CAAFF;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #FFFFFF;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #FFFFFF;
  background-color: rgb(82.5, 155.2551020408, 255);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.list-group-item-info {
  color: #FFFFFF;
  background-color: #6CAAFF;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #FFFFFF;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #FFFFFF;
  background-color: rgb(82.5, 155.2551020408, 255);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.list-group-item-warning {
  color: #FFFFFF;
  background-color: #FFB62C;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #FFFFFF;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #FFFFFF;
  background-color: rgb(255, 173.1777251185, 18.5);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.list-group-item-danger {
  color: #FFFFFF;
  background-color: #DD6E42;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #FFFFFF;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #FFFFFF;
  background-color: rgb(217.1121076233, 93.4192825112, 44.3878923767);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 21px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #ECF0F1;
  border-top: 1px solid #ECF0F1;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ECF0F1;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ECF0F1;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ECF0F1;
}

.panel-default {
  border-color: #ECF0F1;
}
.panel-default > .panel-heading {
  color: #3C3744;
  background-color: #ECF0F1;
  border-color: #ECF0F1;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ECF0F1;
}
.panel-default > .panel-heading .badge {
  color: #ECF0F1;
  background-color: #3C3744;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ECF0F1;
}

.panel-primary {
  border-color: #3C3744;
}
.panel-primary > .panel-heading {
  color: #FFFFFF;
  background-color: #3C3744;
  border-color: #3C3744;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3C3744;
}
.panel-primary > .panel-heading .badge {
  color: #3C3744;
  background-color: #FFFFFF;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3C3744;
}

.panel-success {
  border-color: #6CAAFF;
}
.panel-success > .panel-heading {
  color: #FFFFFF;
  background-color: #6CAAFF;
  border-color: #6CAAFF;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6CAAFF;
}
.panel-success > .panel-heading .badge {
  color: #6CAAFF;
  background-color: #FFFFFF;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6CAAFF;
}

.panel-info {
  border-color: #6CAAFF;
}
.panel-info > .panel-heading {
  color: #FFFFFF;
  background-color: #6CAAFF;
  border-color: #6CAAFF;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6CAAFF;
}
.panel-info > .panel-heading .badge {
  color: #6CAAFF;
  background-color: #FFFFFF;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6CAAFF;
}

.panel-warning {
  border-color: #FFB62C;
}
.panel-warning > .panel-heading {
  color: #FFFFFF;
  background-color: #FFB62C;
  border-color: #FFB62C;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FFB62C;
}
.panel-warning > .panel-heading .badge {
  color: #FFB62C;
  background-color: #FFFFFF;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FFB62C;
}

.panel-danger {
  border-color: #DD6E42;
}
.panel-danger > .panel-heading {
  color: #FFFFFF;
  background-color: #DD6E42;
  border-color: #DD6E42;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #DD6E42;
}
.panel-danger > .panel-heading .badge {
  color: #DD6E42;
  background-color: #FFFFFF;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #DD6E42;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ECF0F1;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 15px;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #CCCCCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #FFFFFF;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #FFFFFF;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #FFFFFF;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 15px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #FFFFFF;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.navbar {
  border-width: 0;
}
.navbar-default .badge {
  background-color: #FFFFFF;
  color: #3C3744;
}
.navbar-inverse .badge {
  background-color: #FFFFFF;
  color: #6CAAFF;
}
.navbar.navbar-static-top {
  z-index: 1051;
}
.navbar-brand {
  line-height: 1;
}

.btn {
  border-width: 2px;
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-primary,
.text-primary:hover {
  color: #3C3744;
}

.text-success,
.text-success:hover {
  color: #6CAAFF;
}

.text-danger,
.text-danger:hover {
  color: #DD6E42;
}

.text-warning,
.text-warning:hover {
  color: #FFB62C;
}

.text-info,
.text-info:hover {
  color: #6CAAFF;
}

table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none;
}
table .success,
table .warning,
table .danger,
table .info,
.table .success,
.table .warning,
.table .danger,
.table .info {
  color: #FFFFFF;
}
table .success > th > a,
table .success > td > a,
table .success > a,
table .warning > th > a,
table .warning > td > a,
table .warning > a,
table .danger > th > a,
table .danger > td > a,
table .danger > a,
table .info > th > a,
table .info > td > a,
table .info > a,
.table .success > th > a,
.table .success > td > a,
.table .success > a,
.table .warning > th > a,
.table .warning > td > a,
.table .warning > a,
.table .danger > th > a,
.table .danger > td > a,
.table .danger > a,
.table .info > th > a,
.table .info > td > a,
.table .info > a {
  color: #FFFFFF;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: none;
}
table-bordered > thead > tr > th, table-bordered > tbody > tr > th, table-bordered > tfoot > tr > th, table-bordered > thead > tr > td, table-bordered > tbody > tr > td, table-bordered > tfoot > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ECF0F1;
}

.form-control,
input {
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label,
.has-warning .form-control-feedback {
  color: #FFB62C;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  border: 2px solid #FFB62C;
}
.has-warning .input-group-addon {
  border-color: #FFB62C;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label,
.has-error .form-control-feedback {
  color: #DD6E42;
}
.has-error .form-control,
.has-error .form-control:focus {
  border: 2px solid #DD6E42;
}
.has-error .input-group-addon {
  border-color: #DD6E42;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label,
.has-success .form-control-feedback {
  color: #6CAAFF;
}
.has-success .form-control,
.has-success .form-control:focus {
  border: 2px solid #6CAAFF;
}
.has-success .input-group-addon {
  border-color: #6CAAFF;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}

.pager a,
.pager a:hover {
  color: #FFFFFF;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  background-color: rgb(184.5, 214.2346938776, 255);
}

.close {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.4;
}
.close:hover, .close:focus {
  color: #FFFFFF;
  opacity: 1;
}

.alert .alert-link {
  color: #FFFFFF;
  text-decoration: underline;
}

.progress {
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  font-size: 10px;
  line-height: 10px;
}

.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  border-color: #ECF0F1;
}
a.list-group-item-success.active {
  background-color: #6CAAFF;
}
a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  background-color: rgb(82.5, 155.2551020408, 255);
}
a.list-group-item-warning.active {
  background-color: #FFB62C;
}
a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  background-color: rgb(255, 173.1777251185, 18.5);
}
a.list-group-item-danger.active {
  background-color: #DD6E42;
}
a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  background-color: rgb(217.1121076233, 93.4192825112, 44.3878923767);
}

.panel-default .close {
  color: #3C3744;
}

.tg-modal .close {
  color: #3C3744;
}

.popover {
  color: #3C3744;
}
@charset "UTF-8";
/**
 * This button tries to look like a text input.
 */
.btn.btn--text-input {
  background: white;
  color: black;
  border: 1px solid #DCE4EC;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  height: 40px;
  padding: 0 15px;
  /**
   * Override Bootstrap stuff.
   */
}
.btn.btn--text-input:focus, .btn.btn--text-input:active, .btn.btn--text-input:focus:active {
  background: white;
  color: black;
  border: 1px solid #DCE4EC;
  box-shadow: none;
  height: 40px;
}
.btn.btn--text-input:focus {
  border: 1px solid #6CAAFF;
  transition: border-color 150ms ease-in-out;
}

.btn.btn--toggle {
  color: #3C3744;
}
.btn.btn--toggle:hover, .btn.btn--toggle.active {
  color: #FFFFFF;
  background-color: #6CAAFF;
}

.btn.btn-link {
  box-shadow: none;
}

.btn--fullwidth {
  display: block;
  width: 100%;
}

.btn.btn--save {
  height: 45px;
  width: 100%;
}

.btn.btn--slim {
  height: 20px;
  padding-bottom: 0;
  padding-top: 0;
}

.btn.btn--flat {
  box-shadow: none;
}

.btn.btn-black {
  background: #000000;
  color: white;
}
.btn.btn-black:hover, .btn.btn-black.active {
  color: #FFFFFF;
  background-color: #000000;
}

.action-container {
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.action-container .editing-container {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.action-container .editing-container svg {
  width: 100%;
  height: 100%;
}
.action-container .editing-container.disabled {
  pointer-events: none;
  color: #EBEBEB;
}

body {
  opacity: 1;
  background: #F5F5F5;
}

input[type=radio].form-check-input,
input[type=checkbox].form-check-input {
  margin-right: 8px;
  vertical-align: top;
}

label.control-label {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #95939A;
}

.form-error {
  padding-top: 8px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
}

.btn {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.3px;
  box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border: none;
  height: 40px;
  text-transform: uppercase;
  line-height: 21px;
}

.form-control,
input[type=checkbox] {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-width: 1px;
  border-radius: 3px;
}
.form-control:focus,
.form-control input:focus,
input[type=checkbox]:focus,
input[type=checkbox] input:focus {
  border-color: #95A5A6;
}
.form-control.Select,
input[type=checkbox].Select {
  padding: 4px;
}
.form-control.Select .Select-control,
input[type=checkbox].Select .Select-control {
  border: none !important;
  box-shadow: none !important;
}
.form-control.Select .Select-menu-outer,
input[type=checkbox].Select .Select-menu-outer {
  left: -1px;
  width: calc(100% + 2px);
  border: 1px solid #DCE4EC;
}
.form-control.Select .Select-option,
input[type=checkbox].Select .Select-option {
  border-top: 1px solid #DCE4EC;
  height: 40px;
  line-height: 24px;
}
.form-control.Select .Select-option:first-child,
input[type=checkbox].Select .Select-option:first-child {
  border-top: none;
}
.form-control.Select.select-multi,
input[type=checkbox].Select.select-multi {
  height: auto;
}
.form-control.Select.select-multi .Select-control .Select-placeholder,
input[type=checkbox].Select.select-multi .Select-control .Select-placeholder {
  height: 34px;
}
.form-control.Select.select-multi .Select-control .Select-input input,
input[type=checkbox].Select.select-multi .Select-control .Select-input input {
  margin-left: 0;
  padding-left: 0;
  height: 34px;
}

.has-error .form-control {
  border-width: 1px;
}
.has-error .form-control:focus {
  border-width: 1px;
}

input[type=checkbox] {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: " ";
  background: white url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDggNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDMuMiAoMzkwNjkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPlBhdGggMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJVSS1GcmFtZXdvcmsiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM5NS4wMDAwMDAsIC00MDQuMDAwMDAwKSIgaWQ9IlBhdGgtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiM2Q0FBRkYiPgogICAgICAgICAgICA8cG9seWxpbmUgcG9pbnRzPSIzOTYgNDA3IDM5OCA0MDkgNDAyIDQwNSI+PC9wb2x5bGluZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat -150% 50%;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  transition: border-color 0.1s ease-in-out, background-position 0.3s cubic-bezier(0.2, 2, 0, 1);
}
input[type=checkbox]:hover {
  border-color: rgb(178.5, 178.5, 178.5);
}
input[type=checkbox]:checked {
  border-color: #6CAAFF;
  background-position-x: 50%;
}
input[type=checkbox]:disabled {
  border-color: gray;
  background: white url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDggNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDMuMiAoMzkwNjkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPlBhdGggMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJVSS1GcmFtZXdvcmsiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM5NS4wMDAwMDAsIC00MDQuMDAwMDAwKSIgaWQ9IlBhdGgtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9ImdyYXkiPgogICAgICAgICAgICA8cG9seWxpbmUgcG9pbnRzPSIzOTYgNDA3IDM5OCA0MDkgNDAyIDQwNSI+PC9wb2x5bGluZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%;
}
input[type=checkbox]:focus {
  outline: none;
}

.header-container {
  display: none;
  padding: 8px;
}

@media (width >= 992px) {
  .header-container {
    display: block;
  }
}
#tooltip .tooltip-inner,
.tooltip .tooltip-inner {
  overflow-wrap: break-word;
  word-break: break-word;
}

.tg-modal-backdrop {
  background: rgba(60, 55, 68, 0.5);
}

.tg-modal .tg-modal-dialog .tg-modal-content {
  border-radius: 4px;
}
.tg-modal .tg-modal-dialog .tg-modal-content .tg-modal-header {
  border-bottom: 1px solid #F2F2F2;
  padding: 2.4rem 2rem;
}
.tg-modal .tg-modal-dialog .tg-modal-content .tg-modal-header .close {
  top: 2.4rem;
  opacity: 0.2;
}
.tg-modal .tg-modal-dialog .tg-modal-content .tg-modal-header + .tg-modal-body {
  padding: 2.4rem 2rem 1rem;
}
.tg-modal .tg-modal-dialog .tg-modal-content .tg-modal-body {
  background-color: #FAFAFA;
  border-radius: 4px;
}
.tg-modal .tg-modal-dialog .tg-modal-content .tg-modal-footer {
  padding: 2.4rem 2rem;
  border-top: 1px solid #F2F2F2;
  border-radius: 4px;
  background-color: white;
}
.tg-modal .tg-modal-dialog .tg-modal-content .tg-modal-footer a + a,
.tg-modal .tg-modal-dialog .tg-modal-content .tg-modal-footer button + button {
  margin-left: 2rem;
}
.tg-modal .tg-modal-dialog .tg-modal-content .tg-modal-footer .btn-half {
  width: calc(50% - 1rem);
}

.inner-color {
  margin-right: 4px;
}

.text-success-green {
  color: #18BC9C;
}

.pipe-color-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 2px;
  margin-left: 1px;
  border-radius: 12px;
}

.icon-polymark {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTAgNzIiPgo8cGF0aApmaWxsPSIjNjY3ODg1IiBkPSJNMjY5LjgzLDQzMS41M2MyMS4yLTkuNTksMjkuMDctMjcuNjMsMzMuMTQtNDguMzZhMjguNTEsMjguNTEsMCwwLDEsMi4yMi03LjA3YzEuNzYtMy41OCw1LTQuOTQsOC43OS0zLjg4LDMuNjgsMSw1LjQ4LDMuNzcsNS4xOSw3LjU1LTEsMTMuMjYtNS44MSwyNS4xNS0xMy4yNiwzNi4wNy0uOTIsMS4zNC0xLjY4LDIuNzktMi41MSw0LjJsMS41MywxLjQyYzIuMDYtMS43OSw0LjUxLTMuMjksNi4xLTUuNDMsNy05LjQsMTAuNTctMjAuMjYsMTIuOTMtMzEuNTguNzUtMy41OCwxLjI0LTcuMjIsMi4xMi0xMC43NiwxLjI3LTUuMDksNC44MS03LjQ4LDkuNTEtNi43MSw0LjEuNjcsNi4yLDMuNjQsNS40OSw5LjA5LTEuOTMsMTQuODMtNS44MywyOS0xNC45MSw0MS4yOC0uNDcuNjMtLjgsMS4zNi0xLjM3LDIuMzUsNC4zLDEuMzksNi4xLTEuNTMsNy44LTMuOTFBNzQuMjgsNzQuMjgsMCwwLDAsMzQ1LDM4NS4wOGMuMzctMi4xMy41OS00LjMsMS4xMy02LjM5LDEuMjgtNSw1LjM5LTcuNjQsMTAuMS02LjcyLDMuODkuNzYsNS43Miw0LjEsNSw5LjQxYTczLjg0LDczLjg0LDAsMCwxLTE0LjA4LDM1Ljc4Yy0uNDguNjMtLjgzLDEuMzYtMS40OCwyLjQzLDMuNywxLjI1LDUuNTYtLjc0LDcuMjgtMi45NSw2LjcxLTguNTksOS43NC0xOC44MSwxMi44NS0yOSwuMTktLjYzLjE5LTEuMzIuMzktMiwxLjQxLTQuNTMsNS4xOS03LjU2LDguNzEtNi41Nyw0LjczLDEuMzMsNS4yOCw1LjQzLDQuNjksOS4yOC0xLjc1LDExLjM5LTYsMjEuNzktMTMuNzcsMzAuNDktNy40OSw4LjM4LTE2LjY3LDEyLjU5LTI4LjIsMTIuNDQtMjEuMzItLjI4LTQyLjY1LjEtNjQsLjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjMyIC0zNjEpIi8+Cgo8cGF0aApmaWxsPSIjM0VBQ0UwIgpkPSJNMjc1LjY0LDM2MS44OGExNy45LDE3LjksMCwwLDEsMTguMTgsMTcuNDgsMTgsMTgsMCwwLDEtMzYsLjgxQTE3LjgsMTcuOCwwLDAsMSwyNzUuNjQsMzYxLjg4WiIKdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzMiAtMzYxKSIKLz4KPHBhdGgKZmlsbD0iIzY2Nzg4NSIgZD0iTTI3MCw0MjMuODhjLTE0LC44Ny0yMi4zMy02LjQxLTI5LjIzLTE1Ljc5LTYtOC4yLTgtMTcuODItNy43MS0yNy44OC4xNi01LjA2LDMuMTUtNy44NSw3Ljg0LTcuOTMsNC4yNi0uMDcsNy44NCwyLjY3LDcuODYsNy4zN0MyNDguODMsMzk3LjM0LDI1Ni44Miw0MTEuMTgsMjcwLDQyMy44OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzIgLTM2MSkiCi8+Cjwvc3ZnPgo=) no-repeat;
  background-size: contain;
  width: 28px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.mode-controls {
  margin-bottom: 8px;
}

.vertical-wrapper {
  display: table;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}
.vertical-wrapper .vertical-inner {
  display: table-cell;
  vertical-align: middle;
}

.month-separator {
  text-align: center;
  margin: 27px 0 32px;
  font-size: 1.5em;
}

.component-tags-multi-selector .Select-input input {
  padding: 0;
}

.spinner {
  width: 60px;
  height: 60px;
  background-color: #81A1C1;
  margin: 30% auto;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.measurement-selector label {
  font-size: 20px;
  margin-right: 4px;
  margin-left: 16px;
}

.search-bar, .date-range-picker-wrapper > div {
  width: 330px;
  height: 50px;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-left: 15px;
  font-size: 14px;
  color: #3C3744;
  background: #FFFFFF;
  border: 2px solid #3C3744;
  border-radius: 5px;
  outline: none;
}

.search-filter {
  line-height: 46px;
}
.search-filter:hover {
  cursor: pointer;
  text-decoration: underline;
}

.rangeslider-horizontal .rangeslider__fill {
  background-color: #3C3744;
}

.search-input {
  width: 200px;
  height: 40px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-left: 15px;
  font-size: 14px;
  color: #3C3744;
  background: #FFFFFF;
  transition: background-color 0.2s ease-in-out;
  border: 2px solid #3C3744;
  border-radius: 5px;
  outline: none;
}
.search-input[disabled] {
  background: rgb(216.75, 216.75, 216.75);
  cursor: not-allowed;
}
.search-input.search-select {
  display: inline-block;
  padding-left: 0;
  height: unset;
}
.search-input .Select-option {
  white-space: unset;
}
.search-input .Select-value {
  display: flex;
}
.search-input .Select-value-label {
  line-height: 16px;
  align-self: center;
  white-space: normal;
}

.remove-button {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #DD6E42;
  border: 2px solid #DD6E42;
  transition: background-color 0.1s ease-in-out;
}

.search-button {
  min-width: 140px;
  height: 40px;
  line-height: 0;
  margin-right: 20px;
  outline: none !important;
  border: none !important;
  transition: background-color 0.1s ease-in-out;
}

.search-button-apply {
  margin-bottom: 20px;
  min-width: 100%;
  height: 40px;
  line-height: 0;
  margin-right: 20px;
  outline: none !important;
  border: none !important;
}

.search-disabled-text {
  font-size: 1.1em;
  margin-top: 10px;
  display: block;
}

.filter-block {
  margin-bottom: 20px;
}
.filter-block .tg-modal-wrapper {
  display: inline;
}
.filter-block .date-range-picker-wrapper div {
  width: 200px;
  height: 40px;
  margin-right: 10px;
}
.filter-block .date-range-picker-wrapper div .selected-date-range-btn {
  line-height: 36px;
}

.reload-button {
  position: absolute;
  top: 70px;
  right: 12px;
  outline: none !important;
  border: none !important;
}

.date-range-picker-wrapper,
.date-range-picker-wrapper > div {
  display: inline-block;
}
.date-range-picker-wrapper .selected-date-range-btn {
  line-height: 46px;
}
.date-range-picker-wrapper .reset-date-filter {
  height: 50px;
  line-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  color: #3C3744;
}
.date-range-picker-wrapper .reset-date-filter:hover {
  cursor: pointer;
  text-decoration: underline;
}
.date-range-picker-wrapper:hover {
  cursor: pointer;
}
.date-range-picker-wrapper .react-bootstrap-daterangepicker-container {
  transition: background-color 0.2s ease-in-out;
}
.date-range-picker-wrapper.disabled .react-bootstrap-daterangepicker-container {
  cursor: not-allowed;
  background-color: rgb(216.75, 216.75, 216.75);
  position: relative;
}

.daterangepicker.dropdown-menu .ranges .active:not(:hover) {
  background: #F5F5F5;
  border-color: #FFFFFF;
  color: #0088CC;
}
.daterangepicker.dropdown-menu .fa-chevron-left:before {
  content: "←";
}
.daterangepicker.dropdown-menu .fa-chevron-right:before {
  content: "→";
}
.daterangepicker.dropdown-menu .today {
  font-weight: 900;
}

a.load-more {
  display: block;
  margin: 50px auto;
  text-align: center;
  font-size: 32px;
}
a.load-more:hover {
  text-decoration: none;
}

.expire-fade-enter {
  opacity: 0.01;
}

.expire-fade-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}

.expire-fade-exit {
  opacity: 1;
}

.expire-fade-exit-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}

/**
 * Table which contains columns that are squeezed as small as possible (while
 * keeping content on one line).
 *
 * 1. Bootstrap adds width: 100% to all tables, that messes with this minimal
 *    width column technique. So, we reset it
 * 2. Make column as small as possible
 * 3. Do not allow the content to wrap to multiple lines
 */
.table--has-min-columns {
  width: inherit; /* [1] */
}
.table--has-min-columns .min {
  width: 1%; /* [2] */
  white-space: nowrap; /* [3] */
}

.word-break-normal {
  word-break: normal;
}

.tg-tree {
  padding: 0;
  background: rgb(232.25, 232.25, 232.25);
  overflow: auto;
}
.tg-tree > .tg-tree-node,
.tg-tree > .tg-tree-node.tg-tree-node--with-children {
  padding-left: 0;
  min-height: 32px;
  line-height: 24px;
}

.tg-tree-node {
  padding-left: 16px;
  position: relative;
}
.tg-tree-node.tg-tree-node--muted .tg-tree-node-label-container .tg-tree-node-label {
  color: rgba(0, 0, 0, 0.25);
}
.tg-tree-node.tg-tree-node--muted .tg-tree-node-label-container:hover {
  background: none;
}
.tg-tree-node.tg-tree-node--dragging {
  padding-left: 0;
}
.tg-tree-node.tg-tree-node--dragging:after {
  display: none;
}
.tg-tree-node.tg-tree-node--with-children:after {
  display: none;
}
.tg-tree-node,
.tg-tree-node .tg-tree-node-label {
  cursor: pointer;
  font-weight: bold;
}
.tg-tree-node .tg-tree-node-label {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 28px;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.tg-tree-node .tg-tree-node-label-container {
  position: relative;
  line-height: 32px;
  height: 32px;
  display: flex;
}
.tg-tree-node .tg-tree-node-label-container:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 100%) no-repeat;
}
.tg-tree-node.tg-tree-node--selected > .tg-tree-node-label-container, .tg-tree-node.tg-tree-node--selected-some > .tg-tree-node-label-container {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%) no-repeat;
}
.tg-tree-node.tg-tree-node--warning > .tg-tree-node-label-container:after, .tg-tree-node.tg-tree-node--selected > .tg-tree-node-label-container:after, .tg-tree-node.tg-tree-node--selected-warning > .tg-tree-node-label-container:after, .tg-tree-node.tg-tree-node--selected-some > .tg-tree-node-label-container:after, .tg-tree-node.tg-tree-node--selected-some-warning > .tg-tree-node-label-container:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 18px;
  height: 32px;
  right: 6px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+S3JhaC1JY29uLUxhcmdlX0V4Y2xhbWF0aW9uMDFiPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IktyYWgtSWNvbi1MYXJnZV9FeGNsYW1hdGlvbjAxYiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMiw3IEwxMiwxMyIgaWQ9IlNoYWZ0IiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9IlRpcCIgZmlsbD0iI0ZGRkZGRiIgY3g9IjEyIiBjeT0iMTciIHI9IjEiPjwvY2lyY2xlPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 50% 50%;
  background-size: contain;
}
.tg-tree-node.tg-tree-node--selected-some > .tg-tree-node-label-container:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+S3JhaC1JY29uLUxhcmdlX0NpcmNsZTAxYTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJLcmFoLUljb24tTGFyZ2VfQ2lyY2xlMDFhIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9IkNpcmNsZSIgY3g9IjEyIiBjeT0iMTIiIHI9IjExIj48L2NpcmNsZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat 50% 50%;
  background-size: contain;
}
.tg-tree-node.tg-tree-node--selected-some-warning > .tg-tree-node-label-container:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+S3JhaC1JY29uLUxhcmdlX0NpcmNsZTAxYjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJLcmFoLUljb24tTGFyZ2VfQ2lyY2xlMDFiIj4KICAgICAgICAgICAgPGNpcmNsZSBpZD0iQ2lyY2xlIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgY3g9IjEyIiBjeT0iMTIiIHI9IjExIj48L2NpcmNsZT4KICAgICAgICAgICAgPHBhdGggZD0iTTEyLDcgTDEyLDEzIiBpZD0iU2hhZnQiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgPGNpcmNsZSBpZD0iVGlwIiBmaWxsPSIjRkZGRkZGIiBjeD0iMTIiIGN5PSIxNyIgcj0iMSI+PC9jaXJjbGU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 50% 50%;
  background-size: contain;
}
.tg-tree-node.tg-tree-node--selected > .tg-tree-node-label-container:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+S3JhaC1JY29uLUxhcmdlX0NoZWNrMDFhPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IktyYWgtSWNvbi1MYXJnZV9DaGVjazAxYSI+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9IkNpcmNsZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIiBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiPjwvY2lyY2xlPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IkNoZWNrIiBzdHJva2U9IiM0Q0Q2QTQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBwb2ludHM9IjYuOTk2NzIyNjUgMTIuNzQ1OTQwNyAxMC4zNDE5Mjc4IDE2LjA5MTE0NTkgMTYuOTc5OTk3MyA5LjQ1MzA3NjM1Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 50% 50%;
  background-size: contain;
}
.tg-tree-node.tg-tree-node--selected-warning > .tg-tree-node-label-container:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+S3JhaC1JY29uLUxhcmdlX0V4Y2xhbWF0aW9uMDFhPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IktyYWgtSWNvbi1MYXJnZV9FeGNsYW1hdGlvbjAxYSI+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9IkNpcmNsZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIiBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiPjwvY2lyY2xlPgogICAgICAgICAgICA8ZyBpZD0iRXhjbGFtYXRpb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExLjAwMDAwMCwgNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xLDAgTDEsNiIgaWQ9IlNoYWZ0IiBzdHJva2U9IiNGRkE5MUMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJUaXAiIGZpbGw9IiNGRkE5MUMiIGN4PSIxIiBjeT0iMTAiIHI9IjEiPjwvY2lyY2xlPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 50% 50%;
  background-size: contain;
}
.tg-tree-node .tg-tree-node-toggle,
.tg-tree-node .tg-tree-node-no-toggle {
  display: inline-block;
  min-width: 32px;
  font-weight: bold;
  text-align: center;
  color: #3C3744;
  font-size: 18px;
  position: relative;
}
.tg-tree-node .tg-tree-node-toggle:after,
.tg-tree-node .tg-tree-node-no-toggle:after {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 8px;
  left: 8px;
  content: " ";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+S3JhaC1JY29uX1BsdXMwMWE8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iS3JhaC1JY29uX1BsdXMwMWEiPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSJCYWNrZ3JvdW5kIiBmaWxsPSIjMkQzRTUxIiBvcGFjaXR5PSIwLjIiIGN4PSI4IiBjeT0iOCIgcj0iNiI+PC9jaXJjbGU+CiAgICAgICAgICAgIDxnIGlkPSJQbHVzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjAwMDAwMCwgNi4wMDAwMDApIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDIgTDQsMiIgaWQ9Ikhvcml6b250YWwiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLDAgTDIsNCIgaWQ9IlZlcnRpY2FsIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat 50% 50%;
  background-size: contain;
  transition: width, height, top, left;
  transition-timing-function: cubic-bezier(0.2, 4, 0, 1);
  transition-duration: 0.4s;
}
.tg-tree-node .tg-tree-node-toggle:hover:after,
.tg-tree-node .tg-tree-node-no-toggle:hover:after {
  width: 20px;
  height: 20px;
  top: 6px;
  left: 6px;
}
.tg-tree-node .tg-tree-node-toggle:active:after,
.tg-tree-node .tg-tree-node-no-toggle:active:after {
  width: 18px;
  height: 18px;
  top: 7px;
  left: 7px;
}
.tg-tree-node .tg-tree-node-toggle.tg-tree-node-toggle--on:after,
.tg-tree-node .tg-tree-node-no-toggle.tg-tree-node-toggle--on:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+S3JhaC1JY29uX01pbnVzMDFhPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IktyYWgtSWNvbl9NaW51czAxYSI+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9IkJhY2tncm91bmQiIGZpbGw9IiMyRDNFNTEiIG9wYWNpdHk9IjAuMiIgY3g9IjgiIGN5PSI4IiByPSI2Ij48L2NpcmNsZT4KICAgICAgICAgICAgPHBhdGggZD0iTTYsOCBMMTAsOCIgaWQ9Ik1pbnVzIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
.tg-tree-node .tg-tree-node-no-toggle:after {
  transition: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+S3JhaC1JY29uX1BpcGUwMWE8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIG9wYWNpdHk9IjAuMiI+CiAgICAgICAgPGcgaWQ9IktyYWgtSWNvbl9QaXBlMDFhIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzJEM0U1MSI+CiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGlwZSIgcG9pbnRzPSIzIDE0IDMgNyAxIDcgMSAyIDE1IDIgMTUgNyAxMyA3IDEzIDE0Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 50%;
}
.tg-tree-node .tg-tree-node--warning > .tg-tree-node-label-container > .tg-tree-node-no-toggle:after,
.tg-tree-node .tg-tree-node--muted > .tg-tree-node-label-container > .tg-tree-node-no-toggle:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+S3JhaC1JY29uX1BpcGUwMWI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSIgaWQ9ImxpbmVhckdyYWRpZW50LTEiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJLcmFoLUljb25fUGlwZTAxYiI+CiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGlwZSIgc3Ryb2tlPSIjMkQzRTUxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZmlsbD0idXJsKCNsaW5lYXJHcmFkaWVudC0xKSIgb3BhY2l0eT0iMC4yIiBwb2ludHM9IjMgMTQgMyA3IDEgNyAxIDIgMTUgMiAxNSA3IDEzIDcgMTMgMTQiPjwvcG9seWxpbmU+CiAgICAgICAgICAgIDxnIGlkPSJNYXJrIiBvcGFjaXR5PSIwLjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCA2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEsMCBMMSwzIiBpZD0iU2hhZnQiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9IlRpcCIgZmlsbD0iI0ZGRkZGRiIgY3g9IjEiIGN5PSI2IiByPSIxIj48L2NpcmNsZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 50%;
}
.tg-tree-node.tg-tree-node--selected .tg-tree-node-label {
  text-decoration: underline;
}
.tg-tree-node.tg-tree-node-blocker .tg-tree-node-no-toggle:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ0LjEgKDQxNDU1KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5LcmFoLUljb25fUGlwZTAxZDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJJY29ucyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iS3JhaC1JY29uX1BpcGUwMWQiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGlwZSIgc3Ryb2tlPSIjMkQzRTUxIiBvcGFjaXR5PSIwLjIiIHBvaW50cz0iMyAxNCAzIDcgMSA3IDEgMiAxNSAyIDE1IDcgMTMgNyAxMyAxNCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPGcgaWQ9IlBsdXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMDAwMDAwLCAxMC4wMDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtOC4wMDAwMDAsIC0xMC4wMDAwMDApIHRyYW5zbGF0ZSg2LjAwMDAwMCwgOC4wMDAwMDApIiBzdHJva2U9IiNERDZFNDIiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTAsMiBMNCwyIiBpZD0iSG9yaXpvbnRhbCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIsMCBMMiw0IiBpZD0iVmVydGljYWwiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 50%;
}

span.children-count {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 2px 8px 1px;
  margin-left: 4px;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.navbar-default .navbar-nav {
  min-height: 60px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #6CAAFF;
}

.navbar-default .navbar-brand {
  line-height: 32px;
  width: 125px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMzQuMTIgNDguNDUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+S3JhaExvZ28gLSBTaW1wbGVzdCAtIExpZ2h0PC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM5LjY0LDQ4Yy4xLjIxLjIzLjM3LjQ1LjM2bDguMjMsMGMuNDgsMCwuNjEtLjI4LjQ5LS42M2gwTDM5LjA2LDI3LjA1LDQ4LjQyLDE2Yy4zOC0uNDIuMjgtLjg0LS4zNS0uODNsLTkuNDUsMGExLDEsMCwwLDAtLjczLjM3bC05LjIsMTFBMTYuNjUsMTYuNjUsMCwwLDAsMjkuMTUsMjNWMTUuNjJhLjUzLjUzLDAsMCwwLS41Mi0uNTFsLTcuODIsMGMtLjI3LDAtLjQ2LjExLS40OC41NlY0Ny44M2MwLC40My4yMS41My40Ny41NGg3Ljc5YS41MS41MSwwLDAsMCwuNTUtLjU0di05TDMzLDM0LjI2Wm0xLjc1LTM2LjctLjI3LDB2LjA2aC4yN1ptNTkuODQuMDhoLjN2LS4wN2gtLjMyWk00MS4yOCwyLjg3VjBINDFsLS4wNSw2LjE2LjMyLDBabTYwLjEyLDMuM1YuMDdoLS4zbDAsMi44MSwwLDMuMjhabS0uMTcsNC4yNC4yOSwwdi0ybC0uMjgsMFpNNDMuODgsMy42NlYzLjI0TDQ1LDMuNjZWM0g5OC40OWwwLC42M2E4LjEsOC4xLDAsMCwxLDEuMjItLjQ1Yy41NS0uMTgsMS0uMjcsMS4zNy0uMzVhNi43Myw2LjczLDAsMCwxLTEuMzQtLjI5LDcuODMsNy44MywwLDAsMS0xLjI3LS40N3YuNjRMNDUsMi43M1YyLjExYTEwLjQ2LDEwLjQ2LDAsMCwxLTEuMS40MVYyLjExYy0uMTUuMDYtLjczLjI4LTEuMjcuNDZhMTEuNDcsMTEuNDcsMCwwLDEtMS4zMy4zLDExLjQzLDExLjQzLDAsMCwxLDEuMzUuMzJDNDMuMTIsMy4zNiw0My40NSwzLjUsNDMuODgsMy42NlptNTcuNjQsMjAuNDJoLS4yOFYyNmguMjdaTTU1LjQ1LDExYy4xNS0uMDguNzgtLjMsMS4yNS0uNDRhOS44Niw5Ljg2LDAsMCwxLDEuMzgtLjMzLDkuMTYsOS4xNiwwLDAsMS0xLjM2LS4zMmMtLjUxLS4xNC0uODUtLjI5LTEuMjctLjQ0VjEwTDQxLjQsMTBWOC40N2wtLjI3LDAsMCwxLjU3SC4wN3YuM0g0MS4xMnYwaC4yOXYwSDU1LjQ2Wk0xMDEuMjIsMjdoLjN2LS4wOGgtLjI5Wm0yMi41Ny0xNi4wOCwwLS42NWg1bDAtLjMxaC01VjkuMzRhMTEuMjcsMTEuMjcsMCwwLDEtMS4yNi40OSw5LjE1LDkuMTUsMCwwLDEtMS4zNi4zLDcuMTUsNy4xNSwwLDAsMSwxLjM4LjMzQTcuOTEsNy45MSwwLDAsMSwxMjMuNzksMTAuOTRaTTEwMS41MiwyOGwtLjI5LDB2MS45MmwuMjksMFpNMTIxLjE2LDguMjNoLS4zbDAsNi4zOGguMzJabS0xOS45LDcsMCwwaC4yOWwwLDBabTAsNi44NGguMjdWMjAuMTdoLS4yOVptMC05Ljc1djJoLjI4bDAtMS45MlptLjI3LDMuOTQtLjI3LDB2MS45MmguMjhabTAsMi45M3YwaC0uMjdsMCwwWk0xMDEuMjYsMjNsMCwuMDdoLjI4bDAtLjA3Wk00MS4xMywxNC4yOGguMjlWMTIuMzVoLS4zWm02MC4yMSwxNi42NmguMTl2LS4wOGwtLjIyLDBjLTIuMjUtNy40Ny00LjQyLTE0LjYzLTQuNDItMTQuNjNsLS4yMy0uN2MtLjEtLjIzLS4yMy0uMzQtLjQzLS4zNGwtMTQuNjEsMGMtLjI1LDAtLjQ4LjExLS41LjU0TDc3LjgzLDQ3LjkyYzAsLjQuMTguNTEuNDUuNTFsNy44LDBhLjQ5LjQ5LDAsMCwwLC41NS0uNUw4Nyw0MS42N2MwLS4zOC4xOS0uNTkuNjYtLjZsNi45NCwwYS40Ny40NywwLDAsMSwuNDguMzVsMi4xNCw2LjZhLjU1LjU1LDAsMCwwLC40OC4zOGg4LjE4YS41My41MywwLDAsMCwuNDctLjc3UzEwMy44MSwzOS4xLDEwMS4zNCwzMC45M1ptLTguMjQsMy45MS01LDBjLS40OCwwLS42MS0uMjEtLjYxLS41NGwuNy0xMC43NWMwLS4zOC4xNS0uNTguNjItLjU4YTUuNCw1LjQsMCwwLDEsLjY4LDBjLjM1LDAsLjYxLjA4Ljc0LjUybDMuMzcsMTAuMzlDOTMuOTQsMzQuNDMsOTMuNywzNC44OCw5My4wOSwzNC44NVptNDEsMTMuMDhWMTUuNzRjMC0uNDQtLjItLjU0LS41My0uNTNIMTI2Yy0uMjcsMC0uNDcuMDktLjQ5LjUyVjI3LjE3YzAsLjM1LS4yMy41Ny0uNy41NGwtOC40OCwwYy0uNDcsMC0uNjItLjI0LS42MS0uNTlWMTUuNzJhLjUuNSwwLDAsMC0uNTMtLjUyaC03Ljc3Yy0uMjgsMC0uNDcuMS0uNDkuNDh2MzIuMmEuNTUuNTUsMCwwLDAsMCwuMjMuNTcuNTcsMCwwLDAsLjQ5LjMzaDcuNzRjLjI1LDAsLjUzLS4xLjUtLjUxbDAtMTEuODdjMC0uMzUuMTYtLjU3LjYyLS41N2w4LjQ4LDBjLjQ3LDAsLjcuMTguNjkuNTVsMCwxMS44NmMwLC40My4yMS41NC40NS41MWw3LjYzLDBDMTMzLjkyLDQ4LjQ1LDEzNC4xMyw0OC4zMywxMzQuMTIsNDcuOTNaTTEzLjgxLDM4LjA2aC42M3Y1aC4zMnYtNWwuNjMsMGE4LjEzLDguMTMsMCwwLDEtLjQ3LTEuMjEsMTEuOTEsMTEuOTEsMCwwLDEtLjMtMS4zOCw4LjM5LDguMzksMCwwLDEtLjMyLDEuMzZBOC4xNCw4LjE0LDAsMCwxLDEzLjgxLDM4LjA2Wm0uNDYtMTEuNzhhNi43Miw2LjcyLDAsMCwxLC4zNCwxLjM2LDEzLjM5LDEzLjM5LDAsMCwxLC4zMS0xLjM2QTEwLjc3LDEwLjc3LDAsMCwxLDE1LjM3LDI1bC0uNTgsMCwwLTUtLjMsMCwwLDVoLS42NUE3LjUsNy41LDAsMCwxLDE0LjI3LDI2LjI5Wk0xOSwxNC43SDBMMCwxNUgzLjQ4YTguMzEsOC4zMSwwLDAsMS0uMjcsMS4yMywxMS43OCwxMS43OCwwLDAsMS0uNDgsMS4yM2wuNjIsMCwwLDI2LjkzLS42MiwwYTgsOCwwLDAsMSwuNDgsMS4yNnYwbC0uNDcsMGMwLC4xNy4zLjc4LjQ2LDEuMjdhOS40Miw5LjQyLDAsMCwxLC4yOCwxLjE0SDB2LjMySDYuMTFsMC0uMzJIMy41NEE2LDYsMCwwLDEsMy44NSw0N2E2LjcxLDYuNzEsMCwwLDEsLjQ0LTEuMjZIMy44M2EuNTUuNTUsMCwwLDEsMC0uMDZjLjE1LS40OS4yOS0uODIuNDYtMS4yM2wtLjYyLDAsMC0yNi45Mi42LDBhNi41Miw2LjUyLDAsMCwxLS40Ni0xLjI0QTcuNzUsNy43NSwwLDAsMSwzLjU2LDE1TDE5LDE1Wm0uMSwxMy4zdi0uMzNIMTIuNzFsMCwuMzFabTAsNy4xOEgxMi43NGwwLC4zLDEuOSwwLDQuNSwwWk02OS44LDkuODhhOC4yMiw4LjIyLDAsMCwxLTEuMzYuMzIsOS42OCw5LjY4LDAsMCwxLDEuMzUuMzJjLjU0LjE0Ljg3LjMxLDEuMjguNDRsMC0uNjIsNSwwVjEwaC01VjkuNDJDNzAuOTIsOS40OCw3MC4zMSw5LjcyLDY5LjgsOS44OFpNNTAuMjMsNDguNDFINThjLjI0LDAsLjUxLS4wOS41LS41M1YzNmMwLS4zNS4xNi0uNTcuNjQtLjU3SDYyLjhhLjUyLjUyLDAsMCwxLC40OC4zOEw2OC4xMSw0OGMuMTMuMjIuMjkuMzguNDguMzhoOC4yM2MuNTQsMCwuNjUtLjMxLjQ3LS42OUw3Mi4xNiwzNC41M2MtLjE4LS40OS0uMjMtLjg2LjI2LTEuMThhOC4yOCw4LjI4LDAsMCwwLDMuODMtNy4yNHYtLjQ5YzAtNS40NC0zLjE0LTkuMTEtOC4yNS0xMC4xNEw2OCw5aC0uM3Y2LjM5QTE2LjQ1LDE2LjQ1LDAsMCwwLDY1LDE1LjE4bC02LjM4LDBWOC44N2wtLjI5LDAsMCw2LjMyaC04Yy0uMjQsMC0uNDYuMTEtLjQ3LjU0bDAsMzIuMTdDNDkuNzUsNDguMyw0OS45NCw0OC40LDUwLjIzLDQ4LjQxWm04LjM2LTI1LjA4YzAtLjI3LjE5LS40My41OS0uNDJoNS43NmMxLjczLDAsMi42NS44LDIuNjMsMi4yM3YxYzAsMS40MS0xLDIuMTEtMi42MiwyLjEySDU5LjE3Yy0uNDEsMC0uNTQtLjE4LS41OC0uNDVaIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat 50%/contain;
  height: 32px;
  margin-top: 11px;
  padding: 0;
}

.navbar-hidden {
  display: none;
}

.header-field {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ADADAD;
  margin-bottom: 8px;
  padding: 4px;
  width: 10%;
}
.header-field.sortable {
  cursor: pointer;
}
.header-field:first-child {
  margin-left: 0;
}
.header-field.col-xs-5 {
  width: 41.66%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.measuring,
.cooling {
  color: #95A5A6;
  line-height: 38px;
  text-align: center;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  right: -38px;
  margin-top: -19px;
}
.measuring .fa-lg, .measuring .icon-lg,
.cooling .fa-lg,
.cooling .icon-lg {
  font-size: 1.9em;
}
.measuring .spin,
.cooling .spin {
  animation: spin 2s linear infinite;
}
.measuring.measuring--disabled,
.cooling.measuring--disabled {
  color: #FFB62C;
}
.measuring.measuring--stoppable,
.cooling.measuring--stoppable {
  color: #6CAAFF;
}
.measuring.measuring--stoppable svg:last-child,
.cooling.measuring--stoppable svg:last-child {
  display: none;
}
.measuring.measuring--stoppable:hover svg:first-child,
.cooling.measuring--stoppable:hover svg:first-child {
  display: none;
}
.measuring.measuring--stoppable:hover svg:last-child,
.cooling.measuring--stoppable:hover svg:last-child {
  display: inline;
}
.measuring:hover,
.cooling:hover {
  color: #3C3744;
}
.measuring.measuring--active:hover,
.cooling.measuring--active:hover {
  color: #95A5A6;
  cursor: default;
}

.measurment-status {
  float: right;
  margin: 14px 0 14px 14px;
  display: inline-block;
  min-width: 110px;
}

.chart-zoomed-area {
  background-color: rgba(149, 165, 166, 0.3);
}

.chart-reference-area {
  background-color: rgba(149, 165, 166, 0.5);
}

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

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-2 {
  gap: 0.5rem;
}

.flex-1 {
  flex: 1;
}

.flex-grow {
  flex-grow: 1;
}

.ml-1 {
  margin-left: 0.5rem;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.mb-0 {
  margin-bottom: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pr-0 {
  padding-right: 0;
}

.ml-2 {
  margin-left: 1rem;
}

.mt-\[-2px\] {
  margin-top: -2px;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.Select-option {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

form .alert-danger ul {
  list-style: none;
  padding-left: 0;
}

.form-centered {
  display: table;
  width: 100%;
  height: calc(100vh - 60px - 2 * 21px);
  text-align: center;
  margin-bottom: 20px;
}
.form-centered .form-centered-inner {
  display: table-cell;
  vertical-align: middle;
}
.form-centered .form-centered-inner .well {
  margin: auto;
  padding: 50px;
  width: 550px;
}
.form-centered .form-centered-inner .well h1 {
  margin-bottom: 36px;
}
.form-centered input[type=submit] {
  width: 100%;
}

.pipe-form-inline-btn-wrapper {
  padding: 0;
  margin-top: 25px;
}

.Select.form-control.is-disabled {
  cursor: not-allowed;
  background-color: #ECF0F1;
}
.Select.form-control.is-disabled > .Select-control {
  background-color: #ECF0F1;
  cursor: not-allowed;
}

.infinite-list {
  margin-bottom: 50px;
}

.comment-tooltip {
  white-space: pre-line;
}
.comment-tooltip .tooltip-inner {
  text-align: unset;
}

.list-item {
  font-size: 14px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
  /*
   * A helper that will generate you all styles required for painting the pipes in QRS different colors.
   *
   * Each item in the list (== different pipe color) should be defined in the format:
   * (class-name, background-color, text-color).
   */
}
.list-item .list-item-title {
  position: relative;
}
.list-item .list-item-title .row {
  padding: 10px 20px;
}
.list-item .list-item-title .row.clickable {
  cursor: pointer;
}
.list-item .list-item-title .list-item-name {
  word-break: break-all;
}
.list-item .list-item-title .list-item-comment {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .list-item-title .icon-col {
  padding: 5px;
  background-color: rgba(200, 200, 200, 0.5);
  border-radius: 20px;
  color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  height: 30px;
}
.list-item .list-item-title .icon-col .pipe-color-circle {
  width: auto;
  aspect-ratio: 1;
  height: 90%;
  margin: unset;
}
.list-item .list-item-title .icon-col .odoo_has_mismatched_confirmed_status {
  text-shadow: 0 0 3px #DD6E42;
}
.list-item .list-item-title .icon-col .odoo_is_failing_to_confirm {
  color: #DD6E42;
}
.list-item .list-item-title .icon-col .odoo_is_not_failing_to_confirm_anymore {
  color: #6CAAFF;
}
.list-item .list-item-title .measuring,
.list-item .list-item-title .cooling {
  position: absolute;
  opacity: 1;
  cursor: pointer;
}
.list-item .list-item-title .col-md-05 {
  width: 4.1667%;
  text-align: center;
}
.list-item .list-item-title .col-md-1-5 {
  width: 12.5%;
}
.list-item.status-green {
  background-color: #18BC9C;
}
.list-item.status-green .list-item-content {
  box-shadow: inset 0 0 0 2px #18BC9C;
}
.list-item.status-green .list-item-title {
  color: white;
}
.list-item.status-red {
  background-color: #E84F30;
}
.list-item.status-red .list-item-content {
  box-shadow: inset 0 0 0 2px #E84F30;
}
.list-item.status-red .list-item-title {
  color: white;
}
.list-item.status-brown {
  background-color: #966432;
}
.list-item.status-brown .list-item-content {
  box-shadow: inset 0 0 0 2px #966432;
}
.list-item.status-brown .list-item-title {
  color: white;
}
.list-item.status-yellow {
  background-color: #FFB62C;
}
.list-item.status-yellow .list-item-content {
  box-shadow: inset 0 0 0 2px #FFB62C;
}
.list-item.status-yellow .list-item-title {
  color: white;
}
.list-item.status-blue {
  background-color: #6CAAFF;
}
.list-item.status-blue .list-item-content {
  box-shadow: inset 0 0 0 2px #6CAAFF;
}
.list-item.status-blue .list-item-title {
  color: white;
}
.list-item.status-grey {
  background-color: #B4BCC2;
}
.list-item.status-grey .list-item-content {
  box-shadow: inset 0 0 0 2px #B4BCC2;
}
.list-item.status-grey .list-item-title {
  color: white;
}
.list-item.status-ivory {
  background-color: #EAE9E1;
}
.list-item.status-ivory .list-item-content {
  box-shadow: inset 0 0 0 2px #EAE9E1;
}
.list-item.status-ivory .list-item-title {
  color: black;
}
.list-item.status-eggshell {
  background-color: #F3ECD9;
}
.list-item.status-eggshell .list-item-content {
  box-shadow: inset 0 0 0 2px #F3ECD9;
}
.list-item.status-eggshell .list-item-title {
  color: black;
}
.list-item .list-item-content {
  background-color: #FAFAFA;
  padding: 10px 20px;
}
.list-item .list-item-content .list-item-basic-form {
  margin: 0;
}
.list-item .list-item-content .row.blue {
  color: #6CAAFF;
}
.list-item .list-item-content .row.blue .control-label {
  color: #6CAAFF;
}
.list-item .list-item-content .form-field {
  margin-bottom: 15px;
}
.list-item .list-item-content .form-field fieldset.field-group.has-error {
  height: auto;
}
.list-item .list-item-content .form-field fieldset.field-group.has-error > div.alert {
  float: left;
  background: none;
  border: none;
  color: #DD6E42;
  padding: 0;
  margin-bottom: 5px;
}
.list-item .list-item-content .form-field .field-group {
  width: 100%;
}
.list-item .list-item-content .form-field .field-group > label,
.list-item .list-item-content .form-field .field-group > div {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding-left: 5px;
  padding-right: 5px;
}
.list-item .list-item-content .form-field .field-group > label select,
.list-item .list-item-content .form-field .field-group > label input,
.list-item .list-item-content .form-field .field-group > div select,
.list-item .list-item-content .form-field .field-group > div input {
  height: 40px;
  padding: 0 15px;
}
.list-item .list-item-content .form-field .field-group > label .form-control-static,
.list-item .list-item-content .form-field .field-group > div .form-control-static {
  padding-left: 15px;
}
.list-item .list-item-content .form-field .field-group > label .form-control-static.form-comment-ellipse,
.list-item .list-item-content .form-field .field-group > div .form-control-static.form-comment-ellipse {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  line-height: 18px;
  overflow: hidden;
  /* convert padding into margin, so overflow works  */
  white-space: pre-line;
  padding: 0;
  margin: 11px 0 11px 15px;
}
.list-item .list-item-content .form-field .field-group > label input.form-control-static,
.list-item .list-item-content .form-field .field-group > div input.form-control-static {
  margin-left: 15px;
}
.list-item .list-item-content .form-field .field-group .radio {
  line-height: 40px;
}
.list-item .list-item-content .form-field.tolerance-blue .has-error input, .list-item .list-item-content .form-field.tolerance-yellow .has-error input, .list-item .list-item-content .form-field.tolerance-orange .has-error input, .list-item .list-item-content .form-field.tolerance-red .has-error input {
  border-color: #DD6E42;
  background-color: white;
}
.list-item .list-item-content .form-field.tolerance-blue input {
  border-color: #3498DB;
  background-color: rgb(138.6359832636, 195.9581589958, 234.3640167364);
}
.list-item .list-item-content .form-field.tolerance-yellow input {
  border-color: #D0D00B;
  background-color: rgb(245.5068493151, 245.5068493151, 75.4931506849);
}
.list-item .list-item-content .form-field.tolerance-orange input {
  border-color: #F37712;
  background-color: rgb(247.9156626506, 174.7108433735, 115.0843373494);
}
.list-item .list-item-content .form-field.tolerance-red input {
  border-color: #FF4937;
  background-color: rgb(255, 165.82, 157);
}
.list-item .list-item-content .form-field.tolerance-red-triple div:nth-of-type(2) input {
  border-color: #FF4937;
  background-color: rgb(255, 165.82, 157);
}
.list-item .list-item-content .list-item-tabs {
  padding: 5px 20px 30px;
  border: none;
}
.list-item .list-item-content .list-item-tabs .nav-tabs li.fill-complete > a {
  background: #6CAAFF;
  color: white;
}
.list-item .list-item-content .list-item-tabs .nav-tabs li.fill-complete.active > a {
  background: white;
  color: #6CAAFF;
}
.list-item .list-item-content .list-item-tabs .nav-tabs li.fill-partial > a {
  background: #FFB62C;
  color: white;
}
.list-item .list-item-content .list-item-tabs .nav-tabs li.fill-partial.active > a {
  background: white;
  color: #FFB62C;
}
.list-item .list-item-content .list-item-tabs .nav-tabs li.fill-error > a {
  background: #DD6E42;
  color: white;
}
.list-item .list-item-content .list-item-tabs .nav-tabs li.fill-error.active > a {
  background: white;
  color: #DD6E42;
}
.list-item .list-item-content .list-item-tabs .nav-tabs li a {
  background: #ECF0F1;
  color: #95A5A6;
}
.list-item .list-item-content .list-item-tabs .nav-tabs li.active a {
  background: #FFFFFF;
  color: #2C3E50;
}
.list-item .list-item-content .list-item-tabs .nav-tabs li.has-error a {
  color: #E74C3C;
}
.list-item .list-item-content .list-item-tabs .tab-content {
  background: #FFFFFF;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.list-item .list-item-content .list-item-tabs .tab-content:after {
  content: "";
  display: block;
  clear: both;
}
.list-item .list-item-content .list-item-tabs .tab-content textarea {
  resize: vertical;
}
.list-item .list-item-content .list-item-tabs .tab-content .list-item-history-container {
  padding: 20px 20px 0;
}
.list-item .list-item-content .list-item-tabs .tab-content .list-item-history-container .value-display {
  word-break: break-all;
  word-wrap: break-word;
}
.list-item .list-item-content .list-item-tabs .tab-content .list-item-history-container .panel {
  border: none;
  border-left: 1px solid #ECF0F1;
  border-right: 1px solid #ECF0F1;
  border-bottom: 1px solid #ECF0F1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: none;
}
.list-item .list-item-content .saved-message {
  margin: 5px 0 15px 5px;
  display: block;
  font-weight: 900;
  font-style: italic;
}
.list-item .list-item-content .form-control-slim {
  height: 32px;
  line-height: 28px;
  padding: 0 15px;
  cursor: pointer;
}
.list-item .btn-fullwidth {
  width: 125px;
  padding: 3.5px 15px;
}
.list-item .btn-fullwidth.btn-spaced {
  margin-left: 16px;
  margin-bottom: 25px;
}

.tooltip[role=tooltip] {
  z-index: 9999;
}

.tg-modal {
  scroll-behavior: smooth;
}

.tg-modal-wrapper .tg-modal .tg-modal-dialog {
  margin: 90px auto;
}

.modal-full .tg-modal-wrapper .tg-modal-backdrop {
  background: transparent;
}
.modal-full .tg-modal-wrapper .tg-modal-dialog {
  margin: 0;
  min-height: 100vh;
  width: 100vw;
}
.modal-full .tg-modal-wrapper .tg-modal-dialog > .tg-modal-content {
  background: rgb(250.6818181818, 251.5909090909, 251.8181818182);
  border-radius: 0;
  min-height: 100vh;
}
.modal-full .tg-modal-wrapper .tg-modal-dialog > .tg-modal-content > .tg-modal-header .close {
  transition: color 0.1s ease-in-out;
  font-size: 2em;
}
.modal-full .tg-modal-wrapper .tg-modal-dialog > .tg-modal-content > .tg-modal-header .close:hover {
  background: transparent;
  color: #B4BCC2;
}
.modal-full .tg-modal-wrapper .tg-modal-dialog > .tg-modal-content > .tg-modal-body {
  background: transparent;
}

.confirmation-modal .tg-modal-footer {
  display: flex;
}

.confirmation-modal__cancel {
  flex: 1;
}

.order-action {
  width: 24px;
  cursor: pointer;
  color: #c2c2c2;
}
.order-action:hover {
  background: white;
  color: rgb(219.5, 219.5, 219.5);
}
.order-action.order-action--danger {
  color: #DD6E42;
}
.order-action.order-action--danger:hover {
  color: rgb(228.7757847534, 143.1614349776, 109.2242152466);
}
.order-action.order-action--success {
  color: #6CAAFF;
}
.order-action.order-action--success:hover {
  color: rgb(159, 199.4897959184, 255);
}
.order-action.order-action--warning {
  color: #FFB62C;
}
.order-action.order-action--warning:hover {
  color: rgb(255, 199.644549763, 95);
}
.order-action.order-action--disabled {
  color: rgb(219.5, 219.5, 219.5);
  pointer-events: none;
  cursor: default;
}
.order-action.order-action--disabled:hover {
  background: none;
}

.overtime-modal__worker-cell {
  width: 24%;
}
.overtime-modal__worker-cell input {
  max-width: 100px;
}

.tg-modal-open .tg-modal {
  /**
   * Styles shared between the part editing modal and the overtimes modal.
   */
  /**
   * 1. Need more specificity because of bootstrap :/
   */
}
.tg-modal-open .tg-modal .arrow-up {
  color: #4A90E2;
}
.tg-modal-open .tg-modal .arrow-down {
  color: #B4BCC2;
}
.tg-modal-open .tg-modal .remove {
  color: #B4BCC2;
}
.tg-modal-open .tg-modal > .part-editing-modal .select-form-group,
.tg-modal-open .tg-modal > .overtime-modal .select-form-group {
  width: 100%;
}
.tg-modal-open .tg-modal > .part-editing-modal .inline-select,
.tg-modal-open .tg-modal > .overtime-modal .inline-select {
  width: calc(100% - 150px - 2%);
}
.tg-modal-open .tg-modal > .part-editing-modal .inline-button,
.tg-modal-open .tg-modal > .overtime-modal .inline-button {
  width: 150px;
  margin-left: 1%;
  margin-right: 1%;
}
.tg-modal-open .tg-modal > .part-editing-modal {
  width: 90%;
  max-width: 900px;
}
.tg-modal-open .tg-modal > .part-editing-modal .tg-modal-content {
  margin-bottom: 80px;
}
.tg-modal-open .tg-modal > .part-editing-modal .components-list {
  margin-top: 20px;
}
.tg-modal-open .tg-modal > .part-editing-modal .warning-text {
  text-align: center;
  color: #DD6E42;
}
.tg-modal-open .tg-modal > .part-editing-modal .full-width-select {
  width: 100%;
}
.tg-modal-open .tg-modal > .part-editing-modal .title-with-2-actions {
  display: inline-block;
  text-align: center;
  min-width: calc(100% - 24px - 24px);
  max-width: calc(100% - 24px - 24px);
}
.tg-modal-open .tg-modal > .part-editing-modal .expanded-component-form {
  border-right: 3px solid #4A90E2;
  border-left: 3px solid #4A90E2;
  border-radius: 0;
}
.tg-modal-open .tg-modal > .part-editing-modal .collapsed-component-form {
  border-right: 3px solid #B4BCC2;
  border-left: 3px solid #B4BCC2;
  border-radius: 0;
}
.tg-modal-open .tg-modal > .part-editing-modal .new-component-form {
  width: 100%;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form {
  padding: 0;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form__well {
  margin: 0;
  border-radius: 0;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form__well hr {
  border-top: 1px solid #7B8A8B;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form__well section {
  display: flex;
  flex-direction: column;
  list-style: inside;
  margin-bottom: 10px;
  margin-top: 10px;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form__well section span.title {
  font-weight: bold;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form__well section div.form-control {
  margin-top: 3px;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form__slim {
  padding: 0 19px 10px 23px;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content {
  margin-bottom: 0;
  /**
   * 1. Align the button a bit more to the center.
   */
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content .list-group-item-heading {
  margin: 0;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content .new-part-form__well {
  display: flex;
  align-items: flex-end;
  margin: 0;
  border-radius: 0;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content .new-part-form__well .form-inline:not(:first-of-type) {
  margin-left: 1rem;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content .new-part-form__well .btn {
  margin-bottom: 2px; /* 1 */
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content .part-form {
  margin: 0;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content .part-form .part-form-body {
  padding: 15px;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content .part-form .part-form-body .form-group {
  padding: 0 4px;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content .part-form .part-form-body .action-form button {
  margin: 22px 0 0;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content .part-form .part-form-body .form-row {
  vertical-align: bottom;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content .part-form .part-form-body .list-group-item .list-group-item-text .row {
  display: flex;
  align-items: flex-end;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content .part-form .part-form-body .list-group-item .list-group-item-text .row .form-group {
  margin-bottom: 0;
}
.tg-modal-open .tg-modal > .part-editing-modal .component-form .component-form-content .part-form .part-form-body .list-group-item .list-group-item-text .row button {
  height: 45px;
  width: 45px;
}
.tg-modal-open .tg-modal > .part-editing-modal .new-template-form {
  z-index: 0;
  text-align: center;
  margin: 0 auto;
}
.tg-modal-open .tg-modal > .part-editing-modal .new-template-form .tag-input {
  margin: 5px;
}
.tg-modal-open .tg-modal > .part-editing-modal .new-template-form .save-btn {
  margin: 5px;
}
.tg-modal-open .tg-modal > .editing-modal {
  width: fit-content;
  min-width: 60%;
  max-width: 90%;
}
.tg-modal-open .tg-modal > .editing-modal .modal-subtitle-text {
  font-weight: 700;
  padding-bottom: 1rem;
}
.tg-modal-open .tg-modal > .editing-modal table {
  width: 100%;
  margin-top: 16px;
}
.tg-modal-open .tg-modal > .editing-modal table th {
  padding: 0 4px;
}
.tg-modal-open .tg-modal > .editing-modal table td {
  width: 16.6666666667%;
  vertical-align: top;
}
.tg-modal-open .tg-modal > .editing-modal table td.sn_class, .tg-modal-open .tg-modal > .editing-modal table td.duration_additional {
  width: 10%;
}
.tg-modal-open .tg-modal > .editing-modal table td .form-group {
  padding: 0 4px;
}
.tg-modal-open .tg-modal > .overtime-modal {
  width: 60%;
  max-width: 900px;
}
.tg-modal-open .tg-modal > .overtime-modal .table td {
  vertical-align: middle;
}
.tg-modal-open .tg-modal > .overtime-modal .table .form-group {
  margin-bottom: 0;
}

.browserupgrade {
  margin: 0;
  background: #DDDD88;
  color: #000000;
  padding: 0.5em 2em;
  border-bottom: 1px solid #888888;
}

.template-list-item {
  padding: 9px 20px;
  position: relative;
}
.template-list-item .template-list-item-row {
  margin-right: 0;
}

.template-group {
  text-align: center;
  margin: 27px 0 32px;
  font-size: 1.5em;
}

.nagbar {
  position: absolute;
  top: 60px;
  height: 60px;
  left: 0;
  right: 0;
  background-color: #FF7B6E;
  text-align: center;
  padding: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: white;
  letter-spacing: 0.4px;
}
.nagbar.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.nagbar.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}

.view-timeplan {
  height: calc(100vh - 60px);
  margin-top: -21px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.view-timeplan .button-like {
  cursor: pointer;
  user-select: none;
}
.view-timeplan #react-container,
.view-timeplan .timeplan-wrapper {
  display: flex;
  flex: 1;
  align-items: stretch;
  overflow: hidden;
}
.view-timeplan #react-container > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
}
.view-timeplan #react-container > div .nagbar {
  height: 55px;
  position: inherit;
  box-shadow: none;
}
.view-timeplan .tree-container {
  display: flex;
  flex-direction: column;
  width: 350px;
  background: #FAFAFA;
  border-right: 1px solid rgb(224.5, 224.5, 224.5);
  resize: horizontal;
  overflow: auto;
  transition: width 0.6s cubic-bezier(0.2, 1.25, 0, 1);
}
.view-timeplan .tree-container.tree--collapsed {
  width: 0 !important;
}
.view-timeplan .tree-container .tree-tabs {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 48px;
  line-height: 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  background: #fafafa;
  border-bottom: 1px solid rgb(224.5, 224.5, 224.5);
}
.view-timeplan .tree-container .tree-tabs .tree-tabs-tab {
  flex: 1;
  text-align: center;
  background: rgb(237.25, 237.25, 237.25);
  transition: background-color 0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 4px 4px;
  flex-direction: column;
  border: none;
  border-right: 1px solid rgb(224.5, 224.5, 224.5);
}
.view-timeplan .tree-container .tree-tabs .tree-tabs-tab:last-child {
  border-right: none;
}
.view-timeplan .tree-container .tree-tabs .tree-tabs-tab span.children-count {
  margin-left: 0;
}
.view-timeplan .tree-container .tree-tabs .tree-tabs-tab.tree-tabs-tab--active, .view-timeplan .tree-container .tree-tabs .tree-tabs-tab:hover {
  background: white;
  font-weight: 700;
}
.view-timeplan .tree-container .tree-tabs .tree-tabs-tab.tree-tabs-tab--active span.children-count, .view-timeplan .tree-container .tree-tabs .tree-tabs-tab:hover span.children-count {
  color: white;
  background-color: #6CAAFF;
}
.view-timeplan .tree-container .tg-tree {
  flex: 1;
}
.view-timeplan .tree-container .tg-tree .flex-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.view-timeplan .tree-container .tg-tree .planned-all,
.view-timeplan .tree-container .tg-tree .planned-none {
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  justify-content: flex-start;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.view-timeplan .tree-container .tg-tree .planned-all:before,
.view-timeplan .tree-container .tg-tree .planned-none:before {
  display: block;
  content: " ";
  height: 150px;
  width: 100%;
  margin-left: -12px;
}
.view-timeplan .tree-container .tg-tree .planned-all:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTQycHgiIGhlaWdodD0iMTMwcHgiIHZpZXdCb3g9IjAgMCAxNDIgMTMwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0MiAoMzY3ODEpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkdyb3VwIDQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSIgaWQ9ImxpbmVhckdyYWRpZW50LTEiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNFOEU4RTgiIG9mZnNldD0iMTAwJSI+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPHBhdGggZD0iTTAsMS45OTQwNjAyOCBDMCwwLjg5Mjc3MTE5NiAwLjg4NTcyNTAyMSwwIDEuOTk3NzEwNjUsMCBMMTI2LjAwMjI4OSwwIEMxMjcuMTA1NTk0LDAgMTI4LDAuODk0NTEzNzU2IDEyOCwxLjk5NDA2MDI4IEwxMjgsMTQuMDA1OTM5NyBDMTI4LDE1LjEwNzIyODggMTI3LjExNDI3NSwxNiAxMjYuMDAyMjg5LDE2IEwxLjk5NzcxMDY1LDE2IEMwLjg5NDQwNTUyMywxNiAwLDE1LjEwNTQ4NjIgMCwxNC4wMDU5Mzk3IEwwLDEuOTk0MDYwMjggWiBNMTAsMTYgTDExOCwxNiBMMTE4LDExNiBMMTAsMTE2IEwxMCwxNiBaIiBpZD0icGF0aC0yIj48L3BhdGg+CiAgICAgICAgPG1hc2sgaWQ9Im1hc2stMyIgbWFza0NvbnRlbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIG1hc2tVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHg9Ii0xLjUiIHk9Ii0xLjUiIHdpZHRoPSIxMzEiIGhlaWdodD0iMTE5Ij4KICAgICAgICAgICAgPHJlY3QgeD0iLTEuNSIgeT0iLTEuNSIgd2lkdGg9IjEzMSIgaGVpZ2h0PSIxMTkiIGZpbGw9IndoaXRlIj48L3JlY3Q+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMiIgZmlsbD0iYmxhY2siPjwvdXNlPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSIgaWQ9ImxpbmVhckdyYWRpZW50LTQiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjQzJDMkMyIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNFOEU4RTgiIG9mZnNldD0iMTAwJSI+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPHBhdGggZD0iTTEwLDExLjk5NDA2MDMgQzEwLDEwLjg5Mjc3MTIgMTAuODg1NzI1LDEwIDExLjk5NzcxMDYsMTAgTDEzNi4wMDIyODksMTAgQzEzNy4xMDU1OTQsMTAgMTM4LDEwLjg5NDUxMzggMTM4LDExLjk5NDA2MDMgTDEzOCwyNC4wMDU5Mzk3IEMxMzgsMjUuMTA3MjI4OCAxMzcuMTE0Mjc1LDI2IDEzNi4wMDIyODksMjYgTDExLjk5NzcxMDYsMjYgQzEwLjg5NDQwNTUsMjYgMTAsMjUuMTA1NDg2MiAxMCwyNC4wMDU5Mzk3IEwxMCwxMS45OTQwNjAzIFogTTIwLDI2IEwxMjgsMjYgTDEyOCwxMjYgTDIwLDEyNiBMMjAsMjYgWiIgaWQ9InBhdGgtNSI+PC9wYXRoPgogICAgICAgIDxtYXNrIGlkPSJtYXNrLTYiIG1hc2tDb250ZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBtYXNrVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4PSItMS41IiB5PSItMS41IiB3aWR0aD0iMTMxIiBoZWlnaHQ9IjExOSI+CiAgICAgICAgICAgIDxyZWN0IHg9IjguNSIgeT0iOC41IiB3aWR0aD0iMTMxIiBoZWlnaHQ9IjExOSIgZmlsbD0id2hpdGUiPjwvcmVjdD4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC01IiBmaWxsPSJibGFjayI+PC91c2U+CiAgICAgICAgPC9tYXNrPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzMuMDAwMDAwLCAtMzE5LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzMuMDAwMDAwLCAzMjEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOS4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0zIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBpZD0iQ29tYmluZWQtU2hhcGUiIHN0cm9rZT0idXJsKCNsaW5lYXJHcmFkaWVudC0xKSIgbWFzaz0idXJsKCNtYXNrLTMpIiBvcGFjaXR5PSIwLjQ5NzE2OTM4NCIgeGxpbms6aHJlZj0iI3BhdGgtMiI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJDb21iaW5lZC1TaGFwZSIgc3Ryb2tlPSJ1cmwoI2xpbmVhckdyYWRpZW50LTQpIiBtYXNrPSJ1cmwoI21hc2stNikiIHhsaW5rOmhyZWY9IiNwYXRoLTUiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MC4wMDAwMDAsIDQxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgZmlsbD0iI0ZGRkZGRiIgY3g9IjI0IiBjeT0iMjQiIHI9IjI0Ij48L2NpcmNsZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aC0yIiBzdHJva2U9IiMxNUJDOUIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBwb2ludHM9IjE0IDI1Ljc1MDkyMjkgMTkuNzg0MTg1IDMyIDM1IDE3Ij48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 50%;
}
.view-timeplan .tree-container .tg-tree .planned-none:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTQycHgiIGhlaWdodD0iMTMwcHgiIHZpZXdCb3g9IjAgMCAxNDIgMTMwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0MiAoMzY3ODEpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkdyb3VwIDQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSIgaWQ9ImxpbmVhckdyYWRpZW50LTEiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNFOEU4RTgiIG9mZnNldD0iMTAwJSI+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPHBhdGggZD0iTTAsMS45OTQwNjAyOCBDMCwwLjg5Mjc3MTE5NiAwLjg4NTcyNTAyMSwwIDEuOTk3NzEwNjUsMCBMMTI2LjAwMjI4OSwwIEMxMjcuMTA1NTk0LDAgMTI4LDAuODk0NTEzNzU2IDEyOCwxLjk5NDA2MDI4IEwxMjgsMTQuMDA1OTM5NyBDMTI4LDE1LjEwNzIyODggMTI3LjExNDI3NSwxNiAxMjYuMDAyMjg5LDE2IEwxLjk5NzcxMDY1LDE2IEMwLjg5NDQwNTUyMywxNiAwLDE1LjEwNTQ4NjIgMCwxNC4wMDU5Mzk3IEwwLDEuOTk0MDYwMjggWiBNMTAsMTYgTDExOCwxNiBMMTE4LDExNiBMMTAsMTE2IEwxMCwxNiBaIiBpZD0icGF0aC0yIj48L3BhdGg+CiAgICAgICAgPG1hc2sgaWQ9Im1hc2stMyIgbWFza0NvbnRlbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIG1hc2tVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHg9Ii0xLjUiIHk9Ii0xLjUiIHdpZHRoPSIxMzEiIGhlaWdodD0iMTE5Ij4KICAgICAgICAgICAgPHJlY3QgeD0iLTEuNSIgeT0iLTEuNSIgd2lkdGg9IjEzMSIgaGVpZ2h0PSIxMTkiIGZpbGw9IndoaXRlIj48L3JlY3Q+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMiIgZmlsbD0iYmxhY2siPjwvdXNlPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSIgaWQ9ImxpbmVhckdyYWRpZW50LTQiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjQzJDMkMyIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNFOEU4RTgiIG9mZnNldD0iMTAwJSI+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPHBhdGggZD0iTTEwLDExLjk5NDA2MDMgQzEwLDEwLjg5Mjc3MTIgMTAuODg1NzI1LDEwIDExLjk5NzcxMDYsMTAgTDEzNi4wMDIyODksMTAgQzEzNy4xMDU1OTQsMTAgMTM4LDEwLjg5NDUxMzggMTM4LDExLjk5NDA2MDMgTDEzOCwyNC4wMDU5Mzk3IEMxMzgsMjUuMTA3MjI4OCAxMzcuMTE0Mjc1LDI2IDEzNi4wMDIyODksMjYgTDExLjk5NzcxMDYsMjYgQzEwLjg5NDQwNTUsMjYgMTAsMjUuMTA1NDg2MiAxMCwyNC4wMDU5Mzk3IEwxMCwxMS45OTQwNjAzIFogTTIwLDI2IEwxMjgsMjYgTDEyOCwxMjYgTDIwLDEyNiBMMjAsMjYgWiIgaWQ9InBhdGgtNSI+PC9wYXRoPgogICAgICAgIDxtYXNrIGlkPSJtYXNrLTYiIG1hc2tDb250ZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBtYXNrVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4PSItMS41IiB5PSItMS41IiB3aWR0aD0iMTMxIiBoZWlnaHQ9IjExOSI+CiAgICAgICAgICAgIDxyZWN0IHg9IjguNSIgeT0iOC41IiB3aWR0aD0iMTMxIiBoZWlnaHQ9IjExOSIgZmlsbD0id2hpdGUiPjwvcmVjdD4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC01IiBmaWxsPSJibGFjayI+PC91c2U+CiAgICAgICAgPC9tYXNrPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03My4wMDAwMDAsIC0zMTkuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC04IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMy4wMDAwMDAsIDMyMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC03IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOS4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIzLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHN0cm9rZS13aWR0aD0iMyI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJDb21iaW5lZC1TaGFwZSIgc3Ryb2tlPSJ1cmwoI2xpbmVhckdyYWRpZW50LTEpIiBtYXNrPSJ1cmwoI21hc2stMykiIG9wYWNpdHk9IjAuNDk3MTY5Mzg0IiB4bGluazpocmVmPSIjcGF0aC0yIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgaWQ9IkNvbWJpbmVkLVNoYXBlIiBzdHJva2U9InVybCgjbGluZWFyR3JhZGllbnQtNCkiIG1hc2s9InVybCgjbWFzay02KSIgeGxpbms6aHJlZj0iI3BhdGgtNSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjAwMDAwMCwgNDEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBmaWxsPSIjRkZGRkZGIiBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiPjwvY2lyY2xlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi4wMDAwMDAsIDIyLjAwMDAwMCkiIGZpbGw9IiNEMEQwRDAiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMiw0IEMxMC44OTU0MzA1LDQgMTAsMy4xMDQ1Njk1IDEwLDIgQzEwLDAuODk1NDMwNSAxMC44OTU0MzA1LDAgMTIsMCBDMTMuMTA0NTY5NSwwIDE0LDAuODk1NDMwNSAxNCwyIEMxNCwzLjEwNDU2OTUgMTMuMTA0NTY5NSw0IDEyLDQgWiBNMiw0IEMwLjg5NTQzMDUsNCAwLDMuMTA0NTY5NSAwLDIgQzAsMC44OTU0MzA1IDAuODk1NDMwNSwwIDIsMCBDMy4xMDQ1Njk1LDAgNCwwLjg5NTQzMDUgNCwyIEM0LDMuMTA0NTY5NSAzLjEwNDU2OTUsNCAyLDQgWiBNMjIsNCBDMjAuODk1NDMwNSw0IDIwLDMuMTA0NTY5NSAyMCwyIEMyMCwwLjg5NTQzMDUgMjAuODk1NDMwNSwwIDIyLDAgQzIzLjEwNDU2OTUsMCAyNCwwLjg5NTQzMDUgMjQsMiBDMjQsMy4xMDQ1Njk1IDIzLjEwNDU2OTUsNCAyMiw0IFoiIGlkPSJDb21iaW5lZC1TaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 50%;
}
.view-timeplan .tree-container .tg-tree .empty-help {
  font-size: 20px;
  color: #2C3E50;
  letter-spacing: 0.25px;
  margin-bottom: 24px;
  text-align: center;
  padding: 12px;
}
.view-timeplan .tree-container .tg-tree .empty-button {
  font-size: 12px;
  color: #6CAAFF;
  letter-spacing: 0.7px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: white;
  border-radius: 5px;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
}
.view-timeplan .tree-container .tg-tree .empty-button:hover {
  background-color: rgb(250.6818181818, 251.5909090909, 251.8181818182);
  color: rgb(133.5, 184.7448979592, 255);
}
.view-timeplan .tree-container .tg-tree .empty-button:after {
  display: inline-block;
  content: " ";
  width: 6px;
  height: 10px;
  margin-left: 8px;
  margin-bottom: -1px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+S3JhaC1JY29uX0Fycm93MDJiPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBvcGFjaXR5PSIwLjIiPgogICAgICAgIDxnIGlkPSJLcmFoLUljb25fQXJyb3cwMmIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjMkQzRTUxIj4KICAgICAgICAgICAgPGcgaWQ9IkFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjAwMDAwMCwgNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUmlnaHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuMDAwMDAwLCA0LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMi4wMDAwMDAsIC00LjAwMDAwMCkgIiBwb2ludHM9IjQgMCAwIDQgNCA4Ij48L3BvbHlsaW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 50%;
}
.view-timeplan .tree-container .tree-footer {
  display: flex;
  flex-direction: row;
  line-height: 48px;
  border-top: 1px solid rgb(237.25, 237.25, 237.25);
}
.view-timeplan .timeplan-action {
  width: 48px;
  cursor: pointer;
  border: none;
  border-right: 1px solid rgb(237.25, 237.25, 237.25);
  text-align: center;
  font-size: 200%;
  color: #c7c7c7;
  background-color: transparent;
}
.view-timeplan .timeplan-action:hover {
  background: white;
  color: rgb(224.5, 224.5, 224.5);
}
.view-timeplan .timeplan-action.timeplan-action--danger {
  color: #DD6E42;
}
.view-timeplan .timeplan-action.timeplan-action--danger:hover {
  color: rgb(228.7757847534, 143.1614349776, 109.2242152466);
}
.view-timeplan .timeplan-action.timeplan-action--success {
  color: #6CAAFF;
}
.view-timeplan .timeplan-action.timeplan-action--success:hover {
  color: rgb(159, 199.4897959184, 255);
}
.view-timeplan .timeplan-action.timeplan-action--warning {
  color: #FFB62C;
}
.view-timeplan .timeplan-action.timeplan-action--warning:hover {
  color: rgb(255, 199.644549763, 95);
}
.view-timeplan .timeplan-action.timeplan-action--disabled {
  color: rgb(224.5, 224.5, 224.5);
  pointer-events: none;
  cursor: default;
}
.view-timeplan .timeplan-action.timeplan-action--disabled:hover {
  background: none;
}
.view-timeplan .calendar-container {
  display: flex;
  flex: 1;
  align-items: stretch;
  flex-direction: column;
  /**
   * 1. The overflow-y *must* be 'scroll' and not 'auto' because we always
   *    want to see the scrollbar. Otherwise, the positioning of the
   *    bubbles will be a bit off.
   */
}
.view-timeplan .calendar-container .calendar-header,
.view-timeplan .calendar-container .calendar-footer {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 48px;
  border-bottom: 1px solid rgb(224.5, 224.5, 224.5);
}
.view-timeplan .calendar-container .calendar-header .calendar-datepicker,
.view-timeplan .calendar-container .calendar-footer .calendar-datepicker {
  align-items: center;
  border-right: 1px solid rgb(224.5, 224.5, 224.5);
  display: flex;
  justify-content: space-around;
  line-height: 48px;
  text-align: center;
  width: 144px;
}
.view-timeplan .calendar-container .calendar-header .calendar-datepicker a,
.view-timeplan .calendar-container .calendar-footer .calendar-datepicker a {
  color: inherit;
}
.view-timeplan .calendar-container .calendar-header .calendar-datepicker a:hover,
.view-timeplan .calendar-container .calendar-footer .calendar-datepicker a:hover {
  text-decoration: none;
}
.view-timeplan .calendar-container .calendar-header .calendar-datepicker a span.fa-calendar,
.view-timeplan .calendar-container .calendar-footer .calendar-datepicker a span.fa-calendar {
  margin-left: 0.25em;
}
.view-timeplan .calendar-container .calendar-footer {
  border-bottom: none;
  border-top: 1px solid rgb(224.5, 224.5, 224.5);
}
.view-timeplan .calendar-container .calendar-footer .calendar-tree-toggle {
  width: 143px;
  display: flex;
  flex-direction: row;
  height: 48px;
  line-height: 42px;
}
.view-timeplan .calendar-container .calendar-timespan {
  display: flex;
  flex: 1;
  pointer-events: none;
  user-select: none;
  position: relative;
  max-width: calc(100% - 161px);
}
.view-timeplan .calendar-container .calendar-timespan > .calendar-tick {
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 1px solid rgb(211.75, 211.75, 211.75);
  padding-left: 0.5em;
  font-size: 12px;
}
.view-timeplan .calendar-container .calendar-timespan > .calendar-tick:first-child {
  border: none;
}
.view-timeplan .calendar-container .calendar-timespan > .calendar-tick.calendar-tick--day {
  bottom: 2em;
  top: 0;
  line-height: 2em;
}
.view-timeplan .calendar-container .calendar-timespan.calendar-timespan--inverted > .calendar-tick {
  bottom: inherit;
  top: 0;
}
.view-timeplan .calendar-container .calendar-timespan.calendar-timespan--inverted > .calendar-tick:first-child {
  border-left: 1px solid rgb(211.75, 211.75, 211.75);
}
.view-timeplan .calendar-container .calendar-timespan.calendar-timespan--inverted > .calendar-tick.calendar-tick--day {
  top: 2em;
  bottom: 0;
}
.view-timeplan .calendar-container .calendar-inner-container {
  flex: 1;
  max-height: calc(100vh - 156px);
  overflow-y: scroll; /* [1] */
  overflow-x: hidden;
}
.view-timeplan .calendar-container .calendar-row {
  display: flex;
  flex-direction: row;
  min-height: 48px;
}
.view-timeplan .calendar-container .calendar-row .calendar-row-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  z-index: 10;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  background: rgb(237.25, 237.25, 237.25);
  border-bottom: 1px solid rgb(224.5, 224.5, 224.5);
  text-align: center;
}
.view-timeplan .calendar-container .calendar-row .calendar-row-label.highlighted {
  background: rgb(186.25, 186.25, 186.25);
}
.view-timeplan .calendar-container .calendar-row:nth-child(even) .calendar-station-plan,
.view-timeplan .calendar-container .calendar-row:nth-child(even) .calendar-station-header {
  background: rgb(247.45, 247.45, 247.45);
}
.view-timeplan .calendar-container .calendar-row:last-child .calendar-row-label,
.view-timeplan .calendar-container .calendar-row:last-child .calendar-station {
  border-bottom: none;
}
.view-timeplan .calendar-container .calendar-row.calendar-row--dropping .calendar-station-plan {
  background: white;
}
.view-timeplan .calendar-container .calendar-stations {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.view-timeplan .calendar-container .calendar-station {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 48px;
  line-height: 47px;
  border-bottom: 1px solid rgb(224.5, 224.5, 224.5);
}
.view-timeplan .calendar-container .calendar-station .calendar-station-header {
  width: 96px;
  border-right: 1px solid rgb(237.25, 237.25, 237.25);
  text-align: center;
  background: #F5F5F5;
  z-index: 10;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  padding: 5px;
  overflow: hidden;
}
.view-timeplan .calendar-container .calendar-station .truncated-text-wrapper {
  max-width: 100%;
}
.view-timeplan .calendar-container .calendar-station .truncated-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan {
  flex: 1;
  position: relative;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble {
  position: absolute;
  height: 39px;
  line-height: 37px;
  top: 4px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  font-size: 12px;
  z-index: 1;
  transition: opacity 0.4s cubic-bezier(0.2, 1, 0.4, 1), top 0.4s cubic-bezier(0.7, 4, 0, 1), height 0.4s cubic-bezier(0.7, 4, 0, 1), background-color 0.4s cubic-bezier(0.7, 4, 0, 1), border-width 0.4s cubic-bezier(0.7, 4, 0, 1);
  /**
   * 1. More specific selector since there is a lot of nesting
   *    here.
   */
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble:hover {
  top: 3px;
  height: 41px;
  line-height: 39px;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble.calendar-bubble--non-work-time.calendar-bubble--non-work-time {
  background-color: rgba(0, 0, 0, 0.05);
  background-image: none;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble.calendar-bubble--blocker {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAAAsTAAALEwEAmpwYAAA57GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNy0wNi0xMlQxNzowMSswMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE3LTA2LTEyVDE3OjM1OjEzKzAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0wNi0xMlQxNzozNToxMyswMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDo2MDQyNTZjNy05Mjk0LTRiNTktYjRkNy0zZWI2YTA1OGY3YzU8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiZjg1ZTUzYS05MDBhLTExN2EtYTk5NS05MmFlOTA5ZGJlNjI8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDplNzY5NGE3Zi1hZWMzLTRmMDktOTRjMi1kNmZlZDcyYTQwNGE8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6ZTc2OTRhN2YtYWVjMy00ZjA5LTk0YzItZDZmZWQ3MmE0MDRhPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTA2LTEyVDE3OjAxKzAzOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NjA0MjU2YzctOTI5NC00YjU5LWI0ZDctM2ViNmEwNThmN2M1PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTA2LTEyVDE3OjM1OjEzKzAzOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+OTY8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+OTY8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PpKA7UgAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAYhJREFUeNrs3UERxFAMw9BmMZQ/woJYGIodBUHnaf7Vned53qfjvsSP/omP3vsTn8NveAHR+OkB4vGTA1TgpwaowU8MUIWfFqAOPylAJX5KgFr8hADV+NsD1ONvDnACf2uAM/gbA5zC3xbgHP6mACfxtwQ4i78hwGl8OsB5fDKA+GAA8cEA4oMBxAcDiA8GEB8MID4YQHwwgPhgAPHBAOKDAcQHA4gPBhAfDCA+GEB8MID4YADxwQDigwHEBwOIDwYQHwwgPhhAfDCA+GAA8cEA4oMBxAcDiA/dBH97xdLXiI/eN+Jz+IkvoG5gcMTn8JMC1E5rjvgcfkKA+lHZEZ/D3xzgzJzyiM/hbwxwbkh8xOfwNwU4O6E/4nP4GwKc/3nEiM/hkwHEBwOIDwYQHwwgPhhAfDCA+GAA8cEA4oMBxAcDiA8GEB8MID4YQHwwgPhgAPHBAOKDAcQHA4gPBhAfDCA+GEB8MID4YADxwQDigwHEBwOIDwYQHwwgPhhAfOj+AAAA//8DAJ0cX6afeafBAAAAAElFTkSuQmCC) repeat-x;
  background-size: 48px;
  border: none;
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 0;
  top: 0;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble.calendar-bubble--blocker.calendar-bubble--blocker--overlay {
  z-index: 2;
  pointer-events: none;
  border: none;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble.calendar-bubble--blocker:hover {
  top: 0;
  height: 48px;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble.calendar-bubble--blocker .calendar-bubble-text {
  white-space: normal;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble.calendar-bubble--blocker .calendar-blocker-text {
  line-height: 20px;
  display: inline-block;
  margin: 12px auto;
  padding: 2px 8px;
  background-color: rgba(250, 250, 250, 0.7);
  border-radius: 10px;
  color: rgb(160.75, 160.75, 160.75);
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble.calendar-bubble--blocker.calendar-bubble--selected {
  border: none;
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  top: 0;
  height: 48px;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble.calendar-bubble--blocker.calendar-bubble--selected .calendar-blocker-text {
  color: #3C3744;
  background-color: white;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.1);
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble.calendar-bubble--selected {
  border: 2px solid white;
  z-index: 2;
  top: 1px;
  height: 45px;
  line-height: 38px;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble.calendar-bubble--highlighted {
  border: 2px solid white;
  line-height: 34px;
  z-index: 1;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble .calendar-bubble-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 12px;
  text-align: left;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble .preview-overlay {
  position: relative;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble .preview-overlay span {
  display: block;
  pointer-events: none;
  z-index: 10;
  position: absolute;
  top: -48px;
  left: -24px;
  width: 48px;
  height: 32px;
  line-height: 32px;
  background: white;
  border-radius: 3px;
  box-shadow: 1px 1px 5px 0 #EFEFEF;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble .preview-overlay span:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  margin-left: 12px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble .preview-overlay.preview-overlay--inverted span {
  top: inherit;
  bottom: -80px;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble .preview-overlay.preview-overlay--inverted span:after {
  display: none;
}
.view-timeplan .calendar-container .calendar-station .calendar-station-plan .calendar-bubble .preview-overlay.preview-overlay--inverted span:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  margin-left: 12px;
  margin-top: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
.view-timeplan .timeplan-loader {
  position: fixed;
  right: 10px;
  width: 100px;
  height: 100px;
  bottom: 10px;
  opacity: 1;
  transition-property: opacity, bottom;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
}
.view-timeplan .timeplan-loader.timeplan-loader--hidden {
  bottom: -50px;
  opacity: 0;
}
.view-timeplan .tg-tree-node .pipe-color-circle {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

/**
 * 1. The Popover should not block tg-modal.
 */
.action-group-popover__container {
  z-index: 1049; /* 1 */
}
.action-group-popover__container .popover-content {
  padding: 0;
}

.action-group-popover {
  max-height: 70vh;
  overflow-y: auto;
}

@keyframes slide-in {
  from {
    transform: translateY(100vh);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100vh);
  }
}
.slide-enter.tg-modal {
  animation: slide-in 1000ms cubic-bezier(0.2, 1, 0.2, 1);
}

.slide-exit.tg-modal {
  animation: slide-out 1000ms cubic-bezier(0.2, 1, 0.2, 1);
  animation-fill-mode: forwards;
}

.order-list {
  scroll-behavior: smooth;
}
.order-list .order-list-content {
  padding: 0 5rem 2rem;
}
.order-list .inner-modals {
  position: absolute;
  z-index: 2000;
}
.order-list .inner-modals .tg-modal-backdrop {
  background: rgba(60, 55, 68, 0.5);
}
.order-list .status-green {
  color: #18BC9C;
}
.order-list .status-red {
  color: #E84F30;
}
.order-list .status-brown {
  color: #966432;
}
.order-list .status-yellow {
  color: #FFB62C;
}
.order-list .status-blue {
  color: #6CAAFF;
}
.order-list .order-header {
  position: fixed;
  left: 0;
  display: none;
  bottom: 0;
  width: 100%;
  z-index: 1060;
  background-color: #F5F5F5;
  border-bottom: 2px solid #EAEAEA;
  padding: 1rem 5rem;
  font-size: 20px;
}
.order-list .order-header.visible {
  display: inline-block;
  top: 0;
  bottom: unset;
  animation: slideIn 1000ms cubic-bezier(0.2, 1, 0.2, 1);
}
.order-list .order-header .header-block {
  display: inline-block;
}
.order-list .order-header .header-block.pull-right {
  margin-right: 48px;
}
.order-list .order-header .header-block .header-value {
  display: block;
  font-size: 14px;
}
.order-list .order-header .order-checkbox-row {
  font-size: 14px;
}
.order-list .order-header .comment {
  font-size: 14px;
  opacity: 0.75;
}
.order-list .order-header .close {
  position: absolute;
  right: 5rem;
  top: 3rem;
  font-size: 1.5em;
  color: #3C3744;
}
.order-list .order-header .close:hover {
  background: transparent;
  color: #B4BCC2;
}
.order-list .tg-modal-backdrop {
  background: transparent;
}
.order-list .tg-modal .order-modal {
  margin: 0;
  min-height: 100vh;
  width: 100vw;
  z-index: 100;
}
.order-list .tg-modal .order-modal > .tg-modal-content {
  min-height: 100vh;
  background: #F5F5F5;
  box-shadow: 0 0 90px 0 rgba(123, 138, 139, 0.3);
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body {
  padding: 100px 5rem 56px;
  font-size: 14px;
  background: none;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .item-count {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 10px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .item-count strong {
  font-weight: 600;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .item-count .fa {
  font-size: 14px;
  text-align: right;
  padding: 0 6px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .item-count .fa.fa-arrow-up {
  color: #4A90E2;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .item-count .fa.fa-arrow-down {
  color: #B4BCC2;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .order-check-label {
  font-size: 10px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group {
  margin-top: 3em;
  padding: 1.5rem;
  font-weight: 700;
  font-size: 18px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-row {
  box-shadow: none;
  margin-bottom: 0;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-row-header {
  padding: 1.5rem;
  border-bottom: 2px solid #EAEAEA;
  border-top: 2px solid #EAEAEA;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-row-header.collapsed {
  border-bottom: none;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-row-header .description {
  font-weight: 700;
  font-size: 15px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-row-header .manufacturing_order_number {
  font-weight: 700;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-row-header .manufacturing_order_number a {
  color: #4A90E2;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .highlight-target:target {
  background-color: lightgoldenrodyellow;
  animation: highlight 3s forwards;
  scroll-margin-top: 250px;
}
@keyframes highlight {
  50% {
    background-color: lightgoldenrodyellow;
  }
  100% {
    background-color: transparent;
  }
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  background: #F5F5F5;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products table {
  width: 100%;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products a.save {
  color: #6CAAFF;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products a.cancel {
  color: #DD6E42;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products a.edit {
  color: #3C3744;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products a > .fa {
  width: 1.75rem;
  font-size: 1.6rem;
  cursor: pointer;
  color: inherit;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td.attention--required {
  font-style: italic;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td > input {
  height: 24px;
  color: inherit;
  border: 1px solid gainsboro;
  border-radius: 3px;
  padding: 0 4px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td > input.error {
  border-color: #DD6E42;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td > input.warning {
  border-color: #FFB62C;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td > input[name=end_front],
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td > input[name=end_back] {
  max-width: 32px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td > input[name=sn_class],
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td > input[name=duration_additional] {
  max-width: 48px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td > input[name=tools] {
  max-width: 128px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td > .order-version {
  display: block;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td > .order-version .fa-arrow-right {
  font-size: 12px;
  vertical-align: text-top;
  margin-top: 1px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td > ol {
  margin: 0;
  padding: 0.4rem 0;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products tr {
  height: 24px;
  line-height: 24px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products tr.template_select strong {
  color: #ADADAD;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products tr.comment, .order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products tr.error {
  height: 32px;
  line-height: 14px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products tr.comment strong, .order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products tr.error strong {
  color: #ADADAD;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products tr.comment.error, .order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products tr.comment.error strong, .order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products tr.error.error, .order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products tr.error.error strong {
  color: #DD6E42;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products tr.comment td, .order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products tr.error td {
  padding-bottom: 8px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products th:last-child,
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td:last-child {
  overflow: hidden;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products th .placeholder,
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td .placeholder {
  color: #ADADAD;
  text-transform: uppercase;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products th .btn-link,
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td .btn-link {
  padding: 0;
  color: #ADADAD;
  font-size: 14px;
  letter-spacing: 0;
  font-family: inherit;
  line-height: 1.5em;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products th {
  padding-right: 16px;
}
.order-list .tg-modal .order-modal > .tg-modal-content > .tg-modal-body.order-body .article-group-products td:last-child {
  min-width: 110px;
}

.operations-list .product-container {
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.operations-list .product-container.first-shift {
  margin-top: 24px;
}
.operations-list .product-container .controls-container {
  vertical-align: top;
  min-width: 112px;
  height: 64px;
  padding: 8px;
  width: 96px;
  display: inline-flex;
}
.operations-list .product-container .controls-container .control-wrapper {
  display: block;
  flex-grow: 1;
}
.operations-list .product-container .controls-container .control {
  display: block;
  vertical-align: top;
  height: 48px;
  line-height: 48px;
  border: none;
  border-radius: 3px;
  color: #909090;
  background-color: #EBEBEB;
  box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.operations-list .product-container .controls-container .control.disabled {
  box-shadow: none;
  background-color: transparent;
  line-height: 44px;
  border: 2px solid #EBEBEB;
  pointer-events: none;
  opacity: 0.5;
}
.operations-list .product-container .controls-container .control.completed {
  line-height: 14px;
  padding: 6px 0;
}
.operations-list .product-container .controls-container .control.resume {
  color: white;
  background-color: #F39C12;
}
.operations-list .product-container .controls-container .control.resume:hover {
  background-color: #F5AE3D;
}
.operations-list .product-container .controls-container .control.complete {
  background-color: #18BC9C;
  color: white;
}
.operations-list .product-container .controls-container .control.complete:hover {
  background-color: #1ACBA8;
}
.operations-list .product-container .controls-container .control.pause {
  background-color: #F39C12;
}
.operations-list .product-container .controls-container .control.pause:hover {
  background-color: #F5AE3D;
}
.operations-list .product-container .controls-container .control:hover {
  background-color: #EFEFEF;
}
.operations-list .product-container .controls-container .control:active {
  background-color: #E0E0E0;
}
.operations-list .product-container .controls-container .half {
  flex-basis: 50%;
  border-radius: 0 3px 3px 0;
  color: white;
}
.operations-list .product-container .controls-container .half:first-child {
  border-radius: 3px 0 0 3px;
  border-right: 1px solid white;
}
.operations-list .product-container .specs-container {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  height: 64px;
  flex-grow: 1;
}
@media (width <= 1025px) {
  .operations-list .product-container .specs-container {
    max-width: 850px;
  }
}
.operations-list .product-container .specs-container .spec-field {
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  width: 10%;
}
.operations-list .product-container .specs-container .spec-field:first-child {
  margin-left: 0;
}
.operations-list .product-container .specs-container .spec-label {
  margin-bottom: 2px;
  color: #ADADAD;
}
.operations-list .product-container .specs-container .spec-label.text-danger, .operations-list .product-container .specs-container .spec-label.text-danger:hover {
  color: #DD6E42;
}
.operations-list .product-container .specs-container .spec-value {
  font-size: 14px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
}
.operations-list .product-container .specs-container .spec-value .spec-value--single {
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  max-width: min-content;
  text-overflow: ellipsis;
}
.operations-list .product-container .specs-container .spec-value .spec-value--multi {
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.operations-list .product-container .specs-container .spec-icon {
  display: inline-block;
  padding: 12px;
  width: 10%;
}
.operations-list .product-container .comment-container {
  padding: 6px 12px;
  font-size: 14px;
  height: 32px;
  background-color: #F5F5F5;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-basis: 100%;
}
.operations-list .product-container .comment-container .comment-header {
  color: #ADADAD;
}
.operations-list .product-container .comment-container .maintenance-container {
  font-weight: bold;
}
.operations-list .shift-break-line {
  color: rgb(226.5980861244, 226.0622009569, 227.9377990431);
  display: flex;
  justify-content: center;
  margin: 32px -15px;
  margin-top: 48px;
}
.operations-list .shift-break-line .shift-break-line-segment {
  display: flex;
  flex: 1;
  align-self: center;
  height: 1px;
  border-bottom: 1px solid rgb(226.5980861244, 226.0622009569, 227.9377990431);
}
.operations-list .shift-break-line .shift-break-line-text {
  display: flex;
  width: auto;
  padding: 0 8px;
  justify-content: center;
  font-weight: bold;
}

.view-reports .tab-overview .well {
  padding: 10px;
  margin: 16px;
  white-space: nowrap;
}
.view-reports .date-range-picker-wrapper {
  margin-left: 48px;
}
.view-reports .date-range-picker-wrapper > div,
.view-reports .date-range-picker-wrapper .reset-date-filter {
  line-height: 34px;
  vertical-align: top;
  height: auto;
  margin: 0;
}
.view-reports .date-range-picker-wrapper > div {
  padding: 0 15px;
  width: auto;
}
.view-reports .date-range-picker-wrapper .reset-date-filter {
  vertical-align: text-top;
}
.view-reports .date-range-picker-wrapper .selected-date-range-btn {
  line-height: 34px;
}
.view-reports ul.nav.nav-pills {
  margin-bottom: 8px;
}
.view-reports ul.nav.nav-pills a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 12px;
  margin-left: 8px;
}
.view-reports ul.nav.nav-pills a:first-child {
  margin-left: 0;
}
.view-reports .table.table-krah > thead td:first-child,
.view-reports .table.table-krah > thead th:first-child,
.view-reports .table.table-krah > tbody td:first-child,
.view-reports .table.table-krah > tbody th:first-child {
  width: 0;
  padding: 0;
}
.view-reports .table.table-krah > tbody {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  background-color: white;
}
.view-reports .table.table-krah > tbody + tbody {
  border-top: none;
}
.view-reports .table.table-krah > tbody + tbody:before {
  content: " ";
  display: block;
  height: 8px;
  width: 0;
  background-color: transparent;
}

.columns__select {
  width: 600px;
  height: auto;
  float: right;
  display: inline-block;
}
.columns__select .Select-control .Select-placeholder {
  display: flex;
  align-items: center;
}

.faults__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faults__actions .form-group {
  margin-bottom: 0;
}
.faults__actions .Select {
  width: 600px;
  display: inline-block;
}

/*# sourceMappingURL=styles-f1f1f7e1bcbbb4cf5d7f3f157a7a0e65.css.map*/