@import "../../../modules/mod_xperttabs/assets/css/common.css";
.clearfix,
.clear {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.clear:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.txtabs-nav {
  margin: 0 0 0 20px;
}
.txtabs-nav li {
  float: none;
  display: inline-block;
}
.txtabs-nav li a {
  padding: 0px 25px;
  color: #444;
  text-shadow: 0 1px 1px #EEEEEE;
  background: #b8b8b8;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
}
.txtabs-nav li.active a,
.txtabs-nav li a:hover {
  color: #222;
  background: #f5f4f4;
  position: relative;
  z-index: 1;
  border-top: 5px solid;
  -webkit-box-shadow: 0 -4px 5px -2px #888888;
  -moz-box-shadow: 0 -4px 5px -2px #888888;
  box-shadow: 0 -4px 5px -2px #888888;
}
.txtabs-content {
  padding: 15px;
  background-color: #f0efef;
  background-image: -moz-linear-gradient(top,#f5f4f4,#e9e8e8);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f4f4),to(#e9e8e8));
  background-image: -webkit-linear-gradient(top,#f5f4f4,#e9e8e8);
  background-image: -o-linear-gradient(top,#f5f4f4,#e9e8e8);
  background-image: linear-gradient(to bottom,#f5f4f4,#e9e8e8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f4f4', endColorstr='#ffe9e8e8', GradientType=0);
  -webkit-box-shadow: 0 0 3px #888888;
  -moz-box-shadow: 0 0 3px #888888;
  box-shadow: 0 0 3px #888888;
}
.txtabs-content .txtabs-pane img {
  background: #c9c9c9;
  padding: 5px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
}
