/* Custom 3.4.1 */
/* Exponent Theme */
/* override some conflicts between exponent classes and bootstrap */
span.required {
  color: #ff0000;
}
.fixedmenu {
  margin-top: 65px;
}
.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;
}
.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 (min-width: 768px) {
  #topnavbar .navbar-brand {
    color: transparent;
    width: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #topnavbar .navbar-brand {
    background-image: url("../images/logo.png");
    background-size: 182px 45px;
    background-repeat: no-repeat;
    color: transparent;
    width: 200px;
    padding: 4px;
  }
  #topnavbar.navbar-inverse .navbar-brand {
    background-image: url("../images/logo.png");
    background-size: 182px 45px;
    background-repeat: no-repeat;
  }
  .navbar-nav .open .dropdown-menu {
    width: 100%;
  }
}
.navbar {
  margin-bottom: 0;
}
#topnavbar.navbar {
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(#d9d9ee, #f7f7f7 50%, #d9d9ee);
  background-image: -o-linear-gradient(#d9d9ee, #f7f7f7 50%, #d9d9ee);
  background-image: linear-gradient(#d9d9ee, #f7f7f7 50%, #d9d9ee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9ee', endColorstr='#ffd9d9ee', GradientType=0);
  background-repeat: no-repeat;
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}
#topnavbar.navbar-inverse .navbar-nav > li > a,
#topnavbar.navbar-inverse .navbar-link {
  color: #535c62;
}
#topnavbar.navbar-inverse .navbar-nav > .active > a,
#topnavbar.navbar-inverse .navbar-nav > .active > a:hover,
#topnavbar.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #535c62;
  background-image: -webkit-linear-gradient(#535c62, #878787 50%, #535c62);
  background-image: -o-linear-gradient(#535c62, #878787 50%, #535c62);
  background-image: linear-gradient(#535c62, #878787 50%, #535c62);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535c62', endColorstr='#ff535c62', GradientType=0);
  background-repeat: no-repeat;
}
#topnavbar ul li a {
  display: block;
  padding: 10px 15px 0 15px;
  height: 47px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  font-family: Helvetica;
  text-decoration: none;
  line-height: 1em;
}
#topnavbar ul li a em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}
@media (max-width: 1024px) {
  #topnavbar ul li a em {
    display: none;
  }
}
@media (max-width: 769px) {
  #topnavbar .navbar-header {
    background-color: #535c62;
    background-image: -webkit-linear-gradient(#535c62, #878787 50%, #535c62);
    background-image: -o-linear-gradient(#535c62, #878787 50%, #535c62);
    background-image: linear-gradient(#535c62, #878787 50%, #535c62);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535c62', endColorstr='#ff535c62', GradientType=0);
    background-repeat: no-repeat;
  }
}
.breadcrumb {
  padding: 4px 15px;
  margin-bottom: 10px;
  border-radius: 6px;
  border-bottom: 1px solid #C1C1C1;
}
.breadcrumb a {
  color: #535c62;
}
.masthead {
  margin-top: 5px;
  margin-bottom: 12px;
}
.masthead > div {
  background-image: -webkit-linear-gradient(top, #000000 0%, #2e5479 100%);
  background-image: -o-linear-gradient(top, #000000 0%, #2e5479 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #2e5479 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff2e5479', GradientType=0);
  background-repeat: repeat-x;
  color: white;
  height: 75px;
}
#slogan {
  float: left;
  margin: 32px 0 0 30px;
  font-size: 18px;
  font-style: italic;
}
.portfolio.showall-simple-list h2 {
  border-top: 1px black solid;
  border-bottom: 1px black solid;
  background-color: #fcf4ce;
  padding-left: 4px;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
i.fa-rss {
  color: orange;
}
.form-control::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #777777;
  font-style: italic;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
  font-style: italic;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #777777;
  font-style: italic;
}
.form-control::-ms-input-placeholder {
  /* Edge */
  color: #777777;
  font-style: italic;
}
.form-control:placeholder-shown {
  /* Standard one last! */
  color: #777777;
  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: #0079c2;
  -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: #0079c2;
  -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 #ffffff;
}
.bottom-border {
  border-bottom: 1px solid #ffffff;
}
.top-bottom-border {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.box-border {
  border: 1px solid #ffffff;
}
.light-background {
  background-color: #f2f2f2;
}
.medium-background {
  background-color: #e6e6e6;
}
.dark-background {
  background-color: #d9d9d9;
}
h1 {
  font-size: 30px;
  background: url(../images/titlerep.gif) repeat-x 0 100%;
  padding-bottom: 10px;
  color: #355b75;
  margin: 10px 0;
  font-weight: normal;
  text-transform: uppercase;
}
h2 {
  /*16px via YUI Fonts CSS foundation*/
  font-size: 26px;
  color: #d36303;
  margin: 5px 0;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
}
h2 a {
  color: #d36303;
}
h2 a:hover {
  text-decoration: none;
}
/*socialize*/
#socialize {
  height: 50px;
  margin: 20px 0;
  padding: 0;
  position: relative;
  background: url(../images/sprite.png) no-repeat -30px -56px;
  text-indent: -999px;
  overflow: hidden;
}
#socialize dd a {
  position: absolute;
  height: 15px;
  width: 15px;
  bottom: 5px;
  left: 112px;
}
#socialize dd a:focus {
  outline: 0;
}
#socialize dd a#twitter {
  left: 135px;
}
/*twitter*/
.twitter {
  margin-bottom: 30px;
}
.twitter h2 {
  background: url(../images/sprite.png) no-repeat;
  text-indent: -333px;
  overflow: hidden;
  height: 28px;
}
.twitter dl,
.twitter dl dt,
.twitter dl dd {
  padding: 0;
  margin: 0;
}
.twitter dl dt,
.twitter dl dd {
  margin-left: 32px;
}
.twitter dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.twitter dl dt {
  /*margin-left:;*/
  margin-bottom: 4px;
  color: #555555;
  border-bottom: 1px dotted #cccccc;
  font-size: 12px;
  font-style: italic;
}
/*forums*/
.news.headlines-rss h2 {
  background: url(../images/sprite.png) no-repeat;
  text-indent: -333px;
  overflow: hidden;
  height: 28px;
  background-position: 0 -28px;
}
.news.headlines ul li {
  margin-left: 32px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.news.headlines ul li span.date {
  display: block;
  /*margin-left:;*/
  margin-bottom: 4px;
  color: #555555;
  border-bottom: 1px dotted #cccccc;
  font-size: 12px;
  font-style: italic;
}
/*bugz*/
.bugs {
  margin: 50px 0;
}
.bugs h2 {
  background: url(../images/sprite.png) no-repeat;
  text-indent: -333px;
  overflow: hidden;
  height: 28px;
  background-position: 0 -108px;
}
/*mailinglist*/
.mailinglist h2 {
  background: url(../images/sprite.png) no-repeat;
  text-indent: -333px;
  overflow: hidden;
  height: 28px;
  background-position: 0 -138px;
}
.mailinglist {
  margin: 50px 0;
}
/*blog*/
.blog .tags-comments .comment-link {
  border-left: 1px solid #999999;
  display: inline-block;
  margin: 0 10px;
  padding: 0 10px;
}
#sidebar .blog.tags_list h2 {
  background: url(../images/sprite.png) no-repeat;
  text-indent: -333px;
  overflow: hidden;
  height: 28px;
  background-position: 0 -190px;
}
#sidebar .blog.showall-dates h2 {
  background: url(../images/sprite.png) no-repeat;
  text-indent: -333px;
  overflow: hidden;
  height: 28px;
  background-position: 0 -220px;
}
#sidebar .blog.showall-dates h3 {
  margin: 5px 0 5px 33px;
  color: #D99F00;
}
#sidebar .blog.showall-authors h2 {
  background: url(../images/sprite.png) no-repeat;
  text-indent: -333px;
  overflow: hidden;
  height: 28px;
  background-position: 0 -254px;
}
#sidebar .blog ul,
#sidebar .blog ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sidebar .blog ul {
  margin-bottom: 20px;
}
#sidebar .blog ul li {
  padding: 1px 0 1px 20px;
}
#sidebar .blog ul li a {
  display: block;
  padding: 2px 0 2px 15px;
}
a.biglink {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/sprite.png) no-repeat 100% -169px;
  padding-right: 12px;
}
/****************  download  ***********************/
#download-exponent,
#download-exponent li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: left;
  font-size: 10px;
}
#download-exponent li {
  margin-top: 14px;
}
#download-exponent li strong {
  text-transform: uppercase;
  color: #ab6808;
}
#download-exponent li#twopointoh strong {
  color: #39692f;
}
#download-exponent li#onepointoh strong {
  color: #2e4f66;
}
#download-exponent li p {
  font-size: 10px;
  line-height: 1.5em;
}
#download-exponent li p a {
  text-transform: uppercase;
  color: #295a9b;
  text-decoration: none;
  padding: 2px 0 2px 10px;
  background: url(../images/dlbul.gif) no-repeat 0 50%;
}
#download-exponent li#twopointoh,
#download-exponent li#onepointoh {
  margin-left: 35px;
}
#download-exponent {
  position: absolute;
  right: 0;
  width: 391px;
  height: 78px;
  padding-left: 80px;
  background: url(../images/dl.png) no-repeat;
}
html {
  background: url(../images/flury.jpg) no-repeat 50% 83px #071723;
  height: 100%;
}
body {
  background: url(../images/hdrep.png) repeat-x 0 0;
}
#main {
  background: #fcfcea;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0px 0px 12px #000000;
  -webkit-box-shadow: 0px 0px 12px #000000;
  box-shadow: 0px 0px 12px #000000;
}
.twitter dl dt,
.twitter dl dd {
  margin-left: 0px;
}
.news.headlines ul,
.news.headlines ul li {
  margin-left: 0 !important;
}
label.label {
  color: #666666;
}
#topnavbar .exp-skin.exp-container-chrome ul li a {
  font: inherit;
  height: inherit;
  text-transform: inherit;
}
