
/* Colors used within gridviews */

.Approved {
  background-color: lime;
}

.Declined {
  background-color: red;
}

.Subcontracted {
  /*Sub contracted on now at location of the subcontracted supplier*/
  background-color: #CCCCCC; /* light gray*/
}

.InternalSubcontracted {
  /*Internal subcontrated from other ServiceProvider, at your location!*/
  background-color: antiquewhite;
}

/* Onsite Campaign Dashboard colors...*/
.InProcess {
  background-color: lightgrey /* light gray*/
}

.InProcessPartial {
  background-color: darkgrey /* dark gray*/
}

.InProcessAwaitingVehicle {
  background-color: khaki
}

.Completed {
  background-color: lightgreen /* light green*/
}

.Recalled {
  background-color: #FFFF00; /* yellow */
}

.AwaitingLoading {
  background-color: orange
}

.Loading {
  background-color: lawngreen
}

.NotStarted {
  background-color: lavender
}



.RequestPrice {
  background-color: lightyellow;
}

.InProcessByCustomer {
  /* Work-in-process; set by the customer! No service provider involved.*/
  background-color: #CCCCCC; /* light gray*/
}

.CurrentSelection {
  background-color: #CCCCCC; /* light gray*/
}

/* Status */

.StatusOK {
  color: darkblue;
}

.StatusInactive {
  color: gray;
}

.StatusInProccess {
  color: blue;
}

.ActiveFilter {
  color: red;
}



.RowHighlight {
  background-color: #FFFF00; /* yellow */
  cursor: pointer;
  /*
    background-image: url('images/selected_item_back.png');
    background-repeat: repeat-x;*/
}

.RowHover {
  background-color: #CCCCCC; /* yellow */
  cursor: pointer;
  /*background-image: url('images/hover_item_back.png');
    background-repeat: repeat-x;*/
}

.InputChanged {
  background-color: lightyellow;
}

.lc_1 {
  background: url(sprites/bullits.png) no-repeat -19px -1px; /*green*/
  background-size: 150px;
  vertical-align: top;
}

.lc_2 {
  background: url(sprites/bullits.png) no-repeat -1px -1px; /*red*/
  background-size: 150px;
  vertical-align: top;
}

.lc_3 {
  background: url(sprites/bullits.png) no-repeat -73px -1px; /*magenta*/
  background-size: 150px;
  vertical-align: top;
}

.lc_4 {
  background: url(sprites/bullits.png) no-repeat -109px -1px; /*grey*/
  background-size: 150px;
  vertical-align: top;
}

.lc_5 {
  background: url(sprites/bullits.png) no-repeat -37px -1px; /*blue*/
  background-size: 150px;
  vertical-align: top;
}

.lc_6 {
  background: url(sprites/bullits.png) no-repeat -55px -1px; /*yellow*/
  background-size: 150px;
  vertical-align: top;
}

.lc_7 {
  background: url(sprites/bullits.png) no-repeat -91px -1px; /*oranje*/
  background-size: 150px;
  vertical-align: top;
}

.lc_8 {
  background: url(sprites/bullits.png) no-repeat -127px -1px; /*black*/
  background-size: 150px;
  vertical-align: top;
}

.batch_0 {
  border: solid;
  border-width: medium;
  border-color: grey
}

.batch_1 {
  border: solid;
  border-width: medium;
  border-color: red
}

.batch_2 {
  border: solid;
  border-width: medium;
  border-color: blue
}

.batch_3 {
  border: solid;
  border-width: medium;
  border-color: chartreuse
}

.category_level {
  color: green;
}

.group_level {
  color: blue;
}

.description_level {
  color: gray;
}

.articletype_level {
}
