table .progress {
  margin-bottom: 0;
}
label .help-block {
  font-size: smaller;
}
.form-control.f3-form-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
}
/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */
.jcrop-preview-container {
  width: 210px;
  height: 257px;
  overflow: hidden;
}
.uploadContainer input[type=file] {
  display: inline;
}
.uploadContainer .dropzone {
  text-align: center;
}
.tab-content {
  margin-top: 20px;
}
.row.buttonGrid {
  margin-bottom: 10px;
}
form#jobFilter > .row {
  margin-bottom: 20px;
}
.modal {
  background-color: rgba(255, 255, 255, 0.5);
}
.modal .modal-dialog {
  z-index: 1060;
}
.label-drvtic-green {
  background-color: #38C600;
}
.label-drvtic-green.label-darker {
  background-color: #0A601C;
}
.label-drvtic-blue {
  background-color: #3270FE;
}
.label-drvtic-blue.label-darker {
  background-color: #0804B0;
}
.label-drvtic-yellow {
  background-color: #F7FE32;
}
.label-drvtic-yellow.label-darker {
  background-color: #f6c300;
}
.label-drvtic-pink {
  background-color: #FF119D;
}
.label-drvtic-pink.label-darker {
  background-color: #b01167;
}
.table.table-form > thead > tr > th,
.table.table-form > tbody > tr > th,
.table.table-form > tfoot > tr > th,
.table.table-form > thead > tr > td,
.table.table-form > tbody > tr > td,
.table.table-form > tfoot > tr > td {
  vertical-align: middle;
}
#employeeContainer .panel.accepted .panel-body {
  background-color: #e7f8e0;
}
#employeeContainer .panel.declined .panel-body {
  background-color: #f8e4e4;
}
.jobButtons > h4:first-child {
  margin-top: 0;
}
#customerGroupInfo > .alert {
  margin: 15px 0 0 0;
}
span.required {
  color: #AC2925;
}
#priceContainer .table-bordered > tfoot > tr > td,
#priceContainer .table-bordered > tfoot > tr > th {
  border-top-width: 2px;
}
#priceContainer .table-bordered > tfoot > tr:last-child > td,
#priceContainer .table-bordered > tfoot > tr:last-child > th {
  border-bottom-width: 2px;
}
#statMonthSelector .datepicker-inline {
  width: auto;
}
#statMonthSelector .datepicker table {
  width: 100%;
}
table.jqplot-table-legend {
  border-collapse: separate;
  border-spacing: 5px;
}
.jqplot-highlighter-tooltip,
.jqplot-canvasOverlay-tooltip {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px 5px;
}
#ticStatistics .chart {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}
.chartContainer button {
  position: absolute;
  left: 45px;
  top: 0;
}
.jqplot-target {
  color: #000;
}
#chartImageModal .imageContainer > img {
  margin: 0 auto;
}
.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > span:hover {
  text-decoration: none;
  color: #262626;
  background-color: #F5F5F5;
}
.dropdown-menu > li > span > label {
  margin: 0;
}
td.jobStatus {
  white-space: nowrap;
}
.Flow-Error-Debugger-VarDump {
  z-index: 1337;
}
.checkbox.intend10 {
  margin-left: 10px;
}
.checkbox.intend20 {
  margin-left: 20px;
}
.has-attention .help-block,
.has-attention .control-label,
.has-attention .radio,
.has-attention .checkbox,
.has-attention .radio-inline,
.has-attention .checkbox-inline {
  color: #5B7EA2;
}
.has-attention .form-control {
  border-color: #5B7EA2;
  background-color: #c9d6e9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #5B7EA2;
}
.has-attention .form-control::-moz-placeholder {
  color: #5B7EA2;
  opacity: 1;
}
.has-attention .form-control:-ms-input-placeholder {
  color: #5B7EA2;
}
.has-attention .form-control::-webkit-input-placeholder {
  color: #5B7EA2;
}
.has-attention .form-control:focus {
  border-color: #496581;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9cb1c7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9cb1c7;
}
