/* Custom 3.4.1 */
/* override some conflicts between exponent classes and bootstrap */
span.required {
  color: #ff0000;
}
.fixedmenu {
  margin-top: 2px;
}
.btn {
  margin-bottom: 2px;
}
.input-group-btn.btn {
  margin: 0;
}
#sidebar h2 {
  font-size-adjust: 0.30;
}
a.addmodule span.addtext {
  background-position: 8px -592px;
}
/* datatables */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0;
  padding: 0;
}
div.DTTT .btn {
  margin: 0;
}
/* accordion */
.showall-accordion .dashboard .hd a.collapse {
  height: 34px;
}
.showall-accordion .dashboard .hd h2 {
  height: 34px;
  padding: 0 0 0 33px;
}
/* ecommerce */
#qtyrControl .label {
  display: inline;
}
/* panel styles */
.report.dashboard .hd h2,
.panel .hd h2 {
  padding: 0 0 0 33px;
  line-height: 36px;
}
.panel .hd h2 {
  line-height: 30px;
}
.panel .hd .collapse {
  height: 30px;
}
.panel-title h2 {
  margin: 0;
}
/* other */
.show .add-to-cart-btn input[type="text"] {
  margin-left: 13px;
  font-size: inherit;
}
.show .ecom-hover .add-to-cart-btn input[type="text"] {
  margin-left: inherit;
}
.options-partial table.options .checkbox input {
  margin-top: 3px;
}
.eql-tablelist .row:before,
.eql-tablelist .row:after,
.manage-questions .row:before,
.manage-questions .row:after {
  content: normal;
}
/* centered navbar support */
/* remove page url on printout in browser */
@media print {
  a[href]:after {
    content: none !important;
  }
}
/* set rss icon color to orange */
i.fa-rss {
  color: orange;
}
/* set size on all font-awesome icons used in main menu/navbar */
#topnavbar .nav.navbar-nav i.fa {
  font-size: 18px;
}
.form-control::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  font-style: italic;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.form-control::-ms-input-placeholder {
  /* Edge */
  font-style: italic;
}
.form-control:placeholder-shown {
  /* Standard one last! */
  font-style: italic;
}
/* fancy tags */
span.value span {
  display: inline-block;
  margin: 0 0 .3em 1em;
  padding: 0;
}
span.value span.tag a {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 1em 0 .75em;
  background-color: #337ab7;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: 2s 1s linear;
  -moz-transition: 2s 1s linear;
  -o-transition: 2s 1s linear;
  -ms-transition: 2s 1s linear;
  transition: 2s 1s linear;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: 3;
}
span.value span.tag a::before {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 2s 1s linear;
  -moz-transition: 2s 1s linear;
  -o-transition: 2s 1s linear;
  -ms-transition: 2s 1s linear;
  transition: 2s 1s linear;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
span.value span.tag a::after {
  position: absolute;
  top: 50%;
  left: -6px;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
span.value span.tag a:hover {
  background-color: #555555;
  color: #ffffff;
}
span.value span.tag a:hover::before {
  background-color: #555555;
}
span.value span.spacer {
  display: none;
}
/* module styles */
.top-border {
  border-top: 1px solid #eeeeee;
}
.bottom-border {
  border-bottom: 1px solid #eeeeee;
}
.top-bottom-border {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.box-border {
  border: 1px solid #eeeeee;
}
.light-background {
  background-color: #f2f2f2;
}
.medium-background {
  background-color: #e6e6e6;
}
.dark-background {
  background-color: #d9d9d9;
}
/* form designer */
div#trash.trash,
ul#controls.controls {
  left: 20px !important;
  right: inherit !important;
}
/* correct exp style conflict with form labels */
label.label,
span.label {
  color: #333333;
}
