﻿@charset "UTF-8";
html {
  background-color: #e2e2e2;
  margin: 0;
  padding: 0; }

body {
  background-color: #efeeef;
  color: #333;
  font-size: .85em;
  font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0; }

header {
  background-color: #427AC5;
  color: #333;
  overflow: hidden;
  margin: 0;
  padding: 0; }

nav {
  background-color: #427AC5;
  color: #333;
  margin: 0;
  padding: 0; }

a:link, a:visited, a:active, a:hover {
  color: #333;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline; }

header, footer, hgroup, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.1em; }

h5, h6 {
  font-size: 1em; }

/* main layout 
----------------------------------------------------------*/
#body {
  background-color: #efeeef;
  clear: both;
  padding-bottom: 35px;
  padding-top: 15px; }

footer {
  clear: both;
  background-color: #e2e2e2;
  font-size: .8em;
  height: 100px; }

/* site title
----------------------------------------------------------*/
.site-title {
  color: #FFF;
  font-family: Rockwell, Consolas, "Courier New" , Courier, monospace;
  font-size: 2.3em;
  margin: 5px 0; }

.site-title a, .site-title a:hover, .site-title a:active {
  display: block;
  width: 120px;
  height: 47px;
  text-indent: -3000px;
  overflow: hidden;
  text-decoration: none;
  background: url("../images/logo.jpg") no-repeat; }

/* login  
----------------------------------------------------------*/
#login {
  display: block;
  font-size: .85em;
  margin-top: 20px;
  text-align: right; }

#login a {
  color: #FFF;
  margin-left: 10px;
  margin-right: 3px;
  padding: 2px 3px;
  text-decoration: none; }

#login a:hover {
  text-decoration: underline; }

#login p {
  color: #FFF; }

#login a.username {
  background: none;
  margin-left: 0px;
  text-decoration: underline; }

#login li {
  display: inline;
  list-style: none; }

/* menu  
----------------------------------------------------------*/
#menu {
  float: left;
  padding: 0;
  margin: 0; }

#menu ul {
  margin: 0;
  padding: 0;
  float: left;
  /* Background Gradient */
  background-image: -moz-linear-gradient(top, #3262a2, #FFF);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3262a2), to(#FFF)); }

#menu li {
  float: left;
  list-style: none;
  background: none;
  margin-right: 1px; }

#menu li:first-child {
  margin-left: 1px; }

#menu a {
  outline: none; }

#menu li a:link, #menu li a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-transform: capitalize;
  padding: 12px 10px;
  /* CSS3 Text Shadow */
  text-shadow: 0px 1px 1px #427AC5;
  /* CSS3 Background Gradient */
  background-image: -moz-linear-gradient(top, #427AC5, #3262a2);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#427AC5), to(#3262a2)); }

#menu li a:hover {
  cursor: pointer;
  color: #fff;
  text-shadow: 0px -1px 1px #264a7b;
  /* Background Gradient */
  background-image: -moz-linear-gradient(top, #3262a2, #264a7b);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#427AC5), to(#2c568f)); }

/* ToolBar 
----------------------------------------------------------*/
.toolbar_pannel {
  margin-bottom: 5px;
  text-align: center; }

.toolbar_bottom {
  padding-top: 10px;
  text-align: center;
  margin-bottom: 10px; }

/* Panel 
----------------------------------------------------------*/
.info_panel {
  margin: 2px;
  padding: 2px; }
  .info_panel h3 {
    text-align: center; }

.receipt_panel {
  margin: 2px;
  padding: 2px; }
  .receipt_panel h3 {
    text-align: center; }
  .receipt_panel .title {
    text-align: center; }
  .receipt_panel .search_item {
    text-align: center; }
  .receipt_panel input[type="text"] {
    padding: .4em 1em;
    width: 20em; }
  .receipt_panel .receipt_action {
    text-align: center;
    margin-top: 5px; }

.returns_info_panel {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  margin: 2px;
  padding: 2px; }
  .returns_info_panel h3 {
    text-align: center; }

#returns-overview-details {
  padding-top: 10px;
  padding-bottom: 20px; }

.summary-table, .plan-table, .clients-table, .prod-sched-table, .billing-table, .activity-table, .activity-link-inputs-table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  border-bottom: 1px solid #b7cce9;
  margin-bottom: 10px; }
  .summary-table td, .plan-table td, .clients-table td, .prod-sched-table td, .billing-table td, .activity-table td, .activity-link-inputs-table td, .summary-table th, .plan-table th, .clients-table th, .prod-sched-table th, .billing-table th, .activity-table th, .activity-link-inputs-table th {
    border-right: 1px solid #b7cce9;
    border-left: 1px solid #b7cce9;
    border-bottom: 1px solid #b7cce9; }
    .summary-table td a, .plan-table td a, .clients-table td a, .prod-sched-table td a, .billing-table td a, .activity-table td a, .activity-link-inputs-table td a, .summary-table th a, .plan-table th a, .clients-table th a, .prod-sched-table th a, .billing-table th a, .activity-table th a, .activity-link-inputs-table th a {
      padding: 0;
      color: #1D5987; }
    .summary-table td .toolButton, .plan-table td .toolButton, .clients-table td .toolButton, .prod-sched-table td .toolButton, .billing-table td .toolButton, .activity-table td .toolButton, .activity-link-inputs-table td .toolButton, .summary-table th .toolButton, .plan-table th .toolButton, .clients-table th .toolButton, .prod-sched-table th .toolButton, .billing-table th .toolButton, .activity-table th .toolButton, .activity-link-inputs-table th .toolButton {
      padding: 0;
      color: #1D5987;
      font-size: 10px; }
    .summary-table td .smallTextBox, .plan-table td .smallTextBox, .clients-table td .smallTextBox, .prod-sched-table td .smallTextBox, .billing-table td .smallTextBox, .activity-table td .smallTextBox, .activity-link-inputs-table td .smallTextBox, .summary-table th .smallTextBox, .plan-table th .smallTextBox, .clients-table th .smallTextBox, .prod-sched-table th .smallTextBox, .billing-table th .smallTextBox, .activity-table th .smallTextBox, .activity-link-inputs-table th .smallTextBox {
      width: 50px; }
    .summary-table td .EditableNotes, .plan-table td .EditableNotes, .clients-table td .EditableNotes, .prod-sched-table td .EditableNotes, .billing-table td .EditableNotes, .activity-table td .EditableNotes, .activity-link-inputs-table td .EditableNotes, .summary-table th .EditableNotes, .plan-table th .EditableNotes, .clients-table th .EditableNotes, .prod-sched-table th .EditableNotes, .billing-table th .EditableNotes, .activity-table th .EditableNotes, .activity-link-inputs-table th .EditableNotes {
      width: 100%;
      margin: 0px; }
  .summary-table thead, .plan-table thead, .clients-table thead, .prod-sched-table thead, .billing-table thead, .activity-table thead, .activity-link-inputs-table thead {
    font-weight: bold;
    background-color: #b7cce9;
    color: #1D5987; }

.tableHeader {
  font-weight: bold;
  background-color: #b7cce9;
  color: #1D5987; }

.toolButtonContainer {
  margin: 10px; }
  .toolButtonContainer a {
    padding: 0;
    color: #1D5987; }
  .toolButtonContainer .toolButton {
    padding: 0;
    color: #1D5987;
    font-size: 12px; }

.notes_textArea {
  width: 50%;
  height: 10em; }

/* Table Columns width 
----------------------------------------------------------*/
.col_1 {
  width: 10%; }

.col_2 {
  width: 20%; }

.col_3 {
  width: 30%; }

.col_4 {
  width: 40%; }

.col_5 {
  width: 50%; }

.col_6 {
  width: 60%; }

.col_7 {
  width: 70%; }

.col_8 {
  width: 80%; }

.col_9 {
  width: 90%; }

.col_10 {
  width: 100%; }

.op_table {
  width: 100%; }

/* Jquery UI options...	
----------------------------------------------------------*/
.dateInput {
  width: 230px; }

.textInput {
  width: 280px;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px; }

.invoiceInput {
  width: 100px;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px; }

/* Application UI 
----------------------------------------------------------*/
.grandTotal {
  font-weight: bold;
  font-size: 14pt; }

.delivery-address {
  font-size: 8pt;
  padding: 10px;
  margin-bottom: 10px; }
  .delivery-address .warning h2 {
    text-align: center;
    line-height: 50px;
    color: #ff6666; }

.order_part_header {
  background-color: #fdfefe; }

.delivery-address-actions {
  text-align: center; }

.summaryLineOfOrders {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px; }

.targetDelivery {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.actionButton {
  height: 16px;
  width: 16px; }

/* Application Forms 
----------------------------------------------------------*/
.top_heading {
  text-align: center;
  margin-bottom: 20px; }

.quick_jump {
  font-size: 12pt; }

.report_panel {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  padding: 10px;
  padding-bottom: 22px; }
  .report_panel h3 {
    text-align: center; }
  .report_panel table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
    border-bottom: 1px solid #b7cce9;
    margin-bottom: 10px; }
    .report_panel table td, .report_panel table th {
      border-right: 1px solid #b7cce9;
      border-left: 1px solid #b7cce9;
      border-bottom: 1px solid #b7cce9; }
    .report_panel table td.highlight {
      background-color: #ebf8ff;
      font-weight: bold; }
    .report_panel table thead {
      font-weight: bold;
      background-color: #b7cce9;
      color: #1D5987; }
    .report_panel table tbody tr:last-child {
      background-color: #ebf8ff;
      font-weight: bold; }
    .report_panel table tr td:first-child {
      width: 30%; }

.quick_jump_panel {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  margin: 12px;
  padding-bottom: 22px; }
  .quick_jump_panel h3 {
    text-align: center; }
  .quick_jump_panel table {
    padding-left: 10px;
    width: 100%; }
    .quick_jump_panel table thead {
      font-weight: bold;
      background-color: #b7cce9;
      color: #1D5987;
      padding-left: 10px;
      text-align: left; }
    .quick_jump_panel table tbody tr:nth-child(2n) {
      background-color: #ebf8ff; }
    .quick_jump_panel table tr td:first-child {
      width: 30%; }
    .quick_jump_panel table tr td:last-child {
      padding-left: 5px; }

.editor-label label {
  font-weight: bold; }

.editor-sub-label {
  font-size: smaller; }

.clientSearchBox input {
  width: 500px; }

.itemSelected {
  background-color: #00FF00 !important; }

.selectableItem {
  display: block;
  height: 60px;
  margin-bottom: 5px;
  border: 1px solid #aaaaaa;
  background-color: #D8D8D8;
  cursor: pointer; }
  .selectableItem span {
    cursor: inherit; }
  .selectableItem .humanId {
    font-weight: bold;
    font-size: 12pt;
    text-align: center; }

.selectableOrderLine {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border: 1px solid #aaaaaa;
  background-color: white;
  cursor: pointer; }
  .selectableOrderLine span {
    cursor: inherit; }

.selectableOrderLine:hover {
  -webkit-box-shadow: 1px 1px 2px #777;
  -moz-box-shadow: 1px 1px 3px #777;
  box-shadow: 1px 1px 2px #777; }

.selectableOption {
  display: block;
  height: 30px;
  margin-bottom: 5px;
  border: 1px solid #aaaaaa;
  background-color: #D8D8D8; }
  .selectableOption span {
    cursor: default; }

/* Order Table
----------------------------------------------------------*/
.OrderLinesTable {
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%;
  font-size: x-small; }
  .OrderLinesTable thead {
    font-weight: bold;
    background-color: #b7cce9;
    color: #1D5987; }
  .OrderLinesTable tbody tr:nth-child(2n) {
    background-color: #fdfefe; }
  .OrderLinesTable tbody tr:nth-child(even) {
    background: #F2F2F2; }
  .OrderLinesTable tbody tr:nth-child(odd) {
    background: inherit; }
  .OrderLinesTable tbody td p {
    margin: 0; }

.OrderLinesTable .noNotes {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */ }

.OrderLinesTable .textInput {
  width: 40px; }

.OrderLinesTable .hasDatepicker {
  width: 75px; }

.odatepicker {
  width: 100px; }

.plans-table {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%; }
  .plans-table thead {
    font-weight: bold;
    background-color: #b7cce9;
    color: #1D5987; }
  .plans-table tbody tr:nth-child(2n) {
    background-color: #fdfefe; }
  .plans-table tbody td p {
    margin: 0; }
  .plans-table tbody input {
    width: 100px; }

.month-summary-table {
  margin-top: 5px;
  margin-bottom: 5px; }
  .month-summary-table thead {
    font-weight: bold;
    background-color: #b7cce9;
    color: #1D5987; }
  .month-summary-table tbody tr:nth-child(2n) {
    background-color: #fdfefe; }
  .month-summary-table tbody td p {
    margin: 0; }
  .month-summary-table tbody input {
    width: 100px; }

.production-signoff {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  margin: 12px;
  padding-bottom: 22px; }
  .production-signoff h3 {
    text-align: center; }
  .production-signoff table thead {
    font-weight: bold;
    background-color: #b7cce9;
    color: #1D5987;
    padding-left: 10px;
    text-align: left; }
  .production-signoff table tbody tr:nth-child(2n) {
    background-color: #ebf8ff; }

.alternate-table .top-tbody > tr:nth-child(2n) {
  background-color: #fdfefe; }

.borderless-table td {
  border: none; }

.borderless-table td:nth-child(n+2) {
  text-align: right; }

.whathappened-table {
  margin-top: 5px;
  margin-bottom: 5px; }
  .whathappened-table thead {
    font-weight: bold;
    background-color: #b7cce9;
    color: #1D5987; }
  .whathappened-table tbody tr:nth-child(2n) {
    background-color: #fdfefe; }
  .whathappened-table tbody td {
    padding-right: 130px; }
    .whathappened-table tbody td p {
      margin: 0; }
  .whathappened-table tbody input {
    width: 200px; }

.plan-table tbody tr:nth-child(2n) {
  background-color: #ebf8ff; }

.clients-table {
  width: 100%;
  background-color: #efeeef; }
  .clients-table td {
    border: 1px solid #d6d4d6;
    padding: 6px; }

/* -- replacement begin -- */
.option-accepted {
  background-color: #90EE90; }

.option-warning {
  background-color: #FF9933; }

.option-fail {
  background-color: #FF0000; }

/* -- replacement end -- */
/* -- production schedule start -- */
.production-schedule-ajax-banner {
  position: fixed;
  width: 400px;
  top: 0;
  left: 40%;
  padding: 2px 5px;
  z-index: 5000;
  background-color: #FFCC66;
  color: #000000;
  text-align: center;
  font-weight: bold; }

.prod-sched-table {
  width: 100%;
  background-color: white;
  font-size: smaller;
  margin: 0px; }
  .prod-sched-table td {
    border: 1px solid #d6d4d6;
    padding-left: 6px;
    padding-right: 6px; }

/* -- production schedule start -- */
/* -- billing start -- */
.bill-this-period {
  background-color: inherit; }

.billing-table {
  width: 100%;
  background-color: #efeeef;
  font-size: 11px; }
  .billing-table td {
    border: 1px solid #d6d4d6;
    padding: 6px; }

.billing-no-data {
  background-color: #D9D9D9;
  color: #1ec71e;
  font-weight: bold;
  font-size: 95%; }

.billing-online {
  background-color: #90EE90;
  border: 1px solid #64e764;
  color: #1ec71e;
  font-weight: bold;
  font-size: 95%; }

.billing-offline {
  background-color: #ff6666;
  border: 1px solid #ff3333;
  color: #1ec71e;
  font-weight: bold;
  font-size: 95%; }

.billing-online-not-installed {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAALUlEQVQIW2Msv1L+v1Onk5EBCkB8OAckBhIA0SgqQAIgXWBBmAqYMYzoAiBFAM9dFYjh2Z77AAAAAElFTkSuQmCC) repeat;
  color: #189a18;
  font-weight: bold;
  font-size: 95%; }

.billing-offline-not-installed {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAALklEQVQIW2N8LSjzX/T9E0YGKADx4RyQGEgARKOoAAmAdIEFYSpgxjCiC4AUAQBWIRQ008hd4wAAAABJRU5ErkJggg==) repeat;
  color: white;
  font-weight: bold;
  font-size: 95%; }

.billing-warehouse {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2N8vZH1v6j/b0YGKGCECcBouAxcAF0FAPwMGAWhFwIAAAAAAElFTkSuQmCC) repeat;
  color: white;
  font-weight: bold;
  font-size: 95%; }

.billing-online-input {
  background-color: #C6D0F7;
  font-weight: bold;
  font-size: 95%; }

.billing-offline-input {
  background-color: #C6E9F7;
  font-weight: bold;
  font-size: 95%; }

/* -- billing end -- */
/* -- activity start -- */
.activity-table, .activity-link-inputs-table {
  font-size: 90%;
  width: auto;
  background-color: #efeeef; }
  .activity-table td, .activity-link-inputs-table td {
    border: 1px solid #d6d4d6; }

.activity-panel-main {
  margin: 0px 6px 24px 0px;
  padding: 6px; }

.activity-panel-master {
  margin: 6px 6px 24px 0px;
  padding: 6px; }

.activity-panel-sub-client {
  margin: 0px 6px 48px 24px;
  padding: 6px; }

.activity-panel-indented-group {
  margin: 0px 6px 24px 24px;
  padding: 6px; }

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

.activity-table-col1 {
  width: 200px; }

.activity-table-col2 {
  width: 60px; }

.activity-table-day-width {
  width: 25px; }

.activity-table-month-width {
  width: 50px; }

.activity-no-data {
  background-color: #e2e2e2; }

.activity-online {
  background-color: #90EE90;
  color: #1ec71e;
  font-weight: bold;
  font-size: 95%; }

.activity-online-not-installed {
  /*background-color: $activity_online_not_installed_color;*/
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAM0lEQVQIW2NU3eH0f5JFPQMM5J1oZGDc/uHgf2QBEBsuCFIBAiBdYEFkAbBKkJkwFTBjAPmXGneKsqfHAAAAAElFTkSuQmCC) repeat;
  color: #189a18;
  border-color: #38e038;
  font-weight: bold;
  font-size: 95%; }

.activity-offline {
  background-color: #FF0000;
  color: #ff9999;
  font-weight: bold;
  font-size: 95%; }

.activity-offline-not-installed {
  /*background-color: $activity_offline_not_installed_color;*/
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAM0lEQVQIW2M8o6r637iykgEGzra3MzD+nzfvP7IAiA0XBKkAAZAusCCyAFglyEyYCpgxAODHGd5M0xzRAAAAAElFTkSuQmCC) repeat;
  color: white;
  border-color: #330000;
  font-weight: bold;
  font-size: 95%; }

.activity-outpost-warehouse {
  background-color: #FF9933;
  color: #cc6600;
  font-weight: bold;
  font-size: 95%; }

.activity-outpost-warehouse-not-installed {
  /*background-color: $activity_outpost_warehouse_not_installed_color;*/
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAM0lEQVQIW2P8v4rh/1+9fgYYYL5UyMD450b/f2QBEBsuCFIBAiBdYEFkAbBKkJkwFTBjAB+lG3zTCC1qAAAAAElFTkSuQmCC) repeat;
  color: #ff8000;
  font-weight: bold;
  font-size: 95%; }

.activity-delivery-month-installed {
  background-color: #0099FF;
  color: #005c99;
  font-weight: bold;
  font-size: 95%; }

.activity-delivery-month-not-installed {
  /*background-color: $activity_delivery_month_color;*/
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAANElEQVQIW2Nk6Pj/f7bjZwYYSN3Py8A4++Sn/8gCIDZcEKQCBEC6wILIAmCVIDNhKmDGAAD6pBsR863XWAAAAABJRU5ErkJggg==) repeat;
  color: #005c99;
  font-weight: bold;
  font-size: 95%; }

.activity-link-inputs-table {
  width: 100%;
  margin: 0px; }
  .activity-link-inputs-table thead {
    background-color: #d6d4d6;
    color: inherit; }
  .activity-link-inputs-table th {
    font-weight: normal;
    border: inherit; }

.activity-link-input-charged {
  background-color: #FFFF94; }

.activity-link-input-notbilled {
  background-color: #e5e3e5; }

/* -- activity end -- */
.rowHasntPassedChecks {
  background-color: red; }

.allOutpostsNotOnPlan {
  background-color: red; }

.form-table tr {
  vertical-align: top; }

.form-table td {
  padding: 0.2em 0.2em 0.6em 0.2em; }

.form-table td.label {
  text-align: right;
  padding-right: 0.5em; }

.highlighthover {
  background-color: #2E9AFE; }

.ProductionStage {
    float: left;
    position: relative;
    margin: 0 1.5px 0;
    width: 112px;
    font-size: x-small;
    overflow: hidden;
}


.NextButtonStage {
  /* position:absolute;
	top:0px;
	left:$stageWidth - 30px;
	z-index: 9999;
*/ }

.ProductionDetails {
  width: 100px;
  float: left; }

.ProductionStages {
  /*float: left;*/
  font-size: smaller; }

.ProductionGroupHeaders {
  float: none;
}

.ProductionGroupHeaderLeft {
  float: left;
  width: 100px;
  font-weight: bold; 
  margin: 0 1px 0;
  padding: 0 5px 0;
}

.ProductionHeaderStage {
    float: left;
    width: 100px;
    font-size: smaller;
    margin: 0 1px 0;
    padding: 0 5px 0;
}

.ProductionGroupGap {
  float: left;
  width: 50px; }

.ProductionGroupHeaderStages {
  float: left;
  font-weight: bold; 
  display: flex;
}

.tableRowHighlight:hover {
  cursor: pointer;
  background-color: #2E9AFE; }

.OutpostProductionGroupLine {
  float: none;
  font-weight: bold;
  border-bottom: 1px solid silver; 
}
  .OutpostProductionGroupLine:hover {
    cursor: pointer; }

.StatusStarted {
  background-color: Orange; }

.StatusFailed {
  background-color: red; }

.StatusPassed {
  background-color: #82FA58; }

.HighlightedHover:hover {
  background-color: #2E9AFE; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* -- validation begin --*/
.validationMessage {
  position: relative;
  padding: 5px;
  margin: 1em 0 3em;
  color: white;
  background: #f77e7e;
  margin-left: 25px; }

.validationMessage::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -17px;
  display: block;
  width: 0;
  bottom: auto;
  border-style: solid;
  border-width: 7px 20px 7px 0;
  border-color: transparent #f77e7e; }

.validationRequired::before {
  content: "∗"; }

.validationRequired {
  content: "";
  position: relative;
  background: none;
  border: none;
  color: Red;
  font-weight: 900;
  margin: 0 0 0 10px; }

.validationRequired::after {
  content: "--"; }

.astrixMark {
  color: Red;
  font-weight: 900;
  margin: 0 0 0 10px; }

.validationRequired {
  display: none; }

.ui-button .ui-icon.battery {
  background-image: url("../Images/battery.png");
  width: 14px;
  height: 14px; }

.ui-button.ui-state-hover .ui-icon.battery {
  background-image: url("../Images/battery.png");
  width: 14px;
  height: 14px; }

/*-- validation end --*/
.product-list-table tr th,
.product-list-table tr td {
  table-layout: fixed;
  word-wrap: break-word; }

.rotate90 {
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.textInputWarning {
  border: 2px solid red; }


.flex {
  display: flex;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
