@font-face {
    font-family: fontBold;
    /*src: url("./../font/Gotham-Black.otf") format("opentype");*/
    src: url("./../font/metropolis.black.otf") format("opentype");
}
@font-face {
    font-family: fontLight;
    /*src: url("./../font/Gotham-Light.otf") format("opentype");*/
    src: url("./../font/metropolis.light.otf") format("opentype");
}
@font-face {
    font-family: fontMedium;
    /*src: url("./../font/GothamMedium.ttf") format("opentype");*/
    src: url("./../font/metropolis.medium.otf") format("opentype");
}
@font-face {
    font-family: fontStealFish;
    /*src: url("./../font/GothamMedium.ttf") format("opentype");*/
    src: url("./../../font/Steelfish Eb.otf") format("opentype");
}

body{
    background-color: #00203F;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    width: 100%;

    font-family: fontMedium;

    background-image: url(./../../img/sfondo_nuovo_sito.png);
    background-size: cover;
    
    user-select: none;
}

#fasciaTitolo{
    width: 100vw;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    background-color: rgba(0, 90, 174, 1);
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: fontStealFish;
    font-size: 40px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 90;
}


#contGenCorpo{
    width: calc( 100% - 20px );
    height: calc( 100vh - 60px );
    margin-left: 10px;
    padding-top: 60px;
}



.colonnaInternaCLassifica{
    width: calc(100% - 20px);
    min-height: 100px;
    margin-left: 10px;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(11, 11, 11, 0.5);
    border: 2px solid rgba(0, 90, 174, 0.6);
}

.headerColonnaInterna{
    background-color: rgba(0, 90, 174, 0.6);
    height: 40px;
    color: #ffffff;
    text-align: center;
    font-family: fontStealFish;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
}

.rigaClassifica{
    width: 100%;
    height: 60px;

    margin-bottom: 5px;
    overflow: hidden;

    cursor: pointer;
}

.rigaClassifica:hover{
    background-color: rgba(0, 90, 174, 0.9) !important;
}

.rigaClassifica:nth-child(even) {
    background-color: rgba(0, 90, 174, 0.2)
}
  
.rigaClassifica:nth-child(odd) {
    background-color: rgba(0, 90, 174, 0.1)
}

.posizioneRiga{
    float: left;
    width: 60px;
    color: #fff;
    line-height: 60px;
    margin: 0px;
    text-align: center;
    font-family: fontBold;
    font-size: 30px;
}

.imgRiga{
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 10px;
}


.contNomeSede{
    float: left;
    width: calc(100% - 270px) !important;
    overflow: hidden;
}


.sedeRiga{
    line-height: 20px;
    height: 20px;
    margin: 0px;
    color: #ffffff;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}


.nomeRiga{
    line-height: 35px;
    height: 35px;
    margin: 0px;
    color: #ffffff;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 25px;
}

.puntiRiga{
    float: right;
    line-height: 60px;
    height: 60px;
    margin: 0px;
    color: #ffffff;
    font-size: 25px;
    padding-right: 20px;
}

#tappoBackground{
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(10, 10, 10, 0.8);
    width: 100vw;
    height: 100vh;
    z-index: 100;
}

#contDettaglioGiocatori{
    position: fixed;
    z-index: 101;
    width: 600px;
    min-height: 400px;
    top: 50vh;
    left: 50vw;
    background-color: #000e1b;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(0, 90, 174, 0.6);
}

#contFasciaSopraDettaglioioc{
    width: 100%;
    height: 40px;
    background-color: rgba(0, 90, 174, 0.6);
    overflow: hidden;
}

#titoloDettaglioGiocaotre{
    margin: 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 30px;
    font-family: fontStealFish;
}

#imgCHiudiDettaglioGiocatore{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    user-select: none;
    transition:0.4s;
}

#imgCHiudiDettaglioGiocatore:hover{
    right: 2px;
    top: 2px;
    width: 36px;
    height: 36px;
}

#contListaPlayers{
    width: 100%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

.rigaListaPlayers{
    width: 100%;
    overflow: hidden;
    height: 40px;
}

.nomeGiocatoreSingolo{
    float: left;
    width: 35%;
    color: #ffffff;
    margin: 0px;
    text-align: right;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.colpiTestaGiocatoreSingolo{
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.uccisioniGiocatoreSingolo{
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.punteggioGiocatoreSingolo{
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

#iconaColpiAllaTesta{
    float: left;
    height: 40px;
    width: 20%;
    object-fit: contain;
    padding: 2px;
}

#iconaUccisioni{
    float: left;
    height: 40px;
    width: 20%;
    object-fit: contain;
    padding: 5px;
}

#iconaPunti{
    float: left;
    height: 40px;
    width: 25%;
    object-fit: contain;
    padding: 7px;
}

@media (max-width: 767px) {/*eseguito solo su mobile*/
    
    #contGenCorpo{
        width: 100%;
        margin-left: unset;
    }
    
    #fasciaTitolo{
        font-size: 40px;
        padding-left: 0px;
        text-align: center;
    }

    .colonnaInternaCLassifica{
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        border-radius: unset;
    }

    .rigaClassifica{
        height: 40px;
    }
    
    .posizioneRiga{
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .imgRiga{
        height: 40px;
        width: 40px;
    }

    .contNomeSede{
        float: left;
        width: calc(100% - 180px) !important;
    }

    .sedeRiga{
        height: 15px;
        line-height: 15px;
        font-size: 12px;
        margin-top: 2px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .nomeRiga{
        height: 20px;
        line-height: 20px;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .puntiRiga{
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    #contDettaglioGiocatori{
        width: 94vw;
        height: 80vh;
        overflow: hidden;
        transform: unset;
        left: 3vw;
        top: 10vh;
    }
}