/*
    This CSS sheet contains custom icons
*/

.ci-combo-hp {
    background-repeat: no-repeat;
    background-image: url("./custom-icon/combo-hp_12x12.png");
}

.ci-help-icon {
    width: 22px !important;
    height: 22px !important;
    background-repeat: no-repeat;
    background-image: url("./custom-icon/help-icon_22x22.png");
}

.ci-help-icon-transparent {
    width: 22px !important;
    height: 22px !important;
    background-repeat: no-repeat;
    background-image: url("./custom-icon/help-icon-transparent_22x22.png");
}

.ci-th-4 {
    width: 13px !important;
    height: 12px !important;
    background-repeat: no-repeat;
    background-image: url("./custom-icon/th-4.png");
}

/*
option.image {
    padding-left: 30px;
    color: #696969;
    width: 100% !important;
}

.ci-hvac-icon {
    width: 22px !important;
    height: 22px !important;
    background-repeat: no-repeat;
    background-image: url("./custom-icon/help-icon-transparent_22x22.png");
}

.ci-plug-icon {
    width: 22px !important;
    height: 22px !important;
    background-repeat: no-repeat;
    background-image: url("./custom-icon/help-icon-transparent_22x22.png");
}

.ci-light-icon {
    width: 22px !important;
    height: 22px !important;
    background-repeat: no-repeat;
    background-image: url("./custom-icon/help-icon-transparent_22x22.png");
}
*/