/* PLACE YOU CUSTOM STYLES IN THIS FILE */
.display {
	display:none;
}

.input-group-addon {
    color: #ffffff !important;
    background-color: #0e0e0e !important;
    border-bottom: 1px solid rgb(64, 64, 64)!important;
    border-radius: 0rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #060606;
    border-color: rgb(255, 255, 255)!important;
}


#slot {
height: 32px;
width:32px;
position: relative;
}
			
.slot-back{
 width: 40px;
padding: 4px;
height: 40px;
position: relative;
background: url(/assets/images/item/slots/empty.png);
}
			
.sox {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
width:80%;
margin: auto;
}

.info {
padding: 17px 3px;
font-size: 5px;
float: right;
font-family: "Marcellus SC", serif;
font-weight: bold;
}


.itemInfo {
color: #fff;
z-index: 80;
position: absolute;
left: 34px;
top: 3px;
width: 180px;
background: rgba(88,98,170,.85);
border: 2px solid #303d4d;
padding: 5px;
display: none;
line-height: 18px;
font-size: 10px;
}

.ui-tooltip {
background:#0e0e0e!important;/*rgba(2, 18, 165, 0.20)*/
border-radius:3px!important;
border:1px solid white!important;
box-shadow:none!important
}

.ui-tooltip-content {
font-size:12px;
line-height:15px;
background:transparent;
color:#fff
}

.h10 {
font-size: 15px;
font-family: "Marcellus SC", serif;
}

.divider {
	border-top:1px solid rgb(74, 71, 71);
	padding:5px
}
/** Chat **/
.chat-box {
    border: 1px solid #3c3a38;
    border-radius: 2px;
}
.chat-head{
	padding-top: 15px;
	text-align:center;
	background-color: #080808;
	border-bottom: 1px solid #3c3a38;
}
.chat-end{
	padding: 10px;
	background-color: #080808;
	border-top: 1px solid #3c3a38;
}
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}
.chat-image{
	width: 50px;
    height: 50px;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    overflow-y: auto;
    height: 400px;
	padding: 15px;
	background-color:#0e0e0e;
}

::-webkit-scrollbar-track
{
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #000;
	opacity:0.2;
}

::-webkit-scrollbar
{
    width: 4px;
    background: nano;
    transition: .2s opacity;
    visibility: hidden\9;
    opacity: .01;
    z-index: 1;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background: #FFF;
    position: relative;
    margin: 0 1px;
    opacity: .4;
    border-radius: 4px;
    transition: .2s opacity;
}

/** Loading ajax **/
#AjaxLoading {position: fixed; background-color:#000;	margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 10001;}

.AjaxOver { position: absolute;	top: 0;	left: 0; overflow: hidden; z-index: 10001;}
.AjaxOver-fixed { position: fixed; bottom: 0; right: 0;}
.AjaxOver { overflow: auto; overflow-y: scroll;}

.nk-error {
    color: #bd0500 !important;
	border-color: #bd0500 !important;
}

	/* Place Holder CSS */
::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-moz-placeholder {
  color: #000;
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
::-moz-placeholder {
  color: #000;
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-ms-input-placeholder {  
  color: #000;
  opacity: 0.5;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:hover::-webkit-input-placeholder {
  opacity: 0.75;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover::-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-ms-input-placeholder {  
  opacity: 0.75;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {  
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
/* Alchemy bar */
#AlchemyBarProgress {
    position: relative;
    width: 100%;
    height: 25px;
    border: 1px solid rgb(74, 71, 71);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.80);
}
#AlchemyBar {
    position: absolute;
    width: 0%;
    height: 100%;
	border-radius:5px;
    background-color: orange;
}
