@font-face{
	font-family:heroes-icon;
	src:url(../fonts/heroes.eot);
	src:url(../fonts/heroes.1eot) format('embedded-opentype'),
	url(../fonts/heroes.woff) format('woff'),
	url(../fonts/heroes.ttf) format('truetype'),
	url(../fonts/heroes.svg) format('svg');
}

label {
    display: inline-block;
    float: left;
    //border: 1px solid #fff;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    font-family: heroes-icon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-align: top;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 35px;
    //text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000;
    cursor: pointer;
    cursor: hand;
}

.unchecked-icon, .unchecked-icon:before {
    color: #766aa5 !important;    
}

.daniel-icon, .mikkel-icon, .nick-icon {
    font-family: arial;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}

.daniel-icon {
    color: #4ca0ff;
}

.mikkel-icon {
    color: #ff8da3;
}

.nick-icon {
    color: #02e9d9;
}

.fa:before {
    display: inline-block;
    position: relative;
    color: #4ca0ff;
    font-size: 28px !important;
    top: 4px;
    //left: 5px;
}

.fa-link:before {
    display: inline-block;
    position: relative;
    color: #4ca0ff;
    font-size: 24px !important;
    top: 6px;
    //left: 5px;
}

.w-icon:before {
    content: "\e600";
    color: #ffe0a4;
}

.s-icon:before {
	display: inline-block;
	position: relative;
    content: "\e601";
    color: #4ca0ff;
    font-size: 22px;
    top: -5px;
}

.d-icon:before {
	display: inline-block;
	position: relative;
    content: "\e602";
    color: #ff8da3;
    font-size: 28px;
    top: -3px;
    //left: 2px;
}

.o-icon:before {
	display: inline-block;
	position: relative;
    content: "\e608";
    font-size: 32px;
    color: #b2b2b2;
    top: -1px;
    //left: 1px;
}

.r-icon {
    background-image: url('../img/nexus.png');
    background-position: 5px 5px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 3px;
    margin: 0 5px;
    position: relative;
}

.unchecked-icon.r-icon {
    background-image: url('../img/nexus_unchecked.png');
}