﻿@charset "UTF-8";
/*!
 * jQuery UI Tooltip 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.is-hidden {
  display: none !important;
}

html {
  box-sizing: border-box;
}

body {
  background-color: #F6F6F6;
  font-size: 0.85em;
  font-family: Noto Sans, sans-serif;
  margin: 0;
  padding: 0;
  min-width: 1000px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.body--fit-to-view {
  height: 100vh;
}

header, .main-content, footer {
  flex-shrink: 0;
}

.main-content {
  flex-grow: 1;
}

.content-wrapper {
  margin: 0 auto;
  width: 1100px;
}
.content-wrapper:before, .content-wrapper:after {
  content: " ";
  display: table;
}
.content-wrapper:after {
  clear: both;
}

.kiosk-content-wrapper {
  margin: 0 10px;
}
.kiosk-content-wrapper:before, .kiosk-content-wrapper:after {
  content: " ";
  display: table;
}
.kiosk-content-wrapper:after {
  clear: both;
}

.component, .filters-panel, .editors-panel {
  padding: 12px;
  border: solid 1px #EBEBEB;
  background-color: white;
}

.button, .productivity-export-button, .filter-submit input[type=submit], .editors-panel .editor-submit input[type=submit], .filter-submit input[type=button], .editors-panel .editor-submit input[type=button],
.filter-submit button,
.editors-panel .editor-submit button, #loginForm input[type=checkbox],
#loginForm input[type=submit],
#loginForm input[type=button],
#loginForm button,
input[type=button].button, input[type=submit].button,
button.button,
input[type=submit], input[type=button],
.jquery-ui-custom-button {
  background-color: #EFEFEF !important;
  border: 1px solid #e2e2e2;
  border-radius: 3px !important;
  color: Black !important;
  cursor: pointer !important;
  font-size: 1.1em !important;
  font-weight: normal !important;
  padding: 5px 10px !important;
  margin-right: 8px !important;
  width: auto !important;
}
.button.button--darker, .button--darker.productivity-export-button, .filter-submit button.button--darker, .editors-panel .editor-submit button.button--darker, #loginForm input.button--darker[type=checkbox],
#loginForm input.button--darker[type=submit],
#loginForm input.button--darker[type=button],
#loginForm button.button--darker,
input[type=button].button.button--darker, input[type=submit].button.button--darker,
button.button.button--darker,
input[type=submit].button--darker, input[type=button].button--darker,
.jquery-ui-custom-button.button--darker {
  border-color: #ccc;
}
.button:last-child, .productivity-export-button:last-child, .filter-submit button:last-child, .editors-panel .editor-submit button:last-child, #loginForm input[type=checkbox]:last-child,
#loginForm input[type=submit]:last-child,
#loginForm input[type=button]:last-child,
#loginForm button:last-child,
input[type=button].button:last-child, input[type=submit].button:last-child,
button.button:last-child,
input[type=submit]:last-child, input[type=button]:last-child,
.jquery-ui-custom-button:last-child {
  margin-right: 0 !important;
}
.button:disabled, .productivity-export-button:disabled, .filter-submit button:disabled, .editors-panel .editor-submit button:disabled, #loginForm input[type=checkbox]:disabled,
#loginForm input[type=submit]:disabled,
#loginForm input[type=button]:disabled,
#loginForm button:disabled,
input[type=button].button:disabled, input[type=submit].button:disabled,
button.button:disabled,
input[type=submit]:disabled, input[type=button]:disabled,
.jquery-ui-custom-button:disabled {
  background-color: #A1A1A1 !important;
  cursor: not-allowed !important;
}
.button:active, .productivity-export-button:active, .filter-submit button:active, .editors-panel .editor-submit button:active, #loginForm input[type=checkbox]:active,
#loginForm input[type=submit]:active,
#loginForm input[type=button]:active,
#loginForm button:active,
input[type=button].button:active, input[type=submit].button:active,
button.button:active,
input[type=submit]:active, input[type=button]:active,
.jquery-ui-custom-button:active {
  background-color: rgb(213.5, 213.5, 213.5) !important;
}

a.button, a.productivity-export-button {
  text-decoration: none !important;
}

.view-button-column {
  width: 60px;
}

a.is-disabled {
  cursor: not-allowed;
}
a.is-disabled, a.is-disabled:link, a.is-disabled:visited, a.is-disabled:active, a.is-disabled:hover {
  color: #656565;
}

.ellipsis-download-tooltip {
  cursor: pointer;
}
.is-disabled .ellipsis-download-tooltip {
  color: grey;
}

.js-download-tooltip-row {
  line-height: 2;
}

.extra-padding .editor-field {
  padding-bottom: 1.5em;
}

.editor-field input, select {
  box-sizing: border-box;
}

a {
  color: #333;
  outline: none;
  text-decoration: underline;
}

a:link, a:visited,
a:active, a:hover {
  color: #333;
}

a:hover {
  background-color: #c7d1d6;
}

header, footer, hgroup,
nav, section {
  display: block;
}

mark {
  background-color: #a6dbed;
  padding-left: 5px;
  padding-right: 5px;
}

.hidden {
  display: none;
}

.centre, td.centre:first-child, th.centre:first-child {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.radio-list label {
  display: block;
  vertical-align: middle;
  padding-right: 20px;
}

.radio-list input {
  vertical-align: middle;
  width: 25px;
}

ul.checkbox-list {
  list-style-type: none;
}

.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
  color: #20240e;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
  padding-bottom: 10px;
}

h4 {
  font-size: 1.1em;
}

h5, h6 {
  font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
  padding: 0;
  text-decoration: none;
}

/* main layout
----------------------------------------------------------*/
form {
  display: inline-block;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
  background-color: #fff;
}

.featured .content-wrapper {
  background-color: #7ac0da;
  background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
  background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  color: #3e5667;
  padding: 20px 40px 30px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
  color: #fff;
}

.featured p {
  font-size: 1.1em;
}

/* page titles */
hgroup.title {
  margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
  display: inline;
}

hgroup.title h2 {
  font-weight: normal;
  margin-left: 3px;
}

/* features */
section.feature {
  width: 300px;
  float: left;
  padding: 10px;
}

/* ordered list */
ol.round {
  list-style-type: none;
  padding-left: 0;
}

ol.round li {
  margin: 25px 0;
  padding-left: 45px;
}

ol.round li.zero {
  background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one {
  background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two {
  background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three {
  background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four {
  background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five {
  background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six {
  background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven {
  background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight {
  background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine {
  background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article {
  float: left;
  width: 70%;
}

aside {
  float: right;
  width: 25%;
}

aside ul {
  list-style: none;
  padding: 0;
}

aside ul li {
  background: url("../Images/bullet.png") no-repeat 0 50%;
  padding: 2px 0 2px 20px;
}

.label {
  font-weight: 700;
}

/* login page */
#loginForm {
  float: left;
  width: 55%;
}

#loginForm .validation-error {
  display: block;
  margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
  margin: 0;
  padding: 0;
}

#loginForm .validation-summary-errors li {
  display: inline;
  list-style: none;
  margin: 0;
}

#loginForm input {
  width: 250px;
}

#loginForm input[type=checkbox],
#loginForm input[type=submit],
#loginForm input[type=button],
#loginForm button {
  width: auto;
}

#loginForm input[type=checkbox] {
  left: 3px;
  margin-right: 4px;
}

#socialLoginForm {
  margin-left: 40px;
  float: left;
  width: 40%;
}

#socialLoginForm h2 {
  margin-bottom: 5px;
}

#socialLoginList button {
  margin-bottom: 12px;
}

#logoutForm {
  display: inline;
}

/* contact */
.contact h3 {
  font-size: 1.2em;
}

.contact p {
  margin: 5px 0 0 10px;
}

.contact iframe {
  border: 1px solid #333;
  margin: 5px 0 0 10px;
}

/* forms */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset legend {
  display: none;
}

fieldset ol {
  padding: 0;
  list-style: none;
}

fieldset ol li {
  padding-bottom: 5px;
}

label {
  display: block;
  font-size: 1.2em;
  /*font-weight: 600;*/
}

label.checkbox {
  display: inline;
}

input, textarea, select {
  border: 1px solid #e2e2e2;
  background: #FFF;
  color: #333;
  font-family: "Arial";
  font-size: 1.2em;
  margin: 5px 0 6px 0;
  padding: 5px;
  width: 310px;
}

input:focus, textarea:focus {
  border: 1px solid #7ac0da;
}

input[type=checkbox] {
  background: transparent;
  border: inherit;
  width: auto;
}

input[type=checkbox] {
  cursor: pointer;
  position: relative;
  left: 3px;
}

button:disabled {
  cursor: not-allowed;
  background-color: #AAA;
}

td input[type=submit],
td input[type=button],
td button {
  font-size: 1em;
  padding: 4px;
  margin-right: 4px;
}

/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}

.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.error {
  color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error, input:invalid {
  border: 1px solid #AA2222;
  background: rgb(246.5, 212.5, 212.5);
}

input[type=checkbox].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}

.validation-summary-valid {
  display: none;
}

/* tables
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
}

table.full-width {
  width: 100%;
}

table.no-borders, table.no-borders td, table.no-borders th {
  border: none;
  text-align: left;
}

table.no-borders tr {
  background: none;
}

th {
  font-size: 1em;
  text-align: left;
  border: thin solid #d8d8d8;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background: #dbdbdb;
  text-align: center;
}

th:first-child {
  text-align: left;
}

th a {
  display: block;
  position: relative;
}

th a:link, th a:visited, th a:active, th a:hover {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 1em;
}

th a:hover {
  color: #000;
}

th.asc a, th.desc a {
  margin-right: 0.75em;
}

th.asc a:after, th.desc a:after {
  display: block;
  position: absolute;
  right: 0em;
  top: 0;
  font-size: 0.75em;
}

th.asc a:after {
  content: "▲";
}

th.desc a:after {
  content: "▼";
}

td:first-child {
  text-align: left;
}

tr.pager td {
  padding: 0 0 0 1em;
}

tr.disabled {
  color: #AAAAAA;
}

tr.disabled a {
  color: #AAAAAA;
}

tr.disabled g {
  fill: #AAAAAA;
}

/** misc*/
.flow-left {
  display: inline;
  float: left;
  padding: 4px;
}

/** specific items */
.alert-subscriptions-dialog {
  display: none;
}

.alert-subscriptions-dialog form, .alert-subscriptions-dialog table {
  width: 100%;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
  .featured .content-wrapper {
    padding: 10px;
  }
  /* page content */
  article, aside {
    float: none;
    width: 100%;
  }
  /* ordered list */
  ol.round {
    list-style-type: none;
    padding-left: 0;
  }
  ol.round li {
    padding-left: 10px;
    margin: 25px 0;
  }
  ol.round li.zero,
  ol.round li.one,
  ol.round li.two,
  ol.round li.three,
  ol.round li.four,
  ol.round li.five,
  ol.round li.six,
  ol.round li.seven,
  ol.round li.eight,
  ol.round li.nine {
    background: none;
  }
  /* features */
  section.feature {
    float: none;
    padding: 10px;
    width: auto;
  }
  section.feature img {
    color: #999;
    content: attr(alt);
    font-size: 1.5em;
    font-weight: 600;
  }
  /* forms */
  input {
    width: 90%;
  }
  /* login page */
  #loginForm {
    border-right: none;
    float: none;
    width: auto;
  }
  #loginForm .validation-error {
    display: block;
    margin-left: 15px;
  }
  #socialLoginForm {
    margin-left: 0;
    float: none;
    width: auto;
  }
}
.editor-label {
  margin-top: 1em;
  margin-bottom: 0.25em;
}

.editor-label label {
  font-weight: normal;
}

a.linkBtn {
  background-color: #7c7b7b;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: normal;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  width: 20%;
  display: block;
}

.centre-horizontal {
  margin: 0 auto;
}

/*Make default text light grey*/
::-webkit-input-placeholder {
  color: gray;
}

:-moz-placeholder { /* Firefox 18- */
  color: gray;
}

::-moz-placeholder { /* Firefox 19+ */
  color: gray;
}

:-ms-input-placeholder {
  color: gray;
}

table.vertical-input-table {
  table-layout: fixed;
}

table.vertical-input-table th {
  text-align: right;
  width: 250px;
}

table.vertical-input-table td {
  text-align: left;
  width: 100%;
}

table.vertical-input-table td * {
  width: auto;
  display: inline-block;
}

table.vertical-input-table td input[type=radio]:not(:first-child) {
  margin-left: 15px;
}

input[type=checkbox], input[type=radio] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}

/* toggle switch
    ----------------------------------------------------------*/
.toggle-switch-new {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}
.toggle-switch-new:focus-within {
  outline: solid 2px black;
}
.toggle-switch-new input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch-new input:checked + .toggle-switch-slider {
  background-color: #888888;
}
.toggle-switch-new .toggle-switch-slider {
  background-color: #ccc;
}
.toggle-switch-new__job-failed input:not(:checked) + .toggle-switch-slider {
  box-shadow: 0px 0px 3px 0px red;
}
.toggle-switch-new__job-failed input:checked + .toggle-switch-slider {
  background-color: red;
}
.toggle-switch-new__job-pending input:not(:checked) + .toggle-switch-slider {
  box-shadow: 0px 0px 3px 0px blue;
}
.toggle-switch-new__job-pending input:checked + .toggle-switch-slider {
  background-color: blue;
}

.toggle-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch-slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input.error + .toggle-switch-slider {
  box-shadow: 0 0 2px 2px red;
}
input:checked + .toggle-switch-slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.toggle-switch-slider.round {
  border-radius: 20px;
}
.toggle-switch-slider.round:before {
  border-radius: 50%;
}

input[type=checkbox].platechecker-select-all {
  left: 3px;
  margin-right: 5px;
}

.platechecker-table td {
  padding: 3px;
}
.platechecker-table td.platechecker-always-upload {
  min-width: 150px;
}
.platechecker-table input[type=checkbox] {
  left: 0;
}

header {
  padding-top: 20px;
  background-color: #252525;
  color: white;
}
header.sticky {
  position: sticky;
  top: 0;
  z-index: 3;
}

.site-title {
  float: left;
  font-size: 2.3em;
}
.site-title a, .site-title a:hover, .site-title a:active {
  color: white;
  background: none;
  text-decoration: none;
}
.site-title .site-title__logo {
  height: 44px;
}

.navigation {
  float: right;
  clear: right;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
.navigation a {
  color: white;
  text-decoration: none;
}
.navigation a:hover {
  color: white;
  background: none;
}
.navigation .navigation-item {
  display: inline-block;
  margin-left: 20px;
  padding-bottom: 10px;
  height: calc(100% - 3px);
  border-bottom: solid 3px #252525;
}
.navigation .navigation-item.is-selected, .navigation .navigation-item:hover {
  border-bottom-color: white;
}
.navigation .navigation-item a {
  color: white;
  text-decoration: none;
}
.navigation .navigation-item a:hover {
  color: white;
  background: none;
}

.login-status {
  float: right;
  font-size: 0.85em;
  margin: 0 0 10px;
  text-align: right;
}
.login-status a {
  background-color: #d3dce0;
  margin-left: 10px;
  margin-right: 3px;
  padding: 2px 3px;
  text-decoration: none;
  border-radius: 3px;
}
.login-status a.username {
  background: none;
  color: white;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
.login-status ul {
  margin: 0;
}
.login-status li {
  display: inline;
  list-style: none;
}

.main-content {
  padding: 20px 0 30px;
}
.main-content--fit-to-view {
  flex-shrink: 1;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.main-content--fit-to-view .message-error:empty {
  margin: 0;
}

.main-content__content-wrapper--fit-to-view {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.main-content-header {
  margin-bottom: 20px;
}
.main-content-header__title {
  margin-block-start: 0;
  display: inline-block;
  font-size: 1.7em;
  font-weight: bold;
  color: #252525;
}
.main-content-header__customer-logo {
  float: right;
}
.main-content-header__customer-logo-image {
  height: 37px;
}

.main-content-body--fit-to-view, .main-content-body .shrinkable-item-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main-content-body--fit-to-view {
  height: 100%;
}

.shrinkable-item {
  flex-basis: 0;
  flex-shrink: 1;
}

.return-link {
  margin-bottom: 1rem;
}

footer {
  padding: 10px 0 8px 0;
  background-color: #252525;
  color: white;
}
.copyright-message {
  float: left;
}
.copyright-message__content {
  display: table-cell;
  height: 40px;
  vertical-align: bottom;
}

#last-server-communication {
  float: left;
  padding-left: 22%;
}
#last-server-communication__content {
  display: table-cell;
  height: 40px;
  vertical-align: bottom;
}
#last-server-communication__content a {
  color: white;
}
#last-server-communication__content a:hover {
  background-color: transparent;
}

.footer-logo {
  float: right;
  height: 40px;
}
.footer-logo a:hover {
  background-color: transparent;
}
.footer-logo img {
  position: relative;
  height: calc(100% - 4px);
}

.filters-form {
  width: 58%;
}

.filter-item, .editors-panel .editor-item {
  display: inline-block;
  width: 150px;
  margin-bottom: 2px;
}
.filter-item__label, .editors-panel .editor-item .editor-item__label, .filter-item__label label, .editors-panel .editor-item .editor-item__label label {
  font-size: 1em;
}
.filter-item__value input, .editors-panel .editor-item .editor-item__value input, .filter-item__value select, .editors-panel .editor-item .editor-item__value select {
  margin: 0;
  border-radius: 3px;
}
.filter-item__value input:not([type=checkbox]), .editors-panel .editor-item .editor-item__value input:not([type=checkbox]), .filter-item__value ul, .editors-panel .editor-item .editor-item__value ul {
  width: calc(100% - 20px);
}
.filter-item__value select, .editors-panel .editor-item .editor-item__value select {
  width: calc(100% - 11px);
}
.filter-item__value ul, .editors-panel .editor-item .editor-item__value ul {
  margin-top: 0;
  list-style-type: none;
  padding-inline-start: 0;
}
.filter-item__value ul li, .editors-panel .editor-item .editor-item__value ul li {
  padding-bottom: 2px;
}
.filter-item__value ul label, .editors-panel .editor-item .editor-item__value ul label {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  bottom: 3px;
  font-size: 1em;
}

.filter-submit, .editors-panel .editor-submit {
  display: inline-block;
}
ul.multi-check-list {
  height: 150px;
  overflow-x: auto;
  background-color: #FFF;
  border: solid #EBEBEB 1px;
  border-radius: 3px;
  padding: 5px;
}
ul.multi-check-list li {
  white-space: nowrap;
}
ul.multi-check-list__all-item {
  border-bottom: solid #EBEBEB 1px;
  margin-bottom: 4px;
}

table.data-table, table.productivity-run-statuses-table, table.productivity-runs-table {
  width: 100%;
  border: 1px solid #EBEBEB;
}
table.data-table th, table.productivity-run-statuses-table th, table.productivity-runs-table th {
  background-color: #DDD;
  border: none;
  border-bottom: 1px solid #EBEBEB;
  padding: 12px 12px;
  text-align: left;
}
table.data-table th.centre, table.productivity-run-statuses-table th.centre, table.productivity-runs-table th.centre {
  text-align: center;
}
table.data-table th.vertical, table.productivity-run-statuses-table th.vertical, table.productivity-runs-table th.vertical {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  text-align: center;
}
table.data-table td, table.productivity-run-statuses-table td, table.productivity-runs-table td {
  background-color: white;
  border: none;
  border-bottom: 1px solid #EBEBEB;
  padding: 12px 12px;
  text-align: left;
}
table.data-table td.centre, table.productivity-run-statuses-table td.centre, table.productivity-runs-table td.centre {
  text-align: center;
}
table.data-table td[title], table.productivity-run-statuses-table td[title], table.productivity-runs-table td[title], table.data-table td *[title], table.productivity-run-statuses-table td *[title], table.productivity-runs-table td *[title] {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #BBB;
  text-underline-offset: 2px;
}
table.data-table td[title]:hover, table.productivity-run-statuses-table td[title]:hover, table.productivity-runs-table td[title]:hover, table.data-table td *[title]:hover, table.productivity-run-statuses-table td *[title]:hover, table.productivity-runs-table td *[title]:hover {
  cursor: help;
}
table.data-table td.filter-width, table.productivity-run-statuses-table td.filter-width, table.productivity-runs-table td.filter-width, table.data-table th.filter-width, table.productivity-run-statuses-table th.filter-width, table.productivity-runs-table th.filter-width {
  width: 131px;
}

table.centered-table th {
  text-align: center;
}
table.centered-table td {
  text-align: center;
}

.data-item {
  display: inline-block;
  margin-right: 10px;
}
.data-item__value {
  font-weight: bold;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
}
input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
.paginate-column {
  float: right;
  padding-top: 3px;
  width: 42%;
}

.paginate {
  float: right;
  margin: 0.5rem;
}
.paginate:before, .paginate:after {
  content: " ";
  display: table;
}
.paginate:after {
  clear: both;
}
.paginate .js-paginate-val {
  cursor: pointer;
}
.paginate .paginate-extreme, .paginate .paginate-value {
  float: left;
  border: 1px solid #DADADA;
  background-color: #F9F9F9;
  color: #252525;
  height: 40px;
  margin: 0;
  padding: 0;
}
.paginate .paginate-extreme {
  border-radius: 3px;
  width: 60px;
}
.paginate .paginate-values {
  float: left;
  margin: 0 0.5rem;
}
.paginate .paginate-values:before, .paginate .paginate-values:after {
  content: " ";
  display: table;
}
.paginate .paginate-values:after {
  clear: both;
}
.paginate .paginate-values .paginate-value {
  width: 40px;
}
.paginate .paginate-values .paginate-value:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.paginate .paginate-values .paginate-value:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.paginate .paginate-values .paginate-value.paginate-selected {
  border-color: #B0B0B0;
  background-color: #DDD;
  color: #B0B0B0;
  font-weight: bold;
}

.paginate-dialog-frame .ui-dialog-titlebar {
  display: none !important;
}
.paginate-dialog-frame .ui-widget-content {
  margin: 0 !important;
  padding: 0 !important;
}
.paginate-dialog-frame #paginate-dialog {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-color: #DADADA;
}
.paginate-dialog-frame #paginate-dialog label, .paginate-dialog-frame #paginate-dialog input, .paginate-dialog-frame #paginate-dialog button {
  flex-shrink: 1;
  vertical-align: middle;
  height: 100%;
  margin-right: 0;
}
.paginate-dialog-frame #paginate-dialog label {
  color: #252525;
  padding: 0 3px;
  font-size: unset;
  line-height: 39px;
}
.paginate-dialog-frame #paginate-dialog input {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  height: 95%;
  text-align: center;
  border-color: #DADADA;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.paginate-dialog-frame #paginate-dialog button {
  background-color: #EFEFEF;
  font-weight: bold;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.paginate-dialog-frame #paginate-dialog:invalid button {
  background-color: #A1A1A1;
}

.productivity-export-button {
  margin-top: 3px;
}

.productivity-report-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.productivity-report-title__label {
  font-weight: normal;
}

table.productivity-runs-table {
  border: none;
}
table.productivity-runs-table > tbody > tr {
  border-top: solid 15px #F6F6F6;
}
table.productivity-runs-table > tbody > tr.is-highlighted > td {
  background-color: #DDD;
  font-weight: bold;
}
table.productivity-runs-table tr.productivity-runs-table__alternate-row {
  border-top: solid 2px #F6F6F6;
}
table.productivity-runs-table tr.productivity-runs-table__alternate-row > td, table.productivity-runs-table tr.productivity-runs-table__alternate-row > th {
  padding: 12px;
}
table.productivity-runs-table tr.productivity-runs-table__alternate-row ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
table.productivity-runs-table tr.productivity-runs-table__alternate-row li {
  display: flex;
  margin: 1px;
  padding: 5px;
}
table.productivity-runs-table tr.productivity-runs-table__expandable-row {
  border-top: solid 2px #F6F6F6;
}
table.productivity-runs-table tr.is-expanded {
  display: table-row;
}
table.productivity-runs-table td, table.productivity-runs-table th {
  width: 100px;
  padding-left: 6px;
  padding-right: 6px;
  border: none;
}
table.productivity-runs-table td.half-width, table.productivity-runs-table th.half-width {
  width: 50px;
}
table.productivity-runs-table td.double-width, table.productivity-runs-table th.double-width {
  width: 200px;
}
table.productivity-runs-table td.productivity-run-statuses-table-holder, table.productivity-runs-table th.productivity-run-statuses-table-holder {
  padding: 20px;
}
table.productivity-runs-table th a, table.productivity-runs-table th a:hover, table.productivity-runs-table th a:visited, table.productivity-runs-table th a:active {
  padding: 0;
}

.productivity-runs-table .is-good, .productivity-run-statuses-table .is-good {
  color: darkgreen;
  font-weight: bold;
}
.productivity-runs-table .is-bad, .productivity-run-statuses-table .is-bad {
  color: #AA2222;
  font-weight: bold;
}
.productivity-runs-table .is-warning, .productivity-run-statuses-table .is-warning {
  color: #cc8800;
  font-weight: bold;
}
.productivity-runs-table th td, .productivity-run-statuses-table th td {
  font-weight: normal;
}
.productivity-runs-table svg, .productivity-run-statuses-table svg {
  color: #252525;
}
.productivity-runs-table td, .productivity-runs-table th, .productivity-run-statuses-table td, .productivity-run-statuses-table th {
  border: solid 2px #DDD;
}
.productivity-runs-table td a, .productivity-runs-table th a, .productivity-run-statuses-table td a, .productivity-run-statuses-table th a {
  text-decoration: underline;
  background-color: transparent;
  color: inherit;
}
.productivity-runs-table__expandable-row-control, .productivity-runs-table__expandable-row-control-all, .productivity-run-statuses-table__expandable-row-control, .productivity-run-statuses-table__expandable-row-control-all {
  cursor: pointer;
}
.productivity-runs-table__expandable-row-control, .productivity-runs-table__expandable-row-control:first-child, .productivity-runs-table__expandable-row-control-all, .productivity-runs-table__expandable-row-control-all:first-child, .productivity-run-statuses-table__expandable-row-control, .productivity-run-statuses-table__expandable-row-control:first-child, .productivity-run-statuses-table__expandable-row-control-all, .productivity-run-statuses-table__expandable-row-control-all:first-child {
  text-align: center;
}
.productivity-runs-table__expandable-row-control a.is-expanded, .productivity-runs-table__expandable-row-control-all a.is-expanded, .productivity-run-statuses-table__expandable-row-control a.is-expanded, .productivity-run-statuses-table__expandable-row-control-all a.is-expanded {
  display: none;
}
.productivity-runs-table__expandable-row, .productivity-run-statuses-table__expandable-row {
  display: none;
}
.productivity-runs-table__expandable-row > td, .productivity-run-statuses-table__expandable-row > td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.file-download-link {
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 4px;
}

.productivity-reports-sticky-head-table tbody {
  display: block;
  overflow: auto;
  width: 100%;
}
.productivity-reports-sticky-head-table tbody tr td {
  width: 183.3333333333px;
}
.productivity-reports-sticky-head-table tbody tr td.half-width {
  width: 50px;
}
.productivity-reports-sticky-head-table thead {
  display: table;
  table-layout: fixed;
}
.productivity-reports-sticky-head-table thead tr {
  display: block;
}
.productivity-reports-sticky-head-table thead tr th {
  width: 183.3333333333px;
}
.productivity-reports-sticky-head-table thead tr th.half-width {
  width: 50px;
}

.productivity-runs-sticky-head-table > tbody {
  display: block;
  overflow: auto;
  width: 100%;
  min-height: 160px;
}
.productivity-runs-sticky-head-table > tbody tr td {
  width: 100px;
}
.productivity-runs-sticky-head-table > thead tr {
  display: block;
}
.productivity-runs-sticky-head-table > thead tr th {
  width: 100px;
}

table.productivity-run-statuses-table {
  margin: 0;
  border: none;
}
table.productivity-run-statuses-table tr {
  width: 100%;
}
table.productivity-run-statuses-table tr td, table.productivity-run-statuses-table tr th {
  background: white;
  font-size: 12px;
  border: solid 2px #DDD;
}
table.productivity-run-statuses-table tr td {
  text-align: center;
}
.productivity-reports-sticky-head-table {
  background: #f1f1f1;
}

.dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
}
.dot--with-content {
  height: 1em;
  width: 1em;
  padding: 0.075em 0.3em 0.525em 0.3em;
}

.grey-dot {
  background-color: #bbb;
}

.green-dot {
  background-color: green;
  color: white;
}

.orange-dot {
  background-color: orange;
}

.blue-dot {
  background-color: blue;
}

.red-dot {
  background-color: red;
  color: white;
}

div.sticky-head-table {
  overflow-y: auto;
  min-height: 3rem;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin-top: 0.75em;
}

table.sticky-head-table__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
  border: none;
}
table.sticky-head-table__table th.sticky-head-table__head {
  position: sticky;
  top: 0;
  border: none;
  z-index: 1000;
}

body.export {
  background-color: white;
  border: 0;
  padding: 5%;
}
body.export .hide-from-export {
  display: none;
}
body.export .show-only-in-export {
  display: inherit;
}
body.export table {
  font-size: 12px;
}
body.export #js-sticky-table-body {
  max-height: none !important;
}

.show-only-in-export {
  display: none;
}

.editors-panel .editor-item {
  width: auto;
  padding-right: 1rem;
}
.editors-panel .editor-item .editor-item__label {
  font-weight: bold;
}
.editors-panel .editor-item .editor-item__value {
  padding-top: 0.5rem;
}
.appInstance-table .is-bad {
  color: #AA2222;
  font-weight: bold;
}

.row {
  display: flex;
  padding: 10px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
}

.column.left {
  padding-right: 25px;
}

.column.right {
  padding-left: 25px;
}

.column input, .column textarea {
  width: 300px;
}

.kiosk-content-wrapper .dashboard {
  min-height: 100vh;
}

.dashboard-shift-instructions {
  margin-top: -10px;
  font-size: smaller;
}

.dashboard-vehicles-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(750px, auto));
  grid-template-rows: repeat(auto-fill, auto);
  padding-top: 10px;
  grid-gap: 10px;
}
.dashboard-vehicles-list__vehicle {
  box-sizing: border-box;
  background: white;
  border: solid 1px #EBEBEB;
  border-bottom: solid 1px #EBEBEB;
  padding: 15px 25px;
}
.dashboard-vehicles-list__vehicle.is-diskspace-low {
  background: #FFDDDD;
}
.dashboard-vehicles-list__header-left {
  float: left;
}
.dashboard-vehicles-list__vehicle-name {
  float: left;
  font-size: 1.1rem;
  font-weight: bold;
}
.dashboard-vehicles-list__customer-name {
  clear: left;
  float: left;
  margin-bottom: 5px;
}
.dashboard-vehicles-list__header-right {
  float: right;
}
.dashboard-vehicles-list__kml-download {
  margin-top: 5px;
  float: right;
}
.dashboard-vehicles-list__period-end {
  clear: right;
  float: right;
  font-weight: bold;
}
.dashboard-vehicles-list__period-holder {
  clear: both;
  border: solid 1px #EBEBEB;
  height: 104px;
}
.is-diskspace-low .dashboard-vehicles-list__period-holder {
  border-color: #B0B0B0;
}
.dashboard-vehicles-list__period-left-arrow, .dashboard-vehicles-list__period-right-arrow {
  width: 10px;
  height: 24px;
  margin-top: 61px;
  background-repeat: no-repeat;
  background-position-y: 5px;
  cursor: pointer;
}
.dashboard-vehicles-list__period-left-arrow.is-disabled, .dashboard-vehicles-list__period-right-arrow.is-disabled {
  cursor: not-allowed;
}
.dashboard-vehicles-list__period-left-arrow {
  float: left;
  margin-left: -15px;
  background-image: url(Images/solid-arrow-left.svg);
}
.dashboard-vehicles-list__period-right-arrow {
  float: right;
  margin-right: -15px;
  background-image: url(Images/solid-arrow-right.svg);
}
.dashboard-vehicles-list__period-right-arrow.is-disabled {
  background-image: url(Images/solid-arrow-right-disabled.svg);
}
.is-diskspace-low .dashboard-vehicles-list__period-right-arrow.is-disabled {
  filter: brightness(90%);
}
.dashboard-vehicles-list__period-graphics {
  height: 100%;
}
.dashboard-vehicles-list__period-details {
  display: flex;
}
.dashboard-vehicles-list__period-detail {
  flex: 1 0 auto;
  margin: 3px 3px 0 0;
  border: solid 1px #EBEBEB;
  padding: 5px;
  text-align: center;
}
.dashboard-vehicles-list__period-detail:first-child {
  margin-left: 0;
}
.dashboard-vehicles-list__period-detail:last-child {
  margin-right: 0;
}
.dashboard-vehicles-list__period-detail.is-bad {
  color: #AA2222;
  font-weight: bold;
  border-color: #AA2222;
}
.dashboard-vehicles-list__period-detail.is-warning {
  color: #cc8800;
  font-weight: bold;
  border-color: #cc8800;
}
.is-diskspace-low .dashboard-vehicles-list__period-detail:not(.is-bad) {
  border-color: #B0B0B0;
}
.dashboard-vehicles-list__general-detail {
  float: right;
  margin: 5px;
  margin-bottom: 0;
}
.dashboard-vehicles-list__general-detail:first-child {
  margin-right: 0;
}
.dashboard-vehicles-list__general-detail--tooltip {
  cursor: pointer;
}
.dashboard-vehicles-list__general-detail.is-bad {
  color: #AA2222;
  font-weight: bold;
}

.dashboard-tooltip__item, .dashboard-data-collected-tooltip__item {
  line-height: 1.1rem;
}
.dashboard-tooltip__item .is-good, .dashboard-data-collected-tooltip__item .is-good {
  color: darkgreen;
}
.dashboard-tooltip__item .is-bad, .dashboard-data-collected-tooltip__item .is-bad {
  color: #AA2222;
  font-weight: bold;
}
.dashboard-tooltip__item .is-warning, .dashboard-data-collected-tooltip__item .is-warning {
  color: #cc8800;
}
.dashboard-tooltip__item-title, .dashboard-data-collected-tooltip__item-title {
  white-space: nowrap;
  font-weight: bold;
}
.dashboard-tooltip__title, .dashboard-data-collected-tooltip__title {
  font-weight: bold;
  margin-bottom: 5px;
}

.edit-dialog__table {
  table-layout: fixed;
  width: 100%;
}
.edit-dialog__table th {
  font-weight: normal;
  background-color: white;
  width: 1px;
}

.gpr-reports-map-page {
  display: flex;
  column-gap: 12px;
  height: 100%;
}

.gpr-reports-map-controls__form {
  display: block;
}
.gpr-reports-map-controls .filter-item, .gpr-reports-map-controls .editors-panel .editor-item, .editors-panel .gpr-reports-map-controls .editor-item {
  display: block;
}

.gpr-reports-map-holder {
  flex: 1;
  height: 100%;
  position: relative;
}

.gpr-reports-map-key {
  list-style-type: none;
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.5);
}
.gpr-reports-map-key__value {
  display: inline-block;
  width: 1.2rem;
  height: 1rem;
}
.gpr-reports-map-key__circle {
  display: inline-block;
  border: solid 1px black;
  border-radius: 7px;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}

.gpr-reports-map-right-overlay {
  position: absolute;
  right: 0.5rem;
  margin-top: 0.5rem;
  z-index: 3;
}
.gpr-reports-map-right-overlay > * {
  float: right;
  clear: both;
}
.gpr-reports-map-right-overlay .gpr-reports-map-customer-id {
  width: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  margin: 0;
}
.gpr-reports-map-right-overlay .gpr-reports-map-loading-message {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  padding: 2px 3px;
  margin-top: 0.5rem;
}

.gpr-reports-map-fra-incidents-message {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  display: none;
  width: 100%;
  text-align: center;
  padding-top: 2px;
}
.gpr-reports-map-fra-incidents-message a {
  color: black;
}

.gpr-reports-map {
  height: 100%;
}

.gpr-reports-map-popup {
  max-width: fit-content !important;
  z-index: 2;
}
.gpr-reports-map-popup .mapboxgl-popup-content {
  border-radius: 5px;
  padding: 15px 20px 15px 15px;
}
.gpr-reports-map-popup .mapboxgl-popup-close-button {
  font-size: 20px;
}
.gpr-reports-map-popup .mapboxgl-popup-close-button:hover {
  background: transparent;
  font-weight: bold;
}
.gpr-reports-map-popup__label, .gpr-reports-map-popup__value {
  line-height: normal;
  overflow: hidden;
}
.gpr-reports-map-popup__label {
  display: inline-block;
  font-weight: bold;
  width: 7em;
}
.gpr-reports-map-popup__value {
  display: inline-block;
  max-width: 20em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gpr-reports-map-popup__fra-incident-content {
  position: relative;
}
.gpr-reports-map-popup__fra-incident-content .gpr-reports-map-popup__label {
  width: 9.5em;
}
.gpr-reports-map-popup__fra-incident-content.is-narrative-expanded .gpr-reports-map-popup__row:not(.gpr-reports-map-popup__fra-incident-narrative):not(:first-child) {
  display: none;
}
.gpr-reports-map-popup__expand {
  position: absolute;
  bottom: 0;
}
.gpr-reports-map-popup__fra-incident-narrative .gpr-reports-map-popup__value {
  white-space: normal;
  vertical-align: top;
  overflow-y: auto;
  max-height: 4em;
}
.gpr-reports-map-popup__fra-incident-content.is-narrative-expanded .gpr-reports-map-popup__fra-incident-narrative .gpr-reports-map-popup__value {
  max-height: unset;
}
.gpr-reports-map-popup__links-row {
  width: 100%;
  font-weight: bold;
  margin-top: 1em;
}
.gpr-reports-map-popup__links-row a:not(:first-child) {
  margin-left: 1em;
}
