﻿.ui-li-heading.Maschine
{
    background: url(images/icons/Maschinen-48.png) 0 0 no-repeat;
    background-size: 24px;
    padding: 4px 0 4px 30px;
    margin-top: 4px;
}

.ui-li-heading.Auftrag
{
    background: url(images/icons/Serviceauftraege-48.png) 0 0 no-repeat;
    background-size: 24px;
    padding: 4px 0 4px 30px;
    margin-top: 4px;
}

.ui-li-heading.Ticket
{
    background: url(images/icons/Tickets-48.png) 0 0 no-repeat;
    background-size: 24px;
    padding: 4px 0 4px 30px;
    margin-top: 4px;
}

.ui-li-heading.User
{
    background: url(images/icons/Firmen-48.png) 0 0 no-repeat;
    background-size: 24px;
    padding: 4px 0 4px 30px;
    margin-top: 4px;
}


.ui-li-aside.check-icon {
    background: url(images/icons/Erledigt-16.png) 0 0 no-repeat;
    background-size: 16px;
    width: 16px !important;
    height: 16px;
    margin-left: 6px;
}

.ui-li-aside.edit-icon {
    background: url(images/icons/inBearbeitung-16.png) 0 0 no-repeat;
    background-size: 16px;
    width: 16px !important;
    height: 16px;
    margin-left: 6px;
}


.zaehler-input .success {
    background: white url(images/icons/erledigt-16.png) 5px 0 no-repeat;
}

.zaehler-input .warning {
    background: white url(images/icons/warning-16.png) 0 0 no-repeat;
}

.zaehler-input .error {
    background: white url(images/icons/error-16.png) 0 0 no-repeat;
}

.status-0 {
    background: transparent url(images/icons/Ball_Grey_1.png) 5px 0 no-repeat;
}
.status-1 {
    background: transparent url(images/icons/Ball_Yellow_1.png) 5px 0 no-repeat;
}
.status-2 {
    background: transparent url(images/icons/Ball_Green_1.png) 5px 0 no-repeat;
}
.status-3 {
    background: transparent url(images/icons/Ball_Red_1.png) 5px 0 no-repeat;
}

