﻿.ticksel {
    background-image: url(images/tick.png);
    background-repeat: no-repeat;
    min-width: 24px;
    cursor: pointer;
}
.delsel {
    background-image: url(images/cross.png);
    background-repeat: no-repeat;
    min-width: 24px;
    cursor: pointer;
}
.infosel {
    background-image: url(images/information.png);
    background-repeat: no-repeat;
    min-width: 24px;
    cursor: pointer;
}
.viewsel {
    background-image: url(images/magnifier.png);
    background-repeat: no-repeat;
    min-width: 24px;
    cursor: pointer;
}
.upsel {
    background-image: url(images/navigation-up.png);
    background-repeat: no-repeat;
    min-width: 24px;
    cursor: pointer;
}
.downsel {
    background-image: url(images/navigation-down.png);
    background-repeat: no-repeat;
    min-width: 24px;
    cursor: pointer;
}
.plussel {
    background-image: url(images/plus.png);
    background-repeat: no-repeat;
    min-width: 24px;
    cursor: pointer;
}
.fontBig {
    font-size: 1.5em;
    font-weight: 700;
}
.fontMed {
    font-size: 1.2em;
    font-weight: 300;
}

.fontBold {
    font-weight: 700;
    line-height: 32px;
}
.bgDiscrete {
    background-color: #ffffff;
}

.bgLogin {
    background-image: url(images/bgMain.png);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#TextLogin {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    line-height: 1em;
    border-top: 1px dotted #c5c5c5;
}
