.wo-status-list-title {
    margin-left:10px;margin-top:10px;margin-bottom:10px;
}
.wo-status-active {
    background-color:#84c529;
    color:#fff;
}
.wo-status-bar {
    padding:5px;
    background-color:#84c529;
    color:#fff;
    font-size:11px;
}

.wo-status-set {
    margin-right:15px;
    margin-top:-10px;
    color:#fff;
}

.wo-status-set-comp {
    background-color:#ea6952;
    margin-right:15px;
    margin-top:-10px;
    color:#fff;
}

.wo-status-active-complete {
    background-color: #84c529;
    margin-right:15px;
    margin-top:-10px;
    border: 1px solid #fff;
}

.wo-status-current {
    background-color:#84c529;
    color:#fff;
    margin-top:-5px;
}

.margin-low {
    margin-top: -10px;
}

.wo-title-home {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.wo-cell-home {
    padding:5px;
}

.wo-status-scroll {
    height:250px;
    overflow-y: scroll;
    
}

.wo-status-scroll::-webkit-scrollbar-button{ 
    display: block; 
    height: 10px; 
    border-radius: 0px; 
    background-color: #AAA; 
} 
.wo-status-scroll::-webkit-scrollbar-button:hover{ 
    background-color: #AAA; 
} 
.wo-status-scroll::-webkit-scrollbar-thumb{ 
    background-color: #93c4f4; 
    border-radius: 4px; 
}
.wo-status-scroll::-webkit-scrollbar-thumb:hover{ 
    background-color: #93c4f4; 
    border-radius: 4px; 
}
.wo-status-scroll::-webkit-scrollbar-track{ 
    background-color: #efefef; 
}
.wo-status-scroll::-webkit-scrollbar-track:hover{ background-color: #CCC; }
.wo-status-scroll::-webkit-scrollbar{ width: 10px; }

.wo-status-label {
  display: block;
  width: 350px;
  line-height: 3;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  font-size:14px;
  /*border-bottom: 1px solid #AAA;*/
}

.wo-status-percent {
    display: inline;
    font-size:14px;
}

.dashboard-wo-scroll-header {

}
.dashboard-wo-scroll {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.dashboard-wo-row {
    border-bottom: 1px solid #666666;
    padding-top: 3px;
    padding-bottom: 3px;
}

.dashboard-wo-scroll-link {
    margin-left: 10px;
}

.dashboard-wo-scroll-txt {
    margin-left: 5px;
}

.dashboard-wo-progress {
    display:block; 
    width: 65%; 
    text-align: right;
}

.search-x-field {
    font-size: 14px;
    font-weight: bold;
}

table.paleBlueRows {
  /*font-family: "Times New Roman", Times, serif;*/
  border: 1px solid #FFFFFF;
  width: 350px;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}
table.paleBlueRows td, table.paleBlueRows th {
  border: 1px solid #FFFFFF;
  padding: 3px 2px;
}
table.paleBlueRows tbody td {
  font-size: 13px;
}
table.paleBlueRows tr:nth-child(even) {
  background: #D0E4F5;
}
table.paleBlueRows thead {
  background: #0B6FA4;
  border-bottom: 5px solid #FFFFFF;
}
table.paleBlueRows thead th {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #FFFFFF;
}
table.paleBlueRows thead th:first-child {
  border-left: none;
}

table.paleBlueRows tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  background: #D0E4F5;
  border-top: 3px solid #444444;
}
table.paleBlueRows tfoot td {
  font-size: 14px;
}


table.minimalistBlack {
  border: 3px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.minimalistBlack td, table.minimalistBlack th {
  border: 1px solid #000000;
  padding: 5px 4px;
}
table.minimalistBlack tbody td {
  font-size: 13px;
}
table.minimalistBlack thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 3px solid #000000;
}
table.minimalistBlack thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
table.minimalistBlack tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
table.minimalistBlack tfoot td {
  font-size: 14px;
}

table.minimalistBlack {
  border: 3px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.minimalistBlack td, table.minimalistBlack th {
  border: 1px solid #000000;
  padding: 5px 4px;
}
table.minimalistBlack tbody td {
  font-size: 13px;
}
table.minimalistBlack thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 3px solid #000000;
}
table.minimalistBlack thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
table.minimalistBlack tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
table.minimalistBlack tfoot td {
  font-size: 14px;
}

table.greyGridTable {
  border: 2px solid #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.greyGridTable td, table.greyGridTable th {
  border: 1px solid #FFFFFF;
  padding: 3px 4px;
}
table.greyGridTable tbody td {
  font-size: 13px;
}
table.greyGridTable td:nth-child(even) {
  background: #EBEBEB;
}
table.greyGridTable thead {
  background: #FFFFFF;
  border-bottom: 3px solid #333333;
}
table.greyGridTable thead th {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  /*border-left: 2px solid #333333;*/
}
table.greyGridTable thead th:first-child {
  border-left: none;
}

table.greyGridTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  border-top: 4px solid #333333;
}
table.greyGridTable tfoot td {
  font-size: 14px;
}