.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-widget-nopad .bootstrap-widget-content {
  padding: 0;
}
.bootstrap-widget-plain {
  background: transparent;
  border: none;
}
.bootstrap-widget-plain .widget-content {
  padding: 0;
  background: transparent;
  border: none;
}
.bootstrap-widget-content {
  padding: 20px 15px 15px;
  background: #DDF;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
}
.bootstrap-widget-content:before,
.bootstrap-widget-content:after {
  content: "";
  display: table;
}
.bootstrap-widget-header + .bootstrap-widget-content {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-widget-box .bootstrap-widget-content {
  background: #E3E3E3;
  background: #FFF;
}
.bootstrap-widget {
  position: relative;
  clear: both;
  width: auto;
  margin-bottom: 2em;
}
.bootstrap-widget-table .table {
  margin-bottom: 0;
  border: none;
}
.bootstrap-widget-table .table tr th:first-child {
  border-left: none;
}
.bootstrap-widget-table .table tr td:first-child {
  border-left: none;
}
.bootstrap-widget-table .bootstrap-widget-content {
  padding: 0;
}
.bootstrap-widget-content:after {
  clear: both;
}
.bootstrap-widget-header {
  position: relative;
  height: 40px;
  background: #E9E9E9;
  background: -moz-linear-gradient(top, #19b6ee 0%, #e9e9e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  background-color: #d44413;
  background-image: -moz-linear-gradient(top, #ce4213, #dd4814);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ce4213), to(#dd4814));
  background-image: -webkit-linear-gradient(top, #ce4213, #dd4814);
  background-image: -o-linear-gradient(top, #ce4213, #dd4814);
  background-image: linear-gradient(to bottom, #ce4213, #dd4814);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce4213', endColorstr='#ffdd4814', GradientType=0);
  border: 1px solid #333333;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}
.bootstrap-widget-header h3 {
  position: relative;
  top: 2px;
  left: 10px;
  display: inline-block;
  margin-right: 3em;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  line-height: 18px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.15);
}
.bootstrap-widget-header .bootstrap-toolbar {
  margin: 3px 2px;
}
.bootstrap-widget-header .bootstrap-toolbar ul.dropdown-menu i {
  margin-left: -18px;
  margin-right: 1px;
}
.bootstrap-widget-header [class^="icon-"],
.bootstrap-widget-header [class*=" icon-"] {
  display: inline-block;
  margin-left: 13px;
  margin-right: -2px;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
}
