.team-races {
    margin-bottom: 20px;
}

.race-data {
    margin-bottom: 30px;
    color: #9E9E9E;
}

.race-date {
    
}

.race-desc {

}

.team-list {

}

.team-item {
    border: 2px solid #ededed;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 10px 0;
}

.team-name {
    font-size: 16px;
    font-weight: bold;
}

.item-title {
    color: #9E9E9E;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
}

.team-members span {
    margin-right: 10px;
}

.team-item .btn {
    margin: 10px 0 0 0;
    opacity: 0.5;
}

.team-item .btn:hover {
    opacity: 1;
}

.btn-actions {
    margin-top: 10px;
}

.btn-actions .btn {
    margin-bottom: 0;
    margin-right: 5px;
}

.item-title span, h3 span, h4 span, h5 span {
    margin-left: 5px;
    font-weight: bold;
}

.team-full {
    color: #8BC34A;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 5px;
    background: #8bc34a21;
    padding: 5px 15px;
    border-radius: 5px;
}

.team-request-sended {
    color: #ff9800;
    font-weight: bold;
    text-transform: uppercase;
}

.requests-empty {
    margin-bottom: 20px;
    color: #9E9E9E;
}

.team-not-full {
    margin-bottom: 20px;
    color: #ff9800;
}

.request-list {
    margin-bottom: 20px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 10px 15px;
}

.member-list {
    margin-bottom: 5px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 10px 15px;
}

.request-item {
    margin: 2px 0;
    display: flex;
}

.request-player  {
    
}

.request-actions {
    margin-left: 20px;
    flex: 1;
    display: none;
}

.request-item:hover .request-actions {
    display: flex;
}

.request-action-1 {
    cursor: pointer;
    color: #8ac34a;
    margin: 0 2px;
    padding: 0px 10px;
    border-radius: 4px;
}

.request-action-0 {
    cursor: pointer;
    color: #f44336;
    margin: 0 2px;
    padding: 0px 10px;
    border-radius: 4px;
}

.request-action-1:hover {
    background: #8bc34a3d;
}

.request-action-0:hover {
    background: #f443363d;
}

.team-item.my-team {
    border: 2px solid #4CAF50;
}

.team-rate-list {
    margin-bottom: 20px;
    margin-top: 20px;
}

.team-rate-item {
    display: flex;
    align-items: center;
    background-color: #f3f3f3;
    padding: 5px 10px;
    overflow: hidden;
    position: relative;
}

.team-rate-list .team-rate-item:nth-child(odd) {
    background-color: #fff;
}

.team-rate-item .num {
    margin-right: 15px;
    margin-left: 10px;
    font-size: 20px;
    width: 20px;
    z-index: 1;
    position: relative;
}

.team-rate-item .name {    
    font-size: 18px;
    z-index: 1;
    position: relative;
}

.team-rate-item .leader-name {    
    font-size: 16px;
    z-index: 1;
    position: relative;
    margin-left: 10px;
}

.team-rate-item .members {
    flex: 1;
    margin-left: 20px;
}

.team-rate-item .points {
    font-size: 20px;
    font-weight: 700;
    z-index: 1;
    position: relative;
}

.team-rate-item .members span {
    margin-right: 10px;
}

.last-update {
    margin-bottom: 40px;
    font-style: italic;
    color: #9E9E9E;
}

.team-races-awards {
    font-size: 14px;
    line-height: 24px;
    border-left: 4px solid #ededed;
    padding-left: 20px;
    margin-bottom: 25px;
}

.team-rate-item.my-team .name {
    font-weight: bold;
}

i.player-lvl {
    font-style: normal;
    margin-left: 5px;
    background: #f3f3f3;
    padding: 1px 4px;
    border-radius: 4px;
    font-size: 12px;
    color: #9E9E9E;
}

.team-name .team-leader {
    font-weight: normal;
    margin-left: 20px;
}

.dlg-alert {
    padding: 10px 15px;
    background-color: #ffc1071f;
    color: #e48800;
    border-radius: 4px;
    margin-top: 15px;
}