.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix: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: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.discuss-mod,
.dc-clearfix {
  *zoom: 1;
}
.discuss-mod:before,
.discuss-mod:after,
.dc-clearfix:before,
.dc-clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.discuss-mod:after,
.dc-clearfix:after {
  clear: both;
}
.discuss-mod {
  font-family: 'Lucida Grande', 'Gisha', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif;
}
.discuss-mod [class^="icon-dc-mod-"],
.discuss-mod [class*=" icon-dc-mod-"] {
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
}
.discuss-mod .icon-dc-mod-list {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url('../../../media/com_easydiscuss/styles/../images/mod/icon-list.png');
}
.discuss-mod .btn {
  text-decoration: none !important;
  text-shadow: none !important;
}
.discuss-mod .btn-link {
  border-color: transparent !important;
  cursor: pointer !important;
  color: #08C !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.discuss-mod .pa-10 {
  padding: 10px;
}
.discuss-mod ul.unstyled,
.discuss-mod ol.unstyled {
  list-style: none outside none;
}
#discuss-welcome .btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom,#FFFFFF,#E6E6E6);
  background-repeat: repeat-x;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #A2A2A2;
  border-image: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 1px 2px rgba(0,0,0,0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
}
#discuss-welcome .btn-primary {
  background-color: #006DCC;
  background-image: linear-gradient(to bottom,#0088CC,#0044CC);
  background-repeat: repeat-x;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
div.discuss-mod .clear {
  clear: both;
}
div.discuss-mod  img.avatar {
  border: 1px solid #ccc;
}
div.discuss-mod  a:hover img.avatar {
  border: 1px solid #bbb;
  border-bottom-color: #aaa;
}
div.discuss-mod .bold {
  font-weight: bold;
}
div.discuss-mod .float-l {
  float: left;
}
div.discuss-mod .list-item .item {
  display: inline-block;
  width: 100%;
}
div.discuss-mod.recent-discussions .list-item .item + .item {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
div.discuss-mod.recent-discussions .item-user {
  padding: 0 0 10px;
}
div.discuss-mod.recent-discussions .item-title {
  display: inline;
  margin: 0 0 5px;
}
div.discuss-mod.recent-discussions .item-avatar {
  margin: 0 5px 0 0;
}
div.discuss-mod.recent-discussions .item-info.push-top {
  margin-top: 5px;
}
div.discuss-mod.recent-discussions .item-info span {
  display: inline-block;
  line-height: 14px;
  height: 14px;
  margin-right: 5px;
  padding: 2px 0;
  cursor: default;
}
div.discuss-mod.recent-discussions .item-info span img {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.popover {
  display: block;
  position: absolute !important;
}
.popover .popover-title {
  font-family: sans-serif !important;
  background-color: #F7F7F7;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 5px 5px 0 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  padding: 4px 14px;
}
.popover .popover-content {
  font-family: sans-serif !important;
  font-size: 12px;
}
.popover .popover-content p {
  margin-top: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #fff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #fff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0,0,0,0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #fff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #fff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0,0,0,0.25);
  bottom: -11px;
  right: -1px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
div.tooltip {
  font-family: sans-serif !important;
  font-size: 11px;
  background: none !important;
  border: none !important;
}
div.tooltip.tooltip-ed {
  background: none;
  border: none;
  padding: 5px;
  max-width: auto;
  width: auto;
  line-height: 12px;
}
