
span.progress {margin-right: 20px;}
table#progress {
	border: 0px solid red;
	width: 90%;
	display: inline;
	}

table#progress tr { min-height: 20px; max-height: 20px; outline: 1px solid #303030;}
table#progress td.block {  max-height: 20px !important;font-size: 12px; min-width: 120px; text-align: center; color: #fff;}
table#progress td.focus {background: #18821d;}

table#progress td a {color: #fff;}

table.blueTable {
  border: 2px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;      
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 5px 5px 5px 15px;
  vertical-align: top;
}
table.blueTable tbody td {
  font-size: 16px;
}
table.blueTable  tr {
  height: 60px;
}

table.blueTable tbody td a {text-decoration: underline;}
table.blueTable tbody td a.bevel-button-sml {text-decoration: none;}

table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.check-container {
  display: block;
  position: relative;
  min-height: 50px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px solid red;
}

.check-container span {font-size: 16px;}

.check-container input[type=checkbox] {
  height: 25px;
  width: 25px;
  background-color: #eee;	
}

input.reorder {
	border: 1px solid #19551e;
	font-size: 18px;
	border-radius: 3px;	
	-khtml-border-radius:  3px;
	-webkit-border-radius:  3px;
	-moz-border-radius:  3px;		
	padding: 4px 10px 4px 10px;
	background-color: #18821d;	color: #fff;	
}

.check-container input[type=checkbox]:checked ~ input.reorder {
  	background-color: #000000;
}
.check-container input[type=checkbox]:checked ~ input.reorder {
  	background-color: #000000;
}

input#reorder-input  {
	width: 100px; 
	height: 25px; 
	padding: 10px;
	background: #fff; 
	border-color: #1C6EA4; 
	border-size: 1px; 
	margin: 8px 0;
	box-sizing: border-box;
}

textarea {
	padding: 10px;
	background: #fff; 
	border-color: #1C6EA4; 
	border-size: 2px; 
	margin: 8px 0;
	box-sizing: border-box;	
}

span.status-text-ready {vertical-align: middle; color: #23962d;}
span.status-text-notready {vertical-align: middle; color: #962323;}