@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Mono'), local('RobotoMono-Regular'),
    url('./fonts/roboto-mono-v5-latin-regular.woff2') format('woff2'),
    url('./fonts/roboto-mono-v5-latin-regular.woff') format('woff');
}

pre {
  padding: 8px;
}

.console {
  font-family: 'Roboto Mono';
  font-size: 10px;
}

.toolbar-card {
  margin: 0 2px 2px 2px;
  padding: 4px 8px 4px 8px;
  border-radius: 0px 0px 4px 4px;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.toolbar-card-notab {
  margin: 2px 2px 2px 2px;
  padding: 4px 8px 4px 8px;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.dx-card {
  margin: 2px;
  padding: 8px;
  overflow: auto;
  border-radius: 4px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.dx-tabs {
  border-radius: 4px 4px 0px 0px;
  border-bottom: none;
}

.dx-tab {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.dx-tab.dx-tab-selected {
  border-bottom: none;
  color: #dc4643;
}

.dx-tab-selected:after {
  bottom: 0;
}

.toolbar-large .dx-toolbar .dx-toolbar-items-container {
  height: 42px;
}

.toolbar-small .dx-toolbar .dx-toolbar-items-container {
  height: 32px;
}

.dx-toolbar-label .dx-toolbar-item-content > div {
  font-size: 12px;
}

.dx-tab.dx-state-focused::after {
  border-bottom: none;
}

.modules h3 {
  display: inline-block;
  padding-bottom: 2px;
  padding-right: 8px;
  padding-left: 8px;
  margin: 0;
  color: #1497ce;
  text-decoration: none;
  font-family: 'OpenSansCondensedBold', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial,
    'Lucida Grande', sans-serif;
  cursor: pointer;
}

.modules h3:focus {
  outline: none;
}

.modules .active {
  color: #dc4643;
}

.modules .active:hover {
  background-color: inherit;
}

.menu {
  cursor: pointer;
}

.menu .active {
  color: #dc4643;
}

.menu div:focus {
  outline: none;
}

/* .menu dxi-item > div:hover {
  background-color: #faebe8;
} */

.chart {
  font-size: 12px;
  font-weight: normal;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
  shape-rendering: crispEdges;
}

.chart text {
  stroke: none;
}

.chart .label-small {
  font-size: 10px;
}

.inprogress {
  font-weight: bold;
}

/* http://paletton.com/#uid=72N0u0kfnuX5PQca-EWjUqcnVlN */

.chart path,
.chart line {
  fill: none;
  stroke: #b6b4b6;
}

.chart .progress {
  fill: #b6b4b6;
  stroke: #b6b4b6;
}

#route-alert path {
  fill: #de6868;
  shape-rendering: auto;
}

#route-ok path {
  fill: #71ca69;
  shape-rendering: auto;
}

#contact-alert path {
  fill: #bfbf00;
  shape-rendering: auto;
}

#distance-alert path {
  fill: #bfbf00;
  shape-rendering: auto;
}

#time-alert path {
  fill: #bfbf00;
  shape-rendering: auto;
}

#sensor path {
  fill: inherit;
  shape-rendering: auto;
}

use.sensor-ok {
  fill: #71ca69 !important;
  shape-rendering: auto;
}

use.sensor-warn {
  fill:#bfbf00 !important;
  shape-rendering: auto;
}

use.sensor-alert {
  fill:#de6868 !important;
  shape-rendering: auto;
}

use.sensor-fatal {
  fill:#A258B6 !important;
  shape-rendering: auto;
}

#reallocate path {
  fill: #1497ce;
  shape-rendering: auto;
}

.load-none {
  stroke: none;
  fill: #ffec92;
}

.load-loaded {
  stroke: none;
  fill: #71ca69;
}

.load-missing {
  stroke: none;
  fill: #de6868;
}

.status-ok {
  stroke: none;
  fill: #71ca69;
}

.status-warning {
  stroke: none;
  fill: #ffec92;
}

.status-alert {
  stroke: none;
  fill: #de6868;
}

.status-inprogress {
  stroke: none;
  fill: #6a6aff;
}

.status-incomplete {
  stroke: none;
  fill: #7b7b7b;
}

.status-unknown {
  stroke: none;
  fill: #bababa;
}

.status-handlingtime {
  stroke: none;
  fill: #4f9893;
}

.status-waitingtime {
  stroke: none;
  fill: #f7b480;
}
.icon-routeleg-multiple-customer {
  margin-top: -7px;
  margin-bottom: -6px;
}

.tick {
  opacity: 1;
}

.label {
  opacity: 1;
}

.tick .label {
  text-anchor: middle;
}

.domain {
  opacity: 1;
}

.markerIcon {
  text-align: center;
  font-size: 16px;
  display: inline-block;
}

.markerIconDot {
  text-align: center;
  font-size: 8px;
  display: inline-block;
}

.markerLabel {
  background-color: white;
  border-color: black;
  border: 1px;
  border-style: solid;
  padding: 2px;
  line-height: 10px;
  font-size: 10px;
  border-radius: 4px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 25px;
}

.dx-field-item-required-mark {
  color: #dc4643 !important;
}

.dx-datagrid-rowsview .dx-selection.dx-row.dx-column-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover.dx-column-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row.dx-column-lines > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover.dx-column-lines > tr > td {
  border-left-color: #fafafa;
  border-right-color: #fafafa;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-focused) > td {
  border-bottom: 1px solid #fafafa;
  border-top: 1px solid #fafafa;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td,
.dx-datagrid-rowsview .dx-selection.dx-row > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td {
  background-color: #dc464336;
  color: #1396cd;
}

.dx-datagrid-export-button .dx-icon-export-excel-button:before {
  content: '\f05f';
  font-weight: 900;
}

.dx-icon-export:before {
  content: '\f05f';
  font-weight: 900;
}

.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link {
  display: inline;
  background-position: 0 0;
  background-size: 14px 14px;
  padding: 0;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  margin: 0 1px;
}

.text-column {
  max-width: 200px !important;
}

.dx-scrollbar-vertical {
  width: 12px !important;
}

.dx-scrollbar-vertical .dx-scrollable-scroll {
  width: 12px !important;
}

.dx-scrollbar-horizontal {
  height: 12px !important;
}

.dx-scrollbar-horizontal .dx-scrollable-scroll {
  height: 12px !important;
}

.dx-toolbar-center {
  margin: 0 auto;
  height: 100%;
  text-align: left !important;
}

.sensor-color-none {
  color: #ffffff;
}

.sensor-color-ok {
  color: #47f34759 !important;
}


.sensor-color-warn {
  color: #ffbc00b8 !important;
}


.sensor-color-alert {
  color: #f74d61a3 !important;
}


.sensor-color-fatal {
  color: #cb0d7673 !important;
}

.create-new-button-ok {
  text-align: right !important;
  float: right !important;
  margin-bottom: 10px;
  margin-top: 10px;
}

