.fmForm .dnnFormItem {
  width: auto; }

.float-right {
  float: right; }

.configOption {
  color: red; }

.bold {
  font-weight: bold; }

.qtyInput {
  width: 30% !important; }

.configButton {
  width: 90%; }

@media screen and (max-width: 992px) {
  .centerDescription {
    text-align: center; } }

@media screen and (max-width: 768px) {
  .btnRightXs {
    float: right !important; } }

.productImage {
  padding: 0px 15px 0px 15px;
  max-height: 130px; }

.userMessage {
  padding: 5px 20px 5px 20px !important; }

.colorSpacer {
  color: white; }

.removeSidePadding {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.heading {
  padding: 20px; }

.centerDashes {
  padding-top: 0px !important; }

/*.tab-pane{
    border: 2px solid #dbdbdb;
    padding: 20px;
}*/
.form-group .dnnLabel {
  float: none;
  margin-right: 0;
  width: auto; }

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
  width: 100%;
  max-width: 100%;
  margin-bottom: auto; }

.form-group a.btn-primary:visited,
.form-group a.btn-success:visited,
.form-group a.btn-info:visited,
.form-group a.btn-warning:visited,
.form-group a.btn-danger:visited {
  color: #fff; }

.form-group a.btn-default:visited {
  color: #333; }
