/* JX3Simulation */
.hidden{
	display:none; 
}

.row-fluid .nomargin{
	margin:0;
}
.table.table-striped tbody>tr.selected>td{
	background-color: #fff3c9;
}

.tm-energy{
	width:100%;
	height:30px;
    background: url(../jx3simulator/img/tm/tm-bar.png) left center no-repeat;
}

.tm-energy-fore{
	position:absolute;
	left:26px;
	top:4px;
	width:100%;
	overflow:hidden;
	height:100%;
    background: url(../jx3simulator/img/tm/tm-bar-fore.png) left center no-repeat;
}

.tc-energy{
	width:100%;
	height:44px;
    background: url(../jx3simulator/img/tc/tc-bar.png) left center no-repeat;
}

.tc-energy-fore{
	position:absolute;
	left:32px;
	top:15px;
	width:100%;
	overflow:hidden;
	height:100%;
    background: url(../jx3simulator/img/tc/tc-bar-fore.png) left center no-repeat;
}


.energy-height{
	min-height:33px;
}

.qidian-half{
	width:27px;
	height:27px;
	display: inline-block;
    background: url(../jx3simulator/img/cy/qidian_half.png) left center;
    animation: step-sprite steps(9) 0.8s infinite;
}

.qidian{
	width:27px;
	height:27px;
	display: inline-block;
    background: url(../jx3simulator/img/cy/qidian.png) left center;
    animation: step-sprite steps(9) 0.8s infinite;
}

@keyframes step-sprite {
  100% {
    background-position: -243px;
  }
}

.buff-stack{
	font-size:16px;
	background:#FFF;
	position:absolute;
	top:30px;
	left:25px;
	text-shadow: 3px 3px 1px #FFFFFF;
	font-family:'Impact',sans-serif;
}

.buff-time{
	font-size:14px;
}

.buff-width{
	width:36px;
}

.inline-block{
	display:inline-block;
}

.skill-row{
	display:inline-block;
	margin-right:10px;
}

.skill-row span.skill-sp{
	display:block;
	text-align:center;
}

.skill-box{
	position:relative;
	overflow: hidden;
	width: 64px;
	height: 64px;
	background: #000;
}

.skill-box *
{
	margin: 0;
	
}

.skill-mask{
	position: absolute;
	display: none;
	overflow: hidden;
	border: 32px solid #000001;

	filter: alpha(opacity=60);
	_filter: Chroma(color='black') alpha(opacity=60);
	opacity: 0.6;
}

.skill-layer0
{
	height: 32px;
	left: 32px;
	top: -32px;

	border-top: 32px solid transparent;
	border-left: 0px solid transparent;
}

.skill-layer1
{
	width: 32px;
	left: 32px;
	top: 32px;

	border-top: 0px solid transparent;
	border-right: 32px solid transparent;
}

.skill-layer2
{
	height: 32px;
	left:-32px;
	top: 32px;

	border-bottom: 32px solid transparent;
	border-right: 0px solid transparent;
}

.skill-layer3
{
	width: 32px;
	left: -32px;
	top: -32px;

	border-bottom: 0px solid transparent;
	border-left: 32px solid transparent;
}

.casting-box {
	margin-bottom:15px;
	width:200px;
	background:#DDD; 
	height:5px; 
	border-radius:3px; 
	border-left:1px solid #111; 
	border-top:1px solid #111; 
	border-right:1px solid #333; 
	border-bottom:1px solid #333;  
}

.life-box {
	margin-bottom:15px;
	width:200px;
	background:#DDD; 
	height:7px; 
	border-radius:3px; 
	border-left:1px solid #111; 
	border-top:1px solid #111; 
	border-right:1px solid #333; 
	border-bottom:1px solid #333;  
}

.cast-bar { 
	width:50%;
	height:3px; 
	margin:1px 0; 
	background:#2187e7; 
	box-shadow:0px 0px 10px 1px rgba(0,198,255,0.4);
}

.cast-gcd-bar { 
	width:50%;
	height:3px; 
	margin:1px 0; 
	background:#7d7d7d; 
	box-shadow:0px 0px 10px 1px rgba(0,198,255,0.4);
}

.life-bar { 
	width:50%;
	height:5px; 
	margin:1px 0; 
	background:#e72121; 
	box-shadow:0px 0px 10px 1px rgba(0,198,255,0.4);
}

.casting-name,.casting-gcd-name{
	font-size:16px;
}

.input-append.ml0{
	margin-left:0px;
}

.new-update span.label{
	display:inline;
}

.talent-popover{
	max-width:400px;
}

.talent-popover .new-update{
	cursor:pointer;
}

.talent-popover .new-update:hover{
	background:#DDD;
}

.nomargin{
	margin:0;
}

.skill-charge-border{
/*	border-color:#f00;
	border-width: 3px;
	border-style: solid;*/
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	width:64px;
	height:64px;
}

.skill-overflow-border{
	padding-top:38px;
/*	border-color:#7a7ce3;
	border-width: 3px;
	border-style: solid;*/
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	width:64px;
	height:64px;
	text-align:center;
}

.label,code{
	white-space: normal;
}

.cj-stats{
	background-color:#ffeac5;
}

.mj-box {
	display: inline-block;
	position: relative;
	margin-top:8px;
	width:200px;
	background:#DDD; 
	height:10px; 
	border-radius:3px; 
	border-left:1px solid #111; 
	border-top:1px solid #111; 
	border-right:1px solid #333; 
	border-bottom:1px solid #333;  
}

.gb-bar{
	width:50%;
	height:8px; 
	margin:1px 0; 
	box-shadow:0px 0px 10px 1px rgba(0,198,255,0.4);
	background:#179CE7;
}

.mj-bar { 
	width:50%;
	height:8px; 
	margin:1px 0; 
	box-shadow:0px 0px 10px 1px rgba(0,198,255,0.4);
}

.mj-bar.sun{
	background:#DD5C21; 
}
.mj-bar.moon{
	background:#179CE7; 
}
.mj-bar.bd{
	background:#353668; 
}

.bd-active i{
	color: #5E60BA;
	animation: bdcolor 1s infinite;
}

.bd-anibg{
	background-color:#7a7ce3;
	animation: bdcolorbg 1s infinite;
}

.bd-anicolor{
	color: #5E60BA;
	animation: bdcolor 1s infinite;
}

.bd-iconcolor{
	color: #5E609A;
	animation: bdiconcolor 1s infinite;
}

@keyframes bdiconcolor
{
0%   {color: #5E609A;}
50%  {color: #9396ff;}
100% {color: #5E609A;}
}

@keyframes bdcolor
{
0%   {color: #5E60BA;}
50%  {color: #9396ff;}
100% {color: #5E60BA;}
}

@keyframes bdcolorbg
{
0%   {background-color: #7a7ce3;}
50%  {background-color: #9396ff;}
100% {background-color: #7a7ce3;}
}

@keyframes mjcolorsun
{
0%   {color: #DD5C21;}
50%  {color: #F38D0B;}
100% {color: #DD5C21;}
}

@keyframes mjcolormoon
{
0%   {color: #179CE7;}
50%  {color: #58B9ED;}
100% {color: #179CE7;}
}

@keyframes mjbgsun
{
0%   {background-color: #DD5C21;}
50%  {background-color: #F38D0B;}
100% {background-color: #DD5C21;}
}

@keyframes mjbgmoon
{
0%   {background-color: #179CE7;}
50%  {background-color: #58B9ED;}
100% {background-color: #179CE7;}
}

.mj-eng [class^="fa"]{
	font-size:28px;
}
.mj-ani-sun{
	color: #DD5C21;
	animation: mjcolorsun 1s infinite;
}
.mj-ani-moon{
	color: #179CE7;
	animation: mjcolormoon 1s infinite;
}

.mj-sunbg{
	animation: mjbgsun 1s infinite;
}
.mj-moonbg{
	animation: mjbgmoon 1s infinite;
}

.bb::before, .bb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bb {
  /*color: #face7a;*/
  /*box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);*/
}
.bb::before, .bb::after {
  content: '';
  z-index: 9999;
  box-shadow: inset 0 0 0 2px;
  border:2px solid;
  border-image: linear-gradient( #FFFFFF, #ffbc00) 30 30;
  animation: clipMe 2s linear infinite;
}
.bb::before {
  animation-delay: -1s;
}
/*.bb:hover::after, .bb:hover::before {
  background-color: rgba(255, 0, 0, 0.3);
}*/

@keyframes clipMeA {
  0% {
    clip: rect(2px, 2px, 2px, 2px);
  }
  100% {
    clip: rect(0px,0px,64px,64px);
  }
}

@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 64px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 64px, 0px);
  }
  50% {
    clip: rect(62px, 64px, 64px, 0px);
  }
  75% {
    clip: rect(0px, 64px, 64px, 62px);
  }
}

.tac-dropdown.dropdown-menu{
	max-height: 300px;
}

.tac-dropdown.dropdown-menu img{
	position: relative;
	margin-left: 5px;
}

.tac-dropdown.dropdown-menu li:hover{
	background: #666;
	color:#eeeeee;
	cursor: pointer;
}

.tac-dropdown.dropdown-menu li{
	font-size:12px;
	padding: 2px 5px;
}

.tunnelflag{
	display:inline-block;
	height: 15px;
    width: 1px;
    border: 1px solid;
    position: absolute;
    top: 18px;
    left: 0px;
}

.casting-panel,.casting-gcd-panel{
	position: relative;
}

.border-title{
	font-size:14px;
}

.dmgcanvas{
	/*border:1px #000 solid;*/

	position:fixed;
	top:40px;
	left:10%;
	pointer-events: none;
}