.save {
    width: 24px;
    height: 24px;
    background-image: url("../images/save.svg");
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.cancel {
    width: 24px;
    height: 24px;
    background-image: url("../images/cancel.svg");
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.btn-edit {
    width: 24px;
    height: 24px;
    background-image: url("../images/button-rounded-edit.svg");
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.btn-ok {
    width: 24px;
    height: 24px;
    background-image: url("../images/button-ok.svg");
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.btn-cancel {
    width: 24px;
    height: 24px;
    background-image: url("../images/button-cancel.svg");
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.symbol-add {
    width: 16px;
    height: 16px;
    background-image: url("../images/symbol-add.svg");
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.symbol-add-blue {
    width: 16px;
    height: 16px;
    background-image: url("../images/symbol-add-blue.svg");
    padding: 4px;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.symbol-edit {
    width: 24px;
    height: 24px;
    background-image: url("../images/symbol-edit.svg");
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.symbol-cancel {
    width: 24px;
    height: 24px;
    background-image: url("../images/symbol-cancel.svg");
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.symbol-ok {
    width: 24px;
    height: 24px;
    background-image: url("../images/symbol-ok.svg");
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.symbol-remove {
    width: 24px;
    height: 24px;
    background-image: url("../images/symbol-remove.svg");
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.control-plain {
    width: 24px;
    height: 24px;
    background-image: url("../images/control-plain-list.svg");
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.calendar-month {
    width: 16px;
    height: 16px;
    background-image: url("../images/calendar-month.svg");
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.stroj-harky {
    width: 20px;
    height: 20px;
    background-image: url("../images/typStroja/strojHar.svg");
    background-position: center;
    background-repeat: no-repeat;

}

.stroj-rolky {
    width: 20px;
    height: 20px;
    background-image: url("../images/typStroja/strojRol.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.stroj-digi {
    width: 20px;
    height: 20px;
    background-image: url("../images/typStroja/strojDigi.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.stroj-ink {
    width: 20px;
    height: 20px;
    background-image: url("../images/typStroja/strojInk.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.stroj-laser {
    width: 20px;
    height: 20px;
    background-image: url("../images/typStroja/strojLaser.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.thVyuzitie {
    width: 20px;
    height: 20px;
    background-image: url("../images/calcHarok/tHvyuz.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.thVyuzitieRot {
    width: 20px;
    height: 20px;
    background-image: url("../images/calcHarok/tHvyuzRot.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.thMinKovo {
    width: 20px;
    height: 20px;
    background-image: url("../images/calcHarok/tHmin.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.thMinKovoRot {
    width: 20px;
    height: 20px;
    background-image: url("../images/calcHarok/tHminRot.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.imgPracovisko {
    width: 20px;
    height: 20px;
    background-image: url("../images/conveyorBeltGrape.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.imgStavVyrobaStorno {
    width: 20px;
    height: 20px;
    background-image: url("../images/typVyroba/pinCancel.svg");
    background-position: center;
    background-repeat: no-repeat;
}
