﻿.logo {
    background-image: url("../../images/logo.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-icon {
    background-image: url("../../images/home.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.teamfoto-icon {
    background-image: url("../../images/teamfoto.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.rechten-icon {
    background-image: url("../../images/rechten.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.profile-icon {
    background-image: url("../../images/profile.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.export-icon {
    background-image: url("../../images/export.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.delete-icon {
    background-image: url("../../images/delete.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.delete-icon:hover {
    background-image: url("../../images/delete-hover.png") !important;
}

.reset-icon {
    background-image: url("../../images/reset.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.reset-icon:hover {
    background-image: url("../../images/reset-hover.png") !important;
}

.info-icon {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../images/info.png");
}

    .info-icon:hover {
        background-image: url("../../images/info2.png");
    }

.info-icon2 {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../images/info2.png");
}

.info-icon2:hover {
    background-image: url("../../images/info.png");
}

.link-icon {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../images/link-engiware.png");
}

.link-icon:hover {
    background-image: url("../../images/link-engiware2.png");
}

.instellingen-icon {
    background-image: url("../../images/instellingen.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sort-icon {
    background-image: url("../../images/sort.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sort-icon:hover {
    background-image: url("../../images/sort2.png") !important;
}

.logout-icon {
    background-image: url("../../images/logout.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.matches-icon {
    background-image: url("../../images/match.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.selection-icon {
    background-image: url("../../images/selection.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ranking-icon {
    background-image: url("../../images/ranking.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sponsoractivities-icon {
    background-image: url("../../images/sponsoractivity.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.clubactivities-icon {
    background-image: url("../../images/clubactivity.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sponsors-icon {
    background-image: url("../../images/sponsor.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.planning-icon {
    background-image: url("../../images/calendar.png") !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}