/* Top 10 */
#top_ranked_wrapper {
    margin: 8px -1px 7px -1px !important;
    background: url(../../../themes/wowzone/images/top10/stats_background.png) no-repeat;
    background: #241f16;
    width: 674px;
    height: 410px;
    overflow: visible;
}
#top_ranked_wrapper #top_ranked_content {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    z-index: auto;
    height: 359px;
    margin: 0;
}
#top10_types_menu {
    z-index: auto;
    top: auto;
    margin-left: 5px;
    margin-top: 5px;
}
#top10_types_menu .type_button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-right: 6px;
}
#top10_types_menu .type_button a {
    height: 32px;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.25);
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #6b6155;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    padding: 10px 38px 0 38px;
    transition: 0.3s;
}
#top10_types_menu .type_button a:hover {
    color: #6b6155;
    background-color: rgba(0, 0, 0, 0.4);
}
#top10_types_menu .type_button a.active {
    background-image: none;
    background-color: rgba(137, 117, 89, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(252, 252, 252, 0.02);
    border: solid 1px #3a2f26;
    top: -1px;
    color: #b59e82;
    padding: 9px 38px 0 38px;
    transition: 0.5s;
}
#top10_types_menu .type_button a.active:hover {
    background-color: rgba(137, 117, 89, 0.4);
}
#top10_realms_menu {
    z-index: auto;
    top: auto;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
#top10_realms_menu .selectboxit-container {
    margin-top: 2px;
    margin-right: 2px;
}
#top10_realms_menu .selectboxit-btn {
    display: block;
    width: 263px;
    height: 40px;
    line-height: 40px;
}
#top10_realms_menu select {
    width: 266px;
    height: 42px;
    padding: 0 10px;
}
#top_ranked_content .realm_content .header {
    border-radius: 0;
    height: 45px;
    background: #2d271d;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 2px rgba(0, 0, 0, 0.1), inset 0 2px rgba(165, 148, 124, 0.15);
    box-sizing: border-box;
}
#top_ranked_content .realm_content .header #column {
    margin-top: 0;
    height: 45px;
}
#top_ranked_content .realm_content .header #column a {
    display: block;
    width: 100%;
    padding: 15px 0 0 0;
    height: 45px;
    box-sizing: border-box;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #6b6155;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    transition: 0.3s;
}
#top_ranked_content .realm_content .header #column a:hover {
    color: #84796a;
}
#left #top_ranked_content .realm_content .header #column a.active {
    color: #b6a38d;
    background-image: url(../../../themes/wowzone/images/top10/stats_header_active.png);
}
#top_ranked_content .realm_content .header #green_dot {
    background: url(../../../themes/wowzone/images/top10/stats_header_arrow.png) no-repeat;
    width: 30px;
    height: 26px;
    top: -8px;
    left: 50%;
    margin-left: -15px;
}
#top_ranked_content .realm_content .body center {
    padding: 30px !important;
}
#top_ranked_content .realm_content .body .row {
    margin: 0 2px;
    background: url(../../../themes/wowzone/images/top10/stats_row_background.png) no-repeat;
    height: 63px;
    box-sizing: border-box;
}
#top_ranked_content .realm_content .body .row:first-child {
    background: url(../../../themes/wowzone/images/top10/stats_row_active.png) no-repeat,
    url(../../../themes/wowzone/images/top10/stats_row_background.png) no-repeat;
}
#top_ranked_content .realm_content .body .row:nth-child(9) {
    height: 60px;
}
#top_ranked_content .realm_content .body .row.odd {
    background: url(../../../themes/wowzone/images/top10/stats_row_background.png) no-repeat;
}
#top_ranked_content .realm_content .body .row .column {
    font-size: 12px;
    color: #6b6155;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    padding-top: 24px;
    vertical-align: top;
}
#top_ranked_content .realm_content .body .row:first-child .column {
    color: #8d8071;
}
#top_ranked_content .realm_content .body .row .column a {
    font-size: 14px;
    font-weight: bold;
    color: #a5947c;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
#top_ranked_content .realm_content .body .row .column a:hover {
    color: #c1b097;
}
#top_ranked_content .realm_content .body .row:first-child .column a {
    color: #e5be88;
}
#top_ranked_content .realm_content .body .row:first-child .column a:hover {
    color: #f3d5ac;
}
#top_ranked_content .body .row .guild {
    color: #6b6155 !important;
}
#top_ranked_content .body .row:first-child .guild {
    color: #8d8071 !important;
}
#top_ranked_content .type_content_pvp .body .row .guild,
#top_ranked_content .type_content_achievement .body .row .guild {
    width: 30%;
}
#top_ranked_content .type_content_pvp .body .row .player,
#top_ranked_content .type_content_achievement .body .row .player {
    width: 42%;
    padding-top: 22px;
}
#top_ranked_content .type_content_pvp .body .row .player #name,
#top_ranked_content .type_content_achievement .body .row .player #name {
    width: 166px;
    text-align: center;
}
#top_ranked_content .type_content_pvp .body .row .player #rank,
#top_ranked_content .type_content_achievement .body .row .player #rank {
    width: 18px;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    color: #7f7169;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    padding-right: 2px;
}
#top_ranked_content .type_content_pvp .body .row:first-child .player #rank,
#top_ranked_content
.type_content_achievement
.body
.row:first-child
.player
#rank {
    color: #e6bf88;
}
#top_ranked_content .body .row #icon {
    -webkit-box-shadow: 0 0 0 1px #3f3931, 2px 2px 2px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(11, 6, 4, 0.66);
    -moz-box-shadow: 0 0 0 1px #3f3931, 2px 2px 2px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(11, 6, 4, 0.66);
    box-shadow: 0 0 0 1px #3f3931, 2px 2px 2px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(11, 6, 4, 0.66);
    border: solid 1px #665a53;
    width: 18px;
    height: 18px;
    border-radius: 0;
}
#top_ranked_content .body .row:first-child #icon {
    -webkit-box-shadow: 0 0 0 1px #7e6c54, 2px 2px 2px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(11, 6, 4, 0.66);
    -moz-box-shadow: 0 0 0 1px #7e6c54, 2px 2px 2px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(11, 6, 4, 0.66);
    box-shadow: 0 0 0 1px #7e6c54, 2px 2px 2px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(11, 6, 4, 0.66);
    border: solid 1px #e6bf88;
}
#top_ranked_content .body .row #icon img {
    width: 18px;
    height: 18px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    top: 0;
    vertical-align: auto;
}
#top_ranked_content .body .row #icon #overlay {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    background: url(../../../themes/wowzone/images/top10/stats_icon_overlay.png) no-repeat;
    pointer-events: none;
}
#top_ranked_content .type_content_pvp .body .row .player #icon:first-child,
#top_ranked_content
.type_content_achievement
.body
.row
.player
#icon:first-child {
    margin-right: 8px;
}
.type_content_guild .body .row .guild {
    width: 37% !important;
}
.type_content_guild .body .row .guild #rank {
    vertical-align: top;
    color: #7f7169;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.type_content_guild .body .row:first-child .guild #rank {
    color: #e6bf88;
}
.type_content_guild .body .row .guild #name {
    width: 202px;
    vertical-align: top;
    padding: 2px 0 0 20px;
}
.type_content_guild .faction #icon {
    top: -2px;
}
#top_ranked_content .body .rank_icon {
    position: absolute;
    width: 180px;
    height: 66px;
    top: -8px;
    left: -80px;
}
.type_content_guild .body .guild .rank_icon {
    left: -80px !important;
}
#top_ranked_content .body #rank_icon_1 {
    background: url(../../../themes/wowzone/images/top10/stats_rank_1.png) no-repeat;
}
#top_ranked_content .body #rank_icon_2 {
    background: url(../../../themes/wowzone/images/top10/stats_rank_2.png) no-repeat;
}
#top_ranked_content .body #rank_icon_3 {
    background: url(../../../themes/wowzone/images/top10/stats_rank_3.png) no-repeat;
}
#top_ranked_content .realm_content .body .separator {
    background: none;
    display: none;
}

/* Top 10 initial page shimmer */
@keyframes t10-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row {
    pointer-events: none;
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row * {
    color: transparent !important;
    text-shadow: none !important;
    -webkit-text-fill-color: transparent !important;
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row a {
    color: transparent !important;
    text-shadow: none !important;
    -webkit-text-fill-color: transparent !important;
    text-decoration: none !important;
}

/* Shimmer bar mixin via pseudo-elements */
.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.pvp_value,
.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.guild,
.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.points,
.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.leader,
.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.player #name {
    position: relative;
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.pvp_value::before,
.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.guild::before,
.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.points::before,
.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.leader::before,
.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.player #name::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0.04) 25%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.04) 75%);
    background-size: 200% 100%;
    animation: t10-shimmer 1.4s ease infinite;
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.pvp_value::before {
    width: 70px;
    right: 10px;
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.guild::before {
    width: 85px;
    right: 15px;
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.points::before {
    width: 60px;
    right: 10px;
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.leader::before {
    width: 80px;
    right: 10px;
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.player #name::before {
    width: 100px;
    right: 20px;
    top: 4px;
    transform: none;
}

/* Hide icons, rank badges, rank number */
.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.player #rank {
    visibility: hidden;
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row #icon {
    visibility: hidden;
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row .rank_icon {
    visibility: hidden;
}

/* Shimmer bars for icon placeholders */
.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.player #icons {
    position: relative;
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.player #icons::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(255,255,255,0.04) 25%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.04) 75%);
    background-size: 200% 100%;
    animation: t10-shimmer 1.4s ease infinite;
    position: absolute;
    top: 1px;
    right: 0;
}

.t10-shimmer-active #top_ranked_content .realm_content .body .row .column.player #icons::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(255,255,255,0.04) 25%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.04) 75%);
    background-size: 200% 100%;
    animation: t10-shimmer 1.4s ease infinite;
    position: absolute;
    top: 1px;
    right: 28px;
}

/* Guild tab faction icon */
.t10-shimmer-active .type_content_guild .body .row .column.faction #icon {
    visibility: hidden;
}

/* Disable header/menu interaction */
.t10-shimmer-active #top_ranked_content .realm_content .header {
    pointer-events: none;
}

.t10-shimmer-active #top10_types_menu {
    pointer-events: none;
}

.t10-shimmer-active #top10_realms_menu {
    pointer-events: none;
}

/* Guild tab name shimmer */
.t10-shimmer-active .type_content_guild .body .row .column.guild #name {
    position: relative;
}

.t10-shimmer-active .type_content_guild .body .row .column.guild #name::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 10px;
    width: 90px;
    height: 12px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0.04) 25%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.04) 75%);
    background-size: 200% 100%;
    animation: t10-shimmer 1.4s ease infinite;
}

/* Prevent guild column ::before on guild tab (has sub-elements) */
.t10-shimmer-active .type_content_guild .body .row .column.guild::before {
    display: none;
}
