﻿.headerLogo {
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
}


.homeLink:before {
    content: url(images/icons/home.png);
    vertical-align: -14%;
    margin-right: 6px;
}

.printLink:before {
    content: '';
    display: block;
    background: url(images/icons/print.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.printLink:empty:before {
    margin-right: 0;
}

.loginLink[href$='Logoff.aspx']:before {
    content: url(images/icons/logout.png);
    vertical-align: -14%;
    margin-right: 6px;
}

.loginLink[href$='Login.aspx']:before {
    content: url(images/icons/login.png);
    vertical-align: -14%;
    margin-right: 6px;
}

.EventoOK {
    background-image: url(images/evtoOK.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.EventoNOK {
    background-image: url(images/evtoNOK.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.EventoWarning {
    background-image: url(images/warning.png);
    background-repeat: no-repeat;
    background-position: center;
}
.IconSmall {
    background-size: 14px 14px;
}

.saveIcon {
    background-image: url(images/icons/save.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 16px;
}

.closeIcon {
    background-image: url(images/icons/close.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 16px;
}

.printIcon {
    background-image: url(images/icons/print.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 16px;
}

.runSearchIcon {
    background-image: url(images/icons/runSearch.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 16px;
}

.checkedIcon {
    background-image: url(images/evtoOk.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 16px;
}

.iconUp {
    background-image: url(images/icons/up.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 14px;
}

.iconDown {
    background-image: url(images/icons/down.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 14px;
}

.loadingAnimation {
    background-image: url(images/ember_loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 60px;
    min-height: 60px;
    min-width: 60px;
}
