table, th, td {
  border: none; }

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0; }

table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0; }

table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2; }

table.striped > tbody > tr > td {
  border-radius: 0; }

table.highlight > tbody > tr {
  transition: background-color .25s ease; }

table.highlight > tbody > tr:hover {
  background-color: #f2f2f2; }

table.centered thead tr th, table.centered tbody tr td {
  text-align: center; }

thead {
  border-bottom: 1px solid #d0d0d0; }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
  table.responsive-table td:empty:before {
    content: '\A0'; }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top; }
  table.responsive-table th {
    text-align: left; }
  table.responsive-table thead {
    display: block;
    float: left; }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0; }
  table.responsive-table thead tr th::before {
    content: "\A0"; }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap; }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top; }
  table.responsive-table th {
    display: block;
    text-align: right; }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left; }
  table.responsive-table tr {
    padding: 0 10px; }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0; }
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0; }
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  table.responsive-table.bordered tr {
    border: 0; }
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0; } }

.flex, .flex-center {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap; }

.flex-row {
  flex-direction: row; }

.flex-col {
  flex-direction: column; }

.flex-center {
  align-items: center;
  justify-content: center; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.flex-5 {
  flex: 5; }

.flex-6 {
  flex: 6; }

.flex-7 {
  flex: 7; }

.flex-8 {
  flex: 8; }

.flex-9 {
  flex: 9; }

.flex-10 {
  flex: 10; }

.flex-11 {
  flex: 11; }

.flex-12 {
  flex: 12; }

.reports-viewer-header {
  padding: 10px;
  margin-bottom: 20px; }
  .reports-viewer-header .logo {
    float: left;
    width: 33%;
    max-width: 250px;
    text-align: left;
    margin: 10px; }
    .reports-viewer-header .logo img {
      width: 100%; }
  .reports-viewer-header .logo-bgimg {
    width: 100%;
    min-height: 100px;
    background-repeat: no-repeat;
    background-size: contain; }
  .reports-viewer-header .info {
    font-weight: 300;
    float: right;
    margin: 5px 10px; }
    .reports-viewer-header .info .name {
      font-weight: 300;
      margin-top: 0;
      text-align: right;
      font-size: 1.64rem;
      line-height: 110%;
      margin: 0 0 0.656rem 0;
      display: flex;
      align-items: center; }
    .reports-viewer-header .info .date {
      font-size: 13px;
      color: #545454; }
    .reports-viewer-header .info .date .label {
      margin-right: 5px;
      color: #9c9c9c; }
    .reports-viewer-header .info .date .value {
      float: right; }
  .reports-viewer-header .date-printed {
    margin-top: 5px; }

.badge-preview {
  display: inline-block;
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
  padding: 0 6px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
  text-transform: uppercase; }

.alert-preview {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 5px 0px; }

.reports-viewer-footer {
  text-align: right;
  color: white;
  padding: 5px 25px; }

.report-content {
  -webkit-print-color-adjust: exact;
  width: auto;
  height: auto;
  overflow: visible; }
  .report-content table {
    font-size: 14px;
    font-weight: 300; }
  .report-content .report-body {
    overflow: hidden; }
  .report-content .report-body-multiple {
    margin: 0; }
  .report-content .report-table-content {
    margin: 10px 20px; }
  .report-content .header-page-break {
    page-break-before: always; }
  .report-content .report-context {
    margin: 5px 0 10px 0; }
    .report-content .report-context img {
      margin-right: 8px; }
  .report-content .report-headers div {
    display: inline-block; }
  .report-content table {
    margin-bottom: 30px; }
    .report-content table td, .report-content table th {
      padding: 5px; }
    .report-content table th {
      font-weight: 300; }
    .report-content table th p {
      margin: 0; }
    .report-content table tr:nth-child(even) {
      background-color: #f9f9f9; }
    .report-content table tr.tr-header {
      border-bottom: 1px solid #d0d0d0; }
  .report-content .report-row-header {
    background: #efecec !important;
    font-weight: 400; }
    .report-content .report-row-header > td {
      padding: 15px 5px; }
      .report-content .report-row-header > td:first-child {
        padding: 15px 10px; }
  .report-content .report-link {
    color: #039be5; }
    .report-content .report-link:hover {
      cursor: pointer; }

.ecodriving-summary-report .ecodriving-score-bad {
  color: #f31919; }

.ecodriving-summary-report .ecodriving-score-normal {
  color: #ae911e; }

.ecodriving-summary-report .ecodriving-score-good {
  color: #05b705; }

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

.text-danger {
  color: #f31919; }

.text-success {
  color: #05b705; }

.text-info {
  color: #039be5; }

.ebpms-detailed-report .report-table-content {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d0d0d0; }
  .ebpms-detailed-report .report-table-content:last-child {
    border-bottom: none; }

.ebpms-detailed-report .context-asset {
  margin-bottom: 20px; }

.report-label {
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0; }

.reports-chart {
  height: 300px; }
  .reports-chart .ct-line {
    fill: none;
    stroke-width: 2px; }
  .reports-chart .ct-point {
    stroke-width: 6px;
    stroke-linecap: round; }

.reports-chart-container {
  position: relative; }
  .reports-chart-container .no-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #999;
    opacity: 0.7;
    user-select: none; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes scalein {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

.report-modal-viewer {
  animation-name: fadein;
  animation-duration: 0.25s;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.87);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease; }
  .report-modal-viewer.print-mode .report-modal-bar {
    display: none; }
  .report-modal-viewer.print-mode .report-modal-content {
    max-width: initial;
    margin: 0; }
  .report-modal-viewer.print-mode .report-modal-body {
    animation: none;
    transition: none;
    margin: 0;
    height: 100%; }
  .report-modal-viewer .report-modal-bar {
    background: #465A64;
    height: 70px;
    min-height: 70px; }
  .report-modal-viewer .report-modal-body {
    animation-name: scalein;
    animation-duration: 0.15s;
    display: flex;
    height: calc(100% - 90px);
    margin-top: 20px;
    display: flex;
    justify-content: center; }
  .report-modal-viewer .report-modal-content {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    transition: all 0.3s;
    overflow: auto; }

.report-modal-bar {
  color: #b2b2b2; }
  .report-modal-bar .report-name {
    color: #fff;
    text-transform: uppercase; }
  .report-modal-bar .report-bar-icon {
    padding: 0 15px;
    color: #fff;
    background: #4976bc; }
  .report-modal-bar .report-bar-info {
    margin: 0 15px;
    justify-content: center; }

.btn-print {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 20px 15px;
  width: 55.5px;
  line-height: 54px;
  height: 55.5px;
  background: #4976bc;
  text-align: center;
  letter-spacing: .5px;
  border-radius: 50%; }

.btn-print i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 55.5px; }

.btn-print:hover, .btn-print.active {
  background: #4976bc;
  color: white; }

@media print {
  body, html {
    width: 100%;
    height: 100%;
    overflow: visible; }
  .report-modal-viewer {
    position: relative;
    display: block; }
  .report-modal-body {
    display: block; }
  .btn-print {
    display: none; } }

.valign-middle, .va-middle {
  vertical-align: middle; }

.clearfix {
  clear: both; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }


/*# sourceMappingURL=../vendors~0f485567.fccbdb9bacef458ba5bb.bundle.map*/