.item-canceled{
    color: red;
}

.true-icon {
    color: #28a745;
  }

.false-icon {
    color: #c63737;
}

.p-selectbutton {

    .p-button.p-highlight {
        background: #0F144E;
        border-color: white;
        color: #ffffff;
    }

    .p-button:not(.p-disabled):not(.p-highlight) {
        background: #5a6268;
        border-color: white;
        color: #ffffff;
    }

}

.p-inplace .p-inplace-display {
    padding: 0 !important;
}

.p-fieldset .p-fieldset-content {
    padding: 0rem !important;
  }
  .p-fieldset .p-fieldset-legend {
  padding: 0.5rem;
  }


.invoice-dollar {
    width: 20px;
    height: 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url("../../images/icons/file-invoice-dollar.svg");
}

.home-insulation{
    width: 20px;
    height: 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    font-weight: bold;
    background-image: url("../../images/icons/home-insulation.svg");
}

.user-helmet-safety-light {
    width: 20px;
    height: 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url("../../images/icons/user-helmet-safety-light.svg");
}

.user-helmet-safety-solid {
    width: 20px;
    height: 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url("../../images/icons/user-helmet-safety-solid.svg");
}



