﻿h4 {
  font-size: 15px;
  font-weight: bold;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.month-checkbox label {
  margin-right: 10px;
}
.month-checkbox label.disabled {
  color: #f89406;
}
.spinner-container {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  opacity: 0.6;
  background-color: grey;
}
.chart-container {
  text-align: center;
}
.chart-container .chart-spinner {
  height: 120px;
  margin: 0 50%;
}
.chart-container .measuremrnt-file-chart {
  max-height: 600px;
}
.chart-container .arrow-button {
  background-color: #f89406 !important;
}
.main-logo {
  margin-top: 10px;
}
form.search-form {
  margin: 10px 0;
}
.gm-style img {
  max-width: none;
}
.gm-style label {
  width: auto;
  display: inline;
}
.crumbs {
  margin: 0px -15px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.1em;
  }
  legend {
    font-size: 1.3em;
  }
}
.stats .description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 5px;
}
.stats .circular-chart-inline {
  margin-top: 10px;
}
.navbar .nav > li > a {
  text-shadow: none;
}
.measurement-file-status {
  text-align: center;
  font-size: large;
}
.measurement-file-status-imported {
  text-align: center;
  font-size: large;
  color: #2b739c;
}
.measurement-file-status-approved {
  text-align: center;
  font-size: large;
  color: #8bad47;
}
.measurement-file-status-rejected {
  text-align: center;
  font-size: large;
  color: #f89406;
}
.measurement-file-status-complained {
  text-align: center;
  font-size: large;
  color: #d94d4d;
}
.table .selected td {
  background-color: #FFD188 !important;
}
.uploader .qq-preview-list {
  list-style: none;
  padding: 0;
}
.uploader .qq-preview-list > li {
  margin: 10px 0;
}
.uploader .qq-uploader {
  position: relative;
  width: 100%;
}
.uploader .qq-upload-button {
  margin: 10px 0;
}
.uploader .qq-upload-drop-area,
.uploader .qq-upload-extra-drop-area {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100px;
  z-index: 2;
  background: #0cd6c2;
  text-align: center;
}
.uploader .qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
}
.uploader .qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  padding-top: 30px;
  height: 40px;
  min-height: 40px;
}
.uploader .qq-upload-drop-area-active {
  background: #303030;
  color: white;
}
.uploader .qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uploader .qq-upload-list li {
  margin: 0 0 10px 0;
  padding: 9px;
  line-height: 15px;
}
.uploader .qq-upload-file,
.uploader .qq-upload-spinner,
.uploader .qq-upload-size,
.uploader .qq-upload-cancel,
.uploader .qq-upload-retry,
.uploader .qq-upload-failed-text,
.uploader .qq-upload-finished {
  margin-right: 12px;
}
.uploader .qq-upload-spinner {
  display: inline-block;
  background: url("../img/processing.gif");
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
.uploader .qq-drop-processing {
  display: none;
}
.uploader .qq-drop-processing-spinner {
  display: inline-block;
  background: url("../img/processing.gif");
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
.uploader .qq-upload-finished {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.uploader .qq-upload-retry {
  display: none;
  color: #000000;
}
.uploader .qq-upload-cancel {
  /*color: white;*/
}
.uploader .qq-upload-retryable .qq-upload-retry {
  display: inline;
}
.uploader .qq-upload-size,
.uploader .qq-upload-cancel,
.uploader .qq-upload-retry {
  font-weight: normal;
}
.uploader .qq-upload-failed-text {
  display: none;
  font-style: italic;
  font-weight: bold;
}
.uploader .qq-upload-failed-icon {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.uploader .qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
.uploader .qq-upload-retrying .qq-upload-failed-text {
  display: inline;
  color: #d36969;
}
.uploader .qq-upload-list li.qq-upload-success {
  background-color: #ff9c00;
  color: #FFFFFF;
}
.uploader .qq-upload-list li.qq-upload-fail {
  background-color: #d36969;
  color: #FFFFFF;
}
.uploader .alert-error .qq-upload-failed-text {
  display: inline;
}
.uploader .qq-progress-bar {
  background-color: #ff9c00;
  width: 0%;
  height: 5px;
  margin-bottom: 10px;
  display: none;
}
/*# sourceMappingURL=style.css.map */