
/* SQUAD. PHP */
.table-text{
    font-family:'Rajdhani',sans-serif;
    font-size: 16px;}

.table-picture {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    border: 2px solid #c9c9c9;"
}

.panel-heading h1 {
    font-family:'Rajdhani',sans-serif;
    font-weight: 800;
    color: #D2232A;
}
/* END OF SQUAD.PHP PAGE */

/* SQUAD_PLAYER PAGE */
/* USER PROFILE PAGE */
.card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 170px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 1200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 25px;
    font-family: 'Rajdhani',sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li span {
    display: block;
    color: #000;
    text-align: center;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;

    text-decoration: none;
}
.table-number {
    text-align: right;
    color: #D2232A;
    font-weight: 600;
}

.squad-stats h3 {
    text-align: center;
    color: #1892ED;
    font-size:30px;
    font-weight: 600;
    font-family: 'Do Hyeon',sans-serif;
    margin-top: 70px;
}
.squad-stats h1 {
    text-align: center;
    color: #1892ED;
    font-size:50px;
    font-weight: 600;
    font-family: 'Do Hyeon',sans-serif;
}
* {
    box-sizing: border-box;
    -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.2, 1), color 0.3s ease;
    transition: 0.3s cubic-bezier(0.75, 0, 0.2, 1), color 0.3s ease;
}
.rela-block {
    display: block;
    position: relative;
    margin: auto;

}
.floated {
    display: inline-block;
    position: relative;
    float: left;
}
.floated.right {
    float: right;
}

.profile-card {
    width: calc(100% - 40px);
    padding-top: 100px;
    margin: 70px auto 30px;
    background-color: #fff;
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.26);
}
.profile-pic {
    position: absolute;
    top: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 180px;
    width: 180px;
    border: 10px solid #fff;
    border-radius: 100%;
    background: url("image/skee.jpg") center no-repeat;
    background-size: cover;
}
.profile-name-container {
    margin: 0 auto 10px;
    padding: 10px;
    text-align: center;
}
.user-name {
    font-family: "Rajdhani",sans-serif;
    font-size: 24px;
    height: 60px;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
}
.user-desc {
    letter-spacing: 1px;
    color: #999;
}
.profile-card-stats {
    height: 75px;
    font-size: 20px;
    color: #1892ED;
    font-family: "Rajdhani",sans-serif;
    font-weight: 600;
    padding: 10px 0px;
    text-align: center;
    overflow: hidden;
}
.profile-stat {
    height: 100%;
    width: 33.3333%;
}
.profile-stat:after {
    color: #999;
}
.goals::after {
    content: "Gól";
}
.start::after {
    content: "Kezdő";
}
.games::after {
    content: "Mérkőzés";
}

@media screen and (max-width: 550px) {
    .profile-card-stats {
        /*height: 0;
         padding: 0px;*/
    }
    .profile-pic {
        height: 140px;
        width: 140px;
        top: -70px;
    }
    .profile-card {
        padding-top: 70px;
        margin: 50px auto 30px;
    }
}
