#character-sheet,
.character-sheet {}

#character-sheet,
.character-sheet .information {
    height: 100px;
    width: 100%;
    position: relative;
}

#character-sheet,
.character-sheet .information.alliance {
    background: url() no-repeat;
}

#character-sheet,
.character-sheet .information.horde {
    background: url() no-repeat;
}

#character-sheet,
.character-sheet .information .name .title-prefix {
    font-size: 14px;
    color: #606060;
}

#character-sheet,
.character-sheet .information .name {
    font-size: 36px;
    font-weight: bold;
    color: #c1b575;
}

#character-sheet,
.character-sheet .information .information-left {
    float: left;
}

#character-sheet,
.character-sheet .information .information-right {
    color: #606060;
    float: right;
}

#character-sheet,
.character-sheet .information .guild-name {
    font-size: 15px;
    font-weight: normal;
    color: #606060;
}

#character-sheet,
.character-sheet .information .guild-title .title-suffix {
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    color: #fff;
}

#character-sheet,
.character-sheet .information .guild-name {
    height: 27px;
    line-height: 27px;
    font-size: 20px;
}

#character-sheet,
.character-sheet .information .level-race-class {}

#character-sheet,
.character-sheet .information .achievement-points {
    font-size: 36px;
    font-weight: bold;
    text-align: right;
}

#character-sheet #character-profile,
#character-sheet .character-profile,
.character-sheet #character-profile,
.character-sheet .character-profile {
    width: 100%;
}

#character-profile,
.character-profile .information-left {
    width: 54%;
    position: relative;
    float: left;
}

#character-profile,
.character-profile .information-left .item-model {
    width: 442px;
    height: 513px;
    position: relative;
    background: url(https://armory.warmane.com/themes/warmane/images/character/equipment-overview.png) no-repeat;
}

#character-profile,
.character-profile .information-left .left-stat {
    width: 100px;
    height: 25px;
    border: 1px solid #1e1e1e;
    position: absolute;
    bottom: 30px;
    left: 36px;
}

#character-profile,
.character-profile .information-left .left-stat .life-bar {
    line-height: 25px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    background: #BD0E11;
}

#character-profile,
.character-profile .information-left .right-stat {
    width: 100px;
    height: 25px;
    border: 1px solid #1e1e1e;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

#character-profile,
.character-profile .information-left .item-model .model {
    position: absolute;
    height: 445px;
    width: 323px;
    top: 0px;
    left: 60px;
    display: none;
}

#character-profile,
.character-profile .information-left .item-model .item-slot {
    height: 54px;
    width: 60px;
    margin: 1px 0 0px 0;
    position: relative;
}

#character-profile,
.character-profile .information-left .item-model .item-slot a {
    width: 55px;
    height: 60px;
    display: block;
    position: relative;
}

#character-profile,
.character-profile .information-left .item-model .item-slot a img {
    margin-left: 1px;
    margin-top: 1px;
}

#character-profile,
.character-profile .information-left .item-model .item-slot .no-item:hover {}

#character-profile,
.character-profile .information-left .item-model .item-left {
    position: absolute;
    left: 0px;
    top: -1px;
}

#character-profile,
.character-profile .information-left .item-model .item-left .item-slot a {}

#character-profile,
.character-profile .information-left .item-model .item-left .item-slot a:hover {
    background-position: -3px 0px;
}

#character-profile,
.character-profile .information-left .item-model .item-right {
    position: absolute;
    left: 390px;
    top: -1px;
}

#character-profile,
.character-profile .information-left .item-model .item-right .item-slot a {}

#character-profile,
.character-profile .information-left .item-model .item-right .item-slot a:hover {
    background-position: -3px 0;
}

#character-profile,
.character-profile .information-left .item-model .item-bottom {
    position: absolute;
    left: 140px;
    top: 452px;
    z-index: 3;
}

#character-profile,
.character-profile .information-left .item-model .item-bottom .item-slot {
    float: left;
    display: block;
    width: 55px;
    height: 50px;
}

#character-profile,
.character-profile .information-left .item-model .item-bottom .item-slot a {
    margin: 0;
}

#character-profile,
.character-profile .information-left .item-model .item-bottom .item-slot a:hover {
    width: 56px;
    background-position: -3px 0;
}

#character-profile,
.character-profile .information-left .item-model .icon-quality {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 8px 4px;
}

#character-profile,
.character-profile .information-left .item-model .itemBot .icon-quality {
    background-position: 3px 4px;
}

#character-profile,
.character-profile .information-right {
    width: 45%;
    position: relative;
    float: left;
}

#character-profile .information-left h3,
.character-profile .information-left h3,
#character-profile .information-right h3,
.character-profile .information-right h3 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #c1b575;
}

h3.first {
    margin-top: 0px;
}

#character-profile .information-left .divider,
.character-profile .information-left .divider,
#character-profile .information-right .divider,
.character-profile .information-right .divider {
    height: 8px;
    border-top: 1px solid #1e1e1e;
}

#character-profile,
.character-profile .information-right .specialization {
    position: relative;
}

#character-profile,
.character-profile .information-right .specialization .stub {
    width: 200px;
    height: 35px;
    float: left;
    position: relative;
}

#character-profile,
.character-profile .information-right .specialization .stub .icon {
    position: absolute;
    top: 10px;
}

#character-profile,
.character-profile .information-right .specialization .stub .icon img {
    border: 1px solid #1e1e1e;
}

#character-profile,
.character-profile .information-right .specialization .stub .text {
    position: absolute;
    top: 15px;
    left: 35px;
}

#character-profile,
.character-profile .information-right .specialization .stub .text .value {
    font-size: 13px;
}

#character-profile,
.character-profile .character-stats {
    position: relative;
    width: 450px;
}

#character-profile,
.character-profile .character-stats .stub {
    float: left;
    position: relative;
    padding-left: 50px;
}

#character-profile,
.character-profile .character-stats .stub.first {
    padding-left: 0px;
}

#character-profile,
.character-profile .character-stats .stub .text {
    padding-top: 15px;
}

#character-profile,
.character-profile .character-stats .stub .text .value {
    font-size: 14px;
    width: 100px;
}

#character-profile,
.character-profile .information-right .pvpbasic {
    position: relative;
}

#character-profile,
.character-profile .information-right .pvpbasic .stub {
    width: 200px;
    height: 35px;
    float: left;
    position: relative;
}

#character-profile,
.character-profile .information-right .pvpbasic .stub .icon {
    position: absolute;
    top: 10px;
}

#character-profile,
.character-profile .information-right .pvpbasic .stub .icon img {
    border: 1px solid #1e1e1e;
}

#character-profile,
.character-profile .information-right .pvpbasic .stub .text {
    position: absolute;
    top: 15px;
    left: 35px;
}

#character-profile,
.character-profile .information-right .pvpbasic .stub .text .value {
    font-size: 13px;
}

#character-profile,
.character-profile .information-right .profskills {
    position: relative;
}

#character-profile,
.character-profile .information-right .profskills .stub {
    width: 200px;
    height: 35px;
    float: left;
    position: relative;
}

#character-profile,
.character-profile .information-right .profskills .stub .icon {
    position: absolute;
    top: 10px;
}

#character-profile,
.character-profile .information-right .profskills .stub .icon img {
    border: 1px solid #1e1e1e;
}

#character-profile,
.character-profile .information-right .profskills .stub .text {
    position: relative;
    top: 15px;
    left: 35px;
}

#character-profile,
.character-profile .information-right .profskills .stub .text .value {
    font-size: 13px;
}

#character-profile,
.character-profile .information-right .pvpteams {
    position: relative;
}

#character-profile,
.character-profile .information-right .pvpteams .stub {
    width: 100%;
    height: 35px;
    float: left;
    position: relative;
}

#character-profile,
.character-profile .information-right .pvpteams .stub .icon {
    position: absolute;
    top: 10px;
}

#character-profile,
.character-profile .information-right .pvpteams .stub .icon .rank {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 25px;
    overflow: hidden;
    color: #c1b575;
    font-size: 13px;
}

#character-profile,
.character-profile .information-right .pvpteams .stub .icon img {
    border: 1px solid #1e1e1e;
}

#character-profile,
.character-profile .information-right .pvpteams .stub .text {
    position: relative;
    top: 15px;
    left: 35px;
}

#character-profile,
.character-profile .information-right .pvpteams .stub .text .value {
    font-size: 13px;
}

#character-profile,
.character-profile .information-right .challenge-mode {
    position: relative;
    margin-left: 45px;
}

#character-profile,
.character-profile .information-right .challenge-mode .stub {
    width: 120px;
    height: 35px;
    float: left;
    position: relative;
}

#character-profile,
.character-profile .information-right .challenge-mode .stub .icon {
    position: absolute;
    top: 10px;
}

#character-profile,
.character-profile .information-right .challenge-mode .stub .icon img {
    border: 1px solid #1e1e1e;
}

#character-profile,
.character-profile .information-right .challenge-mode .stub .text {
    position: relative;
    top: 13px;
    left: 35px;
    font-size: 18px;
}

#character-profile,
.character-profile .information-right .challenge-mode .stub .text.challenge-gold {
    color: #ffd700;
}

#character-profile,
.character-profile .information-right .challenge-mode .stub .text.challenge-silver {
    color: #c0c0c0;
}

#character-profile,
.character-profile .information-right .challenge-mode .stub .text.challenge-bronze {
    color: #cd7f32;
}

#character-profile,
.character-profile .information-right .challenge-mode .stub .text .value {
    font-size: 13px;
}

#character-profile,
.character-profile .information-right .recent-activity {
    width: 440px;
}

#character-profile,
.character-profile .information-right .recent-activity .stub {
    width: 100%;
    height: 25px;
    position: relative;
}

#character-profile,
.character-profile .information-right .recent-activity .icon {
    position: absolute;
    top: 0px;
    height: 15px;
    width: 15px;
    display: block;
}

#character-profile,
.character-profile .information-right .recent-activity .icon img {
    border: 1px solid #1e1e1e;
}

#character-profile,
.character-profile .information-right .recent-activity .text {
    position: absolute;
    left: 20px;
    top: 0px;
    width: 400px;
}

#character-profile,
.character-profile .information-right .recent-activity .name {
    font-size: 14px;
}

#character-profile,
.character-profile .information-right .recent-activity .name:hover {
    color: #09C;
    cursor: pointer;
}

#character-profile,
.character-profile .information-right .recent-activity .time {
    font-size: 14px;
}

#character-profile,
.character-profile .information-right .recent-activity .spacer {
    position: absolute;
    top: 68px;
    left: -25px;
}

#guild-sheet {}

#guild-sheet .information {
    height: 90px;
    width: 100%;
    position: relative;
}

#guild-sheet .information.alliance {
    background: url() no-repeat;
}

#guild-sheet .information.horde {
    background: url() no-repeat;
}

#guild-sheet .information .name {
    font-size: 36px;
    font-weight: bold;
    color: #c1b575;
}


#guild-sheet .information .level-faction-realm {}

#guild-sheet .information .information-left {
    float: left;
}

#guild-sheet .information .information-right {
    color: #606060;
    float: right;
}

#guild-sheet .information .achievement-points {
    font-size: 36px;
    font-weight: bold;
    text-align: right;
}

#team-sheet {}

#team-sheet .information {
    height: 110px;
    width: 100%;
    position: relative;
}

#team-sheet .information.alliance {
    background: url() no-repeat;
}

#team-sheet .information.horde {
    background: url() no-repeat;
}

#team-sheet .information .name {
    font-size: 36px;
    font-weight: bold;
    color: #c1b575;
}


#team-sheet .information .faction-team {}

#team-sheet .team-statistics {
    margin: 0 auto;
    position: relative;
    width: 460px;
    height: 80px;
    border: 1px solid #1e1e1e;
    background: rgba(0, 0, 0, 0.3);
}

#team-sheet .team-statistics .title {
    position: absolute;
    top: -25px;
    font-size: 18px;
    color: #c1b575;
}

#team-sheet .team-statistics table {
    width: 450px;
    text-align: center;
}

#team-sheet .team-statistics table th {
    font-size: 16px;
    color: #c1b575;
    font-weight: normal;
}

#team-sheet .team-statistics table td {
    border: 1px solid #1e1e1e;
    font-size: 14px;
}

#ladder-sheet {}

#ladder-sheet .information {
    height: 90px;
    width: 100%;
    position: relative;
}

#ladder-sheet .information .name {
    font-size: 36px;
    font-weight: bold;
    color: #c1b575;
}


#ladder-sheet .information .specifications {}

#ladder-sheet .information .information-left {
    float: left;
    position: relative;
    z-index: 10;
}

#ladder-sheet .information .information-right {
    color: #606060;
    float: right;
    position: relative;
    z-index: 10;
}

#ladder-sheet .information .rank-duration {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
}

#ladder-sheet .information .rank-duration .rank {
    font-size: 18px;
}

#ladder-sheet .information .rank-duration .duration {
    font-size: 35px;
}

#ladder-sheet .information .information-right .achievements {
    text-align: right;
    padding-bottom: 3px;
}


#ladder-sheet .information-right img {
    border: 1px solid #1e1e1e;
}


h3 {
    color: #c1b575;
    font-weight: normal;
    font-size: 15px;
}

.icon-frame {
    display: inline-block;
    overflow: hidden;
    padding: 1px;
    background-color: #000;
    background-position: 1px 1px;
    background-repeat: no-repeat;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #1e1e1e;
}

.icon-frame img {
    display: block;
    vertical-align: bottom;
}


.size-14.icon-frame {
    height: 14px;
    width: 14px;
}

.relevance {
    width: 100%;
    height: 14px;
}

.relevance-wrap {
    border: 1px solid #1e1e1e;
    background: #0f0f0f;
    margin: 0 0;
    overflow: hidden;
    position: relative;

}

.relevance-bar {
    background: #000;
    left: 0;
    position: absolute;
    top: 0;
}



.achievements {}

.achievements .criteria {
    display: none;
    text-align: left;
    padding: 0;
}

.achievements .categories .selected ul,
.achievements .selected .criteria {
    display: block;
}

.achievements .categories ul {
    display: none;
}

.achievements .menu {
    width: 180px;
    float: left;
}

.achievements .menu a {
    display: block;
    text-decoration: none !important;
    line-height: 30px;
}

.achievements .menu a:hover,
.achievements .menu a.selected {
    color: #c1b575;
}

.achievements .menu .category {
    padding: 5px 0 7px 0;
}

.achievements .menu .category div {
    padding: 1px 0;
}

.achievements .menu .category {
    padding: 0;
    margin: 0;
    padding-left: 8px;
}

.achievements .menu .category {
    display: none;
}

.achievements .menu .category.selected {
    display: block;
}

.achievements .achievement-list {
    width: 750px;
    float: left;
    margin-left: -1px;
}

.achievements .achievement-list .container {
    background: #0e0e0e;
    width: 750px;
    border: 1px solid #1e1e1e;
}

.achievements .achievement-list .wrapper {}

.achievements .achievement-summary {
    padding: 15px;
}

.achievements .achievement-list .achievement {
    position: relative;
    padding-bottom: 22px;
    border-bottom: 1px solid #1e1e1e;
    width: 748px;
    margin: 0 auto;
    background-color: #0f0f0f;
}

.achievements .achievement-list .achievement.selected {}

.achievements .achievement-list .achievement.locked {
    background-color: #0d0d0d;
}

.achievements .achievement-list .achievement.locked.selected {}

.achievements .achievement-list .achievement .icon {
    margin-top: 2px;
    left: 0;
}

.achievements .achievement-list .achievement .title,
.achievements .achievement-list .achievement .description,
.achievements .achievement-list .achievement .date,
.achievements .achievement-list .achievement .points,
.achievements .achievement-list .achievement .reward {
    text-align: center;
}

.achievements .achievement-list .achievement .title {
    font-size: 16px;
    font-weight: bold;
    padding: 17px 0 3px 0;
}

.achievements .achievement-list .achievement .description {
    width: 450px;
    text-align: center;
    margin: 0 auto;
}

.achievements .achievement-list .achievement .date {
    font-size: 13px;
    position: relative;
    font-weight: bold;
}

/* Custom Additions for Project Summary View */
.achievement-summary {
    padding: 15px;
}

.achievement-summary .progress-bar {
    width: 100%;
    height: 20px;
    background: #0e0e0e;
    border: 1px solid #1e1e1e;
    position: relative;
    margin-bottom: 10px;
}

.achievement-summary .progress-fill {
    height: 100%;
    background: #1e1e1e;
    background: linear-gradient(to bottom, #282828 0%, #1a1a1a 100%);
}

.achievement-summary .progress-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    line-height: 18px;
    color: #888;
    font-size: 12px;
    z-index: 1;
}

.achievement-summary .summary-wrapper {
    padding: 10px 0 12px 0;
}

.achievement-summary .summary-progress {
    float: left;
    width: 33.33%;
    margin-bottom: 5px;
    color: #606060;
    font-size: 13px;
}

.achievement-summary .summary-progress .progress-bar {
    height: 16px;
    margin-bottom: 0;
    margin-top: 2px;
    background: #0e0e0e;
    width: 94%;
}

.achievement-summary .summary-progress .progress-text {
    line-height: 14px;
    font-size: 10px;
    color: #999;
    z-index: 1;
}

.achievement-summary .summary-progress .progress-fill {
    background: #2a2a2a;
    background: linear-gradient(to bottom, #333 0%, #222 100%);
}

.mounts-empty {
    color: #606060;
    text-align: center;
    padding: 20px;
    font-style: italic;
}


.achievements .achievement-list .achievement .points {
    position: absolute;
    right: 12px;
    top: 25px;
    width: 68px;
    height: 61px;
    font-size: 26px;
}

.achievements .achievement-list .achievement .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    border: 1px solid #1e1e1e;
    top: 12px;
    left: 15px;
}

.progress-bar {
    position: relative;
    padding: 3px 0;
    width: 90%;
    margin: 0px auto 6px;
    text-align: center;
    background: #0e0e0e;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #1e1e1e;
}

.achievements .progress-text {
    position: relative;
    text-align: center;
}

.achievements .progress-fill {
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #1a1a1a;
    height: 15px;
}

.achievements .summary-wrapper {
    padding: 10px 0 12px 32px;
}

.achievements .summary-progress {
    float: left;
    width: 32%;
    display: block;
    padding: 0;
    padding-top: 8px;
    line-height: normal;
}

.achievements .summary-progress .progress-bar,
.summary_progress {
    margin-left: 0;
    width: 94%;
}

.talents-container {
    width: 659px;
    position: relative;
    float: left;
    height: 650px;
    padding: 0px 0 0 1px
}

.talents-container.cata {
    height: 450px;
}

.talents-container.tbc {
    height: 500px;
}

.talents-container .talent-frame {
    width: 100%;
    padding: 0px;
    background: none
}

.talents-container .talent-tree {
    width: 210px;
    height: 569px;
    padding: 5px 0 0 0;
    margin-left: 5px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-color: #0e0e0e;
    border: 1px solid #1e1e1e;
}

.talents-container .talent-tree:first-child {
    margin-left: 0px;
}

.talents-container.cata .talent-tree {
    height: 360px;
}

.talents-container.tbc .talent-tree {
    height: 470px;
}

.talents-container .talent-tree .tier {
    height: 52px;
    width: 210px;
    position: relative;
}

.talents-container .talent-tree .talent {
    position: absolute;
    display: block;
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    border: 1px solid #1e1e1e;
}

.talents-container .talent-tree .talentHolder {
    width: 44px;
    height: 39px;
    padding: 2px 0 0 2px;
}

.talents-container .talent-tree .talent-points.disabled {
    color: #606060 !important;
}

.talents-container .talent-tree .talent-points.max {
    color: #c1b575 !important;
}

.talents-container .talent-tree .talent-points {
    color: #7e8d09;
}

.talents-container .talent-tree .col0 {
    top: 0;
    left: 10px;
}

.talents-container .talent-tree .col1 {
    top: 0;
    left: 60px;
}

.talents-container .talent-tree .col2 {
    top: 0;
    left: 110px;
}

.talents-container .talent-tree .col3 {
    top: 0;
    left: 160px;
}

.talents-container .talent-points {
    color: #606060;
    font-size: 13px;
    position: absolute;
    bottom: -10px;
    right: -8px;
    background: #000;
    border: 1px solid #1e1e1e;
    padding: 1px;
}

.talents-container .requiredArrow {
    display: block;
    position: absolute;
    z-index: 100;
}

.talents-container .vArrow {
    /*background:url('/themes/warmane/images/talents/arrow-down.gif') 0 100% no-repeat;*/
}

.talents-container .hArrow {
    /* background:url('/themes/warmane/images/talents/arrow-vertical.gif') 0 100% no-repeat;*/
}

.talents-container .plain {
    /*background-image:url('/themes/warmane/images/talents/arrow-plain.gif');*/
}

.talents-container .arrowLeft {
    background-position: 0 0;
}

.talents-container .arrowRight {
    background-position: 100% 0;
}

.talents-container .disabledArrow {
    background-position: 100% 100%;
}

.talents-container .disabledArrowL {
    background-position: 0 100% !important;
}

.talents-container .talent-tree-info {
    margin: 13px 0px 0 4px;
    line-height: 21px;
    padding: 0 0 0 28px;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    color: #606060;
}

.talent-spec-switch {}

.talent-spec-switch img {
    vertical-align: middle;
    padding-right: 5px;
}

.talent-spec-switch .selected a {
    color: #c1b575;
}

.character-glyphs {
    float: right;
    width: 270px;
}

.character-glyphs .glyph {
    cursor: default;
    display: block;
    padding: 0 0 0 10px;
    height: 33px;
    width: 250px;
}

.specializations-container {
    float: left;
}

.specializations-container .tier {
    height: 60px;
    border: 1px solid #1e1e1e;
    width: 650px;
    margin-top: 5px;
}

.specializations-container .tier:first-child {
    margin-top: 0px;
}

.specializations-container .tier .level {
    width: 60px;
    line-height: 60px;
    float: left;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #1e1e1e;
}

.specializations-container .tier .talent {
    width: 195px;
    line-height: 60px;
    float: left;
    border-right: 1px solid #1e1e1e;
}

.specializations-container .tier .talent:nth-child(4) {
    border-right: none;
}

.specializations-container .tier .talent .icon {
    float: left;
    width: 50px;
    height: 60px;
    position: relative;
}

.specializations-container .tier .talent .icon img {
    border: 1px solid #1e1e1e;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 11px;
    left: 6px;
}

.specializations-container .tier .talent .info {
    float: left;
    width: 145px;
    overflow: hidden;
    height: 60px;
}

.specializations-container .tier .talent.active {
    background-color: #0a0a0a;
}

.specializations-container .tier .talent.active .icon img {
    border: 1px solid #c1b575;
}

.specializations-container .tier .talent.active .info a {
    color: #c1b575;
}

.history-win {
    color: #7e8d09;
}

.history-loss {
    color: #d79602;
}

/* ================================================
   ACHIEVEMENT STYLES (matching Warmane armory.css)
   ================================================ */

/* --- Layout: two-column (sidebar + list) --- */
.achievement-container {
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
}

/* --- Sidebar / Menu --- */
.achievement-sidebar {
    width: 180px;
    flex-shrink: 0;
    float: left;
}

.achievement-sidebar .menu a {
    display: block;
    text-decoration: none !important;
    line-height: 30px;
    color: #888;
    padding: 0 5px;
}

.achievement-sidebar .menu a:hover,
.achievement-sidebar .menu a.selected {
    color: #c1b575;
}

.achievement-sidebar .category {
    display: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.achievement-sidebar .category.selected {
    display: block;
}

.achievement-sidebar .menu .category a {
    padding: 1px 0 1px 15px;
    line-height: 26px;
    font-size: 13px;
}

/* --- Achievement List (right pane) --- */
.achievement-list {
    flex: 1;
    float: left;
    margin-left: -1px;
}

.achievement-list .container {
    background: #0e0e0e;
    border: 1px solid #1e1e1e;
}

/* --- Achievement Summary (progress bars grid) --- */
.achievement-summary {
    padding: 15px;
}

.achievement-summary>.progress-bar {
    width: 100%;
    margin: 0 0 6px 0;
}

.progress-bar {
    position: relative;
    width: 90%;
    margin: 0 auto 6px;
    text-align: center;
    background: #0e0e0e;
    padding: 0;
    border: 1px solid #1e1e1e;
}

.achievements .progress-text,
.achievement-summary .progress-text {
    position: relative;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    color: #606060;
}

.achievements .progress-fill,
.achievement-summary .progress-fill {
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #1a1a1a;
    height: 15px;
}

.summary-wrapper {
    padding: 10px 0 12px 0;
}

.summary-progress {
    float: left;
    width: 33.33%;
    display: block;
    padding: 0;
    padding-top: 8px;
    line-height: normal;
    font-size: 13px;
    color: #606060;
}

.summary-progress .progress-bar {
    margin-left: 0;
    width: 94%;
}

/* --- Individual Achievement Cards --- */
.achievement {
    position: relative;
    padding-bottom: 22px;
    border-bottom: 1px solid #1e1e1e;
    width: 100%;
    margin: 0 auto;
    background-color: #0f0f0f;
}

.achievement.locked {
    background-color: #0d0d0d;
}

.achievement .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    border: 1px solid #1e1e1e;
    top: 12px;
    left: 15px;
}

.achievement .icon img {
    width: 50px;
    height: 50px;
    display: block;
}

.achievement .title,
.achievement .description,
.achievement .date,
.achievement .points,
.achievement .reward {
    text-align: center;
}

.achievement .title {
    font-size: 16px;
    font-weight: bold;
    padding: 17px 0 3px 0;
    color: #c1b575;
}

.achievement.locked .title {
    color: #606060;
}

.achievement .description {
    width: 450px;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    color: #999;
}

.achievement.locked .description {
    color: #555;
}

.achievement .date {
    font-size: 13px;
    position: relative;
    font-weight: bold;
    margin-top: 15px;
    color: #606060;
}

.achievement .points {
    position: absolute;
    right: 12px;
    top: 25px;
    width: 68px;
    height: 61px;
    font-size: 26px;
    color: #c1b575;
    text-align: center;
    line-height: 61px;
}

.achievement.locked .points {
    color: #444;
}

.achievement .reward {
    font-size: 12px;
    color: #999;
    padding-top: 4px;
}

/* --- Achievement Criteria (expandable) --- */
.achievement .criteria {
    display: none;
    text-align: left;
    padding: 0;
}

.achievement.selected .criteria {
    display: block;
}

.achievement .criteria li,
.achievement .criteria span {
    font-size: 12px;
    color: #555;
    padding: 1px 0;
}

.achievement .criteria .completed {
    color: #7e8d09;
}

/* --- Clear float --- */
.clear {
    clear: both;
}

/* --- Icon frame (used inside achievement cards) --- */
.icon-frame {
    display: inline-block;
    overflow: hidden;
    padding: 1px;
    background-color: #000;
    background-position: 1px 1px;
    background-repeat: no-repeat;
    border-radius: 3px;
    border: 1px solid #1e1e1e;
}

.icon-frame img {
    display: block;
    vertical-align: bottom;
}