/* Custom 3.3.6 */
/* override some conflicts between exponent classes and bootstrap */
span.required {
  color: #ff0000;
}
.fixedmenu {
  margin-top: 1px;
}
.btn {
  margin-bottom: 2px;
}
.input-group-btn.btn {
  margin: 0;
}
hr {
  color: #696969;
  background-color: #696969;
  height: 3px;
}
#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;
}
.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;
}
.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;
}
/* other */
.eql-tablelist .row:before,
.eql-tablelist .row:after,
.manage-questions .row:before,
.manage-questions .row:after {
  content: normal;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
i.fa-rss {
  color: orange;
}
.panel-title h2 {
  margin: 0;
}
.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;
}
#topnavbar .nav.navbar-nav i.fa {
  font-size: 18px;
}
/* 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 #555555;
}
.bottom-border {
  border-bottom: 1px solid #555555;
}
.top-bottom-border {
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
}
.box-border {
  border: 1px solid #555555;
}
.light-background {
  background-color: #f2f2f2;
}
.medium-background {
  background-color: #e6e6e6;
}
.dark-background {
  background-color: #d9d9d9;
}
/*===== my style css start*/
/*==== FOOTER AREA ===*/
.mo-footer {
  background: #DFE2E7;
}
/** four column link **/
.module.links.linkfourbox .li-link:hover,
.module.links.linkfourbox .product_selected .li-link {
  cursor: pointer;
  font-weight: 100;
  color: #fff;
}
.module.links.linkfourbox .li-link:hover,
.module.links.linkfourbox .opt_selected .li-link {
  cursor: pointer;
  font-weight: 100;
  color: #fff !important;
}
.module.links.linkfourbox .li-link:hover,
.module.links.linkfourbox .feature_selected .li-link {
  cursor: pointer;
  font-weight: 100;
  color: #fff !important;
}
.module.links.linkfourbox .detail_selected .li-link {
  cursor: pointer;
  font-weight: 100;
  color: #fff !important;
}
.module.links.linkfourbox li {
  color: #9d9ea2;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 24px;
  list-style-position: inside;
}
.module.links.linkfourbox li:hover {
  color: #fff !important;
}
.product_selected,
.opt_selected,
.feature_selected {
  color: #fff !important;
  text-decoration: none;
}
.module.links.linkfourbox li.list_selected {
  color: #fff;
}
/* caret design */
.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  float: right;
  height: 0;
  vertical-align: top;
  width: 0;
}
