@import url('styles_scheduling.css');

.tag-status-workorders-transferred{
  background: #23803a;
  color: #fff;
}

.jobtype-field-sortable .multifields-fields_container{
  background: #FFF;
}

/* CUSTOM BOOTSTRAP STYLES */
.btn-group-xxs > .btn, .btn-xxs {
  padding: .1875rem .3rem;
  font-size: .65625rem;
  line-height: .375;
  border-radius: .15rem;
}

a {
  color: blue;
  display: inline-block;
  border-bottom: 1px dotted blue;
}

.nav a {
  border-bottom: 0px !important;
}

.companyCamPhoto {
  display: inline-block;
  height: 200px;
  width: 200px;
  margin: 10px;
  padding: 5px;
  background-position: center;
  background-size: cover;
}
.companyCamPhotoSelected {
  box-shadow: 0 0 8px #505050;
  border: 3px solid yellow;
}

.borderedTable, .borderedTable tr, .borderedTable th, .borderedTable td {
   border-collapse: collapse;
   border: 1px solid #505050;
   table-layout:fixed;
}

.borderedTable .positionLeft{
  text-align:left;
}
  .tag-jobtype-Gutter{
    background: #505050;
    color: #ffffff;
  }
    .tag-jobtype-Maintenance{
    background: #11f797;
    color: #1c1a1a;
  }
    .tag-jobtype-punch_list{
    background: #48804a;
    color: #ffffff;
  }
    .tag-jobtype-Repair{
    background: #2420eb;
    color: #ffffff;
  }
    .tag-jobtype-Roof_Inspection{
    background: #03b3ff;
    color: #ffffff;
  }
    .tag-jobtype-Roof_Replacement{
    background: #f7e00c;
    color: #171414;
  }
    .tag-jobtype-warranty{
    background: #ba5308;
    color: #ffffff;
  }
    .tag-status-estimates-accepted{
    background: #56d180;
    color: #ffffff;
  }
    .tag-status-estimates-contract{
    background: #198230;
    color: #ffffff;
  }
    .tag-status-estimates-did_not_bid{
    background: #eb4f0d;
    color: #ffffff;
  }
    .tag-status-estimates-job_lost{
    background: #b50b29;
    color: #ffffff;
  }
    .tag-status-estimates-new{
    background: #d69a00;
    color: #ffffff;
  }
    .tag-status-estimates-On_Hold{
    background: #9e49c9;
    color: #000000;
  }
    .tag-status-estimates-pending{
    background: #73cdff;
    color: #ffffff;
  }
    .tag-status-workorders-Approved_-_Scheduled{
    background: #b313e0;
    color: #f7f7f7;
  }
    .tag-status-workorders-contract_-_done{
    background: #e6d00d;
    color: #0d0b0b;
  }
    .tag-status-workorders-Contract_-_WIP{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-Estimate_Needed{
    background: #f19a21;
    color: #f4eeee;
  }
    .tag-status-workorders-invoiced{
    background: #56038a;
    color: #ffffff;
  }
    .tag-status-workorders-Job_Lost{
    background: #de1747;
    color: #ffffff;
  }
    .tag-status-workorders-new{
    background: #c99e06;
    color: #ffffff;
  }
    .tag-status-workorders-Non-Billable{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-off_site{
    background: #007d2a;
    color: #ffffff;
  }
    .tag-status-workorders-Pending_Approval{
    background: #e3580a;
    color: #ffffff;
  }
    .tag-status-workorders-Repair_Approved_to_Proceed{
    background: #070fc9;
    color: #ffffff;
  }
    .tag-status-workorders-scheduled{
    background: #b9d413;
    color: #ffffff;
  }
    .tag-status-workorders-work_complete{
    background: #0cc735;
    color: #ffffff;
  }
    .tag-status-projects-contract_-_WIP{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-projects-contract_-_done{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-invoices-accountant{
    background: #7c009c;
    color: #ffffff;
  }
    .tag-status-invoices-not_paid{
    background: #d91129;
    color: #ffffff;
  }
    .tag-status-invoices-paid{
    background: #0b9c11;
    color: #ffffff;
  }
    .tag-status-invoices-partially_paid{
    background: #dea718;
    color: #ffffff;
  }
    .tag-status-purchaseorders-accountant{
    background: #7c009c;
    color: #ffffff;
  }
    .tag-status-purchaseorders-cancelled{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-purchaseorders-dale{
    background: #ff5c00;
    color: #ffffff;
  }
    .tag-status-purchaseorders-open{
    background: #19004f;
    color: #ffffff;
  }
    .tag-status-purchaseorders-paid{
    background: #4200ff;
    color: #ffffff;
  }
    .tag-status-purchaseorders-pending{
    background: #ff9dfb;
    color: #000000;
  }
    .tag-status-purchaseorders-sent{
    background: #aff0a4;
    color: #000000;
  }
  




