@charset "UTF-8";
/*.col-xs-*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* NORMALIZE */
.shopify-green {
  color: #5f8d3e; }

.shopify-green.bright {
  color: #94be46; }

body {
  margin-bottom: 0;
  padding-bottom: 0; }

body {
  padding-top: 50px; }

ul.normalize,
ul.normalize li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }

.text-strong {
  font-weight: bold; }

.text-monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

/* HELPERS */
.inline-block {
  display: inline-block !important; }

.transparent {
  visibility: hidden;
  opacity: 0; }

/* BOOTSTRAP PADDINGS & MARGINS */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-y-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.m-y-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.p-label {
  padding: .2em .6em .3em; }

/* END BOOTSTRAP PADDINGS & MARGINS */
/* DEFAULTS */
.h4-margin {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block; }

h4.no-margin {
  margin-top: 0;
  margin-bottom: 0; }

a.no-decoration {
  text-decoration: none; }

.btn.disabled:hover, .btn[disabled]:hover {
  cursor: not-allowed !important; }

.vertical-middle {
  vertical-align: middle !important; }

.bottom-space {
  margin-bottom: 10px; }

/* Configuration */
.required-field input {
  border-color: #3a773a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(222, 240, 215, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(222, 240, 215, 0.6); }

/* HEADER */
.navbar-inverse .navbar-brand {
  font-weight: 200;
  color: #94be46; }

/* FOOTER */
.footer-container {
  margin-top: 3rem;
  width: 100%;
  background-color: #232323;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 20px; }
  .footer-container .copyright {
    margin-top: 30px; }
  .footer-container h3 {
    color: #9d9d9d; }
  .footer-container a {
    color: #94be46; }

#page-front .footer-container {
  margin-top: 0 !important;
  padding-top: 3rem; }

/* PAGE-LOGIN */
.login-section label.title, .login-section p.title {
  font-size: 2em;
  font-weight: 200;
  letter-spacing: .05em; }
.login-section .input-group-addon {
  color: #fff;
  background-color: #94be46;
  border-color: #5f8d3e;
  font-weight: 200;
  letter-spacing: .02em; }
.login-section input#shopURL {
  border-color: #5f8d3e; }
.login-section div.checkbox {
  text-align: right; }
  .login-section div.checkbox label {
    text-align: right;
    font-weight: 400;
    letter-spacing: 0.02em; }
.login-section div.login-button {
  text-align: right; }
.login-section div.login-button button[type="submit"], .login-section a.btn-registry {
  color: #5f8d3e;
  border-color: #5f8d3e;
  font-size: 1.2em;
  font-weight: 200;
  letter-spacing: .05em;
  padding: 8px 14px;
  transition: all .1s ease, color .1s ease; }
  .login-section div.login-button button[type="submit"]:hover, .login-section a.btn-registry:hover {
    color: #fff;
    border-color: #94be46;
    background-color: #94be46; }

a.btn-registry {
  margin-top: 1.85em; }

.register-section p {
  font-weight: 400;
  letter-spacing: 0.02em; }

/* PAGE-HOME */
.main-menu-boxes {
  min-height: 600px; }
  .main-menu-boxes .home-widget {
    height: 250px; }
    .main-menu-boxes .home-widget .widget-button > a {
      bottom: 20px;
      position: absolute;
      width: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .main-menu-boxes .home-widget hr {
      position: absolute;
      bottom: 70px;
      width: 80%;
      left: 10%; }

/* PAGE-MASTERDATA */
.no-padding-column {
  padding-left: 0;
  padding-right: 0; }

.yellowcube-toggle-tr td, .yellowcube-toggle-tr td:hover {
  background-color: #fff; }

.master-data-container td {
  vertical-align: middle !important; }
.master-data-container .unit-input .form-control {
  min-width: 80px;
  width: 40px; }
.master-data-container .unit-input .measure-info {
  min-width: 38px;
  display: inline-block; }
.master-data-container table.table-masterdata .glyphicon-ok-sign {
  color: #409e3f; }
.master-data-container table.table-masterdata .glyphicon-exclamation-sign {
  color: #cb2e26; }
.master-data-container table.table-masterdata .glyphicon-exclamation-sign.info {
  color: #ee9800; }
.master-data-container table.table-masterdata .glyphicon-info-sign {
  color: #ee9800; }
.master-data-container table.table-masterdata .glyphicon-info-sign.blue {
  color: #2e78ba; }
.master-data-container .yellowcube-toggle {
  margin-left: 15px; }

/* TABLE-MASTERDATA */
.table-masterdata a {
  text-decoration: none; }

/* PAGE ORDERS */
.order-container .yellowcube-toggle {
  margin-left: 15px; }
.order-container .postal-shipment-block {
  padding-top: 1px;
  padding-bottom: 1px; }

.order-no-text {
  font-size: 1.1em; }

/* PAGE ORDERS */
.configuration-container .form-control.shipping-service {
  display: inline-block;
  margin-top: 4px;
  font-family: monospace;
  width: 90%; }

.span-space {
  width: 10px;
  display: inline-block; }

/* PAGE ORDERS */
.help-container .help-tab-menu {
  font-weight: bold; }
.help-container .help-tab-submenu > a {
  font-weight: normal;
  padding-left: 30px; }

/* TABLE SUPPLIER-ORDERS */
.supplier-order-container .overflow {
  overflow: visible; }
.supplier-order-container table.table-supplier-orders input.quantity {
  text-align: right;
  font-family: courier, monospace; }
.supplier-order-container p.delivery-date-title {
  font-weight: bold; }

.table > tbody > tr.border-bottom-clear > td {
  border-bottom: 1px dotted #eee; }

/* PAGE SUBSCRIPTION */
.page-subscription .outer-price-container {
  margin-top: 40px; }

/*.col-sm-*/
/* Small devices (tablets, 768px and up) */
/*.col-md-*/
/* Medium devices (desktops, 992px and up) */
/*.col-lg-*/
/* Large devices (large desktops, 1200px and up) */
/* CUSTOM */
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px; }

.tabs-left {
  border-right: 1px solid #ddd; }

.tabs-right {
  border-left: 1px solid #ddd; }

.tabs-left > li, .tabs-right > li {
  float: none;
  margin-bottom: 2px; }

.tabs-left > li {
  margin-right: -1px; }

.tabs-right > li {
  margin-left: -1px; }

.tabs-left > li.active > a, .tabs-left > li.active > a:focus, .tabs-left > li.active > a:hover {
  border-bottom-color: #ddd;
  border-right-color: transparent; }

.tabs-right > li.active > a, .tabs-right > li.active > a:focus, .tabs-right > li.active > a:hover {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent; }

.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block; }

.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0; }

.sideways {
  margin-top: 50px;
  border: none;
  position: relative; }

.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px; }

.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0 0; }

.sideways > li.active > a, .sideways > li.active > a:focus, .sideways > li.active > a:hover {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd; }

.sideways.tabs-left {
  left: -50px; }

.sideways.tabs-right {
  right: -50px; }

.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/* Helper */
/* Non-Admin CONTENT */
body#page-front {
  background-color: #eef2f7; }

.section > .row > [class*=' col-'] {
  background-color: #fff; }

.section .outer-content {
  position: relative; }

.section .inner-content {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute; }

.section .inner-content .text-container {
  color: #fff; }
  .section .inner-content .text-container h1 {
    font-weight: 200;
    margin-top: 0; }
  .section .inner-content .text-container p {
    margin-bottom: 0; }

.btn-header {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-color: #fff;
  transition: background-color .1s ease, color .1s ease;
  font-weight: 200;
  letter-spacing: .1em; }

.btn-header:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  border-color: #fff; }

.section h2 {
  font-weight: 200;
  font-size: 52px; }
.section h3 {
  font-weight: 400;
  margin-top: 0;
  letter-spacing: .05em; }

.section-rule {
  width: 100px;
  border-top: 2px solid #94be46;
  margin-top: 3em;
  margin-bottom: 3em; }

.section-information-text p {
  font-size: 1.4em;
  font-weight: 200; }

.section-information-text.green > div.row > div {
  background-color: #5f8d3e; }
.section-information-text.green h1, .section-information-text.green h2, .section-information-text.green h3, .section-information-text.green p {
  color: #fff; }

a.shopify-green {
  text-decoration: none;
  border-bottom: 1px solid #5f8d3e; }
  a.shopify-green:hover {
    text-decoration: none;
    color: #94be46;
    border-bottom: 1px solid #94be46; }
  a.shopify-green:focus {
    color: #94be46;
    outline: none; }

.yellow {
  width: 100%;
  background-color: #ffd700;
  display: block;
  margin-bottom: 100px;
  margin-top: 30px;
  color: #1c1a00;
  padding-bottom: 70px; }

.yellow .row > [class*=' col-'] {
  background-color: transparent; }

.yellow .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.yellow .logo-container {
  max-width: 400px;
  margin: 0 auto; }

.yellow .more-information a.btn {
  background: #584125;
  border: 1px solid #584125;
  color: #ebe4d1; }
  .yellow .more-information a.btn:hover {
    background: #ffcc00;
    border: 1px solid #e0b307;
    color: black;
    outline: none;
    text-decoration: none;
    -moz-box-shadow: rgba(88, 65, 37, 0.05) 0px 0px 0px 2px;
    box-shadow: rgba(88, 65, 37, 0.05) 0px 0px 0px 2px; }

.section .panel-title {
  font-weight: 200;
  letter-spacing: .2em;
  font-size: 1.2em; }
.section .panel-default > .panel-heading {
  color: #fff;
  background-color: #94be46;
  border-color: #94be46; }

.section table tbody tr th, .section table tbody tr td {
  padding: 14px; }
.section table tbody tr th {
  white-space: nowrap;
  color: #5f8d3e;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 400; }
  .section table tbody tr th i {
    margin-right: .6em; }
.section table tbody tr td {
  vertical-align: middle;
  font-weight: 400;
  font-size: 1em; }
  .section table tbody tr td i {
    color: #5f8d3e; }

.pannel-technical-informations i {
  font-size: 1.2em; }

.section .panel-footer {
  background-color: #94be46;
  color: #fff; }

.section .price-description {
  font-weight: 200;
  font-size: 1.2em;
  letter-spacing: .05em; }

.section .pricing {
  font-weight: 200;
  font-size: 2em; }

.section .pricingdetail {
  font-weight: 200;
  font-size: .5em;
  padding-left: 0.5em;
  top: -0.7em; }

.pricing-and {
  font-size: 0.8em; }

.btn-group-language-switch {
  padding-left: 1em; }
  .btn-group-language-switch a.btn {
    border-color: #fff;
    font-weight: 200; }
  .btn-group-language-switch a.btn-default {
    background-color: transparent;
    color: #fff;
    opacity: .35; }
    .btn-group-language-switch a.btn-default:hover {
      opacity: .85; }
  .btn-group-language-switch a.btn-default.disabled {
    opacity: .85; }

.more-information a.btn {
  min-width: 160px;
  color: #5f8d3e;
  border-color: #5f8d3e;
  font-size: 1.2em;
  font-weight: 200;
  letter-spacing: .05em;
  padding: 8px 14px;
  transition: all .1s ease, color .1s ease; }
  .more-information a.btn:hover {
    color: #fff;
    border-color: #94be46;
    background-color: #94be46; }

.section table.diagram {
  vertical-align: middle;
  margin-bottom: 0; }
  .section table.diagram tr td {
    padding: 14px; }
  .section table.diagram p {
    margin-bottom: 0;
    font-weight: 200;
    color: #5f8d3e; }

table.borderless tr td, table.borderless tr th {
  border: none; }

table.shopify-border {
  border: 1px solid #5f8d3e; }

a.navbar-brand small.shop-url {
  display: none; }

@media (min-width: 1100px) {
  a.navbar-brand small.shop-url {
    display: inline;
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.5); }
  a.navbar-brand:hover small.shop-url {
    color: rgba(255, 255, 255, 0.9); } }
tr.disabled {
  background-color: #f5f5f5;
  color: #999999; }

.tab-pane ul li ul li {
  margin: 30px auto 30px; }

.img-shadow {
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  margin-bottom: 12px;
  border-radius: 2px; }

/*# sourceMappingURL=main.css.map */
