/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
/* GUILD PROFILES */



#profiles .row {
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

#profiles .row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}

.profiles_guild_card {
	width: 100%;
	background: #000000 url('../img/profiles/guild.jpg') no-repeat;
	background-size: cover;
	overflow: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	border: 1px solid #333;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	padding: 40px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
}

.profiles_guild_card .guild_logo img {
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.profiles_guild_card .guild_name {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}

.profiles_guild_card table {
	table-layout: fixed;
}

.profiles_guild_card hr {
	border-top: 1px solid #333;
	margin-top: 30px;
	margin-bottom: 30px;
}

.profiles_guild_card .guild_members {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}

.profiles_guild_card .guild_members_list {
	margin-top: 30px;
}

/* PLAYER PROFILES */
.profiles_player_card {
	width: 100%;
	overflow: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	border: 1px solid #333;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	padding: 20px;
}

.DK.profiles_player_card,
.BK.profiles_player_card,
.BM.profiles_player_card,
.DGK.profiles_player_card {
	background: url('../img/profiles/knight.jpg') no-repeat;
	background-size: cover;
}

.DW.profiles_player_card,
.SM.profiles_player_card,
.GM.profiles_player_card,
.SW.profiles_player_card {
	background: url('../img/profiles/wiz.jpg') no-repeat;
	background-size: cover;
}

.ELF.profiles_player_card,
.ME.profiles_player_card,
.HE.profiles_player_card,
.NE.profiles_player_card {
	background: url('../img/profiles/elf.jpg') no-repeat;
	background-size: cover;
}

.SUM.profiles_player_card,
.BS.profiles_player_card,
.DSM.profiles_player_card,
.DS.profiles_player_card {
	background: url('../img/profiles/sum.jpg') no-repeat;
	background-size: cover;
}

.DL.profiles_player_card,
.LE.profiles_player_card,
.EL.profiles_player_card {
	background: url('../img/profiles/dl.jpg') no-repeat;
	background-size: cover;
}

.MG.profiles_player_card,
.DM.profiles_player_card,
.MK.profiles_player_card {
	background: url('../img/profiles/mg.jpg') no-repeat;
	background-size: cover;
}

.RF.profiles_player_card,
.FM.profiles_player_card,
.FB.profiles_player_card {
	background: url('../img/profiles/rf.jpg') no-repeat;
	background-size: cover;
}

.GL.profiles_player_card,
.ML.profiles_player_card,
.SL.profiles_player_card {
	background: url('../img/profiles/gl.jpg') no-repeat;
	background-size: cover;
}

.RW.profiles_player_card,
.RSM.profiles_player_card,
.GRM.profiles_player_card {
	background: url('../img/profiles/rw.jpg') no-repeat;
	background-size: cover;
}

.SLR.profiles_player_card,
.SLRR.profiles_player_card,
.MSLR.profiles_player_card,
.SLTR.profiles_player_card {
	background: url('../img/profiles/sl.jpg') no-repeat;
	background-size: cover;
}

.LIW.profiles_player_card,
.LIM.profiles_player_card,
.SHW.profiles_player_card,
.LUW.profiles_player_card {
	background: url('../img/profiles/liw.html') no-repeat;
	background-size: cover;
}

.LEM.profiles_player_card,
.WAM.profiles_player_card,
.ARM.profiles_player_card,
.MYM.profiles_player_card {
	background: url('../img/profiles/lem.html') no-repeat;
	background-size: cover;
}

.profiles_player_content {
	float: right;
	width: 50%;
	color: #fff;
}

.profiles_player_table {
	width: 100%;
}

.profiles_player_table .cname {
	font-family: 'Cinzel', serif;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.profiles_player_table .cclass {
	text-align: center;
	font-size: 11px;
	color: #eee;
}

.profiles_player_table .isoffline {
	color: #ff0000;
}

.profiles_player_table .isonline {
	color: #00ff00;
}

.profiles_player_table_info {
	table-layout: fixed;
	margin-top: 10px;
}

.profiles_player_table_info tr td {
	padding: 3px 10px;
}

.profiles_player_table_info tr td:first-child {
	text-align: right;
}


/* ITEM TOOLTIP */
.item-box {
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	width: 100%;
	white-space: nowrap;
	min-width: 200px;
	padding-bottom: 10px;
	font-size: 12px;
}

.item-name {
	padding: 4px 8px;
	font-size: 12px !important;
}

.item-serial {
	color: #ffffff !important;
	padding-top: 10px;
}

.item-info {
	color: #ffffff !important;
}

.item-info-section {
	padding-top: 10px;
}

.item-class-req {
	color: #b4b4b4 !important;
}

.item-opt-jog {
	color: #ff99cc !important;
	padding-top: 10px;
}

.item-opt-harmony {
	color: #ffcc00 !important;
	padding-top: 10px;
}

.item-opt-skill {
	color: #9aadd5 !important;
}

.item-opt-luck {
	color: #9aadd5 !important;
}

.item-opt-life {
	color: #9aadd5 !important;
}

.item-opt-exc {
	color: #4d668d !important;
	padding-top: 10px;
}

.item-opt-anc {
	color: #9aadd5 !important;
	padding-top: 10px;
}

.item-opt-socket {
	color: #4d668d !important;
	padding-top: 10px;
}

.item-expiration {
	color: #ff544f !important;
	padding-top: 10px;
}

/* PROFILES */
.profile_item0 {
	position: relative;
	left: 20px;
	top: 135px;
	width: 68px;
	height: 132px;
	float: left;
}

.profile_item1 {
	position: relative;
	left: 220px;
	top: 135px;
	width: 68px;
	height: 132px;
	float: left;
}

.profile_item2 {
	position: relative;
	left: 20px;
	top: 75px;
	width: 68px;
	height: 68px;
	float: left;
}

.profile_item3 {
	position: relative;
	left: -50px;
	top: 135px;
	width: 68px;
	height: 132px;
	float: left;
}

.profile_item4 {
	position: relative;
	left: -120px;
	top: 250px;
	width: 68px;
	height: 68px;
	float: left;
}

.profile_item5 {
	position: relative;
	left: -250px;
	top: 190px;
	width: 68px;
	height: 68px;
	float: left;
}

.profile_item6 {
	position: relative;
	left: 285px;
	top: 120px;
	width: 68px;
	height: 68px;
	float: left;
}

.profile_item7 {
	position: relative;
	left: 150px;
	top: -85px;
	width: 164px;
	height: 108px;
	float: left;
}

.profile_item8 {
	position: relative;
	left: -210px;
	top: -60px;
	width: 68px;
	height: 68px;
	float: left;
}

.profile_item9 {
	position: relative;
	left: -195px;
	top: -32px;
	width: 36px;
	height: 36px;
	float: left;
}

.profile_item10 {
	position: relative;
	left: -230px;
	top: 150px;
	width: 36px;
	height: 36px;
	float: left;
}

.profile_item11 {
	position: relative;
	left: -65px;
	top: 111px;
	width: 36px;
	height: 36px;
	float: left;
}

.profile_item236 {
	position: relative;
	left: 50px;
	top: 120px;
	width: 68px;
	height: 68px;
	float: left;
}

.profile_item237 {
	position: relative;
	left: -65px;
	top: -10px;
	width: 36px;
	height: 36px;
	float: left;
}

.profile_item238 {
	position: relative;
	left: -233px;
	top: -10px;
	width: 36px;
	height: 36px;
	float: left;
}

.deidadbuttonfix {
	width: 150px;
	border-radius: 0px;
	height: 38px
}

.custom-select {
	position: relative;
	font-family: Arial;
}

.custom-select input {
	float: right;
}

.custom-select select {
	display: none;
	/*hide original SELECT element:*/
	width: 250px;
}

.select-selected {
	background-color: DodgerBlue;
	width: 250px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: DodgerBlue;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

:root {
	--bg-color: rgba(44, 62, 80, 1.0);
	--content-bg-color: rgba(253, 253, 253, 1.0);
	--footer-bg-color: rgba(239, 239, 239, 1.0);

	--title-text-color: rgba(44, 62, 80, 1.0);
	--general-text-color: rgba(102, 102, 102, 1.0);
	--link-text-color: rgba(41, 128, 185, 1.0);
	--link-text-color-hover: rgba(52, 152, 219, 1.0);

	--btn-bg-color: rgba(44, 62, 80, 1.0);
	--btn-bg-color-hover: rgba(52, 73, 94, 1.0);
	--btn-border-color: rgba(44, 62, 80, 1.0);
	--btn-border-color-hover: rgba(52, 73, 94, 1.0);
	--btn-text-color: rgba(236, 240, 241, 1.0);

	--navbar-bg-color: rgba(44, 62, 80, 0.5);
	--navbar-bg-color-scrolled: rgba(44, 62, 80, 0.85);
	--navbar-bg-color-mobile: rgba(44, 62, 80, 0.8);
	--navbar-bg-color-scrolled-mobile: rgba(44, 62, 80, 0.9);
	--navbar-text-color: rgba(253, 253, 253, 1.0);
	--navbar-text-color-hover: rgba(52, 152, 219, 1.0);
	--navbar-active-bg-color: rgba(41, 128, 185, 1.0);
	--navbar-active-text-color: rgba(253, 253, 253, 1.0);

	--slider-bg-color: rgba(52, 73, 94, 0.25);
	--slider-title-color: rgba(41, 128, 185, 1.0);
	--slider-text-color: rgba(253, 253, 253, 1.0);

	--usercp-info-bg-color: rgba(44, 62, 80, 1.0);
	--usercp-info-text-color: rgba(253, 253, 253, 1.0);
	--usercp-section-bg-color: rgba(44, 62, 80, 1.0);
	--usercp-section-text-color: rgba(253, 253, 253, 1.0);
	--usercp-item-bg-color: rgba(41, 128, 185, 1.0);
	--usercp-item-bg-color-hover: rgba(52, 152, 219, 1.0);
	--usercp-item-text-color: rgba(253, 253, 253, 1.0);
	--usercp-item-text-color-hover: rgba(253, 253, 253, 1.0);
	--usercp-item-side-bg-color: rgba(44, 62, 80, 1.0);
	--usercp-item-side-bg-color-hover: rgba(52, 152, 219, 1.0);
	--usercp-item-side-text-color: rgba(253, 253, 253, 1.0);
	--usercp-item-side-text-color-hover: rgba(253, 253, 253, 1.0);
	--usercp-item-side-text-special-color: rgba(52, 152, 220, 1.0);
	--usercp-item-side-text-special-color-hover: rgba(0, 255, 255, 1.0);

	--item-color-exc: #2ff387;
	--item-color-socket-opt: #cc33cc;
	--item-color-socket: #cc66cc;
	--item-color-normal: #ffffff;
	--item-color-life-opt: #8cb0ea;
	--item-color-improved: #f4cb3f;
	--item-color-anc: #0066cc;
	--item-color-anc-setopt: #ffcc66;
	--item-color-nocolor: #f4cb3f;
	--item-color-fenrir: #8cb0ea;
	--item-color-fenrir-gold: #f4cb3f;
	--item-color-errtel-title: #ffffff;
	--item-color-errtel-opt: #8CB0EA;
	--item-color-errtel1: #ff0000;
	--item-color-errtel2: #8cb0ea;
	--item-color-errtel3: #e6bf3c;
	--item-color-errtel4: #26e027;
	--item-color-errtel5: #5b1659;
	--item-tooltip-bg: #2c3e50;

	--item-name-bg-color: rgba(44, 62, 80, 1.0);
}