.jTabPanel {
}
.jTabPanelBorder {
  border: 0;
}
.jTabPanel * {
  cursor: default;
}
.jTabPanel .tab-contrl-wrap {
  display: flex;
  padding: 8px 24px 0;
  justify-content: flex-start;
}
.jTabPanel .tab-contrl-wrap .tab-scroll {
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 25px;
  line-height: 22px;
  display: none;
  background-color: #CCCCCC;
  border: solid 1px #797979;
  border-bottom: 0;
  text-align: center;
  z-index: 1;
  background:url(../images/kxficon.png)  no-repeat;
}
.jTabPanel .tab-contrl-wrap .tab-left-button {
  left: 0px;
  border-left: 0;
  background-position: -104px -33px;
}
.jTabPanel .tab-contrl-wrap .tab-right-button {
  right: 0px;
  border-right: 0;
  background-position: -131px -33px;
}
.jTabPanel .tab-contrl-wrap .tab-button-disabled {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity = 50);
  color: #7D7D7D;
  cursor: default;
}
.jTabPanel .tab-contrl-wrap .show {
  display: block;
  font-weight:bold;
  cursor:pointer;
  background:#fff;
}
.jTabPanel .tab-contrl-wrap .tab-item-wrap {
  overflow: hidden;

}
.jTabPanel .tab-contrl-wrap .tab-item-wrap-scroll {
  margin-left: 21px;
  padding-right: 2px;
}
.jTabPanel .tab-contrl-wrap .tab-item-wrap .tab-item-move {
  width: 10000px;
  margin: 0;
  padding: 0;
  display: flex;
}
.jTabPanel .tab-contrl-wrap .tab-item-wrap .tab-item-move li {
  margin-right: 8px;
  background-color: white;
  padding: 8px 15px;
  margin-bottom: 8px;
  border-radius: 2px;
  display: flex;
  align-items: center;
}

.jTabPanel .tab-contrl-wrap .tab-item-wrap .tab-item-move li.active {
  color: #0d57ce;
}
.jTabPanel .tab-contrl-wrap .tab-item-wrap .tab-item-move li .tab-item-title {
  cursor:pointer;
}
.jTabPanel .tab-contrl-wrap .tab-item-wrap .tab-item-move li .tab-item-title-nopadding {
  padding-left: 0px;
}
.jTabPanel .tab-contrl-wrap .tab-item-wrap .tab-item-move li .fix {
  float: left;
  height: 22px;
  line-height: 22px;
  margin-right: 4px;
  display: inline;
}
.jTabPanel .tab-contrl-wrap .tab-item-wrap .tab-item-move li .tab-item-title-icon {
  width: 9px;
  /* height: 22px; */
  float: left;
  background-repeat: no-repeat;
}
.jTabPanel .panel-spacer {
  /*border-top: 1px solid #235DA5;*/
  /*height: 2px;*/
  /*background: #3581DE;*/
  font-size: 1px;
  line-height: 1px;
  margin-top: -1px;
}
.jTabPanel .panel-content {
  background-color: #FFFFFF;
}
.jTabPanel .panel-content .content-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  background-color: #FFFFFF;
}
.jTabPanel .tab-contrl-wrap .tab-item-wrap .tab-item-move li .tab-closer {
  width: 9px;
  height: 9px;
  background: url(../../images/close.gif) no-repeat;
  font-size: 1px;
  cursor: pointer;
  margin-left: 10px;
}
.jTabPanel .tab-contrl-wrap .tab-item-wrap .tab-item-move li .tab-closer:hover {
  background-position: -9px;
}
