/*
body {
  padding-top: 60px;
  padding-bottom: 40px;
  xbackground-color: #eee;
}
*/

#carousel-generic ol.carousel-indicators li.active {background-color: #000;}

.head-logo {
  margin-top: -5px;
}
.panel-logo-back {
  background-image: url("../gfx/logo_big.png");
  z-index: -100;
  position: relative;
  top: -100px;
  left: -120px;
  height: 200px;
  width: 670px;
}

.show-field-value {
  border: 1px solid #eee;
  padding: 2px 4px 2px 4px;
  min-height: 1.8em;
}

.journal-table TH,
.journal-table TD,
.token-table TH,
.token-table TD,
{
  font-size: small;
}

.label-shift
{
  margin-left: 20px;
}

.priceplan-box {
  margin: 0px;
  padding: 0px;
}
.priceplan-box div {
  padding: 10px;
}
.priceplan-free {
  background-color: #c0c0c0;
  color: #fff;
  height: 200px;
}
.priceplan-pro {
  background-color: #00cc00;
  color: #fff;
  height: 200px;
}
.priceplan-business {
  background-color: #00334d;
  color: #fff;
  height: 200px;
}
.priceplan-desc {
  background-color: #fff;
  text-align: center;
  padding-left: 20px;
  height: 150px;
  color: black;
}
.priceplan-desc ul {
  text-align: left;
  margin-left: 20%;
  margin-right: auto;
  font-size: 16px;
}
.priceplan-price {
  background-color: #fff;
  height: 120px;
}
.priceplan-box .plan-name {
  font-size: 32px;
}
.priceplan-box .plan-price {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  color: rgb(253, 123, 57);
}

.excel-logos img {
  padding-top: 10px;
  padding-bottom: 10px;
}

.login-box {
  background-color: #eee;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(246,246,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(236,236,236,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(236,236,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(236,236,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.login-box hr {
  max-width: 400px;
}

.navbar-nav .logged-user {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

/*
 * Theme fixes
 *
 */

.header-features {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.header-features .active {
  /* color: darkgoldenrod; */
  color: #fdcc52;
}

.header-feature-intro {
  font-style: italic;
  font-size: 20px;
  margin-bottom: 20px;
  height: 100px;
}

.header-content-inner a {
  margin-right: 10px;
  margin-bottom: 20px;
}

@media (max-width: 749px) {
  .hide-on-mobile {
    display: none;
  }
}

a.text-danger {
  text-decoration: underline;
}

section {
  padding-top: 50px;
}

.menuheader {
  position: relative;
  width: 100%;
  height: 100px;
  overflow-y: hidden;
  background: url("../na/img/bg-pattern.png"), #FFC32D;
  /* fallback for old browsers */
  background: url("../na/img/bg-pattern.png"), -webkit-linear-gradient(to left, #FFC32D, #797b75);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url("../na/img/bg-pattern.png"), linear-gradient(to left, #FFC32D, #797b75);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}

section.documentation .section-heading {
  margin-bottom: 100px;
}
section.documentation .feature-item {
  max-width: 300px;
  margin: 0 auto;
}
section.documentation .feature-item {
  text-align: center;
  margin-bottom: 100px;
}
section.documentation .feature-item h3 {
  font-size: 30px;
}
section.documentation .feature-item i {
  font-size: 80px;
  background: -webkit-linear-gradient(to left, #ffc32d, #9aac7a);
  background: linear-gradient(to left, #ffc32d, #9aac7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  section.documentation .device-container,
  section.documentation .feature-item {
    max-width: none;
  }
}
section.cta {
  background-image: url("../gfx/scenes/castle1.jpg");
  padding-top: 160px;
}

section.cta .cta-content p {
  margin-top: 25px;
  color: white;
  max-width: 450px;
  font-size: 16px;
}

section.pricing2 {
  background: url("../na/img/bg-pattern.png"), #ffc32d;
  background: url("../na/img/bg-pattern.png"), -webkit-linear-gradient(to left, #ffc32d, #9aac7a);
  background: url("../na/img/bg-pattern.png"), linear-gradient(to left, #ffc32d, #9aac7a);
}

section.pricing h2, section.pricing p {
  color: white;
}

section.contact ul.list-contacts {
  margin-bottom: 0;
  margin-top: 40px;
}
section.contact ul.list-contacts li a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 100%;
  color: white;
}
section.contact ul.list-contacts li.so-github a {
  background-color: #464646;
}
section.contact ul.list-contacts li.so-github a:hover {
  background-color: #24292e;
}
section.contact ul.list-contacts li.so-twitter a {
  background-color: #1da1f2;
}
section.contact ul.list-contacts li.so-twitter a:hover {
  background-color: #0d95e8;
}
section.contact ul.list-contacts li.so-facebook a {
  background-color: #3b5998;
}
section.contact ul.list-contacts li.so-facebook a:hover {
  background-color: #344e86;
}
section.contact ul.list-contacts li.so-google-plus a {
  background-color: #dd4b39;
}
section.contact ul.list-contacts li.so-google-plus a:hover {
  background-color: #d73925;
}
