/* Minification failed. Returning unminified contents.
(102,20): run-time error CSS1036: Expected expression, found '@panel-background-color'
(105,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@panel-shadow-color'
(106,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@panel-shadow-color'
(110,16): run-time error CSS1036: Expected expression, found '@panel-border-color'
(114,9): run-time error CSS1036: Expected expression, found '@panel-heading-color'
(115,20): run-time error CSS1036: Expected expression, found '@panel-heading-background-color'
(116,16): run-time error CSS1036: Expected expression, found '@panel-heading-border-color'
(187,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '>'
(262,11): run-time error CSS1036: Expected expression, found '@app-menu-z-index'
(264,5): run-time error CSS1035: Expected colon, found '{'
(292,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '>'
(309,4): run-time error CSS1035: Expected colon, found '{'
(326,10): run-time error CSS1035: Expected colon, found '{'
(337,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(409,20): run-time error CSS1036: Expected expression, found '@footer-color'
(431,7): run-time error CSS1035: Expected colon, found '{'
(473,20): run-time error CSS1036: Expected expression, found '@alert-none-color'
(478,20): run-time error CSS1036: Expected expression, found '@alert-low-color'
(483,20): run-time error CSS1036: Expected expression, found '@alert-medium-color'
(488,20): run-time error CSS1036: Expected expression, found '@alert-high-color'
(493,20): run-time error CSS1036: Expected expression, found '@alert-extreme-color'
(504,6): run-time error CSS1035: Expected colon, found ','
(528,4): run-time error CSS1035: Expected colon, found '.'
(551,11): run-time error CSS1035: Expected colon, found ','
(571,24): run-time error CSS1035: Expected colon, found ','
(594,20): run-time error CSS1035: Expected colon, found ';'
(624,27): run-time error CSS1035: Expected colon, found '{'
(672,9): run-time error CSS1035: Expected colon, found '{'
(702,18): run-time error CSS1035: Expected colon, found '{'
(715,9): run-time error CSS1035: Expected colon, found '{'
(734,12): run-time error CSS1035: Expected colon, found ','
(748,18): run-time error CSS1035: Expected colon, found '{'
(766,9): run-time error CSS1036: Expected expression, found '@help-color'
(772,9): run-time error CSS1036: Expected expression, found '@good-color'
(790,9): run-time error CSS1036: Expected expression, found '@error-color'
(794,9): run-time error CSS1036: Expected expression, found '@warn-color'
(798,9): run-time error CSS1036: Expected expression, found '@good-color'
(809,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@error-color'
(814,9): run-time error CSS1036: Expected expression, found '@error-color'
(823,9): run-time error CSS1036: Expected expression, found '@error-color'
(827,9): run-time error CSS1036: Expected expression, found '@warn-color'
(831,9): run-time error CSS1036: Expected expression, found '@good-color'
(840,6): run-time error CSS1035: Expected colon, found '{'
(848,5): run-time error CSS1035: Expected colon, found '{'
(883,2): run-time error CSS1030: Expected identifier, found 'limit-cell-height('
(883,2): run-time error CSS1019: Unexpected token, found 'limit-cell-height('
(883,20): run-time error CSS1019: Unexpected token, found ')'
(883,22): run-time error CSS1019: Unexpected token, found '{'
(884,13): run-time error CSS1030: Expected identifier, found ' '
(884,18): run-time error CSS1031: Expected selector, found ';'
(884,18): run-time error CSS1025: Expected comma or open brace, found ';'
(885,14): run-time error CSS1030: Expected identifier, found ' '
(885,21): run-time error CSS1031: Expected selector, found ';'
(885,21): run-time error CSS1025: Expected comma or open brace, found ';'
(886,1): run-time error CSS1019: Unexpected token, found '}'
(919,12): run-time error CSS1036: Expected expression, found '@app-menu-z-index'
(919,12): run-time error CSS1034: Expected closing parenthesis, found '@app-menu-z-index'
(919,12): run-time error CSS1036: Expected expression, found '@app-menu-z-index'
(967,8): run-time error CSS1035: Expected colon, found '{'
(1000,9): run-time error CSS1036: Expected expression, found '@good-color'
(1004,9): run-time error CSS1036: Expected expression, found '@error-color'
(1267,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
 */
/*---------------------------------------------*/
/* Bootstrap 4 upgrade victims
------------------------------------------ */

body {
  font-size: 14px;
  line-height: 16px;
}
.small {
  font-size: 12px;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
a {
  color: #337ab7;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
}
.badge {
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
}
.btn {
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 4px;
  line-height: 1.43;
}
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-default {
  border-color: #dddddd;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-body {
  padding: 15px;
}
.fo-page-header h4.page-caption {
  margin-top: 0;
  padding-top: 10px;
}
label {
  margin-bottom: 5px;
}
.dropdown-menu {
  font-size: 14px;
}
p.tooltip-paragraph {
  margin-top: 15px;
  margin-bottom: 3px;
}
/* ---------------------------------------- */

body {
  color: #333333;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav {
  margin-bottom: 5px;
}
.k-tooltip table {
  margin-left: 17px;
  margin-right: 17px;
}
/* For some forms it's good to have some upper padding between the form and the application menu */

.top-breathing-space {
  margin-top: 2em;
}
#wrap {
  padding: 0 10px;
}
#body {
  position: relative;
}
#body > .alert {
  margin-bottom: 5px;
  margin-top: 5px;
}
.page-caption {
  font-weight: normal;
  text-align: center;
}
fieldset h1,
fieldset h2,
fieldset h3,
fieldset h4,
fieldset h5,
fieldset h6 {
  font-weight: normal;
}
/* Boostrap sets readonly inputs to use 'cursor: not-allowed', but the Kendo numeric editor widget includes
    a readonly input prior to the control receiving focus, even when not logically readonly. */

.k-numerictextbox input[readonly] {
  cursor: auto;
}
.spacer {
  height: 0.5em;
}
body .hide {
  display: none !important;
}
#vehicleMimicSearch {
  float: right;
  margin-top: 7px;
}
/* Default to hiding elements that require role based authorization, turn on explicitly in CSS. */

.authorize-administrator,
.authorize-searchpublisher {
  display: none;
}
/* Show elements if user is an administrator. */

body[data-userrole~="Administrator"] div.authorize-administrator {
  display: block;
}
a.link-button {
  text-decoration: none;
}
.text-pre {
  white-space: pre;
}
.no-border {
  border: none;
}
.state-disabled {
  color: #a1a1a1;
}
.indeterminate {
  background-image: url("images/indeterminate.gif");
  background-repeat: repeat;
  opacity: 0.5;
}
/* Menus
-------------------------------------------------- */

#appMenu {
  position: relative;
  z-index: 1030;
  /* Remove the vertical bars between items in the application menu. */

  /* Shift the user menu over to the right. */

}
#appMenu li {
  border-style: none;
}
#appMenu .fa-question-circle {
  color: #5bc0de;
}
#appMenu > .k-last {
  float: right;
}
#appMenu a,
.navigation-column a {
  text-decoration: none;
}
.navigation-menu a {
  white-space: nowrap;
}
/* The top level navigation menu items with the navigation icons are pretty small, 
    so make them a little taller and centre the icon. */

.navigation-column > .k-menu > .k-item > .k-link {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.navigation-column > .k-menu > .k-item > .k-link > .k-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 50%;
  margin-right: -8px;
}
/* Hide navigation menu content until it's menuised on mouse over. */

.navigation-column > .k-menu ul {
  display: none;
}
.k-widget.k-context-menu {
  background-color: white;
}
.k-widget.k-context-menu a {
  text-decoration: none;
}
.nav-cell .badge {
  cursor: pointer;
  background-color: #d8d8d8;
  border-radius: 2px;
  display: block;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  width: 0.6em;
}
.nav-cell .badge .k-icon {
  color: black;
  margin-left: -2px;
}
#navigationMenu {
  white-space: nowrap;
  display: none;
}
#navigationMenu[data-role="context-menu"] {
  display: block;
}
#navigationMenu a {
  width: 100%;
  display: inline-block;
}
.k-menu i.fa {
  color: black;
}
/* So the font awesome icons align with kendo menu item images. */

.k-menu .fa {
  margin: -2px 4px 0 -4px;
  vertical-align: middle;
}
.k-grid-content .overflow-visible {
  overflow: visible;
}
.k-grid-content-locked .overflow-visible {
  overflow: visible;
}
.contextMenu li {
  padding: 2px;
}
.contextMenu a {
  display: inline;
  padding-left: 5px;
}
li[name='userMenu'] .k-animation-container {
  left: auto !important;
  right: -3px;
}
.dropdown-menu > li > a.disabled {
  color: gray;
  cursor: default;
}
/* Sticky footer
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */

}
/* Wrapper for page content to push down footer */

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -40px;
}
/* Set the fixed height of the footer here */

#push,
#footer {
  height: 40px;
}
#footer {
  background-color: whitesmoke;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em;
}
/* Data grids
-------------------------------------------------- */

td.data-type-numeric {
  text-align: right;
}
tr.data-obsolete {
  color: #bbbbbb;
}
.column-group-selectors {
  margin-left: 1em;
}
.k-alt .BAM,
#shopLimitWindow .BAM {
  background: #e5f0ff;
}
.k-alt .HBD,
#shopLimitWindow .HBD {
  background: #fff9e5;
}
.k-alt .TVIEW,
#shopLimitWindow .TVIEW {
  background: #e9e9e9;
}
.k-alt .WILD,
#shopLimitWindow .WILD {
  background: lavender;
}
.k-alt .WP,
#shopLimitWindow .WP {
  background: #ffeee5;
}
.k-alt .BSHOE,
#shopLimitWindow .BSHOE {
  background: #e9fbe8;
}
.k-alt .BCM,
#shopLimitWindow .BCM {
  background: #fce9f7;
}
.k-alt .TNM,
#shopLimitWindow .TNM {
  background: #fbffdd;
}
.k-alt .TM,
#shopLimitWindow .TM {
  background: #c9dff5;
}
.k-alt .WAM,
#shopLimitWindow .WAM {
  background: #e7f7d5;
}
td.heatmapEnabled.alert-none,
.alert-none {
  background-color: white;
  color: black;
}
td.heatmapEnabled.alert-low,
.alert-low {
  background-color: lightblue;
  color: black;
}
td.heatmapEnabled.alert-medium,
.alert-medium {
  background-color: yellow;
  color: black;
}
td.heatmapEnabled.alert-high,
.alert-high {
  background-color: #ffa000;
  color: black;
}
td.heatmapEnabled.alert-extreme,
.alert-extreme {
  background-color: #d9534f;
  color: black;
}
td.heatmapEnabled.maintenance-event,
.maintenance-event {
  outline: 3px solid gray;
}
/*	When a grid row is selected the background of cells holding sensor measurements should be 
	transparent so the row colour can show through the cell. */

.k-state-selected .BAM,
.k-state-selected .HBD,
.k-state-selected .TVIEW,
.k-state-selected .WILD,
.k-state-selected .WP,
.k-state-selected .BSHOE,
.k-state-selected .BCM,
.k-state-selected .TNM,
.k-state-selected .TM,
.k-state-selected .WAM {
  background-color: transparent;
}
tr.k-state-selected a :not(.k-button):not(.k-button.k-icon) {
  color: white;
}
/* Allow column header text to wrap. */

.k-grid .k-grid-header .k-header {
  white-space: normal;
}
.k-grid-header th.k-header > .k-link {
  overflow: visible;
}
.k-grid-header th.filtered {
  background-image: none, -webkit-linear-gradient(top, white 0, #cccccc 100%);
  background-image: none, linear-gradient(to bottom, white 0, #cccccc 100%);
  border-top-color: #c09853;
  border-top-width: 2px;
}
.k-grid-header th.k-header.k-with-icon {
  position: relative;
}
.k-header.k-with-icon .k-header-column-menu {
  position: absolute;
  top: 0px;
  right: 5px;
}
.k-grid .k-grid-content .fa-check,
.k-grid .k-grid-content .fa-toggle-on {
  color: green;
}
.k-grid .k-grid-content .fa-times,
.k-grid .k-grid-content .fa-toggle-off {
  color: #d9534f;
}
.k-grid .k-grid-content .fa-check,
.k-grid .k-grid-content .fa-times,
.k-grid .k-grid-content .fa-toggle-on,
.k-grid .k-grid-content .fa-toggle-off {
  width: 100%;
}
.k-grid .k-grid-content .label {
  font-size: inherit;
}
.k-grid-pager .fo-grid-export-widget,
.k-grid-pager .fo-grid-widget,
.k-grid-pager .fo-grid-rerun-widget,
.k-grid-pager .fo-grid-searchstats {
  color: #333333;
  cursor: pointer;
  float: right;
  padding-right: 0.5em;
  text-decoration: none;
  order: 10;
}
.fo-grid-widget .fa-history:hover {
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.fo-max-cell-height {
  max-height: 10em;
  overflow-y: auto;
  white-space: normal;
}
.sparkline-count-info {
  position: absolute;
  right: 1.5em;
  bottom: 1px;
  font-size: 9px;
  color: lightgray;
  font-style: italic;
}
a.fo-grid-image-button {
  cursor: pointer;
  color: #333333;
}
.k-icon.k-i-more-vertical:before {
  color: gray;
}
/* Consist navigation
----------------------------------------------------------*/

#summaryPanel {
  padding: 0.5em 1em;
}
div .fa-exclamation-triangle,
td .fa-exclamation-triangle {
  color: #ffa000;
}
div .fa-exclamation-circle,
td .fa-exclamation-circle {
  color: #d9534f;
}
div .fo-alert-icon,
td .fo-alert-icon {
  background-repeat: no-repeat;
  background-position: center;
  height: 18px;
}
div .fo-alert-icon-low,
td .fo-alert-icon-low {
  background-image: url(images/alert-low.png);
}
div .fo-alert-icon-medium,
td .fo-alert-icon-medium {
  background-image: url(images/alert-medium.png);
}
div .fo-alert-icon-high,
td .fo-alert-icon-high {
  background-image: url(images/alert-high.png);
}
div .fo-alert-icon-extreme,
td .fo-alert-icon-extreme {
  background-image: url(images/alert-extreme.png);
}
div .fo-alert-icon {
  width: 26px;
}
td .fo-alert-icon {
  width: auto;
}
tr.fo-event-before-maintenance {
  color: #b2b2b2;
}
/* Report schedules
----------------------------------------------------------*/

#scheduleGrid .label {
  font-size: inherit;
}
#scheduleGrid .k-multiselect .k-button {
  white-space: normal;
}
/* Fault list
-------------------------------------------------- */

#faultListProgressWindow,
#IdentifyCandidatesProgressWindow #cancelButton {
  float: right;
  margin-top: 0.5em;
}
#faultListProgressWindow,
#IdentifyCandidatesProgressWindow td.search-name-column {
  line-height: 1.6em;
  vertical-align: middle;
  padding: 0.4em 0.6em;
}
/* Maintenance
----------------------------------------------------------*/

#maintenanceEventUpload {
  margin-top: 50px;
}
#maintenanceEventUpload .k-upload-files {
  min-height: 100px;
}
#maintenanceEventUpload .k-upload {
  padding-top: 5px;
  padding-bottom: 5px;
}
#maintenanceHistoryWindow {
  padding: 0;
}
#maintenanceHistoryWindow .panel {
  border-radius: 0;
  margin-bottom: 0;
}
#maintenanceHistoryWindow .panel-body {
  padding: 0.5em;
}
#maintenanceHistoryWindow .table {
  margin-bottom: 0;
}
#maintenanceActionGrid .k-grid-toolbar .k-checkbox-label {
  margin-left: 1em;
}
#maintenanceActionDialog .k-textbox,
#maintenanceActionDialog .k-widget {
  width: 100%;
}
#maintenanceActionDialog .col-sm-4,
#maintenanceActionDialog .col-sm-5,
#maintenanceActionDialog .col-sm-6,
#maintenanceActionDialog .col-sm-7,
#maintenanceActionDialog .col-sm-8 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Upload
----------------------------------------------------------*/

#uploadJobGrid .k-loading-mask {
  display: none;
}
/* Theming
----------------------------------------------------------*/

label {
  font-weight: normal;
}
/* The Bootstrap theme sets the text of hovered menu items to white. Text is corrected to black so it can be read. */

.k-menu .k-state-hover > span {
  color: #333333;
}
.fa-info-circle {
  color: #5bc0de;
}
.fa-check,
.fa-check-circle-o,
.fa-check-circle {
  color: #4faa07;
}
.fa-map-marker {
  color: #f76c60;
}
.k-notification-wrap {
  white-space: normal;
}
.k-notification.k-notification-error {
  color: #a94442;
  background-color: #f2dede;
}
.fo-tag-none {
  color: #d9534f;
}
.fo-tag-partial {
  color: #ffa000;
}
.fo-tag-all {
  color: #4faa07;
}
/* Validation test
----------------------------------------------------------*/

input[type="number"].input-validation-error,
input[type="text"].input-validation-error,
select.input-validation-error,
.k-dropdown .input-validation-error,
span.k-numeric-wrap.input-validation-error input[type="password"].input-validation-error {
  border: 1px solid #d9534f;
}
.field-validation-error,
.validation-summary-errors {
  color: #d9534f;
}
.field-validation-valid,
.validation-summary-valid {
  display: none;
}
.error-color {
  color: #d9534f;
}
.warn-color {
  color: #ffa000;
}
.good-color {
  color: #4faa07;
}
/* Odds, ends and utilities
----------------------------------------------------------*/

tr.fo-row-disabled:not(:hover) {
  opacity: 0.6;
}
tr.fo-row-disabled:not(:hover) .fa {
  opacity: 0.5;
}
/* Show the file drag drop zone, by default it's only shown as a file is dragged over */

div.k-dropzone {
  border: 1px solid #c5c5c5;
  /* For Default; Different for each theme */

}
div.k-dropzone em {
  visibility: visible;
}
.k-ie body {
  -ms-overflow-style: scrollbar;
}
.bf-icon {
  color: whitesmoke;
  font-size: 30em;
  left: 25%;
  top: 0;
  -ms-opacity: 0.6;
  opacity: 0.6;
  position: absolute;
  z-index: -1;
}
form .animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.fo-cell-readonly {
  cursor: not-allowed;
}
.crypto-link {
  height: 0.5em;
  width: 2em;
}
@media screen and (max-width: 999px) {
  #wrap {
    background: url("images/track_right.png") no-repeat fixed 100% -300px;
  }
}
@media screen and (min-width: 1000px) {
  #wrap {
    background: url("images/track_left.png") no-repeat fixed -60px 450px, url("images/track_right.png") no-repeat fixed 100% -300px;
  }
}
@media print {
  .fo-page-header img,
  #vehicleMimicSearch,
  #appMenu,
  #footer,
  #push {
    display: none;
  }
  a[href]:after {
    content: none;
  }
}
div.tooltip {
  z-index: 1080;
}
.bootbox.modal {
  z-index: 10010;
}
.centered {
  text-align: center;
  vertical-align: middle;
}
html.k-webkit .k-popup {
  box-shadow: none !important;
}
/* Recall management
-----------------------------*/

th.candidate-details,
td.candidate-details {
  padding: 2px 2px 2px 2px;
  text-align: left;
}
th.candidate-details-right,
td.candidate-details-right {
  text-align: right;
}
tr.recallcandidate-row-red {
  background-color: #fedada;
}
tr.recallcandidate-row-green {
  background-color: #c2fbbf;
}
tr.recallcandidate-row-grey {
  background-color: #dddddd;
}
#vehicleControlPanel {
  margin-bottom: 1em;
}
#vehicleControlPanel label {
  margin-left: 0.5em;
  margin-right: 0.25em;
}
#vehicleControlPanel #pointsAmount {
  color: #0094ff;
}
.candidate-list-control-group {
  background-color: white;
  border: 1px solid darkgray;
  padding: 0 15px 0 15px;
  display: table-cell;
  vertical-align: middle;
}
.fo-inline-loading {
  display: inline-block;
  width: 16px;
  height: 16px;
}
/* About page
----------------------------------------------------------*/

.fo-license-code {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.fo-licensed {
  color: #4faa07;
}
.fo-unlicensed {
  color: #d9534f;
}
/* Manual tag editing
----------------------------------------------------------*/

.tag-editor #TrainId {
  width: 100%;
}
/* Reports
----------------------------------------------------------*/

div.railbam-trend-graph {
  background-color: whitesmoke;
  border: 1px solid #cccccc;
}
/* Statistics */

#statisticsGrid tr:nth-of-type(3n+1) {
  background-color: white;
}
#statisticsGrid tr:nth-of-type(3n+2) {
  background-color: whitesmoke;
}
#statisticsGrid tr:nth-of-type(3n) {
  background-color: #ededed;
}
#statisticsGrid tr:nth-last-of-type(3) td {
  border-top: 2px solid lightgray;
}
/* Scheduler */

table.schedule-destination td {
  padding: 2px;
}
/*  Consist Visualisation */

div.consist-visualisation td {
  padding: 1px;
  font-size: 9px;
  border-width: 0 0 1px 1px;
}
div.consist-legend td {
  border-width: 0 0 1px 1px;
}
div.consist-visualisation td.cv-vehiclenumber {
  font-weight: bold;
  text-align: center;
}
div.consist-visualisation .k-grid-header,
div.consist-legend .k-grid-header {
  padding: 0 !important;
}
div.consist-visualisation .k-grid-content,
div.consist-legend .k-grid-content {
  overflow-y: visible;
}
div.consist-visualisation tr td.cv-td-selected {
  background-color: #333333;
  color: white;
}
div#legendWindow div.consist-legend th {
  text-align: center;
  font-weight: bold;
}
div#legendWindow div.consist-legend td {
  text-align: center;
}
td.cv-overdue-severity-curyr12yr {
  background-color: #006600 !important;
  color: white !important;
}
td.cv-overdue-severity-curyr6yr {
  background-color: #0070c0 !important;
  color: white !important;
}
td.cv-overdue-severity-curyr2yr {
  background-color: yellow !important;
}
td.cv-overdue-severity-prevyr12yr {
  background-color: #7030a0 !important;
  color: white !important;
}
td.cv-overdue-severity-prevyr6yr {
  background-color: #ffc000 !important;
}
td.cv-overdue-severity-prevyr2yr {
  background-color: #909090 !important;
  color: white !important;
}
td.cv-overdue-severity-longoverdue {
  background-color: red !important;
  color: white !important;
}
/************** Sign-in **************/

.signin-bg {
  background-color: ghostwhite;
  opacity: 0.5;
  width: 500px;
}
.signin-panel {
  margin-top: 30px;
  margin-left: 60px;
}
.signin-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  color: #7cd2ff;
}
.signin-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 100;
  margin: 5px 0px;
  line-height: 1;
  color: #7cd2ff;
}
.signin-text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: white;
}
.signin-textbox {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  width: 250px;
  line-height: 1.5;
  color: black;
  border-style: solid;
  color: whitesmoke;
  border-color: whitesmoke;
  background-color: transparent;
}
.signin-button {
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  outline: white solid 2px;
  border: none;
  padding: 5px 30px;
  margin: 20px 50px;
}
.signin-button:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #7cd2ff;
}
input:-webkit-autofill {
  background-color: transparent;
}
input {
  background-color: transparent;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #7cd2ff inset;
}
#customerlogo_content {
  position: relative;
}
#customerlogo_content img {
  position: absolute;
  top: 50px;
  right: 60px;
  width: 10%;
  height: auto;
}
#lowerlogo_content img {
  position: absolute;
  bottom: 10px;
  right: 13%;
  width: 22%;
  height: auto;
}
.wabtec_content img {
  position: absolute;
  left: 42.7%;
  width: 13%;
  bottom: 10px;
}
.pill-panel li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 100;
  margin: 5px 0px;
  line-height: 1;
  color: #7cd2ff;
  right: 100px;
}
.text-bold {
  font-weight: bold;
}
.zero-confidence {
  color: #b3b3b3;
}
/* Atex images */

img.atex-thumbnail {
  height: 190px;
  margin-bottom: 5px;
}
.atex-thumbnail-right {
  margin-right: 5px;
}
#componentImage {
  max-width: 90vw;
  max-height: 75vh;
  width: 100%;
  object-fit: contain;
}
div.component-highlighted {
  font-weight: bold;
  background-color: #bce8f1;
}
span.show-hide-text {
  font-size: 11px;
  color: gray;
  cursor: pointer;
}
#trainsetTagEditorWindow {
  display: none;
}
#trainsetTagEditorWindow[data-role="window"] {
  display: block;
}
#trainsetTagEditorWindow .alert {
  margin-bottom: 0.5em;
}
#trainsetTagEditorWindow .lead-end-selection {
  position: absolute;
  bottom: 0.5em;
  left: 5em;
}
#trainsetTagEditorWindow .k-autocomplete {
  display: inline-block;
  width: 6em;
}
#trainsetTagEditorWindow .vehicle-end-leading {
  top: 3.5em;
  color: #333333;
  left: 24px;
  position: absolute;
}
#trainsetTagEditorWindow .vehicle-end-trailing {
  top: 3.5em;
  color: #333333;
  right: 30px;
  position: absolute;
}
#trainsetTagEditorWindow #trainsetList {
  border: none;
  display: inline-block;
  margin-top: 10px;
  min-height: 9em;
  padding: 0;
}
#trainsetTagEditorWindow #trainsetList li {
  background: url(images/trainset.png) no-repeat;
  background-size: 98%;
  background-position: 0 3.5em, top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-height: 9em;
  min-width: 15em;
  padding: 0.5em;
  position: relative;
}
#trainsetTagEditorWindow #trainsetList li.trainset-valid {
  border-bottom: 2px solid #71f30a;
}
#trainsetTagEditorWindow #trainsetList li.trainset-invalid {
  border-bottom: 2px solid #e7908e;
}
#trainsetTagEditorWindow .train-display-container {
  display: table;
  width: 100%;
}
#trainsetTagEditorWindow .train-display {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#trainsetTagEditorWindow .direction {
  font-size: 1.25em;
}
#trainsetTagEditorWindow .direction.to {
  padding-right: 0.5em;
}
#trainsetTagEditorWindow .direction.from {
  padding-left: 0.5em;
}
