/* HELPLINK */

.help-tooltip {
	position:	absolute;
	color:		#ffffff;
	font:		Status-Bar;
	padding:	0px;
	z-index:	10000;
}

a.helpLink {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	font-size: 12px;
}

a.helpLink:hover {
	color: #f98f12;
	text-decoration: none;
	border-bottom: 1px dashed #f95312;
}


/* 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;
}
.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;
}


.profile_item0 {
    position: absolute;
    left: 120px;
    top: 170px;
    width: 68px;
    height: 132px;
}
.profile_item1 {
    position: absolute;
    left: 365px;
    top: 170px;
    width: 68px;
    height: 132px;
}
.profile_item2 {
    position: absolute;
    left: 240px;
    top: 85px;
    width: 68px;
    height: 68px;
}
.profile_item3 {
    position: absolute;
    left: 240px;
    top: 170px;
    width: 68px;
    height: 100px;
}
.profile_item4 {
    position: absolute;
    left: 245px;
    top: 315px;
    width: 68px;
    height: 68px;
}
.profile_item5 {
    position: absolute;
    left: 123px;
    top: 310px;
    width: 68px;
    height: 68px;
}
.profile_item6 {
    position: absolute;
    left: 365px;
    top: 315px;
    width: 68px;
    height: 68px;
}
.profile_item7 {
    position: absolute;
    left: 360px;
    top: 50px;
    width: 164px;
    height: 100px;
}
.profile_item8 {
    position: absolute;
    left: 120px;
    top: 85px;
    width: 68px;
    height: 68px;
}
.profile_item9 {
    position: absolute;
    left: 200px;
    top: 120px;
    width: 36px;
    height: 36px;
}
.profile_item10 {
    position: absolute;
    left: 200px;
    top: 345px;
    width: 36px;
    height: 36px;
}
.profile_item11 {
    position: absolute;
    left: 320px;
     top: 345px;
    width: 36px;
    height: 36px;
}
.profile_item236 {}

.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 {
    --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;
}