.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;
}
body {
  line-height: 22px;
}
.ds-frame-inner {
  min-width: 1000px;
}
@media (max-width: 480px) {
  .ds-frame-inner {
    min-width: 0;
  }
}
.ds-page-login .ds-frame-inner,
.ds-page-header .ds-frame-inner {
  min-width: 0;
}
.ds-page-carousel .ds-frame-inner {
  min-width: 700px;
}
.article-body {
  max-width: 1000px;
  font-size: 16px;
  color: #4d4d4d;
}
/* Demo login */

.ds-demo-login {
  margin-bottom: 30px;
}
.ds-demo-login .ds-demo-login-button {
  background-color: #434142;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343232), color-stop(50%, #454445), to(#3a3636));
  background-image: -webkit-linear-gradient(#343232, #454445 50%, #3a3636);
  background-image: -moz-linear-gradient(top, #343232, #454445 50%, #3a3636);
  background-image: -o-linear-gradient(#343232, #454445 50%, #3a3636);
  background-image: linear-gradient(#343232, #454445 50%, #3a3636);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff343232', endColorstr='#ff3a3636', GradientType=0);
  color: #f16802;
  border-color: #afbdbb;
  background-color: #383738;
  cursor: pointer;
  margin-top: 15px;
}
.ds-demo-login .ds-demo-login-button[disabled] {
  cursor: default;
}
.ds-demo-login .tab-content {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}
#ds-demo-tabs a {
  outline: none;
}
#ds-demo-tabs .active a {
  text-decoration: none;
}
/* Trial */

.ds-trial {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ds-trial .ds-trial-button {
  color: white;
  text-shadow: none;
  background-color: #33a155;
  background-image: -moz-linear-gradient(top, #3db15f, #258847);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3db15f), to(#258847));
  background-image: -webkit-linear-gradient(top, #3db15f, #258847);
  background-image: -o-linear-gradient(top, #3db15f, #258847);
  background-image: linear-gradient(to bottom, #3db15f, #258847);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3db15f', endColorstr='#ff258847', GradientType=0);
  border-color: #258847 #258847 #154c28;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #258847;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #536158;
}
.ds-trial .ds-trial-button:hover,
.ds-trial .ds-trial-button:focus,
.ds-trial .ds-trial-button:active,
.ds-trial .ds-trial-button.active,
.ds-trial .ds-trial-button.disabled,
.ds-trial .ds-trial-button[disabled] {
  color: white;
  background-color: #258847;
  *background-color: #20743d;
}
.ds-trial .ds-trial-button:active,
.ds-trial .ds-trial-button.active {
  background-color: #1a6032 \9;
}
