<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fa-workflowinput:before {
    content: "\f090"
}

.icon-workflowinput:before {
    content: "\f090"
}

.fa-attribute:before {
    content: "\f121"
}

.icon-attribute:before {
    content: "\f121"
}

.fa-inputcommand:before {
    content: "\f0ED"
}


.icon-inputcommand:before {
    content: "\f0ED"
}

.fa-statemachine:before {
    content: "\f247"
}

.icon-statemachine:before {
    content: "\f247"
}

.fa-outputcommand:before {
    content: "\f08B"
}

.icon-outputcommand:before {
    content: "\f08B"
}

.fa-workflow:before {
    content: "\f013"
}

.fa-troubleshoot::after before {
    content: "\f188" /*bug*/
}

.fa-datastream:before {
    content: "\f1C0"
}

.fa-cache:before {
    content: "\f00b" /* fa-th-list */
}

.icon-workflow:before {
    content: "\f013"
}

.fa-devicetype:before {
    content: "\f1CB"
}

.fa-mediaresource:before {
    content: "\f02d" /* book */
}

.fa-bomitem:before {
    content: "\f06b"; /* fa-gift */
}

.fa-parts:before { 
    content: "\f07a" /*shopping-cart*/
}

.fa-equipment:before {
    content: "\f0b1" /*breifcase*/
}

.fa-fslite:before {
    content: "\f145" /*ticket*/
}

.icon-devicetype:before {
    content: "\f1CB"
}

.fa-clientapps:before {
    content: "\f10b"; /* fa-mobile */
}

.fa-equipment:before { /* fa-wrench */
    content: "\f0ad";
}

.fa-service-board:before {  /* fa-calendar */
    content: "\f073";
}

.fa-template-category:before { /* fa-folder-open */
    content: "\f07c";
}

.bgclr-workflowinput {
    background-color: #d48d17;
    color: #fff
}

.bgclr-attribute {
    background-color: #4617d4;
    color: #fff
}

.bgclr-outputcommand {
    background-color: #a5d417;
    color: #fff
}

.bgclr-inputcommand {
    background-color: #d417a5;
    color: #fff
}

.bgclr-statemachine {
    background-color: #999;
    color: #fff
}

.btn-workflowinput {
    background-color: #d48d17;
    color: #fff
}

.btn-attribute {
    background-color: #4617d4;
    color: #fff
}

.btn-outputcommand {
    background-color: #a5d417;
    color: #fff
}

.btn-inputcommand {
    background-color: #d417a5;
    color: #fff
}

.btn-statemachine {
    background-color: #999;
    color: #fff
}


.btn-inputcommand:hover,
.btn-inputcommand:focus,
.btn-inputcommand.focus,
.btn-inputcommand:active,
.btn-inputcommand.active {
    background-color: #b40085;
    color: #fff
}

.btn-outputcommand:hover,
.btn-outputcommand:focus,
.btn-outputcommand.focus,
.btn-outputcommand:active,
.btn-outputcommand.active {
    background-color: #85b400;
    color: #fff
}

.btn-attribute:hover,
.btn-attribute:focus,
.btn-attribute.focus,
.btn-attribute:active,
.btn-attribute.active {
    background-color: #2600b4;
    color: #fff
}

.btn-workflowinput:hover,
.btn-workflowinput:focus,
.btn-workflowinput.focus,
.btn-workflowinput:active,
.btn-workflowinput.active {
    background-color: #b46d00;
    color: #fff
}


.btn-statemachine:hover,
.btn-statemachine:focus,
.btn-statemachine.focus,
.btn-statemachine:active,
.btn-statemachine.active {
    background-color: #777;
    color: #fff
}
</pre></body></html>