#player-profile-wrapper .ui-page-nav-bar .breadcrumbs li > span {
	cursor: pointer;
}
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs li > .symbol {
	padding: 10px 3px 10px 5px;
}

#player-profile-wrapper.preferred .main-wrapper > .avatar-section {
	border: 1px solid #FFA500;
    height: 100%;
    width: 332px;
    box-sizing: border-box;
}

#player-profile-wrapper.streak {
	background: url('../../images/pages/player/streak_header.png') top center no-repeat;
	padding-top: 100px;
}

#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .pp {
	background: #FFA500;
	cursor: pointer;
}
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .pp a {
	background: url('../../images/icons/player-breadcrumbs-sprite.png') 0 -36px no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	width: 14px;
	height: 36px;
}
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .pp::after { border-left-color: #FFA500; }
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .name { background: #353535; }
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .name::after { border-left-color: #353535; }
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .suspended {
	background: #B50404;
	cursor: pointer;
}
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .suspended a {
	background: url('../../images/icons/player-breadcrumbs-sprite.png') 0 0 no-repeat;
	text-indent: -9999px;
	width: 14px;
	height: 36px;
}
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .suspended::after { border-left-color: #B50404; }
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .warning { background: #B50404; cursor: pointer; color: #ECC0C0; }
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .warning::after { border-left-color: #B50404; }
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .tracked { background: #B56604; cursor: pointer; color: #ECC0C0; }
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .tracked::after { border-left-color: #B56604; }
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .holiday { background: #1D9E9E; cursor: pointer; color: #ECC0C0; }
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .holiday::after { border-left-color: #1D9E9E; }
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .bounties  { background: #808080; }
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .bounties a {
	background: url('../../images/icons/player-breadcrumbs-sprite.png') 0 -72px no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	width: 18px;
	height: 36px;
}
#player-profile-wrapper .ui-page-nav-bar .breadcrumbs .bounties::after { border-left-color: #808080; }

#player-profile-wrapper .main-wrapper {
	height: 362px;
	margin-bottom: 10px;
	color: #121212;
}
#player-profile-wrapper .main-wrapper > .avatar-section {
	float: left;
	width: 334px;
	height: 100%;
	background: #1F1F1F url("../../images/ui/box-background-dark.png") bottom right no-repeat;
	color: #ECECEC;
}
#player-profile-wrapper .main-wrapper > .overview-section {
	float: right;
    height: 342px;
    width: 640px;
    background: #ececec url("../../images/ui/box-background.png") bottom right no-repeat;
    padding: 10px;
	position: relative;
}

#player-profile-wrapper .main-wrapper > .overview-section .guild-name > a,
#player-profile-wrapper .all-stats .ui-guild-name,
#player-profile-wrapper .all-stats .ui-player-name {
	font-weight: bold;
}

#player-profile-wrapper .main-wrapper > .overview-section .credits {
	bottom: 10px;
    right: 10px;
    position: absolute;
    font-weight: bold;
    padding: 10px;
    text-align: right;
    color: #565656;
    background: rgba(0, 0, 0, 0.07);
}

#player-profile-wrapper .main-wrapper > .overview-section .credits .row { cursor: pointer; }
#player-profile-wrapper .main-wrapper > .overview-section .credits .row:not(:last-child) {
	margin-bottom: 5px;
}

#player-profile-wrapper .main-wrapper > .overview-section .credits .row .value {
	font-size: 18px;
	padding-left: 6px;
}

#player-profile-wrapper .main-wrapper > .overview-section .credits .row .value.available { color: #008000; }
#player-profile-wrapper .main-wrapper > .overview-section .credits .row .value.banked { color: #C14646; }

#player-profile-wrapper .main-wrapper > .overview-section .badge-skill {
	background: #1F1F1F url("../../images/ui/box-background-dark.png") bottom right no-repeat;
	height: 36px;
	margin: -10px -10px 10px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.37);
}
#player-profile-wrapper .main-wrapper > .overview-section .badge-skill::after {
	content: '';
	display: block;
	clear: both;
}

#player-profile-wrapper .main-wrapper > .overview-section .badge-skill .last-online,
#player-profile-wrapper .main-wrapper > .overview-section .badge-skill .kill-streak {
	float: left;
	height: 100%;
	color: #808080;
	padding: 0 10px;
	line-height: 36px;
	font-style: italic;
}

#player-profile-wrapper .main-wrapper > .overview-section .badge-skill .last-online .online {
	color: #008000;
}

#player-profile-wrapper .main-wrapper > .overview-section .badge-skill .badges {
	padding: 0;
	float: right;
	list-style: none;
	margin: 6px;
}

#player-profile-wrapper .main-wrapper > .overview-section .badge-skill .badges li {
	float: left;
    margin-left: 5px;
    background: rgba(255,255,255,0.1);
    height: 25px;
    width: 25px;
	border-radius: 4px;
}

#player-profile-wrapper .main-wrapper > .overview-section .badge-skill .badges .more {
	color: rgb(230, 223, 223);
	background: #8A4343;
	font-size: 20px;
	text-align: center;
	border: 1px solid #c14646;
	box-sizing: border-box;
	cursor: pointer;
}

#player-profile-wrapper .main-wrapper > .overview-section .badge-skill .badges li img {
	vertical-align:middle;
	cursor:pointer;
	width:25px;
	height:25px;
}

#player-profile-wrapper .main-wrapper > .overview-section .additional-stats {
	position: absolute;
	right: 10px;
	top: 38px;
}

#player-profile-wrapper .main-wrapper > .overview-section .additional-stats .quote {
	margin: 0 10px 4px 10px;
    color: #B50404;
    text-align: right;
	max-width: 274px;
}
#player-profile-wrapper .main-wrapper > .overview-section .additional-stats .quote::before,
#player-profile-wrapper .main-wrapper > .overview-section .additional-stats .quote::after {
	content: '\201C ';
	color: #565656;
    display: inline-block;
    font-size: 54px;
    height: 26px;
    overflow: hidden;
    margin-top: 0px;
}

#player-profile-wrapper .main-wrapper > .overview-section .additional-stats .quote::after {
	content: ' \201D';
    margin-top: -15px;
	position: relative;
	top: 8px;
}

#player-profile-wrapper .main-wrapper > .overview-section .additional-stats > ul {
	margin-top: 12px;
    padding: 0;
    list-style: none;
    width: 215px;
    position: absolute;
    right: 0;
}
#player-profile-wrapper .main-wrapper > .overview-section .additional-stats > ul li {
	background: rgba(17, 32, 55, 0.19);
	padding: 6px;
	margin-bottom: 3px;
	font-style: italic;
	color: #383838;
}
#player-profile-wrapper .main-wrapper > .overview-section .additional-stats > ul li:nth-child(odd) {
	background: rgba(17, 32, 55, 0.1);
}
#player-profile-wrapper .main-wrapper > .overview-section .additional-stats > ul li span {
	float: right;
    font-weight: bold;
    font-style: normal;
    color: #000;
}
#player-profile-wrapper .main-wrapper > .overview-section .additional-stats > ul li span a {
	font-weight: bold;
    color: #B50404;
}

#player-profile-wrapper .avatar-wrapper {
	height: 242px;
	margin: 23px 0 10px 0;
	line-height: 242px;
	text-align: center;
}
#player-profile-wrapper .avatar-wrapper > .avatar {
	display: inline-block;
	vertical-align: middle;
	max-height: 242px;
	max-width: 242px;
	background: rgba(255, 255, 255, 0.25);
}
#player-profile-wrapper .avatar-wrapper > .change-avatar {
	font-size: 22px;
    text-align: center;
    cursor: pointer;
	display: none;
	width: 100%;
	height: 242px;
	margin-top: -242px;
}
#player-profile-wrapper .avatar-wrapper:hover > .change-avatar {
	display: block;
}

#player-profile-wrapper .avatar-wrapper > .change-avatar > a {
	color: #fff;
	text-decoration: none;
	background: rgba(0,0,0,0.7);
	padding: 108px 48px 109px 48px;
}

#player-profile-wrapper .description {
	height: 418px;
	background: #1F1F1F url("../../images/ui/box-background-dark.png") bottom right no-repeat;
}

#player-profile-wrapper .description .description-wrapper {
	padding: 10px;
	max-width: 327px;
	max-height: 380px;
	overflow: hidden;
	overflow-y: auto;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}

#player-profile-wrapper .description .description-wrapper img {
	max-width: 100%;
}








#player-profile-wrapper .attributes-box {
	width: 351px;
	margin: 0;
	background: rgba(0, 0, 0, 0.07);
	border-spacing: 0;
	padding: 3px;
	position: relative;
	top: 3px;
}

#player-profile-wrapper .attributes-box tr {
	padding: 6px;
	font-style: italic;
	color: #383838;
}

#player-profile-wrapper .attributes-box th {
	font-weight: normal;
	font-style: italic;
	text-align: left;
	padding: 2px;
	border-bottom: 3px solid transparent;
}
#player-profile-wrapper .attributes-box td {
	font-weight: bold;
	font-style: normal;
	text-align: right;
	padding: 2px;
}

#player-profile-wrapper .attributes-box td:nth-child(2) {
	padding-right: 10px;
}










#player-profile-wrapper .mastery-wrapper {
	display: block;
	position: absolute;
	bottom: 0;
}

#player-profile-wrapper .mastery-wrapper > h4{
	margin-bottom: 5px;
}
#player-profile-wrapper .mastery-wrapper .mastery {
	margin: 0;
	list-style: none;
	padding: 0
}
#player-profile-wrapper .mastery-wrapper .mastery > span {
	width: 20px;
	height: 20px;
	background: url('../../images/ui/mastery_sprite.png') no-repeat;
	display: block;
	margin: 5px auto;
}

#player-profile-wrapper .mastery-wrapper .mastery li {
	float: left;
	margin: 5px;
}

#player-profile-wrapper .mastery-wrapper .mastery li .progress-bar {
	background: rgba(0, 0, 0, 0.1);
	width: 30px;
	border: 1px solid #C14646;
	padding: 1px;
	height: 66px;
	cursor: pointer;
	position: relative;
}

#player-profile-wrapper .mastery-wrapper .mastery li .progress-bar > div {
	background: #C14646 repeating-linear-gradient( 45deg, #C14646, #C14646 6px, #CE4949 6px, #CE4949 10px);
    display: block;
    position: absolute;
    bottom: 1px;
    width: 30px;
	max-height: 66px;
}

#player-profile-wrapper .mastery-wrapper .mastery.defensive .progress-bar { border: 1px solid #008000; }
#player-profile-wrapper .mastery-wrapper .mastery.defensive .progress-bar > div {
	background: #008000 repeating-linear-gradient( 45deg, #008000, #008000 6px, #01A201 6px, #01A201 10px);
}
#player-profile-wrapper .mastery-wrapper .mastery.defensive span { background-position: -20px 0; }

#player-profile-wrapper .mastery-wrapper .mastery.raiding .progress-bar { border: 1px solid #112037; }
#player-profile-wrapper .mastery-wrapper .mastery.raiding .progress-bar > div {
	background: #112037 repeating-linear-gradient( 45deg, #112037, #112037 6px, #182D4C 6px, #182D4C 10px);
}
#player-profile-wrapper .mastery-wrapper .mastery.raiding span { background-position: -40px 0; }

#player-profile-wrapper .mastery-wrapper .mastery.bounties .progress-bar { border: 1px solid #CE8603; }
#player-profile-wrapper .mastery-wrapper .mastery.bounties .progress-bar > div {
	background: #CE8603 repeating-linear-gradient( 45deg, #CE8603, #CE8603 6px, #E49B15 6px, #E49B15 10px);
}
#player-profile-wrapper .mastery-wrapper .mastery.bounties span { background-position: -60px 0; }

#player-profile-wrapper .mastery-wrapper .mastery.mf-level .progress-bar { border: 1px solid #80003B; }
#player-profile-wrapper .mastery-wrapper .mastery.mf-level .progress-bar > div {
	background: #80003B repeating-linear-gradient( 45deg, #80003B, #80003B 6px, #9C0149 6px, #9C0149 10px);
}
#player-profile-wrapper .mastery-wrapper .mastery.mf-level span { background-position: -80px 0; }

#player-profile-wrapper .mastery-wrapper .mastery.link-clicks .progress-bar { border: 1px solid #4981A4; }
#player-profile-wrapper .mastery-wrapper .mastery.link-clicks .progress-bar > div {
	background: #4981A4 repeating-linear-gradient( 45deg, #4981A4, #4981A4 6px, #5090B7 6px, #5090B7 10px);
}
#player-profile-wrapper .mastery-wrapper .mastery.link-clicks span { background-position: -100px 0; }


#player-profile-wrapper .level {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}




#player-profile-wrapper .level-progress-wrapper {
	width: 226px;
	margin: 0 auto;
	color: #D2D2D2;
}
#player-profile-wrapper .level-progress-wrapper > .progress-bar {
	height: 7px;
	padding: 1px;
	border: 1px solid #b5b5b5;
	margin-bottom: 6px;
}
#player-profile-wrapper .level-progress-wrapper > .progress-bar > div {
	height: 100%;
	background: #008000;
}
#player-profile-wrapper.max-level-reached .level-progress-wrapper > .progress-bar > div {
	background: #f0c61e;
}
#player-profile-wrapper.max-level-reached .level-progress-wrapper > .progress-bar {
	border-color: #c4a119;
	/* box-shadow: 0 0 8px #f0c61e; */
}
#player-profile-wrapper .level-progress-wrapper > .progress-text {
	float: left;
}
#player-profile-wrapper .level-progress-wrapper > .progress-text > .cur {
	color: #FFFFFF;
}
#player-profile-wrapper .level-progress-wrapper > .remaining-text {
	float: right;
}





#player-profile-wrapper .entry-list {
    list-style: none;
    margin: 5px;
    padding: 0;
}

#player-profile-wrapper .entry-list .entry {
    width: 73px;
    height: 73px;
    display: block;
    float: left;
    background: #ECECEC;
    margin: 3px;
}

#player-profile-wrapper .entry-list:after {
    content: '';
    display: block;
    clear: both;
}

#player-profile-wrapper .entry-list .entry img {
    width: 100%;
    height: 100%;
}

#player-profile-wrapper .equipped-items {
	width: 329px;
	overflow: hidden;
}

#player-profile-wrapper .equipped-items > .ui-paperdoll{
	height: 382px;
}

#player-profile-wrapper .ally-enemy-box {
	width: 326px;
}

#player-profile-wrapper .all-stats {
	margin-top: 10px;
}

#player-profile-wrapper .all-stats .stats {
	padding: 0;
	list-style: none;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	margin: 10px;
}

#player-profile-wrapper .all-stats .stats li {
	color: #585858;
	border-bottom: 1px dashed #757575;
	padding: 5px 2px 2px 2px;
}
#player-profile-wrapper .all-stats .stats li::after {
	content: '';
	display: block;
	clear: both;
}

#player-profile-wrapper .all-stats .stats li span {
	float: right;
    font-weight: bold;
    color: #2D2D2D;
}

#player-profile-wrapper .skills-box ,
#player-profile-wrapper .medals-box {
	margin-top: 10px;
}

#player-profile-wrapper .skills-box .skills img {
	cursor:pointer;
	width:25px;
	display:block;
}

#player-profile-wrapper .skills-box .skills strong {
	cursor:pointer;
}

#player-profile-wrapper .skills-box .skills .progress_border {
	margin: 2px 10px;
	display: inline-block;
	border: 1px solid #000;
	padding: 1px;
	width: 50px;
}

#player-profile-wrapper .skills-box .skills .progress_bar {
	height: 5px;
}

#player-profile-wrapper .medals-box {
	min-height: 100px;
	background: #1F1F1F url("../../images/ui/box-background-dark.png") bottom right no-repeat;
}

#player-profile-wrapper .medals-box .notice {
	color: #B7B7B7;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-style: italic;
	margin: 11px auto;
}

#player-profile-wrapper .medals-box .medals {
	text-align: center;
	margin: 10px auto;
}

#player-profile-wrapper .medals-box .medals ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	width: 472px;
}
#player-profile-wrapper .medals-box .medals ul::after {
	content: '';
	display: block;
	clear: both;

}

#player-profile-wrapper .medals-box .medals ul li {
	float: left;
    margin-right: 10px;
}

/*
.slot {
    border: 1px solid rgba(79, 79, 79, 0.73);
    background: rgba(0,0,0,0.7);
    width: 65px;
    height: 65px;
    border-radius: 2px;
    position: absolute;
    box-shadow: 0 0 11px black inset;
}

.slot.weapon,.slot.shield,.slot.torso,.slot.leg {
    height: 100px;
}

.slot.head {
    top: 0;
    left: 50%;
    margin-left: -32.5px;
}

.slot-wrapper {
    position: absolute;
    height: 368px;
    width: 230px;
    top: 50%;
    left: 50%;
    margin: -184px 0 0 -115px;
}

.slot.torso {
    top: 77px;
    left: 50%;
    margin-left: -32.5px;
}

.slot.leg {
    top: 189px; left: 50%; margin-left: -32.5px;
}

.slot.hidden {
    top: 189px; left: 50%;
    margin-left: 44.5px;
}

.slot.feet {
    top: 301px; left: 50%; margin-left: -32.5px;
}

.slot.utility {
    top: 189px; left: 50%; margin-left: -109.5px;
}

.slot.shield {
    top: 77px; left: 50%; margin-left: 44.5px;
}

.slot.weapon {
    top: 77px; left: 50%; margin-left: -109.5px;
}

.slot.neck {
    top: 0; left: 50%; margin-left: 45px;
}


.paperdoll {
    background: url('/templates/standard/images/pages/player/paperdoll_bg.png') no-repeat center center;
    height: 400px;
    position: relative;
}
*/
