@import "fonts.css";

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/

.marselis.light {
  font-family: 'MarselisOffcPro-Light';
}

.marselis.regular {
  font-family: 'MarselisOffcPro';
}

.marselis.bold {
  font-family: 'MarselisOffcPro-Bold';
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.margin-reset {
  margin: 0;
}

.margin-top {
  margin-top: 15px;
}

.margin-bottom {
  margin-bottom: 15px;
}

.padding-reset {
  padding: 0;
}

.padding-top {
  padding-top: 15px !important;
}

.padding-left {
  padding-left: 15px;
}

.padding-right {
  padding-right: 15px;
}

.txt-center {
  text-align: center;
}

.fullwidth {
  width: 100%;
}

.border-top {
  border-top: 1px solid #eeeeee;
}

.no-border {
  border: none !important;
}

.block {
  display: block;
}

.center-absolute {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.left {
  float: left;
}

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

body {
  font-family: 'MarselisOffcPro';
  font-size: 16px;
  line-height: 1.42857143;
  font-size: 1.6rem;
  color: #555555;
}

h1 {
  color: #555555;
  font-size: 30px;
  line-height: 1.42857143;
  font-size: 3rem;
}

h2 {
  font-size: 24px;
  line-height: 1.42857143;
  font-size: 2.4rem;
  margin-bottom: 0;
  margin-top: 15px;
}

h3 {
  margin-top: 0;
}

a {
  color: #555555;
}

a:hover {
  color: #222222;
  text-decoration: none;
}

p a {
  color: #96b818;
  text-decoration: underline;
}

li.active a {
  color: #96b818;
}

label {
  font-weight: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.has-error label {
  color: #A94442;
}

.form-control {
  box-shadow: none;
  border: 1px solid #ccc;
}

.form-control.no-border {
  border: none;
  background: none;
}

.form-control.number {
  padding: 0;
}

.form-control[disabled] {
  background-color: #ffffff;
  color: #777777;
}

.btn {
  font-size: 18px;
  line-height: 1.42857143;
  font-size: 1.8rem;
  padding: 6px 12px 2px !important;
  background: #ffffff;
  box-shadow: none;
  text-transform: uppercase;
}

.btn-sm {
  padding: 1px 5px !important;
  font-size: 14px;
  line-height: 1.42857143;
  font-size: 1.4rem;
  border-radius: 3px;
  text-transform: uppercase;
}

.btn-default,
.btn-default:focus,
.btn-default:hover,
.btn-default:active:focus {
  background: #ffffff;
  color: #777777;
}

.btn-success,
.btn-success:focus,
.btn-success:hover,
.btn-success:active:focus {
  background: #96b818;
  border: 1px solid #96b818;
}

.btn-success span,
.btn-success:focus span,
.btn-success:hover span,
.btn-success:active:focus span {
  margin-left: 5px;
}

.btn-success span.right,
.btn-success:focus span.right,
.btn-success:hover span.right,
.btn-success:active:focus span.right {
  margin-left: 0;
  margin-right: 5px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active:focus {
  background: #777777;
  border: 1px solid #777777;
  color: #ffffff;
}

.btn-primary span,
.btn-primary:focus span,
.btn-primary:hover span,
.btn-primary:active:focus span {
  margin-right: 5px;
}

.btn-default .badge {
  background-color: #777;
}

.navbar-right {
  margin-right: 0 !important;
}

.nav>li {
  display: inline;
  font-size: 18px;
  line-height: 1.42857143;
  font-size: 1.8rem;
}

.nav>li a {
  display: inline-block;
  text-transform: uppercase;
}

.nav>li a:hover {
  background-color: #ffffff;
}

.nav #customerdetails {
  font-size: 16px;
  line-height: 1.42857143;
  font-size: 1.6rem;
  margin-right: 5px;
}

.nav-pills>li>.btn {
  margin-bottom: 4px;
}

.nav-pills>li>a {
  color: #ffffff;
  background-color: #555555;
}

.nav-pills>li>a:hover {
  color: #ffffff;
  background-color: #96b818;
}

.nav-pills>li>a:hover>.badge {
  color: #96b818;
}

.list-group-item.active>.badge,
.nav-pills>li>a>.badge {
  color: #555555;
  background-color: #ffffff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background-color: #96b818;
}

.list-group-item.active>.badge,
.nav-pills>li.active>a>.badge {
  color: #96b818;
}

.dropdown-menu {
  padding: 0px;
  top: 40px;
}

.dropdown-menu .arrow {
  position: absolute;
  top: -11px;
  left: 50%;
  display: block;
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
  border-top-width: 0px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  margin-left: -11px;
}

.dropdown-menu .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.dropdown-menu.right .arrow {
  left: auto;
  right: 8%;
}

.dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu ul li {
  padding: 15px 20px;
  display: block;
}

.dropdown-menu.user ul {
  display: block;
}

.dropdown-menu.user ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu.user ul li:first-child {
  border: none;
  background: #ffffff;
}

.dropdown-menu.user ul li:last-child {
  background: #eeeeee;
  text-align: right;
}

.dropdown-menu.user ul li>div {
  display: table-cell;
  line-height: 1;
  vertical-align: top;
}

.dropdown-menu.user ul li>div.data {
  padding-left: 10px;
}

.dropdown-menu.user ul li>div .pictogram {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  font-size: 40px;
  line-height: 1.42857143;
  font-size: 4rem;
  line-height: 0;
}

.dropdown-menu.user ul li span {
  color: #dadada;
}

.pagination .active>span {
  background-color: #96b818;
  border-color: #96b818;
}

.pagination>li>a,
.pagination>li>span {
  color: #96b818;
}

.breadcrumb {
  background: none;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  padding: 30px 0;
}

.uomwidth {
  width: 85px !important;
}

.gray-background {
  background: #eeeeee;
  border-top: 1px solid #eeeeee;
  padding: 0 10px 15px;
  margin-top: 30px;
}

.gray-background .composition {
  font-weight: bold;
  color: #00513c;
  margin: 0;
}

.gray-background.details {
  margin-top: 30px;
  border: none !important;
}

.gray-background.details h2 {
  display: inline-block;
}

.gray-background.navigation {
  border: none !important;
  margin-top: 30px;
  padding-top: 15px !important;
  border-bottom: none !important;
}

.gray-background.navigation .form-group {
  margin: 0;
}

.gray-background.sector {
  margin-top: 30px;
}

.title {
  border-bottom: 1px solid #555555;
}

.product-item .thumbnail {
  border: none;
  box-shadow: none;
  margin: 0 auto;
  max-width: 200px;
  max-height: 200px;
  margin-top: 15px;
}

div.alert {
  margin-top: 20px;
}

div.text-danger {
  background: #fed5d6;
  color: #db050b;
  border-radius: 0;
}

div.text-alert {
  background: #e8f3cf;
  color: #96b818;
  border-radius: 0;
}

li#basket .count {
  position: absolute;
  top: -10px;
  left: 70%;
  background-color: #96b818;
  border-radius: 6px;
  border: 2px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 12px;
  line-height: 1.42857143;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  min-width: 10px;
  padding: 4px 8px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.tables {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.tables thead {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.42857143;
  font-size: 1.4rem;
  color: #777777;
  border-bottom: 1px solid #eeeeee;
}

.tables thead tr td {
  padding: 5px;
}

.tables tbody tr td {
  padding: 10px 5px;
}

.tables tbody tr td .form-control.small {
  width: 50px;
}

.tables tbody tr:nth-child(even) {
  background: #eeeeee;
}

.tables tbody tr.active {
  background: #e8f3cf;
}

.tables tfoot td {
  padding: 5px;
}

.tables tfoot tr.sub td:first-of-type {
  padding-left: 15px;
}

.tables.order tbody tr td {
  padding: 5px 5px;
}

.tables.order tbody tr td:first-child {
  width: 55px;
}

.tables.order tbody tr:nth-child(even) {
  background: #ffffff;
}

.tables.order tbody tr.active {
  background: #86b818;
}

.tables.order tbody tr.free td {
  background: #fbeb91;
}

.tables.order tfoot td.large {
  font-size: 22px;
  line-height: 1.42857143;
  font-size: 2.2rem;
}

.tables.total tr:nth-child(even) {
  background: #ffffff;
}

.tables.total tr td:nth-child(2) {
  text-align: right;
}

.tables.total thead {
  border: none;
}

.tables.total thead:nth-of-type(2) tr {
  border-top: 1px solid #eeeeee;
}

.tables.total tfoot tr {
  background: #eeeeee;
}

.tables.total tfoot tr td {
  color: #96b818;
  font-size: 22px;
  line-height: 1.42857143;
  font-size: 2.2rem;
}

.tables.details td {
  vertical-align: top;
}

.date-group {
  position: relative;
}

.date-group .addon {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
}

#login {
  padding: 60px 0;
}

#navigation {
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}

#search {
  padding: 20px 0;
}

#search .form-control {
  box-shadow: none;
}

#search .form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}

#search .btn {
  padding-bottom: 0px !important;
}

#search .btn-default {
  box-shadow: none;
  background: #ffffff;
  color: #777777;
}

#menu .nav-pills>li+li {
  margin: auto;
}

#menu .nav-pills>li {
  float: none;
}

#main {
  margin-top: 10px;
}

#footer {
  border-top: 1px solid #eeeeee;
  padding: 30px 0 60px;
  margin-top: 120px;
}