body {
  background-color: #eee;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="email"],
.form-signin input[type="password"] {
  margin-bottom: 10px;
}
.navbar-collapse {
  padding: 0px;
}
.list-group-item,
.nav > li > a {
  height: 60px;
  line-height: 40px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  color: #405F15;
}
.nav-stacked > li + li {
  margin-top: 0px;
}
.nav > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav > li:last-child > a {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.active,
.nav > li.active > a {
  background-color: #85c324;
  _border-color: #85c324;
}
.list-group-item.active:hover,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  background-color: #85c324;
  _border-color: #85c324;
}
.img-small {
  width: 45px;
  height: 45px;
}
.modulename {
  font-size: 1.2em;
  _font-family: Impact;
  white-space: nowrap;
  font-weight: bold;
  color: #444;
}
table.table td.module {
  white-space: nowrap;
  padding-right: 20px;
}
table.table td.cost {
  vertical-align: middle;
}
table.table td.cost .beanbtn {
  _margin-top: 10px;
}
table.table td.action {
  vertical-align: middle;
}
table.table td.date {
  text-align: center;
  vertical-align: middle;
}
.page-button {
  min-width: 40px;
}
.table .alert {
  padding: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #ccc;
}
.table .alert button.close {
  margin-top: -4px;
}
@media (max-width: 992px) {
  .hide-on-small {
    display: none;
  }
}
@media (max-width: 768px) {
  .table {
    _font-size: 0.75em;
  }
  .page-button {
    min-width: 0px;
  }
  .beanbtn .bean {
    display: none;
  }
  .beanbtn:hover .extension,
  .beanbtn.fixed .extension {
    padding-right: 7px;
    padding-left: 7px;
    width: auto;
    margin-right: 0px;
  }
  table.table td.action {
    text-align: left;
  }
  table.table td.module {
    white-space: nowrap;
    padding-right: 0;
  }
  .list-group-item,
  .nav > li > a {
    height: 60px;
    line-height: 40px;
  }
  .table thead > tr > td,
  .table tbody > tr > td,
  .table tfoot > tr > td {
    padding: 3px;
  }
  table.table td.date {
    font-size: 0.8em;
  }
  table.table td.action {
    _padding-top: 10px;
  }
  .table .alert button.close {
    margin-top: -7px;
  }
}
.pricing-tables {
  margin-top: 30px;
}
.pricing-table {
  margin-bottom: 30px;
}
.pricing-table ul {
  position: relative;
  list-style: none;
  margin: 0;
  z-index: 1;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 5px solid #85c324;
}
.pricing-table ul li {
  color: #4a6d14;
  background-color: #caeb95;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.pricing-table .title,
.pricing-table .price,
.pricing-table .label,
.pricing-table .button {
  border-bottom: none !important;
}
.pricing-table .title {
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  background-color: #dff3c0;
}
.pricing-table .title .beanbtn {
  position: absolute;
  right: 0;
  top: 0;
  right: -10px;
  top: -20px;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}
.pricing-table .label {
  color: red;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pricing-table .price {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  background-color: #f5fbeb !important;
  color: #4a6d14 !important;
  padding: 15px;
  text-align: center;
}
.pricing-table .price .currency-symbol {
  position: relative;
  top: -17px;
  color: #85c324;
}
.pricing-table .price strong {
  font-size: 44px;
  line-height: 44px;
  display: inline-block;
}
.pricing-table .price sup {
  position: relative;
  top: -20px;
}
.pricing-table .beans {
  font-size: 18px;
  font-weight: bold;
  background-color: #eaf7d5 !important;
  color: #4a6d14 !important;
  padding-top: 25px;
  padding-bottom: 25px;
}
.pricing-table .description {
  font-size: 13px;
  text-align: center;
}
.pricing-table .button {
  padding: 15px;
  text-align: center;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.pricing-table.pricing-table-mini .title {
  font-size: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.pricing-table.pricing-table-mini .ribbon-wrapper {
  top: -3px;
}
.pricing-table.pricing-table-light ul li {
  background-color: #ffffff;
  color: #68981c;
}
.pricing-table.pricing-table-light .beans {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
.pricing-table.pricing-table-dark ul li {
  background-color: #85c324;
  color: #f5fbeb;
}
.pricing-table.pricing-table-dark .beans {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
}
.ribbon-wrapper {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: 57px;
  right: -5px;
}
.ribbon-wrapper .ribbon {
  font: bold 15px Sans-Serif;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 5px 0;
  left: -4px;
  top: 27px;
  width: 162px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfdc7a), to(#8ebf45));
  background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -moz-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -ms-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -o-linear-gradient(top, #bfdc7a, #8ebf45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: #f3636a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3636a), to(#ea241a));
  background-image: -webkit-linear-gradient(top, #f3636a, #ea241a);
  background-image: -moz-linear-gradient(top, #f3636a, #ea241a);
  background-image: -ms-linear-gradient(top, #f3636a, #ea241a);
  background-image: -o-linear-gradient(top, #f3636a, #ea241a);
  color: white;
  text-shadow: rgba(0, 0, 0, 0.3) -1px 0px 0px;
}
.ribbon-wrapper .ribbon:before,
.ribbon:after {
  content: "";
  border-top: 3px solid #8a0015;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
}
.ribbon-wrapper .ribbon:before {
  left: 7px ;
  bottom: -3px;
}
.ribbon-wrapper .ribbon:after {
  right: 6px;
  bottom: -3px;
}
