﻿.navbar-fixed-top {
  color: #11be53;
  background-color: #fff !important;
  border-color: #fff;
  box-shadow: 0px 5px 3px 0px rgba(156, 156, 156, 0.12);
  border: none;
  top: 0;
  left: 0; }
  .navbar-fixed-top ul > li > a {
    color: #c07623 !important;
    font-weight: 600;
    font-size: 14px; }
  .navbar-fixed-top .header-logo {
    max-height: 36px;
    position: fixed;
    top: 7px;
    left: 15px; }
  .navbar-fixed-top .navbar-toggle {
    background-color: orange !important;
    border: none; }

.navbar-container {
  margin-left: 22vw; }

@media screen and (max-width: 767px) {
  .navbar-container {
    margin-left: 0 !important; } }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: transparent !important; }

#simple-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10000;
  background-color: rgba(31, 31, 31, 0.08); }
  #simple-loader img {
    width: 28px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.cover-img {
  width: 100vw;
  height: calc(100vh - 300px);
  object-fit: cover;
  object-position: top;
  /*	filter: blur(2px);
	-webkit-filter: blur(2px);*/ }

h1.home {
  line-height: 46px;
  position: absolute;
  top: 36vh;
  left: 12vw;
  font-weight: 600;
  text-shadow: 1px 2px 3px #666;
  font-size: 30px;
  color: white; }

.home-squares {
  width: 100%;
  background-color: orange;
  height: 250px; }
  .home-squares .single-square {
    float: left;
    width: 25%;
    height: 100%;
    cursor: pointer; }
    .home-squares .single-square .sq-ico {
      margin-left: calc(50% - 25px);
      margin-top: 60px;
      margin-bottom: 20px;
      width: 50px;
      color: white;
      filter: brightness(0) invert(1); }
    .home-squares .single-square label {
      display: block;
      text-align: center;
      font-size: 19px;
      color: white;
      font-weight: 500; }
  .home-squares .sq1 {
    background-color: #ff7412; }
  .home-squares .sq2 {
    background-color: #ff842c; }
  .home-squares .sq3 {
    background-color: #ff8f3f; }
  .home-squares .sq4 {
    background-color: #ffa05b; }

@media screen and (max-width: 767px) {
  .home-squares .single-square {
    float: left;
    width: 50%;
    height: 100%; } }

body, .body-content {
  overflow-x: hidden !important; }

.page-cover {
  width: 100%;
  height: 135px;
  background: #ff600b;
  background: linear-gradient(90deg, #ff600b 0%, #ffa11d 100%);
  color: white; }
  .page-cover h1 {
    margin-top: 28px;
    font-size: 21pt;
    font-weight: 700; }
  .page-cover h2 {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 300; }

.search-input, .filter-input {
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 5px 0px;
  margin-top: 10px;
  position: relative;
  padding-bottom: 0px; }
  .search-input label, .filter-input label {
    line-height: 16px;
    color: orange;
    font-weight: 500; }
  .search-input input, .search-input select, .filter-input input, .filter-input select {
    max-width: 100%;
    width: 99%;
    padding: 5px;
    border: solid 1px #e4e4e4;
    border-radius: 15px;
    background-color: #fff;
    height: 46px;
    padding-left: 30px; }
  .search-input input.half-control, .search-input select.half-control, .filter-input input.half-control, .filter-input select.half-control {
    width: 49% !important;
    float: left;
    margin-right: 1%; }
  .search-input button, .filter-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    font-size: large;
    border: 0;
    color: orange;
    padding: 0 8px 0 10px;
    position: absolute;
    bottom: 1px;
    right: 9px;
    height: 40px; }

.product-single, .invoice-single {
  min-height: 84px;
  background-color: white;
  margin: 10px 0px;
  border-radius: 10px;
  padding: 10px;
  position: relative; }
  .product-single .product-ico, .product-single .invoice-ico, .invoice-single .product-ico, .invoice-single .invoice-ico {
    position: absolute;
    top: 1;
    left: 1;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid orange;
    display: inline-block; }
    .product-single .product-ico img, .product-single .invoice-ico img, .invoice-single .product-ico img, .invoice-single .invoice-ico img {
      width: 40px;
      height: 40px;
      margin-left: 12px;
      margin-top: 12px; }
  .product-single .product-data, .product-single .invoice-data, .invoice-single .product-data, .invoice-single .invoice-data {
    margin-left: 89px;
    display: inline-block;
    height: 100%;
    top: 0; }
    .product-single .product-data label, .product-single .invoice-data label, .invoice-single .product-data label, .invoice-single .invoice-data label {
      display: block;
      line-height: 19px; }
    .product-single .product-data .pd-price, .product-single .invoice-data .pd-price, .invoice-single .product-data .pd-price, .invoice-single .invoice-data .pd-price {
      font-weight: 500; }
    .product-single .product-data .pd-ean, .product-single .invoice-data .pd-ean, .invoice-single .product-data .pd-ean, .invoice-single .invoice-data .pd-ean {
      font-weight: 500;
      color: orange; }
    .product-single .product-data .pd-items, .product-single .invoice-data .pd-items, .invoice-single .product-data .pd-items, .invoice-single .invoice-data .pd-items {
      font-weight: 500;
      font-style: italic; }
  .product-single .product-data, .invoice-single .product-data {
    max-width: 54%;
    word-break: break-word; }
  .product-single .list-btns button, .invoice-single .list-btns button {
    position: absolute;
    border: none;
    background-color: transparent;
    width: 49px;
    height: 64px;
    font-size: 12px; }
    .product-single .list-btns button.b1, .invoice-single .list-btns button.b1 {
      top: -5px;
      right: 8px; }
    .product-single .list-btns button.b2, .invoice-single .list-btns button.b2 {
      bottom: -5px;
      right: 8px; }
    .product-single .list-btns button i, .invoice-single .list-btns button i {
      border: 1px solid orange;
      color: orange;
      border-radius: 50%;
      padding: 6px; }

.add-new-btn {
  padding: 5px;
  border: none;
  color: orange;
  float: right; }

.new-item-section, .invoice-table-section, .overview-section {
  width: 100%;
  padding: 20px;
  margin: 20px 0px;
  background-color: white;
  box-shadow: 5px 5px 3px 0px #b1b1b1;
  min-height: 10px; }
  .new-item-section h3, .invoice-table-section h3, .overview-section h3 {
    margin-bottom: 30px; }

.invoice-table-section {
  display: none; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  z-index: 1000 !important; }

.form-group label {
  font-weight: 500;
  margin-bottom: 2px;
  color: #1a1a1a; }

.invoice-table button {
  border: none !important;
  color: orange;
  background-color: transparent !important; }
  .invoice-table button i, .invoice-table button img {
    pointer-events: none; }

.invoice-table th {
  border: none !important; }

.invoice-single {
  cursor: pointer; }
  .invoice-single * {
    pointer-events: none; }

.overview-total {
  display: inline-block;
  padding: 12px 26px;
  background-color: #45d158;
  color: white;
  font-size: 19px;
  margin-top: 5px; }

.overview-revoke {
  display: inline-block;
  padding: 12px 26px;
  font-size: 19px;
  color: white;
  margin-top: 5px;
  background: #ff8443;
  cursor: pointer; }
  .overview-revoke * {
    pointer-events: none; }

@media screen and (max-width: 767px) {
  .overview-total {
    width: 100%; }
  .overview-revoke {
    width: 100%; } }

.buyer-info {
  margin-bottom: 40px;
  overflow: hidden; }

.tax-cbs {
  border: 1px solid #ccc;
  padding: 10px 50px 10px 10px;
  margin-bottom: 26px;
  display: inline-block;
  width: 100%;
  max-width: 700px; }
  .tax-cbs label {
    display: block;
    font-weight: 400;
    margin-bottom: 16px; }

.login-window {
  width: 400px;
  max-width: 90vw;
  height: 400px;
  background-color: white;
  position: fixed;
  top: 20vh;
  left: 50vw;
  padding: 14px;
  transform: translateX(-50%);
  box-shadow: 5px 5px 3px 0px #b1b1b1; }
  .login-window .form-group {
    margin: 13px 15px; }
  .login-window .submit-row {
    margin: 13px;
    margin-top: 28px; }
    .login-window .submit-row .btn-success {
      width: 100%; }

.favicon-login {
  margin-left: 50%;
  transform: translateX(-50%); }

.navbar-inverse .navbar-nav > .open > a {
  background-color: transparent !important;
  outline: none !important; }

.navbar-inverse * {
  outline: none !important;
  border: none !important;
  color: #c07623; }

.share-brn {
  margin: 10px 0px; }

.vpfr-availability {
  text-align: right;
  padding: 8px 20px;
  background-color: rgba(52, 52, 52, 0.34);
  position: absolute;
  width: 100%;
  margin-top: -35px;
  color: white; }

.report-predefined-filters {
  margin-top: 20px; }
  .report-predefined-filters button {
    border: none;
    height: 45px;
    background: #FFFFFF;
    background: -moz-linear-gradient(left, #FFFFFF 0%, #F8F8F8 100%);
    background: -webkit-linear-gradient(left, #FFFFFF 0%, #F8F8F8 100%);
    background: linear-gradient(to right, #FFFFFF 0%, #F8F8F8 100%);
    border-radius: 15px;
    width: 48%;
    margin-right: 1%;
    font-weight: 500; }

.report-table {
  padding-bottom: 5px;
  position: relative; }
  .report-table h3 {
    font-size: 18px; }
  .report-table .report-export {
    position: absolute;
    right: 5px;
    top: 5px;
    color: green; }
  .report-table table {
    width: 100%;
    background-color: white;
    box-shadow: 5px 5px 3px 0px #b1b1b1; }
    .report-table table thead tr {
      border-bottom: 1px solid #ccc; }
    .report-table table td, .report-table table th {
      padding: 10px; }
