/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

.Calendar {
  border-collapse: collapse;
  padding: 0;
  margin: 4rem auto 0; }

.Calendar th,
.Calendar td {
  padding: 1rem;
  text-align: center; }

.Day:hover {
  background: #eee;
  color: #000; }

.Day.today {
  background: #666;
  color: #fff; }

.Day.selected {
  background: #2980b9;
  color: #fff; }

.Day.other-month {
  background: #fafafa;
  color: #aaa; }

.loader .bar {
  /* Size and position */
  font-size: 20px;
  /* 1em */
  width: 10em;
  height: 1em;
  position: relative;
  margin: 100px auto;
  /* Styles */
  border-radius: .5em;
  /* Height/2 */
  background: white;
  /* Fallback */
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0.05em rgba(100, 100, 100, 0.075), 0 0 0 0.25em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.05em rgba(0, 0, 0, 0.1), 0 0.05em rgba(255, 255, 255, 0.7);
  /* Slight reflection */ }

.loader .bar:after {
  /* Content and position */
  content: "Loading...";
  position: absolute;
  left: 25%;
  top: 150%;
  /* Font styles */
  font-family: 'Carrois Gothic', sans-serif;
  font-size: 1em;
  color: #555;
  text-shadow: 0 0.05em rgba(255, 255, 255, 0.7); }

.loader .sphere {
  /* Size */
  display: block;
  width: 1em;
  height: 100%;
  /* Styles */
  border-radius: 50%;
  background: linear-gradient(#eee, #ddd);
  box-shadow: inset 0 0.15em 0.1em rgba(255, 255, 255, 0.3), inset 0 -0.1em 0.15em rgba(0, 0, 0, 0.15), 0 0 0.25em rgba(0, 0, 0, 0.3);
  /* Outter shadow */
  /* Animation */
  animation: loader-move 1.75s ease-in-out infinite alternate; }

@keyframes loader-move {
  to {
    margin-left: 90%; } }

.tether-element-attached-top .datepicker__triangle, .tether-element-attached-bottom .datepicker__triangle {
  margin-left: -8px;
  position: absolute; }

.tether-element-attached-top .datepicker__triangle, .tether-element-attached-bottom .datepicker__triangle, .tether-element-attached-top .datepicker__triangle:before, .tether-element-attached-bottom .datepicker__triangle:before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px; }

.tether-element-attached-top .datepicker__triangle:before, .tether-element-attached-bottom .datepicker__triangle:before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae; }

.tether-element-attached-top .datepicker__triangle {
  top: 0;
  margin-top: -8px; }

.tether-element-attached-top .datepicker__triangle, .tether-element-attached-top .datepicker__triangle:before {
  border-top: none;
  border-bottom-color: #f0f0f0; }

.tether-element-attached-top .datepicker__triangle:before {
  top: -1px;
  border-bottom-color: #aeaeae; }

.tether-element-attached-bottom .datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px; }

.tether-element-attached-bottom .datepicker__triangle, .tether-element-attached-bottom .datepicker__triangle:before {
  border-bottom: none;
  border-top-color: #fff; }

.tether-element-attached-bottom .datepicker__triangle:before {
  bottom: -1px;
  border-top-color: #aeaeae; }

.datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  display: inline-block;
  position: relative; }

.datepicker__container {
  position: absolute;
  display: inline-block;
  z-index: 2147483647; }

.datepicker__triangle {
  position: absolute;
  left: 50px; }

.datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 8px;
  position: relative; }

.datepicker__current-month {
  color: black;
  font-weight: bold;
  font-size: 13px; }

.datepicker__navigation {
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 6px solid transparent; }

.datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc; }

.datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc; }

.datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.datepicker__week-day {
  color: #ccc;
  display: inline-block;
  width: 28px;
  line-height: 24px; }

.datepicker__month {
  margin: 5px;
  text-align: center; }

.datepicker__day {
  color: #000;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-align: center;
  margin: 2px;
  cursor: pointer; }

.datepicker__day:hover {
  border-radius: 4px;
  background-color: #f0f0f0; }

.datepicker__day--today {
  font-weight: bold; }

.datepicker__day--selected {
  border-radius: 4px;
  background-color: #216ba5;
  color: #fff; }

.datepicker__day--selected:hover {
  background-color: #1d5d90; }

.datepicker__day--disabled {
  cursor: default;
  color: #ccc; }

.datepicker__day--disabled:hover {
  background-color: transparent; }

.datepicker__input {
  position: relative;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: inset 0 2px 2px #e9e9e9;
  border: 1px solid #aeaeae;
  line-height: 16px;
  padding: 6px 10px 5px; }

.datepicker__input:focus {
  outline: none;
  border-color: #aeaeae;
  box-shadow: inset 0 2px 2px #e9e9e9, 0 0 10px 0 rgba(73, 107, 125, 0.3); }

body.live {
  overflow: hidden; }

body.report {
  overflow: auto !important; }

html.report {
  overflow: auto !important; }

.filter-chart {
  margin-left: 30px; }

.only-print {
  display: none; }

@media print {
  .no-print, .no-print * {
    display: none !important; }
  .reset {
    display: none !important; }
  .page-breaker {
    page-break-after: always; }
  .only-print {
    display: block; }
  .active {
    font-weight: bold; }
  .page-breaker {
    page-break-inside: avoid; }
  .page-breaked {
    page-break-before: always; } }

.page-breaker {
  page-break-after: always; }

.date-info {
  float: left;
  padding-left: 5px; }

.main-chart-lane {
  clear: left;
  width: 100%; }

/*.main-chart-total { clear:left; width:100%; }*/
.measurement-group {
  clear: left; }

.lblShowLanes {
  padding-right: 10px; }

.loading-bar {
  padding-left: 10px; }

.selected-day {
  background-color: #AAAAAA; }

.selected-product {
  border-color: #AAAAAA; }

.product-info-col-key {
  padding-right: 10px; }

#modal {
  display: none;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  top: 100px; }

.glyphicon-refresh-animate {
  -animation: spin .8s infinite linear;
  -webkit-animation: spin2 .8s infinite linear; }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

.no-data-label {
  /*
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  writing-mode: lr-tb;
  */
  /*
  transform:          translate(50px,60px) rotate(40deg);
  -ms-transform:      translate(50px,60px) rotate(40deg);
  -webkit-transform:  translate(50px,60px) rotate(40deg);
  transform-origin:         left, top;
  -ms-transform-origin:     left, top;
  -webkit-transform-origin: left, top;
  position: absolute;
  */
  font-weight: bold; }

.c3-region.good {
  fill: green; }

.c3-region.acceptable {
  fill: yellow; }

.c3-region.critical {
  fill: red; }

.c3-region.order-1 {
  fill: #1F77B4; }

.c3-region.order-2 {
  fill: #FF7F03; }

.c3-line {
  stroke-width: 2px; }

.vertical-align {
  display: flex;
  align-items: center; }

.bold-x-axis .c3-axis-x .tick {
  font-weight: bold;
  font-size: medium;
  padding-top: 5px; }

.bold-y2-axis .c3-axis-y2 .tick {
  font-weight: bold;
  font-size: medium; }

.bold-y-axis .c3-axis-y .tick {
  font-weight: bold;
  font-size: medium; }

/*
        xs                      sm          md          lg
        None (auto)     750px       970px       1170px
        Extra small devices Phones (<768px)
        Small devices Tablets (=768px)
        Medium devices Desktops (=992px)
        Large devices Desktops (=1200px)
 */
/* XS */
/* md */
@media screen and (min-width: 992px) {
  .data-table {
    height: 235px; } }

#settings-container {
  position: absolute;
  right: 5px;
  top: 5px; }

#calendar-icon-container {
  position: absolute;
  left: 5px;
  top: 5px; }

.start-stop-container {
  position: absolute;
  right: 5px;
  top: 20px; }

#live-container {
  position: absolute;
  right: 8px;
  top: 1%; }

#panel-main {
  margin-bottom: 0px;
  padding-bottom: 0px; }

#dashboardHeader {
  min-height: 40px; }

#settingsChartTimeContainer {
  padding-top: 20px; }

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

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

/* Disable auto collapse on navigation */
.navbar-collapse.collapse {
  display: block !important; }

.navbar-nav > li, .navbar-nav {
  float: left !important; }

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important; }

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

.navbar-nav > li.active {
  font-weight: bold; }

.loading, .loading > td, .loading > th, .nav li.loading.active > a, .pagination li.loading, .pagination > li.active.loading > a, .pager > li.loading > a, .loading > .panel-heading {
  background-image: -webkit-linear-gradient(bottom left, 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) !important;
  background-image: -o-linear-gradient(bottom left, 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) !important;
  background-image: linear-gradient(to top right, 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) !important;
  background-size: 40px 40px !important;
  animation: 2s linear 0s normal none infinite progress-bar-stripes !important;
  -webkit-animation: progress-bar-stripes 2s linear infinite !important; }

.btn.btn-default.loading, input[type="text"].loading, select.loading, textarea.loading, .well.loading, .list-group-item.loading, .pagination > li.active.loading > a, .pager > li.loading > a {
  background-image: -webkit-linear-gradient(bottom left, rgba(235, 235, 235, 0.15) 25%, transparent 25%, transparent 50%, rgba(235, 235, 235, 0.15) 50%, rgba(235, 235, 235, 0.15) 75%, transparent 75%, transparent) !important;
  background-image: -o-linear-gradient(bottom left, rgba(235, 235, 235, 0.15) 25%, transparent 25%, transparent 50%, rgba(235, 235, 235, 0.15) 50%, rgba(235, 235, 235, 0.15) 75%, transparent 75%, transparent) !important;
  background-image: linear-gradient(to top right, rgba(235, 235, 235, 0.15) 25%, transparent 25%, transparent 50%, rgba(235, 235, 235, 0.15) 50%, rgba(235, 235, 235, 0.15) 75%, transparent 75%, transparent) !important; }

.order-list {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
