


.sub_menu {
	padding-top: 20px !important;
	padding-left: 20px !important;
	list-style-type: none;
}


.achievement-shield-0 { background: url(images/shield.png) no-repeat left top; float: right; height: 44px; width: 40px; margin-left: 10px; }
.achievement-shield-0 .points { font:22px/40px Georgia; color:#CCC; text-align: center; }
.achievement-shield-1 { background: url(images/shield.png) no-repeat right top; float: right; height: 44px; width: 40px; margin-left: 10px; }
.achievement-shield-1 .points { font:22px/40px Georgia; color:white; text-align: center; }
.achievement-shield-2 { background: url(images/point_shield1.png) no-repeat left top; float: right; height: 44px; width: 50px; margin-left: 10px; }
.achievement-shield-2 .points { display: none; }
.achievement-shield-3 { background: url(images/point_shield1.png) no-repeat right top; float: right; height: 44px; width: 50px; margin-left: 10px; }
.achievement-shield-3 .points { display: none; }

.achievement {
	padding: 5px !important;
}
.achievement[disabled] {
	opacity: .5;
}

ul.ach_cri {
column-count: 2;
list-style-type: none;
}
.acol-2{
	column-count: 2;
}
.acol-3{
	column-count: 3 !important;
}
.ach_cri > li  {
 padding: 3px;
}	
.Achievement-title {
	font-size: 1.08rem;
	line-height: 1.5;
	font-family: Semplicita Pro,Open Sans,Arial,Helvetica,sans-serif;
	color: #f8b700;
	text-shadow: 0 0 1px transparent, 0 1px 2px rgb(0 0 0 / 80%);
	font-weight: 700;
	-webkit-transition: all .25s cubic-bezier(.23,1,.32,1) 0s;
	transition: all .25s cubic-bezier(.23,1,.32,1) 0s;
}
.accountWide .Achievement-title {
	color: #0081ff;
}
.achievement .nk-match-team-left {
	width: 15% !important;
}
.achievement .nk-match-team-right {
	width: 15% !important;
}
.achievement .nk-match-status {
	width: 70% !important;
	text-align: center;
}


.nk-match-status .nk-accordion .panel-heading a {
	position: relative;
	display: block;
	padding: 10px 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400 !important;
	color: #fff;
	text-decoration: none;
	text-transform: inherit !important;
	background-color: #2f3541;
	border-radius: 4px;
	transition: 0.15s background-color;
}

.Achievement-right {
	margin-left: auto
}

.Achievement-icon {
	width: 48px;
	height: 48px
}

.Achievement-right {
	text-align: right;
	vertical-align: middle;
	min-width: 50px
}

.Achievement-points-value {
	font-size: 1.296rem;
	line-height: 1.5;
	font-family: Open Sans,Arial,Helvetica,sans-serif;
	color: #fff;
	text-shadow: 0 0 1px transparent,0 1px 2px rgba(0,0,0,.8);
	font-weight: 400;
	display: inline-block
}

@media (min-width: 720px) {
	.Achievement-points-value {
		font-size:1.4687999999999999rem
	}
}

@media (min-width: 1280px) {
	.Achievement-points-value {
		font-size:1.728rem
	}
}
.margin-right-xSmall {
	margin-right: 5px!important;
}
.Achievement-points-value.zh-cn,.zh-cn .Achievement-points-value {
	font-family: Arial,Helvetica,å¾®è½¯é›…é»‘,Microsoft YaHei,Hei SC,sans-serif
}

.Achievement-points-value.ko-kr,.ko-kr .Achievement-points-value {
	font-family: Arial,Helvetica,ë§‘ì€ ê³ ë”•,Malgun Gothic,ì• í”Œì‚°ëŒê³ ë”•ë„¤ì˜¤,AppleSDGothicNeo,ì• í”Œê³ ë”•,AppleGothic,ë‹ì›€,Dotum,sans-serif
}

.Achievement-points-value.ru-ru,.ru-ru .Achievement-points-value {
	font-family: Open Sans,Arial,Helvetica,sans-serif
}

.Achievement-points-value.zh-tw,.zh-tw .Achievement-points-value {
	font-family: Arial,Helvetica,é»‘é«”-ç¹,Heiti TC,å¾®è»Ÿæ­£é»‘,Microsoft JhengHei,Tei TC,sans-serif
}

.Achievement-points-icon {
	color: #f8b700;
	display: inline-block;
	width: 21px;
}

.Icon-svg:not(.Icon--color) {
	fill: #f8b700 !important;
}

.Achievement-points-icon .Icon-svg {
	vertical-align: sub
}


/*
nav {
	position: relative;
	margin: 50px;
	width: 360px;
    background: 
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {

}
nav ul li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
nav ul li a:hover {
	background: #1d4f71;
	color: #fff;
}
nav ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
}
nav ul ul {
	background: rgba(0, 0, 0, 0.2);
}
nav ul li ul li a {
	
	border-left: 4px solid transparent;
	padding: 10px 20px;
}
nav ul li ul li a:hover {

	border-left: 4px solid #3498db;
}
*/