@font-face {
  font-family: 'skoda-trend-icons';
  src: url('../font/skoda-trend-icons.eot?95708818');
  src: url('../font/skoda-trend-icons.eot?95708818#iefix') format('embedded-opentype'), url('../font/skoda-trend-icons.woff2?95708818') format('woff2'), url('../font/skoda-trend-icons.woff?95708818') format('woff'), url('../font/skoda-trend-icons.ttf?95708818') format('truetype'), url('../font/skoda-trend-icons.svg?95708818#skoda-trend-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media print {
  #loader {
    display: none !important;
  }
}
/* LOGIN */
input[type="submit"],
.cx-button {
  display: inline-block;
  background: #4BA72D;
  border: 0;
  padding: 12px 15px !important;
  cursor: pointer;
  color: #FFFFFF;
  border-radius: 3px;
  text-decoration: none;
}
input[type="submit"]:hover:hover,
.cx-button:hover:hover {
  background: #397f22;
}
input[type="submit"]:disabled,
.cx-button:disabled {
  cursor: default;
  background: #D6D6D6;
}
a.visited {
  color: #707070;
}
.login-errors {
  color: #E9161F;
  text-align: center;
}
.full-width {
  width: 100% !important;
}
/* APP */
body {
  overflow-x: hidden;
}
#page .nav-info {
  left: 240px;
  text-align: right;
}
.datagrid thead th .filterable .date input {
  display: block;
}
table thead i.asc::after,
table thead i.desc::after {
  display: inline-block;
  margin: 0 0 0 8px;
  color: #4BA72D;
  font-family: 'icons';
  font-size: 16px;
  vertical-align: middle;
  font-weight: bold;
  font-style: normal;
}
a.button {
  display: inline-block;
  background: #4BA72D;
  border: 0;
  padding: 12px 15px;
  cursor: pointer;
  color: #FFFFFF;
  border-radius: 3px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
}
a.button:hover {
  background: #429328;
}
.datagrid tfoot .text-right {
  text-align: right;
}
table thead i.asc::after {
  content: "\f107";
}
table thead i.desc::after {
  content: "\f10b";
}
header #header-nav #nav-icons .languages {
  right: 1px;
}
header #header-nav #nav-icons .languages > span {
  text-indent: 0;
  margin-top: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
header #header-nav #nav-icons .languages ul.tab {
  padding: 0;
}
header #header-nav #nav-icons .languages ul.tab li {
  padding: 10px 15px;
  line-height: 24px;
}
header #header-nav #nav-icons .languages li > img {
  float: left;
  margin-right: 10px;
}
header #header-nav #nav-icons > * > span {
  height: inherit;
}
header #header-nav #nav-icons .logout::before {
  content: "\f011";
}
header #header-nav #nav-icons > * .tab > div > label {
  width: 45%;
}
header #header-nav #nav-icons > * .tab > div > span.filter-value {
  width: 55%;
}
.maincontent.split > h2 {
  text-align: center;
}
.col {
  border: 4px solid transparent;
}
.orange {
  color: #FF9900;
}
.circle.orange {
  background: #FF9900;
}
small.circle {
  margin-right: 6px;
}
ol li.checked {
  font-weight: bold;
}
/*******************************************/
/************* TREND INDICATORS ************/
/*******************************************/
.trend-value.higher,
.trend-value.lower,
.trend-value.none,
.trend-value.equal {
  margin-bottom: 5px;
  font-family: 'skoda-trend-icons';
  font-size: 30px;
  text-align: center;
  background: none;
}
.trend-value .trend-value-window {
  display: none;
  position: absolute;
  font-family: 'Skoda';
  left: 55%;
  top: 0;
  /*border-radius: 5px;*/
  font-size: 15px;
  padding: 5px;
  /*border: 2px solid black;*/
}
.trend-value:hover .trend-value-window {
  display: block;
}
.trend-value:hover .trend-value-window span {
  white-space: nowrap;
}
.trend-value {
  position: relative;
}
/* HIGHER */
.trend-value.higher::before {
  content: "\E802";
}
.trend-value.higher {
  color: #4BA72D;
}
.trend-value.reverse.higher {
  color: #E9161F;
}
/* LOWER */
.trend-value.lower::before {
  content: "\E801";
}
.trend-value.lower {
  color: #E9161F;
}
.trend-value.reverse.lower {
  color: #4BA72D;
}
.trend-value.equal::before {
  content: "\E805";
}
.trend-value.equal {
  color: #FF9900;
}
.trend-value.none::before {
  content: "\E800";
}
.trend-value.none {
  color: #808080;
}
/*********************************************/
.has-multiple .option.selected {
  background: #397f22;
  color: #FFFFFF;
}
.alert.orange::before {
  color: #FFFFFF;
  background: #FF9900;
  content: "\e903";
  font-family: 'Icons';
}
.alert.green::before {
  content: "\f108";
  color: #FFFFFF;
  background: #4BA72D;
  font-family: 'Icons';
}
.highlight {
  color: #4BA72D;
}
.datagrid .datagrid-toolbar {
  float: none;
}
.datagrid .datagrid-toolbar .datagrid-settings .dropdown-menu {
  margin: 15px;
  list-style-type: none;
}
.datagrid .datagrid-toolbar .datagrid-settings .dropdown-menu li {
  display: inline-block;
}
.single-report-table {
  text-align: left;
}
.single-report-table td {
  background: none !important;
  border: none;
  text-align: left;
}
.single-report-table td:first-child {
  width: 70%;
}
.single-report-table td.title {
  background: #4BA72D !important;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 30px;
}
.single-report-table tr.section-title td {
  background: #4BA72D !important;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
}
.single-report-table tr.section-title td:first-child {
  border-right: 10px solid;
}
.single-report-table tr.section-title td:last-child,
.single-report-table tr.main-information td:last-child,
.single-report-table tr.question td:last-child {
  text-align: right;
}
.single-report-table tr.question td {
  background: #ECECEC !important;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
@media print {
  .single-report-table tr td {
    page-break-inside: avoid;
  }
}
.filter-search,
.normal {
  height: 25px;
  padding: 0 0px !important;
  margin-top: 5px;
  border-radius: 3px !important;
  width: 100%;
}
.grid-col-actions .btn {
  margin-bottom: 5px;
}
.number-list-graph > div .number,
.number-list-graph > div .number + * {
  padding: 9px 5px 15px 5px;
}
.number-graph .stars .wrap small::before {
  color: inherit;
}
.number-graph .stars .full small::before {
  color: inherit;
}
@media (max-width: 1600px) {
  .lg-alt colgroup {
    display: none;
  }
}
tr.space-above td,
tr.space-above th {
  padding-top: 50px;
}
.number-list-graph > div p {
  margin: 10px 0 0 0;
  color: #707070 !important;
  background: transparent !important;
  font-weight: 300 !important;
  line-height: 1.3;
  height: 55px;
}
.grid-sort-symbol-no,
.grid-sort-symbol-asc,
.grid-sort-symbol-desc {
  padding: 4px 15px 4px 4px;
}
.grid-sort-symbol-no {
  background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIUnC2nKLnT4or00PvyrQwrPzUZshQAOw==) no-repeat center right !important;
}
.grid-sort-symbol-asc {
  background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIRnC2nKLnT4or00Puy3rx7VQAAOw==) no-repeat center right !important;
}
.grid-sort-symbol-desc {
  background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=) no-repeat center right !important;
}
#snippet--itemsContainer .filter-hidden {
  display: none;
}
.number-list-graph > div {
  text-align: center;
  line-height: 1.1;
  padding: 0;
  margin: 0.5%;
}
@media (min-width: 768px) {
  .number-list-graph > div {
    width: 24%;
  }
}
.nice-select.open .list {
  display: block;
  width: 100%;
}
.nice-select .list {
  display: none;
}
.nice-select > .current {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 620px) {
  header #header-nav #nav-icons {
    position: absolute;
  }
}
@media (min-width: 1040px) and (max-width: 1270px) {
  body #main-menu {
    display: none;
    width: 100%;
    float: none;
    padding-top: 0;
    background: #000000;
  }
  body::before {
    left: 0;
  }
  #page {
    margin-left: 0;
  }
  body header #header-nav .menu-butt {
    display: block;
  }
  .crumb-menu {
    font-size: 14px;
    position: relative;
    left: 40px;
  }
  .open-menu {
    display: block !important;
  }
  #main-menu > ul {
    width: auto !important;
  }
  #page .nav-info {
    position: static;
  }
}
@media (max-width: 1039px) {
  body::before {
    left: 0;
  }
  body header {
    position: relative;
  }
  body header #header-nav .crumb-menu {
    margin-left: 32px;
    font-size: 0.9em;
  }
  body header #header-nav .menu-butt {
    display: block;
  }
  body #main-menu {
    display: none;
    width: 100%;
    float: none;
    padding-top: 0;
    background: #000000;
  }
  body #main-menu > ul {
    display: block;
    width: 100%;
  }
  body #main-menu > ul > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body #main-menu > ul > li::after {
    content: none !important;
  }
  body #main-menu > ul > li.active::after {
    display: none;
    content: '';
  }
  body #main-menu.open-menu {
    display: block;
  }
  #page {
    margin-left: 0;
    padding-top: 0;
    min-height: 100px;
  }
  #page .nav-info {
    position: static;
  }
  #page h1 {
    margin-top: 30px !important;
  }
  #page .nav-info + .maincontent,
  #page .nav-info + .maincontent + .maincontent,
  #page .maincontent:first-child {
    padding-top: 30px !important;
  }
  #page.page-login {
    background-position: top;
  }
  #page.page-login #login-box {
    margin-top: 20em;
  }
  .bookmarks {
    text-align: center;
  }
  .bookmarks > * {
    width: auto;
    max-width: 25%;
  }
  table.break-sm,
  table.break-sm-2,
  table.break-md,
  table.break-md-2 {
    display: block;
  }
  table.break-sm thead,
  table.break-sm-2 thead,
  table.break-md thead,
  table.break-md-2 thead {
    display: block;
  }
  table.break-sm thead tr,
  table.break-sm-2 thead tr,
  table.break-md thead tr,
  table.break-md-2 thead tr {
    display: none;
  }
  table.break-sm thead tr td,
  table.break-sm-2 thead tr td,
  table.break-md thead tr td,
  table.break-md-2 thead tr td,
  table.break-sm thead tr th,
  table.break-sm-2 thead tr th,
  table.break-md thead tr th,
  table.break-md-2 thead tr th {
    display: none;
  }
  table.break-sm thead tr.filterable,
  table.break-sm-2 thead tr.filterable,
  table.break-md thead tr.filterable,
  table.break-md-2 thead tr.filterable,
  table.break-sm thead tr.sortable,
  table.break-sm-2 thead tr.sortable,
  table.break-md thead tr.sortable,
  table.break-md-2 thead tr.sortable {
    position: relative;
    z-index: 3;
    display: block;
    width: 100% !important;
    border: 0 !important;
    background: white;
    text-align: center;
  }
  table.break-sm thead tr.filterable .filter,
  table.break-sm-2 thead tr.filterable .filter,
  table.break-md thead tr.filterable .filter,
  table.break-md-2 thead tr.filterable .filter,
  table.break-sm thead tr.sortable .sort,
  table.break-sm-2 thead tr.sortable .sort,
  table.break-md thead tr.sortable .sort,
  table.break-md-2 thead tr.sortable .sort {
    display: inline-block;
    width: auto !important;
    margin: 0 5px 10px 5px;
    border: 0 !important;
  }
  table.break-sm tr.alt,
  table.break-sm-2 tr.alt,
  table.break-md tr.alt,
  table.break-md-2 tr.alt {
    display: none;
  }
  table.break-sm tbody,
  table.break-sm-2 tbody,
  table.break-md tbody,
  table.break-md-2 tbody {
    display: block;
    position: relative;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
  }
  table.break-sm tbody tr,
  table.break-sm-2 tbody tr,
  table.break-md tbody tr,
  table.break-md-2 tbody tr {
    display: block;
  }
  table.break-sm tbody tr th,
  table.break-sm-2 tbody tr th,
  table.break-md tbody tr th,
  table.break-md-2 tbody tr th {
    background: #ECECEC;
    display: block;
    width: 100% !important;
    float: left;
    font-weight: bold;
    text-align: center;
    padding: 8px;
  }
  table.break-sm tbody tr td,
  table.break-sm-2 tbody tr td,
  table.break-md tbody tr td,
  table.break-md-2 tbody tr td {
    display: block;
    width: 100% !important;
    float: left;
    border: 0;
    padding: 8px;
    text-align: left;
    background: transparent !important;
  }
  table.break-sm tbody tr td::before,
  table.break-sm-2 tbody tr td::before,
  table.break-md tbody tr td::before,
  table.break-md-2 tbody tr td::before {
    display: inline-block;
    content: attr(data-label);
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 8px;
    font-weight: 500;
  }
  table.break-sm tbody tr::before,
  table.break-sm-2 tbody tr::before,
  table.break-md tbody tr::before,
  table.break-md-2 tbody tr::before {
    position: absolute;
    content: ' ';
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #C0C0C0;
  }
  table.break-sm tbody tr::after,
  table.break-sm-2 tbody tr::after,
  table.break-md tbody tr::after,
  table.break-md-2 tbody tr::after {
    position: absolute;
    content: ' ';
    display: block;
    top: 0;
    height: 100%;
    width: 1px;
    border-right: 1px solid #C0C0C0;
  }
  table.break-sm tbody::after,
  table.break-sm-2 tbody::after,
  table.break-md tbody::after,
  table.break-md-2 tbody::after {
    display: block;
    clear: both;
    content: ' ';
    height: 1px;
  }
  table.break-md-2 tr {
    width: 50%;
    float: left;
  }
  table.break-md-2 tr:nth-child(2n+1) {
    clear: both;
  }
  table.break-md-2.lg-alt tr:nth-child(2n+1) {
    clear: none;
  }
  table.break-md-2.lg-alt tr:tr:nth-child(4n) {
    clear: both;
  }
  table.break-md-2.lg-alt td.alt,
  table.break-md-2.lg-alt tbody th.alt {
    display: block;
  }
  body #popup {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  body #popup .popup.help > .inner > .scroll {
    margin: 0 -25%;
  }
  body #popup .popup.help > .inner > .scroll > div {
    width: 50%;
  }
  body #popup .popup.help > .inner > .controls::before,
  body #popup .popup.help > .inner > .controls::after {
    width: 25%;
  }
  body #popup .popup.help > .inner > .controls .description {
    max-width: 90%;
    min-width: 600px;
    width: 50%;
  }
  body #popup .popup.help .nav-btn.back {
    left: 25%;
  }
  body #popup .popup.help .nav-btn.next {
    right: 25%;
  }
  body #popup .popup.help .close-btn {
    right: 25%;
  }
}
@media (max-width: 760px) {
  body .bookmarks > * {
    width: auto;
    max-width: 33.33%;
  }
  body table.break-md-2 tr {
    width: auto;
    float: none !important;
    clear: both !important;
  }
  body table.break-sm-2 tr {
    width: 50%;
    float: left;
  }
  body table.break-sm-2 tr:nth-child(2n+1) {
    clear: both;
  }
  body table.break-sm-2.lg-alt tr:nth-child(2n+1) {
    clear: none;
  }
  body table.break-sm-2.lg-alt tr:tr:nth-child(4n) {
    clear: both;
  }
  body table.break-sm-2.lg-alt td.alt,
  body table.break-sm-2.lg-alt tbody th.alt {
    display: block;
  }
  body #page h1 {
    font-size: 28.8px;
    height: auto;
    line-height: 1.2;
    padding-left: 25px;
    padding-right: 25px;
    white-space: normal;
  }
  body #popup .popup.help > .inner > .scroll {
    margin: 0;
  }
  body #popup .popup.help > .inner > .scroll > div {
    width: 100%;
  }
  body #popup .popup.help > .inner > .controls::before,
  body #popup .popup.help > .inner > .controls::after {
    content: '';
    display: none;
  }
  body #popup .popup.help > .inner > .controls .description {
    max-width: 100%;
  }
  body #popup .popup.help .nav-btn.back {
    left: 30px;
  }
  body #popup .popup.help .nav-btn.next {
    right: 30px;
  }
  body #popup .popup.help .close-btn {
    right: 15px;
  }
}
.three-columns .bar span:nth-child(1) small {
  background: #4BA72D;
  z-index: 3;
}
.three-columns .bar span:nth-child(2) small {
  background: #93CA81;
  opacity: 1 !important;
  z-index: 2;
}
.three-columns .bar span:nth-child(3) small {
  background: #B7DCAB;
  z-index: 1;
  opacity: 1 !important;
  position: relative;
  bottom: 10px;
}
.three-columns .bar span:nth-child(1) {
  z-index: 3 !important;
}
.three-columns .bar span:nth-child(2) {
  z-index: 2 !important;
}
.three-columns .bar span:nth-child(3) {
  z-index: 1 !important;
}
.three-columns .bar span:nth-child(2) small em {
  top: 5px;
}
.three-columns .bar span:nth-child(3) small em {
  top: 5px;
}
.multiple-select {
  height: 100px;
}
.btn-danger {
  margin: 0 10px;
}
#popup {
  background: rgba(0, 0, 0, 0.85);
}
.hide-select {
  display: none;
}
span.filter-value {
  text-align: left;
  vertical-align: middle;
  width: 60%;
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.noscroll {
  overflow: hidden !important;
  height: 100% !important;
}
.popup.solve .chat.active > div.hidden {
  display: none;
}
.datagrid table thead tr:nth-child(2) th {
  vertical-align: bottom;
}
.detail-popup-content {
  display: none !important;
}
.pdf.popup-pdf {
  position: absolute;
  top: 20px;
  right: 100px;
  width: auto;
  color: black;
  cursor: pointer;
}
.hint-item {
  z-index: 360;
  pointer-events: none;
}
.fake-icon {
  color: white;
  background: black;
  border-right: 1px #707070 solid;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  vertical-align: top;
  text-align: center;
  z-index: 13;
}
.fake-icon:before {
  font-family: 'Icons';
  font-size: 22px;
  display: block;
}
.fake-notification:before {
  content: '\f11d';
}
.fake-notification {
  border-left: 1px #707070 solid;
}
.fake-download {
  transform: rotate(90deg);
  border-top: 1px #707070 solid;
  border-right: none;
}
.fake-download:before {
  content: '\f112';
}
.fake-filter:before {
  content: "\e902";
}
.fake-help:before {
  content: "\e900";
}
.fake-export:before {
  content: "\f10d";
}
.fake-pdf:before {
  content: "\f10e";
}
.fake-logout:before {
  content: "\e901";
}
@media (max-width: 1600px) {
  body #page .maincontent.split {
    width: 100% !important;
  }
}
.square-label {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.circle-label {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
}
.square-label.green {
  background-color: #4BA72D;
}
.square-label.orange {
  background-color: #FF9900;
}
.square-label.red {
  background-color: #E9161F;
}
.menu-link {
  text-decoration: none;
  color: white;
}
.menu-link:hover {
  color: #4BA72D;
}
#tracy-debug .tracy-panel .tracy-icons {
  z-index: 9999999;
}
.kpi-table {
  width: 100%;
  background: transparent;
}
.kpi-table td {
  border: none;
  background: transparent !important;
}
@media (max-width: 850px) {
  .kpi-table td {
    display: block;
    margin: 0 auto;
  }
}
.kpi-table td:first-child {
  width: 33.33333333%;
}
.kpi-table .line-graph,
.kpi-table .dot-graph {
  max-width: none !important;
}
#popup .popup.help > .inner > .scroll > div > .content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
a.help,
span.help {
  color: white;
  text-decoration: none;
}
a.help:hover,
span.help:hover {
  color: #397f22;
}
header #header-nav #nav-icons .help span {
  position: relative;
  z-index: 20;
}
header #header-nav #nav-icons .help > small {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: -25px 0 0 22px;
  text-align: center;
  border-radius: 100%;
  background: #E9161F;
  color: #FFFFFF;
  font-size: 12px;
  z-index: 19;
}
header #header-nav #nav-icons .help ul {
  min-height: 50px;
  padding: 0;
}
header #header-nav #nav-icons .help ul li {
  padding: 20px;
  margin: 0;
  border-top: 1px solid #FFFFFF;
}
header #header-nav #nav-icons .help ul li:first-child {
  border-top: 0;
  padding-top: 22px;
}
header #header-nav #nav-icons .help ul li > p {
  margin: 0;
  padding: 3px 0 0 0;
}
a.help-tab {
  color: white;
  text-decoration: none;
}
.password-change-form {
  width: 75%;
  height: auto;
  position: relative;
  background-color: #FFFFFF;
  color: black;
  padding: 30px 15px;
  margin: 10% auto;
}
#Block87 .sections,
#Block88 .sections {
  display: inline;
  width: 200px;
}
.tab-csv {
  padding: 0 !important;
}
.tab-csv li {
  border-top: 1px solid white;
  padding: 20px !important;
  font-weight: bold;
}
.tab-csv li:nth-child(1) {
  border: 0 !important;
}
.filter.active .inline-help-wrapper {
  display: none !important;
}
.alerts.active .inline-help-wrapper {
  display: none !important;
}
.help.active .inline-help-wrapper {
  display: none !important;
}
header #header-nav #nav-icons > * .tab > div > p {
  float: left;
  width: 40%;
  display: inline-block;
  cursor: default;
  color: #000000;
  padding: 0.7em 0 0.7em 40px;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  box-sizing: border-box;
}
header #header-nav #nav-icons > * .tab > div > .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
header #header-nav #nav-icons > * .tab > div > .cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
header #header-nav #nav-icons > * .tab > div > input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #D6D6D6;
  border-radius: 30px;
  margin-left: 60%;
}
header #header-nav #nav-icons > * .tab > div > input.cmn-toggle-round + label:before,
header #header-nav #nav-icons > * .tab > div > input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
  width: auto;
  margin: 0;
}
header #header-nav #nav-icons > * .tab > div > input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #ECECEC;
  border-radius: 30px;
  transition: background 0.4s;
}
header #header-nav #nav-icons > * .tab > div > input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #FFFFFF;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
header #header-nav #nav-icons > * .tab > div > input.cmn-toggle-round:checked + label:before {
  background-color: #333333;
}
header #header-nav #nav-icons > * .tab > div > input.cmn-toggle-round:checked + label:after {
  margin-left: 30px;
}
ol.listing li .label,
ul.listing li .label,
ol.listing li.titles .left,
ul.listing li.titles .left {
  overflow: hidden;
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bar-graph.horizontal .bar span {
  height: 40px;
  margin-bottom: 10px;
}
.bar-graph span.label {
  display: block;
  margin-top: 25px;
}
.bar-graph.horizontal .bar small {
  height: 40px;
}
.bar-graph .bar em {
  height: 36px;
  line-height: 36px;
}
#main-menu ul .calendar > a::before {
  content: "\f118";
}
#main-menu ul .info > a::before {
  content: "\f10f";
}
#main-menu ul .cloude > a::before {
  content: "\f118";
}
#main-menu ul .pdf > a::before {
  content: "\f10e";
}
#main-menu ul .xls > a::before {
  content: "\f10d";
}
#main-menu ul .clock > a::before {
  content: "\e903";
}
#main-menu ul .question > a::before {
  content: "\e900";
}
#main-menu ul .spglass > a::before {
  content: "\f100";
}
#main-menu ul .setting > a::before {
  content: "\f102";
}
#main-menu ul .users > a::before {
  content: "\f10f";
}
/* Skoda logo margin because of IE scroller */
header .logo a img {
  margin-right: 10px;
}
/* Alerts */
.popup.solve .listing.lines {
  line-height: 1.1;
  margin-top: 15px;
}
.popup.solve ul.listing li .value {
  font-weight: normal;
}
.popup.solve .title span.label strong {
  color: #707070;
  font-size: 0.9em;
  margin-right: 2px;
}
.popup.solve .title span.label {
  font-size: 16px;
}
.popup.solve .title ul span:before {
  content: none;
}
.popup.solve .title span.text {
  color: #707070;
  font-size: 0.9em;
}
.inline-help .inline-help-wrapper {
  z-index: 50;
}
.solve-progress .radio::before,
.solve-type .radio::before {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  font-family: 'Icons';
  background: transparent !important;
  color: #000000;
  font-size: 30px;
}
.solve-progress .radio,
.solve-type .radio {
  border: 0;
  width: 32px;
  height: 32px;
}
.solve-progress .radio.checked::before,
.solve-type .radio.checked::before {
  color: #4BA72D;
}
.solve-progress .radio.unresolved::before,
.solve-type .radio.unresolved::before {
  content: "\f113";
}
.solve-progress .radio.progress::before,
.solve-type .radio.progress::before {
  content: "\f112";
}
.solve-progress .radio.resolved::before,
.solve-type .radio.resolved::before {
  content: "\f114";
}
/**/
td.profile-select {
  max-width: 10% !important;
}
.filter-option {
  padding: 8px 15px !important;
}
/* FLASH MESSAGES */
header .flash,
.popup .flash {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
  background-color: #4BA72D;
}
.popup .flash {
  position: relative;
  z-index: 500;
}
.popup .flash.fixed {
  position: absolute;
}
#popup .popup .flash .close-btn-flash {
  color: #FFFFFF;
}
header.fixed .flash {
  position: fixed;
  top: 46px;
}
.flash.danger {
  background-color: #E9161F;
}
.flash.warning {
  background-color: #FF9900;
}
.flash .close-btn,
.flash .close-btn-flash {
  float: right;
  font-size: 32px;
  color: #FFFFFF;
  padding: 0 15px;
  text-decoration: none;
}
.flash .close-btn:hover {
  color: #333333;
}
.help-me {
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #4BA72D;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 100px;
}
/* GRAPH LEGEND - FLIP */
.graph.opaque ul.legend li.interactive > span {
  font-size: smaller;
  color: #FFFFFF;
}
.graph.opaque ul.legend li.interactive > span:hover {
  opacity: 0.7;
}
.graph.opaque ul.legend li.disabled > span {
  opacity: 0.4;
}
#Block98 form {
  overflow-x: scroll;
}
header #header-nav #nav-icons .helpdesk:before {
  content: "\F11F";
}
.flip .legend.inline {
  display: none;
}
.marked {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background: #4BA72D;
  color: #FFFFFF;
  border-radius: 13px;
  padding: 0 10px;
  position: relative;
  left: -10px;
}
.solve .chat .back-link:hover {
  cursor: pointer;
  color: #4BA72D;
}
.solve .chat .back-icon:before {
  content: "\f105";
  font-family: Icons;
}
/* DATAGRID */
.datagrid .handle-sort {
  color: #4BA72D;
  padding: 2px 5px;
  cursor: move;
}
.datagrid .btn-activate {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
}
.bar-graph .bar {
  overflow: visible;
}
.horizontal-scroll .graph {
  overflow-x: auto;
  white-space: nowrap;
}
.horizontal-scroll div {
  white-space: normal;
  vertical-align: top;
}
.horizontal-scroll .graph div {
  float: none;
  display: inline-block;
}
/*************************************************/
/*************** OVERVIEW TABLE ******************/
/*************************************************/
.overview-table {
  margin: 20px 40px 0 40px;
  position: relative;
}
.overview-table .content {
  overflow-x: auto;
  position: static;
}
.overview-table.first-col-fixed {
  position: relative;
}
.overview-table.first-col-fixed .content {
  margin-left: 30%;
  position: static;
}
.overview-table .asc:after,
.overview-table .desc:after {
  font-family: 'Icons';
  display: inline-block;
  padding-left: 5px;
  font-weight: bold;
}
.overview-table .asc:after {
  content: '\f10b';
}
.overview-table .desc:after {
  content: '\f107';
}
.overview-table .row-hidden {
  display: none;
}
.overview-table .fixed-column {
  position: absolute;
  left: 0;
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overview-table .fixed-column:not(.first-column) {
  background: white;
}
.overview-table .paginator .next.disabled:hover,
.overview-table .overview-table .paginator .prev.disabled:hover,
.overview-table .active:hover {
  cursor: default;
  color: #000000;
}
.overview-table .sort-table {
  cursor: pointer;
}
.overview-table .first-column {
  text-align: left;
  background: #505050;
  color: #FFFFFF;
  text-overflow: ellipsis;
}
.overview-table .scroll-arrow {
  display: none;
  font-size: 30px;
  background: #397f22;
  color: #FFFFFF;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
}
.overview-table .scroll-arrow.left {
  left: 10px;
}
.overview-table .scroll-arrow.right {
  right: 10px;
}
.overview-table .scroll-arrow:hover {
  cursor: pointer;
}
.overview-table table {
  margin-bottom: 0;
  margin-top: 0;
}
.overview-table table td {
  min-width: 100px;
}
.overview-table table td,
.overview-table table th {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 8px;
}
.overview-table table tbody tr:nth-child(odd) td.first-column {
  background: #6e6e6e;
}
.overview-table table tbody tr th,
.overview-table table tbody tr td:not(.first-column) {
  background: #ECECEC;
}
.overview-table table tbody tr:nth-child(even) td:not(.first-column) {
  background: rgba(0, 0, 0, 0.1);
}
.overview-table tr:hover .first-column {
  background: #397f22 !important;
  color: #FFFFFF !important;
}
.overview-table td:not(.first-column) {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .overview-table {
    margin: 5px 5px 0 5px;
  }
}
@media (max-width: 950px) {
  .overview-table .first-column,
  .overview-table .fixed-column {
    width: 250px;
  }
  .overview-table.first-col-fixed .content {
    margin-left: 250px;
    position: static;
  }
}
.show-hide-all {
  float: right;
  cursor: pointer;
}
.overview-table-border-label {
  text-align: left;
  font-weight: bold;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
/************************************************/
.datagrid .btn-activate.active {
  background-color: #4BA72D;
}
.datagrid .btn-activate.inactive {
  background-color: #E9161F;
}
#frm-boxBlocks-Block98-grid-filter,
#frm-boxBlocks-Block99-grid-filter {
  overflow-x: scroll;
}
#snippet-usersDataGrid-grid-grid {
  overflow-x: scroll;
  overflow-y: hidden;
}
/************************************************/
.inline-help-wrapper {
  pointer-events: none;
}
/************************************************/
/**
 * Additional styles fixing responsive layout of alerts table in alertDataGrid
 */
@media (min-width: 1600px) {
  table.responsive-alert-table {
    table-layout: fixed;
  }
}
@media (min-width: 1040px) {
  table.responsive-alert-table tbody td {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
  }
  table.responsive-alert-table span.date > input {
    min-width: auto !important;
  }
}
@media (min-width: 1040px) and (max-width: 1600px) {
  table.responsive-alert-table tbody td {
    padding-left: 2px;
    padding-right: 2px;
  }
}
/************************************************/
/**
 * Content in .avoid-break stays together on one page when printing
 */
@media print {
  .avoid-break {
    page-break-inside: avoid;
  }
  .close-btn,
  #pdf-help {
    display: none;
  }
}
/************************************************/
/**
 * Custom icon for Skoda CZ
 */
header #header-nav #nav-icons .base-navigation::before {
  content: "\f10a";
}
/************************************************/
/**
 * Modal dialog displaying info, that the v2 is not ready
 */
#modal-info {
  width: 800px;
  top: 120px;
  max-width: 100%;
  max-height: calc(100% - 140px);
  overflow-y: auto;
  z-index: 1000;
  display: block;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
  padding: 2rem 2.5rem;
}
@media (min-width: 800px) {
  #modal-info {
    margin-left: -400px;
    left: 50%;
  }
}
/**
 * highlight active link
 */
.col-pagination .active {
  font-weight: bold;
}
/************************************************/
/** Hotfix for long rows overflowing */
.datagrid {
  overflow-x: auto;
}
/**
 * POPUP & BLOCK helper classes
 */
#popup .popup.size-small {
  max-width: 700px;
}
.popup-content {
  display: none;
}
.box .block-settings {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}
.box h2.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 60%;
  margin: 0 auto;
}
.box .block-settings > a {
  font-size: 20px;
  margin: 7px;
}
.wide {
  width: 100%;
}
form .date {
  line-height: 1;
  position: relative;
}
form .date:after {
  position: absolute;
  font-family: 'Icons';
  content: "\f118";
  font-size: 15px;
  color: #4BA72D;
  top: 5px;
  right: 6px;
  cursor: pointer;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #4BA72D;
}
input:focus + .slider {
  box-shadow: 0 0 1px #4BA72D;
}
input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.code {
  font-family: "Courier New", serif;
  padding: 2px 10px;
  background-color: #ECECEC;
}
.divider::before {
  margin: 20px;
  content: ' ';
  display: block;
  border-bottom: 1px solid #4BA72D;
}
/* Rounded sliders */
.slider {
  border-radius: 34px;
}
.slider:before {
  border-radius: 50%;
}
tr.warning-alert > *,
.warning-alert {
  background: rgba(233, 22, 31, 0.2) !important;
}
.transparent,
.transparent > * {
  background: transparent;
}
/**
 * ACTION TOOL
 */
.action-tool-detail {
  /* Firefox bug workaround */
  /**/
}
.action-tool-detail > .box {
  background: none;
  padding: 0;
}
.action-tool-detail > .box .box {
  padding: 0 20px 0 20px;
}
.action-tool-detail .group-wrap .row:nth-child(odd) {
  background-color: #ECECEC;
}
.action-tool-detail label {
  font-weight: normal;
}
.action-tool-detail p {
  padding: 0 0 7px 0;
}
.action-tool-detail a:not(.button) {
  color: #000000;
}
.action-tool-detail a:not(.button):hover {
  color: #4BA72D;
}
.action-tool-detail a:not(.button).a-remove {
  color: #E9161F;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  margin: 0 30px 0 3px;
}
.action-tool-detail .field-wrap {
  display: flex;
}
.action-tool-detail .field-wrap input,
.action-tool-detail .field-wrap select,
.action-tool-detail .field-wrap .nice-select {
  width: 100%;
  background: none;
}
.action-tool-detail .field-wrap input[disabled] {
  background-color: #ECECEC;
}
.action-tool-detail .field-wrap.field-value input {
  min-width: 52px;
}
.action-tool-detail .field-wrap.field-date input {
  min-width: 162px;
}
.action-tool-detail .field-wrap label {
  white-space: nowrap;
}
.action-tool-detail .field-wrap span.error {
  position: absolute;
  bottom: -14px;
  right: 15px;
}
.action-tool-detail .field-wrap span.field-options {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 14px;
  white-space: nowrap;
  display: none;
}
.action-tool-detail .field-wrap:hover span.field-options {
  display: inline;
}
.action-tool-detail .action {
  text-align: right;
}
.action-tool-detail input[type=date] {
  height: 44px;
}
.action-tool-detail input[type="submit"].btn-remove {
  background: none;
  padding: 3px 2px 0 2px !important;
  color: #E9161F;
  border: 0;
  font-size: 32px;
}
.action-tool-detail input[type="submit"].btn-remove:focus,
.action-tool-detail input[type="submit"].btn-remove:active {
  border: 0 !important;
}
.action-tool-detail input[type="submit"].btn-add,
.action-tool-detail a.btn-add {
  background: none;
  padding: 0 0 0 24px !important;
  color: #000000;
  border: 0;
  text-decoration: underline;
  margin-right: 30px;
}
.action-tool-detail input[type="submit"].btn-add.btn-area,
.action-tool-detail a.btn-add.btn-area {
  font-weight: bold;
  text-transform: uppercase;
}
.action-tool-detail input[type="submit"].btn-add:hover,
.action-tool-detail a.btn-add:hover {
  color: #4BA72D;
}
.action-tool-detail input[type="submit"].btn-add:focus,
.action-tool-detail a.btn-add:focus,
.action-tool-detail input[type="submit"].btn-add:active,
.action-tool-detail a.btn-add:active {
  border: 0 !important;
}
.action-tool-detail .btn-wrap {
  position: relative;
  z-index: 1;
}
.action-tool-detail .btn-wrap .fa {
  position: absolute;
  top: 0px;
  color: #4BA72D;
  font-size: 21px;
  z-index: -1;
}
.action-tool-detail input[type="submit"].btn-save {
  text-transform: uppercase;
  padding: 12px 35px !important;
  margin-right: 30px;
}
.action-tool-detail input[type="submit"].btn-save:disabled {
  display: none;
}
.action-tool-detail select {
  min-width: 0;
}
.action-tool-detail .nice-select,
.action-tool-detail select,
.action-tool-detail input[type=text],
.action-tool-detail input[type=date] {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: solid 1px #D6D6D6 !important;
}
.action-tool-detail select:active,
.action-tool-detail select:focus,
.action-tool-detail input[type=text]:active,
.action-tool-detail input[type=text]:focus,
.action-tool-detail input[type=date]:active,
.action-tool-detail input[type=date]:focus {
  border: none !important;
  border-bottom: solid 1px #4BA72D !important;
}
.action-tool-detail .file-wrap {
  position: relative;
  z-index: 1;
}
.action-tool-detail .file-wrap input[type=file] {
  display: none;
}
.action-tool-detail .file-wrap .files {
  display: none;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 5px;
}
.action-tool-detail .file-wrap .fa {
  position: absolute;
  top: 0px;
  color: #4BA72D;
  font-size: 21px;
  z-index: -1;
}
.action-tool-detail .file-wrap label {
  cursor: pointer;
  text-decoration: underline;
  padding-left: 24px;
}
.action-tool-detail .file-wrap label:hover {
  color: #4BA72D;
}
.action-tool-detail .btn-status {
  margin-left: 25px;
}
.action-tool-detail .row.errors ul {
  padding: 15px 0;
  list-style: none;
}
.action-tool-detail .row.errors ul li {
  color: #E9161F;
}
.action-tool-detail .hidden {
  display: none;
}
