@charset "utf-8";
.hover{
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -ms-transition:all .2s linear 0s;
  -o-transition: background-color .2s linear 0s;
  transition:all .2s linear 0s;
}
.hover:hover{
  -webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  -moz-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  -ms-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  -o-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
h1{
  white-space: nowrap;
  position:relative;
  font-style:normal;
  width: 100%;
  text-align:left;
  font-size:18px;
  line-height: 40px;
  border: 0;
  margin-top:10px;
  font-weight:normal;
  padding-left:20px;
}
.marker{
  clear:both;
  margin-top:20px;
  color:#BBB;
}
.marker i{
  margin-left:10px;
  margin-right:2px;
}
hr{font-size:0;height:10px;border:0;border-bottom:1px solid #EEE}
.upload{
  position:relative;
  display:block;
  overflow:hidden;
  width:90px;
  height:30px;
}
.upload{
  position:relative;
  display:block;
  overflow:hidden;
  width:90px;
  height:30px;
}
.upload i{
  position:absolute;
  display:block;
  left:0;
  top:0;
  width:90px;
  height:30px;
  line-height:30px;
  overflow:hidden;
  font-style:normal;
  text-align:center;
  z-index:0;
}
.upload form{
  position:absolute;
  display:block;
  right:0;
  top:0;
  margin:0;
  padding:0;
  border:0;
  background-color:transparent;
  z-index:1;
  -webkit-opacity:0;
  -moz-opacity:0;
  opacity:0;
  -khtml-opacity:0;
  filter:alpha(opacity=0);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.upload input{
  margin:0;
  padding:0;
  width:auto;
  border:0;
  font-size:1000px;
}
.warning{
  margin-top:10px;
  border: 1px solid #fee8d7;
  background-color: #fef1e3;
  color:#cf700b;
  padding:10px;
}
.panel{padding:20px;position:relative;}
.template{display:none}

code{
  margin:0 3px;
  padding: 2px 4px;
  color:#999;
  background-color:#EEE;
  border: 1px solid #e1e1e8;
  -webkit-border-radius:3px;
 -moz-border-radius:3px;
 -ms-border-radius:3px;
 -o-border-radius:3px;
 border-radius:3px;
}

.table-ellipsis th,.table-ellipsis td{
  max-width:130px;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -moz-binding:url('ellipsis.xml#ellipsis');
}