.c_white {
	color:white;
}

.c_gold {
	color: #f8b700 !important;
}

.c_green {
	color:#0f0 !important;
}

.fw_bold {
	font-weight:bold;
}

.fs_big {
	font-size:1.728rem;
}

.fs_small {
	font-size: 1.2rem;
}

.pl_1 {
	padding-left:1rem;
}

#kc {}

img.lazy[data-src] {
	display:inline-block;
}

#kc .kc_title {
	margin-bottom: 2rem !important;
	text-transform: uppercase;
	color:white;
	font-size:1.4rem;
}

#kc .kc_modal {
	background-color:rgba(0,0,0,0.75);
	width:100%;
	position:fixed;
	top:0;
	bottom:0;
	display:none;
	z-index:99;
}

#kc .kc_modal .kc_modal_box {
	border: 1px solid #444;
	min-height: 0;
	width: 99%;
	background: #181818;
	border-radius: 0 !important;
	max-width: 720px;
	position:fixed;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index:99;
	padding:1rem;
	max-height: 720px;
	overflow-y:auto;
}

#kc .kc_modal_header {
	position:fixed;
	top:1rem;
	right:1rem;
	z-index:9999999;
}

#kc .kc_modal_header::after {
	position:relative;
	content:"";
	display:inline-block;
	clear:both;
}

#kc .kc_modal .kc_modal_close {
	color: #f8b700;
	fill: #f8b700;
	float:right;
	z-index:2;
}

#kc .kc_modal .kc_modal_close:hover {
	color: #ffffff;
	fill: #ffffff;
}

#kc .kc_modal .kc_modal_content {
	padding:1rem;
	font-size:1.2rem;
}

#kc .kc_modal .kc_modal_content h2 {
	color:white;
	margin-bottom:1rem;
}

#kc .kc_modal a {
	color:#f8b700;
}

#kc .kc_modal a:hover {
	color:#ffffff !important;
}
#kc .kc_modal .kc_modal_hr,
#kc .kc_hr {
	border-top:1px solid #444;
	margin-top:1rem;
	padding-top:1rem;
}

#kc .kc_container {
	width:90%;
	margin:0px auto;
}

#kc .kc_main_content {
	width:100%;
	overflow-y: auto;
    /*height: 800px;*/
}

#kc .kc_background {
	width:100%;
	height:980px;
	display:inline-block;
	background-size: 100% 100%, cover;
	background-position:0px -100px;
	background-repeat:no-repeat;
}

#kc.class_warrior       {background-color:#1A0407;}
#kc.class_paladin       {background-color:#160609;}
#kc.class_hunter        {background-color:#08040d;}
#kc.class_rogue         {background-color:#150720;}
#kc.class_priest        {background-color:#15050F;}
#kc.class_deathknight   {background-color:#080812;}
#kc.class_shaman        {background-color:#050414;}
#kc.class_mage          {background-color:#08030b;}
#kc.class_warlock       {background-color:#080516;}
#kc.class_monk          {background-color:#050B19;}
#kc.class_druid         {background-color:#04110A;}
#kc.class_demonhunter 	{background-color:#000A01;}


#kc .kc_background.class_warrior        {background-image: url('../images/background/armory_bg_class_warrior.jpg');}
#kc .kc_background.class_paladin        {background-image: url('../images/background/armory_bg_class_paladin.jpg');}
#kc .kc_background.class_hunter         {background-image: url('../images/background/armory_bg_class_hunter.jpg');}
#kc .kc_background.class_rogue          {background-image: url('../images/background/armory_bg_class_rogue.jpg');}
#kc .kc_background.class_priest         {background-image: url('../images/background/armory_bg_class_priest.jpg');}
#kc .kc_background.class_deathknight    {background-image: url('../images/background/armory_bg_class_death_knight.jpg');}
#kc .kc_background.class_shaman         {background-image: url('../images/background/armory_bg_class_shaman.jpg');}
#kc .kc_background.class_mage           {background-image: url('../images/background/armory_bg_class_mage.jpg');}
#kc .kc_background.class_warlock        {background-image: url('../images/background/armory_bg_class_warlock.jpg');}
#kc .kc_background.class_monk           {background-image: url('../images/background/armory_bg_class_monk.jpg');}
#kc .kc_background.class_druid          {background-image: url('../images/background/armory_bg_class_druid.jpg');}
#kc .kc_background.class_demonhunter    {background-image: url('../images/background/armory_bg_class_demon_hunter.jpg');}

#kc .kc_character_head {
	display:flex;
	width:90%;
	margin:1rem auto;
}

#kc .kc_character_head .kc_character_table {
	display:flex;
}

@media screen and (min-width: 700px) {
    #kc .kc_character_head .kc_character_head_logo {
        display: block;
    }
}

#kc .kc_character_head .kc_character_head_logo {
	display:none;
	position: relative;
    width: 77.5px;
	height:100px;
	margin-right:2rem;
}

#kc .kc_character_head .kc_character_head_logo.faction_alliance {
	background-image: url(/application/modules/kcharacter/images/logo_alliance.png);
	background-size:100%, 100%;
}

#kc .kc_character_head .kc_character_head_logo.faction_horde {
	background-image: url(/application/modules/kcharacter/images/logo_horde.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    display: none;
    max-width: 100%;
    overflow: hidden;
}

@media screen and (min-width: 700px) {
    #kc .kc_character_head .kc_character_head_logo {
        display: flex!important;
    }
}

#kc .kc_character_head .kc_character_head_titleName {
	display: flex;
    align-items: center;
}

#kc .kc_character_head .kc_character_head_titleName .kc_character_head_name {
	font-size: 2.986rem;
	line-height: 1em;
	font-family: Semplicita Pro,Open Sans,Arial,Helvetica,sans-serif;
    font-weight: 700;
	border-right: 1px solid hsla(0,0%,100%,.2);
	padding-right:2rem;
}

#kc.class_warrior .kc_character_head .kc_character_head_titleName .kc_character_head_name, 				.kc_class_warrior_color 				{color: #c69b6d!important}
#kc.class_deathknight .kc_character_head .kc_character_head_titleName .kc_character_head_name, 		.kc_class_deathknight_color 		{color: #c41e3b!important;}
#kc.class_demonhunter .kc_character_head .kc_character_head_titleName .kc_character_head_name, 	.kc_class_demonhunter_color	{color: #a330c9!important;}
#kc.class_druid .kc_character_head .kc_character_head_titleName .kc_character_head_name, 					.kc_class_druid_color 				{color: #ff7c0a!important;}
#kc.class_hunter .kc_character_head .kc_character_head_titleName .kc_character_head_name, 				.kc_class_hunter_color				{color: #aad372!important;}
#kc.class_mage .kc_character_head .kc_character_head_titleName .kc_character_head_name, 					.kc_class_mage_color 				{color: #68ccef!important;}
#kc.class_monk .kc_character_head .kc_character_head_titleName .kc_character_head_name, 					.kc_class_monk_color 				{color: #00ffba!important;}
#kc.class_paladin .kc_character_head .kc_character_head_titleName .kc_character_head_name, 				.kc_class_paladin_color 			{color: #f48cba!important;}
#kc.class_priest .kc_character_head .kc_character_head_titleName .kc_character_head_name, 					.kc_class_priest_color 				{color: #f0ebe0!important;}
#kc.class_rogue .kc_character_head .kc_character_head_titleName .kc_character_head_name, 					.kc_class_rogue_color 				{color: #fff468!important;}
#kc.class_shaman .kc_character_head .kc_character_head_titleName .kc_character_head_name, 				.kc_class_shaman_color 			{color: #2359ff!important;}
#kc.class_warlock .kc_character_head .kc_character_head_titleName .kc_character_head_name, 				.kc_class_warlock_color 			{color: #9382c9!important;}

#kc .kc_character_head .kc_character_head_titleName .kc_character_head_title {
	font-size: 1.08rem;
    line-height: 1.5;
    font-family: Semplicita Pro,Open Sans,Arial,Helvetica,sans-serif;
    color: #fff;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgb(0 0 0 / 80%);
    font-weight: 700;
    max-width: 350px;
	border-right: 1px solid hsla(0,0%,100%,.2);
	padding-right:2rem;
}

#kc .kc_character_head .kc_character_head_info {
	align-self: center;
}

#kc .kc_character_head .kc_character_head_info .kc_character_head_links {
	display: table;
    position: relative;
    font-size: 1.728rem;
    line-height: 1.5;
    color: #f8b700;
	margin-top:-10px;
	margin-left:1rem;
}

#kc .kc_character_head .kc_character_head_info .kc_character_head_links>* {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
	color: inherit;
	margin-right:1rem;
	transition: all .25s cubic-bezier(.23,1,.32,1) 0s;
}

#kc .kc_character_head .kc_character_head_info .kc_character_head_links>*:hover {
	color:#fff;
}

#kc .kc_character_head .kc_character_head_info .kc_character_head_links .kc_link_achievement,
#kc .kc_character_head .kc_character_head_info .kc_character_head_links .kc_link_swords {
	display:inline-block;
}

#kc .kc_character_head .kc_character_head_info .kc_character_head_links .kc_link_icon {
	width:16px;
	height:16px;
	display: table-cell;
	padding-right:.5rem;
}

#kc .kc_character_head .kc_character_head_info .kc_character_head_links .kc_link_icon svg {
	fill: currentColor;
}

#kc .kc_character_head .kc_character_head_info .kc_character_head_links .kc_link_text {
	display:table-cell;
}

#kc .kc_character_head .kc_character_head_info .kc_character_head_details .kc_character_head_detail_guild a {
	color: #f8b700;
	transition: all .25s cubic-bezier(.23,1,.32,1) 0s;
}

#kc .kc_character_head .kc_character_head_info .kc_character_head_details .kc_character_head_detail_guild a:hover {
	color: #fff;
}

#kc .kc_character_head .kc_character_head_info .kc_character_head_details {
	margin-left:1rem;
	color:white;
	line-height:1.5;
	font-size: 1.2rem
}

#kc .kc_header_navbar {
	border-bottom:1px solid hsla(0,0%,100%,.25);
	padding-bottom:0.4rem;
}

#kc .kc_header_navbar a {
	color: #f8b700;
	font-family: Semplicita Pro,Open Sans,Arial,Helvetica,sans-serif;
    font-weight: 700;
	/*font-size: 1.2rem;*/
	padding:0.6rem 1.2rem;
	margin-right: 1rem;
	display:inline-block;
    transition: all .2s cubic-bezier(.23,1,.32,1) 0s;
}

#kc .kc_header_navbar a:hover, #kc .kc_header_navbar a.selected {
	background-color: #f8b700;
	color:black;
}

#kc .kc_equipment_item .kc_item_text {
	vertical-align:top;
	margin-left:1.5rem;
	width:300px;
}

#kc .kc_container .kc_link_icon {
	width:64px;
	height:64px;
	display: table-cell;
	padding-right:.5rem;
}

#kc .kc_container .kc_link_icon svg {
	fill: #ffaa00;
}

#kc .kc_container .kc_link_text {
	display:table-cell;
	vertical-align: middle;
	font-family: Semplicita Pro,Open Sans,Arial,Helvetica,sans-serif;
	padding-left:1rem;
	font-size: 1rem;
}

#kc .kc_container .kc_link_text p {
	    margin-bottom: 0;
}

#kc .kc_container .kc_link_text .kc_stat_name {
	font-weight:700;
	font-size: 1.2rem;
	text-transform: uppercase;
	color:#fff;
}

#kc #kc_table {
	display:table;
	width:100%;
	table-layout: fixed;
}

#kc #kc_table.kc_reputation_table {
	margin:auto;
}

#kc #kc_table .kc_tr {
	display:table-row;
	width:100%;
}

#kc #kc_table .kc_tr[disabled] {
	opacity:.6;
}

#kc #kc_table .kc_tr.kc_tr_header .kc_td {
	font-weight:bold;
	color:white;
	font-size:1.2rem;
}

#kc #kc_table .kc_tr:nth-child(odd) {
	background:rgba(0,0,0,0.5);
}

#kc #kc_table:not(.kc_table_n_hover) .kc_tr:hover {
	background:rgba(255,255,255,0.02);
}

#kc #kc_table .kc_td {
	display:table-cell;
	vertical-align:middle;
	padding:0.5rem;
}

#kc #kc_table .kc_td_right {
	text-align:right;
}

#kc #kc_table .kc_td_center {
	text-align:center;
}

#kc #kc_table .kc_td_icon {
	width:48px;
	height:48px;
}

#kc #kc_table .kc_td_icon > * {
	width:100%;
	height:100%;
	display: block;
}

#kc #kc_table .kc_td_icon svg {
	fill:#fff;
}

#kc #kc_table .kc_td_icon .kc_icon_bordered {
	border: 1px solid #504137;
}

#kc #kc_progress_bar {
	background-color: #181818;
	box-shadow: inset 0 0 16px #000;
	color: #000;
	position: relative;
	min-height: 28px;
	border: 1px solid hsla(0,0%,100%,.2);
}

#kc #kc_progress_bar .kc_progress_bar_content {
	font-size: 0.9rem;
	line-height: 1.5;
	font-family: Semplicita Pro,Open Sans,Arial,Helvetica,sans-serif;
	color: #fff;
	text-shadow: 0 0 1px transparent,0 1px 2px rgba(0,0,0,.8);
	position: relative;
	text-align: center;
	padding: 5px;
	min-height: 1.5em;
}

#kc #kc_progress_bar .kc_progress_bar_body {
	line-height: 1.5em;
	color: #fff;
	text-shadow: 0 0 1px transparent,0 1px 2px rgba(0,0,0,.8);
	font-family: Semplicita Pro,Open Sans,Arial,Helvetica,sans-serif;
	font-weight: 700;
	text-align: left;
	padding-left: 10px;
}

#kc #kc_progress_bar .kc_progress_bar_progress {
	background-color: #01b2f1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

#kc #kc_progress_bar .kc_progress_bar_progress.kc_progress_bar_exalted {
	background: #28a687;
	background: -webkit-gradient(linear,left top,right top,from(#196855),to(#28a687));
	background: linear-gradient(90deg,#196855 0,#28a687);
}

#kc #kc_progress_bar .kc_progress_bar_progress.kc_progress_bar_revered,
#kc #kc_progress_bar .kc_progress_bar_progress.kc_progress_bar_honored,
#kc #kc_progress_bar .kc_progress_bar_progress.kc_progress_bar_friendly {
	background: #0f9601;
	background: -webkit-gradient(linear,left top,right top,from(#074a00),to(#0f9601));
	background: linear-gradient(90deg,#074a00 0,#0f9601);
}

#kc #kc_progress_bar .kc_progress_bar_progress.kc_progress_bar_neutral {
	background: #edba03;
	background: -webkit-gradient(linear,left top,right top,from(#a17f02),to(#edba03));
	background: linear-gradient(90deg,#a17f02 0,#edba03);
}

#kc #kc_progress_bar .kc_progress_bar_progress.kc_progress_bar_unfriendly {
	background: #cc3609;
	background: -webkit-gradient(linear,left top,right top,from(#832306),to(#cc3609));
	background: linear-gradient(90deg,#832306 0,#cc3609);
}

#kc #kc_progress_bar .kc_progress_bar_progress.kc_progress_bar_hostile,
#kc #kc_progress_bar .kc_progress_bar_progress.kc_progress_bar_hated {
	background: #d90e03;
	background: -webkit-gradient(linear,left top,right top,from(#8e0902),to(#d90e03));
	background: linear-gradient(90deg,#8e0902 0,#d90e03);
}

#kc .kc_faction_standing_exalted {color: #28a687;}

#kc .kc_faction_standing_revered,
#kc .kc_faction_standing_honored,
#kc .kc_faction_standing_friendly {color: #0f9601;}

#kc .kc_faction_standing_neutral {color: #edba03;}

#kc .kc_faction_standing_unfriendly {color: #cc3609;}

#kc .kc_faction_standing_unfriendly {color: #cc3609;}

#kc .kc_faction_standing_hostile,
#kc .kc_faction_standing_hated {color: #cc3609;}

/*
	Admin
*/

#kc .kc_admin_content {
	width:100%;
	overflow-y: auto;
}

#kc .kc_admin_content #spinner {
	overflow-y: hidden;
}

#kc .kc_admin_content .kc_td_faction i {
	width:100%;
	height:41px;
    background-size: cover;
    display: inline-block;
    max-width: 37px;
    overflow: hidden;
}

#kc .kc_admin_content .kc_td_faction i.kc_faction_alliance {
	background-image: url(/application/modules/kcharacter/images/logo_alliance.png);
}

#kc .kc_admin_content .kc_td_faction i.kc_faction_horde {
	background-image: url(/application/modules/kcharacter/images/logo_horde.png);
}

#kc .kc_admin_content .kc_td_faction i.kc_faction_both {
	background-image: url(/application/modules/kcharacter/images/logo_both.png);
}

#kc .kc_admin_content #kc_table .kc_td_char .kc_char_name,
#kc_table .kc_bold {
	font-weight:700;
	font-size:1.2rem;
}

#kc .kc_admin_content #kc_table .kc_td_avatar.kc_td_online::after {
	width:16px;
	height:16px;
	background-color:#00ff55;
    content: "";
    position: absolute;
    display: inline-block;
    right: 0.35rem;
    left: auto;
    bottom: 1rem;
    top: auto;
    border-radius: 10px;
    border: 1px solid #504137;
}

#kc .kc_admin_content #kc_table .kc_td_avatar.kc_td_offline::after {
	width:16px;
	height:16px;
	background-color:#ff5500;
    content: "";
    position: absolute;
    display: inline-block;
    right: 0.35rem;
    left: auto;
    bottom: 0.7rem;
    top: auto;
    border-radius: 10px;
    border: 1px solid #504137;
}

#kc .kc_admin_content .kc_stat {

}

#kc .kc_admin_content .kc_stat > * {
	margin-bottom:2rem;
}

#kc .kc_admin_content .kc_stat > *:hover {
	background-color:rgba(255,255,255,0.05);
}

#kc .kc_admin_content .kc_stat .kc_link_icon svg {
	fill: currentColor;
}

#kc .kc_admin_content .kc_stat .kc_info_money .kc_link_icon svg,
#kc .kc_admin_content .kc_stat .kc_info_money .kc_link_text p:first-child {
	fill: #ffaa00;
	color: #ffaa00;
}

#kc .kc_admin_content .kc_stat .kc_info_playtime .kc_link_icon svg,
#kc .kc_admin_content .kc_stat .kc_info_playtime .kc_link_text p:first-child {
	fill: #0ed59b;
	color: #0ed59b;
}

#kc .kc_admin_content .kc_stat .kc_info_banned .kc_link_icon svg,
#kc .kc_admin_content .kc_stat .kc_info_banned .kc_link_text p:first-child {
	fill: #f33232;
	color: #f33232;
}

#kc .kc_admin_content .kc_stat .kc_info_account_id .kc_link_icon svg,
#kc .kc_admin_content .kc_stat .kc_info_account_id .kc_link_text p:first-child,
#kc .kc_admin_content .kc_stat .kc_info_character_id .kc_link_icon svg,
#kc .kc_admin_content .kc_stat .kc_info_character_id .kc_link_text p:first-child {
	fill: #aaff00;
	color: #aaff00;
}

#kc .kc_admin_content .kc_stat .kc_info_account_name .kc_link_icon svg,
#kc .kc_admin_content .kc_stat .kc_info_account_name .kc_link_text p:first-child,
#kc .kc_admin_content .kc_stat .kc_info_character_name .kc_link_icon svg,
#kc .kc_admin_content .kc_stat .kc_info_character_name .kc_link_text p:first-child {
	fill: #33ffaa;
	color: #33ffaa;
}

#kc .kc_admin_content .kc_stat .kc_info_last_login .kc_link_icon svg,
#kc .kc_admin_content .kc_stat .kc_info_last_login .kc_link_text p:first-child {
	fill: #ff00aa;
	color: #ff00aa;
}

#kc .kc_admin_content .kc_aura_spell {
	fill: #33ffaa;
	color: #33ffaa;
}

#kc .kc_admin_content .kc_aura_caster {
	fill: #ffaa00;
	color: #ffaa00;
}

#kc .kc_admin_content .kc_aura_max_duration {
	fill: #ff00aa;
	color: #ff00aa;
}

#kc .kc_admin_content .kc_aura_remain_time {
	fill: #ff00aa;
	color: #ff00aa;
}

#kc .kc_tab_nav {
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}

#kc .kc_tab_nav li {
	padding: 1rem 1.2rem;
	font-size:1.2rem;
	font-weight:700;
	color:#f8b700;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	/*transition: all .2s cubic-bezier(.23,1,.32,1) 0s;*/
}

#kc .kc_tab_nav li:hover,
#kc .kc_tab_nav li.kc_tab_selected {
	color:#FFF;
	border-bottom: 3px solid #f8b700;
}

#kc .kc_tab_content {
	margin-top:1rem;
	/*height: 687px;*/
    overflow-y: auto;
}

#kc .kc_tab_content.kc_tab_sub {
	margin-top:1rem;
	height:auto;
}

#kc .kc_tab_content > * {
	display:none;
}

#kc .kc_tab_content .hip-pagination {
	display:block!important;
}

#kc .kc_tab_content .kc_tab_content_selected {
	display:block;
}

#kc .kc_pet_grid {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}

#kc .kc_pet_grid .kc_pet_full {
	margin:5px;
    width: 100%;
	padding:2rem;
	border: 1px solid #444;
	background-color: #181818;
	transition: all .3s cubic-bezier(.23,1,.32,1) 0s;
}

#kc .kc_pet_grid .kc_pet[disabled] {
	opacity:.5;
}

@media (min-width: 576px) {
    #kc .kc_pet_grid .kc_pet_full {
        flex: 0 0 auto;
        width: 45%!important;
    }
}
@media (min-width: 768px) {
    #kc .kc_pet_grid .kc_pet_full {
        flex: 0 0 auto;
        width: 30%!important;
    }
}
@media (min-width: 992px) {
    #kc .kc_pet_grid .kc_pet_full {
        flex: 0 0 auto;
        width: 23.5%!important;
    }
}
@media (min-width: 1400px) {
    #kc .kc_pet_grid .kc_pet_full {
        flex: 0 0 auto;
        width: 15.6%!important;
    }
}

#kc .kc_pet_grid .kc_pet_full:hover {
	border-color: #f8b700;
    cursor: pointer;
}

#kc .kc_pet_grid .kc_pet_full .kc_pet .kc_pet_image {
	max-width:600px;
	
	background-color: #181818;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px auto;
	
	transition: all .3s cubic-bezier(.23,1,.32,1) 0s;
	-webkit-backface-visibility: hidden; 
	-webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

#kc .kc_pet_grid .kc_pet_full .kc_pet:hover .kc_pet_image {
	transform: translateZ(0) scale(1.15);
}

#kc .kc_pet_grid .kc_pet_full .kc_pet .kc_pet_image:before {
	content: "";
	display: block;
	padding-top: 100%;
}

#kc .kc_popup_pet_image {
	text-align:center;
}

#kc .kc_pet_grid .kc_pet_full .kc_pet .kc_pet_meta {
	position:relative;
	text-align:center;
	margin-top:1rem;
}

#kc .kc_pet_grid .kc_pet_full .kc_pet .kc_pet_meta .kc_meta_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom:1rem;
}

#kc .kc_pet_grid .kc_pet_full .kc_pet .kc_pet_meta .kc_meta_center .kc_meta_name {
	font-size: 1.3rem;
	color:white;
}

#kc .kc_pet_grid .kc_pet_full .kc_pet .kc_pet_meta .kc_meta_center .kc_meta_name.kc_meta_quality_0, .kc_pet_quality_name_0 {color: #9d9d9d !important;}
#kc .kc_pet_grid .kc_pet_full .kc_pet .kc_pet_meta .kc_meta_center .kc_meta_name.kc_meta_quality_1, .kc_pet_quality_name_1 {color: #fff !important;}
#kc .kc_pet_grid .kc_pet_full .kc_pet .kc_pet_meta .kc_meta_center .kc_meta_name.kc_meta_quality_2, .kc_pet_quality_name_2 {color: #1eff00 !important;}
#kc .kc_pet_grid .kc_pet_full .kc_pet .kc_pet_meta .kc_meta_center .kc_meta_name.kc_meta_quality_3, .kc_pet_quality_name_3 {color: #0081ff !important;}
#kc .kc_pet_grid .kc_pet_full .kc_pet .kc_pet_meta .kc_meta_center .kc_meta_name.kc_meta_quality_4, .kc_pet_quality_name_4 {color: #c600ff !important;}
#kc .kc_pet_grid .kc_pet_full .kc_pet .kc_pet_meta .kc_meta_center .kc_meta_name.kc_meta_quality_5, .kc_pet_quality_name_5 {color: #ff8000 !important;}

#kc .kc_pet_grid .kc_pet_full .kc_pet .kc_pet_meta .kc_meta_level {
	text-transform:uppercase;
	font-size: 1rem;
	line-height: 1.5;
	font-family: Semplicita Pro,Open Sans,Arial,Helvetica,sans-serif;
	color: #fff;
	text-shadow: 0 0 1px transparent,0 1px 2px rgba(0,0,0,.8);
	text-shadow: none;
	font-weight: 700;
	padding-right: 4px;
}

#kc .kc_popup_pet_stats {
	font-size: 1.2rem;
	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;
}

#kc .kc_pet_grid .kc_pet .kc_pet_meta .kc_meta_icon,
#kc .kc_popup_pet_stats .kc_meta_icon {
	display: inline-block;
	height: 18px;
	width: 18px;
	background: transparent no-repeat;
	background-image: none;
	background-size: auto;
	background-size: contain;
	
	margin-right: 4px;
	vertical-align: middle;
}

#kc .kc_pet_grid .kc_pet .kc_pet_meta .kc_meta_icon[data-type="0"], #kc .kc_popup_pet_stats .kc_meta_icon[data-type="0"] {background-image: url('../images/icon/species/0.png');}
#kc .kc_pet_grid .kc_pet .kc_pet_meta .kc_meta_icon[data-type="1"], #kc .kc_popup_pet_stats .kc_meta_icon[data-type="1"] {background-image: url('../images/icon/species/1.png');}
#kc .kc_pet_grid .kc_pet .kc_pet_meta .kc_meta_icon[data-type="2"], #kc .kc_popup_pet_stats .kc_meta_icon[data-type="2"] {background-image: url('../images/icon/species/2.png');}
#kc .kc_pet_grid .kc_pet .kc_pet_meta .kc_meta_icon[data-type="3"], #kc .kc_popup_pet_stats .kc_meta_icon[data-type="3"] {background-image: url('../images/icon/species/3.png');}
#kc .kc_pet_grid .kc_pet .kc_pet_meta .kc_meta_icon[data-type="4"], #kc .kc_popup_pet_stats .kc_meta_icon[data-type="4"] {background-image: url('../images/icon/species/4.png');}
#kc .kc_pet_grid .kc_pet .kc_pet_meta .kc_meta_icon[data-type="5"], #kc .kc_popup_pet_stats .kc_meta_icon[data-type="5"] {background-image: url('../images/icon/species/5.png');}
#kc .kc_pet_grid .kc_pet .kc_pet_meta .kc_meta_icon[data-type="6"], #kc .kc_popup_pet_stats .kc_meta_icon[data-type="6"] {background-image: url('../images/icon/species/6.png');}
#kc .kc_pet_grid .kc_pet .kc_pet_meta .kc_meta_icon[data-type="7"], #kc .kc_popup_pet_stats .kc_meta_icon[data-type="7"] {background-image: url('../images/icon/species/7.png');}
#kc .kc_pet_grid .kc_pet .kc_pet_meta .kc_meta_icon[data-type="8"], #kc .kc_popup_pet_stats .kc_meta_icon[data-type="8"] {background-image: url('../images/icon/species/8.png');}
#kc .kc_pet_grid .kc_pet .kc_pet_meta .kc_meta_icon[data-type="9"], #kc .kc_popup_pet_stats .kc_meta_icon[data-type="9"] {background-image: url('../images/icon/species/9.png');}

.page-search-match {
    background: #f8b700;
    color: #000;
    text-shadow: none;
}

.page-link {
    position: relative;
    display: block;
    color: #f7b10a;
    background-color: transparent;
    border: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-link.active {
    color: #fff;
}

.page-link:focus, .page-link:hover {
    background: #b06601!important;
    color: #ffd36b;
    outline-width: 0;
    box-shadow: none;
}

.page-link[disabled] {
    opacity: .3;
    color: #fff;
}

#kc .kc_popup_pet_stats .kc_meta_item {
	margin-right:1rem;
}

#kc .kc_popup_pet_stats .kc_meta_item > svg {
	width: 18px;
	height: 18px;
	vertical-align: sub;
}

#kc .kc_popup_pet_stats .kc_meta_item > svg.kc_meta_icon_heart {
	fill:#b30000;
}

#kc .kc_tab_content::-webkit-scrollbar,
#kc .kc_modal .kc_modal_box::-webkit-scrollbar,
#kc .kc_main_content::-webkit-scrollbar {
    width: 10px;
}

#kc .kc_tab_content::-webkit-scrollbar-track,
#kc .kc_modal .kc_modal_box::-webkit-scrollbar-track,
#kc .kc_main_content::-webkit-scrollbar-track {
	background:rgba(255,255,255,0.25);
}

#kc .kc_tab_content::-webkit-scrollbar-thumb,
#kc .kc_modal .kc_modal_box::-webkit-scrollbar-thumb,
#kc .kc_main_content::-webkit-scrollbar-thumb {
    background:#f8b700;
} 

#kc .kc_pvp_stats {
	margin-bottom:2rem;
}

#kc .kc_pvp_stats .kc_pvp_stat.kc_pvp_stat_box {
	border:1px solid #444;
	background-color: #181818;
}

@media (min-width: 576px) {
    #kc .kc_pvp_stat {
        flex: 0 0 auto;
        width: 45%!important;
    }
}
@media (min-width: 768px) {
    #kc .kc_pvp_stat {
        flex: 0 0 auto;
        width: 30%!important;
    }
}
@media (min-width: 992px) {
    #kc .kc_pvp_stat {
        flex: 0 0 auto;
        width: 19%!important;
    }
}

#kc .kc_pvp_stats .kc_pvp_stat {
	text-align:center;
	padding:2rem 0px;
	transition: all .3s cubic-bezier(.23,1,.32,1) 0s;
    flex: 0 0 auto;
    width: 100%;
}

#kc .kc_pvp_stats .kc_pvp_stat:last-child {
	margin-right:0px;
}
#kc .kc_pvp_stats .kc_pvp_stat[disabled] {
	opacity:.5;
}
#kc .kc_pvp_stats .kc_pvp_stat:hover {
	border-color: #f8b700;
}
#kc .kc_pvp_stats .kc_pvp_stat .kc_pvp_stat_art {
	cursor: default;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
}
#kc .kc_pvp_stats .kc_pvp_stat .kc_pvp_stat_icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50%;
	background-size: cover;
	width:120px;
	height:120px;
	margin:0px auto;
}
#kc .kc_pvp_stats .kc_pvp_stat .kc_pvp_stat_icon:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#kc .kc_pvp_stats .kc_pvp_stat .kc_pvp_stat_type {
	font-size: 1.728rem;
	line-height: 1.5;
	font-family: Open Sans,Arial,Helvetica,sans-serif;
	color: #f8b700;
	text-shadow: 0 0 1px transparent,0 1px 2px rgba(0,0,0,.8);
	font-weight: 400;
	margin-top:1rem;
}
#kc .kc_pvp_stats .kc_pvp_stat .kc_pvp_stat_name {
	font-size: 1.2rem;
	line-height: 1.5;
	font-family: Semplicita Pro,Open Sans,Arial,Helvetica,sans-serif;
	color: #fff;
	text-shadow: 0 0 1px transparent,0 1px 2px rgba(0,0,0,.8);
	font-weight: 700;
	text-transform: uppercase;
	margin-top:2px;
}

/*
	Raids
*/

.Grid--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Grid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.margin-bottom-normal {
    margin-bottom: 20px!important;
}
.padding-bottom-small {
    padding-bottom: 10px!important;
}
.margin-top-normal {
    margin-top: 20px!important;
}
.margin-bottom-double-tiny {
    margin-bottom: 4px!important;
}
.padding-top-small {
    padding-top: 10px!important;
}
.text-upper {
    text-transform: uppercase;
}
@media (min-width: 1280px)
.font-semp-small-white {
    font-size: 1.44rem;
}
@media (min-width: 720px)
.font-semp-small-white {
    font-size: 1.224rem;
}
.font-semp-small-white {
    font-size: 1.08rem;
    line-height: 1.5;
    font-family: Semplicita Pro,Open Sans,Arial,Helvetica,sans-serif;
    color: #fff;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0,0,0,.8);
    font-weight: 700;
    padding-left: 10px;
}

.Grid-1of4 {
    clear: none;
    float: left;
    width: 25%;
    padding: 10px;
}

.height-full {
    height: 100%;
}

.RaidProgress {
    background: url(https://assets.worldofwarcraft.blizzard.com/static/components/RaidProgress/RaidProgress-background.ee8e1e8d1ca604e2fc28a8e14877bc62.jpg);
    background-position: top;
    border: 1px solid #3f4f56;
}

.ControlledModalToggle {
    cursor: pointer;
}

.Image {
    padding-top: 17%;
}
.Image-size {
    background-color: #333;
    color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.Image-center, .Image-image {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
}
.Image-image {
    background-position: 50%;
    background-size: 100%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.List--left {
    margin-right: auto;
    text-align: left;
}
.List {
    display: table;
    position: relative;
}
.List--bulleted>.List-item, .List--greenChecks>.List-item, .List--numbered>.List-item, .List--vertical>.List-item {
    display: block;
    height: auto;
}
.List>.List-item {
    vertical-align: middle;
}
.List-item {
    display: table-cell;
    height: 100%;
}

.RaidDifficultyDetails--noProgressbar .RaidDifficultyDetails-progressbar {
	display: none
}

.RaidDifficultyDetails-bossKills {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	grid-column-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px
}

.RaidDifficultyDetails--stackBossKills .RaidDifficultyDetails-bossKills {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	grid-column-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px
}

.RaidProgress-header {
	padding: 0 20px
}

.RaidProgress-header.gutter-vertical {
	padding: 20px 0
}

.RaidProgress-header.gutter-all {
	padding: 20px
}

.RaidProgress-header.gutter-negative {
	padding: 0;
	margin: 0 -20px
}

.RaidProgress-header.gutter-negative.gutter-vertical {
	margin: -20px 0
}

.RaidProgress-header.gutter-negative.gutter-all {
	margin: -20px
}

.RaidProgress-image {
	-webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
	transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s
}

html:not(.touch) .ControlledModalToggle:hover .RaidProgress-image {
	cursor: pointer;
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1)
}

.RaidProgress-name {
	-webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
	transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
	font-size: 1.08rem;
	line-height: 1.5;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	color: #f8b700;
	text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8);
	font-weight: 400
}

html:not(.touch) .RaidProgress-name.ControlledModalToggle:hover,
html:not(.touch) .RaidProgress-title:hover .RaidProgress-name {
	cursor: pointer;
	color: #fff
}

.RaidProgress-level {
	text-align: left;
	font-size: 0.8rem;
	line-height: 1.5;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	color: #b1997f;
	text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8);
	font-weight: 400;
	padding: 0
}

.RaidProgress-body {
	padding: 0 20px
}

.RaidProgress-body.gutter-vertical {
	padding: 20px 0
}

.RaidProgress-body.gutter-all {
	padding: 20px
}

.RaidProgress-body.gutter-negative {
	padding: 0;
	margin: 0 -20px
}

.RaidProgress-body.gutter-negative.gutter-vertical {
	margin: -20px 0
}

.RaidProgress-body.gutter-negative.gutter-all {
	margin: -20px
}

.RaidProgress-difficulty {
	font-size: 0.8rem;
	line-height: 1.5;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	color: #f8b700;
	text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8);
	font-weight: 400;
	text-transform: uppercase
}

.RaidProgress--bgFade .RaidProgress-head {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, .5)), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(180deg, rgba(0, 0, 0, .5) 80%, hsla(0, 0%, 100%, 0))
}

.RaidProgress-difficulties {
	width: 100%
}

.RaidProgress-difficulty {
	-webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
	transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
	border-bottom: 16px solid transparent
}

html:not(.touch) .RaidProgress-difficulty:hover {
	color: #fff;
	cursor: pointer
}

.RaidProgress-difficulty-name {
	width: 25%
}

.RaidProgress-difficulty-progress {
	width: 75%
}

.RaidProgress-slide {
	width: 66%
}

.Progressbar {
    background-color: #181818;
    -webkit-box-shadow: inset 0 0 16px #000;
    box-shadow: inset 0 0 16px #000;
    color: #000;
    position: relative;
    min-height: 28px;
}
.Progressbar-border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid hsla(0,0%,100%,.2);
    background: transparent;
    z-index: 1;
}
.Progressbar--levelColor>.Progressbar-progress[data-progressLevel=low], .Progressbar--low>.Progressbar-progress {
    background: #99755c;
    background: -webkit-gradient(linear,left top,right top,from(#69503f),to(#99755c));
    background: linear-gradient(90deg,#69503f 0,#99755c);
}
.Progressbar--levelColor>.Progressbar-progress[data-progressLevel=medium], .Progressbar--medium>.Progressbar-progress {
    background: #c76700;
    background: -webkit-gradient(linear,left top,right top,from(#7b3f00),to(#c76700));
    background: linear-gradient(90deg,#7b3f00 0,#c76700);
}
.Progressbar--high>.Progressbar-progress, .Progressbar--levelColor>.Progressbar-progress[data-progressLevel=high] {
    background: #1b9601;
    background: -webkit-gradient(linear,left top,right top,from(#0d4a00),to(#1b9601));
    background: linear-gradient(90deg,#0d4a00 0,#1b9601);
}
.Progressbar-progress {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.Progressbar--leftText .Progressbar-content {
    text-align: left;
    margin-left: 10px;
}
@media (min-width: 1280px)
.Progressbar-content {
    font-size: 1.2rem;
}
@media (min-width: 720px)
.Progressbar-content {
    font-size: 1.02rem;
}
.Progressbar-content {
    font-size: 0.8rem;
    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: 700;
    position: relative;
    text-align: center;
    padding: 5px;
    min-height: 1.5em;
}
.Progressbar--fraction .Progressbar-fraction, .Progressbar--percent .Progressbar-percent {
    display: inline-block;
}
.Progressbar-fraction {
    display: none;
}
.Progressbar-percent {
    display: none;
    margin-left: 10px;
}

.Progressbar-body {
    color: #cacaca;
    font-weight: 400;
    text-shadow: 0 0 1px transparent, 0 1px 2px hsla(0,0%,100%,.8);
    font-size: 1.08rem;
    line-height: 1.5;
}

/*Raid tooltip end */

/*
	Full
*/
.page-kcharacter {padding-right: 0;padding-left: 0;max-width: 100%;width: 100%;}
.nice_navigation, .divider {display:none !important;}
.footer {margin:0px !important}
#kc .kc_background {height:1080px !important;}
#kc .kc_character_head {width: 75%;margin:1rem auto;}
#kc .kc_container {width: 75%;margin:1rem auto;}
.row {--bs-gutter-x: 0; }
#content_ajax {
    padding: 0rem;
    background-color: #0c1426d8;
    border: none;
}
.page_inner {
    padding: 0rem;
}

/*
	Talent
*/

.talent-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.talent-specs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.talent-tree {
  width: 30%;
  min-width: 250px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #444;
  border-radius: 5px;
  margin: 10px;
  padding: 15px;
}

.talent-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}

.talent-header h5 {
  color: #ffd100;
  margin: 0;
}

.talent-points {
  color: #0f0;
  font-weight: bold;
}

.talent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(11, 1fr);
  grid-gap: 4px;
  min-height: 400px;
  justify-items: center;
}

.talent-cell {
  position: relative;
  width: 40px;
  height: 40px;
}

.talent-icon {
  width: 100%;
  height: 100%;
  border: 2px solid #333;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.talent-icon.active {
  border-color: #ffd100;
}

.talent-icon.inactive {
  opacity: 0.6;
}

.talent-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.talent-rank {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1px 3px;
  font-size: 10px;
}

.talent-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  width: 220px;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #666;
  border-radius: 4px;
  padding: 8px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.talent-cell:hover .talent-tooltip {
  display: block;
}

.talent-tooltip h4 {
  color: #ffd100;
  margin: 0 0 5px;
}

.talent-rank-info {
  color: #0f0;
  margin: 2px 0;
  font-size: 12px;
}

.talent-description {
  font-size: 11px;
  line-height: 1.4;
  margin: 5px 0;
}

.talent-description.current {
  color: #98ff98;
}

.talent-description.next {
  color: #add8e6;
  border-top: 1px solid #444;
  padding-top: 5px;
}

.talent-prereq {
  color: #f88;
  font-size: 11px;
  margin-top: 5px;
  border-top: 1px solid #444;
  padding-top: 5px;
}

.talent-spec-switcher {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  clear: both;
}

.talent-spec-switcher a {
  display: inline-block;
  padding: 8px 15px;
  background: #333;
  color: #ccc;
  margin: 0 5px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.talent-spec-switcher a:hover {
  background: #555;
}

.talent-spec-switcher a.active {
  background: #ffd100;
  color: #000;
  font-weight: bold;
}

@media (max-width: 768px) {
  .talent-tree {
    width: 100%;
    margin: 10px 0;
  }
}

.talent-connection {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.talent-arrow-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.talent-grid {
  position: relative;
}

.talent-cell {
  position: relative;
}

.empty-cell {
  background: rgba(100, 100, 100, 0.1);
}