.league-team-logo{
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    margin-right: 15px;
    margin-left: 10px;
    margin-top: -15px;
    display:block;
    border:none !important;
    border-radius:50%;
}

.league-team-logo:not(.league-team-logo-small){
    width:62px;
    height:62px;
    background-size:62px auto;

}

.league-team-logo.league-team-logo-small{
    width:30px !important;
    height:30px !important;
    background-size:30px auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.league-team-logo:not(.hasLogo){
    background-color:#bcbcbc;
}

.league-team-logo.hasLogo{
    background-color:transparent;

    border: 1px solid #ddd;
}

.league-team-logo.hasLogo.smWidth{
    background-size:62px auto;
}

.league-team-logo.hasLogo.league-team-logo-small.smWidth{
    background-size:30px auto !important;
}

.league-team-logo.hasLogo.league-team-logo-small.smHeight{
    background-size: auto 30px !important;
}

.league-team-logo.hasLogo.smHeight{
    background-size:auto 62px;
}

.league-team-logo.upload:hover .hover{
    display:block;
}

.league-team-logo.upload .hover {
    height:100%;
    width:100%;
    background: rgba(0,0,0,0.7);
    display:none;
    border-radius:50%;
}

.league-team-logo.upload .hover .icon{
    text-align: center;
    line-height:100%;
    padding-top:12px;

}

.league-team-logo.upload .hover i:before{
    color:#fefefe;
    font-size:36px;
}