@import url('styles_scheduling.css');

.tag-status-invoices-not_paid {
  background: #E93523;
  color: #FFF;
}
.tag-status-invoices-partially_paid {
  background: #F58809;
  color: #FFF;
}
.tag-status-invoices-paid {
  background: #1EB91F;
  color: #FFF;
}
.tag-status-invoices-cancelled {
  background: #505050;
  color: #FFF;
}

.tag-status-estimates-pending {
  background: #DDAC00;
  color: #FFF;
}
.tag-status-estimates-sent {
  background: #0094FF;
  color: #FFF;
}
.tag-status-estimates-accepted {
  background: #88D689;
  color: #FFF;
}
.tag-status-estimates-converted {
  background: #1E8808;
  color: #FFF;
}
.tag-status-estimates-declined {
  background: #E93523;
  color: #FFF;
}
.tag-status-estimates-cancelled {
  background: #505050;
  color: #FFF;
}


.tag-status-workorders-new {
  background: #F29900;
  color: #FFF;
}
.tag-status-workorders-scheduled {
  background: #5BC8B8;
  color: #FFF;
}
.tag-status-workorders-on_site {
  background: #0772EE;
  color: #FFF;
}
.tag-status-workorders-return_trip_needed {
  background: #D06503;
  color: #FFF;
}
.tag-status-workorders-work_complete {
  background: #88D689;
  color: #FFF;
}
.tag-status-workorders-invoiced {
  background: #1E8808;
  color: #FFF;
}
.tag-status-workorders-cancelled {
  background: #505050;
  color: #FFF;
}
    .tag-status-estimates-pending{
      background: #e82b4d;
      color: #ffffff;
    }
        .tag-status-estimates-sent{
      background: #73cdff;
      color: #ffffff;
    }
        .tag-status-estimates-accepted{
      background: #56d180;
      color: #ffffff;
    }
        .tag-status-estimates-converted{
      background: #198230;
      color: #ffffff;
    }
        .tag-status-estimates-declined{
      background: #b50b29;
      color: #ffffff;
    }
        .tag-status-estimates-custom_test{
      background: #a5d127;
      color: #ffffff;
    }
        .tag-status-estimates-yy{
      background: #505050;
      color: #ffffff;
    }
        .tag-status-workorders-new{
      background: #c99e06;
      color: #ffffff;
    }
        .tag-status-workorders-scheduled{
      background: #b9d413;
      color: #ffffff;
    }
        .tag-status-workorders-on_site{
      background: #0075ff;
      color: #ffffff;
    }
        .tag-status-workorders-work_complete{
      background: #0cc735;
      color: #ffffff;
    }
        .tag-status-workorders-invoiced{
      background: #56038a;
      color: #ffffff;
    }
        .tag-status-workorders-ttt{
      background: #3b9e22;
      color: #ffffff;
    }
        .tag-status-invoices-not_paid{
      background: #d91129;
      color: #ffffff;
    }
        .tag-status-invoices-partially_paid{
      background: #dea718;
      color: #ffffff;
    }
        .tag-status-invoices-paid{
      background: #0b9c11;
      color: #ffffff;
    }
        .tag-status-invoices-er{
      background: #0bb07f;
      color: #ffffff;
    }
        .tag-status-purchaseorders-open{
      background: green;
      color: #ffffff;
    }
      .tag-jobtype-Install{
    background: #e05858;
    color: #ffffff;
  }
    .tag-jobtype-Service{
    background: #03b3ff;
    color: #ffffff;
  }
    .tag-jobtype-Test{
    background: #505050;
    color: #ffffff;
  }
  