/* --------------------------------------------------------------------- */
/* >> Hamburger menu                                                     */
/* --------------------------------------------------------------------- */
.hamburger-switch {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  margin-left: auto;
  padding: 0;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  vertical-align: middle;
  font-size: 0;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
}
.hamburger-switch:focus {
  outline: none;
}
.hamburger-switch span {
  display: block;
  position: absolute;
  top: 20px;
  left: 5px;
  right: 5px;
  height: 3px;
  background: white;
  transition: background 0 0.3s;
}
.hamburger-switch span::before,
.hamburger-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  transition: background 1s;
  background-color: white;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.hamburger-switch span::before {
  top: -14px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.hamburger-switch span::after {
  bottom: 7px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.hamburger-switch.active {
  background-color: transparent;
}
.hamburger-switch.active span {
  background: none;
}
.hamburger-switch.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-switch.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-switch.active span::before,
.hamburger-switch.active span::after {
  background-color: #ffffff;
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
.switch-name {
  display: none;
  float: left;
  line-height: 50px;
  padding-left: 5px;
  color: white;
}
#ssCalendar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  font-size: 14px;
}
#ssCalendar.loaded .overlay {
  opacity: 1;
}
#ssCalendar.loaded .card {
  opacity: 1;
  -ms-transform: translate(-50%, -50%) scale(1);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%) scale(1);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%) scale(1);
}
#ssCalendar .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#ssCalendar .card {
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -ms-transform: translate(-50%, -50%) scale(0.5);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%) scale(0.5);
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#ssCalendar .card .card-head {
  width: 100%;
  display: inline-block;
  background: #4285f4;
  text-align: center;
  color: #ffffff;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#ssCalendar .card .card-head h4 {
  display: inline-block;
  width: auto;
  line-height: 1.6em;
  font-size: 1em;
  font-weight: 200;
  margin: 10px 0;
}
#ssCalendar .card .card-head span {
  margin: 10px 10px;
  line-height: 1.6em;
  float: left;
  cursor: pointer;
}
#ssCalendar .card .card-head span i {
  font-size: 1.5em;
}
#ssCalendar .card .card-head span#nextMonth {
  float: right;
}
#ssCalendar .card .card-date {
  width: 100%;
  display: inline-block;
  background: #416bd7;
  text-align: center;
  color: #ffffff;
  padding: 0;
}
#ssCalendar .card .card-date h3 {
  font-size: 1em;
  font-weight: 200;
  margin: 0 0 10px;
}
#ssCalendar .card .card-date h2 {
  font-size: 3.8em;
  font-weight: 200;
  margin: 10px 0 0;
  line-height: 1.2em;
}
#ssCalendar .card .card-grid {
  padding: 10px;
}
#ssCalendar .card .card-grid span {
  width: 30px;
  height: 30px;
  font-size: 0.9em;
  line-height: 28px;
  margin: 2px 5px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
#ssCalendar .card .card-grid span.active {
  border-color: #3acc5d;
  background: #3acc5d;
  color: #ffffff;
}
#ssCalendar .card .card-grid span.active-day {
  cursor: pointer;
}
#ssCalendar .card .card-grid span.active-day:hover {
  border-color: #e7ebe3;
  background: #e7ebe3;
  color: #000000;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4b21d2cc4895f84e9a20d79f4a94e6f2)
 * Config saved to config.json and https://gist.github.com/4b21d2cc4895f84e9a20d79f4a94e6f2
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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: 1px 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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
}
* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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-left: 10px;
  padding-right: 10px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  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: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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);
  -webkit-background-size: 40px 40px;
  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: #5cb85c;
}
.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: #5bc0de;
}
.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: #f0ad4e;
}
.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: #d9534f;
}
.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);
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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,
.visible-sm,
.visible-md,
.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;
  }
}
/* --------------------------------------------------------------------- */
/* > Normalizacja                                                        */
/* --------------------------------------------------------------------- */
@font-face {
  font-family: "BMW";
  font-weight: 500;
  src: url("./font/bmw/BMWTypeWebLightAll.ttf");
}
@font-face {
  font-family: "BMW";
  font-weight: 300;
  src: url("./font/bmw/BMWTypeWebLightAll.ttf");
}
@font-face {
  font-family: "BMW";
  font-weight: bold;
  src: url("./font/bmw/BMWTypeWebBoldAll.ttf");
}
@font-face {
  font-family: "BMW";
  font-weight: 700;
  src: url("./font/bmw/BMWTypeWebBoldAll.ttf");
}
/*
@font-face{
  font-family:BMW;
  font-weight: bold;
  src:url(font/bmw/bold/BMWTypeWebBoldAll.eot?#iefix) format("embedded-opentype"),url(font/bmw/bold/BMWTypeWebBoldAll.woff2) format("woff2"),url(font/bmw/bold/BMWTypeWebBoldAll.woff) format("woff"),url(font/bmw/bold/BMWTypeWebBoldAll.ttf) format("truetype")
}
*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  min-height: 100%;
}
body {
  color: #262626;
  font-family: 'Arial';
  font-size: 15px;
  margin: 0;
  padding: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BMW";
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
}
figure {
  margin: 0;
}
p,
li {
  font-size: 15px;
  line-height: 1.3em;
  margin-top: 0;
}
section {
  padding: 30px 0;
}
section.gray {
  background-color: #f1f1f1;
}
input[type="text"],
input[type="number"],
textarea {
  font-size: 15px;
}
.select-wrapper.year-wrapper select {
  width: 100px;
}
.select-wrapper.model-wrapper select {
  width: 220px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input[type="text"],
  input[type="number"] {
    font-size: 15px;
  }
}
a,
button {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
a {
  color: #595959;
}
a:hover {
  color: #a6a6a6;
}
h1 {
  font-size: 36px;
  margin-bottom: 15px;
}
h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
  outline: 0;
}
.date-wrapper {
  position: relative;
}
.date-wrapper::after {
  background-image: url("../images/calendar.png");
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 38px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.button {
  background: #1c69d4;
  border: 1px #1c69d4 solid;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "BMW";
  font-size: 15px;
  font-weight: normal;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
}
.button--full-width {
  width: 100% !important;
}
.button:focus,
.button:visited {
  background: #1c69d4;
  color: white;
}
.button.gray {
  background: #8e8e8e;
  border-color: #8e8e8e;
}
.button.red,
.button--reject {
  background: #d20000;
  border-color: #d20000;
}
.button.white {
  background: white;
  border: 1px solid #1c69d4;
  color: #1c69d4;
}
.button.white-black {
  background: white;
  border: 1px solid black;
  color: black;
}
.button.black,
.button.black-white {
  background: black;
  border: 1px solid black;
  color: white;
}
.button.waiting {
  background-color: #1c69d4;
  border-color: #1c69d4;
}
.button.current,
.button--to-improve,
.button--MOVE_TO_CENTRAL {
  background-color: #fdac35;
  border-color: #fdac35;
}
.button.during {
  background-color: #fdac35;
  border-color: #fdac35;
}
.button.future {
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}
.button.accepted,
.button.realized,
.button--accept,
.button--ACCEPT,
.button--TO_ACCEPT {
  background-color: #43ce2c;
  border-color: #43ce2c;
}
.button.unrealized,
.button--REJECT {
  background-color: #d00914;
  border-color: #d00914;
}
.button.unrealized.current,
.button--REJECT.current {
  background-color: #d00914;
  border-color: #d00914;
}
.button.unrealized.current:hover,
.button--REJECT.current:hover {
  background: #0653B6;
  border-color: #0653B6;
  color: white;
}
.button.float-right {
  float: right;
}
.button.align-right {
  display: table;
  margin-left: auto;
  margin-right: 0;
  vertical-align: middle;
}
.button:hover {
  background: #0653B6;
  border-color: #0653B6;
  color: white;
}
.button.shop {
  overflow: hidden;
  text-indent: -30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button.shop .svg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  fill: white;
  height: 24px;
  line-height: 14px;
  margin-right: 15px;
  vertical-align: middle;
  width: 24px;
}
.button.add {
  overflow: hidden;
  padding: 10px 60px;
  text-indent: -30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button.add::before {
  background: url("../images/plus.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  line-height: 14px;
  margin-right: 15px;
  vertical-align: middle;
  width: 18px;
}
.button.download {
  background: white;
  border: 1px solid #1c69d4;
  color: #1c69d4;
  overflow: hidden;
  padding-left: 50px;
  text-indent: -30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button.download.no-indent {
  text-indent: 0;
}
.button.download .svg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  fill: #1c69d4;
  height: 25px;
  margin-right: 15px;
  vertical-align: middle;
  width: 25px;
}
section.add-budget .row label.filename {
  display: block;
  max-width: 400px;
  padding: 30px 45px;
  width: 100%;
}
label.filename.button {
  border: 1px dashed #1c69d4;
  max-width: 350px;
  padding: 15px 30px;
  padding: 30px 45px;
  width: 100%;
}
label.filename.button:hover {
  background-color: #f1f1f1;
  color: #1c69d4;
}
label.filename.button:hover span {
  color: #1c69d4;
}
i.trash-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 31px;
  margin: auto;
  width: 20px;
}
i.trash-icon .svg {
  display: block;
  fill: #1c69d4;
  height: 31px;
  width: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 20px !important;
}
.select2-container--default .select2-selection--single {
  border: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
}
.input,
.task input,
section.add-budget .easy-autocomplete input,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background: white;
  border: 1px #bbbbbb solid;
  border-radius: 0;
  box-shadow: none;
  color: #262626;
  font-family: "BMW";
  font-family: 'Arial';
  font-weight: bold;
  height: 38px;
  line-height: 20px;
  outline: none;
  padding: 8px 10px;
  width: 100%;
}
textarea.input,
textarea.task input,
textareasection.add-budget .easy-autocomplete input,
textarea.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: auto;
  line-height: 1.3em;
  overflow: auto;
  resize: none;
}
.task-input {
  max-width: 200px;
}
.task-input input[disabled] {
  background-color: #f1f1f1;
}
.task-input input {
  margin-bottom: 10px;
  margin-top: 5px;
}
.page {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  right: 0;
  width: 100%;
  max-width: -webkit-calc(1186px + 2*15px);
  max-width: -moz-calc(1186px + 2*15px);
  max-width: -o-calc(1186px + 2*15px);
  max-width: calc(1186px + 2*15px);
}
.page:after,
.page:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
ul.columns {
  font-size: 0px;
  list-style: none;
  margin: 0 -7.5px;
  padding: 0;
}
ul.columns > li {
  display: inline-block;
  font-size: initial;
  padding: 0 7.5px;
  vertical-align: top;
  width: 50%;
}
ul.columns > li p,
ul.columns > li li {
  font-size: 15px;
}
ul.columns > li.full {
  width: 100%;
}
ul.columns.col-2 > li {
  width: 50%;
}
ul.columns.col-3 > li {
  width: 33.33%;
}
ul.columns.col-4 > li {
  width: 25%;
}
/* --------------------------------------------------------------------- */
/* > Menu główne                                                         */
/* --------------------------------------------------------------------- */
body.bmw-mini .table > li:nth-child(2n + 3),
body.bmw-mini .table .row > li:nth-child(2n + 3) {
  background-color: white;
}
body.bmw-mini .table > li:not(.header),
body.bmw-mini .table .row > li:not(.header) {
  border-bottom: #c5c5c5 1px solid;
}
body.bmw-mini header {
  background-color: white;
  border-bottom: 1px #c5c5c5 solid;
  color: black;
}
body.bmw-mini header .hamburger-switch span,
body.bmw-mini header .hamburger-switch span::before,
body.bmw-mini header .hamburger-switch span::after {
  background-color: black;
}
body.bmw-mini header .top-search-wrapper:not(.active) .button {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2245%22%20height%3D%2245%22%20viewBox%3D%220%200%2045%2045%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M32%2029.75l-5.417-5.416c1.823-2.852%201.458-6.65-1-9.174-2.75-2.826-7.545-2.88-10.424%200-2.88%202.88-2.88%207.545%200%2010.424%202.49%202.492%206.32%202.822%209.173%201L29.75%2032%2032%2029.75zm-14.937-6.07c-1.827-1.828-1.827-4.79%200-6.617s4.79-1.827%206.616%200%201.826%204.79%200%206.616c-1.828%201.826-4.79%201.826-6.617%200z%22%2F%3E%3C%2Fsvg%3E");
}
body.bmw-mini header .logos {
  background-image: url(../images/logo-mini.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
  bottom: 0;
  height: auto;
}
body.bmw-mini header .logos img {
  display: none;
}
body.bmw-mini header .svg {
  fill: black;
}
body.bmw-mini header .svg g {
  fill: black;
}
body.bmw-mini header #main-menu i {
  background-color: black;
  border-color: white;
}
body.bmw-mini header #main-menu li a {
  color: black;
}
body.bmw-mini header #main-menu li.top a {
  position: relative;
}
body.bmw-mini header #main-menu li.top a::after {
  background-color: transparent;
  bottom: 12px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
body.bmw-mini header #main-menu li.top a:hover:after,
body.bmw-mini header #main-menu li.top a.active:after {
  background-color: black;
}
body.bmw-mini header #main-menu li.bottom a:hover:after,
body.bmw-mini header #main-menu li.bottom a.active:after {
  background-color: black;
}
header {
  background: #8e8e8e;
  border-bottom: 1px #8e8e8e solid;
  color: white;
}
header .svg {
  display: inline-block;
  fill: white;
  height: 16px;
  width: 16px;
}
header nav {
  display: table;
  height: 100px;
  width: 100%;
}
header .seperator {
  display: table-cell;
  height: 90px;
}
header ul {
  margin: 0;
  padding: 0;
}
header #main-menu {
  display: table;
  font-family: "BMW";
  vertical-align: bottom;
  width: -moz-calc(100% - 150px);
  width: -o-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
header #main-menu span.basket,
header #main-menu span.person {
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  padding-top: 2px;
  position: relative;
  vertical-align: top;
  width: 18px;
}
header #main-menu i {
  background: #1c69d4;
  border: 3px #8e8e8e solid;
  border-radius: 15px;
  color: white !important;
  font-size: 10px;
  font-style: normal;
  height: 20px;
  line-height: 14px;
  padding: 0;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -3px;
  width: 20px;
}
header #main-menu li.top,
header #main-menu li.bottom {
  display: block;
  margin: 0;
}
header #main-menu li.top:after,
header #main-menu li.bottom:after,
header #main-menu li.top:before,
header #main-menu li.bottom:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
header #main-menu ul.menu-left {
  display: block;
  float: left;
}
header #main-menu ul.menu-right {
  display: block;
  float: right;
  text-align: right;
}
header #main-menu li {
  display: inline-block;
  margin-right: 35px;
  min-height: 40px;
  vertical-align: text-top;
}
header #main-menu li.top {
  margin-top: 10px;
  min-height: 40px;
}
header #main-menu li.top li {
  min-height: 40px;
}
header #main-menu li.top li.branch-select {
  float: right;
  padding-right: 15px;
  position: relative;
}
header #main-menu li.top li.branch-select:hover:after {
  border-color: #1c69d4 transparent transparent transparent;
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
header #main-menu li.top li.branch-select:after {
  border-color: white transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  content: "";
  height: 0;
  margin-left: -4px;
  margin-top: -4px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
header #main-menu li.top li.branch-select ul {
  background: #8e8e8e;
  display: none;
  min-width: 200px;
  padding: 0 10px;
  position: absolute;
  z-index: 2;
}
header #main-menu li.top li.branch-select ul li {
  font-size: 14px;
  margin-right: 0;
}
header #main-menu li.top li.branch-select ul li.active {
  color: #014eb4;
}
header #main-menu li.top li.branch-select ul li button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: inline;
  font-size: 14px;
  padding: 0;
  text-align: left;
}
header #main-menu li.top li.branch-select ul li button:hover {
  color: #014eb4;
}
header #main-menu li.top li.branch-select:hover ul {
  display: block;
}
header #main-menu li.top a {
  font-size: 15px;
  line-height: 40px;
}
header #main-menu li.top a:hover,
header #main-menu li.top a.active {
  border-color: transparent;
}
header #main-menu li:last-child {
  margin-right: 0;
}
header #main-menu li.bottom a:after {
  bottom: 0;
  bottom: -1px;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
header #main-menu li.bottom a:hover:after,
header #main-menu li.bottom a.active:after {
  background-color: #014eb6;
}
header #main-menu li a {
  color: white;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  line-height: 41px;
  padding: 0 0 4px;
  position: relative;
}
header #main-menu li a:hover,
header #main-menu li a.active {
  color: #014eb6;
}
header .logos {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
header .logos img {
  display: block;
  height: auto;
  margin-right: 36px;
  max-height: 100%;
  max-width: 100%;
  position: static;
  width: auto;
}
header .logos ul {
  font-size: 0;
}
header .logos li {
  background: white;
  color: #262626;
  font-size: 15px;
  height: 140px;
  margin: 0 5px 16px;
  padding: 15px 22.5px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}
header .logos li.bmw-polska {
  text-align: left;
}
header .logos li img {
  margin: 0 auto 10px;
}
header .logos li span {
  font-weight: bold;
}
@media all and (min-width: 1126px) {
  header #main-menu ul.menu-left .left.menu-more {
    position: relative;
  }
  header #main-menu ul.menu-left .left.menu-more svg {
    fill: #fff;
    height: auto;
    max-width: 25px;
    position: relative;
    top: 7px;
    transition: transform 0.35s linear;
  }
  header #main-menu ul.menu-left .left.menu-more:hover ul.menu-more {
    opacity: 1;
    z-index: 2;
  }
  header #main-menu ul.menu-left .left.menu-more:hover svg {
    transform: rotate(180deg);
  }
  header #main-menu ul.menu-left .left.menu-more ul.menu-more {
    background-color: #8e8e8e;
    border-radius: 5px;
    box-shadow: 0px 0px 11px 0px #42445a;
    left: 0;
    opacity: 0;
    padding: 10px 5px;
    position: absolute;
    text-align: center;
    top: 40px;
    transition: opacity 0.3s ease-in-out;
    width: 150px;
    z-index: -1;
  }
  header #main-menu ul.menu-left .left.menu-more ul.menu-more li {
    margin-right: 0 !important;
  }
  header #main-menu ul.menu-left .left.menu-more ul.menu-more li a {
    font-size: 15px;
  }
}
@media all and (max-width: 1125px) {
  header #main-menu ul.menu-left .left.menu-more svg {
    display: none;
  }
}
.mobile-switch {
  display: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* --------------------------------------------------------------------- */
/* > Główny grid                                                         */
/* --------------------------------------------------------------------- */
.grid div {
  line-height: 1.2em;
}
.grid .toggle-title {
  margin-bottom: 2px;
  min-width: 150px;
}
.grid .wrapper {
  border: 2px #c5c5c5 solid;
  color: black;
  display: block;
  margin-bottom: 50px;
  padding: 20px;
  padding-bottom: 0;
  position: relative;
}
.grid .wrapper figure {
  margin-bottom: 15px;
  position: relative;
}
.grid .wrapper figure img {
  margin: auto;
}
.grid .wrapper figure > span {
  color: white;
  font-family: "BMW";
  font-size: 25px;
  font-weight: bold;
  min-width: 75px;
  padding: 27px 15px;
  position: absolute;
  right: -22px;
  text-align: center;
  top: 22px;
}
.grid .wrapper figure > span.price {
  background: #ffad1f;
}
.grid .wrapper figure > span.to-accept {
  background-color: #1c69d4;
}
.grid .wrapper figure a {
  display: block;
}
.grid .wrapper figure a.has-popup::after,
.grid .wrapper figure a.has-popup::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  width: 25px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.grid .wrapper figure a.has-popup:hover:after {
  height: 100%;
  width: 100%;
}
.grid .wrapper figure a.has-popup:hover:before {
  height: 100%;
  opacity: 0.7;
  width: 100%;
}
.grid .wrapper figure a.image::before {
  background-color: #1c69d4;
}
.grid .wrapper figure a.image::after {
  background-image: url("../images/scope.png");
}
.grid .wrapper figure a.has-audio::before {
  background-color: #1c69d4;
}
.grid .wrapper figure a.has-audio::after {
  background-image: url("../images/play.png");
}
.grid .wrapper h2 {
  margin-bottom: 5px;
}
.grid .wrapper h3 {
  margin-bottom: 0;
}
.grid .wrapper > .content > * {
  margin-bottom: 20px;
}
.grid .wrapper .description {
  margin-bottom: 20px;
}
.grid .button {
  width: 100%;
}
/* --------------------------------------------------------------------- */
/* > Prognoza pogody                                                     */
/* --------------------------------------------------------------------- */
.forecast {
  display: table;
  margin: 0 30px;
  padding: 30px 0;
}
.forecast .image,
.forecast .temperatures,
.forecast .description {
  display: table-cell;
  vertical-align: top;
}
.forecast .image {
  padding: 0 15px;
}
.forecast .image img {
  max-width: 120px;
  width: 100%;
}
.forecast .temperatures {
  padding: 0 15px;
}
.forecast .degrees-big {
  font-size: 95px;
  font-weight: bold;
  line-height: 95px;
  text-align: center;
}
.forecast .degrees-small {
  display: table;
  margin: auto;
  text-align: center;
  width: 80px;
}
.forecast .degrees-small span {
  display: table-cell;
  vertical-align: middle;
}
.forecast .degrees-small span:first-child {
  padding-right: 10px;
}
.forecast .degrees-small span:last-child {
  border-left: 1px #262626 solid;
  padding-left: 10px;
}
.forecast .details {
  border-left: 4px #262626 solid;
  padding-left: 15px;
}
.forecast h2,
.forecast h3 {
  margin-bottom: 15px;
}
.forecast .city {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 8px;
}
.forecast .text {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* --------------------------------------------------------------------- */
/* > Okruszki                                                            */
/* --------------------------------------------------------------------- */
section.breadcrumbs {
  padding: 15px 0;
}
section.breadcrumbs.gray {
  background-color: #f1f1f1;
}
section.breadcrumbs.gray + section.years-search-filter.gray {
  border-bottom: 1px #c5c5c5 solid;
}
section.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.breadcrumbs ul li {
  color: #8e8e8e;
  display: inline-block;
  font-family: "BMW";
}
section.breadcrumbs ul li a {
  color: #1c69d4;
  font-weight: bold;
}
section.breadcrumbs ul li a:hover {
  color: #014eb6;
}
section.breadcrumbs ul li span {
  color: #8e8e8e;
}
/* --------------------------------------------------------------------- */
/* > tabelki                                                             */
/* --------------------------------------------------------------------- */
.tabs,
section.orders.budgets .tabs {
  margin-bottom: 15px;
}
.tabs ul,
section.orders.budgets .tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs ul:after,
section.orders.budgets .tabs ul:after,
.tabs ul:before,
section.orders.budgets .tabs ul:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.tabs ul li,
section.orders.budgets .tabs ul li {
  display: inline-block;
  font-family: "BMW";
  font-size: 25px;
  font-weight: bold;
  margin-right: 45px;
  padding-bottom: 15px;
}
.tabs ul li.active,
section.orders.budgets .tabs ul li.active {
  font-size: 48px;
}
.tabs ul li.active a,
section.orders.budgets .tabs ul li.active a,
.tabs ul li.active a:hover,
section.orders.budgets .tabs ul li.active a:hover {
  color: #262626;
}
.tabs ul li a,
section.orders.budgets .tabs ul li a {
  color: #1c69d4;
}
.tabs ul li a:hover,
section.orders.budgets .tabs ul li a:hover {
  color: #014eb6;
}
.tabs ul.for-search li.active,
section.orders.budgets .tabs ul.for-search li.active {
  font-size: 30px;
}
.tabs.small-tabs ul li,
section.orders.budgets .tabs.small-tabs ul li {
  font-size: 18px;
  margin-right: 18px;
}
.catalog-order-sum {
  font-size: 18px;
  font-weight: bold;
}
.catalog-order-sum span {
  color: #1c69d4;
}
.orders .table > li {
  display: table;
  width: 100%;
}
.orders .table > li span.sort-list i.fa {
  border-color: transparent transparent #1c69d4 transparent;
  border-style: solid;
  border-width: 0 5.5px 10px 5.5px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 0;
  width: 0;
}
.orders .table > li span.sort-list i.fa.inactive {
  border-color: transparent transparent #8e8e8e transparent;
}
.orders .table > li span.sort-list i.fa.fa-sort-asc {
  border-color: #1c69d4 transparent transparent transparent;
  border-width: 10px 5.5px 0 5.5px;
}
.orders .table > li span.sort-list i.fa.fa-sort-asc.inactive {
  border-color: #8e8e8e transparent transparent transparent;
}
.orders .table > li > a {
  display: table;
  width: 100%;
}
.orders .table > li > a:hover {
  background: #4d4d4d;
  color: white;
}
.orders .table > li > a > span {
  width: 11.1%;
}
.orders .table > li > a > span:nth-last-child(-n + 2) {
  width: 11.1%;
}
.orders .table > li > span {
  width: 11.1%;
}
.orders .table > li > span:nth-last-child(-n + 2) {
  width: 11.1%;
}
.orders .table > li span {
  position: relative;
}
.orders .table > li .task-not-undertaken {
  position: relative;
}
.orders .table > li .task-not-undertaken::after {
  background: #d20000;
  border-radius: 50%;
  color: white;
  content: "!";
  display: block;
  height: 20px;
  left: -25px;
  line-height: 20px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 20px;
}
.shopping-cart {
  padding-bottom: 45px;
}
.shopping-cart button[type="submit"].button {
  display: table;
  margin-left: auto;
  min-width: 240px;
}
.shopping-cart ul.table.statuses > li > span:first-child,
.shopping-cart ul.table.statuses.table > li > span {
  width: 15%;
  word-break: break-word;
  word-wrap: break-word;
}
.shopping-cart li.footer {
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
}
ul.table,
ul.table .row {
  table-layout: fixed;
}
ul.table > li > span:first-child,
ul.table .row > li > span:first-child,
ul.table.table > li > span,
ul.table .row.table > li > span,
ul.table.table > li > a > span,
ul.table .row.table > li > a > span {
  word-break: break-word;
  word-wrap: break-word;
}
.shopping-cart .table .upload-file {
  padding-right: 25px;
  width: 50%;
}
.shopping-cart .table .row {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.shopping-cart .table .row.only-mobile {
  display: none;
}
.shopping-cart .table > li,
.shopping-cart .table .row {
  display: table;
  width: 100%;
}
.shopping-cart .table > li.footer > span:first-child,
.shopping-cart .table .row.footer > span:first-child {
  font-size: 24px;
  text-align: right;
  width: 75%;
}
.shopping-cart .table > li.footer > span:last-child,
.shopping-cart .table .row.footer > span:last-child {
  font-size: 24px;
  text-align: center;
  width: 25%;
}
.shopping-cart .table > li .details-row span.invalid input,
.shopping-cart .table .row .details-row span.invalid input,
.shopping-cart .table > li .details-row span.invalid .upload-file,
.shopping-cart .table .row .details-row span.invalid .upload-file {
  color: #d20000;
}
.shopping-cart .table > li .details-row span.invalid input,
.shopping-cart .table .row .details-row span.invalid input {
  background: #f0abab;
  border-color: #d20000;
}
.shopping-cart .table > li > span,
.shopping-cart .table .row > span {
  padding: 30px 10px;
  position: relative;
  width: 10%;
}
.shopping-cart .table > li > span.file-field.disabled .upload-file,
.shopping-cart .table .row > span.file-field.disabled .upload-file,
.shopping-cart .table > li > span.disabled,
.shopping-cart .table .row > span.disabled {
  color: #bbbbbb;
}
.shopping-cart .table > li > span.invalid,
.shopping-cart .table .row > span.invalid {
  color: #d20000;
}
.shopping-cart .table > li > span.invalid input,
.shopping-cart .table .row > span.invalid input,
.shopping-cart .table > li > span.invalid .upload-file,
.shopping-cart .table .row > span.invalid .upload-file {
  color: #d20000;
}
.shopping-cart .table > li > span.invalid input,
.shopping-cart .table .row > span.invalid input {
  background: #f0abab;
  border-color: #d20000;
}
.shopping-cart .table > li > span.invalid i.required-field,
.shopping-cart .table .row > span.invalid i.required-field {
  font-size: 10px;
  left: 15px;
  line-height: 10px;
  padding: 2px 0;
  position: absolute;
  top: 70px;
}
.shopping-cart .table > li > span img,
.shopping-cart .table .row > span img {
  margin: auto;
}
.shopping-cart .table > li > span.checkbox-cell,
.shopping-cart .table .row > span.checkbox-cell {
  width: 5%;
}
.shopping-cart .table > li > span.campaign-cell,
.shopping-cart .table .row > span.campaign-cell {
  width: 25%;
}
.shopping-cart .table > li > span.product-cell,
.shopping-cart .table .row > span.product-cell {
  width: 35%;
}
.shopping-cart .table > li > span.amount-cell,
.shopping-cart .table .row > span.amount-cell,
.shopping-cart .table > li > span.price-cell,
.shopping-cart .table .row > span.price-cell {
  width: 10%;
}
.shopping-cart .table > li > span.action-cell,
.shopping-cart .table .row > span.action-cell {
  width: 15%;
}
.shopping-cart .table > li > span.mobile-row,
.shopping-cart .table .row > span.mobile-row {
  display: none;
}
.shopping-cart .table .cart-details {
  display: none;
  margin-bottom: 20px;
}
.shopping-cart .table .cart-details i.required-field {
  color: #d20000;
  position: absolute;
}
.shopping-cart .table .cart-details.active {
  display: block;
}
.shopping-cart .table .cart-details .details-row {
  display: table;
  width: 100%;
}
.shopping-cart .table .cart-details .details-row .mobile-cell {
  margin-bottom: 5px;
  position: relative;
}
.shopping-cart .table .cart-details .details-row .mobile-cell i.info {
  right: 0;
}
.shopping-cart .table .cart-details .details-row > span {
  display: block;
  float: left;
}
.shopping-cart .table .cart-details .details-row .term-cell {
  padding: 15px;
  padding-left: 5%;
  padding-left: calc(5% + 15px);
  width: 30%;
}
.shopping-cart .table .cart-details .details-row .emission-cell {
  padding: 15px;
  width: 35%;
  /*
        .input:focus + .info-text{
          display: block;
        }
        */
}
.shopping-cart .table .cart-details .details-row .emission-cell .info-text {
  display: none;
}
.shopping-cart .table .cart-details .details-row .emission-start-cell,
.shopping-cart .table .cart-details .details-row .emission-end-cell {
  display: block;
  float: left;
  max-width: 50%;
  padding-right: 10px;
}
.shopping-cart .table .cart-details .details-row .size-cell {
  display: table;
  padding: 15px;
  width: 35%;
}
.shopping-cart .table .cart-details .details-row .size-cell .length,
.shopping-cart .table .cart-details .details-row .size-cell .height,
.shopping-cart .table .cart-details .details-row .size-cell .width,
.shopping-cart .table .cart-details .details-row .size-cell .multiplication {
  display: table-cell;
}
.shopping-cart .table .cart-details .details-row .size-cell .length,
.shopping-cart .table .cart-details .details-row .size-cell .height,
.shopping-cart .table .cart-details .details-row .size-cell .width {
  position: relative;
}
.shopping-cart .table .cart-details .details-row .size-cell .length .input,
.shopping-cart .table .cart-details .details-row .size-cell .height .input,
.shopping-cart .table .cart-details .details-row .size-cell .width .input {
  padding-right: 35px;
}
.shopping-cart .table .cart-details .details-row .size-cell .length i.measure,
.shopping-cart .table .cart-details .details-row .size-cell .height i.measure,
.shopping-cart .table .cart-details .details-row .size-cell .width i.measure {
  bottom: 0;
  color: #8e8e8e;
  font-style: normal;
  font-weight: bold;
  line-height: 38px;
  position: absolute;
  right: 10px;
}
.shopping-cart .table .cart-details .details-row .size-cell .length {
  width: 100%;
}
.shopping-cart .table .cart-details .details-row .size-cell .height {
  width: 40%;
}
.shopping-cart .table .cart-details .details-row .size-cell .height {
  width: 40%;
}
.shopping-cart .table .cart-details .details-row .size-cell .multiplication {
  color: #8e8e8e;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: bottom;
  width: 20%;
}
.shopping-cart .table .cart-details .details-row .date-wrapper {
  max-width: 170px;
  position: relative;
}
.shopping-cart .table .cart-details .details-row .date-wrapper::after {
  background-image: url("../images/calendar.png");
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 38px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.shopping-cart .table .cart-details .details-row .files-list ul {
  margin: 15px 0;
}
.shopping-cart .table .cart-details .details-row .title-cell {
  padding-bottom: 15px;
  padding-left: 5%;
  padding-left: calc(5% + 15px);
  padding-right: 15px;
  padding-top: 15px;
  width: 30%;
  /*
        .input:focus + .info-text{
          display: block;
        }
        */
  /*
        .gray-wrapper {
            background: @grayLight;
            margin: 0 -15px;
            padding: 15px;

            .input{
              margin-bottom: 10px;
            }
        }
        */
}
.shopping-cart .table .cart-details .details-row .title-cell .info-text {
  display: none;
}
.shopping-cart .table .cart-details .details-row .specification-cell {
  padding: 15px;
  width: 70%;
}
.shopping-cart .table .input {
  font-weight: bold;
}
.shopping-cart .table span.disabled .input {
  background: #f6f6f6;
}
.shopping-cart .table input[type="checkbox"] {
  background: white;
  cursor: pointer;
  height: 22px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 22px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.shopping-cart .table input[type="checkbox"] + label {
  background: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #bbbbbb solid;
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.shopping-cart .table input[type="checkbox"]:checked + label {
  background-image: url("../images/check.png");
}
.dz-preview > div {
  display: none;
}
.dropzone .error-message {
  display: none;
}
.dropzone.error .dz-default.dz-message span {
  background-color: #f0abab;
  border-color: #d20000;
  color: #d20000;
}
.dropzone.error .error-message {
  color: #d20000;
  display: block;
}
.checkbox-wrapper {
  height: 22px;
  position: relative;
  width: 22px;
}
.checkbox-wrapper input[type="checkbox"] {
  background: white;
  cursor: pointer;
  height: 22px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 22px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.checkbox-wrapper input[type="checkbox"] + label {
  background: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #bbbbbb solid;
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.checkbox-wrapper input[type="checkbox"]:checked + label {
  background-image: url("../images/check.png");
}
.files-type {
  margin-top: 30px;
}
.files-radio input {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
.files-radio input + label {
  margin-left: 10px;
  padding-left: 25px;
  position: relative;
}
.files-radio input + label::before {
  background: white;
  border: 1px #c5c5c5 solid;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.files-radio input:checked + label:after {
  background: #1c69d4;
  border: 1px #1c69d4 solid;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  height: 9px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 9px;
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  -o-transform: translate(3px, -50%);
  transform: translate(3px, -50%);
  -moz-transform: translate(3px, -50%);
}
.chart select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select-arrow.png");
  background-position: right 10px top 13px;
  background-repeat: no-repeat;
  text-indent: 1px;
  text-overflow: "";
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* For IE10 */
}
.chart select select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  appearance: none;
}
.chart select select::-ms-expand {
  display: none;
}
.amount-wrapper {
  max-width: 60px;
  position: relative;
}
.amount-wrapper .plus,
.amount-wrapper .minus {
  border: 0;
  color: #8e8e8e;
  cursor: pointer;
  height: 18px;
  line-height: 18px;
  min-width: 18px;
  position: absolute;
  right: 1px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 18px;
}
.amount-wrapper .plus {
  top: 1px;
}
.amount-wrapper .minus {
  bottom: 1px;
}
.amount-wrapper.invalid input,
.amount-wrapper.invalid .plus,
.amount-wrapper.invalid .minus {
  background: #f0abab;
  border-color: #d20000;
}
.amount-wrapper input {
  padding-left: 5px;
  padding-right: 25px;
  text-align: right !important;
}
.amount-wrapper input::-webkit-outer-spin-button,
.amount-wrapper input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
section.order ul:first-child.existing-files {
  padding: 0;
}
.checkbox-row input[type="checkbox"] {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
.checkbox-row input[type="checkbox"] + label {
  display: block;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.checkbox-row input[type="checkbox"] + label::after {
  background: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #c5c5c5 solid;
  content: "";
  cursor: pointer;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
  z-index: 2;
}
.checkbox-row input[type="checkbox"]:checked + label:after {
  background-image: url("../images/check.png");
}
.files-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.files-list ul > li {
  margin-bottom: 6px;
}
.files-list a {
  color: #1c69d4;
  text-decoration: underline;
}
.files-list .remove-file {
  font-weight: bold;
  margin-left: 20px;
  text-decoration: none;
}
.table,
.table .row {
  display: table;
  font-family: "BMW";
  list-style: none;
  margin-bottom: 50px;
  padding: 0;
  width: 100%;
}
.table > li,
.table .row > li {
  display: table-row;
}
.table > li:nth-child(2n + 3),
.table .row > li:nth-child(2n + 3) {
  background: #f6f6f6;
}
.table > li.header > span,
.table .row > li.header > span {
  border-bottom: 1px #c5c5c5 solid;
  font-family: "Arial";
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.table > li.header > span span.sort-list,
.table .row > li.header > span span.sort-list {
  padding-left: 5px;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.table > li .row > span,
.table .row > li .row > span {
  width: 40%;
}
.table > li > span,
.table .row > li > span,
.table > li > a > span,
.table .row > li > a > span,
.table > li > .row > span,
.table .row > li > .row > span {
  display: table-cell;
  font-weight: bold;
  padding: 15px 10px;
  vertical-align: middle;
}
.table > li > span .mobile-cell,
.table .row > li > span .mobile-cell,
.table > li > a > span .mobile-cell,
.table .row > li > a > span .mobile-cell,
.table > li > .row > span .mobile-cell,
.table .row > li > .row > span .mobile-cell {
  display: none;
}
.table > li > span:last-child.button-cell a,
.table .row > li > span:last-child.button-cell a,
.table > li > a > span:last-child.button-cell a,
.table .row > li > a > span:last-child.button-cell a,
.table > li > .row > span:last-child.button-cell a,
.table .row > li > .row > span:last-child.button-cell a,
.table > li > span .button-cell a,
.table .row > li > span .button-cell a,
.table > li > a > span .button-cell a,
.table .row > li > a > span .button-cell a,
.table > li > .row > span .button-cell a,
.table .row > li > .row > span .button-cell a,
.table > li > span:last-child.button-cell button,
.table .row > li > span:last-child.button-cell button,
.table > li > a > span:last-child.button-cell button,
.table .row > li > a > span:last-child.button-cell button,
.table > li > .row > span:last-child.button-cell button,
.table .row > li > .row > span:last-child.button-cell button,
.table > li > span .button-cell button,
.table .row > li > span .button-cell button,
.table > li > a > span .button-cell button,
.table .row > li > a > span .button-cell button,
.table > li > .row > span .button-cell button,
.table .row > li > .row > span .button-cell button {
  display: table;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.remove-file,
.upload-file {
  color: #1c69d4;
  cursor: pointer;
  text-decoration: underline;
}
.upload-file {
  text-decoration: none;
}
.upload-file.invalid {
  color: #d20000;
}
.upload-file.invalid .dz-default.dz-message span {
  border-color: #d20000;
}
.upload-file .dz-drag-hover .dz-default.dz-message span {
  background: #f1f1f1;
}
.upload-file .dz-default.dz-message {
  font-weight: bold;
}
.upload-file .dz-default.dz-message span {
  background: white;
  border: 1px dashed #1c69d4;
  border-radius: 2px;
  display: block;
  max-width: 350px;
  padding: 30px 45px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.upload-file .dz-default.dz-message span:hover {
  background: #f1f1f1;
}
section.support-orders {
  padding: 45px 0;
}
section.support-orders .example-file {
  margin-bottom: 30px;
}
section.support-orders a#add-order-item {
  margin-right: 5px;
}
section.orders.budgets.budget .table .expense-details {
  padding-left: 0;
}
section.orders.budgets .form-group .row {
  margin-bottom: 15px;
}
section.orders.budgets .form-group .row:after,
section.orders.budgets .form-group .row:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.orders.budgets .table > li:not(.header) > a > span.status .status-name {
  text-align: center;
}
section.orders.budgets .table > li:not(.header) > a > span.status.TO_ACCEPT .status-name {
  background-color: #1c69d4;
  color: white;
  margin: -7px -10px;
  padding: 7px 10px;
}
section.orders.budgets p,
section.orders.budgets li {
  font-size: 13px;
}
section.orders.budgets.budgets-central .table .button {
  font-size: 1.8em;
  line-height: 1em;
  min-width: 39px;
  padding: 5px 10px;
}
section.orders.budgets.budgets-central .tooltip,
section.orders.budgets.budgets-central .sort-header {
  max-width: 92px;
}
section.orders.budgets .table.dealer-expense-table > li > span,
section.orders.budgets .table.dealer-expense-table .row > span,
section.orders.budgets .table.dealer-expense-table > li > a > span,
section.orders.budgets .table.dealer-expense-table .row > a > span {
  width: 11%;
}
section.orders.budgets .table.dealer-expense-table > li > span:last-child,
section.orders.budgets .table.dealer-expense-table .row > span:last-child,
section.orders.budgets .table.dealer-expense-table > li > a > span:last-child,
section.orders.budgets .table.dealer-expense-table .row > a > span:last-child {
  width: 7.6%;
}
section.orders.budgets .table.dealer-expense-table > li > span:last-child .button,
section.orders.budgets .table.dealer-expense-table .row > span:last-child .button,
section.orders.budgets .table.dealer-expense-table > li > a > span:last-child .button,
section.orders.budgets .table.dealer-expense-table .row > a > span:last-child .button {
  width: 35px;
}
section.orders.budgets .table .button {
  font-size: 13px;
  line-height: 13px;
  padding: 10px 15px;
}
section.orders.budgets .table .button.notify-dealer {
  width: auto;
}
section.orders.budgets .table .row > span:last-child {
  text-align: center;
}
section.orders.budgets .table .row > span:last-child .button {
  padding: 5px 10px;
}
section.orders.budgets .table .row > span:last-child .button.notify-dealer {
  width: auto;
}
section.orders.budgets .table > li > span,
section.orders.budgets .table .row > span {
  width: 12.5%;
}
section.orders.budgets .table > li > span:first-child,
section.orders.budgets .table .row > span:first-child {
  text-align: left;
}
section.orders.budgets .table > li > span:first-child.id-cell,
section.orders.budgets .table .row > span:first-child.id-cell {
  width: 5%;
}
section.orders.budgets .table .row {
  cursor: pointer;
  margin: 0;
}
section.orders.budgets .table .row:after,
section.orders.budgets .table .row:before {
  display: none;
}
section.orders.budgets .table .row.new-item {
  cursor: default;
}
section.orders.budgets .table .row.new-item > span:before {
  display: none;
}
section.orders.budgets .table .row > span:first-child {
  padding-left: 30px;
  position: relative;
}
section.orders.budgets .table .row > span:first-child:before {
  content: "\25B6";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.orders.budgets .table .row.active > span:first-child:before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
}
section.orders.budgets .table .expense-details {
  display: none;
  padding-left: 0;
}
section.orders.budgets .table .expense-details.active {
  display: block;
}
section.orders.budgets .table .expense-type-row,
section.orders.budgets .table .expense-actions-row,
section.orders.budgets .table .exposition-term,
section.orders.budgets .table .expense-comment-row {
  display: block;
  font-weight: bold;
  padding: 0 10px;
}
section.orders.budgets .table .expense-type-row:after,
section.orders.budgets .table .expense-actions-row:after,
section.orders.budgets .table .exposition-term:after,
section.orders.budgets .table .expense-comment-row:after,
section.orders.budgets .table .expense-type-row:before,
section.orders.budgets .table .expense-actions-row:before,
section.orders.budgets .table .exposition-term:before,
section.orders.budgets .table .expense-comment-row:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.orders.budgets .table .expense-comment-row span {
  color: #d20000;
}
section.orders.budgets .table .expenses-types,
section.orders.budgets .table .expense-type {
  display: none;
}
section.orders.budgets .table .expenses-types.active,
section.orders.budgets .table .expense-type.active {
  display: inline-block;
}
section.orders.budgets .table .expense-type-row {
  line-height: 28px;
}
section.orders.budgets .table .expense-type-select {
  background: white;
  border: 1px #bbbbbb solid;
  border-radius: 0;
  color: #262626;
  font-family: "BMW";
  font-family: "Arial";
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  outline: none;
  padding: 0px 10px;
  vertical-align: baseline;
  width: 100%;
}
section.orders.budgets .table a.red-exclamation {
  color: #d20000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
section.orders.budgets .table a.red-exclamation span {
  background: white;
  display: inline;
  font-size: 14px;
  font-weight: normal;
  left: 22px;
  opacity: 0;
  padding-right: 5px;
  pointer-events: none;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.orders.budgets .table a.red-exclamation.special-offer {
  display: inline-block;
  left: 0;
  margin-top: 5px;
  position: relative;
}
section.orders.budgets .table a.red-exclamation.special-offer span {
  opacity: 1;
}
section.orders.budgets .table a.red-exclamation:hover span {
  opacity: 1;
}
section.orders.budgets .table .expense-actions-row .left,
section.orders.budgets .table .expense-actions-row .right {
  display: block;
}
section.orders.budgets .table .expense-actions-row .left {
  float: left;
  width: 55%;
}
section.orders.budgets .table .expense-actions-row .right {
  float: right;
  padding: 30px 0;
  width: 45%;
}
section.orders.budgets .table .expense-actions-row .icons > span:last-child {
  margin-right: 0;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item {
  display: block;
  float: left;
  padding: 30px 0 30px 40px;
  position: relative;
  width: 50%;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item .link-wrapper {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item .link,
section.orders.budgets .table .expense-actions-row .icons > .file-item > span {
  color: #0061d7;
  cursor: pointer;
  display: block;
  font-weight: bold;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item .link:hover,
section.orders.budgets .table .expense-actions-row .icons > .file-item > span:hover {
  color: #0653B6;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item.new-item > span:before {
  display: none;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item > span {
  padding-left: 20px;
  position: relative;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item > span:before {
  content: "\25B6";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item > span.active:before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
}
section.orders.budgets .table .expense-actions-row .icons > .file-item ul {
  display: none;
  list-style: none;
  margin: 10px 0 0;
  padding-left: 20px;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item ul li {
  display: block;
  padding-right: 20px;
  position: relative;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item ul.active {
  display: block;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item ul a {
  font-weight: normal;
  word-break: break-all;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item::before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 65%;
  content: "";
  display: inline-block;
  height: 95px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
section.orders.budgets .table .expense-actions-row .icons > .file-item.invoice::before {
  background-image: url("../images/icon-invoice.png");
}
section.orders.budgets .table .expense-actions-row .icons > .file-item.raport::before {
  background-image: url("../images/icon-raport.png");
}
section.orders.budgets .table .expense-actions-row .status-history {
  display: block;
  margin-bottom: 20px;
}
section.orders.budgets .table .expense-actions-row .status-history:after,
section.orders.budgets .table .expense-actions-row .status-history:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.orders.budgets .table .expense-actions-row .status-history .link-wrapper {
  display: block;
  padding-right: 25px;
  position: relative;
}
section.orders.budgets .table .expense-actions-row .status-history .link {
  color: #0061d7;
  cursor: pointer;
  display: block;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.orders.budgets .table .expense-actions-row .status-history .link:hover {
  color: #0653B6;
}
section.orders.budgets .table .expense-actions-row .status-history .message {
  display: table-cell;
  margin: 0;
}
section.orders.budgets .table .expense-actions-row .status-history table {
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
section.orders.budgets .table .expense-actions-row .status-history table th {
  font-weight: bold;
}
section.orders.budgets .table .expense-actions-row .status-history table td,
section.orders.budgets .table .expense-actions-row .status-history table th {
  background: #f6f6f6;
  font-weight: normal;
  padding: 10px;
}
section.orders.budgets .table .expense-actions-row .status-history table td:first-child,
section.orders.budgets .table .expense-actions-row .status-history table th:first-child {
  font-weight: bold;
}
section.orders.budgets .table .expense-actions-row .status-history table tbody > tr:nth-child(2n + 1) > td {
  background: white;
}
section.orders.budgets .table .expense-actions-row .status-history table td {
  font-weight: normal;
}
section.orders.budgets .table .expense-actions-row .status-history table td:first-child {
  width: 100px;
}
section.orders.budgets .table .expense-actions-row .status-history table td:nth-child(2) {
  width: 200px;
}
section.orders.budgets .table .expense-actions-row .message {
  display: none;
  margin-bottom: 15px;
}
section.orders.budgets .table .expense-actions-row .message.active {
  display: block;
}
section.orders.budgets .table .expense-actions-row .buttons {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 -3px;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
section.orders.budgets .table .expense-actions-row .buttons .button {
  flex-grow: 1;
}
section.orders.budgets .table .expense-actions-row .buttons .button {
  margin: 0 3px 15px;
}
section.orders.budgets .table .expense-actions-row .buttons .button:not(:hover).reject {
  background-color: #d00914;
  border-color: #d00914;
}
section.orders.budgets .table .expense-actions-row .buttons .button:not(:hover).to-improve {
  background-color: #fdac35;
  border-color: #fdac35;
}
section.orders.budgets .table .expense-actions-row .buttons .button:not(:hover).accept {
  background-color: #43ce2c;
  border-color: #43ce2c;
}
section.orders.budgets .table .expense-actions-row .buttons .button:not(:hover).active {
  background-color: #014eb6 !important;
  border-color: #014eb6 !important;
}
section.orders.budgets.dealer .table .expense-actions-row .right {
  padding: 15px 0 30px;
}
section.orders.budgets.dealer .table .expense-actions-row .right .row {
  text-align: right;
}
section.orders.budgets.dealer .table .expense-actions-row .right .row .select2.select2-container {
  max-width: 350px;
  width: 100% !important;
}
section.orders.budgets.dealer .table .expense-actions-row .right .row.report-file-row {
  display: none;
}
section.orders.budgets.dealer .table .expense-actions-row .right .row.report-file-row.active {
  display: table;
}
section.orders.budgets.dealer .table .expense-actions-row .right button.reject {
  margin-left: auto;
  margin-top: 10px;
  max-width: 148px;
}
section.orders.budgets.dealer .table .expense-actions-row .right button.save-expense {
  margin-top: 15px;
}
section.orders.budgets.dealer .table .expense-actions-row .right label {
  display: inline-block;
  margin: 15px 0;
  text-align: right;
  width: 100%;
}
section.orders.budgets.dealer .table .expense-actions-row .right label.filename {
  display: block;
  margin-bottom: 0;
  margin-left: auto;
  margin-top: 0;
  max-width: 350px;
  padding: 30px 45px;
  text-align: center;
  width: 100%;
}
section.orders.budgets.dealer .table .expense-actions-row .right input[type="file"] {
  display: none;
}
/* --------------------------------------------------------------------- */
/* > Logowanie                                                           */
/* --------------------------------------------------------------------- */
section.form {
  padding-top: 45px;
}
section.form label {
  display: inline-block;
  font-family: "BMW";
  font-size: 18px;
  font-weight: bold;
  max-width: 88px;
  vertical-align: middle;
  width: 100%;
}
section.form .input {
  margin-right: 45px;
  max-width: 280px;
}
section.form .button {
  width: 245px;
}
section.form .button.return {
  width: auto;
}
section.form .form-group {
  margin-bottom: 15px;
}
section.form .reset-password a {
  color: #1c69d4;
  font-family: "BMW";
  font-weight: bold;
  padding-left: 90px;
  text-decoration: underline;
}
section.form .reset-password a:hover {
  color: #014eb6;
}
/* --------------------------------------------------------------------- */
/* > Popup                                                           */
/* --------------------------------------------------------------------- */
.popup {
  background: #fff;
  border: 2px #c5c5c5 solid;
  left: 50%;
  max-width: 90%;
  padding: 100px;
  position: fixed;
  top: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.popup.hide {
  display: none;
}
.popup .buttons {
  margin: 0 -45px;
  text-align: center;
}
.popup .button {
  margin: 30px 30px 0;
  width: 245px;
}
label.label {
  display: inline-block;
  font-family: "BMW";
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  min-width: 80px;
  vertical-align: middle;
}
.select-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.jpg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 35px;
  width: 324px;
}
.search-wrapper {
  display: inline-block;
  max-width: 100%;
  padding-right: 45px;
  position: relative;
  vertical-align: middle;
}
.search-wrapper.in-progress {
  margin-right: 15px;
}
.search-wrapper .input {
  height: 40px;
  width: 280px;
}
.search-wrapper button {
  background: #1c69d4;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 40px;
  position: absolute;
  right: 0;
  width: 40px;
}
.search-wrapper button:hover {
  background: #0653B6;
}
.search-wrapper button:hover svg g {
  fill: #0653B6;
}
.search-wrapper button svg g {
  fill: #1c69d4;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.single-order {
  padding: 30px 0;
}
section.single-order figure {
  background: #f1f1f1;
}
section.single-order figure img {
  margin: auto;
}
section.single-order #due-date {
  margin-right: 15px;
}
section.order ul:first-child {
  background: #f1f1f1;
  list-style-type: none;
  margin: 0;
  padding: 20px;
}
section.order .buttons {
  text-align: center;
}
section.order .buttons .button {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  width: 245px;
}
section.order .button.gray.add {
  margin-bottom: 22.5px;
}
section.order ul.files {
  color: #8e8e8e;
  list-style-type: none;
  padding: 0;
}
section.order ul.files li {
  margin-bottom: 10px;
}
section.order ul.files span {
  color: #1c69d4;
  cursor: pointer;
  margin-left: 10px;
  text-decoration: underline;
}
p.empty-list {
  margin: 15px 0;
}
.textarea-label {
  display: block;
  font-family: "BMW";
  font-weight: bold;
}
section.catalog {
  padding-bottom: 45px;
}
form.inputs.with-sorting .select-wrapper {
  margin-left: 30px;
}
section.orders.reports form {
  display: block;
  margin-bottom: 15px;
}
section.orders.reports form label.label {
  display: inline-block;
  vertical-align: middle;
}
section.orders.reports form button.button {
  margin-left: 30px;
  width: 200px;
}
.edit-term,
.edit-users {
  display: none;
}
.edit-term.active,
.edit-users.active {
  display: block;
}
.edit-term ul,
.edit-users ul {
  margin-bottom: 15px;
  padding: 0;
}
.edit-term .button,
.edit-users .button {
  display: table;
  margin-left: auto;
}
#edit-users {
  margin-bottom: 15px;
}
.edit-users p {
  font-weight: bold;
}
.edit-users ul {
  list-style-type: none;
}
.edit-users ul li label {
  display: block;
  margin-bottom: 15px;
}
.edit-users ul li .input {
  margin-bottom: 15px;
}
p.alert {
  color: #d20000;
  font-weight: bold;
}
p.alert.report {
  margin-top: 10px;
}
input.input.date-start {
  margin-right: 10px;
  width: 150px;
}
input.input.date-end {
  margin-left: 10px;
  width: 150px;
}
form.inputs select {
  margin-right: 15px;
}
form.inputs .button {
  margin-left: 15px;
}
form.inputs .row {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
form.inputs input.input,
form.inputs select.input {
  color: #4d4d4d;
  font-family: "Arial";
  font-weight: normal;
}
section.user-profile form {
  margin-bottom: 60px;
}
section.user-profile label.label {
  margin-bottom: 15px;
  margin-right: 0;
  max-width: 100%;
}
section.user-profile label.label.label-user-reports {
  line-height: 38px;
  margin-bottom: 0;
  width: auto;
}
section.user-profile .input {
  margin-right: 0;
  max-width: 100%;
}
section.user-profile .input#name {
  max-width: 300px;
}
section.user-profile .button {
  max-width: 300px;
  width: 100%;
}
section.user-profile .password-strength {
  color: #d20000;
}
section.user-profile .password-strength.valid {
  color: #43ce2c;
}
section.user-profile .strength-wrapper {
  display: block;
  position: relative;
}
section.user-profile .strength-wrapper .input {
  background-color: transparent;
}
section.user-profile .password-information {
  display: block;
  padding-left: 30px;
  position: relative;
}
section.user-profile .password-information::before {
  background: #d20000;
  border-radius: 50%;
  color: white;
  content: "!";
  display: inline-block;
  height: 20px;
  left: 0;
  line-height: 20px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
div#product-gallery {
  left: 15px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 100px;
  z-index: 999;
}
div#product-gallery .product-gallery {
  display: inline-block;
  position: relative;
  text-align: left;
}
div#product-gallery.hide {
  display: none;
}
div#product-gallery .images {
  position: relative;
}
div#product-gallery .images .audio {
  background-image: url("../images/audio_paused.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div#product-gallery .images .audio:not(.playing) img {
  opacity: 0;
}
div#product-gallery .image.active {
  display: block;
}
div#product-gallery .image {
  display: none;
  user-select: none;
}
div#product-gallery .image img {
  margin: auto;
}
div#product-gallery .miniature {
  cursor: pointer;
  display: inline-block;
  margin: 7.5px;
  user-select: none;
}
div#product-gallery .miniatures {
  display: block;
  font-size: 0;
  margin: 7.5px -7.5px;
}
div#product-gallery .miniatures.hide {
  display: none;
}
div#product-gallery .close-gallery {
  background: url("../images/close.jpg");
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
}
div#product-gallery .prev,
div#product-gallery .next {
  background: url("../images/prevnext.jpg");
  cursor: pointer;
  display: block;
  height: 85px;
  position: absolute;
  top: 50%;
  width: 85px;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
div#product-gallery .prev.hide,
div#product-gallery .next.hide {
  display: none;
}
div#product-gallery .prev {
  background-position: 0 85px;
  left: 0;
}
div#product-gallery .next {
  right: 0;
}
.page > .message {
  border: 1px #d20000 solid;
  color: #d20000;
  margin: 15px 0;
  padding: 10px 25px;
}
.page > .message.notice {
  border-color: #1c69d4;
  color: #1c69d4;
}
.page > .message ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.overlay.hide {
  display: none;
}
ul.columns.col-4.grid.campaigns-list .has-leads .button {
  position: static;
  width: 100%;
}
ul.columns.col-4.grid.campaigns-list .button,
ul.columns.col-4.grid.activities-list .button {
  bottom: 0;
  left: 15px;
  position: absolute;
  right: 15px;
  width: -moz-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
.tooltip,
.sort-header {
  display: inline-block;
  position: relative;
}
i.info {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 15px;
  position: absolute;
  right: -20px;
  top: 50%;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
i.info .svg {
  display: inline-block;
  fill: #1c69d4;
  height: 15px;
  width: 15px;
}
i.info > div {
  background: #8e8e8e;
  border: 0;
  bottom: 100%;
  color: white;
  display: none;
  margin-bottom: 15px;
  margin-left: 7.5px;
  outline: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 300px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
i.info > div::after {
  border-color: #8e8e8e transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 0;
}
i.info:hover > div {
  display: block !important;
  visibility: visible;
}
/* --------------------------------------------------------------------- */
/* > Popup                                                           */
/* --------------------------------------------------------------------- */
section.search form {
  margin-bottom: 30px;
}
section.search .results-count {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 2em;
}
section.search .results-count span.search {
  color: #1c69d4;
  font-weight: bold;
}
section.search .results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.search .results li {
  border-bottom: #c5c5c5 1px solid;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
section.search .results li:last-child {
  border-bottom: 0;
}
section.search .results li .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7.5px;
  /*
        .search{
          color: @blue;
        }
        */
}
section.search .results li .excerpt {
  margin-bottom: 7.5px;
}
section.search .results li .link a {
  color: #8e8e8e;
  font-weight: bold;
  word-break: break-all;
}
section.search .results li .link a::before {
  content: "\203A";
  font-size: 17px;
  margin-right: 3px;
}
section.search .results li .link a:hover {
  color: #0653B6;
}
/* --------------------------------------------------------------------- */
/* > Statystyki                                                         */
/* --------------------------------------------------------------------- */
.description.dealers-list strong {
  display: block;
  margin-bottom: 6px;
}
.description.dealers-list ul {
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
.description.dealers-list .ordered {
  color: #1c69d4;
}
.description.dealers-list .not-ordered {
  color: #d20000;
}
.description.dealers-list .not-ordered .toggle-title {
  color: #1c69d4;
}
.description.dealers-list li.dealer {
  border-bottom: 1px #f1f1f1 solid;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.description.dealers-list li.dealer:last-child {
  border: 0;
}
.page.stats {
  display: table;
  padding-bottom: 30px;
}
.page.stats .left,
.page.stats .right {
  display: table-cell;
  vertical-align: top;
}
.page.stats .right {
  text-align: right;
  width: 220px;
}
.right-button {
  margin-bottom: 30px;
}
.right-button:after,
.right-button:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.right-button .button {
  float: right;
}
.files-type.hide {
  display: none;
}
.workflow-buttons {
  text-align: right;
}
.shopping-cart .workflow-buttons button.button[type="submit"],
.workflow-buttons .button {
  display: inline-block;
}
.shopping-cart button.button[type="submit"].take-task {
  margin-left: 0;
}
#confirm-cancel,
.workflow-buttons a {
  background: #d20000;
  border: 1px solid #d20000;
}
.table.in-progress-list li:not(.header) {
  font-size: 12px;
}
nav.page {
  position: relative;
}
.top-search-wrapper {
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top-search-wrapper.active .input {
  border-left: 1px #bbbbbb solid;
  border-radius: 1px #bbbbbb solid;
  padding: 8px 10px;
  width: 300px;
}
.top-search-wrapper.active .button {
  background-color: #1c69d4;
}
.top-search-wrapper.active .button:hover {
  background-color: #014eb6;
}
.top-search-wrapper .input {
  border-left: 0;
  border-right: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top-search-wrapper .button {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2245%22%20height%3D%2245%22%20viewBox%3D%220%200%2045%2045%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2029.75l-5.417-5.416c1.823-2.852%201.458-6.65-1-9.174-2.75-2.826-7.545-2.88-10.424%200-2.88%202.88-2.88%207.545%200%2010.424%202.49%202.492%206.32%202.822%209.173%201L29.75%2032%2032%2029.75zm-14.937-6.07c-1.827-1.828-1.827-4.79%200-6.617s4.79-1.827%206.616%200%201.826%204.79%200%206.616c-1.828%201.826-4.79%201.826-6.617%200z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  float: right;
  height: 38px;
  outline: 0;
  padding: 0;
  position: relative;
  width: 38px;
}
.popup-status {
  background: white;
  display: none;
  left: 50%;
  max-width: 900px;
  overflow-x: hidden;
  padding: 30px;
  position: fixed;
  top: 50%;
  width: 90%;
  z-index: 101;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.popup-status .options {
  margin-bottom: 35px;
  max-height: 380px;
  overflow: auto;
  position: relative;
}
.popup-status ul.buttons-inline {
  text-align: right;
}
.popup-status ul.buttons-inline li {
  margin-left: 10px;
  margin-right: 0;
}
.popup-status ul.parent-list {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup-status ul.parent-list > li {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
  vertical-align: top;
  width: 50%;
}
.popup-status ul.parent-list > li > .checkbox-row {
  font-weight: 600;
  margin-bottom: 1em;
}
.popup-status .checkbox-row input[type="checkbox"] + label {
  line-height: 15px;
  margin-bottom: 10px;
}
.popup-status .checkbox-row input[type="checkbox"] + label::after {
  height: 15px;
  width: 15px;
}
.popup-status ul.child-list {
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
form.inputs .button.filter {
  margin-left: 0;
  min-width: 150px;
}
ul.buttons-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.buttons-inline:after,
ul.buttons-inline:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
ul.buttons-inline li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.status-wrapper {
  display: inline-block;
  vertical-align: baseline;
}
.overlay-status {
  background: black;
  bottom: 0;
  display: block;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.aftersales-support .table .cell {
  padding: 15px;
}
.aftersales-support .table .action-cell {
  padding: 15px;
  vertical-align: top;
}
.aftersales-support .table .row {
  margin-bottom: 0;
}
.aftersales-support .table .form-field {
  margin-bottom: 15px;
}
.order-tabs {
  border-bottom: 2px solid #1c69d4;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.order-tabs .order-tab {
  border: 1px solid #1c69d4;
  border-bottom: none;
  border-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  font-size: 15px;
  line-height: 15px;
  padding: 10px 30px;
  text-align: center;
  width: 33.3333%;
}
.order-tabs .order-tab:last-child {
  border-right: 1px solid #1c69d4;
}
.order-tabs .order-tab.active {
  background: #1c69d4;
  color: #fff;
}
.order-tabs-content {
  margin-bottom: 40px;
}
.order-tabs-content .order-tab-content {
  display: none;
}
.order-tabs-content .order-tab-content.active {
  display: block;
}
#cancel-order {
  background: #d20000;
  border-color: #d20000;
  display: inline-block;
  min-width: 240px;
}
ul.action-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
ul.action-buttons li {
  display: inline-block;
}
ul.action-buttons li .button {
  margin-left: 15px;
  min-width: 240px;
}
section.orders {
  padding-bottom: 30px;
}
section.orders div.rank {
  font-size: 1.8em;
}
.list-sort-style {
  list-style: none;
  margin: 0 -7.5px;
  padding: 0;
}
.list-sort-style > li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  margin: 7.5px;
  position: relative;
  vertical-align: middle;
  width: 40px;
}
.list-sort-style > li:before {
  border-color: #f1f1f1 transparent transparent transparent;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  opacity: 0;
  position: absolute;
  top: -25px;
  width: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.list-sort-style > li.active::before {
  opacity: 1;
}
.list-sort-style > li.support-blocks {
  background-image: url("../images/sort-blocks.png");
}
.list-sort-style > li.support-list {
  background-image: url("../images/sort-list.png");
}
section.support {
  display: none;
}
section.support.active {
  display: block;
}
section.orders.support-list .table > li > span:first-child,
section.orders.support-list .table > li > a > span:first-child {
  width: 10%;
}
section.orders.support-list .table > li > span:nth-child(2),
section.orders.support-list .table > li > a > span:nth-child(2) {
  width: 25%;
}
section.orders.support-list .table > li > span:nth-child(3),
section.orders.support-list .table > li > a > span:nth-child(3) {
  width: 40%;
}
section.orders.support-list .table > li > span:nth-child(4),
section.orders.support-list .table > li > a > span:nth-child(4) {
  width: 15%;
}
section.orders.support-list .table > li > span:last-child,
section.orders.support-list .table > li > a > span:last-child {
  text-align: center;
  width: 10%;
}
span.order-item-error {
  color: #d20000;
  font-style: italic;
  text-align: left;
}
section.activity-header {
  padding: 15px 0 45px;
}
section.activity-header.gray {
  background-color: #f1f1f1;
}
section.activity-header .bottom-header {
  margin-bottom: 15px;
}
section.activity-header .top-header:after,
section.activity-header .bottom-header:after,
section.activity-header .top-header:before,
section.activity-header .bottom-header:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.activity-header .top-header h2,
section.activity-header .bottom-header h2,
section.activity-header .top-header h3,
section.activity-header .bottom-header h3 {
  float: left;
}
section.activity-header .top-header h2,
section.activity-header .bottom-header h2 {
  font-size: 36px;
}
section.activity-header .top-header .status,
section.activity-header .bottom-header .status,
section.activity-header .top-header .term,
section.activity-header .bottom-header .term {
  float: right;
  font-weight: bold;
}
section.activity-header .top-header .status,
section.activity-header .bottom-header .status {
  font-size: 25px;
  margin-top: 0.5em;
}
section.activity-header .top-header .status span,
section.activity-header .bottom-header .status span,
section.activity-header .top-header .status.unrealized span,
section.activity-header .bottom-header .status.unrealized span {
  color: #d00914;
}
section.activity-header .top-header .status.waiting span,
section.activity-header .bottom-header .status.waiting span {
  color: #1c69d4;
}
section.activity-header .top-header .status.current span,
section.activity-header .bottom-header .status.current span {
  color: #fdac35;
}
section.activity-header .top-header .status.during span,
section.activity-header .bottom-header .status.during span {
  color: #fdac35;
}
section.activity-header .top-header .status.future span,
section.activity-header .bottom-header .status.future span {
  color: #8e8e8e;
}
section.activity-header .top-header .status.accepted span,
section.activity-header .bottom-header .status.accepted span,
section.activity-header .top-header .status.realized span,
section.activity-header .bottom-header .status.realized span {
  color: #43ce2c;
}
section.activity-header .top-header .term,
section.activity-header .bottom-header .term,
section.activity-header .top-header .subtitle,
section.activity-header .bottom-header .subtitle {
  font-size: 18px;
  text-align: right;
}
section.activity-header .top-header .term .deadline.unrealized,
section.activity-header .bottom-header .term .deadline.unrealized,
section.activity-header .top-header .subtitle .deadline.unrealized,
section.activity-header .bottom-header .subtitle .deadline.unrealized {
  color: #d00914;
}
section.activity-header .top-header .term .deadline.during,
section.activity-header .bottom-header .term .deadline.during,
section.activity-header .top-header .subtitle .deadline.during,
section.activity-header .bottom-header .subtitle .deadline.during {
  color: #fdac35;
}
section.activity-header .content {
  display: table;
  width: 100%;
}
section.activity-header .content:after,
section.activity-header .content:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.activity-header .image,
section.activity-header .details {
  display: table-cell;
  vertical-align: bottom;
}
section.activity-header .image {
  padding-right: 30px;
  vertical-align: top;
  width: 60%;
}
section.activity-header .image img {
  background-color: white;
  border: 1px #c5c5c5 solid;
  padding: 15px;
}
section.activity-header .submit-order {
  display: table;
  margin: 30px 0 0 auto;
}
section.activity-header .files ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.activity-header .files a {
  font-weight: bold;
  text-decoration: underline;
}
section.activity-header .files a:not(:hover) {
  color: black;
}
section.activity-header.planning .top-header {
  display: flex;
  flex-wrap: wrap;
}
section.activity-header.planning .top-header h2,
section.activity-header.planning .top-header .status {
  float: inherit;
}
section.activity-header.planning .top-header h2 {
  width: 100%;
}
section.activity-header.planning .top-header .status {
  margin-left: auto;
}
section.activity-header.planning .top-header .status span {
  color: #fdac35;
}
section.activity-header.planning .bottom-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
section.activity-header.planning .bottom-header .parameters {
  align-self: flex-end;
  font-size: 16px;
}
section.activity-header.planning .bottom-header .parameters div {
  margin: 5px 0;
}
section.activity-header.planning .bottom-header:before,
section.activity-header.planning .bottom-header:after {
  display: none;
}
section.activity-header.planning .bottom-header .term {
  font-size: 16px;
  line-height: 1.8;
}
section.activity-header.planning .bottom-header .buttons {
  margin-top: 20px;
}
section.activity-header.planning .bottom-header .buttons .button {
  display: block;
  margin-left: auto;
  margin-top: 10px;
  width: 240px;
}
.communications-list {
  background-color: #f7fafe;
}
.communications-list h3 {
  font-weight: 700;
}
.communications-list .items-list .items-list-header {
  border-bottom: 1px solid #d9dbdd;
  display: flex;
  padding: 10px 0;
}
.communications-list .items-list .name,
.communications-list .items-list .date-from,
.communications-list .items-list .date-to,
.communications-list .items-list .budget {
  padding-right: 5px;
  width: 25%;
}
.communications-list .items-list .items-list-row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.communications-list .items-list .items-list-row .name {
  padding-left: 20px;
  position: relative;
}
.communications-list .items-list .items-list-row .name:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #777;
  content: "";
  display: block;
  height: 20px;
  left: 4px;
  position: absolute;
  top: -1px;
  transform: rotate(-90deg);
  width: 14px;
}
.communications-list .items-list .items-list-row .name.is-active:before {
  left: 2px;
  top: 3px;
  transform: rotate(0deg);
}
.communications-list .items-list .items-list-row .plan-item-description-text {
  padding: 10px 0;
  width: 100%;
}
.communications-list .items-list .items-list-footer {
  align-items: center;
  display: flex;
}
.communications-list .items-list .items-list-footer .summary-text,
.communications-list .items-list .items-list-footer .summary-amount {
  color: #1c69d4;
  font-weight: 700;
  width: 50%;
}
.communications-list .items-list .items-list-footer .summary-text {
  padding-right: 10px;
  text-align: right;
}
.quarter-activities .quarter-parameters {
  margin-bottom: 30px;
}
a.remove-order-item {
  /* padding: 5px; */
  background: #d20000;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
  vertical-align: middle;
  width: 28px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a.remove-order-item:hover {
  background-color: #ff0606;
}
a.add-order-item {
  /* padding: 5px; */
  background: #1c69d4;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
  vertical-align: middle;
  width: 28px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a.add-order-item:hover {
  background-color: #014eb6;
}
body.bmw-mini section.breadcrumbs ul li a {
  color: black;
  display: inline-block;
  position: relative;
  vertical-align: baseline;
}
body.bmw-mini section.breadcrumbs ul li a:hover {
  color: #4d4d4d;
}
body.bmw-mini section.breadcrumbs ul li a::after {
  background-color: black;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
body.bmw-mini section.activity-tasks .tasks-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.bmw-mini section.activity-tasks .tasks-list > li {
  border-bottom: 1px #c5c5c5 solid;
  color: #262626;
}
body.bmw-mini section.activity-tasks .tasks-list > li:nth-child(2n) {
  background-color: white;
}
body.bmw-mini section.activity-tasks .tasks-list > li:last-child {
  border-bottom: 1px #c5c5c5 solid;
}
body.bmw-mini section.activity-tasks .tasks-list .button.black {
  background: #262626;
  border: 1px #262626 solid;
}
section.activity-tasks {
  border-bottom: 1px #c5c5c5 solid;
  border-top: 1px #c5c5c5 solid;
  padding: 30px 0;
}
section.activity-tasks h2 {
  font-size: 36px;
}
section.activity-tasks .buttons:after,
section.activity-tasks .buttons:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.activity-tasks .buttons .button.save {
  max-width: 200px;
  width: 100%;
}
section.activity-tasks .buttons .button:not(.active) {
  display: none;
}
section.activity-tasks .send-to-accept {
  padding: 45px 0;
  text-align: center;
}
section.activity-tasks .send-to-accept .button {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
section.activity-tasks .send-to-accept .button:not(.active) {
  background-color: #8e8e8e;
  border-color: #8e8e8e;
  cursor: default;
}
section.activity-tasks .tasks-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.activity-tasks .tasks-list > li {
  border: 1px transparent solid;
  color: #595959;
  padding: 15px 15px 15px 45px;
  position: relative;
}
section.activity-tasks .tasks-list > li.invalid {
  border: 1px #d20000 solid;
  margin-bottom: 15px;
}
section.activity-tasks .tasks-list > li.invalid .task-required {
  display: block;
}
section.activity-tasks .tasks-list > li.invalid .task-input .invalid,
section.activity-tasks .tasks-list > li.invalid .task-form .invalid {
  border-color: #d20000;
  margin-bottom: 4px;
}
section.activity-tasks .tasks-list > li .task-required {
  color: #d20000;
  display: none;
  font-style: italic;
  text-align: left;
}
section.activity-tasks .tasks-list > li:nth-child(2n) {
  background-color: #f1f1f1;
}
section.activity-tasks .tasks-list .button.black {
  background: #1c69d4;
  border: 1px #1c69d4 solid;
}
section.activity-tasks .tasks-list .task-content:not(.active) {
  display: none;
}
section.activity-tasks .tasks-list .task-content {
  margin-top: 15px;
}
section.activity-tasks .tasks-list .task-content .task-question {
  margin-bottom: 15px;
}
section.activity-tasks .tasks-list .task .header:after,
section.activity-tasks .tasks-list .task .header:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.activity-tasks .tasks-list .task .header h2,
section.activity-tasks .tasks-list .task .header h3 {
  float: left;
  margin: 0;
}
section.activity-tasks .tasks-list .task .header h3 {
  font-size: 15px;
  width: 80%;
}
section.activity-tasks .tasks-list .counter {
  font-size: 15px;
  font-weight: bold;
  left: 10px;
  position: absolute;
  top: 16px;
}
section.activity-tasks .tasks-list h3 {
  font-weight: bold;
}
section.activity-tasks .tasks-list .current-status {
  float: right;
  font-size: 15px;
  font-weight: bold;
}
section.activity-tasks .tasks-list .deadline.unrealized {
  color: #d00914;
}
section.activity-tasks .tasks-list .deadline.during {
  color: #fdac35;
}
section.activity-tasks .tasks-list a.red-exclamation {
  color: #d20000;
  position: relative;
}
section.activity-tasks .tasks-list a.red-exclamation span {
  display: inline;
  font-size: 14px;
  font-weight: normal;
  left: 22px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 110px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.activity-tasks .tasks-list a.red-exclamation:hover span {
  opacity: 1;
}
section.activity-tasks .tasks-list .description {
  display: block;
  margin-bottom: 15px;
}
section.activity-tasks .tasks-list .table-statuses {
  margin-bottom: 30px;
  width: 100%;
}
section.activity-tasks .tasks-list .table-statuses td,
section.activity-tasks .tasks-list .table-statuses th {
  padding: 5px;
}
section.activity-tasks .tasks-list .table-statuses .status,
section.activity-tasks .tasks-list .table-statuses .author {
  width: 20%;
}
section.activity-tasks .tasks-list .table-statuses .date {
  width: 25%;
}
section.activity-tasks .tasks-list .table-statuses .message {
  width: 35%;
}
section.activity-tasks .tasks-list .table-statuses th {
  background-color: #f1f1f1;
}
section.activity-tasks .tasks-list .table-statuses td {
  background-color: white;
}
section.activity-tasks .tasks-list .table-statuses .mobile-cell {
  display: none;
}
section.activity-tasks .tasks-list .task-buttons {
  margin-bottom: 15px;
  text-align: right;
}
section.activity-tasks .tasks-list .task-buttons:after,
section.activity-tasks .tasks-list .task-buttons:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.activity-tasks .tasks-list .task-buttons .buttons {
  flex-flow: wrap;
  flex-wrap: nowrap;
  float: right;
  justify-content: space-between;
  margin: 0 -3px;
  max-width: 430px;
  text-align: right;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
section.activity-tasks .tasks-list .task-buttons .buttons .button {
  flex-grow: 1;
}
section.activity-tasks .tasks-list .task-buttons .buttons .button {
  margin: 0 3px 15px;
  white-space: nowrap;
}
section.activity-tasks .tasks-list .task-buttons .buttons .button:not(:hover).reject {
  background-color: #d00914;
  border-color: #d00914;
}
section.activity-tasks .tasks-list .task-buttons .buttons .button:not(:hover).to-improve {
  background-color: #fdac35;
  border-color: #fdac35;
}
section.activity-tasks .tasks-list .task-buttons .buttons .button:not(:hover).accept {
  background-color: #43ce2c;
  border-color: #43ce2c;
}
section.activity-tasks .tasks-list textarea {
  margin-bottom: 15px;
}
section.activity-tasks .tasks-list textarea[disabled] {
  background-color: #f1f1f1;
}
section.activity-tasks .tasks-list .task-files,
section.activity-tasks .tasks-list .dealer-task-files {
  list-style: none;
  margin: 0 -10px 15px;
  padding: 0;
}
section.activity-tasks .tasks-list .task-files:after,
section.activity-tasks .tasks-list .dealer-task-files:after,
section.activity-tasks .tasks-list .task-files:before,
section.activity-tasks .tasks-list .dealer-task-files:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.activity-tasks .tasks-list .task-files:not(.active) li a.delete-file,
section.activity-tasks .tasks-list .dealer-task-files:not(.active) li a.delete-file {
  display: none;
}
section.activity-tasks .tasks-list .task-files li,
section.activity-tasks .tasks-list .dealer-task-files li {
  display: block;
  float: left;
  margin: 0;
  padding: 10px;
  position: relative;
  vertical-align: middle;
  width: 10%;
}
section.activity-tasks .tasks-list .task-files li .wrapper,
section.activity-tasks .tasks-list .dealer-task-files li .wrapper {
  display: block;
  position: relative;
}
section.activity-tasks .tasks-list .task-files li .wrapper:after,
section.activity-tasks .tasks-list .dealer-task-files li .wrapper:after,
section.activity-tasks .tasks-list .task-files li .wrapper:before,
section.activity-tasks .tasks-list .dealer-task-files li .wrapper:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.activity-tasks .tasks-list .task-files li .wrapper:hover .preview,
section.activity-tasks .tasks-list .dealer-task-files li .wrapper:hover .preview,
section.activity-tasks .tasks-list .task-files li .wrapper:hover .download,
section.activity-tasks .tasks-list .dealer-task-files li .wrapper:hover .download {
  opacity: 1;
}
section.activity-tasks .tasks-list .task-files li .wrapper.no-preview .download,
section.activity-tasks .tasks-list .dealer-task-files li .wrapper.no-preview .download {
  height: 100%;
  top: 0;
}
section.activity-tasks .tasks-list .task-files li .preview,
section.activity-tasks .tasks-list .dealer-task-files li .preview,
section.activity-tasks .tasks-list .task-files li .download,
section.activity-tasks .tasks-list .dealer-task-files li .download {
  background-color: rgba(28, 105, 212, 0.7);
  display: block;
  height: 50%;
  left: 0;
  line-height: 50%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
section.activity-tasks .tasks-list .task-files li .preview:hover,
section.activity-tasks .tasks-list .dealer-task-files li .preview:hover,
section.activity-tasks .tasks-list .task-files li .download:hover,
section.activity-tasks .tasks-list .dealer-task-files li .download:hover {
  background-color: black;
}
section.activity-tasks .tasks-list .task-files li .preview span,
section.activity-tasks .tasks-list .dealer-task-files li .preview span,
section.activity-tasks .tasks-list .task-files li .download span,
section.activity-tasks .tasks-list .dealer-task-files li .download span {
  color: white;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
section.activity-tasks .tasks-list .task-files li .preview,
section.activity-tasks .tasks-list .dealer-task-files li .preview {
  top: 0;
}
section.activity-tasks .tasks-list .task-files li .download,
section.activity-tasks .tasks-list .dealer-task-files li .download {
  top: 50%;
}
section.activity-tasks .tasks-list .task-files li input,
section.activity-tasks .tasks-list .dealer-task-files li input {
  display: none;
}
section.activity-tasks .tasks-list .task-files li img,
section.activity-tasks .tasks-list .dealer-task-files li img {
  width: 100%;
}
section.activity-tasks .tasks-list .task-files li .file-info,
section.activity-tasks .tasks-list .dealer-task-files li .file-info {
  font-size: 30px;
  left: 50%;
  max-width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
section.activity-tasks .tasks-list .task-files li .file-info span,
section.activity-tasks .tasks-list .dealer-task-files li .file-info span {
  display: block;
  font-size: 10px;
  margin-top: 4px;
  overflow: hidden;
  padding: 0 2px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.activity-tasks .tasks-list .task-files li .filename,
section.activity-tasks .tasks-list .dealer-task-files li .filename {
  margin-right: 10px;
}
section.activity-tasks .tasks-list .task-files li a:not(:hover),
section.activity-tasks .tasks-list .dealer-task-files li a:not(:hover) {
  color: black;
}
section.activity-tasks .tasks-list .task-files li a.delete-file,
section.activity-tasks .tasks-list .dealer-task-files li a.delete-file {
  background-color: #d20000;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
}
section.activity-tasks .tasks-list .task-files li a.delete-file:hover,
section.activity-tasks .tasks-list .dealer-task-files li a.delete-file:hover {
  background-color: black;
}
section.activity-tasks .tasks-list .task-files li:last-child,
section.activity-tasks .tasks-list .dealer-task-files li:last-child {
  margin-right: 0;
}
.form__submit-container {
  margin-left: auto;
  max-width: 900px;
}
.form__submit-container--left {
  margin: 0;
}
.form__submit-container--left .buttons-flexbox {
  justify-content: flex-start;
  margin: 0 -5px 30px;
}
.form__toggle-content {
  display: none;
}
.form__toggle-content.active {
  display: block;
}
.form__button--submit {
  display: table;
  margin-left: auto;
}
.form__textarea {
  margin-bottom: 20px;
}
.buttons-flexbox {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
  margin: 0 5px 20px;
  width: 100%;
}
.button-status-wrapper {
  overflow: hidden;
  position: relative;
}
.button-status-wrapper input {
  height: 1px;
  left: -999px;
  opacity: 0.1;
  position: absolute;
  width: 1px;
}
.button-status-wrapper input:checked + .button {
  background: #1c69d4;
  border-color: #1c69d4;
  color: white;
}
.button-status-wrapper .button {
  margin: 0 5px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.form__submit-container {
  margin-left: auto;
  max-width: 900px;
}
.form__submit-container--left {
  margin: 0;
}
.form__submit-container--left .buttons-flexbox {
  justify-content: flex-start;
  margin: 0 -5px 30px;
}
.form__toggle-content {
  display: none;
}
.form__toggle-content.active {
  display: block;
}
.form__button--submit {
  display: table;
  margin-left: auto;
}
.form__textarea {
  margin-bottom: 20px;
}
.buttons-flexbox {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
  margin: 0 5px 20px;
  width: 100%;
}
.button-status-wrapper {
  overflow: hidden;
  position: relative;
}
.button-status-wrapper input {
  height: 1px;
  left: -999px;
  opacity: 0.1;
  position: absolute;
  width: 1px;
}
.button-status-wrapper input:checked + .button {
  background: #1c69d4;
  border-color: #1c69d4;
  color: white;
}
.button-status-wrapper .button {
  margin: 0 5px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.table-statuses .status.TO_IMPROVE,
.status-name .status.TO_IMPROVE {
  color: orange;
}
.table-statuses .status.TO_ACCEPT,
.status-name .status.TO_ACCEPT {
  color: #1c69d4;
}
.table-statuses .status.ACCEPTED,
.status-name .status.ACCEPTED {
  color: #43ce2c;
}
.table-statuses .status.ENDED,
.status-name .status.ENDED {
  color: #c1c1c1;
}
.table-statuses .status.REJECTED,
.status-name .status.REJECTED {
  color: #d20000;
}
.table-statuses .status.REJECTED_SELECTED,
.status-name .status.REJECTED_SELECTED {
  color: #d20000;
}
.table-statuses {
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}
.table-statuses td,
.table-statuses th {
  padding: 5px;
}
.table-statuses td.status,
.table-statuses td.author,
.table-statuses th.status,
.table-statuses th.author {
  width: 20%;
}
.table-statuses .date {
  width: 25%;
}
.table-statuses .message {
  width: 35%;
}
.table-statuses th {
  background-color: #f1f1f1;
}
.table-statuses td {
  background-color: white;
}
.table-statuses .mobile-cell {
  display: none;
}
.expense-budget-view {
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.expense-budget-view .placeholder {
  display: table-cell;
}
.expense-budget-view .placeholder:after {
  content: " ";
}
.expense-budget-view.expense-budget-view-dealer .expense-budget,
.expense-budget-view.expense-budget-view-dealer .expense-chart {
  display: inline-block;
}
.expense-budget-view .expense-budget {
  display: table-cell;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 30%;
}
.expense-budget-view .expense-budget > li {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.expense-budget-view .expense-budget.to-chart-items {
  width: 20%;
}
.expense-budget-view .expense-budget.to-chart-items > li {
  padding-left: 50px;
  position: relative;
}
.expense-budget-view .expense-budget.to-chart-items > li::before {
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.15em;
  width: 30px;
}
.expense-budget-view .expense-budget.to-chart-items > li strong {
  text-transform: uppercase;
}
.expense-budget-view .expense-budget.to-chart-items > li .realized {
  color: #43ce2c;
}
.expense-budget-view .expense-budget.to-chart-items > li .unrealized {
  color: #d20000;
}
.expense-budget-view .expense-budget.to-chart-items .fleet:before {
  background-color: #4b64d4;
}
.expense-budget-view .expense-budget.to-chart-items .aftersales::before {
  background-color: #f1af37;
}
.expense-budget-view .expense-budget.to-chart-items .marketing:before {
  background-color: #8e8e8e;
}
.expense-budget-view .expense-budget.to-quarters {
  width: 10%;
}
.expense-budget-view .expense-chart {
  display: table-cell;
  vertical-align: bottom;
  width: 25%;
}
.expense-budget-view .expense-chart #expense-chart {
  margin: -30px auto 0;
}
.expense-budget-view form {
  display: table-cell;
  float: none;
  position: relative;
  vertical-align: bottom;
}
.expense-budget-view form .search-wrapper {
  padding-left: 80px;
}
.expense-budget-view form label.label {
  bottom: 0.6em;
  left: 0;
  position: absolute;
}
.years-search-filter:after,
.years-search-filter:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.years-search-filter form {
  float: right;
  position: relative;
}
.years-search-filter form .search-wrapper {
  padding-left: 80px;
}
.years-search-filter form label.label {
  bottom: 0.6em;
  left: 0;
  position: absolute;
}
.tabs + .campaigns-list > li:not(.active) {
  display: none;
}
ul.years {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.years li {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  margin-right: 30px;
  vertical-align: middle;
}
ul.years li a {
  font-weight: bold;
}
ul.years li a:hover {
  color: #014eb6;
}
ul.years li.active a {
  color: #014eb6;
}
ul.years li:last-child {
  margin-right: 0;
}
section.legend p {
  margin-bottom: 1.5em;
}
ul.legend {
  list-style: none;
  padding: 0;
}
ul.legend > li {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0.4em 0 0.4em 70px;
  position: relative;
}
ul.legend > li span {
  height: 2em;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
ul.legend > li span.waiting {
  background-color: #1c69d4;
}
ul.legend > li span.unrealized {
  background-color: #d00914;
}
ul.legend > li span.current {
  background-color: #fdac35;
}
ul.legend > li span.future {
  background-color: #8e8e8e;
}
ul.legend > li span.accepted,
ul.legend > li span.realized {
  background-color: #43ce2c;
}
.expense-progress {
  background-color: #dddddd;
  display: inline-block;
  display: none;
  height: 10px;
  margin-left: 15px;
  max-width: 250px;
  overflow: hidden;
  vertical-align: middle;
  width: 90%;
}
.expense-progress span {
  background: #43ce2c;
  display: block;
  height: 10px;
}
section.has-activities-tab {
  margin-bottom: 45px;
}
.activity-tabs {
  /* border-top: 1px #c5c5c5 solid; */
  min-height: 40px;
  position: relative;
}
.activity-tabs ul {
  left: 0;
  list-style: none;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.activity-tabs ul li {
  border: 1px #c5c5c5 solid;
  display: inline-block;
  margin: 7.5px;
}
.activity-tabs ul li .button {
  border-width: 3px;
  font-size: 1.8em;
  padding: 0.5em 0.6em;
}
.activity-tabs ul li.active .button {
  border-color: #014eb6;
}
section.orders.activity-dealers p,
section.orders.dealers p,
section.orders.activity-dealers li,
section.orders.dealers li {
  font-size: 13px;
}
section.orders.activity-dealers .button,
section.orders.dealers .button {
  font-size: 1.8em;
  line-height: 1em;
  min-width: 60px;
  padding: 5px 10px;
}
div.ClearBoth {
  display: block;
  width: 100%;
}
div.ClearBoth:after,
div.ClearBoth:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.add-budget {
  padding-bottom: 90px;
}
section.add-budget .upload-file .dz-default.dz-message span {
  max-width: 100%;
}
section.add-budget ul.files-list {
  list-style: none;
  padding: 0;
}
section.add-budget ul.files-list li {
  display: block;
  margin-bottom: 6px;
  margin-right: 0px;
  padding-right: 30px;
  position: relative;
  vertical-align: middle;
}
section.add-budget ul.files-list li .delete-file {
  font-weight: bold;
  margin-left: 20px;
  right: 7px;
  text-decoration: none;
  top: 9px;
}
section.add-budget .form {
  float: left;
  width: 50%;
}
section.add-budget .invoice-view {
  float: right;
  margin-top: 35px;
  width: 50%;
}
section.add-budget .invoice-view .shadowbox {
  border: 1px #c5c5c5 solid;
  display: inline-block;
  padding: 16px;
  position: relative;
}
section.add-budget .invoice-view .shadowbox img {
  display: block;
}
section.add-budget .invoice-view .shadowbox::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.add-budget .invoice-view .shadowbox:after {
  background: url("../../images/scope-black.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.add-budget .invoice-view .shadowbox:hover::before {
  width: -moz-calc(100% - 32px);
  width: -o-calc(100% - 32px);
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  height: -moz-calc(100% - 32px);
  height: -o-calc(100% - 32px);
  height: -webkit-calc(100% - 32px);
  height: calc(100% - 32px);
}
section.add-budget .invoice-view .shadowbox:hover:after {
  height: 46px;
  width: 40px;
}
section.add-budget .row {
  display: block;
  margin: 0 0 15px;
  max-width: 400px;
  width: 100%;
}
section.add-budget .row:after,
section.add-budget .row:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.add-budget .row.hide,
section.add-budget .row.hidden {
  display: none !important;
}
section.add-budget .row > .half {
  display: block;
  float: left;
}
section.add-budget .row > .half:first-child {
  width: 55%;
}
section.add-budget .row > .half:nth-child(2) {
  padding-left: 10px;
  width: 45%;
}
section.add-budget .row input[type="file"] {
  display: none;
}
section.add-budget .row label {
  padding: 10px 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.add-budget .row label,
section.add-budget .row .field {
  display: block;
  vertical-align: middle;
}
section.add-budget .row label.text-field,
section.add-budget .row .field.text-field {
  font-weight: bold;
}
section.add-budget .row .button.align-right {
  display: table;
  margin-left: auto;
  vertical-align: middle;
}
section.add-budget .row .field i {
  color: #d20000;
  display: none;
  font-family: "BMW";
  font-size: 15px;
  font-style: italic;
}
section.add-budget .row.report-file-row {
  display: none;
}
section.add-budget .row.report-file-row.active {
  display: table;
}
section.add-budget .row.invalid .field i {
  display: block;
}
section.add-budget .row.invalid input {
  background: #f0abab;
  border-color: #d20000;
  color: #d20000;
}
section.add-budget .row.invalid label.filename {
  border-color: #d20000;
  color: #d20000;
}
section.add-budget .row.invalid .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #f0abab;
  border-color: #d20000;
  color: #d20000;
}
.task-form .upload-file:not(.active) {
  display: none;
}
section.budget-view .form-group {
  margin-bottom: 30px;
}
section.budget-view h2 {
  margin-top: 15px;
}
section.budget-view .row {
  display: table;
  max-width: 800px;
  width: 100%;
}
section.budget-view .row input[type="file"] {
  display: none;
}
section.budget-view .row > span {
  border-bottom: 1px #f1f1f1 solid;
  display: table-cell;
  padding: 10px;
  width: 50%;
}
section.budget-view .row > span a:not(.button) {
  color: #0061d7;
  display: inline-block;
  font-weight: bold;
  padding: 30px 0 30px 40px;
  position: relative;
}
section.budget-view .row > span a:not(.button):hover {
  color: #0653B6;
}
section.budget-view .row > span a::before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 65%;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
section.budget-view .row > span.invoice a::before {
  background-image: url("../images/icon-invoice.png");
}
section.budget-view .row > span.raport a::before {
  background-image: url("../images/icon-raport.png");
}
section.activities ul.columns.activities-list > li:not(.active) {
  display: none;
}
.expense-chart {
  position: relative;
}
.expense-chart #expense-chart {
  height: 160px;
  width: 160px;
}
.expense-chart #expense-chart .pieBackground {
  background-color: #f1f1f1;
  border: 1px #c5c5c5 solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 160px;
  position: absolute;
  width: 160px;
}
.expense-chart #expense-chart .pie {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  clip: rect(0px, 80px, 160px, 0px);
  height: 160px;
  position: absolute;
  width: 160px;
}
.expense-chart #expense-chart .hold {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  clip: rect(0px, 160px, 160px, 80px);
  height: 160px;
  position: absolute;
  width: 160px;
}
i.fa.fa-angle-left::before {
  content: "\2039";
  font-style: normal;
}
i.fa.fa-angle-right::before {
  content: "\203A";
  font-style: normal;
}
.upload-file .invalid + .dropzone-click .dz-default.dz-message,
.upload-file.invalid .dropzone-click .dz-default.dz-message {
  color: #d20000;
}
.upload-file .invalid + .dropzone-click .dz-default.dz-message span,
.upload-file.invalid .dropzone-click .dz-default.dz-message span {
  background-color: #f0abab;
  border-color: #d20000;
}
.upload-file .invalid + .dropzone-click + i,
.upload-file.invalid .dropzone-click + i {
  display: block;
}
ul.pagination {
  list-style-type: none;
  text-align: center;
}
ul.pagination li {
  background: #fff;
  border: 1px #1c69d4 solid;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-family: "BMW";
  font-size: 15px;
  font-weight: normal;
  margin: 5px;
  text-align: center;
  text-decoration: none;
}
ul.pagination li a,
ul.pagination li span {
  color: #1c69d4;
  display: inline-block;
  line-height: 15px;
  padding: 10px 15px;
}
ul.pagination li.active {
  background: #1c69d4;
}
ul.pagination li.active a,
ul.pagination li.active span {
  color: #fff;
}
ul.pagination li.disabled {
  background: #fff;
  border-color: #bbbbbb;
}
ul.pagination li.disabled a,
ul.pagination li.disabled span {
  color: #bbbbbb;
}
section.campaign-dealers-without-downloads ul {
  display: none;
  list-style: none;
  padding: 0;
}
section.campaign-dealers-without-downloads ul.active {
  display: block;
}
section.campaign-dealers-without-downloads ul li {
  color: #d20000;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
section.campaign-dealers-without-downloads h2 .show-dealers {
  color: #1c69d4;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
  padding-right: 20px;
  position: relative;
  vertical-align: baseline;
}
section.campaign-dealers-without-downloads h2 .show-dealers.active:after {
  border-color: transparent transparent #1c69d4 transparent;
  border-width: 0 8px 16px 8px;
}
section.campaign-dealers-without-downloads h2 .show-dealers:after {
  border-color: #1c69d4 transparent transparent transparent;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  content: "";
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.force-password-change-message {
  background-color: #d20000;
  color: white;
  padding: 15px;
}
.ss-toggle .toggle-title {
  cursor: pointer;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.ss-toggle .toggle-title:after {
  border-color: #1c69d4 transparent transparent transparent;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  content: "";
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.ss-toggle .toggle-content {
  display: none;
}
.ss-toggle.active .toggle-title:after {
  border-color: transparent transparent #1c69d4 transparent;
  border-width: 0 8px 14px 8px;
}
.ss-toggle.active .toggle-content {
  display: block;
}
.product-gallery .controlls {
  bottom: 0;
  display: block;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
}
.product-gallery .controlls i {
  background-color: #1c69d4;
  color: white;
  margin: 0 2px;
  padding: 10px;
  text-align: center;
  width: 35px;
}
.product-gallery .controlls .play,
.product-gallery .controlls .pause {
  display: none;
}
.product-gallery .controlls .play.active,
.product-gallery .controlls .pause.active {
  display: inline-block;
}
.has-tooltip {
  position: relative;
}
.has-tooltip > i.data-tooltip {
  background: #8e8e8e;
  border: 0;
  bottom: 100%;
  color: white;
  display: none;
  margin-bottom: 15px;
  margin-left: 7.5px;
  outline: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 200px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.has-tooltip > i.data-tooltip::after {
  border-color: #8e8e8e transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 0;
}
.has-tooltip:hover > i.data-tooltip {
  display: block !important;
  visibility: visible;
}
section.ads-generator .file-box {
  margin-bottom: 30px;
}
section.ads-generator ul.columns {
  margin-bottom: 15px;
}
section.ads-generator .form-group:after,
section.ads-generator .form-group:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.ads-generator .form-group.center {
  padding-top: 30px;
  text-align: center;
}
section.ads-generator .form-group.center .button {
  display: table;
  float: none;
  margin: 0 auto 15px;
  vertical-align: middle;
}
section.ads-generator .form-group .button {
  float: right;
  margin-bottom: 15px;
}
section.ads-generator .tab {
  display: none;
}
section.ads-generator .tab.active {
  display: block;
}
section.ads-generator .tab .check-all {
  font-size: initial;
  font-weight: bold;
}
section.ads-generator .tabs ul li a span {
  font-size: 0.8em;
}
.branch-select ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.branch-select ul li {
  padding: 10px 0;
}
.branch-select-list {
  margin-top: 45px;
  text-align: center;
}
.branch-select-list .box {
  border: 1px #c5c5c5 solid;
  margin: 0 auto 30px;
  padding: 45px 30px;
  width: -moz-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
.branch-select-list h3 {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
}
.donut-tooltip {
  min-width: 180px;
  padding: 5px 10px;
}
.expense-tooltip {
  min-width: 180px;
  padding: 5px 10px;
  position: relative;
}
.expense-tooltip span.status {
  bottom: 5px;
  font-weight: bold;
  position: absolute;
  right: 10px;
}
.expense-tooltip span.status.plus {
  color: #43ce2c;
}
.expense-tooltip span.status.minus {
  color: #d20000;
}
.time-line-tooltip {
  padding: 5px 10px;
}
.time-line-tooltip ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.time-line-tooltip ul li {
  font-size: 12px !important;
}
.time-line-tooltip ul li.header-title {
  border-bottom: 1px solid #d3d3d3;
}
section.orders.budgets .chart,
.chart {
  border-bottom: 1px #c5c5c5 solid;
  padding: 60px 0;
}
section.orders.budgets .chart label,
.chart label {
  display: block;
  line-height: 1.6em;
  margin-bottom: 0.5em;
  min-height: 1.6em;
}
section.orders.budgets .chart .quarters ul,
.chart .quarters ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.orders.budgets .chart .quarters ul:after,
.chart .quarters ul:after,
section.orders.budgets .chart .quarters ul:before,
.chart .quarters ul:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.orders.budgets .chart .quarters ul li,
.chart .quarters ul li {
  border: 1px #c5c5c5 solid;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 25%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.orders.budgets .chart .quarters ul li.active,
.chart .quarters ul li.active,
section.orders.budgets .chart .quarters ul li:hover,
.chart .quarters ul li:hover {
  background: #c5c5c5;
}
section.orders.budgets .chart .quarters ul li.can-not-clickable,
.chart .quarters ul li.can-not-clickable {
  cursor: not-allowed;
}
section.orders.budgets .chart .quarters ul li.can-not-clickable:not(.active),
.chart .quarters ul li.can-not-clickable:not(.active) {
  background: #f1f1f1;
  color: #ccc;
}
section.orders.budgets .chart .input,
.chart .input {
  margin-bottom: 15px;
}
section.orders.budgets .chart ul.format-list,
.chart ul.format-list {
  display: block;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
section.orders.budgets .chart ul.format-list:after,
.chart ul.format-list:after,
section.orders.budgets .chart ul.format-list:before,
.chart ul.format-list:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.orders.budgets .chart ul.format-list li,
.chart ul.format-list li {
  border: 1px #c5c5c5 solid;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 50%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.orders.budgets .chart ul.format-list li.active,
.chart ul.format-list li.active,
section.orders.budgets .chart ul.format-list li:hover,
.chart ul.format-list li:hover {
  background: #c5c5c5;
}
section.orders.budgets .chart .chart-list,
.chart .chart-list {
  display: block;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
section.orders.budgets .chart .chart-list:after,
.chart .chart-list:after,
section.orders.budgets .chart .chart-list:before,
.chart .chart-list:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.orders.budgets .chart .chart-list li,
.chart .chart-list li {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px #c5c5c5 solid;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 0;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 50%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.orders.budgets .chart .chart-list li.pie-chart,
.chart .chart-list li.pie-chart {
  background-image: url("../images/piechart.png");
}
section.orders.budgets .chart .chart-list li.column-chart,
.chart .chart-list li.column-chart {
  background-image: url("../images/barchart.png");
}
section.orders.budgets .chart .chart-list li.active,
.chart .chart-list li.active,
section.orders.budgets .chart .chart-list li:hover,
.chart .chart-list li:hover {
  background-color: #c5c5c5;
}
section.orders.budgets .chart div#media-table .media-progress,
.chart div#media-table .media-progress {
  background: #0061d7;
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  vertical-align: top;
  width: 100px;
}
section.orders.budgets .chart div#media-table ul,
.chart div#media-table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.orders.budgets .chart div#media-table ul li,
.chart div#media-table ul li {
  display: table;
  width: 100%;
}
section.orders.budgets .chart div#media-table ul li.header div:nth-child(4),
.chart div#media-table ul li.header div:nth-child(4) {
  text-align: center;
}
section.orders.budgets .chart div#media-table ul li:nth-child(2n),
.chart div#media-table ul li:nth-child(2n) {
  background-color: #f6f6f6;
}
section.orders.budgets .chart div#media-table ul li > div,
.chart div#media-table ul li > div {
  display: table-cell;
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
}
section.orders.budgets .chart div#media-table ul li > div:first-child,
.chart div#media-table ul li > div:first-child {
  text-align: right;
  width: 50px;
}
section.orders.budgets .chart div#media-table ul li > div:nth-child(2),
.chart div#media-table ul li > div:nth-child(2) {
  width: 30%;
}
section.orders.budgets .chart div#media-table ul li > div:nth-child(3),
.chart div#media-table ul li > div:nth-child(3) {
  text-align: right;
  width: 20%;
}
.custom-select-wrapper {
  margin-bottom: 15px;
  position: relative;
}
.custom-select-wrapper:after,
.custom-select-wrapper:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.custom-select-wrapper .input {
  background-image: url("../images/select-arrow.png");
  background-position: right 10px top 13px;
  background-repeat: no-repeat;
}
.custom-select-wrapper .options-list {
  background: white;
  border: 1px #c5c5c5 solid;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
}
.custom-select-wrapper .options-list.active {
  display: block;
}
.custom-select-wrapper .options-list-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.order__task-statuses {
  padding: 5px 20px;
}
.row.to-remove .input {
  background: #eaeaea;
  opacity: 0.5;
}
.row.to-remove .input,
.row.to-remove .amount-wrapper,
.row.to-remove .date-wrapper {
  pointer-events: none;
}
section.support-intro .support-intro-item {
  border: 1px #c5c5c5 solid;
  padding: 20px;
}
section.support-intro .support-intro-item:after,
section.support-intro .support-intro-item:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.support-intro ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.support-intro .left {
  float: left;
  padding-right: 20px;
  width: 40%;
}
section.support-intro .left a {
  display: block;
}
section.support-intro .right {
  float: right;
  width: 60%;
}
section.support-intro h2 {
  font-size: 18px;
}
section.support-intro .item-active {
  display: none;
}
section.support-intro .item-active.active {
  display: block;
}
section.support-intro .content-list {
  margin-bottom: 30px;
}
ul.columns.col-4 > li.group-lp.dealers-selector {
  height: auto !important;
  margin-bottom: 20px;
  width: 100%;
}
ul.columns.col-4 > li.group-lp .wrapper {
  margin-bottom: 0;
}
ul.columns.col-4 > li.group-lp .wrapper figure {
  margin-bottom: 10px;
}
ul.columns.col-4 > li.group-lp .image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 310px;
  overflow: hidden;
}
ul.columns.col-4 > li.group-lp h2 {
  line-height: 1;
}
ul.columns.col-4 > li.group-lp:not(.add-lp) .wrapper {
  border-bottom: none;
}
ul.columns.col-4 > li.group-lp .leads,
ul.columns.col-4 > li.group-lp .view-page {
  color: #3c3c3c;
  font-weight: bold;
}
ul.columns.col-4 > li.group-lp .leads {
  align-items: center;
  border: 2px solid #c5c5c5;
  border-bottom: none;
  border-top: 1px solid #c5c5c5;
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
}
ul.columns.col-4 > li.group-lp .leads .is-visible {
  background: #b8b8b8;
  color: white;
  font-size: 15px;
  line-height: 15px;
  padding: 10px 30px;
  text-transform: uppercase;
}
ul.columns.col-4 > li.group-lp .leads .is-visible.item-visible {
  background: #fdac35;
}
ul.columns.col-4 > li.group-lp .view-page {
  border: 2px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  line-height: 15px;
  margin-bottom: 20px;
  padding: 20px 15px;
  text-align: center;
}
ul.columns.col-4 > li.group-lp .view-page:before {
  border-bottom: 7px solid transparent;
  border-left: 12px solid #3c3c3c;
  border-top: 7px solid transparent;
  content: " ";
  display: inline-block;
  height: 0;
  margin-right: 0.3em;
  position: relative;
  vertical-align: middle;
  width: 0;
}
ul.columns.col-4 > li.group-lp.dealers-selector {
  display: block;
  margin-bottom: 30px;
  max-width: 350px;
  padding-right: 0;
  position: relative;
  width: 100%;
}
ul.columns.col-4 > li.group-lp.dealers-selector:after {
  background: url(../images/select-toggle.png) center no-repeat;
  background-size: cover;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}
ul.columns.col-4 > li.group-lp.dealers-selector select {
  padding-right: 53px;
  width: 100%;
}
.action {
  font-style: italic;
}
.table-statuses .status.TO_IMPROVE,
.status-name .status.TO_IMPROVE,
.action.TO_IMPROVE,
.table-statuses .status.action-MOVE_TO_CENTRAL,
.status-name .status.action-MOVE_TO_CENTRAL,
.action.action-MOVE_TO_CENTRAL,
.table-statuses .status.BRIEF_VERIFICATION,
.status-name .status.BRIEF_VERIFICATION,
.action.BRIEF_VERIFICATION {
  color: orange;
}
.table-statuses .status[class*="TO_ACCEPT"],
.status-name .status[class*="TO_ACCEPT"],
.action[class*="TO_ACCEPT"],
.table-statuses .status.GENERATE_REPORT,
.status-name .status.GENERATE_REPORT,
.action.GENERATE_REPORT,
.table-statuses .status.ASSESSMENT_TIMING,
.status-name .status.ASSESSMENT_TIMING,
.action.ASSESSMENT_TIMING,
.table-statuses .status.KV_WORKING_1,
.status-name .status.KV_WORKING_1,
.action.KV_WORKING_1,
.table-statuses .status.ACCEPT_KV_DEALER_1,
.status-name .status.ACCEPT_KV_DEALER_1,
.action.ACCEPT_KV_DEALER_1,
.table-statuses .status.RECEIVING_MATERIALS,
.status-name .status.RECEIVING_MATERIALS,
.action.RECEIVING_MATERIALS,
.table-statuses .status.PREPARATION_EMISSION_FILES,
.status-name .status.PREPARATION_EMISSION_FILES,
.action.PREPARATION_EMISSION_FILES,
.table-statuses .status.RECEIVING_EMISSION_FILES,
.status-name .status.RECEIVING_EMISSION_FILES,
.action.RECEIVING_EMISSION_FILES,
.table-statuses .status.ACCEPT_ASSESSMENT_TIMING,
.status-name .status.ACCEPT_ASSESSMENT_TIMING,
.action.ACCEPT_ASSESSMENT_TIMING,
.table-statuses .status.CHOICE_PATH,
.status-name .status.CHOICE_PATH,
.action.CHOICE_PATH,
.table-statuses .status.ACCEPT_KV_CENTRAL_1,
.status-name .status.ACCEPT_KV_CENTRAL_1,
.action.ACCEPT_KV_CENTRAL_1,
.table-statuses .status.MATERIALS_WORKING,
.status-name .status.MATERIALS_WORKING,
.action.MATERIALS_WORKING,
.table-statuses .status.COMPLETE_BRIEF,
.status-name .status.COMPLETE_BRIEF,
.action.COMPLETE_BRIEF {
  color: #1c69d4;
}
.table-statuses .status.ACCEPTED,
.status-name .status.ACCEPTED,
.action.ACCEPTED,
.table-statuses .status.action-ACCEPT,
.status-name .status.action-ACCEPT,
.action.action-ACCEPT {
  color: #43ce2c;
}
.table-statuses .status.ENDED,
.status-name .status.ENDED,
.action.ENDED {
  color: #c1c1c1;
}
.table-statuses .status.REJECTED,
.status-name .status.REJECTED,
.action.REJECTED,
.table-statuses .status.action-REJECT,
.status-name .status.action-REJECT,
.action.action-REJECT {
  color: #d20000;
}
.table-statuses .status .acceptor,
.status-name .status .acceptor,
.action .acceptor {
  color: #8e8e8e;
  font-size: 0.9em;
  font-style: italic;
}
.table-statuses {
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}
.table-statuses td,
.table-statuses th {
  padding: 5px;
}
.table-statuses td.status,
.table-statuses td.author,
.table-statuses th.status,
.table-statuses th.author {
  width: 20%;
}
.table-statuses .date {
  width: 25%;
}
.table-statuses .message {
  width: 35%;
}
.table-statuses th,
.table-statuses tr:nth-child(2n) > td {
  background-color: #f1f1f1;
}
.table-statuses td {
  background-color: white;
}
.table-statuses .mobile-cell {
  display: none;
}
.get-pdf-report {
  background: #014eb6;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.reports-button {
  text-align: center;
}
.reports-button .get-pdf-report {
  float: none;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.add-project__bottom-buttons-row {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
#donut_single .realized {
  color: #43ce2c;
}
#donut_single .unrealized {
  color: red;
}
.project-change-date .input-date {
  display: table;
  margin-bottom: 3px;
  margin-top: -2px;
  max-width: 120px;
  width: 100%;
}
.project-change-date .save-date {
  color: #43ce2c;
  font-size: 0.9em;
  font-style: italic;
  margin-right: 5px;
}
.project-change-date .cancel-date {
  color: #c3c3c3;
  font-size: 0.9em;
  font-style: italic;
}
.project-date .date {
  margin-bottom: 5px;
}
.project-date .change-date {
  color: #1c69d4;
  font-size: 0.9em;
  font-style: italic;
}
.project-date .change-date:hover {
  color: #0653B6;
}
@media all and (max-width: 1051px) {
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table {
    min-width: auto;
  }
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table {
  overflow: auto;
  padding-bottom: 2px;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table::-webkit-scrollbar {
  height: 10px;
  width: 100%;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table::-webkit-scrollbar-thumb {
  background: #1c69d4;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table::-webkit-scrollbar-thumb:hover {
  background: #014eb6;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table .header {
  align-items: stretch;
  border-bottom: none;
  min-width: 2700px;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table .header .month-col:last-child {
  border-right: none !important;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table .header .col {
  flex: 0 0 auto;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table .header .col.month-col {
  border-bottom: 1px solid #000;
  max-width: 225px;
  width: 100%;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table .header .col:first-child {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  max-width: 224px;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table .header .col:nth-child(14) {
  border-bottom: 1px solid #000;
  width: 180px;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table .header .col:last-child {
  border-bottom: 1px solid #000;
  width: 130px;
}
@media all and (min-width: 1051px) {
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table .header .col:first-child {
    background-color: #fff;
    left: 0;
    position: sticky;
    width: 100%;
    z-index: 2;
  }
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table .header .col:nth-child(13) {
    border-right: 0 !important;
  }
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table .header .col:nth-child(14),
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table .header .col:last-child {
    background-color: #fff;
    position: sticky;
    z-index: 2;
  }
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table .header .col:nth-child(14) {
    border-left: 1px solid #000;
    right: 130px;
  }
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table .header .col:last-child {
    right: 0;
  }
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row {
  border: none;
  min-width: 2700px;
  height: 64px;
}
@media all and (min-width: 1051px) {
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .col:first-child {
    background-color: #fff;
    left: 0;
    position: sticky;
    width: 100%;
    z-index: 2;
  }
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .col:first-child {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex: 0 0 auto;
  max-width: 224px;
  width: 100%;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .col:first-child input {
  cursor: pointer;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .months-col {
  flex: 0 0 auto;
  width: 100%;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .months-col .col-inner {
  border-bottom: 1px solid #000;
  flex: 0 0 auto;
  position: relative;
  max-width: 225px;
  width: 100%;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .months-col .col-inner:nth-child(2) {
  border-right: 0 !important;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .months-col .col-inner:nth-child(even) {
  background-color: #e4e4e4 !important;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .months-col .col-inner .border {
  border-right: 1px solid #cecece !important;
}
@media all and (min-width: 1051px) {
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .col-prev-last,
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .col-last {
    background-color: #fff;
    position: sticky;
    width: 100%;
    z-index: 2;
  }
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .col-prev-last {
    right: 130px;
  }
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .col-last {
    right: 0;
  }
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .col-prev-last,
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .col-last {
  border-bottom: 1px solid #000;
  flex: 0 0 auto;
  max-width: 180px;
  width: 100%;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .col-prev-last {
  border-left: 1px solid #000;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .row .col-last {
  max-width: 130px;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .footer {
  min-width: calc((225px * 12) + 130px + 180px + 224px);
}
@media all and (min-width: 1051px) {
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table > .footer .col:nth-child(3),
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table > .footer .col:last-child {
    position: sticky;
    right: 0;
    width: 100%;
    z-index: 2;
  }
  .quarters .activities-items .activities-table-wrapper.yearly .activities-table > .footer .col:nth-child(3) {
    right: 130px;
  }
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .footer .col {
  flex: 0 0 auto;
  max-width: 130px;
  width: 100%;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .footer .col:nth-child(3) {
  max-width: 180px;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .footer .col.nbs {
  max-width: 100%;
  min-width: 2700px;
  width: 100%;
}
.quarters .activities-items .activities-table-wrapper.yearly .activities-table > .footer .col-spacer {
  max-width: 244px;
}
.campaign-budget {
  color: #595959;
  font-size: 12px;
}
section.orders.budgets .table.plannings-report-table .row > span:first-child::before {
  display: none;
}
.upload-file ul.files-list,
.comment-files,
.ss-files,
.hires .file {
  list-style: none;
}
.upload-file ul.files-list .wrapper,
.comment-files .wrapper,
.ss-files .wrapper,
.hires .file .wrapper {
  position: relative;
  display: inline-block;
}
.upload-file ul.files-list .wrapper:after,
.comment-files .wrapper:after,
.ss-files .wrapper:after,
.hires .file .wrapper:after,
.upload-file ul.files-list .wrapper:before,
.comment-files .wrapper:before,
.ss-files .wrapper:before,
.hires .file .wrapper:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.upload-file ul.files-list .wrapper:hover .preview,
.comment-files .wrapper:hover .preview,
.ss-files .wrapper:hover .preview,
.hires .file .wrapper:hover .preview,
.upload-file ul.files-list .wrapper:hover .download,
.comment-files .wrapper:hover .download,
.ss-files .wrapper:hover .download,
.hires .file .wrapper:hover .download {
  opacity: 1;
}
.upload-file ul.files-list .wrapper.no-preview .download,
.comment-files .wrapper.no-preview .download,
.ss-files .wrapper.no-preview .download,
.hires .file .wrapper.no-preview .download {
  top: 0;
  height: 100%;
}
.upload-file ul.files-list .preview,
.comment-files .preview,
.ss-files .preview,
.hires .file .preview,
.upload-file ul.files-list .download,
.comment-files .download,
.ss-files .download,
.hires .file .download {
  opacity: 0;
  position: absolute;
  height: 50%;
  width: 100%;
  display: block;
  line-height: 50%;
  text-align: center;
  left: 0;
  right: 0;
  background-color: rgba(28, 105, 212, 0.7);
}
.upload-file ul.files-list .preview:hover,
.comment-files .preview:hover,
.ss-files .preview:hover,
.hires .file .preview:hover,
.upload-file ul.files-list .download:hover,
.comment-files .download:hover,
.ss-files .download:hover,
.hires .file .download:hover {
  background-color: black;
}
.upload-file ul.files-list .preview span,
.comment-files .preview span,
.ss-files .preview span,
.hires .file .preview span,
.upload-file ul.files-list .download span,
.comment-files .download span,
.ss-files .download span,
.hires .file .download span {
  position: absolute !important;
  left: 50%;
  top: 50%;
  color: white;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.upload-file ul.files-list .preview,
.comment-files .preview,
.ss-files .preview,
.hires .file .preview {
  top: 0;
}
.upload-file ul.files-list .download,
.comment-files .download,
.ss-files .download,
.hires .file .download {
  top: 50%;
}
.upload-file ul.files-list input,
.comment-files input,
.ss-files input,
.hires .file input {
  display: none;
}
.upload-file ul.files-list img,
.comment-files img,
.ss-files img,
.hires .file img {
  width: 100%;
}
.upload-file ul.files-list a,
.comment-files a,
.ss-files a,
.hires .file a {
  text-decoration: none;
}
.upload-file ul.files-list a:not(:hover),
.comment-files a:not(:hover),
.ss-files a:not(:hover),
.hires .file a:not(:hover) {
  color: black;
}
.upload-file ul.files-list a.delete-file,
.comment-files a.delete-file,
.ss-files a.delete-file,
.hires .file a.delete-file {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d20000;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
}
.upload-file ul.files-list a.delete-file:hover,
.comment-files a.delete-file:hover,
.ss-files a.delete-file:hover,
.hires .file a.delete-file:hover {
  background-color: black;
}
section.orders.budgets .table .expense-actions-row .status-history table.table-statuses.order-statuses-table {
  table-layout: auto;
}
section.orders.budgets .table .expense-actions-row .status-history table.table-statuses.order-statuses-table .row {
  margin: 0 -10px;
}
section.orders.budgets .table .expense-actions-row .status-history table.table-statuses.order-statuses-table td:first-child {
  width: auto;
  vertical-align: top;
}
section.orders.budgets .table .expense-actions-row .status-history table.table-statuses.order-statuses-table td:first-child p {
  font-weight: normal;
}
section.orders.budgets .table .expense-actions-row .status-history table.table-statuses.order-statuses-table td:last-child {
  vertical-align: top;
}
section.orders.budgets .table .expense-actions-row .status-history table.table-statuses.order-statuses-table .text-stronger {
  margin-bottom: 5px;
}
.table-statuses .comment-files {
  padding-left: 0 !important;
}
.table-statuses .comment-files img {
  width: 70px;
}
.upload-file ul.files-list {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -10px 10px;
  flex-wrap: wrap;
}
.upload-file ul.files-list > li {
  margin: 10px;
  position: relative;
}
section.orders.budgets .table.aftersales-support-order-table > li > span p,
section.orders.budgets .table.aftersales-support-order-table .row > span p {
  font-weight: normal;
}
.text-stronger {
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 871px) {
  .table.dealer-support-order-table .action-cell {
    width: 120px;
    vertical-align: top;
  }
  .table.dealer-support-order-table .status-cell {
    width: 150px;
    vertical-align: top;
  }
  section.orders.budgets .table .expense-actions-row .status-history table.table-statuses.order-statuses-table td:last-child {
    width: 165px;
  }
  section.orders.budgets .table.dealer-expense-table.projects-table > li > span:first-child,
  section.orders.budgets .table.dealer-expense-table.projects-table .row > span:first-child {
    width: 4%;
  }
  section.orders.budgets .table.dealer-expense-table.projects-table > li > span:last-child,
  section.orders.budgets .table.dealer-expense-table.projects-table .row > span:last-child {
    width: 10%;
  }
  section.orders.budgets .table.aftersales-support-order-table > li > span,
  section.orders.budgets .table.aftersales-support-order-table .row > span {
    width: auto;
  }
  section.orders.budgets .table.aftersales-support-order-table > li > span.checkbox-cell,
  section.orders.budgets .table.aftersales-support-order-table .row > span.checkbox-cell {
    width: 75px;
  }
  section.orders.budgets .table.aftersales-support-order-table > li > span.status-cell,
  section.orders.budgets .table.aftersales-support-order-table .row > span.status-cell {
    width: 150px;
    vertical-align: top;
    text-align: left;
  }
  section.orders.budgets .table.aftersales-support-order-table > li > span .row,
  section.orders.budgets .table.aftersales-support-order-table .row > span .row {
    margin: 0 -10px;
  }
}
.table.dealer-support-order-table .expense-details {
  display: none;
}
.table.dealer-support-order-table .button.expand.active + .expense-details {
  display: block;
  margin-top: 15px;
}
@media (max-width: 870px) {
  section.orders.budgets .table.aftersales-support-order-table .row {
    display: block;
  }
  section.orders.budgets .table.aftersales-support-order-table .row .col-md-4 {
    display: block;
    padding: 0;
  }
}
section.orders.budgets .table > li:not(.header) > a > span.status .status-name {
  text-align: center;
}
section.orders.budgets .table > li:not(.header) > a > span.status.TO_ACCEPT .status-name {
  background-color: #1c69d4;
  color: white;
  padding: 7px 10px;
  margin: -7px -10px;
}
section.orders.budgets p,
section.orders.budgets li {
  font-size: 15px;
  color: #595959;
}
section.orders.budgets div.rank {
  font-size: 1.8em;
}
section.orders.budgets.budgets-central .table .button {
  font-size: 1.8em;
  padding: 5px 10px;
  line-height: 1em;
  min-width: 70px;
}
section.orders.budgets .table .button {
  font-size: 13px;
  line-height: 13px;
  padding: 10px 15px;
}
section.orders.budgets .table .row > span:last-child {
  text-align: center;
}
section.orders.budgets .table .row > span:last-child .button {
  padding: 10px 10px;
  width: 100%;
}
section.orders.budgets .table > li > span,
section.orders.budgets .table .row > span {
  width: 12.5%;
}
section.orders.budgets .table .row {
  margin-bottom: 0;
}
section.orders.budgets .table .expense-type-row,
section.orders.budgets .table .expense-actions-row,
section.orders.budgets .table .exposition-term {
  padding: 0 10px;
  display: block;
  font-weight: bold;
}
section.orders.budgets .table .expense-type-row:after,
section.orders.budgets .table .expense-actions-row:after,
section.orders.budgets .table .exposition-term:after,
section.orders.budgets .table .expense-type-row:before,
section.orders.budgets .table .expense-actions-row:before,
section.orders.budgets .table .exposition-term:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
section.orders.budgets .table .expenses-types,
section.orders.budgets .table .expense-type {
  display: none;
}
section.orders.budgets .table .expenses-types.active,
section.orders.budgets .table .expense-type.active {
  display: inline-block;
}
section.orders.budgets .table .expense-type-row {
  line-height: 28px;
}
section.orders.budgets .table .expense-type-select {
  vertical-align: baseline;
  background: white;
  width: 100%;
  padding: 0px 10px;
  height: 28px;
  line-height: 28px;
  color: #262626;
  font-family: "BMW";
  font-weight: bold;
  font-family: "Arial";
  border-radius: 0;
  outline: none;
  border: 1px #bbbbbb solid;
}
section.orders.budgets .table .expense-actions-row .message {
  margin-bottom: 15px;
}
section.orders.budgets .table .expense-actions-row .buttons {
  text-align: right;
  margin: 0 -3px;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
section.orders.budgets .table .expense-actions-row .buttons .button {
  flex-grow: 1;
}
section.orders.budgets .table .expense-actions-row .buttons .button {
  margin: 0 3px 15px;
}
section.orders.budgets .table .expense-actions-row .buttons .button:not(:hover).reject {
  background-color: #d00914;
  border-color: #d00914;
}
section.orders.budgets .table .expense-actions-row .buttons .button:not(:hover).to-improve {
  background-color: #fdac35;
  border-color: #fdac35;
}
section.orders.budgets .table .expense-actions-row .buttons .button:not(:hover).accept {
  background-color: #43ce2c;
  border-color: #43ce2c;
}
section.add-project .form-field,
section.add-brief .form-field {
  margin-bottom: 15px;
}
section.add-project .form-field.invalid input,
section.add-brief .form-field.invalid input {
  border-color: #d20000;
  background: #f0abab;
  color: #d20000;
}
section.add-project .form-field.invalid textarea,
section.add-brief .form-field.invalid textarea {
  border-color: #d20000;
  background: #f0abab;
  color: #d20000;
}
section.add-project .form-field i,
section.add-brief .form-field i {
  display: none;
  color: #d20000;
  font-style: italic;
  font-size: 15px;
  font-family: "BMW";
}
section.add-project .form-field.invalid input + i,
section.add-brief .form-field.invalid input + i,
section.add-project .form-field.invalid textarea + i,
section.add-brief .form-field.invalid textarea + i {
  display: block;
}
.button-status-wrapper {
  position: relative;
  overflow: hidden;
}
.button-status-wrapper input {
  position: absolute;
  left: -999px;
  opacity: 0.1;
  width: 1px;
  height: 1px;
}
.button-status-wrapper input:checked + .button {
  background: #1c69d4;
  border-color: #1c69d4;
  color: white;
}
.button-status-wrapper .button {
  margin: 0 5px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comment-files {
  padding-left: 20px;
}
.comment-files a {
  color: #1c69d4;
}
.comment-files a:hover {
  color: #014eb6;
}
#order-form .upload-file {
  margin: 15px 0 30px;
}
#order-form .upload-file label {
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#order-form .form-field.special-support input {
  appearance: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  margin: 0;
  max-width: 100%;
  height: 18px;
  width: 18px;
}
#order-form .form-field.special-support input::before,
#order-form .form-field.special-support input::after {
  background-color: #fff;
  content: "";
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  position: absolute;
  display: block;
  height: 2px;
  width: 0;
}
#order-form .form-field.special-support input::before {
  top: 9px;
  left: 2px;
  width: 6px;
  transform: rotate(45deg);
}
#order-form .form-field.special-support input::after {
  top: 7px;
  left: 5px;
  width: 10px;
  transform: rotate(-50deg);
}
#order-form .form-field.special-support input:checked {
  border-color: #1c69d4;
  background-color: #1c69d4;
}
#order-form .form-field.special-support input:checked::before,
#order-form .form-field.special-support input:checked::after {
  opacity: 1;
}
#order-form .form-field input.readonly {
  pointer-events: none;
  background: #f1f1f1;
}
#order-form .vin-numbers .form-field.vin-number-field {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#order-form .vin-numbers .form-field .add-vin-item {
  background-color: #1c69d4;
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
  padding: 2px;
  transition: all 0.4s linear;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
}
#order-form .vin-numbers .form-field .add-vin-item:hover {
  opacity: 0.7;
}
#order-form .vin-numbers .form-field .remove-vin-item {
  background-color: #ff0000;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 8px;
  transition: all 0.4s linear;
}
#order-form .vin-numbers .form-field .remove-vin-item:hover {
  opacity: 0.7;
}
.project-details {
  margin: 15px 0 45px;
}
.project-details span:first-child {
  width: 170px;
  display: inline-block;
  vertical-align: baseline;
  font-weight: bold;
}
section.activity-tasks .upload-file {
  display: none;
}
section.activity-tasks .upload-file.active {
  display: block;
}
.order-hidden-button {
  display: none;
}
.order-hidden-button.active {
  display: block;
}
body.bmw-mini section.orders.budgets p,
body.bmw-mini section.orders.budgets li {
  color: #000000;
}
body.bmw-mini section.orders.budgets.budgets-central li a {
  color: #000000;
}
body.bmw-mini section.orders.budgets .table > li > a:hover {
  color: #ffffff;
}
body.bmw-mini .orders.dealers .table > li > a {
  color: #000000;
}
select.question_value.input {
  margin-top: 15px;
  display: block;
  margin-bottom: 15px;
  max-width: 500px;
}
section.support-orders .field.choice-buttons,
section.add-budget .row .field.choice-buttons {
  display: flex;
  margin: 0 -5px;
  justify-content: flex-start;
  align-items: flex-start;
}
section.support-orders .field.choice-buttons .choice,
section.add-budget .row .field.choice-buttons .choice {
  flex: 1;
  position: relative;
  padding: 0 5px;
  overflow: hidden;
}
section.support-orders .field.choice-buttons .choice input[type="radio"],
section.add-budget .row .field.choice-buttons .choice input[type="radio"] {
  position: absolute;
  top: 0;
  left: -100px;
}
section.support-orders .field.choice-buttons .choice input[type="radio"]:checked + .button,
section.add-budget .row .field.choice-buttons .choice input[type="radio"]:checked + .button {
  background: white;
  color: #1c69d4;
}
section.add-budget .row .field.choice-buttons .choice input[type="radio"] + .button {
  background: white;
  color: #1c69d4;
  border-color: transparent;
}
section.add-budget .row .field.choice-buttons .choice input[type="radio"]:checked + .button {
  background: white;
  color: #1c69d4;
  border-color: #1c69d4;
}
section.support-orders .form-field {
  margin-bottom: 15px;
}
section.support-orders label {
  padding: 10px 0;
  display: block;
}
section.support-orders .field.choice-buttons .choice {
  min-width: 120px;
  flex: none;
}
section.orders.budgets .table .row > span:first-child a.red-exclamation {
  position: relative;
}
section.orders.budgets .table .right .button {
  float: right;
  margin-left: 10px;
}
section.activity-tasks .tasks-list li.pl-0 {
  padding-left: 0;
}
section.activity-tasks .tasks-list .task-content .created-date {
  font-size: 11px;
  text-align: center;
}
ul.comment-files {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  min-width: 230px;
}
ul.comment-files .file-info {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #eaeaea solid;
  flex-direction: column;
}
ul.comment-files .file-info span {
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.comment-files > li {
  margin: 2px;
}
#promotion-order {
  max-width: 300px;
  margin-bottom: 30px;
}
#promotion-order label {
  display: block;
  margin-bottom: 10px;
}
#promotion-order label.error {
  color: #d20000;
}
.add-file-text.error {
  color: #d20000;
}
.remove-checkbox-wrapper {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-left: 4px;
}
.remove-checkbox-wrapper a.remove-order-item {
  margin-left: 0;
}
.remove-checkbox-wrapper input {
  position: absolute;
  left: -999px;
  opacity: 0.1;
  height: 1px;
  width: 1px;
}
.remove-checkbox-wrapper label {
  width: 28px;
  height: 28px;
  background: #bbbbbb;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.remove-checkbox-wrapper label:before,
.remove-checkbox-wrapper label:after {
  content: "";
  display: block;
  width: 15px;
  left: 50%;
  top: 50%;
  transform-origin: center;
  position: absolute;
  background: white;
  height: 2px;
}
.remove-checkbox-wrapper label:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.remove-checkbox-wrapper label:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.remove-checkbox-wrapper input:checked + label,
.remove-checkbox-wrapper label:hover {
  background: #d20000;
}
.order-details {
  margin: 15px 0 45px;
}
.order-details span:first-child {
  width: 170px;
  display: inline-block;
  vertical-align: baseline;
  font-weight: bold;
}
.order-details span.vertical-top {
  vertical-align: top;
}
.order-details span.vin-list {
  display: inline-block;
}
#special-offer-model .choice input[type="radio"] + .button {
  background: none;
  color: #1c69d4;
  border-color: white;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#special-offer-model .choice input[type="radio"]:checked + .button {
  border: 1px solid #1c69d4;
}
@media (min-width: 879px) {
  section.orders.budgets .table .row > span:first-child.col-id,
  section.orders.budgets .table .header > span:first-child.col-id {
    width: 5%;
  }
  section.orders.budgets .table.dealer-expense-table > li .id-cell,
  .custom-cells .id-cell,
  section.orders.budgets .table .custom-cells .row .id-cell,
  section.orders.budgets .table .custom-cells .id-cell {
    width: 5%;
  }
  section.orders.budgets .table.dealer-expense-table > li .order-number-cell,
  .custom-cells .order-number-cell,
  section.orders.budgets .table .custom-cells .row .order-number-cell,
  section.orders.budgets .table .custom-cells .order-number-cell {
    width: 7%;
  }
  section.orders.budgets .table.dealer-expense-table > li .date-cell,
  .custom-cells .date-cell,
  section.orders.budgets .table .custom-cells .row .date-cell,
  section.orders.budgets .table .custom-cells .date-cell {
    width: 8%;
  }
  section.orders.budgets .table.dealer-expense-table > li .action-wider-cell,
  .custom-cells .action-wider-cell,
  section.orders.budgets .table .custom-cells .row .action-wider-cell,
  section.orders.budgets .table .custom-cells .action-wider-cell,
  section.orders.budgets .table.dealer-expense-table > li > .action-wider-cell:last-child,
  .custom-cells > .action-wider-cell:last-child,
  section.orders.budgets .table .custom-cells .row > .action-wider-cell:last-child,
  section.orders.budgets .table .custom-cells > .action-wider-cell:last-child {
    width: 12%;
  }
  section.orders.budgets .table.dealer-expense-table > li .title-cell,
  .custom-cells .title-cell,
  section.orders.budgets .table .custom-cells .row .title-cell,
  section.orders.budgets .table .custom-cells .title-cell,
  section.orders.budgets .table.dealer-expense-table > li .before-discount-cell,
  .custom-cells .before-discount-cell,
  section.orders.budgets .table .custom-cells .row .before-discount-cell,
  section.orders.budgets .table .custom-cells .before-discount-cell,
  section.orders.budgets .table.dealer-expense-table > li .after-discount-cell,
  .custom-cells .after-discount-cell,
  section.orders.budgets .table .custom-cells .row .after-discount-cell,
  section.orders.budgets .table .custom-cells .after-discount-cell {
    width: 9%;
  }
  section.orders.budgets .table.dealer-expense-table > li .action-cell,
  .custom-cells .action-cell,
  section.orders.budgets .table .custom-cells .row .action-cell,
  section.orders.budgets .table .custom-cells .action-cell,
  section.orders.budgets .table.dealer-expense-table > li .amount-cell,
  .custom-cells .amount-cell,
  section.orders.budgets .table .custom-cells .row .amount-cell,
  section.orders.budgets .table .custom-cells .amount-cell,
  section.orders.budgets .table.dealer-expense-table > li .price-cell,
  .custom-cells .price-cell,
  section.orders.budgets .table .custom-cells .row .price-cell,
  section.orders.budgets .table .custom-cells .price-cell {
    width: 120px;
  }
  section.orders.budgets .table.dealer-expense-table .row > .action-wider-cell:last-child {
    width: 12%;
  }
  .visible-mobile {
    display: none;
  }
}
.manage-users-buttons a {
  display: inline-block !important;
  margin: 0 !important;
  width: 45% !important;
}
.manage-users-buttons a:last-child {
  float: right !important;
}
.manage-user-checkbox .input {
  width: 25px;
  padding: 0;
  margin: 0;
  display: inline-block;
  height: 25px;
  line-height: 25px;
}
.manage-user-checkbox .label {
  display: inline-block;
  margin: 0;
  width: auto;
  line-height: 25px;
  vertical-align: top;
  margin-left: 10px;
}
.manage-user-form .tabs.manage-tabs ul li {
  display: block;
  margin-right: 0;
}
.manage-user-form .tabs.manage-tabs ul li a {
  float: right;
}
.manage-user-form .tabs.manage-tabs ul li .button:hover {
  background: #0653b6;
  color: white;
  border-color: #0653b6;
}
@media (max-width: 878px) {
  .visible-mobile {
    margin-top: 30px;
  }
  .visible-mobile a.add-order-item {
    margin-right: 5px;
  }
  section.orders.budgets .table .expense-actions-row .status-history table td:nth-child(2) {
    width: 100%;
  }
  section.orders.budgets .table .expense-actions-row .status-history th.message {
    display: none;
  }
  section.orders.budgets .table .expense-actions-row .status-history td.message,
  .table-statuses td {
    display: block;
  }
  section.orders.budgets .table .expense-actions-row .status-history table td {
    display: block;
  }
}
/*
 * PLANNING FORM
 */
.planning-form .form {
  max-width: 600px;
  width: 100%;
}
.planning-form .form .row {
  margin: 0;
}
.planning-form .form label {
  display: inline-block;
  margin-bottom: 5px;
}
.planning-form .form #add-item {
  display: block;
  margin: 0 0 20px auto;
  max-width: 250px;
}
.planning-form .form .field {
  margin-bottom: 20px;
}
.planning-form .form .field.invalid i {
  display: inline-block;
}
.planning-form .form .field.choice-buttons {
  display: flex;
  flex-wrap: wrap;
}
.planning-form .form .field.choice-buttons .choice {
  display: flex;
  margin-left: 5px;
}
.planning-form .form .field.choice-buttons .choice:first-of-type {
  margin-left: 0;
}
.planning-form .form .field .choice input {
  appearance: none;
}
.planning-form .form .field .choice input:checked + .button {
  border: 1px solid #1c69d4;
}
.planning-form .form .field .choice .button {
  background: none;
  border: 1px solid transparent;
  color: #1c69d4;
  padding: 10px 20px;
}
.planning-form .form .form-field i {
  color: red;
  display: none;
  font-size: 12px;
  width: 100%;
}
.planning-form .form .form-field.invalid i {
  display: inline-block;
}
.planning-form .form .form-field .check-all-wrapper {
  align-items: flex-start;
  color: #262626;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 16px;
  margin: 15px 0;
  position: relative;
  pointer-events: auto;
  width: 100%;
}
.planning-form .form .form-field .check-all-wrapper input[type="checkbox"] {
  appearance: none;
  background: none;
  border: 1px solid #262626;
  border-radius: 0;
  flex-shrink: 0;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  width: 20px;
}
.planning-form .form .form-field .check-all-wrapper input[type="checkbox"]:checked {
  border: 1px solid #1c69d4;
}
.planning-form .form .form-field .check-all-wrapper input[type="checkbox"]:checked + label:before {
  border: solid #1c69d4;
  border-width: 0 0 2px 2px;
  content: "";
  left: 4px;
  height: 6px;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 12px;
}
.planning-form .form .form-field .check-all-wrapper input[type="checkbox"]:disabled + label {
  pointer-events: none;
}
.planning-form .form .form-field .check-all-wrapper input[type="checkbox"]:disabled + label:before {
  opacity: 0.4;
}
.planning-form .form .form-field .check-all-wrapper input[type="checkbox"].is-invalid {
  border: 2px solid #d20000;
}
.planning-form .form .form-field .check-all-wrapper label {
  width: calc(100% - 40px);
}
.planning-form .form .items-list {
  background: #eff2f8;
  padding: 20px;
  overflow-x: scroll;
}
.planning-form .form .items-list .items-list-inner {
  min-width: 560px;
}
.planning-form .form .items-list h3 {
  font-size: 13px;
  font-weight: 700;
}
.planning-form .form .items-list .items-list-header {
  color: #1c69d4;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.planning-form .form .items-list .items-list-header .name,
.planning-form .form .items-list .items-list-header .budget {
  width: 20%;
}
.planning-form .form .items-list .items-list-header .date-from,
.planning-form .form .items-list .items-list-header .date-date-to {
  width: 26%;
}
.planning-form .form .items-list .items-list-header .remove {
  padding-left: 14px;
  width: 8%;
}
.planning-form .form .items-list .items-list-row {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.planning-form .form .items-list .items-list-row .name,
.planning-form .form .items-list .items-list-row .budget {
  width: 20%;
}
.planning-form .form .items-list .items-list-row .date-from,
.planning-form .form .items-list .items-list-row .date-date-to {
  width: 26%;
}
.planning-form .form .items-list .items-list-row .date-from input,
.planning-form .form .items-list .items-list-row .date-date-to input {
  width: 90%;
}
.planning-form .form .items-list .items-list-row .remove {
  width: 8%;
}
.planning-form .form .items-list .items-list-row .remove-item,
.planning-form .form .items-list .items-list-row .edit-item,
.planning-form .form .items-list .items-list-row .apply-item {
  color: #1c69d4;
  cursor: pointer;
}
.planning-form .form .items-list .items-list-row .edit-item,
.planning-form .form .items-list .items-list-row .apply-item {
  display: block;
}
.planning-form .form .items-list .items-list-row .plan-item-net-amount-input {
  width: calc(100% - 5px);
}
.planning-form .form .items-list .items-list-row .plan-item-description-input,
.planning-form .form .items-list .items-list-row .plan-item-description-input textarea {
  width: 100%;
}
.planning-form .form .items-list .items-list-row .plan-item-description-input {
  margin-top: 5px;
  margin-bottom: 15px;
}
.planning-form .form .items-list .items-list-row .plan-item-description-text {
  display: none;
  margin-bottom: 15px;
  width: 100%;
}
.planning-form .form .items-list .items-list-row .plan-item-description-text.active {
  display: block;
}
.planning-form .form .items-list .items-list-row .plan-item-description-text > span {
  display: block;
  margin: 10px 0;
}
.planning-form .form .items-list .items-list-row .open-plan-item-description {
  border: 5px solid #777;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  display: inline-block;
  height: 3px;
  width: 10px;
}
.planning-form .form .items-list .items-list-row .open-plan-item-description:active,
.planning-form .form .items-list .items-list-row .open-plan-item-description:focus,
.planning-form .form .items-list .items-list-row .open-plan-item-description:hover {
  border: 5px solid #1c69d4;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.planning-form .form .items-list .items-list-row.active .open-plan-item-description {
  transform: rotate(90deg);
  top: 3px;
  position: relative;
}
.planning-form .form button[type="submit"] {
  display: inline-block;
  margin-top: 40px;
  width: 100%;
}
.planning-form .custom-select-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.planning-form .custom-select-wrapper:after,
.planning-form .custom-select-wrapper:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.planning-form .custom-select-wrapper .input {
  background-image: url("../images/select-arrow.png");
  background-position: right 10px top 13px;
  background-repeat: no-repeat;
}
.planning-form .custom-select-wrapper ul {
  list-style: none;
  padding: 10px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: white;
  z-index: 2;
  border: 1px #c5c5c5 solid;
  display: none;
}
.planning-form .custom-select-wrapper ul.active {
  display: block;
}
.planning-form.report-form .dealer-sites {
  margin-bottom: 20px;
}
.planning-form.report-form .form-field.checkbox {
  align-items: flex-start;
  color: #262626;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 16px;
  margin: 15px 0;
  position: relative;
  pointer-events: auto;
  width: 100%;
}
.planning-form.report-form .form-field.checkbox input[type="checkbox"] {
  appearance: none;
  background: none;
  border: 1px solid #262626;
  border-radius: 0;
  flex-shrink: 0;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  width: 20px;
}
.planning-form.report-form .form-field.checkbox input[type="checkbox"]:checked {
  border: 1px solid #1c69d4;
}
.planning-form.report-form .form-field.checkbox input[type="checkbox"]:checked + label:before {
  border: solid #1c69d4;
  border-width: 0 0 2px 2px;
  content: "";
  left: 4px;
  height: 6px;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 12px;
}
.planning-form.report-form .form-field.checkbox label {
  width: calc(100% - 40px);
}
#item-popup {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#item-popup.active {
  display: block;
}
#item-popup .item-popup-content {
  align-items: center;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  min-height: auto;
  left: 50%;
  max-width: 500px;
  padding: 20px 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
}
#item-popup .item-popup-content .item-popup-form {
  width: 100%;
}
#item-popup .item-popup-content .item-popup-form .row {
  margin: 10px 0;
}
#item-popup .item-popup-content .item-popup-form .row i {
  color: red;
  display: none;
  font-size: 12px;
  width: 100%;
}
#item-popup .item-popup-content .item-popup-form .row.invalid i,
#item-popup .item-popup-content .item-popup-form .row .field.invalid i {
  display: inline-block;
}
#item-popup .item-popup-content .close {
  align-items: center;
  background: #1c69d4;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
}
#item-popup .item-popup-content #add-item-button {
  width: 100%;
}
.activity-tabs .button.NEW,
.activity-tabs .button.TO_ACCEPT {
  background: #fdac35;
  border-color: #fdac35;
}
.activity-tabs .button.ACCEPTED {
  background: #43ce2c;
  border-color: #43ce2c;
}
.activity-tabs .button.REJECTED {
  background: #d00914;
  border-color: #d00914;
}
.activity-tabs .button.active,
.activity-tabs .button.current {
  border-color: #fdac35;
}
.activity-tabs .button.NEW:hover,
.activity-tabs .button.TO_ACCEPT:hover,
.activity-tabs .button.ACCEPTED:hover,
.activity-tabs .button.REJECTED:hover,
.activity-tabs .button.active:hover,
.activity-tabs .button.current:hover {
  background: #0653B6;
  border-color: #0653B6;
}
.orders.budgets .quarter-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.orders.budgets .quarter-parameters {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 18px;
  padding: 30px;
}
.orders.budgets .quarter-parameters div {
  padding: 5px 20px 5px 0;
  width: calc(100% / 3);
}
.orders.budgets .quarter-parameters div.to-chart {
  display: block;
  position: relative;
  padding-left: 40px;
}
.orders.budgets .quarter-parameters div.to-chart:before {
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 8px;
  width: 30px;
}
.orders.budgets .quarter-parameters div.to-chart.aftersales:before {
  background-color: #f1af37;
}
.orders.budgets .quarter-parameters div.to-chart.fleet:before {
  background-color: #4b64d4;
}
.orders.budgets .quarter-parameters div.to-chart .unrealized {
  color: #d20000;
}
.orders.budgets .quarters {
  display: none;
}
.orders.budgets .quarters.active {
  display: block;
}
.orders.budgets .activities-history {
  margin: 30px 0;
}
.orders.budgets .activities-history .history-item {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}
.orders.budgets .activities-history .history-item:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #777;
  content: "";
  display: block;
  height: 20px;
  left: 4px;
  position: absolute;
  transform: rotate(-90deg);
  top: -1px;
  width: 14px;
}
.orders.budgets .activities-history .history-item .date {
  cursor: pointer;
  font-weight: 700;
}
.orders.budgets .activities-history .history-item .history-table {
  width: 100%;
}
.orders.budgets .activities-history .history-item .history-table .activities-table .row .col.months-col .time-inner {
  background: #8e8e8e;
}
.orders.budgets .activities-history .history-item.is-active:before {
  left: 2px;
  transform: rotate(0deg);
  top: 3px;
}
.orders.budgets .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 40px 0;
}
.orders.budgets .buttons .button {
  margin-left: 15px;
}
.orders.budgets .buttons .button.green {
  background: #3db014;
  border: 1px solid #3db014;
}
.orders.budgets .buttons .button.green:hover {
  background: #339311;
  border: 1px solid #339311;
}
.orders.budgets,
.quarter-activities,
.planning-form .activities-history {
  overflow: auto;
}
.orders.budgets .activities-table,
.quarter-activities .activities-table,
.planning-form .activities-history .activities-table {
  min-width: 1000px;
}
.orders.budgets .activities-table .header .col,
.quarter-activities .activities-table .header .col,
.planning-form .activities-history .activities-table .header .col {
  width: calc((100% - 290px) / 4);
}
.orders.budgets .activities-table .header .col:nth-of-type(5),
.quarter-activities .activities-table .header .col:nth-of-type(5),
.planning-form .activities-history .activities-table .header .col:nth-of-type(5) {
  width: 180px;
}
.orders.budgets .activities-table .header .col:last-of-type,
.quarter-activities .activities-table .header .col:last-of-type,
.planning-form .activities-history .activities-table .header .col:last-of-type {
  width: 110px;
}
.orders.budgets .activities-table .header,
.quarter-activities .activities-table .header,
.planning-form .activities-history .activities-table .header,
.orders.budgets .activities-table .row,
.quarter-activities .activities-table .row,
.planning-form .activities-history .activities-table .row {
  border-bottom: 1px solid #000;
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.orders.budgets .activities-table .header .col,
.quarter-activities .activities-table .header .col,
.planning-form .activities-history .activities-table .header .col,
.orders.budgets .activities-table .row .col,
.quarter-activities .activities-table .row .col,
.planning-form .activities-history .activities-table .row .col {
  border-right: 1px solid #000;
  font-weight: 700;
  padding: 10px 5px;
  text-align: center;
}
.orders.budgets .activities-table .header .col.col-text-left,
.quarter-activities .activities-table .header .col.col-text-left,
.planning-form .activities-history .activities-table .header .col.col-text-left,
.orders.budgets .activities-table .row .col.col-text-left,
.quarter-activities .activities-table .row .col.col-text-left,
.planning-form .activities-history .activities-table .row .col.col-text-left {
  text-align: left;
}
.orders.budgets .activities-table .header .col:last-of-type,
.quarter-activities .activities-table .header .col:last-of-type,
.planning-form .activities-history .activities-table .header .col:last-of-type,
.orders.budgets .activities-table .row .col:last-of-type,
.quarter-activities .activities-table .row .col:last-of-type,
.planning-form .activities-history .activities-table .row .col:last-of-type {
  border-right: none;
}
.orders.budgets .activities-table .row,
.quarter-activities .activities-table .row,
.planning-form .activities-history .activities-table .row {
  align-items: stretch;
  margin: 0;
}
.orders.budgets .activities-table .row .col,
.quarter-activities .activities-table .row .col,
.planning-form .activities-history .activities-table .row .col {
  width: calc((100% - 290px) / 4);
}
.orders.budgets .activities-table .row .col .status,
.quarter-activities .activities-table .row .col .status,
.planning-form .activities-history .activities-table .row .col .status {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  width: 10px;
}
.orders.budgets .activities-table .row .col .status.status-TO_IMPROVE,
.quarter-activities .activities-table .row .col .status.status-TO_IMPROVE,
.planning-form .activities-history .activities-table .row .col .status.status-TO_IMPROVE {
  background: #fdac35 !important;
}
.orders.budgets .activities-table .row .col.status-ACCEPTED,
.quarter-activities .activities-table .row .col.status-ACCEPTED,
.planning-form .activities-history .activities-table .row .col.status-ACCEPTED {
  background: #43ce2c !important;
}
.orders.budgets .activities-table .row .col.status-TO_ACCEPT,
.quarter-activities .activities-table .row .col.status-TO_ACCEPT,
.planning-form .activities-history .activities-table .row .col.status-TO_ACCEPT {
  background: #1c69d4 !important;
}
.orders.budgets .activities-table .row .col.status-REJECTED,
.quarter-activities .activities-table .row .col.status-REJECTED,
.planning-form .activities-history .activities-table .row .col.status-REJECTED {
  background: #d00914 !important;
}
.orders.budgets .activities-table .row .col.status-TO_IMPROVE,
.quarter-activities .activities-table .row .col.status-TO_IMPROVE,
.planning-form .activities-history .activities-table .row .col.status-TO_IMPROVE {
  background: #fdac35 !important;
}
.orders.budgets .activities-table .row .col.status-ACCEPTED,
.quarter-activities .activities-table .row .col.status-ACCEPTED,
.planning-form .activities-history .activities-table .row .col.status-ACCEPTED,
.orders.budgets .activities-table .row .col.status-TO_ACCEPT,
.quarter-activities .activities-table .row .col.status-TO_ACCEPT,
.planning-form .activities-history .activities-table .row .col.status-TO_ACCEPT,
.orders.budgets .activities-table .row .col.status-REJECTED,
.quarter-activities .activities-table .row .col.status-REJECTED,
.planning-form .activities-history .activities-table .row .col.status-REJECTED,
.orders.budgets .activities-table .row .col.status-TO_IMPROVE,
.quarter-activities .activities-table .row .col.status-TO_IMPROVE,
.planning-form .activities-history .activities-table .row .col.status-TO_IMPROVE {
  color: #ffffff;
}
.orders.budgets .activities-table .row .col.status-ACCEPTED a,
.quarter-activities .activities-table .row .col.status-ACCEPTED a,
.planning-form .activities-history .activities-table .row .col.status-ACCEPTED a,
.orders.budgets .activities-table .row .col.status-TO_ACCEPT a,
.quarter-activities .activities-table .row .col.status-TO_ACCEPT a,
.planning-form .activities-history .activities-table .row .col.status-TO_ACCEPT a,
.orders.budgets .activities-table .row .col.status-REJECTED a,
.quarter-activities .activities-table .row .col.status-REJECTED a,
.planning-form .activities-history .activities-table .row .col.status-REJECTED a,
.orders.budgets .activities-table .row .col.status-TO_IMPROVE a,
.quarter-activities .activities-table .row .col.status-TO_IMPROVE a,
.planning-form .activities-history .activities-table .row .col.status-TO_IMPROVE a {
  color: #ffffff;
}
.orders.budgets .activities-table .row .col.months-col,
.quarter-activities .activities-table .row .col.months-col,
.planning-form .activities-history .activities-table .row .col.months-col {
  align-items: stretch;
  display: flex;
  padding: 0;
  position: relative;
  width: calc((((100% - 290px) / 4) * 3));
}
.orders.budgets .activities-table .row .col.months-col .col-inner,
.quarter-activities .activities-table .row .col.months-col .col-inner,
.planning-form .activities-history .activities-table .row .col.months-col .col-inner {
  display: flex;
  height: 100%;
  width: calc(100% / 3);
}
.orders.budgets .activities-table .row .col.months-col .col-inner .border,
.quarter-activities .activities-table .row .col.months-col .col-inner .border,
.planning-form .activities-history .activities-table .row .col.months-col .col-inner .border {
  border-right: 1px solid #cecece;
  padding: 10px 0;
  width: 25%;
}
.orders.budgets .activities-table .row .col.months-col .col-inner .border:last-of-type,
.quarter-activities .activities-table .row .col.months-col .col-inner .border:last-of-type,
.planning-form .activities-history .activities-table .row .col.months-col .col-inner .border:last-of-type {
  border-right: none;
}
.orders.budgets .activities-table .row .col.months-col .col-inner:nth-of-type(2),
.quarter-activities .activities-table .row .col.months-col .col-inner:nth-of-type(2),
.planning-form .activities-history .activities-table .row .col.months-col .col-inner:nth-of-type(2) {
  background: #e4e4e4;
  border-right: 1px solid #cecece;
}
.orders.budgets .activities-table .row .col.months-col .time,
.quarter-activities .activities-table .row .col.months-col .time,
.planning-form .activities-history .activities-table .row .col.months-col .time {
  display: block;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.orders.budgets .activities-table .row .col.months-col .time-inner,
.quarter-activities .activities-table .row .col.months-col .time-inner,
.planning-form .activities-history .activities-table .row .col.months-col .time-inner {
  background: #43ce2c;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  padding: 8px 4px;
  text-overflow: ellipsis;
}
.orders.budgets .activities-table .row .col.months-col .time-inner:empty,
.quarter-activities .activities-table .row .col.months-col .time-inner:empty,
.planning-form .activities-history .activities-table .row .col.months-col .time-inner:empty {
  opacity: 0;
  pointer-events: none;
}
.orders.budgets .activities-table .row .col.months-col .time:hover .tooltip,
.quarter-activities .activities-table .row .col.months-col .time:hover .tooltip,
.planning-form .activities-history .activities-table .row .col.months-col .time:hover .tooltip {
  bottom: calc(100% + 5px);
  opacity: 1;
}
.orders.budgets .activities-table .row .col.months-col .time .tooltip,
.quarter-activities .activities-table .row .col.months-col .time .tooltip,
.planning-form .activities-history .activities-table .row .col.months-col .time .tooltip {
  background: #8e8e8e;
  border: 1px solid #8e8e8e;
  bottom: calc(100% - 6px);
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  left: 50%;
  line-height: 1.3;
  opacity: 0;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease-in-out;
  transform: translateX(-50%);
  width: 100px;
}
.orders.budgets .activities-table .row .col.months-col .time .tooltip:after,
.quarter-activities .activities-table .row .col.months-col .time .tooltip:after,
.planning-form .activities-history .activities-table .row .col.months-col .time .tooltip:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #8e8e8e;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 10px;
}
.orders.budgets .activities-table .row .col.months-col .time .tooltip ul,
.quarter-activities .activities-table .row .col.months-col .time .tooltip ul,
.planning-form .activities-history .activities-table .row .col.months-col .time .tooltip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.orders.budgets .activities-table .row .col.months-col .time .tooltip ul li,
.quarter-activities .activities-table .row .col.months-col .time .tooltip ul li,
.planning-form .activities-history .activities-table .row .col.months-col .time .tooltip ul li {
  font-size: 10px;
  text-align: left;
}
.orders.budgets .activities-table .row .col:nth-of-type(3),
.quarter-activities .activities-table .row .col:nth-of-type(3),
.planning-form .activities-history .activities-table .row .col:nth-of-type(3) {
  width: 180px;
}
.orders.budgets .activities-table .row .col:last-of-type,
.quarter-activities .activities-table .row .col:last-of-type,
.planning-form .activities-history .activities-table .row .col:last-of-type {
  width: 110px;
}
.orders.budgets .activities-table .row .col:nth-of-type(3),
.quarter-activities .activities-table .row .col:nth-of-type(3),
.planning-form .activities-history .activities-table .row .col:nth-of-type(3),
.orders.budgets .activities-table .row .col:last-of-type,
.quarter-activities .activities-table .row .col:last-of-type,
.planning-form .activities-history .activities-table .row .col:last-of-type {
  text-align: right;
}
.orders.budgets .activities-table .footer,
.quarter-activities .activities-table .footer,
.planning-form .activities-history .activities-table .footer {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
}
.orders.budgets .activities-table .footer .col,
.quarter-activities .activities-table .footer .col,
.planning-form .activities-history .activities-table .footer .col {
  padding: 10px 5px;
  text-align: center;
}
.orders.budgets .activities-table .footer .col.col-3,
.quarter-activities .activities-table .footer .col.col-3,
.planning-form .activities-history .activities-table .footer .col.col-3 {
  text-align: left;
  width: calc(100% - 300px);
}
.orders.budgets .activities-table .footer .col:nth-of-type(3),
.quarter-activities .activities-table .footer .col:nth-of-type(3),
.planning-form .activities-history .activities-table .footer .col:nth-of-type(3) {
  background: #1c69d4;
  color: #fff;
  text-align: right;
  width: 180px;
}
.orders.budgets .activities-table .footer .col:last-of-type,
.quarter-activities .activities-table .footer .col:last-of-type,
.planning-form .activities-history .activities-table .footer .col:last-of-type {
  background: #1c69d4;
  color: #fff;
  text-align: right;
  width: 110px;
}
.orders.budgets .activities-table .footer .show-history,
.quarter-activities .activities-table .footer .show-history,
.planning-form .activities-history .activities-table .footer .show-history {
  padding-left: 20px;
  position: relative;
}
.orders.budgets .activities-table .footer .show-history:before,
.quarter-activities .activities-table .footer .show-history:before,
.planning-form .activities-history .activities-table .footer .show-history:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #777;
  content: "";
  display: block;
  height: 20px;
  left: 4px;
  position: absolute;
  transform: rotate(-90deg);
  top: -1px;
  width: 14px;
}
.orders.budgets .activities-table .footer .show-history.is-active:before,
.quarter-activities .activities-table .footer .show-history.is-active:before,
.planning-form .activities-history .activities-table .footer .show-history.is-active:before {
  left: 2px;
  transform: rotate(0deg);
  top: 3px;
}
.planning-status-buttons .button {
  width: 200px;
}
.planning-status-buttons .button.reject {
  background: #d20000;
  border: 1px solid #d20000;
}
.planning-status-buttons .button.reject:hover {
  background: #9f0000;
  border: 1px solid #9f0000;
}
.planning-status-buttons .button.to-improve {
  background: #fdac35;
  border: 1px solid #fdac35;
}
.planning-status-buttons .button.to-improve:hover {
  background: #fd9702;
  border: 1px solid #fd9702;
}
.planning-status-buttons .button.accept {
  background: #43ce2c;
  border: 1px solid #43ce2c;
}
.planning-status-buttons .button.accept:hover {
  background: #35a423;
  border: 1px solid #35a423;
}
.planning-status-buttons .button.current {
  border: 2px solid #1c69d4;
}
.activities-items.history {
  overflow: auto;
}
.activities-items .task-form {
  width: 100%;
}
.activities-items .task-form .task-buttons + .row {
  margin: 0;
  width: 100%;
}
.activities-items .task-form button[type="submit"] {
  background: #fdac35;
  border: 1px solid #fdac35;
  display: block;
  margin-top: 10px;
  margin-left: auto !important;
  width: 300px;
}
.activities-items .task-form button[type="submit"]:hover {
  background: #fd9702;
  border: 1px solid #fd9702;
}
.quarter-activities .activities-table .row .col.months-col .time-inner {
  background-color: #8e8e8e;
}
.quarter-activities .activities-table .row.current-planning .col.months-col .time-inner {
  background-color: #43ce2c;
}
.planning-form .activities-table {
  margin-top: 40px;
}
.planning-form .activities-table .row .col.months-col .time-inner {
  background-color: #8e8e8e;
}
.planning-form .activities-table .row.current-planning .col.months-col .time-inner {
  background-color: #43ce2c;
}
@media screen and (max-width: 1024px) {
  .orders.budgets .quarter-parameters {
    padding: 20px 0;
  }
  .orders.budgets .quarter-parameters div {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  #item-popup .item-popup-content {
    padding: 20px 25px;
    width: 90%;
  }
}
.hires-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 10px;
  list-style: none;
  padding: 0;
}
.hires-list > li {
  width: 20%;
  padding: 10px;
}
.hires-list > li span.icon {
  padding-bottom: 37.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 37.5%;
  line-height: 0;
  margin-bottom: 5px;
  border: 2px #d6d6d6 solid;
  transition: all 0.5s ease;
}
.hires-list > li span.icon .fa {
  color: #1c69d4;
  font-size: 60px;
  line-height: 0;
}
.hires-list > li a {
  font-size: 15px;
}
.hires-list > li a:hover {
  color: #0653B6;
}
.hires-list > li a:hover .icon {
  border-color: #acacac;
}
.hires-list > li a:hover .icon .fa {
  color: #0653B6;
}
.hires-list > li a img {
  margin-bottom: 5px;
}
.hires-list > li a .name {
  margin-top: 5px;
}
.hires-list .file.has-thumb {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.hires-list .file.has-thumb .wrapper {
  margin-bottom: 5px;
}
.hires-list .file.has-thumb img {
  width: 100%;
  display: block;
}
.hires-list .file.no-preview .wrapper {
  display: block;
}
@media (max-width: 800px) {
  .hires-list > li {
    width: 33.33%;
  }
}
@media (max-width: 676px) {
  .hires-list > li {
    width: 50%;
  }
  .hires-list .file.has-thumb img {
    display: none;
  }
}
@media (max-width: 480px) {
  .hires-list > li {
    width: 100%;
  }
}
.warning-info,
.brief-timing-description span {
  color: #d20000;
  font-weight: bold;
}
#add-new-brief {
  display: table;
  margin: 30px auto;
}
.add-brief h4 {
  font-size: 20px;
  color: #1c69d4;
}
#save-brief-button {
  margin-bottom: 45px;
}
.form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #1c69d4;
  display: block;
}
.brief-details {
  margin: 15px 0 45px;
}
.brief-details span:first-child {
  width: 170px;
  display: inline-block;
  vertical-align: baseline;
  font-weight: bold;
}
.forum-subtitle {
  color: #8e8e8e;
  font-size: 24px;
}
.forum-list {
  margin: 0;
  padding: 0 0 50px 0;
}
.forum-list .forum-list-header {
  display: flex;
}
.forum-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.forum-list li a {
  display: flex;
  width: 100%;
}
.forum-list li a:hover {
  background: #f1f1f1;
  color: #4d4d4d;
}
.forum-list li a:hover .forum-list-counter-icon {
  background: #c5c5c5;
}
.forum-list li a:hover .forum-list-counter-icon:after {
  border-top-color: #c5c5c5;
}
.forum-list li.is-sticky a {
  background: rgba(255, 173, 31, 0.25);
}
.forum-list li.is-sticky a:hover {
  background: rgba(255, 173, 31, 0.25);
}
.forum-list li.is-sticky .sticky-topic {
  background: #ffad1f;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 5px;
  padding: 2px 5px;
  position: relative;
  text-transform: uppercase;
  top: -2px;
}
.forum-list li .forum-list-text-center {
  justify-content: center!important;
  text-align: center;
}
.forum-list li .forum-list-text-left {
  justify-content: flex-start !important;
  text-align: left;
}
.forum-list li .mobile-only {
  display: none;
}
.forum-list li .forum-list-header-name,
.forum-list li .forum-list-header-counter,
.forum-list li .forum-list-header-last-activity,
.forum-list li .forum-list-header-button,
.forum-list li .forum-list-header-avatar,
.forum-list li .forum-list-header-topic,
.forum-list li .forum-list-header-replies,
.forum-list li .forum-list-header-last-reply,
.forum-list li .forum-list-header-open {
  align-items: flex-end;
  border-bottom: 2px solid #c5c5c5;
  color: #8e8e8e;
  display: flex;
  padding: 0 0 10px 0;
}
.forum-list li .forum-list-index-name,
.forum-list li .forum-list-index-counter,
.forum-list li .forum-list-index-last-activity,
.forum-list li .forum-list-index-button,
.forum-list li .forum-list-category-avatar,
.forum-list li .forum-list-category-topic,
.forum-list li .forum-list-category-replies,
.forum-list li .forum-list-category-last-reply,
.forum-list li .forum-list-category-open {
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.forum-list li .forum-list-header-avatar,
.forum-list li .forum-list-category-avatar {
  position: relative;
  width: 70px;
}
.forum-list li .forum-list-header-avatar img,
.forum-list li .forum-list-category-avatar img {
  border-radius: 50%;
  margin: 0 auto;
  width: 48px;
}
.forum-list li .forum-list-header-name,
.forum-list li .forum-list-index-name,
.forum-list li .forum-list-header-topic,
.forum-list li .forum-list-category-topic {
  padding-left: 10px;
  width: calc(100% - 500px);
}
.forum-list li .forum-list-index-name {
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
}
.forum-list li .forum-list-index-name .forum-list-index-desc {
  color: #8e8e8e;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
  width: 100%;
}
.forum-list li .forum-list-counter-icon {
  background: #f1f1f1;
  border-radius: 5px;
  color: #4d4d4d;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.forum-list li .forum-list-counter-icon:after {
  content: "";
  bottom: -16px;
  border: 10px solid #f1f1f1;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  left: 0;
  position: absolute;
  transition: border-top-color 0.3s ease-out;
}
.forum-list li .forum-list-counter-icon.is-active {
  background: #1c69d4 !important;
  color: #ffffff !important;
}
.forum-list li .forum-list-counter-icon.is-active:after {
  border-top-color: #1c69d4 !important;
}
.forum-list li .forum-list-header-counter,
.forum-list li .forum-list-index-counter,
.forum-list li .forum-list-header-replies,
.forum-list li .forum-list-category-replies {
  width: 100px;
}
.forum-list li .forum-list-header-last-activity,
.forum-list li .forum-list-index-last-activity,
.forum-list li .forum-list-header-last-reply,
.forum-list li .forum-list-category-last-reply {
  width: 200px;
}
.forum-list li .forum-list-index-last-activity,
.forum-list li .forum-list-category-last-reply {
  font-size: 13px;
}
.forum-list li .forum-list-header-button,
.forum-list li .forum-list-index-button {
  padding-right: 10px;
  width: 200px;
}
.forum-list li .forum-list-header-button .button,
.forum-list li .forum-list-index-button .button {
  width: 100%;
}
.forum-list li .forum-list-header-open,
.forum-list li .forum-list-category-open {
  padding-right: 10px;
  width: 130px;
}
.forum-list li .forum-list-header-open .button,
.forum-list li .forum-list-category-open .button {
  width: 100%;
}
.forum-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0 0 100px 0;
}
.forum-pagination li {
  margin: 0 4px;
}
.forum-pagination li a,
.forum-pagination li span {
  align-items: center;
  border: 1px solid #c5c5c5;
  color: #4d4d4d;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  min-width: 40px;
  padding: 6px;
}
.forum-pagination li span.no-border {
  border: none;
}
.forum-pagination li a:active,
.forum-pagination li a:focus,
.forum-pagination li a:hover {
  background: #1c69d4;
  border: 1px solid #1c69d4;
  color: #ffffff;
}
.forum-pagination li.is-active a,
.forum-pagination li.is-active span {
  background: #1c69d4;
  border: 1px solid #1c69d4;
  color: #ffffff;
}
.forum-category-header {
  align-items: center;
  display: flex;
}
.forum-category-header:before,
.forum-category-header:after {
  display: none;
}
.forum-category-header .tabs {
  margin: 0;
  padding: 0;
  width: calc(100% - 280px);
}
.forum-category-header .button {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 280px;
}
.forum-search-input {
  border: 2px solid #c5c5c5;
  display: block;
  font-size: 20px!important;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  width: 100%;
}
.forum-search-input-wrapper {
  margin: 10px 0;
  position: relative;
}
.forum-search-input-wrapper.with-bottom-space {
  margin-bottom: 40px;
}
.forum-search-input-wrapper.is-loading:before {
  animation: spinner 1s linear infinite;
  border: 2px solid #8e8e8e;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: 20px;
  top: 14px;
  width: 20px;
}
.forum-search-input-wrapper .forum-search-autocomplete {
  background: #ffffff;
  border: 2px solid #c5c5c5;
  border-top: none;
  display: none;
  position: absolute;
  top: 48px;
  width: 100%;
  z-index: 2;
}
.forum-search-input-wrapper .forum-search-autocomplete.is-visible {
  display: block;
}
.forum-search-input-wrapper .forum-search-autocomplete-item {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #c5c5c5;
  color: #1c69d4;
  display: flex;
  font-size: 16px;
  height: 48px;
  padding: 0 20px;
}
.forum-search-input-wrapper .forum-search-autocomplete-item:active,
.forum-search-input-wrapper .forum-search-autocomplete-item:focus,
.forum-search-input-wrapper .forum-search-autocomplete-item:hover {
  background: #f1f1f1;
}
.forum-search-results {
  color: #8e8e8e;
  font-size: 24px;
  margin: 50px 0;
}
.forum-search-notice {
  background: rgba(28, 105, 212, 0.125);
  color: #1c69d4;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 20px;
  position: relative;
}
.forum-search-notice a {
  color: #1c69d4;
  text-decoration: underline;
}
.forum-search-notice a:active,
.forum-search-notice a:focus,
.forum-search-notice a:hover {
  color: #4d4d4d;
}
.js-tabs-content {
  position: relative;
}
.js-tabs-content .tab-content {
  opacity: 1;
  position: relative;
  transition: all 0.25s ease-out;
  z-index: 2;
}
.js-tabs-content .tab-content.is-hidden {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.forum-avatar,
.forum-list-avatar {
  align-items: center;
  background: #f1f1f1;
  border-radius: 50%;
  color: #4d4d4d;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.forum-tooltip-wrapper,
.forum-list-tooltip-wrapper {
  position: relative;
}
.forum-tooltip-wrapper .forum-tooltip,
.forum-list-tooltip-wrapper .forum-tooltip,
.forum-tooltip-wrapper .forum-list-tooltip,
.forum-list-tooltip-wrapper .forum-list-tooltip {
  background: #4d4d4d;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  left: 50%;
  min-width: 80px;
  max-width: 150px;
  opacity: 0;
  padding: 2px 5px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%) translateY(-20px);
  transition: all 0.3s ease-out;
  width: auto;
  z-index: 2;
}
.forum-tooltip-wrapper .forum-tooltip:after,
.forum-list-tooltip-wrapper .forum-tooltip:after,
.forum-tooltip-wrapper .forum-list-tooltip:after,
.forum-list-tooltip-wrapper .forum-list-tooltip:after {
  content: "";
  bottom: -16px;
  border: 10px solid #4d4d4d;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.forum-tooltip-wrapper:hover .forum-tooltip,
.forum-list-tooltip-wrapper:hover .forum-tooltip,
.forum-tooltip-wrapper:hover .forum-list-tooltip,
.forum-list-tooltip-wrapper:hover .forum-list-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(-15px);
}
.forum-threads-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 100px 0;
}
.forum-threads-lists .forum-threads-list {
  margin-bottom: 80px;
  width: 48%;
}
.forum-threads-lists .forum-threads-list-header {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.forum-threads-lists .forum-threads-list-listing {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.forum-threads-lists .forum-threads-list-listing-item {
  border-top: 1px solid #c5c5c5;
}
.forum-threads-lists .forum-threads-list-listing-item a {
  color: #4d4d4d;
  display: flex;
  font-size: 16px;
  padding: 16px 60px 16px 10px;
  position: relative;
}
.forum-threads-lists .forum-threads-list-listing-item a:after {
  border: 3px solid #1c69d4;
  border-radius: 3px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  content: "";
  height: 16px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.25s ease-out;
  width: 16px;
}
.forum-threads-lists .forum-threads-list-listing-item a:active,
.forum-threads-lists .forum-threads-list-listing-item a:focus,
.forum-threads-lists .forum-threads-list-listing-item a:hover {
  background: #f1f1f1;
  color: #4d4d4d;
}
.forum-threads-lists .forum-threads-list-listing-item a:active:after,
.forum-threads-lists .forum-threads-list-listing-item a:focus:after,
.forum-threads-lists .forum-threads-list-listing-item a:hover:after {
  transform: translateX(5px) translateY(-50%) rotate(45deg);
}
.forum-threads-lists .forum-threads-list-listing-item:last-child {
  border-bottom: 1px solid #c5c5c5;
}
.forum-threads-lists .forum-threads-list-listing-item time {
  color: #8e8e8e;
  display: block;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
}
.forum-threads-lists .forum-threads-list-listing-item-content {
  display: flex;
  flex-wrap: wrap;
}
.forum-threads-lists .forum-threads-list-listing-item .forum-avatar-wrapper {
  margin-right: 20px;
}
.forum-threads-lists .forum-threads-list-listing-item .forum-tooltip-wrapper .forum-tooltip {
  transform: translateX(-50%) translateY(-35px);
}
.forum-threads-lists .forum-threads-list-listing-item .forum-tooltip-wrapper:active .forum-tooltip,
.forum-threads-lists .forum-threads-list-listing-item .forum-tooltip-wrapper:focus .forum-tooltip,
.forum-threads-lists .forum-threads-list-listing-item .forum-tooltip-wrapper:hover .forum-tooltip {
  transform: translateX(-50%) translateY(-45px);
}
.forum-new-thread label,
.forum-thread-new-reply label {
  display: block;
  padding: 10px 0;
}
.forum-new-thread input,
.forum-thread-new-reply input,
.forum-new-thread textarea,
.forum-thread-new-reply textarea {
  background: #ffffff;
  border: 1px #bbbbbb solid;
  border-radius: 0;
  box-shadow: none;
  color: #4d4d4d;
  font-family: "BMW";
  font-weight: bold;
  font-family: 'Arial';
  height: 38px;
  line-height: 20px;
  outline: none;
  padding: 8px 10px;
  width: 100%;
}
.forum-new-thread textarea,
.forum-thread-new-reply textarea {
  min-height: 200px;
  resize: vertical;
}
.forum-new-thread-uploaded-files,
.forum-thread-new-reply-uploaded-files {
  margin: 24px 0 48px 0;
}
.forum-new-thread-uploaded-files.is-hidden,
.forum-thread-new-reply-uploaded-files.is-hidden {
  display: none;
}
.forum-new-thread-uploaded-files-label,
.forum-thread-new-reply-uploaded-files-label {
  color: #8e8e8e;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.forum-new-thread-uploaded-files-item,
.forum-thread-new-reply-uploaded-files-item {
  align-items: center;
  border-top: 1px solid #c5c5c5;
  display: flex;
  padding: 15px 0;
}
.forum-new-thread-uploaded-files-item:last-child,
.forum-thread-new-reply-uploaded-files-item:last-child {
  border-bottom: 1px solid #c5c5c5;
}
.forum-new-thread-uploaded-files-item-icon,
.forum-thread-new-reply-uploaded-files-item-icon {
  background: #c5c5c5;
  display: block;
  height: 20px;
  position: relative;
  width: 14px;
}
.forum-new-thread-uploaded-files-item-icon:after,
.forum-thread-new-reply-uploaded-files-item-icon:after {
  background: #ffffff;
  content: "";
  height: 6px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  width: 6px;
}
.forum-new-thread-uploaded-files-item-filename,
.forum-thread-new-reply-uploaded-files-item-filename {
  color: #8e8e8e;
  font-size: 14px;
  margin-left: 10px;
}
.forum-new-thread-uploaded-files-item-remove,
.forum-thread-new-reply-uploaded-files-item-remove {
  color: #d20000;
  font-size: 14px;
  margin-left: auto;
}
.forum-new-thread .button,
.forum-thread-new-reply .button {
  margin-right: 20px;
  padding: 15px 30px;
}
.forum-new-thread .upload-file .dz-default.dz-message span,
.forum-thread-new-reply .upload-file .dz-default.dz-message span {
  margin: 0 0 20px 0;
  max-width: 100%;
  width: 100%;
}
.forum-thread-new-reply .reply-hidden-text.is-hidden {
  display: none;
}
.forum-thread-new-reply-preview .forum-thread-reply-content {
  margin: 30px 0 0 0;
  width: 100%;
}
.forum-thread-new-reply-preview .forum-thread-reply-content .forum-thread-reply-content-wrapper:before {
  display: none;
}
.forum-thread-new-reply-preview.is-hidden {
  display: none;
}
.forum-thread-new-reply .forum-thread-new-reply-header {
  font-size: 36px;
  font-weight: bold;
  margin-top: 80px;
  position: relative;
}
.forum-thread-new-reply .forum-thread-new-reply-header .new-reply-cancel-button {
  margin-right: 0;
  position: absolute;
  top: -5px;
  right: 0;
}
.forum-thread-new-reply .forum-thread-new-reply-header .new-reply-cancel-button.is-hidden {
  display: none;
}
.forum-thread-replies {
  margin-top: 80px;
}
.forum-thread-reply {
  display: flex;
  margin-bottom: 60px;
}
.forum-thread-reply.has-replies {
  margin-bottom: 0;
}
.forum-thread-reply-content-wrapper {
  border: 1px solid #c5c5c5;
  margin-bottom: 20px;
  padding: 20px 30px 10px 30px;
  position: relative;
}
.forum-thread-reply-content-wrapper:before {
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-right-color: transparent;
  border-bottom-color: transparent;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 34px;
  transform: translateX(-50%) rotate(-45deg);
  width: 20px;
}
.forum-thread-reply-date {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.forum-thread-reply-info {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  width: 80px;
}
.forum-thread-reply-content {
  margin-left: 20px;
  width: calc(100% - 100px);
}
.forum-thread-reply-content p {
  font-size: 16px;
  line-height: 1.4;
}
.forum-thread-reply-author {
  display: block;
  margin-bottom: 10px;
}
.forum-thread-reply-replies {
  margin: 60px 0 60px -40px;
}
.forum-thread-reply-files {
  background: #f1f1f1;
  border-top: 1px solid #c5c5c5;
  margin: 10px -30px -10px -30px;
  padding: 20px 30px;
}
.forum-thread-reply-files-header {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.forum-thread-reply-files-item {
  align-items: center;
  display: flex;
  padding: 5px 0;
}
.forum-thread-reply-files-item-icon {
  background: #c5c5c5;
  display: block;
  height: 20px;
  position: relative;
  width: 14px;
}
.forum-thread-reply-files-item-icon:after {
  background: #f1f1f1;
  content: "";
  height: 6px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  width: 6px;
}
.forum-thread-reply-files-item-filename {
  color: #1c69d4;
  cursor: pointer;
  font-size: 14px;
  margin-left: 10px;
}
/*
 * Private messages
 */
.breadcrumbs .page {
  align-items: center;
  display: flex;
  padding-top: 32px;
}
.breadcrumbs .page ul {
  width: 100%;
}
.breadcrumbs .page .messages {
  margin-left: auto;
}
.breadcrumbs .page .messages .button {
  white-space: nowrap;
}
.breadcrumbs .page:before,
.breadcrumbs .page:after {
  display: none;
}
.private-messages-wrapper {
  display: flex;
}
.private-messages-contacts-list {
  margin: 30px auto 50px auto;
  max-width: 720px;
}
.private-messages-contacts-list ul {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
}
.private-messages-contacts-list ul li {
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  display: flex;
  padding: 10px 0;
  width: 100%;
}
.private-messages-contacts-list ul li:last-child {
  border-bottom: none;
}
.private-messages-contacts-list ul li.is-hidden {
  display: none;
}
.private-messages-contacts-list ul li .forum-avatar-wrapper {
  margin-right: 20px;
}
.private-messages-contacts-list ul li .forum-avatar-wrapper + span {
  font-weight: bold;
}
.private-messages-contacts-list ul li .button {
  margin-left: auto;
}
.private-messages-contacts-list ul[data-founded-items="0"] + .private-messages-no-contacts {
  display: block;
}
.private-messages-contacts-list .private-messages-no-contacts {
  display: none;
  font-weight: bold;
  opacity: 0.66;
  text-align: center;
}
.private-messages-inbox {
  border: 1px solid #c5c5c5;
  width: 360px;
}
.private-messages-inbox .button {
  width: 100%;
}
.private-messages-inbox-contacts {
  height: 560px;
  list-style-type: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}
.private-messages-inbox-contacts li {
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  display: flex;
  padding: 10px 40px 10px 20px;
}
.private-messages-inbox-contacts li.is-active,
.private-messages-inbox-contacts li:hover {
  background: #f4f4f4;
  cursor: pointer;
}
.private-messages-inbox-contacts li.is-new {
  position: relative;
}
.private-messages-inbox-contacts li.is-new:before {
  background: #1c69d4;
  border-radius: 50%;
  content: "";
  height: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.private-messages-inbox-contacts li:last-child {
  border-bottom: none;
}
.private-messages-inbox-contacts li .forum-avatar-wrapper {
  margin-right: 10px;
}
.private-messages-inbox-contacts li .forum-avatar-wrapper + span {
  font-weight: bold;
}
.private-messages-inbox-conversation {
  border: 1px solid #c5c5c5;
  height: 600px;
  margin-left: auto;
  width: calc(100% - 400px);
}
.private-messages-inbox-conversation-top {
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  display: flex;
  height: 37px;
  padding: 0 10px;
}
.private-messages-inbox-conversation-top strong {
  color: #1c69d4;
  margin-left: 5px;
}
.private-messages-inbox-conversation-content {
  height: calc(600px - 74px);
  overflow: auto;
  position: relative;
}
.private-messages-inbox-conversation-content .private-messages-inbox-conversation-content-initial-message {
  bottom: 20px;
  font-style: italic;
  left: 0;
  opacity: 0.66;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.private-messages-inbox-conversation-content .private-message-in,
.private-messages-inbox-conversation-content .private-message-out {
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: calc(50% - 20px);
  width: auto;
}
.private-messages-inbox-conversation-content .private-message-in .private-message-text,
.private-messages-inbox-conversation-content .private-message-out .private-message-text {
  background: #1c69d4;
  color: #ffffff;
  float: left;
  padding: 15px 20px;
}
.private-messages-inbox-conversation-content .private-message-in .private-message-datetime,
.private-messages-inbox-conversation-content .private-message-out .private-message-datetime {
  clear: both;
  color: #8e8e8e;
  display: block;
  font-size: 12px;
  padding-top: 5px;
  width: 100%;
}
.private-messages-inbox-conversation-content .private-message-out {
  margin-left: 50%;
}
.private-messages-inbox-conversation-content .private-message-out .private-message-text {
  background: #eeeeee;
  color: #8e8e8e;
  float: right;
}
.private-messages-inbox-conversation-content .private-message-out .private-message-datetime {
  text-align: right;
}
.private-messages-inbox-conversation-bottom {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  display: flex;
  height: 37px;
}
.private-messages-inbox-conversation-bottom .private-messages-inbox-message-input {
  border: none;
  padding: 5px 10px;
  width: 100%;
}
/* --------------------------------------------------------------------- */
/* > RWD                                                                 */
/* --------------------------------------------------------------------- */
@media (max-width: 1280px) {
  .select-wrapper {
    display: block;
    width: 100%;
    max-width: 445px;
    margin-bottom: 15px;
  }
  form.inputs.with-sorting .select-wrapper {
    width: auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  form.inputs.with-sorting .select-wrapper label {
    min-width: 150px;
  }
  .button {
    margin-left: 0;
  }
  section.orders.reports form.inputs.with-sorting button.button {
    margin-left: 0;
  }
}
@media (max-width: 1125px) {
  header #main-menu li.top li.branch-select {
    display: block;
    position: static;
    float: none;
  }
  header #main-menu li.top li.branch-select:after {
    display: none;
  }
  header #main-menu li.top li.branch-select ul {
    display: block;
    position: static;
    float: none;
    padding-left: 60px;
    padding-right: 0;
  }
  .expense-budget-view .expense-budget,
  .expense-budget-view .expense-budget.to-chart-items,
  .expense-budget-view .expense-chart {
    display: block;
    float: left;
    width: 33.33%;
  }
  .expense-budget-view form {
    width: 100%;
    display: block;
  }
  .expense-budget-view form:after,
  .expense-budget-view form:before {
    clear: both;
    content: "";
    display: block;
    width: 100%;
  }
  .expense-budget-view .expense-chart #expense-chart {
    margin: -30px 0 0;
  }
  body.bmw-mini header .logos {
    background-size: contain;
    background-position: center;
  }
  body.bmw-mini header #main-menu li a:after {
    opacity: 0;
  }
  li.right.search-item {
    position: absolute;
    top: 20px;
    right: 130px;
    border-top: 0 !important;
  }
  .shopping-cart .table > li > span,
  .shopping-cart .table > li .row > span {
    padding: 30px 10px;
  }
  header {
    /*
    .logos{
    position: absolute;
    right: 42px;
    top: 0;
  }
  */
  }
  header .logos {
    padding: 5px;
    max-height: 80px;
    width: 70px;
  }
  header #main-menu {
    width: auto;
    display: block;
    position: static;
    margin: 0;
  }
  header #main-menu li {
    padding-right: 0;
  }
  header #main-menu li.left {
    padding-left: 40px;
  }
  header #main-menu ul.menu-left,
  header #main-menu ul.menu-right {
    float: none;
    width: 100%;
    text-align: left;
  }
  header.active #main-menu {
    max-height: 800px;
  }
  header.active .mobile-switch {
    color: #1c69d4;
  }
  header.active .mobile-switch .hamburger-switch span {
    background: #1c69d4;
  }
  header.active .mobile-switch .hamburger-switch span::before,
  header.active .mobile-switch .hamburger-switch span::after {
    background: #1c69d4;
  }
  header nav {
    display: block;
    height: auto;
  }
  header .mobile-switch {
    display: block;
    text-align: left;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
  }
  header #main-menu {
    display: block;
    margin: 0 -15px;
    max-height: 0;
    overflow: hidden;
  }
  header #main-menu li {
    display: block;
    margin-right: 0;
    border-top: 1px solid #bbb;
  }
  header #main-menu li span.basket,
  header #main-menu li span.person {
    display: none;
  }
  header #main-menu li a {
    border-width: 0;
    padding: 7.5px 15px;
  }
  header #main-menu li.bottom a:after {
    display: none;
  }
  .table.statuses span:nth-child(2) {
    word-break: break-all;
  }
}
@media (max-width: 980px) {
  ul.columns.col-4 > li {
    width: 33.333%;
  }
  section.activity-tasks .tasks-list .task-files li,
  section.activity-tasks .tasks-list .dealer-task-files li {
    width: 14.28%;
  }
}
@media (min-width: 871px) {
  .orders .table.table-catalog-current > li .catalog-item > span,
  .orders .table.table-catalog-orders > li .catalog-item > span,
  .orders .table.table-catalog-current > li.header > span,
  .orders .table.table-catalog-orders > li.header > span {
    width: 8.5%;
  }
  .orders .table.table-catalog-current > li .catalog-item > span:first-child,
  .orders .table.table-catalog-orders > li .catalog-item > span:first-child,
  .orders .table.table-catalog-current > li.header > span:first-child,
  .orders .table.table-catalog-orders > li.header > span:first-child {
    width: 12.5%;
  }
  .orders .table.table-catalog-current > li .catalog-item > span:nth-child(2),
  .orders .table.table-catalog-orders > li .catalog-item > span:nth-child(2),
  .orders .table.table-catalog-current > li.header > span:nth-child(2),
  .orders .table.table-catalog-orders > li.header > span:nth-child(2) {
    width: 21%;
  }
  .orders .table.table-catalog-current > li .catalog-item > span:nth-child(n + 3),
  .orders .table.table-catalog-orders > li .catalog-item > span:nth-child(n + 3),
  .orders .table.table-catalog-current > li.header > span:nth-child(n + 3),
  .orders .table.table-catalog-orders > li.header > span:nth-child(n + 3) {
    text-align: center;
  }
  .orders .table.table-catalog-current > li .catalog-item > span:nth-child(8),
  .orders .table.table-catalog-orders > li .catalog-item > span:nth-child(8),
  .orders .table.table-catalog-current > li.header > span:nth-child(8),
  .orders .table.table-catalog-orders > li.header > span:nth-child(8) {
    width: 5%;
  }
  .orders .table.table-catalog-current > li .catalog-item > span:last-child,
  .orders .table.table-catalog-orders > li .catalog-item > span:last-child,
  .orders .table.table-catalog-current > li.header > span:last-child,
  .orders .table.table-catalog-orders > li.header > span:last-child {
    width: 8%;
  }
  .orders .table.table-catalog-current > li .catalog-item > span:nth-child(4),
  .orders .table.table-catalog-orders > li .catalog-item > span:nth-child(4) {
    color: #d20000;
  }
  .orders .table.table-catalog-history > li .catalog-item > span,
  .orders .table.table-catalog-history > li.header > span {
    width: 15%;
    text-align: center;
  }
  .orders .table.table-catalog-history > li .catalog-item > span:first-child,
  .orders .table.table-catalog-history > li.header > span:first-child {
    width: 40%;
    text-align: left;
  }
  .orders .table.table-catalog-current > li,
  .orders .table.table-catalog-orders > li,
  .orders .table.table-catalog-history > li {
    table-layout: fixed;
  }
  .orders .table.table-catalog-current > li .row,
  .orders .table.table-catalog-orders > li .row,
  .orders .table.table-catalog-history > li .row {
    margin-bottom: 0;
  }
  .orders .table.table-catalog-current > li .row ul.table,
  .orders .table.table-catalog-orders > li .row ul.table,
  .orders .table.table-catalog-history > li .row ul.table {
    margin-bottom: 0;
  }
  .orders .table.table-catalog-current > li .catalog-item:first-child,
  .orders .table.table-catalog-orders > li .catalog-item:first-child,
  .orders .table.table-catalog-history > li .catalog-item:first-child {
    border-top: 0;
  }
  .orders .table.table-catalog-current > li .catalog-item,
  .orders .table.table-catalog-orders > li .catalog-item,
  .orders .table.table-catalog-history > li .catalog-item {
    border-top: 1px #8e8e8e solid;
  }
  .orders .table.table-catalog-current > li .catalog-item:first-child > span,
  .orders .table.table-catalog-orders > li .catalog-item:first-child > span,
  .orders .table.table-catalog-history > li .catalog-item:first-child > span {
    padding-top: 0;
  }
  .orders .table.table-catalog-current > li .catalog-item .amount-wrapper.invalid,
  .orders .table.table-catalog-orders > li .catalog-item .amount-wrapper.invalid,
  .orders .table.table-catalog-history > li .catalog-item .amount-wrapper.invalid {
    margin-bottom: 15px;
  }
  .orders .table.table-catalog-current > li.type-header,
  .orders .table.table-catalog-orders > li.type-header,
  .orders .table.table-catalog-history > li.type-header {
    background: #4d4d4d;
  }
  .orders .table.table-catalog-current > li.type-header > span,
  .orders .table.table-catalog-orders > li.type-header > span,
  .orders .table.table-catalog-history > li.type-header > span {
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    color: white;
  }
  .orders .table.table-catalog-current > li .catalog-item > span,
  .orders .table.table-catalog-orders > li .catalog-item > span,
  .orders .table.table-catalog-history > li .catalog-item > span,
  .orders .table.table-catalog-current > li.header > span,
  .orders .table.table-catalog-orders > li.header > span,
  .orders .table.table-catalog-history > li.header > span {
    font-weight: 300;
    font-size: 12px;
  }
  .orders .table.table-catalog-current > li .catalog-item > span strong,
  .orders .table.table-catalog-orders > li .catalog-item > span strong,
  .orders .table.table-catalog-history > li .catalog-item > span strong,
  .orders .table.table-catalog-current > li.header > span strong,
  .orders .table.table-catalog-orders > li.header > span strong,
  .orders .table.table-catalog-history > li.header > span strong {
    font-weight: bold;
  }
  .orders .table.table-catalog-current > li .catalog-item > span p,
  .orders .table.table-catalog-orders > li .catalog-item > span p,
  .orders .table.table-catalog-history > li .catalog-item > span p,
  .orders .table.table-catalog-current > li.header > span p,
  .orders .table.table-catalog-orders > li.header > span p,
  .orders .table.table-catalog-history > li.header > span p {
    margin-bottom: 0;
    font-size: 12px;
  }
  .orders .table.table-catalog-current > li.series-header .catalog-item-row,
  .orders .table.table-catalog-orders > li.series-header .catalog-item-row,
  .orders .table.table-catalog-history > li.series-header .catalog-item-row {
    display: none;
  }
  .orders .table.table-catalog-current > li.series-header.active .catalog-item-row,
  .orders .table.table-catalog-orders > li.series-header.active .catalog-item-row,
  .orders .table.table-catalog-history > li.series-header.active .catalog-item-row {
    display: table;
  }
  .orders .table.table-catalog-current > li.series-header.active .series-header-row > span .sort-header span.sort-list,
  .orders .table.table-catalog-orders > li.series-header.active .series-header-row > span .sort-header span.sort-list,
  .orders .table.table-catalog-history > li.series-header.active .series-header-row > span .sort-header span.sort-list {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .orders .table.table-catalog-current > li.series-header .series-header-row > span,
  .orders .table.table-catalog-orders > li.series-header .series-header-row > span,
  .orders .table.table-catalog-history > li.series-header .series-header-row > span {
    border-bottom: 0;
  }
  .orders .table.table-catalog-current > li.series-header .series-header-row > span .sort-header,
  .orders .table.table-catalog-orders > li.series-header .series-header-row > span .sort-header,
  .orders .table.table-catalog-history > li.series-header .series-header-row > span .sort-header {
    font-weight: bold;
    font-size: 15px;
    font-family: "Arial";
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 13px;
  }
  .orders .table.table-catalog-current > li.series-header .series-header-row > span .sort-header span.sort-list,
  .orders .table.table-catalog-orders > li.series-header .series-header-row > span .sort-header span.sort-list,
  .orders .table.table-catalog-history > li.series-header .series-header-row > span .sort-header span.sort-list {
    position: absolute;
    padding-left: 5px;
    right: -30px;
    top: 50%;
    margin-top: -5px;
  }
  .orders .table.table-catalog-current > li input,
  .orders .table.table-catalog-orders > li input,
  .orders .table.table-catalog-history > li input {
    max-width: 60px;
    text-align: center;
  }
  .orders .table.table-catalog-current > li span.order-item-error,
  .orders .table.table-catalog-orders > li span.order-item-error,
  .orders .table.table-catalog-history > li span.order-item-error {
    display: none;
  }
  .orders .table.table-catalog-current > li span.order-item-error.active,
  .orders .table.table-catalog-orders > li span.order-item-error.active,
  .orders .table.table-catalog-history > li span.order-item-error.active {
    color: #d30607;
    position: absolute;
    white-space: nowrap;
    display: block;
    top: 42px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
  }
  .orders .table.table-catalog-current > li.catalog-order-summary,
  .orders .table.table-catalog-orders > li.catalog-order-summary,
  .orders .table.table-catalog-history > li.catalog-order-summary {
    background: #4d4d4d;
    color: white;
  }
  .orders .table.table-catalog-current > li.catalog-order-summary .info,
  .orders .table.table-catalog-orders > li.catalog-order-summary .info,
  .orders .table.table-catalog-history > li.catalog-order-summary .info {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 5px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .orders .table.table-catalog-current > li.catalog-order-summary .info > div,
  .orders .table.table-catalog-orders > li.catalog-order-summary .info > div,
  .orders .table.table-catalog-history > li.catalog-order-summary .info > div {
    width: 600px;
    font-size: 14px;
    font-weight: 300;
    right: 0;
    transform: translate(10px, 0);
  }
  .orders .table.table-catalog-current > li.catalog-order-summary .info > div:after,
  .orders .table.table-catalog-orders > li.catalog-order-summary .info > div:after,
  .orders .table.table-catalog-history > li.catalog-order-summary .info > div:after {
    left: 100%;
    margin-left: -25px;
  }
  .orders .table.table-catalog-current > li.catalog-order-summary .info:before,
  .orders .table.table-catalog-orders > li.catalog-order-summary .info:before,
  .orders .table.table-catalog-history > li.catalog-order-summary .info:before {
    content: '';
    display: block;
    width: 80%;
    height: 80%;
    background: white;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .orders .table.table-catalog-current > li.catalog-order-summary .info:before svg,
  .orders .table.table-catalog-orders > li.catalog-order-summary .info:before svg,
  .orders .table.table-catalog-history > li.catalog-order-summary .info:before svg {
    position: relative;
    z-index: 2;
  }
  .orders .table.table-catalog-current > li.catalog-order-summary span,
  .orders .table.table-catalog-orders > li.catalog-order-summary span,
  .orders .table.table-catalog-history > li.catalog-order-summary span {
    font-size: 18px;
  }
  .orders .table.table-catalog-current > li.catalog-order-summary span > div,
  .orders .table.table-catalog-orders > li.catalog-order-summary span > div,
  .orders .table.table-catalog-history > li.catalog-order-summary span > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .orders .table.table-catalog-current > li.catalog-order-summary span > div .light,
  .orders .table.table-catalog-orders > li.catalog-order-summary span > div .light,
  .orders .table.table-catalog-history > li.catalog-order-summary span > div .light {
    font-weight: normal;
    margin-right: 5px;
  }
  .orders .table.table-catalog-current > li.catalog-order-summary span:first-child,
  .orders .table.table-catalog-orders > li.catalog-order-summary span:first-child,
  .orders .table.table-catalog-history > li.catalog-order-summary span:first-child {
    width: 50%;
    text-align: left;
  }
  .orders .table.table-catalog-current > li.catalog-order-summary span:nth-child(2),
  .orders .table.table-catalog-orders > li.catalog-order-summary span:nth-child(2),
  .orders .table.table-catalog-history > li.catalog-order-summary span:nth-child(2) {
    width: 50%;
    text-align: right;
    padding-right: 15px;
  }
}
@media (max-width: 870px) {
  form.inputs.with-sorting .select-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  section.add-budget .form,
  section.add-budget .invoice-view {
    width: 100%;
    margin-bottom: 30px;
  }
  section.add-budget .form .row,
  section.add-budget .invoice-view .row {
    max-width: 100%;
  }
  section.orders.budgets .table .row > span:first-child {
    padding-left: 15px;
  }
  section.orders.budgets .table .row > span:first-child::before {
    display: none;
  }
  .expense-budget-view .expense-chart #expense-chart {
    display: none;
  }
  .expense-budget-view .expense-budget {
    width: 50%;
    margin-bottom: 15px;
  }
  .expense-budget-view .expense-budget.to-chart-items {
    width: 50%;
  }
  .expense-budget-view .expense-budget.to-chart-items > li {
    padding-left: 0;
  }
  .expense-budget-view .expense-budget.to-chart-items > li::before {
    display: none;
  }
  .table-statuses th {
    display: none;
  }
  .table-statuses tr {
    display: block;
  }
  .table-statuses tr:nth-child(2n + 1) {
    background-color: #f6f6f6;
  }
  .table-statuses td,
  .table-statuses td.author,
  .table-statuses td.status {
    display: table;
    width: 100%;
    border-top: 1px #dadada solid;
    padding: 0;
  }
  .table-statuses td:first-child,
  .table-statuses td.author:first-child,
  .table-statuses td.status:first-child {
    border-top: 0;
  }
  .table-statuses td .mobile-cell,
  .table-statuses td.author .mobile-cell,
  .table-statuses td.status .mobile-cell,
  .table-statuses td .cell,
  .table-statuses td.author .cell,
  .table-statuses td.status .cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 10px 15px 0 !important;
  }
  .table-statuses td .mobile-cell,
  .table-statuses td.author .mobile-cell,
  .table-statuses td.status .mobile-cell {
    width: 180px;
    font-weight: bold;
    padding-right: 10px;
  }
  .table-statuses .status,
  .table-statuses .author,
  .table-statuses .date,
  .table-statuses .message {
    width: 100%;
  }
  section.activity-tasks .tasks-list > li {
    padding: 15px 0;
  }
  section.activity-tasks .tasks-list > li .counter {
    position: static;
    margin-bottom: 15px;
    color: #1c69d4;
  }
  section.orders.budgets .table .expense-actions-row .status-history table td:first-child {
    width: 100%;
  }
  .order__task-statuses {
    padding: 0;
  }
  section.orders.budgets.budget .table .expense-details {
    padding-left: 0;
  }
  section.orders.budgets .table .row > span:last-child {
    text-align: left;
  }
  section.orders.budgets .table .expense-details {
    display: block;
    padding-left: 0;
    margin-bottom: 10px;
  }
  section.orders.budgets .table .expense-type-row,
  section.orders.budgets .table .expense-actions-row,
  section.orders.budgets .table .exposition-term {
    padding: 0 15px;
    margin: 0 0 15px;
  }
  section.orders.budgets .table .expense-type-row span,
  section.orders.budgets .table .expense-actions-row span,
  section.orders.budgets .table .exposition-term span {
    padding: 0;
  }
  section.orders.budgets .table .expense-actions-row {
    margin-bottom: 15px;
  }
  section.orders.budgets .table .expense-actions-row .icons span {
    padding: 15px 0 15px 30px;
    margin-right: 0;
    display: block;
  }
  section.orders.budgets .table .expense-actions-row .left,
  section.orders.budgets .table .expense-actions-row .right {
    padding: 0;
    width: 100%;
    display: block;
    float: none;
  }
  .years-search-filter form,
  .years-search-filter ul.years {
    float: none;
    display: block;
    width: 100%;
  }
  .expense-budget-view ul.expense-budget li {
    display: block;
    margin-right: 0;
  }
  section.orders.budgets.budgets-central .table > li > span,
  section.orders.budgets.budgets-central .table > li > a > span {
    text-align: left;
  }
  .orders .table > li.header.series-header {
    display: block;
  }
  .orders .table > li.header.series-header .catalog-item-row {
    display: none;
  }
  .orders .table > li.header.series-header .catalog-item-row > .table {
    margin-bottom: 0;
  }
  .orders .table > li.header.series-header.active .catalog-item-row {
    display: table;
  }
  .orders .table > li.header.series-header.active .series-header-row > span .sort-header span.sort-list {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .orders .table > li.header.series-header .series-header-row > span {
    border-bottom: 0;
  }
  .orders .table > li.header.series-header .series-header-row > span .sort-header {
    font-weight: bold;
    font-size: 15px;
    font-family: "Arial";
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 13px;
  }
  .orders .table > li.header.series-header .series-header-row > span .sort-header span.sort-list {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block !important;
    width: auto !important;
    padding: 0;
    margin-top: -5px;
  }
  ul.action-buttons li {
    display: block;
  }
  ul.action-buttons li .button {
    margin-left: 0;
    margin-bottom: 10px;
    min-width: 0;
    width: 100%;
  }
  .orders .table.table-catalog-current > li.series-header,
  .orders .table.table-catalog-orders > li.series-header {
    display: table;
  }
  .orders .table.table-catalog-current > li.series-header .row,
  .orders .table.table-catalog-orders > li.series-header .row,
  .orders .table.table-catalog-current > li.series-header .table,
  .orders .table.table-catalog-orders > li.series-header .table {
    margin-bottom: 0;
  }
  .orders .table.table-catalog-current > li.series-header .row.series-header-row,
  .orders .table.table-catalog-orders > li.series-header .row.series-header-row {
    display: none;
  }
  .shopping-cart .table > li .row > span.mobile-hidden {
    display: none !important;
  }
  .shopping-cart .table .row.only-mobile {
    display: table;
  }
  .shopping-cart .table .cart-details .details-row .title-cell .info-text.active,
  .shopping-cart .table .cart-details .details-row .emission-cell .info-text.active {
    display: block;
    visibility: visible;
  }
  .shopping-cart .table .cart-details .details-row .mobile-cell i.info {
    right: 10px;
    top: 10px;
  }
  .shopping-cart .table .cart-details .details-row .mobile-cell i.info > div {
    display: none !important;
  }
  .shopping-cart .table .cart-details .details-row .spec-content > div.upload-file,
  .shopping-cart .table .cart-details .details-row .spec-content > div.upload-file > div,
  .shopping-cart .table .cart-details .details-row .spec-content > div.upload-file > div > div {
    width: 100%;
    padding-right: 0;
    display: table;
  }
  .shopping-cart .table .cart-details .details-row .spec-content > div.upload-file span {
    display: block;
    max-width: none;
    padding: 20px 10px;
  }
  .shopping-cart .table .cart-details .details-row {
    padding: 0 10px;
  }
  .shopping-cart .table .cart-details .details-row .mobile-cell {
    vertical-align: top;
    line-height: 38px;
  }
  .shopping-cart .table .cart-details .details-row .term-cell,
  .shopping-cart .table .cart-details .details-row .campaign-cell,
  .shopping-cart .table .cart-details .details-row .title-cell,
  .shopping-cart .table .cart-details .details-row .size-cell,
  .shopping-cart .table .cart-details .details-row .amount-cell,
  .shopping-cart .table .cart-details .details-row .emission-cell,
  .shopping-cart .table .cart-details .details-row .emission-start-cell,
  .shopping-cart .table .cart-details .details-row .emission-end-cell,
  .shopping-cart .table .cart-details .details-row .specification-cell {
    padding-left: 0;
    position: relative;
  }
  .shopping-cart .table .cart-details .details-row .size-cell {
    padding-right: 0;
  }
  .shopping-cart .table .cart-details .details-row .title-cell .gray-wrapper {
    display: table;
    width: 100%;
    background: none;
    margin: 0;
    padding: 0;
  }
  .shopping-cart .table .cart-details .details-row .emission-start-cell,
  .shopping-cart .table .cart-details .details-row .emission-end-cell {
    max-width: 100%;
    float: none;
    padding-right: 0;
  }
  .shopping-cart .table .cart-details .details-row .spec-content > div {
    display: block;
    width: 100%;
  }
  .shopping-cart .table .cart-details .details-row .spec-content > div > span {
    padding-left: 0;
  }
  .shopping-cart .table .cart-details .details-row .size-cell .width,
  .shopping-cart .table .cart-details .details-row .size-cell .height,
  .shopping-cart .table .cart-details .details-row .size-cell .length {
    padding-left: 0;
  }
  .shopping-cart .table .cart-details .details-row .size-cell .width i.measure,
  .shopping-cart .table .cart-details .details-row .size-cell .height i.measure,
  .shopping-cart .table .cart-details .details-row .size-cell .length i.measure {
    right: 25px;
    bottom: 15px;
  }
  .orders .table > li .task-not-undertaken::after {
    top: 14px;
  }
  .shopping-cart .table > li.footer > span:first-child {
    text-align: center;
  }
  .shopping-cart .table > li > span.invalid i.required-field,
  .shopping-cart .table > li .row > span.invalid i.required-field {
    bottom: 10px;
    line-height: 1.3em;
    top: auto;
  }
  .shopping-cart .table .cart-details i.required-field {
    bottom: -5px;
    left: 180px;
  }
  /*
  .shopping-cart button[type="submit"].button{
  display: none;
  }*/
  .files-list a {
    color: #1c69d4;
    text-decoration: underline;
    word-break: break-all;
  }
  .shopping-cart button[type="submit"].button#order-items {
    display: none;
  }
  .shopping-cart .table > li > span.file-field.disabled .upload-file,
  .shopping-cart .table > li > span.file-field.disabled .upload-file:hover,
  .shopping-cart .table > li .row > span.file-field.disabled .upload-file,
  .shopping-cart .table > li .row > span.file-field.disabled .upload-file:hover {
    color: white;
    background: #bbbbbb;
    border-color: #bbbbbb;
  }
  .orders .table.table-catalog-current > li.type-header,
  .orders .table.table-catalog-orders > li.type-header,
  .orders .table.table-catalog-history > li.type-header {
    background: #4d4d4d;
    color: white;
    margin-bottom: 0;
  }
  .orders .table.table-catalog-current > li input,
  .orders .table.table-catalog-orders > li input,
  .orders .table.table-catalog-history > li input {
    max-width: 60px;
    text-align: center;
  }
  .orders .table.table-catalog-current > li span.order-item-error,
  .orders .table.table-catalog-orders > li span.order-item-error,
  .orders .table.table-catalog-history > li span.order-item-error {
    display: none !important;
  }
  .orders .table.table-catalog-current > li span.order-item-error.active,
  .orders .table.table-catalog-orders > li span.order-item-error.active,
  .orders .table.table-catalog-history > li span.order-item-error.active {
    color: #d30607;
    display: block !important;
    font-size: 12px;
  }
  .orders .table.table-catalog-current > li .mobile-cell,
  .orders .table.table-catalog-orders > li .mobile-cell,
  .orders .table.table-catalog-history > li .mobile-cell {
    width: 50%;
    padding-right: 15px;
  }
  .orders .table.table-catalog-current > li .mobile-cell + div > span,
  .orders .table.table-catalog-orders > li .mobile-cell + div > span,
  .orders .table.table-catalog-history > li .mobile-cell + div > span {
    padding-left: 0;
    padding-right: 0;
  }
  li.catalog-order-summary i.info {
    display: none;
    visibility: hidden;
  }
  .table > li,
  .table > li > a,
  .table li .row {
    margin-bottom: 30px;
  }
  .table > li button[type="submit"].button.mobile-button,
  .table > li > a button[type="submit"].button.mobile-button,
  .table li .row button[type="submit"].button.mobile-button {
    width: 100%;
    display: block;
  }
  .table > li.header,
  .table > li > a.header,
  .table li .row.header {
    display: none;
  }
  .table > li span:first-child,
  .table > li > a span:first-child,
  .table li .row span:first-child {
    display: none;
  }
  .table > li span,
  .table > li > a span,
  .table li .row span,
  .table > li span.mobile-row,
  .table > li > a span.mobile-row,
  .table li .row span.mobile-row {
    display: table !important;
    width: 100% !important;
    padding: 15px;
    /*
      .upload-file, .remove-file{
      text-align: center;
      font-size: @defaultFontSize;
      line-height: @defaultFontSize;
      padding: @defaultSpace*2/3 @defaultSpace*2;
      background: @gray;
      border: 2px @gray solid;
      border-radius: 0;
      font-weight: normal;
      font-weight: bold;
      display: inline-block;
      cursor: pointer;
      text-decoration: none;
      color: white;
      .transition;
      width: 100%;

      &:focus, &:visited{
      color: white;
      background: @buttonColor;
    }
    &:hover{
    background: @buttonHoverColor;
    color: white;
    border-color: @buttonHoverColor;
  }
}
*/
  }
  .table > li span div,
  .table > li > a span div,
  .table li .row span div,
  .table > li span.mobile-row div,
  .table > li > a span.mobile-row div,
  .table li .row span.mobile-row div,
  .table > li span .mobile-cell,
  .table > li > a span .mobile-cell,
  .table li .row span .mobile-cell,
  .table > li span.mobile-row .mobile-cell,
  .table > li > a span.mobile-row .mobile-cell,
  .table li .row span.mobile-row .mobile-cell {
    display: table-cell;
    width: auto;
    vertical-align: middle;
  }
  .table > li span .mobile-cell,
  .table > li > a span .mobile-cell,
  .table li .row span .mobile-cell,
  .table > li span.mobile-row .mobile-cell,
  .table > li > a span.mobile-row .mobile-cell,
  .table li .row span.mobile-row .mobile-cell {
    width: 180px;
    padding-right: 10px;
  }
  .table > li span.price div:last-child,
  .table > li > a span.price div:last-child,
  .table li .row span.price div:last-child,
  .table > li span.mobile-row.price div:last-child,
  .table > li > a span.mobile-row.price div:last-child,
  .table li .row span.mobile-row.price div:last-child {
    text-align: center;
    font-size: 24px;
  }
  ul.columns.col-4 > li {
    width: 50%;
  }
  ul.columns.col-2 > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .table.statuses span:last-child.button-cell a {
    margin: auto;
    width: 100%;
    max-width: 245px;
  }
  .orders .table > li > a > span div,
  .table.statuses > li > a > span div {
    padding: 15px 0;
    border-top: 1px #dadada solid;
  }
  .orders .table > li > a > span div.mobile-cell,
  .table.statuses > li > a > span div.mobile-cell {
    padding-right: 10px;
  }
  .orders .table > li > a:hover,
  .table.statuses > li > a:hover {
    background: initial;
    color: initial;
  }
  .orders .table > li > a > span:first-child div,
  .table.statuses > li > a > span:first-child div {
    border-top: 0;
  }
  .orders .table > li.header,
  .table.statuses > li.header {
    padding: 0 15px;
    background: #f6f6f6;
    display: none;
  }
  .orders .table > li.header > span,
  .table.statuses > li.header > span {
    padding: 15px 0;
    border-top: 1px #c5c5c5 solid;
    border-bottom: 0;
  }
  .orders .table > li.header > span:first-child,
  .table.statuses > li.header > span:first-child {
    border-top: 0;
  }
  .orders .table > li.header > span:last-child,
  .table.statuses > li.header > span:last-child {
    display: none;
  }
  .orders .table > li > span,
  .table.statuses > li > span {
    width: 100% !important;
    display: block;
  }
  .orders .table > li > a > span,
  .table.statuses > li > a > span {
    width: 100% !important;
    display: block;
    padding: 0 15px;
  }
  .orders .table > li > a > span.empty,
  .table.statuses > li > a > span.empty {
    display: none;
  }
  .orders .table > li > a > span:last-child.button-cell,
  .table.statuses > li > a > span:last-child.button-cell {
    padding: 15px;
  }
  .orders .table > li > a > span:last-child.button-cell .button,
  .table.statuses > li > a > span:last-child.button-cell .button {
    width: 90%;
    max-width: 245px;
    margin: auto;
    display: table;
  }
  section.orders.reports form button.button {
    margin: auto;
    width: 100%;
  }
  form.inputs label.label {
    margin-bottom: 15px;
    display: block;
  }
  form.inputs .button {
    display: table;
    float: left;
    width: 45%;
    margin: 0 2.5%;
  }
  form.inputs .select-wrapper {
    width: 100%;
    max-width: 100%;
  }
  form.inputs .select-wrapper::before {
    right: 0;
  }
  form.inputs select {
    width: 100%;
    margin-right: 0;
  }
  form.inputs .search-wrapper {
    display: block;
    margin-right: 0;
  }
  form.inputs .search-wrapper .input {
    width: 100%;
  }
  form.inputs .status-wrapper {
    display: block;
    margin-top: 15px;
  }
  form.inputs .status-wrapper:after,
  form.inputs .status-wrapper:before {
    clear: both;
    content: "";
    display: block;
    width: 100%;
  }
  form.inputs input.input.date-start,
  form.inputs input.input.date-end {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  section.activity-header .top-header h2,
  section.activity-header .bottom-header h2,
  section.activity-header .top-header h3,
  section.activity-header .bottom-header h3,
  section.activity-header .top-header h1,
  section.activity-header .bottom-header h1,
  section.activity-header .top-header .status,
  section.activity-header .bottom-header .status,
  section.activity-header .top-header .term,
  section.activity-header .bottom-header .term {
    display: block;
    float: none;
    text-align: left;
    margin-bottom: 0.4em;
  }
  .shopping-cart .table > li:not(.footer) > span:first-child,
  .shopping-cart .table > li:not(.footer) .row:not(.only-mobile) > span:first-child {
    display: none !important;
  }
  .popup-status ul.parent-list > li {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .buttons-flexbox {
    flex-direction: column;
  }
  .buttons-flexbox .button-status-wrapper {
    margin-bottom: 10px;
    width: 100%;
  }
  .buttons-flexbox .button {
    width: 100%;
  }
  .branch-select ul.columns.col-3 > li {
    display: block;
    width: 100%;
  }
  .branch-select ul.columns.col-3 > li .box {
    width: 100%;
  }
  section.ads-generator ul.columns.col-3 > li {
    width: 50%;
  }
  section.activity-tasks .tasks-list .task-files li,
  section.activity-tasks .tasks-list .dealer-task-files li {
    width: 20%;
  }
  section.activity-header .content .image,
  section.activity-header .content .details {
    width: 100%;
    padding: 0;
    display: block;
    margin: 0 auto 30px;
  }
  .activity-tabs {
    padding: 30px 0;
    margin: 0;
  }
  .activity-tabs ul {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .popup-status {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: -moz-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .popup-status .options {
    max-height: -webkit-calc(100% - 60px);
    max-height: -moz-calc(100% - 60px);
    max-height: -o-calc(100% - 60px);
    max-height: calc(100% - 60px);
    margin-bottom: 15px;
  }
  .page.stats {
    display: block;
  }
  .page.stats .left,
  .page.stats .right {
    width: 100%;
    display: block;
  }
  .forecast {
    margin: 0;
  }
  .forecast .image,
  .forecast .temperatures,
  .forecast .description {
    display: block;
  }
  .forecast .image,
  .forecast .temperatures {
    float: left;
  }
  .forecast .image {
    width: 33.333%;
  }
  .forecast .temperatures {
    width: 66.666%;
  }
  .forecast .details {
    border-left: 0;
    padding-left: 0;
  }
  .forecast .details:after,
  .forecast .details:before {
    clear: both;
    content: "";
    display: block;
    width: 100%;
  }
  section.order .buttons .button {
    display: block;
    margin: 15px auto;
    width: 100%;
    max-width: 245px;
  }
  .popup {
    padding: 45px;
  }
  section.form.user-profile .form-group .input,
  section.form.user-profile .form-group input,
  section.form.user-profile .form-group label {
    width: 100%;
    float: none;
  }
  section.form.user-profile .input#name {
    max-width: 100%;
  }
  section.form .form-group {
    margin-bottom: 15px;
    text-align: right;
  }
  section.form .form-group:after,
  section.form .form-group:before {
    clear: both;
    content: "";
    display: block;
    width: 100%;
  }
  section.form .form-group input,
  section.form .form-group label {
    display: block;
    margin-right: 0;
    float: left;
    text-align: left;
  }
  section.form .form-group label {
    width: 88px;
  }
  section.form .form-group input {
    width: 90%;
    width: -moz-calc(100% - 88px);
    width: -o-calc(100% - 88px);
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);
    max-width: none;
  }
  section.form .button {
    margin: 15px auto;
    display: inline-block;
    width: -moz-calc(100% - 88px);
    width: -o-calc(100% - 88px);
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);
  }
  .tabs ul li {
    margin-right: 30px;
  }
  .tabs ul li.active {
    font-size: 25px;
  }
  div#product-gallery .prev,
  div#product-gallery .next {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  div#product-gallery .prev {
    background-position: 0 50px;
  }
  .orders.budgets .activities-table-wrapper {
    overflow: auto;
  }
  .orders.budgets .quarter-parameters div {
    width: 100%;
  }
}
@media (max-width: 580px) {
  section.activity-tasks .tasks-list .task-files li,
  section.activity-tasks .tasks-list .dealer-task-files li {
    width: 25%;
  }
  .expense-budget-view ul.years,
  .expense-budget-view ul.expense-budget {
    float: none;
    width: 100%;
  }
  section.orders.budgets .table .expense-actions-row .buttons,
  section.activity-tasks .tasks-list .task-buttons .buttons .butto {
    display: block;
  }
  section.orders.budgets .table .expense-actions-row .buttons .button,
  section.activity-tasks .tasks-list .task-buttons .buttons .butto .button {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  header #main-menu li a {
    padding: 0px 15px;
  }
  .top-search-wrapper {
    display: none;
  }
  .order-tabs {
    border-bottom: 1px solid #1C69D4;
  }
  .order-tabs .order-tab {
    width: 100%;
    border-right: 1px solid #1C69D4;
  }
  .search-wrapper {
    width: 100%;
  }
  .search-wrapper .input {
    width: 100%;
  }
  .expense-budget-view form label.label,
  .years-search-filter form label.label {
    position: static;
    display: block;
    margin-bottom: 0.5em;
  }
  .expense-budget-view form .search-wrapper,
  .years-search-filter form .search-wrapper {
    padding-left: 0;
  }
  section.orders.budgets .table .expense-actions-row .icons > .file-item {
    width: 100%;
    float: none;
    padding-top: 10px;
    min-height: 50px;
  }
  section.orders.budgets .table .expense-actions-row .icons > .file-item:before {
    height: 40px;
  }
  section.activity-header.planning .bottom-header {
    flex-wrap: wrap;
  }
  section.activity-header.planning .bottom-header .parameters,
  section.activity-header.planning .bottom-header .term {
    width: 100%;
  }
  section.activity-header.planning .bottom-header .term {
    margin-top: 15px;
  }
  section.activity-header.planning .bottom-header .buttons .button {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .add-project__bottom-buttons-row {
    flex-direction: column;
    align-items: stretch;
  }
  .add-project__bottom-buttons-row .buttons-flexbox {
    margin-left: 0;
    margin-right: 0;
  }
  .add-project__bottom-buttons-row .button-status-wrapper {
    margin-bottom: 0;
  }
  .add-project__bottom-buttons-row .button {
    margin: 0 0 15px;
  }
  section.ads-generator ul.columns.col-3 > li {
    width: 100%;
    display: block;
  }
  section.orders.budgets .table .expense-actions-row .status-history table {
    margin: 10px -10px;
  }
  section.orders.budgets .table a.red-exclamation span {
    display: none !important;
  }
  section.activity-tasks .tasks-list .task-files li,
  section.activity-tasks .tasks-list .dealer-task-files li {
    width: 33.33%;
  }
  section.orders.budgets .table .expense-actions-row .status-history table tr {
    display: block;
  }
  section.orders.budgets .table .expense-actions-row .status-history table td,
  section.orders.budgets .table .expense-actions-row .status-history table td:first-child,
  section.orders.budgets .table .expense-actions-row .status-history table td:nth-child(2) {
    display: block;
    width: 100%;
  }
  .shopping-cart .table .cart-details i.required-field {
    left: 110px;
  }
  section.activity-tasks .tasks-list .task-buttons .buttons {
    margin: 0;
    display: block;
  }
  section.activity-tasks .tasks-list .task-buttons .buttons .button {
    display: block;
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
  .shopping-cart .table li .row span.mobile-row {
    padding: 15px;
    padding-right: 25px;
    padding-left: 10px;
  }
  .shopping-cart .table li .row span.mobile-row .mobile-cell {
    width: 0;
  }
  .forecast {
    display: none;
  }
  .popup {
    width: 100%;
  }
  .popup .buttons {
    margin: 0;
  }
  .popup .button {
    width: 100%;
    display: block;
    margin: 15px 0;
  }
  ul.columns.col-4 > li {
    width: 100%;
  }
  .shopping-cart .table > li span .mobile-cell {
    width: 110px;
  }
  .shopping-cart button[type="submit"].button {
    width: 100%;
    width: -moz-calc(100% - 110px);
    width: -o-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
  }
  form.inputs .button {
    width: 100%;
    margin: 7.5px 0;
  }
  section.single-order button#edit-term {
    display: block;
    margin: 15px auto  0 0;
  }
  .files-radio input + label {
    display: block;
    margin-left: 0;
    margin: 5px 0;
  }
  .popup-status .options {
    max-height: -webkit-calc(100% - 120px);
    max-height: -moz-calc(100% - 120px);
    max-height: -o-calc(100% - 120px);
    max-height: calc(100% - 120px);
  }
  .popup-status ul.buttons-inline li {
    width: 100%;
    margin: 0;
    display: block;
  }
}
