@charset "UTF-8";
/** Bootstrap variable overrides */
/** Navbar **/
/** Submit-Button **/
/* @import 'bootstrap/bootstrap'; */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, #front section figure img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 24px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 19px; }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 13px; }

p {
  margin: 0 0 10.5px; }

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 22.5px; } }

small,
.small {
  font-size: 86%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 21px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 680px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: "Liberation Mono", Consolas, Menlo, monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, #severe-notice p, footer .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, #severe-notice p:before, footer .wrapper:before, .container:after, #severe-notice p:after, footer .wrapper:after {
    content: " ";
    display: table; }
  .container:after, #severe-notice p:after, footer .wrapper:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, #severe-notice p, footer .wrapper {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, #severe-notice p, footer .wrapper {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, #severe-notice p, footer .wrapper {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, #invoice-totals-per-tax-group, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, #invoice-sums, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, #invoice-totals-per-tax-group, .col-xs-6, .col-xs-7, #invoice-sums, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5, #invoice-totals-per-tax-group {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7, #invoice-sums {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5, #front section.right article {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7, #front section.right figure {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4, #front section.right article {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8, #front section.right figure {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table, table#recent-journal-positions, table#rksv-registers, table#latest_completed_invoice, table#customers, table#articles, table.delivers, table.closings, table.striped_table, table.normal_table, table#invoice-archive, table#delivery_note_archive, #statistics-form #statistics-totals-per-tax-group table, table.edit-invoice-line-items,
table.edit-invoice-line-items-new, table#users-list, #invoice-totals-per-tax-group table, #features, table.list-inventories, table#batch_receipts, #kassa_pay_transaction_detail_table, body#purchased_articles #purchased_articles_table, .mergeport_orders_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px; }
  .table > thead > tr > th, table#recent-journal-positions > thead > tr > th, table#rksv-registers > thead > tr > th, table#latest_completed_invoice > thead > tr > th, table#customers > thead > tr > th, table#articles > thead > tr > th, table.delivers > thead > tr > th, table.closings > thead > tr > th, table.striped_table > thead > tr > th, table.normal_table > thead > tr > th, table#invoice-archive > thead > tr > th, table#delivery_note_archive > thead > tr > th, #statistics-form #statistics-totals-per-tax-group table > thead > tr > th, table.edit-invoice-line-items > thead > tr > th, table.edit-invoice-line-items-new > thead > tr > th, table#users-list > thead > tr > th, #invoice-totals-per-tax-group table > thead > tr > th, #features > thead > tr > th, table.list-inventories > thead > tr > th, table#batch_receipts > thead > tr > th, #kassa_pay_transaction_detail_table > thead > tr > th, body#purchased_articles #purchased_articles_table > thead > tr > th, .mergeport_orders_table > thead > tr > th,
  .table > thead > tr > td,
  table#recent-journal-positions > thead > tr > td,
  table#rksv-registers > thead > tr > td,
  table#latest_completed_invoice > thead > tr > td,
  table#customers > thead > tr > td,
  table#articles > thead > tr > td,
  table.delivers > thead > tr > td,
  table.closings > thead > tr > td,
  table.striped_table > thead > tr > td,
  table.normal_table > thead > tr > td,
  table#invoice-archive > thead > tr > td,
  table#delivery_note_archive > thead > tr > td,
  #statistics-form #statistics-totals-per-tax-group table > thead > tr > td,
  table.edit-invoice-line-items > thead > tr > td,
  table.edit-invoice-line-items-new > thead > tr > td,
  table#users-list > thead > tr > td,
  #invoice-totals-per-tax-group table > thead > tr > td,
  #features > thead > tr > td,
  table.list-inventories > thead > tr > td,
  table#batch_receipts > thead > tr > td,
  #kassa_pay_transaction_detail_table > thead > tr > td,
  body#purchased_articles #purchased_articles_table > thead > tr > td,
  .mergeport_orders_table > thead > tr > td,
  .table > tbody > tr > th,
  table#recent-journal-positions > tbody > tr > th,
  table#rksv-registers > tbody > tr > th,
  table#latest_completed_invoice > tbody > tr > th,
  table#customers > tbody > tr > th,
  table#articles > tbody > tr > th,
  table.delivers > tbody > tr > th,
  table.closings > tbody > tr > th,
  table.striped_table > tbody > tr > th,
  table.normal_table > tbody > tr > th,
  table#invoice-archive > tbody > tr > th,
  table#delivery_note_archive > tbody > tr > th,
  #statistics-form #statistics-totals-per-tax-group table > tbody > tr > th,
  table.edit-invoice-line-items > tbody > tr > th,
  table.edit-invoice-line-items-new > tbody > tr > th,
  table#users-list > tbody > tr > th,
  #invoice-totals-per-tax-group table > tbody > tr > th,
  #features > tbody > tr > th,
  table.list-inventories > tbody > tr > th,
  table#batch_receipts > tbody > tr > th,
  #kassa_pay_transaction_detail_table > tbody > tr > th,
  body#purchased_articles #purchased_articles_table > tbody > tr > th,
  .mergeport_orders_table > tbody > tr > th,
  .table > tbody > tr > td,
  table#recent-journal-positions > tbody > tr > td,
  table#rksv-registers > tbody > tr > td,
  table#latest_completed_invoice > tbody > tr > td,
  table#customers > tbody > tr > td,
  table#articles > tbody > tr > td,
  table.delivers > tbody > tr > td,
  table.closings > tbody > tr > td,
  table.striped_table > tbody > tr > td,
  table.normal_table > tbody > tr > td,
  table#invoice-archive > tbody > tr > td,
  table#delivery_note_archive > tbody > tr > td,
  #statistics-form #statistics-totals-per-tax-group table > tbody > tr > td,
  table.edit-invoice-line-items > tbody > tr > td,
  table.edit-invoice-line-items-new > tbody > tr > td,
  table#users-list > tbody > tr > td,
  #invoice-totals-per-tax-group table > tbody > tr > td,
  #features > tbody > tr > td,
  table.list-inventories > tbody > tr > td,
  table#batch_receipts > tbody > tr > td,
  #kassa_pay_transaction_detail_table > tbody > tr > td,
  body#purchased_articles #purchased_articles_table > tbody > tr > td,
  .mergeport_orders_table > tbody > tr > td,
  .table > tfoot > tr > th,
  table#recent-journal-positions > tfoot > tr > th,
  table#rksv-registers > tfoot > tr > th,
  table#latest_completed_invoice > tfoot > tr > th,
  table#customers > tfoot > tr > th,
  table#articles > tfoot > tr > th,
  table.delivers > tfoot > tr > th,
  table.closings > tfoot > tr > th,
  table.striped_table > tfoot > tr > th,
  table.normal_table > tfoot > tr > th,
  table#invoice-archive > tfoot > tr > th,
  table#delivery_note_archive > tfoot > tr > th,
  #statistics-form #statistics-totals-per-tax-group table > tfoot > tr > th,
  table.edit-invoice-line-items > tfoot > tr > th,
  table.edit-invoice-line-items-new > tfoot > tr > th,
  table#users-list > tfoot > tr > th,
  #invoice-totals-per-tax-group table > tfoot > tr > th,
  #features > tfoot > tr > th,
  table.list-inventories > tfoot > tr > th,
  table#batch_receipts > tfoot > tr > th,
  #kassa_pay_transaction_detail_table > tfoot > tr > th,
  body#purchased_articles #purchased_articles_table > tfoot > tr > th,
  .mergeport_orders_table > tfoot > tr > th,
  .table > tfoot > tr > td,
  table#recent-journal-positions > tfoot > tr > td,
  table#rksv-registers > tfoot > tr > td,
  table#latest_completed_invoice > tfoot > tr > td,
  table#customers > tfoot > tr > td,
  table#articles > tfoot > tr > td,
  table.delivers > tfoot > tr > td,
  table.closings > tfoot > tr > td,
  table.striped_table > tfoot > tr > td,
  table.normal_table > tfoot > tr > td,
  table#invoice-archive > tfoot > tr > td,
  table#delivery_note_archive > tfoot > tr > td,
  #statistics-form #statistics-totals-per-tax-group table > tfoot > tr > td,
  table.edit-invoice-line-items > tfoot > tr > td,
  table.edit-invoice-line-items-new > tfoot > tr > td,
  table#users-list > tfoot > tr > td,
  #invoice-totals-per-tax-group table > tfoot > tr > td,
  #features > tfoot > tr > td,
  table.list-inventories > tfoot > tr > td,
  table#batch_receipts > tfoot > tr > td,
  #kassa_pay_transaction_detail_table > tfoot > tr > td,
  body#purchased_articles #purchased_articles_table > tfoot > tr > td,
  .mergeport_orders_table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th, table#recent-journal-positions > thead > tr > th, table#rksv-registers > thead > tr > th, table#latest_completed_invoice > thead > tr > th, table#customers > thead > tr > th, table#articles > thead > tr > th, table.delivers > thead > tr > th, table.closings > thead > tr > th, table.striped_table > thead > tr > th, table.normal_table > thead > tr > th, table#invoice-archive > thead > tr > th, table#delivery_note_archive > thead > tr > th, #statistics-form #statistics-totals-per-tax-group table > thead > tr > th, table.edit-invoice-line-items > thead > tr > th, table.edit-invoice-line-items-new > thead > tr > th, table#users-list > thead > tr > th, #invoice-totals-per-tax-group table > thead > tr > th, #features > thead > tr > th, table.list-inventories > thead > tr > th, table#batch_receipts > thead > tr > th, #kassa_pay_transaction_detail_table > thead > tr > th, body#purchased_articles #purchased_articles_table > thead > tr > th, .mergeport_orders_table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, table#recent-journal-positions > caption + thead > tr:first-child > th, table#rksv-registers > caption + thead > tr:first-child > th, table#latest_completed_invoice > caption + thead > tr:first-child > th, table#customers > caption + thead > tr:first-child > th, table#articles > caption + thead > tr:first-child > th, table.delivers > caption + thead > tr:first-child > th, table.closings > caption + thead > tr:first-child > th, table.striped_table > caption + thead > tr:first-child > th, table.normal_table > caption + thead > tr:first-child > th, table#invoice-archive > caption + thead > tr:first-child > th, table#delivery_note_archive > caption + thead > tr:first-child > th, #statistics-form #statistics-totals-per-tax-group table > caption + thead > tr:first-child > th, table.edit-invoice-line-items > caption + thead > tr:first-child > th, table.edit-invoice-line-items-new > caption + thead > tr:first-child > th, table#users-list > caption + thead > tr:first-child > th, #invoice-totals-per-tax-group table > caption + thead > tr:first-child > th, #features > caption + thead > tr:first-child > th, table.list-inventories > caption + thead > tr:first-child > th, table#batch_receipts > caption + thead > tr:first-child > th, #kassa_pay_transaction_detail_table > caption + thead > tr:first-child > th, body#purchased_articles #purchased_articles_table > caption + thead > tr:first-child > th, .mergeport_orders_table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  table#recent-journal-positions > caption + thead > tr:first-child > td,
  table#rksv-registers > caption + thead > tr:first-child > td,
  table#latest_completed_invoice > caption + thead > tr:first-child > td,
  table#customers > caption + thead > tr:first-child > td,
  table#articles > caption + thead > tr:first-child > td,
  table.delivers > caption + thead > tr:first-child > td,
  table.closings > caption + thead > tr:first-child > td,
  table.striped_table > caption + thead > tr:first-child > td,
  table.normal_table > caption + thead > tr:first-child > td,
  table#invoice-archive > caption + thead > tr:first-child > td,
  table#delivery_note_archive > caption + thead > tr:first-child > td,
  #statistics-form #statistics-totals-per-tax-group table > caption + thead > tr:first-child > td,
  table.edit-invoice-line-items > caption + thead > tr:first-child > td,
  table.edit-invoice-line-items-new > caption + thead > tr:first-child > td,
  table#users-list > caption + thead > tr:first-child > td,
  #invoice-totals-per-tax-group table > caption + thead > tr:first-child > td,
  #features > caption + thead > tr:first-child > td,
  table.list-inventories > caption + thead > tr:first-child > td,
  table#batch_receipts > caption + thead > tr:first-child > td,
  #kassa_pay_transaction_detail_table > caption + thead > tr:first-child > td,
  body#purchased_articles #purchased_articles_table > caption + thead > tr:first-child > td,
  .mergeport_orders_table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  table#recent-journal-positions > colgroup + thead > tr:first-child > th,
  table#rksv-registers > colgroup + thead > tr:first-child > th,
  table#latest_completed_invoice > colgroup + thead > tr:first-child > th,
  table#customers > colgroup + thead > tr:first-child > th,
  table#articles > colgroup + thead > tr:first-child > th,
  table.delivers > colgroup + thead > tr:first-child > th,
  table.closings > colgroup + thead > tr:first-child > th,
  table.striped_table > colgroup + thead > tr:first-child > th,
  table.normal_table > colgroup + thead > tr:first-child > th,
  table#invoice-archive > colgroup + thead > tr:first-child > th,
  table#delivery_note_archive > colgroup + thead > tr:first-child > th,
  #statistics-form #statistics-totals-per-tax-group table > colgroup + thead > tr:first-child > th,
  table.edit-invoice-line-items > colgroup + thead > tr:first-child > th,
  table.edit-invoice-line-items-new > colgroup + thead > tr:first-child > th,
  table#users-list > colgroup + thead > tr:first-child > th,
  #invoice-totals-per-tax-group table > colgroup + thead > tr:first-child > th,
  #features > colgroup + thead > tr:first-child > th,
  table.list-inventories > colgroup + thead > tr:first-child > th,
  table#batch_receipts > colgroup + thead > tr:first-child > th,
  #kassa_pay_transaction_detail_table > colgroup + thead > tr:first-child > th,
  body#purchased_articles #purchased_articles_table > colgroup + thead > tr:first-child > th,
  .mergeport_orders_table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  table#recent-journal-positions > colgroup + thead > tr:first-child > td,
  table#rksv-registers > colgroup + thead > tr:first-child > td,
  table#latest_completed_invoice > colgroup + thead > tr:first-child > td,
  table#customers > colgroup + thead > tr:first-child > td,
  table#articles > colgroup + thead > tr:first-child > td,
  table.delivers > colgroup + thead > tr:first-child > td,
  table.closings > colgroup + thead > tr:first-child > td,
  table.striped_table > colgroup + thead > tr:first-child > td,
  table.normal_table > colgroup + thead > tr:first-child > td,
  table#invoice-archive > colgroup + thead > tr:first-child > td,
  table#delivery_note_archive > colgroup + thead > tr:first-child > td,
  #statistics-form #statistics-totals-per-tax-group table > colgroup + thead > tr:first-child > td,
  table.edit-invoice-line-items > colgroup + thead > tr:first-child > td,
  table.edit-invoice-line-items-new > colgroup + thead > tr:first-child > td,
  table#users-list > colgroup + thead > tr:first-child > td,
  #invoice-totals-per-tax-group table > colgroup + thead > tr:first-child > td,
  #features > colgroup + thead > tr:first-child > td,
  table.list-inventories > colgroup + thead > tr:first-child > td,
  table#batch_receipts > colgroup + thead > tr:first-child > td,
  #kassa_pay_transaction_detail_table > colgroup + thead > tr:first-child > td,
  body#purchased_articles #purchased_articles_table > colgroup + thead > tr:first-child > td,
  .mergeport_orders_table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  table#recent-journal-positions > thead:first-child > tr:first-child > th,
  table#rksv-registers > thead:first-child > tr:first-child > th,
  table#latest_completed_invoice > thead:first-child > tr:first-child > th,
  table#customers > thead:first-child > tr:first-child > th,
  table#articles > thead:first-child > tr:first-child > th,
  table.delivers > thead:first-child > tr:first-child > th,
  table.closings > thead:first-child > tr:first-child > th,
  table.striped_table > thead:first-child > tr:first-child > th,
  table.normal_table > thead:first-child > tr:first-child > th,
  table#invoice-archive > thead:first-child > tr:first-child > th,
  table#delivery_note_archive > thead:first-child > tr:first-child > th,
  #statistics-form #statistics-totals-per-tax-group table > thead:first-child > tr:first-child > th,
  table.edit-invoice-line-items > thead:first-child > tr:first-child > th,
  table.edit-invoice-line-items-new > thead:first-child > tr:first-child > th,
  table#users-list > thead:first-child > tr:first-child > th,
  #invoice-totals-per-tax-group table > thead:first-child > tr:first-child > th,
  #features > thead:first-child > tr:first-child > th,
  table.list-inventories > thead:first-child > tr:first-child > th,
  table#batch_receipts > thead:first-child > tr:first-child > th,
  #kassa_pay_transaction_detail_table > thead:first-child > tr:first-child > th,
  body#purchased_articles #purchased_articles_table > thead:first-child > tr:first-child > th,
  .mergeport_orders_table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  table#recent-journal-positions > thead:first-child > tr:first-child > td,
  table#rksv-registers > thead:first-child > tr:first-child > td,
  table#latest_completed_invoice > thead:first-child > tr:first-child > td,
  table#customers > thead:first-child > tr:first-child > td,
  table#articles > thead:first-child > tr:first-child > td,
  table.delivers > thead:first-child > tr:first-child > td,
  table.closings > thead:first-child > tr:first-child > td,
  table.striped_table > thead:first-child > tr:first-child > td,
  table.normal_table > thead:first-child > tr:first-child > td,
  table#invoice-archive > thead:first-child > tr:first-child > td,
  table#delivery_note_archive > thead:first-child > tr:first-child > td,
  #statistics-form #statistics-totals-per-tax-group table > thead:first-child > tr:first-child > td,
  table.edit-invoice-line-items > thead:first-child > tr:first-child > td,
  table.edit-invoice-line-items-new > thead:first-child > tr:first-child > td,
  table#users-list > thead:first-child > tr:first-child > td,
  #invoice-totals-per-tax-group table > thead:first-child > tr:first-child > td,
  #features > thead:first-child > tr:first-child > td,
  table.list-inventories > thead:first-child > tr:first-child > td,
  table#batch_receipts > thead:first-child > tr:first-child > td,
  #kassa_pay_transaction_detail_table > thead:first-child > tr:first-child > td,
  body#purchased_articles #purchased_articles_table > thead:first-child > tr:first-child > td,
  .mergeport_orders_table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody, table#recent-journal-positions > tbody + tbody, table#rksv-registers > tbody + tbody, table#latest_completed_invoice > tbody + tbody, table#customers > tbody + tbody, table#articles > tbody + tbody, table.delivers > tbody + tbody, table.closings > tbody + tbody, table.striped_table > tbody + tbody, table.normal_table > tbody + tbody, table#invoice-archive > tbody + tbody, table#delivery_note_archive > tbody + tbody, #statistics-form #statistics-totals-per-tax-group table > tbody + tbody, table.edit-invoice-line-items > tbody + tbody, table.edit-invoice-line-items-new > tbody + tbody, table#users-list > tbody + tbody, #invoice-totals-per-tax-group table > tbody + tbody, #features > tbody + tbody, table.list-inventories > tbody + tbody, table#batch_receipts > tbody + tbody, #kassa_pay_transaction_detail_table > tbody + tbody, body#purchased_articles #purchased_articles_table > tbody + tbody, .mergeport_orders_table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table, table#recent-journal-positions .table, table#rksv-registers .table, table#latest_completed_invoice .table, table#customers .table, table#articles .table, table.delivers .table, table.closings .table, table.striped_table .table, table.normal_table .table, table#invoice-archive .table, table#delivery_note_archive .table, #statistics-form #statistics-totals-per-tax-group table .table, table.edit-invoice-line-items .table, table.edit-invoice-line-items-new .table, table#users-list .table, #invoice-totals-per-tax-group table .table, #features .table, table.list-inventories .table, table#batch_receipts .table, #kassa_pay_transaction_detail_table .table, body#purchased_articles #purchased_articles_table .table, .mergeport_orders_table .table, .table table#recent-journal-positions, table#recent-journal-positions table#recent-journal-positions, table#rksv-registers table#recent-journal-positions, table#latest_completed_invoice table#recent-journal-positions, table#customers table#recent-journal-positions, table#articles table#recent-journal-positions, table.delivers table#recent-journal-positions, table.closings table#recent-journal-positions, table.striped_table table#recent-journal-positions, table.normal_table table#recent-journal-positions, table#invoice-archive table#recent-journal-positions, table#delivery_note_archive table#recent-journal-positions, #statistics-form #statistics-totals-per-tax-group table table#recent-journal-positions, table.edit-invoice-line-items table#recent-journal-positions, table.edit-invoice-line-items-new table#recent-journal-positions, table#users-list table#recent-journal-positions, #invoice-totals-per-tax-group table table#recent-journal-positions, #features table#recent-journal-positions, table.list-inventories table#recent-journal-positions, table#batch_receipts table#recent-journal-positions, #kassa_pay_transaction_detail_table table#recent-journal-positions, body#purchased_articles #purchased_articles_table table#recent-journal-positions, .mergeport_orders_table table#recent-journal-positions, .table table#rksv-registers, table#recent-journal-positions table#rksv-registers, table#rksv-registers table#rksv-registers, table#latest_completed_invoice table#rksv-registers, table#customers table#rksv-registers, table#articles table#rksv-registers, table.delivers table#rksv-registers, table.closings table#rksv-registers, table.striped_table table#rksv-registers, table.normal_table table#rksv-registers, table#invoice-archive table#rksv-registers, table#delivery_note_archive table#rksv-registers, #statistics-form #statistics-totals-per-tax-group table table#rksv-registers, table.edit-invoice-line-items table#rksv-registers, table.edit-invoice-line-items-new table#rksv-registers, table#users-list table#rksv-registers, #invoice-totals-per-tax-group table table#rksv-registers, #features table#rksv-registers, table.list-inventories table#rksv-registers, table#batch_receipts table#rksv-registers, #kassa_pay_transaction_detail_table table#rksv-registers, body#purchased_articles #purchased_articles_table table#rksv-registers, .mergeport_orders_table table#rksv-registers, .table table#latest_completed_invoice, table#recent-journal-positions table#latest_completed_invoice, table#rksv-registers table#latest_completed_invoice, table#latest_completed_invoice table#latest_completed_invoice, table#customers table#latest_completed_invoice, table#articles table#latest_completed_invoice, table.delivers table#latest_completed_invoice, table.closings table#latest_completed_invoice, table.striped_table table#latest_completed_invoice, table.normal_table table#latest_completed_invoice, table#invoice-archive table#latest_completed_invoice, table#delivery_note_archive table#latest_completed_invoice, #statistics-form #statistics-totals-per-tax-group table table#latest_completed_invoice, table.edit-invoice-line-items table#latest_completed_invoice, table.edit-invoice-line-items-new table#latest_completed_invoice, table#users-list table#latest_completed_invoice, #invoice-totals-per-tax-group table table#latest_completed_invoice, #features table#latest_completed_invoice, table.list-inventories table#latest_completed_invoice, table#batch_receipts table#latest_completed_invoice, #kassa_pay_transaction_detail_table table#latest_completed_invoice, body#purchased_articles #purchased_articles_table table#latest_completed_invoice, .mergeport_orders_table table#latest_completed_invoice, .table table#customers, table#recent-journal-positions table#customers, table#rksv-registers table#customers, table#latest_completed_invoice table#customers, table#customers table#customers, table#articles table#customers, table.delivers table#customers, table.closings table#customers, table.striped_table table#customers, table.normal_table table#customers, table#invoice-archive table#customers, table#delivery_note_archive table#customers, #statistics-form #statistics-totals-per-tax-group table table#customers, table.edit-invoice-line-items table#customers, table.edit-invoice-line-items-new table#customers, table#users-list table#customers, #invoice-totals-per-tax-group table table#customers, #features table#customers, table.list-inventories table#customers, table#batch_receipts table#customers, #kassa_pay_transaction_detail_table table#customers, body#purchased_articles #purchased_articles_table table#customers, .mergeport_orders_table table#customers, .table table#articles, table#recent-journal-positions table#articles, table#rksv-registers table#articles, table#latest_completed_invoice table#articles, table#customers table#articles, table#articles table#articles, table.delivers table#articles, table.closings table#articles, table.striped_table table#articles, table.normal_table table#articles, table#invoice-archive table#articles, table#delivery_note_archive table#articles, #statistics-form #statistics-totals-per-tax-group table table#articles, table.edit-invoice-line-items table#articles, table.edit-invoice-line-items-new table#articles, table#users-list table#articles, #invoice-totals-per-tax-group table table#articles, #features table#articles, table.list-inventories table#articles, table#batch_receipts table#articles, #kassa_pay_transaction_detail_table table#articles, body#purchased_articles #purchased_articles_table table#articles, .mergeport_orders_table table#articles, .table table.delivers, table#recent-journal-positions table.delivers, table#rksv-registers table.delivers, table#latest_completed_invoice table.delivers, table#customers table.delivers, table#articles table.delivers, table.delivers table.delivers, table.closings table.delivers, table.striped_table table.delivers, table.normal_table table.delivers, table#invoice-archive table.delivers, table#delivery_note_archive table.delivers, #statistics-form #statistics-totals-per-tax-group table table.delivers, table.edit-invoice-line-items table.delivers, table.edit-invoice-line-items-new table.delivers, table#users-list table.delivers, #invoice-totals-per-tax-group table table.delivers, #features table.delivers, table.list-inventories table.delivers, table#batch_receipts table.delivers, #kassa_pay_transaction_detail_table table.delivers, body#purchased_articles #purchased_articles_table table.delivers, .mergeport_orders_table table.delivers, .table table.closings, table#recent-journal-positions table.closings, table#rksv-registers table.closings, table#latest_completed_invoice table.closings, table#customers table.closings, table#articles table.closings, table.delivers table.closings, table.closings table.closings, table.striped_table table.closings, table.normal_table table.closings, table#invoice-archive table.closings, table#delivery_note_archive table.closings, #statistics-form #statistics-totals-per-tax-group table table.closings, table.edit-invoice-line-items table.closings, table.edit-invoice-line-items-new table.closings, table#users-list table.closings, #invoice-totals-per-tax-group table table.closings, #features table.closings, table.list-inventories table.closings, table#batch_receipts table.closings, #kassa_pay_transaction_detail_table table.closings, body#purchased_articles #purchased_articles_table table.closings, .mergeport_orders_table table.closings, .table table.striped_table, table#recent-journal-positions table.striped_table, table#rksv-registers table.striped_table, table#latest_completed_invoice table.striped_table, table#customers table.striped_table, table#articles table.striped_table, table.delivers table.striped_table, table.closings table.striped_table, table.striped_table table.striped_table, table.normal_table table.striped_table, table#invoice-archive table.striped_table, table#delivery_note_archive table.striped_table, #statistics-form #statistics-totals-per-tax-group table table.striped_table, table.edit-invoice-line-items table.striped_table, table.edit-invoice-line-items-new table.striped_table, table#users-list table.striped_table, #invoice-totals-per-tax-group table table.striped_table, #features table.striped_table, table.list-inventories table.striped_table, table#batch_receipts table.striped_table, #kassa_pay_transaction_detail_table table.striped_table, body#purchased_articles #purchased_articles_table table.striped_table, .mergeport_orders_table table.striped_table, .table table.normal_table, table#recent-journal-positions table.normal_table, table#rksv-registers table.normal_table, table#latest_completed_invoice table.normal_table, table#customers table.normal_table, table#articles table.normal_table, table.delivers table.normal_table, table.closings table.normal_table, table.striped_table table.normal_table, table.normal_table table.normal_table, table#invoice-archive table.normal_table, table#delivery_note_archive table.normal_table, #statistics-form #statistics-totals-per-tax-group table table.normal_table, table.edit-invoice-line-items table.normal_table, table.edit-invoice-line-items-new table.normal_table, table#users-list table.normal_table, #invoice-totals-per-tax-group table table.normal_table, #features table.normal_table, table.list-inventories table.normal_table, table#batch_receipts table.normal_table, #kassa_pay_transaction_detail_table table.normal_table, body#purchased_articles #purchased_articles_table table.normal_table, .mergeport_orders_table table.normal_table, .table table#invoice-archive, table#recent-journal-positions table#invoice-archive, table#rksv-registers table#invoice-archive, table#latest_completed_invoice table#invoice-archive, table#customers table#invoice-archive, table#articles table#invoice-archive, table.delivers table#invoice-archive, table.closings table#invoice-archive, table.striped_table table#invoice-archive, table.normal_table table#invoice-archive, table#invoice-archive table#invoice-archive, table#delivery_note_archive table#invoice-archive, #statistics-form #statistics-totals-per-tax-group table table#invoice-archive, table.edit-invoice-line-items table#invoice-archive, table.edit-invoice-line-items-new table#invoice-archive, table#users-list table#invoice-archive, #invoice-totals-per-tax-group table table#invoice-archive, #features table#invoice-archive, table.list-inventories table#invoice-archive, table#batch_receipts table#invoice-archive, #kassa_pay_transaction_detail_table table#invoice-archive, body#purchased_articles #purchased_articles_table table#invoice-archive, .mergeport_orders_table table#invoice-archive, .table table#delivery_note_archive, table#recent-journal-positions table#delivery_note_archive, table#rksv-registers table#delivery_note_archive, table#latest_completed_invoice table#delivery_note_archive, table#customers table#delivery_note_archive, table#articles table#delivery_note_archive, table.delivers table#delivery_note_archive, table.closings table#delivery_note_archive, table.striped_table table#delivery_note_archive, table.normal_table table#delivery_note_archive, table#invoice-archive table#delivery_note_archive, table#delivery_note_archive table#delivery_note_archive, #statistics-form #statistics-totals-per-tax-group table table#delivery_note_archive, table.edit-invoice-line-items table#delivery_note_archive, table.edit-invoice-line-items-new table#delivery_note_archive, table#users-list table#delivery_note_archive, #invoice-totals-per-tax-group table table#delivery_note_archive, #features table#delivery_note_archive, table.list-inventories table#delivery_note_archive, table#batch_receipts table#delivery_note_archive, #kassa_pay_transaction_detail_table table#delivery_note_archive, body#purchased_articles #purchased_articles_table table#delivery_note_archive, .mergeport_orders_table table#delivery_note_archive, .table #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group .table table, table#recent-journal-positions #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table#recent-journal-positions table, table#rksv-registers #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table#rksv-registers table, table#latest_completed_invoice #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table#latest_completed_invoice table, table#customers #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table#customers table, table#articles #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table#articles table, table.delivers #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table.delivers table, table.closings #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table.closings table, table.striped_table #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table.striped_table table, table.normal_table #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table.normal_table table, table#invoice-archive #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table#invoice-archive table, table#delivery_note_archive #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table#delivery_note_archive table, #statistics-form #statistics-totals-per-tax-group table table, table.edit-invoice-line-items #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table.edit-invoice-line-items table, table.edit-invoice-line-items-new #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table.edit-invoice-line-items-new table, table#users-list #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table#users-list table, #invoice-totals-per-tax-group table #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group #invoice-totals-per-tax-group table table, #features #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group #features table, table.list-inventories #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table.list-inventories table, table#batch_receipts #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group table#batch_receipts table, #kassa_pay_transaction_detail_table #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group #kassa_pay_transaction_detail_table table, body#purchased_articles #purchased_articles_table #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group body#purchased_articles #purchased_articles_table table, .mergeport_orders_table #statistics-form #statistics-totals-per-tax-group table, #statistics-form #statistics-totals-per-tax-group .mergeport_orders_table table, .table table.edit-invoice-line-items, table#recent-journal-positions table.edit-invoice-line-items, table#rksv-registers table.edit-invoice-line-items, table#latest_completed_invoice table.edit-invoice-line-items, table#customers table.edit-invoice-line-items, table#articles table.edit-invoice-line-items, table.delivers table.edit-invoice-line-items, table.closings table.edit-invoice-line-items, table.striped_table table.edit-invoice-line-items, table.normal_table table.edit-invoice-line-items, table#invoice-archive table.edit-invoice-line-items, table#delivery_note_archive table.edit-invoice-line-items, #statistics-form #statistics-totals-per-tax-group table table.edit-invoice-line-items, table.edit-invoice-line-items table.edit-invoice-line-items, table.edit-invoice-line-items-new table.edit-invoice-line-items, table#users-list table.edit-invoice-line-items, #invoice-totals-per-tax-group table table.edit-invoice-line-items, #features table.edit-invoice-line-items, table.list-inventories table.edit-invoice-line-items, table#batch_receipts table.edit-invoice-line-items, #kassa_pay_transaction_detail_table table.edit-invoice-line-items, body#purchased_articles #purchased_articles_table table.edit-invoice-line-items, .mergeport_orders_table table.edit-invoice-line-items,
  .table table.edit-invoice-line-items-new,
  table#recent-journal-positions table.edit-invoice-line-items-new,
  table#rksv-registers table.edit-invoice-line-items-new,
  table#latest_completed_invoice table.edit-invoice-line-items-new,
  table#customers table.edit-invoice-line-items-new,
  table#articles table.edit-invoice-line-items-new,
  table.delivers table.edit-invoice-line-items-new,
  table.closings table.edit-invoice-line-items-new,
  table.striped_table table.edit-invoice-line-items-new,
  table.normal_table table.edit-invoice-line-items-new,
  table#invoice-archive table.edit-invoice-line-items-new,
  table#delivery_note_archive table.edit-invoice-line-items-new,
  #statistics-form #statistics-totals-per-tax-group table table.edit-invoice-line-items-new,
  table.edit-invoice-line-items table.edit-invoice-line-items-new,
  table.edit-invoice-line-items-new table.edit-invoice-line-items-new,
  table#users-list table.edit-invoice-line-items-new,
  #invoice-totals-per-tax-group table table.edit-invoice-line-items-new,
  #features table.edit-invoice-line-items-new,
  table.list-inventories table.edit-invoice-line-items-new,
  table#batch_receipts table.edit-invoice-line-items-new,
  #kassa_pay_transaction_detail_table table.edit-invoice-line-items-new,
  body#purchased_articles #purchased_articles_table table.edit-invoice-line-items-new,
  .mergeport_orders_table table.edit-invoice-line-items-new, .table table#users-list, table#recent-journal-positions table#users-list, table#rksv-registers table#users-list, table#latest_completed_invoice table#users-list, table#customers table#users-list, table#articles table#users-list, table.delivers table#users-list, table.closings table#users-list, table.striped_table table#users-list, table.normal_table table#users-list, table#invoice-archive table#users-list, table#delivery_note_archive table#users-list, #statistics-form #statistics-totals-per-tax-group table table#users-list, table.edit-invoice-line-items table#users-list, table.edit-invoice-line-items-new table#users-list, table#users-list table#users-list, #invoice-totals-per-tax-group table table#users-list, #features table#users-list, table.list-inventories table#users-list, table#batch_receipts table#users-list, #kassa_pay_transaction_detail_table table#users-list, body#purchased_articles #purchased_articles_table table#users-list, .mergeport_orders_table table#users-list, .table #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group .table table, table#recent-journal-positions #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table#recent-journal-positions table, table#rksv-registers #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table#rksv-registers table, table#latest_completed_invoice #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table#latest_completed_invoice table, table#customers #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table#customers table, table#articles #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table#articles table, table.delivers #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table.delivers table, table.closings #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table.closings table, table.striped_table #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table.striped_table table, table.normal_table #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table.normal_table table, table#invoice-archive #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table#invoice-archive table, table#delivery_note_archive #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table#delivery_note_archive table, #statistics-form #statistics-totals-per-tax-group table #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group #statistics-form #statistics-totals-per-tax-group table table, table.edit-invoice-line-items #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table.edit-invoice-line-items table, table.edit-invoice-line-items-new #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table.edit-invoice-line-items-new table, table#users-list #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table#users-list table, #invoice-totals-per-tax-group table table, #features #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group #features table, table.list-inventories #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table.list-inventories table, table#batch_receipts #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group table#batch_receipts table, #kassa_pay_transaction_detail_table #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group #kassa_pay_transaction_detail_table table, body#purchased_articles #purchased_articles_table #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group body#purchased_articles #purchased_articles_table table, .mergeport_orders_table #invoice-totals-per-tax-group table, #invoice-totals-per-tax-group .mergeport_orders_table table, .table #features, table#recent-journal-positions #features, table#rksv-registers #features, table#latest_completed_invoice #features, table#customers #features, table#articles #features, table.delivers #features, table.closings #features, table.striped_table #features, table.normal_table #features, table#invoice-archive #features, table#delivery_note_archive #features, #statistics-form #statistics-totals-per-tax-group table #features, table.edit-invoice-line-items #features, table.edit-invoice-line-items-new #features, table#users-list #features, #invoice-totals-per-tax-group table #features, #features #features, table.list-inventories #features, table#batch_receipts #features, #kassa_pay_transaction_detail_table #features, body#purchased_articles #purchased_articles_table #features, .mergeport_orders_table #features, .table table.list-inventories, table#recent-journal-positions table.list-inventories, table#rksv-registers table.list-inventories, table#latest_completed_invoice table.list-inventories, table#customers table.list-inventories, table#articles table.list-inventories, table.delivers table.list-inventories, table.closings table.list-inventories, table.striped_table table.list-inventories, table.normal_table table.list-inventories, table#invoice-archive table.list-inventories, table#delivery_note_archive table.list-inventories, #statistics-form #statistics-totals-per-tax-group table table.list-inventories, table.edit-invoice-line-items table.list-inventories, table.edit-invoice-line-items-new table.list-inventories, table#users-list table.list-inventories, #invoice-totals-per-tax-group table table.list-inventories, #features table.list-inventories, table.list-inventories table.list-inventories, table#batch_receipts table.list-inventories, #kassa_pay_transaction_detail_table table.list-inventories, body#purchased_articles #purchased_articles_table table.list-inventories, .mergeport_orders_table table.list-inventories, .table table#batch_receipts, table#recent-journal-positions table#batch_receipts, table#rksv-registers table#batch_receipts, table#latest_completed_invoice table#batch_receipts, table#customers table#batch_receipts, table#articles table#batch_receipts, table.delivers table#batch_receipts, table.closings table#batch_receipts, table.striped_table table#batch_receipts, table.normal_table table#batch_receipts, table#invoice-archive table#batch_receipts, table#delivery_note_archive table#batch_receipts, #statistics-form #statistics-totals-per-tax-group table table#batch_receipts, table.edit-invoice-line-items table#batch_receipts, table.edit-invoice-line-items-new table#batch_receipts, table#users-list table#batch_receipts, #invoice-totals-per-tax-group table table#batch_receipts, #features table#batch_receipts, table.list-inventories table#batch_receipts, table#batch_receipts table#batch_receipts, #kassa_pay_transaction_detail_table table#batch_receipts, body#purchased_articles #purchased_articles_table table#batch_receipts, .mergeport_orders_table table#batch_receipts, .table #kassa_pay_transaction_detail_table, table#recent-journal-positions #kassa_pay_transaction_detail_table, table#rksv-registers #kassa_pay_transaction_detail_table, table#latest_completed_invoice #kassa_pay_transaction_detail_table, table#customers #kassa_pay_transaction_detail_table, table#articles #kassa_pay_transaction_detail_table, table.delivers #kassa_pay_transaction_detail_table, table.closings #kassa_pay_transaction_detail_table, table.striped_table #kassa_pay_transaction_detail_table, table.normal_table #kassa_pay_transaction_detail_table, table#invoice-archive #kassa_pay_transaction_detail_table, table#delivery_note_archive #kassa_pay_transaction_detail_table, #statistics-form #statistics-totals-per-tax-group table #kassa_pay_transaction_detail_table, table.edit-invoice-line-items #kassa_pay_transaction_detail_table, table.edit-invoice-line-items-new #kassa_pay_transaction_detail_table, table#users-list #kassa_pay_transaction_detail_table, #invoice-totals-per-tax-group table #kassa_pay_transaction_detail_table, #features #kassa_pay_transaction_detail_table, table.list-inventories #kassa_pay_transaction_detail_table, table#batch_receipts #kassa_pay_transaction_detail_table, #kassa_pay_transaction_detail_table #kassa_pay_transaction_detail_table, body#purchased_articles #purchased_articles_table #kassa_pay_transaction_detail_table, .mergeport_orders_table #kassa_pay_transaction_detail_table, .table body#purchased_articles #purchased_articles_table, body#purchased_articles .table #purchased_articles_table, table#recent-journal-positions body#purchased_articles #purchased_articles_table, body#purchased_articles table#recent-journal-positions #purchased_articles_table, table#rksv-registers body#purchased_articles #purchased_articles_table, body#purchased_articles table#rksv-registers #purchased_articles_table, table#latest_completed_invoice body#purchased_articles #purchased_articles_table, body#purchased_articles table#latest_completed_invoice #purchased_articles_table, table#customers body#purchased_articles #purchased_articles_table, body#purchased_articles table#customers #purchased_articles_table, table#articles body#purchased_articles #purchased_articles_table, body#purchased_articles table#articles #purchased_articles_table, table.delivers body#purchased_articles #purchased_articles_table, body#purchased_articles table.delivers #purchased_articles_table, table.closings body#purchased_articles #purchased_articles_table, body#purchased_articles table.closings #purchased_articles_table, table.striped_table body#purchased_articles #purchased_articles_table, body#purchased_articles table.striped_table #purchased_articles_table, table.normal_table body#purchased_articles #purchased_articles_table, body#purchased_articles table.normal_table #purchased_articles_table, table#invoice-archive body#purchased_articles #purchased_articles_table, body#purchased_articles table#invoice-archive #purchased_articles_table, table#delivery_note_archive body#purchased_articles #purchased_articles_table, body#purchased_articles table#delivery_note_archive #purchased_articles_table, #statistics-form #statistics-totals-per-tax-group table body#purchased_articles #purchased_articles_table, body#purchased_articles #statistics-form #statistics-totals-per-tax-group table #purchased_articles_table, table.edit-invoice-line-items body#purchased_articles #purchased_articles_table, body#purchased_articles table.edit-invoice-line-items #purchased_articles_table, table.edit-invoice-line-items-new body#purchased_articles #purchased_articles_table, body#purchased_articles table.edit-invoice-line-items-new #purchased_articles_table, table#users-list body#purchased_articles #purchased_articles_table, body#purchased_articles table#users-list #purchased_articles_table, #invoice-totals-per-tax-group table body#purchased_articles #purchased_articles_table, body#purchased_articles #invoice-totals-per-tax-group table #purchased_articles_table, #features body#purchased_articles #purchased_articles_table, body#purchased_articles #features #purchased_articles_table, table.list-inventories body#purchased_articles #purchased_articles_table, body#purchased_articles table.list-inventories #purchased_articles_table, table#batch_receipts body#purchased_articles #purchased_articles_table, body#purchased_articles table#batch_receipts #purchased_articles_table, #kassa_pay_transaction_detail_table body#purchased_articles #purchased_articles_table, body#purchased_articles #kassa_pay_transaction_detail_table #purchased_articles_table, body#purchased_articles #purchased_articles_table #purchased_articles_table, .mergeport_orders_table body#purchased_articles #purchased_articles_table, body#purchased_articles .mergeport_orders_table #purchased_articles_table, .table .mergeport_orders_table, table#recent-journal-positions .mergeport_orders_table, table#rksv-registers .mergeport_orders_table, table#latest_completed_invoice .mergeport_orders_table, table#customers .mergeport_orders_table, table#articles .mergeport_orders_table, table.delivers .mergeport_orders_table, table.closings .mergeport_orders_table, table.striped_table .mergeport_orders_table, table.normal_table .mergeport_orders_table, table#invoice-archive .mergeport_orders_table, table#delivery_note_archive .mergeport_orders_table, #statistics-form #statistics-totals-per-tax-group table .mergeport_orders_table, table.edit-invoice-line-items .mergeport_orders_table, table.edit-invoice-line-items-new .mergeport_orders_table, table#users-list .mergeport_orders_table, #invoice-totals-per-tax-group table .mergeport_orders_table, #features .mergeport_orders_table, table.list-inventories .mergeport_orders_table, table#batch_receipts .mergeport_orders_table, #kassa_pay_transaction_detail_table .mergeport_orders_table, body#purchased_articles #purchased_articles_table .mergeport_orders_table, .mergeport_orders_table .mergeport_orders_table {
    background-color: #fff; }

.table-condensed > thead > tr > th, #statistics-form #statistics-totals-per-tax-group table > thead > tr > th, #invoice-totals-per-tax-group table > thead > tr > th,
.table-condensed > thead > tr > td,
#statistics-form #statistics-totals-per-tax-group table > thead > tr > td,
#invoice-totals-per-tax-group table > thead > tr > td,
.table-condensed > tbody > tr > th,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr > th,
#invoice-totals-per-tax-group table > tbody > tr > th,
.table-condensed > tbody > tr > td,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr > td,
#invoice-totals-per-tax-group table > tbody > tr > td,
.table-condensed > tfoot > tr > th,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr > th,
#invoice-totals-per-tax-group table > tfoot > tr > th,
.table-condensed > tfoot > tr > td,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr > td,
#invoice-totals-per-tax-group table > tfoot > tr > td {
  padding: 5px; }

.table-bordered, table#recent-journal-positions, table#rksv-registers, table#latest_completed_invoice, table#customers, table#articles, table.delivers, table.closings, table.striped_table, table.normal_table, table#invoice-archive, table#delivery_note_archive, table.edit-invoice-line-items,
table.edit-invoice-line-items-new, table#users-list, table.list-inventories, table#batch_receipts, #kassa_pay_transaction_detail_table, body#purchased_articles #purchased_articles_table, .mergeport_orders_table {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, table#recent-journal-positions > thead > tr > th, table#rksv-registers > thead > tr > th, table#latest_completed_invoice > thead > tr > th, table#customers > thead > tr > th, table#articles > thead > tr > th, table.delivers > thead > tr > th, table.closings > thead > tr > th, table.striped_table > thead > tr > th, table.normal_table > thead > tr > th, table#invoice-archive > thead > tr > th, table#delivery_note_archive > thead > tr > th, table.edit-invoice-line-items > thead > tr > th, table.edit-invoice-line-items-new > thead > tr > th, table#users-list > thead > tr > th, table.list-inventories > thead > tr > th, table#batch_receipts > thead > tr > th, #kassa_pay_transaction_detail_table > thead > tr > th, body#purchased_articles #purchased_articles_table > thead > tr > th, .mergeport_orders_table > thead > tr > th,
  .table-bordered > thead > tr > td,
  table#recent-journal-positions > thead > tr > td,
  table#rksv-registers > thead > tr > td,
  table#latest_completed_invoice > thead > tr > td,
  table#customers > thead > tr > td,
  table#articles > thead > tr > td,
  table.delivers > thead > tr > td,
  table.closings > thead > tr > td,
  table.striped_table > thead > tr > td,
  table.normal_table > thead > tr > td,
  table#invoice-archive > thead > tr > td,
  table#delivery_note_archive > thead > tr > td,
  table.edit-invoice-line-items > thead > tr > td,
  table.edit-invoice-line-items-new > thead > tr > td,
  table#users-list > thead > tr > td,
  table.list-inventories > thead > tr > td,
  table#batch_receipts > thead > tr > td,
  #kassa_pay_transaction_detail_table > thead > tr > td,
  body#purchased_articles #purchased_articles_table > thead > tr > td,
  .mergeport_orders_table > thead > tr > td,
  .table-bordered > tbody > tr > th,
  table#recent-journal-positions > tbody > tr > th,
  table#rksv-registers > tbody > tr > th,
  table#latest_completed_invoice > tbody > tr > th,
  table#customers > tbody > tr > th,
  table#articles > tbody > tr > th,
  table.delivers > tbody > tr > th,
  table.closings > tbody > tr > th,
  table.striped_table > tbody > tr > th,
  table.normal_table > tbody > tr > th,
  table#invoice-archive > tbody > tr > th,
  table#delivery_note_archive > tbody > tr > th,
  table.edit-invoice-line-items > tbody > tr > th,
  table.edit-invoice-line-items-new > tbody > tr > th,
  table#users-list > tbody > tr > th,
  table.list-inventories > tbody > tr > th,
  table#batch_receipts > tbody > tr > th,
  #kassa_pay_transaction_detail_table > tbody > tr > th,
  body#purchased_articles #purchased_articles_table > tbody > tr > th,
  .mergeport_orders_table > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  table#recent-journal-positions > tbody > tr > td,
  table#rksv-registers > tbody > tr > td,
  table#latest_completed_invoice > tbody > tr > td,
  table#customers > tbody > tr > td,
  table#articles > tbody > tr > td,
  table.delivers > tbody > tr > td,
  table.closings > tbody > tr > td,
  table.striped_table > tbody > tr > td,
  table.normal_table > tbody > tr > td,
  table#invoice-archive > tbody > tr > td,
  table#delivery_note_archive > tbody > tr > td,
  table.edit-invoice-line-items > tbody > tr > td,
  table.edit-invoice-line-items-new > tbody > tr > td,
  table#users-list > tbody > tr > td,
  table.list-inventories > tbody > tr > td,
  table#batch_receipts > tbody > tr > td,
  #kassa_pay_transaction_detail_table > tbody > tr > td,
  body#purchased_articles #purchased_articles_table > tbody > tr > td,
  .mergeport_orders_table > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  table#recent-journal-positions > tfoot > tr > th,
  table#rksv-registers > tfoot > tr > th,
  table#latest_completed_invoice > tfoot > tr > th,
  table#customers > tfoot > tr > th,
  table#articles > tfoot > tr > th,
  table.delivers > tfoot > tr > th,
  table.closings > tfoot > tr > th,
  table.striped_table > tfoot > tr > th,
  table.normal_table > tfoot > tr > th,
  table#invoice-archive > tfoot > tr > th,
  table#delivery_note_archive > tfoot > tr > th,
  table.edit-invoice-line-items > tfoot > tr > th,
  table.edit-invoice-line-items-new > tfoot > tr > th,
  table#users-list > tfoot > tr > th,
  table.list-inventories > tfoot > tr > th,
  table#batch_receipts > tfoot > tr > th,
  #kassa_pay_transaction_detail_table > tfoot > tr > th,
  body#purchased_articles #purchased_articles_table > tfoot > tr > th,
  .mergeport_orders_table > tfoot > tr > th,
  .table-bordered > tfoot > tr > td,
  table#recent-journal-positions > tfoot > tr > td,
  table#rksv-registers > tfoot > tr > td,
  table#latest_completed_invoice > tfoot > tr > td,
  table#customers > tfoot > tr > td,
  table#articles > tfoot > tr > td,
  table.delivers > tfoot > tr > td,
  table.closings > tfoot > tr > td,
  table.striped_table > tfoot > tr > td,
  table.normal_table > tfoot > tr > td,
  table#invoice-archive > tfoot > tr > td,
  table#delivery_note_archive > tfoot > tr > td,
  table.edit-invoice-line-items > tfoot > tr > td,
  table.edit-invoice-line-items-new > tfoot > tr > td,
  table#users-list > tfoot > tr > td,
  table.list-inventories > tfoot > tr > td,
  table#batch_receipts > tfoot > tr > td,
  #kassa_pay_transaction_detail_table > tfoot > tr > td,
  body#purchased_articles #purchased_articles_table > tfoot > tr > td,
  .mergeport_orders_table > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, table#recent-journal-positions > thead > tr > th, table#rksv-registers > thead > tr > th, table#latest_completed_invoice > thead > tr > th, table#customers > thead > tr > th, table#articles > thead > tr > th, table.delivers > thead > tr > th, table.closings > thead > tr > th, table.striped_table > thead > tr > th, table.normal_table > thead > tr > th, table#invoice-archive > thead > tr > th, table#delivery_note_archive > thead > tr > th, table.edit-invoice-line-items > thead > tr > th, table.edit-invoice-line-items-new > thead > tr > th, table#users-list > thead > tr > th, table.list-inventories > thead > tr > th, table#batch_receipts > thead > tr > th, #kassa_pay_transaction_detail_table > thead > tr > th, body#purchased_articles #purchased_articles_table > thead > tr > th, .mergeport_orders_table > thead > tr > th,
  .table-bordered > thead > tr > td,
  table#recent-journal-positions > thead > tr > td,
  table#rksv-registers > thead > tr > td,
  table#latest_completed_invoice > thead > tr > td,
  table#customers > thead > tr > td,
  table#articles > thead > tr > td,
  table.delivers > thead > tr > td,
  table.closings > thead > tr > td,
  table.striped_table > thead > tr > td,
  table.normal_table > thead > tr > td,
  table#invoice-archive > thead > tr > td,
  table#delivery_note_archive > thead > tr > td,
  table.edit-invoice-line-items > thead > tr > td,
  table.edit-invoice-line-items-new > thead > tr > td,
  table#users-list > thead > tr > td,
  table.list-inventories > thead > tr > td,
  table#batch_receipts > thead > tr > td,
  #kassa_pay_transaction_detail_table > thead > tr > td,
  body#purchased_articles #purchased_articles_table > thead > tr > td,
  .mergeport_orders_table > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd), table#recent-journal-positions > tbody > tr:nth-of-type(odd), table#rksv-registers > tbody > tr:nth-of-type(odd), table#latest_completed_invoice > tbody > tr:nth-of-type(odd), table#customers > tbody > tr:nth-of-type(odd), table#articles > tbody > tr:nth-of-type(odd), table.closings > tbody > tr:nth-of-type(odd), table.striped_table > tbody > tr:nth-of-type(odd), table#invoice-archive > tbody > tr:nth-of-type(odd), table#delivery_note_archive > tbody > tr:nth-of-type(odd), table.edit-invoice-line-items > tbody > tr:nth-of-type(odd), table.edit-invoice-line-items-new > tbody > tr:nth-of-type(odd), table#users-list > tbody > tr:nth-of-type(odd), table.list-inventories > tbody > tr:nth-of-type(odd), .import-double:nth-child(even) > tbody > tr:nth-of-type(odd), .import-double:nth-child(odd) > tbody > tr:nth-of-type(odd), #kassa_pay_transaction_detail_table > tbody > tr:nth-of-type(odd), body#purchased_articles #purchased_articles_table > tbody > tr:nth-of-type(odd), .mergeport_orders_table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover, table#customers > tbody > tr:hover, table#articles > tbody > tr:hover, table.delivers > tbody > tr:hover, table.closings > tbody > tr:hover, table.striped_table > tbody > tr:hover, table#invoice-archive > tbody > tr:hover, table#delivery_note_archive > tbody > tr:hover, table.list-inventories > tbody > tr:hover, table#batch_receipts > tbody > tr:hover, .import-double:nth-child(even) > tbody > tr:hover, .import-double:nth-child(odd) > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, table#recent-journal-positions > thead > tr > td.active, table#rksv-registers > thead > tr > td.active, table#latest_completed_invoice > thead > tr > td.active, table#customers > thead > tr > td.active, table#articles > thead > tr > td.active, table.delivers > thead > tr > td.active, table.closings > thead > tr > td.active, table.striped_table > thead > tr > td.active, table.normal_table > thead > tr > td.active, table#invoice-archive > thead > tr > td.active, table#delivery_note_archive > thead > tr > td.active, #statistics-form #statistics-totals-per-tax-group table > thead > tr > td.active, table.edit-invoice-line-items > thead > tr > td.active, table.edit-invoice-line-items-new > thead > tr > td.active, table#users-list > thead > tr > td.active, #invoice-totals-per-tax-group table > thead > tr > td.active, #features > thead > tr > td.active, table.list-inventories > thead > tr > td.active, table#batch_receipts > thead > tr > td.active, #kassa_pay_transaction_detail_table > thead > tr > td.active, body#purchased_articles #purchased_articles_table > thead > tr > td.active, .mergeport_orders_table > thead > tr > td.active,
.table > thead > tr > th.active,
table#recent-journal-positions > thead > tr > th.active,
table#rksv-registers > thead > tr > th.active,
table#latest_completed_invoice > thead > tr > th.active,
table#customers > thead > tr > th.active,
table#articles > thead > tr > th.active,
table.delivers > thead > tr > th.active,
table.closings > thead > tr > th.active,
table.striped_table > thead > tr > th.active,
table.normal_table > thead > tr > th.active,
table#invoice-archive > thead > tr > th.active,
table#delivery_note_archive > thead > tr > th.active,
#statistics-form #statistics-totals-per-tax-group table > thead > tr > th.active,
table.edit-invoice-line-items > thead > tr > th.active,
table.edit-invoice-line-items-new > thead > tr > th.active,
table#users-list > thead > tr > th.active,
#invoice-totals-per-tax-group table > thead > tr > th.active,
#features > thead > tr > th.active,
table.list-inventories > thead > tr > th.active,
table#batch_receipts > thead > tr > th.active,
#kassa_pay_transaction_detail_table > thead > tr > th.active,
body#purchased_articles #purchased_articles_table > thead > tr > th.active,
.mergeport_orders_table > thead > tr > th.active,
.table > thead > tr.active > td,
table#recent-journal-positions > thead > tr.active > td,
table#rksv-registers > thead > tr.active > td,
table#latest_completed_invoice > thead > tr.active > td,
table#customers > thead > tr.active > td,
table#articles > thead > tr.active > td,
table.delivers > thead > tr.active > td,
table.closings > thead > tr.active > td,
table.striped_table > thead > tr.active > td,
table.normal_table > thead > tr.active > td,
table#invoice-archive > thead > tr.active > td,
table#delivery_note_archive > thead > tr.active > td,
#statistics-form #statistics-totals-per-tax-group table > thead > tr.active > td,
table.edit-invoice-line-items > thead > tr.active > td,
table.edit-invoice-line-items-new > thead > tr.active > td,
table#users-list > thead > tr.active > td,
#invoice-totals-per-tax-group table > thead > tr.active > td,
#features > thead > tr.active > td,
table.list-inventories > thead > tr.active > td,
table#batch_receipts > thead > tr.active > td,
#kassa_pay_transaction_detail_table > thead > tr.active > td,
body#purchased_articles #purchased_articles_table > thead > tr.active > td,
.mergeport_orders_table > thead > tr.active > td,
.table > thead > tr.active > th,
table#recent-journal-positions > thead > tr.active > th,
table#rksv-registers > thead > tr.active > th,
table#latest_completed_invoice > thead > tr.active > th,
table#customers > thead > tr.active > th,
table#articles > thead > tr.active > th,
table.delivers > thead > tr.active > th,
table.closings > thead > tr.active > th,
table.striped_table > thead > tr.active > th,
table.normal_table > thead > tr.active > th,
table#invoice-archive > thead > tr.active > th,
table#delivery_note_archive > thead > tr.active > th,
#statistics-form #statistics-totals-per-tax-group table > thead > tr.active > th,
table.edit-invoice-line-items > thead > tr.active > th,
table.edit-invoice-line-items-new > thead > tr.active > th,
table#users-list > thead > tr.active > th,
#invoice-totals-per-tax-group table > thead > tr.active > th,
#features > thead > tr.active > th,
table.list-inventories > thead > tr.active > th,
table#batch_receipts > thead > tr.active > th,
#kassa_pay_transaction_detail_table > thead > tr.active > th,
body#purchased_articles #purchased_articles_table > thead > tr.active > th,
.mergeport_orders_table > thead > tr.active > th,
.table > tbody > tr > td.active,
table#recent-journal-positions > tbody > tr > td.active,
table#rksv-registers > tbody > tr > td.active,
table#latest_completed_invoice > tbody > tr > td.active,
table#customers > tbody > tr > td.active,
table#articles > tbody > tr > td.active,
table.delivers > tbody > tr > td.active,
table.closings > tbody > tr > td.active,
table.striped_table > tbody > tr > td.active,
table.normal_table > tbody > tr > td.active,
table#invoice-archive > tbody > tr > td.active,
table#delivery_note_archive > tbody > tr > td.active,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr > td.active,
table.edit-invoice-line-items > tbody > tr > td.active,
table.edit-invoice-line-items-new > tbody > tr > td.active,
table#users-list > tbody > tr > td.active,
#invoice-totals-per-tax-group table > tbody > tr > td.active,
#features > tbody > tr > td.active,
table.list-inventories > tbody > tr > td.active,
table#batch_receipts > tbody > tr > td.active,
#kassa_pay_transaction_detail_table > tbody > tr > td.active,
body#purchased_articles #purchased_articles_table > tbody > tr > td.active,
.mergeport_orders_table > tbody > tr > td.active,
.table > tbody > tr > th.active,
table#recent-journal-positions > tbody > tr > th.active,
table#rksv-registers > tbody > tr > th.active,
table#latest_completed_invoice > tbody > tr > th.active,
table#customers > tbody > tr > th.active,
table#articles > tbody > tr > th.active,
table.delivers > tbody > tr > th.active,
table.closings > tbody > tr > th.active,
table.striped_table > tbody > tr > th.active,
table.normal_table > tbody > tr > th.active,
table#invoice-archive > tbody > tr > th.active,
table#delivery_note_archive > tbody > tr > th.active,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr > th.active,
table.edit-invoice-line-items > tbody > tr > th.active,
table.edit-invoice-line-items-new > tbody > tr > th.active,
table#users-list > tbody > tr > th.active,
#invoice-totals-per-tax-group table > tbody > tr > th.active,
#features > tbody > tr > th.active,
table.list-inventories > tbody > tr > th.active,
table#batch_receipts > tbody > tr > th.active,
#kassa_pay_transaction_detail_table > tbody > tr > th.active,
body#purchased_articles #purchased_articles_table > tbody > tr > th.active,
.mergeport_orders_table > tbody > tr > th.active,
.table > tbody > tr.active > td,
table#recent-journal-positions > tbody > tr.active > td,
table#rksv-registers > tbody > tr.active > td,
table#latest_completed_invoice > tbody > tr.active > td,
table#customers > tbody > tr.active > td,
table#articles > tbody > tr.active > td,
table.delivers > tbody > tr.active > td,
table.closings > tbody > tr.active > td,
table.striped_table > tbody > tr.active > td,
table.normal_table > tbody > tr.active > td,
table#invoice-archive > tbody > tr.active > td,
table#delivery_note_archive > tbody > tr.active > td,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr.active > td,
table.edit-invoice-line-items > tbody > tr.active > td,
table.edit-invoice-line-items-new > tbody > tr.active > td,
table#users-list > tbody > tr.active > td,
#invoice-totals-per-tax-group table > tbody > tr.active > td,
#features > tbody > tr.active > td,
table.list-inventories > tbody > tr.active > td,
table#batch_receipts > tbody > tr.active > td,
#kassa_pay_transaction_detail_table > tbody > tr.active > td,
body#purchased_articles #purchased_articles_table > tbody > tr.active > td,
.mergeport_orders_table > tbody > tr.active > td,
.table > tbody > tr.active > th,
table#recent-journal-positions > tbody > tr.active > th,
table#rksv-registers > tbody > tr.active > th,
table#latest_completed_invoice > tbody > tr.active > th,
table#customers > tbody > tr.active > th,
table#articles > tbody > tr.active > th,
table.delivers > tbody > tr.active > th,
table.closings > tbody > tr.active > th,
table.striped_table > tbody > tr.active > th,
table.normal_table > tbody > tr.active > th,
table#invoice-archive > tbody > tr.active > th,
table#delivery_note_archive > tbody > tr.active > th,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr.active > th,
table.edit-invoice-line-items > tbody > tr.active > th,
table.edit-invoice-line-items-new > tbody > tr.active > th,
table#users-list > tbody > tr.active > th,
#invoice-totals-per-tax-group table > tbody > tr.active > th,
#features > tbody > tr.active > th,
table.list-inventories > tbody > tr.active > th,
table#batch_receipts > tbody > tr.active > th,
#kassa_pay_transaction_detail_table > tbody > tr.active > th,
body#purchased_articles #purchased_articles_table > tbody > tr.active > th,
.mergeport_orders_table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
table#recent-journal-positions > tfoot > tr > td.active,
table#rksv-registers > tfoot > tr > td.active,
table#latest_completed_invoice > tfoot > tr > td.active,
table#customers > tfoot > tr > td.active,
table#articles > tfoot > tr > td.active,
table.delivers > tfoot > tr > td.active,
table.closings > tfoot > tr > td.active,
table.striped_table > tfoot > tr > td.active,
table.normal_table > tfoot > tr > td.active,
table#invoice-archive > tfoot > tr > td.active,
table#delivery_note_archive > tfoot > tr > td.active,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr > td.active,
table.edit-invoice-line-items > tfoot > tr > td.active,
table.edit-invoice-line-items-new > tfoot > tr > td.active,
table#users-list > tfoot > tr > td.active,
#invoice-totals-per-tax-group table > tfoot > tr > td.active,
#features > tfoot > tr > td.active,
table.list-inventories > tfoot > tr > td.active,
table#batch_receipts > tfoot > tr > td.active,
#kassa_pay_transaction_detail_table > tfoot > tr > td.active,
body#purchased_articles #purchased_articles_table > tfoot > tr > td.active,
.mergeport_orders_table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
table#recent-journal-positions > tfoot > tr > th.active,
table#rksv-registers > tfoot > tr > th.active,
table#latest_completed_invoice > tfoot > tr > th.active,
table#customers > tfoot > tr > th.active,
table#articles > tfoot > tr > th.active,
table.delivers > tfoot > tr > th.active,
table.closings > tfoot > tr > th.active,
table.striped_table > tfoot > tr > th.active,
table.normal_table > tfoot > tr > th.active,
table#invoice-archive > tfoot > tr > th.active,
table#delivery_note_archive > tfoot > tr > th.active,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr > th.active,
table.edit-invoice-line-items > tfoot > tr > th.active,
table.edit-invoice-line-items-new > tfoot > tr > th.active,
table#users-list > tfoot > tr > th.active,
#invoice-totals-per-tax-group table > tfoot > tr > th.active,
#features > tfoot > tr > th.active,
table.list-inventories > tfoot > tr > th.active,
table#batch_receipts > tfoot > tr > th.active,
#kassa_pay_transaction_detail_table > tfoot > tr > th.active,
body#purchased_articles #purchased_articles_table > tfoot > tr > th.active,
.mergeport_orders_table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
table#recent-journal-positions > tfoot > tr.active > td,
table#rksv-registers > tfoot > tr.active > td,
table#latest_completed_invoice > tfoot > tr.active > td,
table#customers > tfoot > tr.active > td,
table#articles > tfoot > tr.active > td,
table.delivers > tfoot > tr.active > td,
table.closings > tfoot > tr.active > td,
table.striped_table > tfoot > tr.active > td,
table.normal_table > tfoot > tr.active > td,
table#invoice-archive > tfoot > tr.active > td,
table#delivery_note_archive > tfoot > tr.active > td,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr.active > td,
table.edit-invoice-line-items > tfoot > tr.active > td,
table.edit-invoice-line-items-new > tfoot > tr.active > td,
table#users-list > tfoot > tr.active > td,
#invoice-totals-per-tax-group table > tfoot > tr.active > td,
#features > tfoot > tr.active > td,
table.list-inventories > tfoot > tr.active > td,
table#batch_receipts > tfoot > tr.active > td,
#kassa_pay_transaction_detail_table > tfoot > tr.active > td,
body#purchased_articles #purchased_articles_table > tfoot > tr.active > td,
.mergeport_orders_table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
table#recent-journal-positions > tfoot > tr.active > th,
table#rksv-registers > tfoot > tr.active > th,
table#latest_completed_invoice > tfoot > tr.active > th,
table#customers > tfoot > tr.active > th,
table#articles > tfoot > tr.active > th,
table.delivers > tfoot > tr.active > th,
table.closings > tfoot > tr.active > th,
table.striped_table > tfoot > tr.active > th,
table.normal_table > tfoot > tr.active > th,
table#invoice-archive > tfoot > tr.active > th,
table#delivery_note_archive > tfoot > tr.active > th,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr.active > th,
table.edit-invoice-line-items > tfoot > tr.active > th,
table.edit-invoice-line-items-new > tfoot > tr.active > th,
table#users-list > tfoot > tr.active > th,
#invoice-totals-per-tax-group table > tfoot > tr.active > th,
#features > tfoot > tr.active > th,
table.list-inventories > tfoot > tr.active > th,
table#batch_receipts > tfoot > tr.active > th,
#kassa_pay_transaction_detail_table > tfoot > tr.active > th,
body#purchased_articles #purchased_articles_table > tfoot > tr.active > th,
.mergeport_orders_table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, table#customers > tbody > tr > td.active:hover, table#articles > tbody > tr > td.active:hover, table.delivers > tbody > tr > td.active:hover, table.closings > tbody > tr > td.active:hover, table.striped_table > tbody > tr > td.active:hover, table#invoice-archive > tbody > tr > td.active:hover, table#delivery_note_archive > tbody > tr > td.active:hover, table.list-inventories > tbody > tr > td.active:hover, table#batch_receipts > tbody > tr > td.active:hover, .import-double:nth-child(even) > tbody > tr > td.active:hover, .import-double:nth-child(odd) > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
table#customers > tbody > tr > th.active:hover,
table#articles > tbody > tr > th.active:hover,
table.delivers > tbody > tr > th.active:hover,
table.closings > tbody > tr > th.active:hover,
table.striped_table > tbody > tr > th.active:hover,
table#invoice-archive > tbody > tr > th.active:hover,
table#delivery_note_archive > tbody > tr > th.active:hover,
table.list-inventories > tbody > tr > th.active:hover,
table#batch_receipts > tbody > tr > th.active:hover,
.import-double:nth-child(even) > tbody > tr > th.active:hover,
.import-double:nth-child(odd) > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
table#customers > tbody > tr.active:hover > td,
table#articles > tbody > tr.active:hover > td,
table.delivers > tbody > tr.active:hover > td,
table.closings > tbody > tr.active:hover > td,
table.striped_table > tbody > tr.active:hover > td,
table#invoice-archive > tbody > tr.active:hover > td,
table#delivery_note_archive > tbody > tr.active:hover > td,
table.list-inventories > tbody > tr.active:hover > td,
table#batch_receipts > tbody > tr.active:hover > td,
.import-double:nth-child(even) > tbody > tr.active:hover > td,
.import-double:nth-child(odd) > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
table#customers > tbody > tr:hover > .active,
table#articles > tbody > tr:hover > .active,
table.delivers > tbody > tr:hover > .active,
table.closings > tbody > tr:hover > .active,
table.striped_table > tbody > tr:hover > .active,
table#invoice-archive > tbody > tr:hover > .active,
table#delivery_note_archive > tbody > tr:hover > .active,
table.list-inventories > tbody > tr:hover > .active,
table#batch_receipts > tbody > tr:hover > .active,
.import-double:nth-child(even) > tbody > tr:hover > .active,
.import-double:nth-child(odd) > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th,
table#customers > tbody > tr.active:hover > th,
table#articles > tbody > tr.active:hover > th,
table.delivers > tbody > tr.active:hover > th,
table.closings > tbody > tr.active:hover > th,
table.striped_table > tbody > tr.active:hover > th,
table#invoice-archive > tbody > tr.active:hover > th,
table#delivery_note_archive > tbody > tr.active:hover > th,
table.list-inventories > tbody > tr.active:hover > th,
table#batch_receipts > tbody > tr.active:hover > th,
.import-double:nth-child(even) > tbody > tr.active:hover > th,
.import-double:nth-child(odd) > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, table#recent-journal-positions > thead > tr > td.success, table#rksv-registers > thead > tr > td.success, table#latest_completed_invoice > thead > tr > td.success, table#customers > thead > tr > td.success, table#articles > thead > tr > td.success, table.delivers > thead > tr > td.success, table.closings > thead > tr > td.success, table.striped_table > thead > tr > td.success, table.normal_table > thead > tr > td.success, table#invoice-archive > thead > tr > td.success, table#delivery_note_archive > thead > tr > td.success, #statistics-form #statistics-totals-per-tax-group table > thead > tr > td.success, table.edit-invoice-line-items > thead > tr > td.success, table.edit-invoice-line-items-new > thead > tr > td.success, table#users-list > thead > tr > td.success, #invoice-totals-per-tax-group table > thead > tr > td.success, #features > thead > tr > td.success, table.list-inventories > thead > tr > td.success, table#batch_receipts > thead > tr > td.success, #kassa_pay_transaction_detail_table > thead > tr > td.success, body#purchased_articles #purchased_articles_table > thead > tr > td.success, .mergeport_orders_table > thead > tr > td.success,
.table > thead > tr > th.success,
table#recent-journal-positions > thead > tr > th.success,
table#rksv-registers > thead > tr > th.success,
table#latest_completed_invoice > thead > tr > th.success,
table#customers > thead > tr > th.success,
table#articles > thead > tr > th.success,
table.delivers > thead > tr > th.success,
table.closings > thead > tr > th.success,
table.striped_table > thead > tr > th.success,
table.normal_table > thead > tr > th.success,
table#invoice-archive > thead > tr > th.success,
table#delivery_note_archive > thead > tr > th.success,
#statistics-form #statistics-totals-per-tax-group table > thead > tr > th.success,
table.edit-invoice-line-items > thead > tr > th.success,
table.edit-invoice-line-items-new > thead > tr > th.success,
table#users-list > thead > tr > th.success,
#invoice-totals-per-tax-group table > thead > tr > th.success,
#features > thead > tr > th.success,
table.list-inventories > thead > tr > th.success,
table#batch_receipts > thead > tr > th.success,
#kassa_pay_transaction_detail_table > thead > tr > th.success,
body#purchased_articles #purchased_articles_table > thead > tr > th.success,
.mergeport_orders_table > thead > tr > th.success,
.table > thead > tr.success > td,
table#recent-journal-positions > thead > tr.success > td,
table#rksv-registers > thead > tr.success > td,
table#latest_completed_invoice > thead > tr.success > td,
table#customers > thead > tr.success > td,
table#articles > thead > tr.success > td,
table.delivers > thead > tr.success > td,
table.closings > thead > tr.success > td,
table.striped_table > thead > tr.success > td,
table.normal_table > thead > tr.success > td,
table#invoice-archive > thead > tr.success > td,
table#delivery_note_archive > thead > tr.success > td,
#statistics-form #statistics-totals-per-tax-group table > thead > tr.success > td,
table.edit-invoice-line-items > thead > tr.success > td,
table.edit-invoice-line-items-new > thead > tr.success > td,
table#users-list > thead > tr.success > td,
#invoice-totals-per-tax-group table > thead > tr.success > td,
#features > thead > tr.success > td,
table.list-inventories > thead > tr.success > td,
table#batch_receipts > thead > tr.success > td,
#kassa_pay_transaction_detail_table > thead > tr.success > td,
body#purchased_articles #purchased_articles_table > thead > tr.success > td,
.mergeport_orders_table > thead > tr.success > td,
.table > thead > tr.success > th,
table#recent-journal-positions > thead > tr.success > th,
table#rksv-registers > thead > tr.success > th,
table#latest_completed_invoice > thead > tr.success > th,
table#customers > thead > tr.success > th,
table#articles > thead > tr.success > th,
table.delivers > thead > tr.success > th,
table.closings > thead > tr.success > th,
table.striped_table > thead > tr.success > th,
table.normal_table > thead > tr.success > th,
table#invoice-archive > thead > tr.success > th,
table#delivery_note_archive > thead > tr.success > th,
#statistics-form #statistics-totals-per-tax-group table > thead > tr.success > th,
table.edit-invoice-line-items > thead > tr.success > th,
table.edit-invoice-line-items-new > thead > tr.success > th,
table#users-list > thead > tr.success > th,
#invoice-totals-per-tax-group table > thead > tr.success > th,
#features > thead > tr.success > th,
table.list-inventories > thead > tr.success > th,
table#batch_receipts > thead > tr.success > th,
#kassa_pay_transaction_detail_table > thead > tr.success > th,
body#purchased_articles #purchased_articles_table > thead > tr.success > th,
.mergeport_orders_table > thead > tr.success > th,
.table > tbody > tr > td.success,
table#recent-journal-positions > tbody > tr > td.success,
table#rksv-registers > tbody > tr > td.success,
table#latest_completed_invoice > tbody > tr > td.success,
table#customers > tbody > tr > td.success,
table#articles > tbody > tr > td.success,
table.delivers > tbody > tr > td.success,
table.closings > tbody > tr > td.success,
table.striped_table > tbody > tr > td.success,
table.normal_table > tbody > tr > td.success,
table#invoice-archive > tbody > tr > td.success,
table#delivery_note_archive > tbody > tr > td.success,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr > td.success,
table.edit-invoice-line-items > tbody > tr > td.success,
table.edit-invoice-line-items-new > tbody > tr > td.success,
table#users-list > tbody > tr > td.success,
#invoice-totals-per-tax-group table > tbody > tr > td.success,
#features > tbody > tr > td.success,
table.list-inventories > tbody > tr > td.success,
table#batch_receipts > tbody > tr > td.success,
#kassa_pay_transaction_detail_table > tbody > tr > td.success,
body#purchased_articles #purchased_articles_table > tbody > tr > td.success,
.mergeport_orders_table > tbody > tr > td.success,
.table > tbody > tr > th.success,
table#recent-journal-positions > tbody > tr > th.success,
table#rksv-registers > tbody > tr > th.success,
table#latest_completed_invoice > tbody > tr > th.success,
table#customers > tbody > tr > th.success,
table#articles > tbody > tr > th.success,
table.delivers > tbody > tr > th.success,
table.closings > tbody > tr > th.success,
table.striped_table > tbody > tr > th.success,
table.normal_table > tbody > tr > th.success,
table#invoice-archive > tbody > tr > th.success,
table#delivery_note_archive > tbody > tr > th.success,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr > th.success,
table.edit-invoice-line-items > tbody > tr > th.success,
table.edit-invoice-line-items-new > tbody > tr > th.success,
table#users-list > tbody > tr > th.success,
#invoice-totals-per-tax-group table > tbody > tr > th.success,
#features > tbody > tr > th.success,
table.list-inventories > tbody > tr > th.success,
table#batch_receipts > tbody > tr > th.success,
#kassa_pay_transaction_detail_table > tbody > tr > th.success,
body#purchased_articles #purchased_articles_table > tbody > tr > th.success,
.mergeport_orders_table > tbody > tr > th.success,
.table > tbody > tr.success > td,
table#recent-journal-positions > tbody > tr.success > td,
table#rksv-registers > tbody > tr.success > td,
table#latest_completed_invoice > tbody > tr.success > td,
table#customers > tbody > tr.success > td,
table#articles > tbody > tr.success > td,
table.delivers > tbody > tr.success > td,
table.closings > tbody > tr.success > td,
table.striped_table > tbody > tr.success > td,
table.normal_table > tbody > tr.success > td,
table#invoice-archive > tbody > tr.success > td,
table#delivery_note_archive > tbody > tr.success > td,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr.success > td,
table.edit-invoice-line-items > tbody > tr.success > td,
table.edit-invoice-line-items-new > tbody > tr.success > td,
table#users-list > tbody > tr.success > td,
#invoice-totals-per-tax-group table > tbody > tr.success > td,
#features > tbody > tr.success > td,
table.list-inventories > tbody > tr.success > td,
table#batch_receipts > tbody > tr.success > td,
#kassa_pay_transaction_detail_table > tbody > tr.success > td,
body#purchased_articles #purchased_articles_table > tbody > tr.success > td,
.mergeport_orders_table > tbody > tr.success > td,
.table > tbody > tr.success > th,
table#recent-journal-positions > tbody > tr.success > th,
table#rksv-registers > tbody > tr.success > th,
table#latest_completed_invoice > tbody > tr.success > th,
table#customers > tbody > tr.success > th,
table#articles > tbody > tr.success > th,
table.delivers > tbody > tr.success > th,
table.closings > tbody > tr.success > th,
table.striped_table > tbody > tr.success > th,
table.normal_table > tbody > tr.success > th,
table#invoice-archive > tbody > tr.success > th,
table#delivery_note_archive > tbody > tr.success > th,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr.success > th,
table.edit-invoice-line-items > tbody > tr.success > th,
table.edit-invoice-line-items-new > tbody > tr.success > th,
table#users-list > tbody > tr.success > th,
#invoice-totals-per-tax-group table > tbody > tr.success > th,
#features > tbody > tr.success > th,
table.list-inventories > tbody > tr.success > th,
table#batch_receipts > tbody > tr.success > th,
#kassa_pay_transaction_detail_table > tbody > tr.success > th,
body#purchased_articles #purchased_articles_table > tbody > tr.success > th,
.mergeport_orders_table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
table#recent-journal-positions > tfoot > tr > td.success,
table#rksv-registers > tfoot > tr > td.success,
table#latest_completed_invoice > tfoot > tr > td.success,
table#customers > tfoot > tr > td.success,
table#articles > tfoot > tr > td.success,
table.delivers > tfoot > tr > td.success,
table.closings > tfoot > tr > td.success,
table.striped_table > tfoot > tr > td.success,
table.normal_table > tfoot > tr > td.success,
table#invoice-archive > tfoot > tr > td.success,
table#delivery_note_archive > tfoot > tr > td.success,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr > td.success,
table.edit-invoice-line-items > tfoot > tr > td.success,
table.edit-invoice-line-items-new > tfoot > tr > td.success,
table#users-list > tfoot > tr > td.success,
#invoice-totals-per-tax-group table > tfoot > tr > td.success,
#features > tfoot > tr > td.success,
table.list-inventories > tfoot > tr > td.success,
table#batch_receipts > tfoot > tr > td.success,
#kassa_pay_transaction_detail_table > tfoot > tr > td.success,
body#purchased_articles #purchased_articles_table > tfoot > tr > td.success,
.mergeport_orders_table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
table#recent-journal-positions > tfoot > tr > th.success,
table#rksv-registers > tfoot > tr > th.success,
table#latest_completed_invoice > tfoot > tr > th.success,
table#customers > tfoot > tr > th.success,
table#articles > tfoot > tr > th.success,
table.delivers > tfoot > tr > th.success,
table.closings > tfoot > tr > th.success,
table.striped_table > tfoot > tr > th.success,
table.normal_table > tfoot > tr > th.success,
table#invoice-archive > tfoot > tr > th.success,
table#delivery_note_archive > tfoot > tr > th.success,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr > th.success,
table.edit-invoice-line-items > tfoot > tr > th.success,
table.edit-invoice-line-items-new > tfoot > tr > th.success,
table#users-list > tfoot > tr > th.success,
#invoice-totals-per-tax-group table > tfoot > tr > th.success,
#features > tfoot > tr > th.success,
table.list-inventories > tfoot > tr > th.success,
table#batch_receipts > tfoot > tr > th.success,
#kassa_pay_transaction_detail_table > tfoot > tr > th.success,
body#purchased_articles #purchased_articles_table > tfoot > tr > th.success,
.mergeport_orders_table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
table#recent-journal-positions > tfoot > tr.success > td,
table#rksv-registers > tfoot > tr.success > td,
table#latest_completed_invoice > tfoot > tr.success > td,
table#customers > tfoot > tr.success > td,
table#articles > tfoot > tr.success > td,
table.delivers > tfoot > tr.success > td,
table.closings > tfoot > tr.success > td,
table.striped_table > tfoot > tr.success > td,
table.normal_table > tfoot > tr.success > td,
table#invoice-archive > tfoot > tr.success > td,
table#delivery_note_archive > tfoot > tr.success > td,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr.success > td,
table.edit-invoice-line-items > tfoot > tr.success > td,
table.edit-invoice-line-items-new > tfoot > tr.success > td,
table#users-list > tfoot > tr.success > td,
#invoice-totals-per-tax-group table > tfoot > tr.success > td,
#features > tfoot > tr.success > td,
table.list-inventories > tfoot > tr.success > td,
table#batch_receipts > tfoot > tr.success > td,
#kassa_pay_transaction_detail_table > tfoot > tr.success > td,
body#purchased_articles #purchased_articles_table > tfoot > tr.success > td,
.mergeport_orders_table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
table#recent-journal-positions > tfoot > tr.success > th,
table#rksv-registers > tfoot > tr.success > th,
table#latest_completed_invoice > tfoot > tr.success > th,
table#customers > tfoot > tr.success > th,
table#articles > tfoot > tr.success > th,
table.delivers > tfoot > tr.success > th,
table.closings > tfoot > tr.success > th,
table.striped_table > tfoot > tr.success > th,
table.normal_table > tfoot > tr.success > th,
table#invoice-archive > tfoot > tr.success > th,
table#delivery_note_archive > tfoot > tr.success > th,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr.success > th,
table.edit-invoice-line-items > tfoot > tr.success > th,
table.edit-invoice-line-items-new > tfoot > tr.success > th,
table#users-list > tfoot > tr.success > th,
#invoice-totals-per-tax-group table > tfoot > tr.success > th,
#features > tfoot > tr.success > th,
table.list-inventories > tfoot > tr.success > th,
table#batch_receipts > tfoot > tr.success > th,
#kassa_pay_transaction_detail_table > tfoot > tr.success > th,
body#purchased_articles #purchased_articles_table > tfoot > tr.success > th,
.mergeport_orders_table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, table#customers > tbody > tr > td.success:hover, table#articles > tbody > tr > td.success:hover, table.delivers > tbody > tr > td.success:hover, table.closings > tbody > tr > td.success:hover, table.striped_table > tbody > tr > td.success:hover, table#invoice-archive > tbody > tr > td.success:hover, table#delivery_note_archive > tbody > tr > td.success:hover, table.list-inventories > tbody > tr > td.success:hover, table#batch_receipts > tbody > tr > td.success:hover, .import-double:nth-child(even) > tbody > tr > td.success:hover, .import-double:nth-child(odd) > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
table#customers > tbody > tr > th.success:hover,
table#articles > tbody > tr > th.success:hover,
table.delivers > tbody > tr > th.success:hover,
table.closings > tbody > tr > th.success:hover,
table.striped_table > tbody > tr > th.success:hover,
table#invoice-archive > tbody > tr > th.success:hover,
table#delivery_note_archive > tbody > tr > th.success:hover,
table.list-inventories > tbody > tr > th.success:hover,
table#batch_receipts > tbody > tr > th.success:hover,
.import-double:nth-child(even) > tbody > tr > th.success:hover,
.import-double:nth-child(odd) > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
table#customers > tbody > tr.success:hover > td,
table#articles > tbody > tr.success:hover > td,
table.delivers > tbody > tr.success:hover > td,
table.closings > tbody > tr.success:hover > td,
table.striped_table > tbody > tr.success:hover > td,
table#invoice-archive > tbody > tr.success:hover > td,
table#delivery_note_archive > tbody > tr.success:hover > td,
table.list-inventories > tbody > tr.success:hover > td,
table#batch_receipts > tbody > tr.success:hover > td,
.import-double:nth-child(even) > tbody > tr.success:hover > td,
.import-double:nth-child(odd) > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
table#customers > tbody > tr:hover > .success,
table#articles > tbody > tr:hover > .success,
table.delivers > tbody > tr:hover > .success,
table.closings > tbody > tr:hover > .success,
table.striped_table > tbody > tr:hover > .success,
table#invoice-archive > tbody > tr:hover > .success,
table#delivery_note_archive > tbody > tr:hover > .success,
table.list-inventories > tbody > tr:hover > .success,
table#batch_receipts > tbody > tr:hover > .success,
.import-double:nth-child(even) > tbody > tr:hover > .success,
.import-double:nth-child(odd) > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th,
table#customers > tbody > tr.success:hover > th,
table#articles > tbody > tr.success:hover > th,
table.delivers > tbody > tr.success:hover > th,
table.closings > tbody > tr.success:hover > th,
table.striped_table > tbody > tr.success:hover > th,
table#invoice-archive > tbody > tr.success:hover > th,
table#delivery_note_archive > tbody > tr.success:hover > th,
table.list-inventories > tbody > tr.success:hover > th,
table#batch_receipts > tbody > tr.success:hover > th,
.import-double:nth-child(even) > tbody > tr.success:hover > th,
.import-double:nth-child(odd) > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, table#recent-journal-positions > thead > tr > td.info, table#rksv-registers > thead > tr > td.info, table#latest_completed_invoice > thead > tr > td.info, table#customers > thead > tr > td.info, table#articles > thead > tr > td.info, table.delivers > thead > tr > td.info, table.closings > thead > tr > td.info, table.striped_table > thead > tr > td.info, table.normal_table > thead > tr > td.info, table#invoice-archive > thead > tr > td.info, table#delivery_note_archive > thead > tr > td.info, #statistics-form #statistics-totals-per-tax-group table > thead > tr > td.info, table.edit-invoice-line-items > thead > tr > td.info, table.edit-invoice-line-items-new > thead > tr > td.info, table#users-list > thead > tr > td.info, #invoice-totals-per-tax-group table > thead > tr > td.info, #features > thead > tr > td.info, table.list-inventories > thead > tr > td.info, table#batch_receipts > thead > tr > td.info, #kassa_pay_transaction_detail_table > thead > tr > td.info, body#purchased_articles #purchased_articles_table > thead > tr > td.info, .mergeport_orders_table > thead > tr > td.info,
.table > thead > tr > th.info,
table#recent-journal-positions > thead > tr > th.info,
table#rksv-registers > thead > tr > th.info,
table#latest_completed_invoice > thead > tr > th.info,
table#customers > thead > tr > th.info,
table#articles > thead > tr > th.info,
table.delivers > thead > tr > th.info,
table.closings > thead > tr > th.info,
table.striped_table > thead > tr > th.info,
table.normal_table > thead > tr > th.info,
table#invoice-archive > thead > tr > th.info,
table#delivery_note_archive > thead > tr > th.info,
#statistics-form #statistics-totals-per-tax-group table > thead > tr > th.info,
table.edit-invoice-line-items > thead > tr > th.info,
table.edit-invoice-line-items-new > thead > tr > th.info,
table#users-list > thead > tr > th.info,
#invoice-totals-per-tax-group table > thead > tr > th.info,
#features > thead > tr > th.info,
table.list-inventories > thead > tr > th.info,
table#batch_receipts > thead > tr > th.info,
#kassa_pay_transaction_detail_table > thead > tr > th.info,
body#purchased_articles #purchased_articles_table > thead > tr > th.info,
.mergeport_orders_table > thead > tr > th.info,
.table > thead > tr.info > td,
table#recent-journal-positions > thead > tr.info > td,
table#rksv-registers > thead > tr.info > td,
table#latest_completed_invoice > thead > tr.info > td,
table#customers > thead > tr.info > td,
table#articles > thead > tr.info > td,
table.delivers > thead > tr.info > td,
table.closings > thead > tr.info > td,
table.striped_table > thead > tr.info > td,
table.normal_table > thead > tr.info > td,
table#invoice-archive > thead > tr.info > td,
table#delivery_note_archive > thead > tr.info > td,
#statistics-form #statistics-totals-per-tax-group table > thead > tr.info > td,
table.edit-invoice-line-items > thead > tr.info > td,
table.edit-invoice-line-items-new > thead > tr.info > td,
table#users-list > thead > tr.info > td,
#invoice-totals-per-tax-group table > thead > tr.info > td,
#features > thead > tr.info > td,
table.list-inventories > thead > tr.info > td,
table#batch_receipts > thead > tr.info > td,
#kassa_pay_transaction_detail_table > thead > tr.info > td,
body#purchased_articles #purchased_articles_table > thead > tr.info > td,
.mergeport_orders_table > thead > tr.info > td,
.table > thead > tr.info > th,
table#recent-journal-positions > thead > tr.info > th,
table#rksv-registers > thead > tr.info > th,
table#latest_completed_invoice > thead > tr.info > th,
table#customers > thead > tr.info > th,
table#articles > thead > tr.info > th,
table.delivers > thead > tr.info > th,
table.closings > thead > tr.info > th,
table.striped_table > thead > tr.info > th,
table.normal_table > thead > tr.info > th,
table#invoice-archive > thead > tr.info > th,
table#delivery_note_archive > thead > tr.info > th,
#statistics-form #statistics-totals-per-tax-group table > thead > tr.info > th,
table.edit-invoice-line-items > thead > tr.info > th,
table.edit-invoice-line-items-new > thead > tr.info > th,
table#users-list > thead > tr.info > th,
#invoice-totals-per-tax-group table > thead > tr.info > th,
#features > thead > tr.info > th,
table.list-inventories > thead > tr.info > th,
table#batch_receipts > thead > tr.info > th,
#kassa_pay_transaction_detail_table > thead > tr.info > th,
body#purchased_articles #purchased_articles_table > thead > tr.info > th,
.mergeport_orders_table > thead > tr.info > th,
.table > tbody > tr > td.info,
table#recent-journal-positions > tbody > tr > td.info,
table#rksv-registers > tbody > tr > td.info,
table#latest_completed_invoice > tbody > tr > td.info,
table#customers > tbody > tr > td.info,
table#articles > tbody > tr > td.info,
table.delivers > tbody > tr > td.info,
table.closings > tbody > tr > td.info,
table.striped_table > tbody > tr > td.info,
table.normal_table > tbody > tr > td.info,
table#invoice-archive > tbody > tr > td.info,
table#delivery_note_archive > tbody > tr > td.info,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr > td.info,
table.edit-invoice-line-items > tbody > tr > td.info,
table.edit-invoice-line-items-new > tbody > tr > td.info,
table#users-list > tbody > tr > td.info,
#invoice-totals-per-tax-group table > tbody > tr > td.info,
#features > tbody > tr > td.info,
table.list-inventories > tbody > tr > td.info,
table#batch_receipts > tbody > tr > td.info,
#kassa_pay_transaction_detail_table > tbody > tr > td.info,
body#purchased_articles #purchased_articles_table > tbody > tr > td.info,
.mergeport_orders_table > tbody > tr > td.info,
.table > tbody > tr > th.info,
table#recent-journal-positions > tbody > tr > th.info,
table#rksv-registers > tbody > tr > th.info,
table#latest_completed_invoice > tbody > tr > th.info,
table#customers > tbody > tr > th.info,
table#articles > tbody > tr > th.info,
table.delivers > tbody > tr > th.info,
table.closings > tbody > tr > th.info,
table.striped_table > tbody > tr > th.info,
table.normal_table > tbody > tr > th.info,
table#invoice-archive > tbody > tr > th.info,
table#delivery_note_archive > tbody > tr > th.info,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr > th.info,
table.edit-invoice-line-items > tbody > tr > th.info,
table.edit-invoice-line-items-new > tbody > tr > th.info,
table#users-list > tbody > tr > th.info,
#invoice-totals-per-tax-group table > tbody > tr > th.info,
#features > tbody > tr > th.info,
table.list-inventories > tbody > tr > th.info,
table#batch_receipts > tbody > tr > th.info,
#kassa_pay_transaction_detail_table > tbody > tr > th.info,
body#purchased_articles #purchased_articles_table > tbody > tr > th.info,
.mergeport_orders_table > tbody > tr > th.info,
.table > tbody > tr.info > td,
table#recent-journal-positions > tbody > tr.info > td,
table#rksv-registers > tbody > tr.info > td,
table#latest_completed_invoice > tbody > tr.info > td,
table#customers > tbody > tr.info > td,
table#articles > tbody > tr.info > td,
table.delivers > tbody > tr.info > td,
table.closings > tbody > tr.info > td,
table.striped_table > tbody > tr.info > td,
table.normal_table > tbody > tr.info > td,
table#invoice-archive > tbody > tr.info > td,
table#delivery_note_archive > tbody > tr.info > td,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr.info > td,
table.edit-invoice-line-items > tbody > tr.info > td,
table.edit-invoice-line-items-new > tbody > tr.info > td,
table#users-list > tbody > tr.info > td,
#invoice-totals-per-tax-group table > tbody > tr.info > td,
#features > tbody > tr.info > td,
table.list-inventories > tbody > tr.info > td,
table#batch_receipts > tbody > tr.info > td,
#kassa_pay_transaction_detail_table > tbody > tr.info > td,
body#purchased_articles #purchased_articles_table > tbody > tr.info > td,
.mergeport_orders_table > tbody > tr.info > td,
.table > tbody > tr.info > th,
table#recent-journal-positions > tbody > tr.info > th,
table#rksv-registers > tbody > tr.info > th,
table#latest_completed_invoice > tbody > tr.info > th,
table#customers > tbody > tr.info > th,
table#articles > tbody > tr.info > th,
table.delivers > tbody > tr.info > th,
table.closings > tbody > tr.info > th,
table.striped_table > tbody > tr.info > th,
table.normal_table > tbody > tr.info > th,
table#invoice-archive > tbody > tr.info > th,
table#delivery_note_archive > tbody > tr.info > th,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr.info > th,
table.edit-invoice-line-items > tbody > tr.info > th,
table.edit-invoice-line-items-new > tbody > tr.info > th,
table#users-list > tbody > tr.info > th,
#invoice-totals-per-tax-group table > tbody > tr.info > th,
#features > tbody > tr.info > th,
table.list-inventories > tbody > tr.info > th,
table#batch_receipts > tbody > tr.info > th,
#kassa_pay_transaction_detail_table > tbody > tr.info > th,
body#purchased_articles #purchased_articles_table > tbody > tr.info > th,
.mergeport_orders_table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
table#recent-journal-positions > tfoot > tr > td.info,
table#rksv-registers > tfoot > tr > td.info,
table#latest_completed_invoice > tfoot > tr > td.info,
table#customers > tfoot > tr > td.info,
table#articles > tfoot > tr > td.info,
table.delivers > tfoot > tr > td.info,
table.closings > tfoot > tr > td.info,
table.striped_table > tfoot > tr > td.info,
table.normal_table > tfoot > tr > td.info,
table#invoice-archive > tfoot > tr > td.info,
table#delivery_note_archive > tfoot > tr > td.info,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr > td.info,
table.edit-invoice-line-items > tfoot > tr > td.info,
table.edit-invoice-line-items-new > tfoot > tr > td.info,
table#users-list > tfoot > tr > td.info,
#invoice-totals-per-tax-group table > tfoot > tr > td.info,
#features > tfoot > tr > td.info,
table.list-inventories > tfoot > tr > td.info,
table#batch_receipts > tfoot > tr > td.info,
#kassa_pay_transaction_detail_table > tfoot > tr > td.info,
body#purchased_articles #purchased_articles_table > tfoot > tr > td.info,
.mergeport_orders_table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
table#recent-journal-positions > tfoot > tr > th.info,
table#rksv-registers > tfoot > tr > th.info,
table#latest_completed_invoice > tfoot > tr > th.info,
table#customers > tfoot > tr > th.info,
table#articles > tfoot > tr > th.info,
table.delivers > tfoot > tr > th.info,
table.closings > tfoot > tr > th.info,
table.striped_table > tfoot > tr > th.info,
table.normal_table > tfoot > tr > th.info,
table#invoice-archive > tfoot > tr > th.info,
table#delivery_note_archive > tfoot > tr > th.info,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr > th.info,
table.edit-invoice-line-items > tfoot > tr > th.info,
table.edit-invoice-line-items-new > tfoot > tr > th.info,
table#users-list > tfoot > tr > th.info,
#invoice-totals-per-tax-group table > tfoot > tr > th.info,
#features > tfoot > tr > th.info,
table.list-inventories > tfoot > tr > th.info,
table#batch_receipts > tfoot > tr > th.info,
#kassa_pay_transaction_detail_table > tfoot > tr > th.info,
body#purchased_articles #purchased_articles_table > tfoot > tr > th.info,
.mergeport_orders_table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
table#recent-journal-positions > tfoot > tr.info > td,
table#rksv-registers > tfoot > tr.info > td,
table#latest_completed_invoice > tfoot > tr.info > td,
table#customers > tfoot > tr.info > td,
table#articles > tfoot > tr.info > td,
table.delivers > tfoot > tr.info > td,
table.closings > tfoot > tr.info > td,
table.striped_table > tfoot > tr.info > td,
table.normal_table > tfoot > tr.info > td,
table#invoice-archive > tfoot > tr.info > td,
table#delivery_note_archive > tfoot > tr.info > td,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr.info > td,
table.edit-invoice-line-items > tfoot > tr.info > td,
table.edit-invoice-line-items-new > tfoot > tr.info > td,
table#users-list > tfoot > tr.info > td,
#invoice-totals-per-tax-group table > tfoot > tr.info > td,
#features > tfoot > tr.info > td,
table.list-inventories > tfoot > tr.info > td,
table#batch_receipts > tfoot > tr.info > td,
#kassa_pay_transaction_detail_table > tfoot > tr.info > td,
body#purchased_articles #purchased_articles_table > tfoot > tr.info > td,
.mergeport_orders_table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
table#recent-journal-positions > tfoot > tr.info > th,
table#rksv-registers > tfoot > tr.info > th,
table#latest_completed_invoice > tfoot > tr.info > th,
table#customers > tfoot > tr.info > th,
table#articles > tfoot > tr.info > th,
table.delivers > tfoot > tr.info > th,
table.closings > tfoot > tr.info > th,
table.striped_table > tfoot > tr.info > th,
table.normal_table > tfoot > tr.info > th,
table#invoice-archive > tfoot > tr.info > th,
table#delivery_note_archive > tfoot > tr.info > th,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr.info > th,
table.edit-invoice-line-items > tfoot > tr.info > th,
table.edit-invoice-line-items-new > tfoot > tr.info > th,
table#users-list > tfoot > tr.info > th,
#invoice-totals-per-tax-group table > tfoot > tr.info > th,
#features > tfoot > tr.info > th,
table.list-inventories > tfoot > tr.info > th,
table#batch_receipts > tfoot > tr.info > th,
#kassa_pay_transaction_detail_table > tfoot > tr.info > th,
body#purchased_articles #purchased_articles_table > tfoot > tr.info > th,
.mergeport_orders_table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, table#customers > tbody > tr > td.info:hover, table#articles > tbody > tr > td.info:hover, table.delivers > tbody > tr > td.info:hover, table.closings > tbody > tr > td.info:hover, table.striped_table > tbody > tr > td.info:hover, table#invoice-archive > tbody > tr > td.info:hover, table#delivery_note_archive > tbody > tr > td.info:hover, table.list-inventories > tbody > tr > td.info:hover, table#batch_receipts > tbody > tr > td.info:hover, .import-double:nth-child(even) > tbody > tr > td.info:hover, .import-double:nth-child(odd) > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
table#customers > tbody > tr > th.info:hover,
table#articles > tbody > tr > th.info:hover,
table.delivers > tbody > tr > th.info:hover,
table.closings > tbody > tr > th.info:hover,
table.striped_table > tbody > tr > th.info:hover,
table#invoice-archive > tbody > tr > th.info:hover,
table#delivery_note_archive > tbody > tr > th.info:hover,
table.list-inventories > tbody > tr > th.info:hover,
table#batch_receipts > tbody > tr > th.info:hover,
.import-double:nth-child(even) > tbody > tr > th.info:hover,
.import-double:nth-child(odd) > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
table#customers > tbody > tr.info:hover > td,
table#articles > tbody > tr.info:hover > td,
table.delivers > tbody > tr.info:hover > td,
table.closings > tbody > tr.info:hover > td,
table.striped_table > tbody > tr.info:hover > td,
table#invoice-archive > tbody > tr.info:hover > td,
table#delivery_note_archive > tbody > tr.info:hover > td,
table.list-inventories > tbody > tr.info:hover > td,
table#batch_receipts > tbody > tr.info:hover > td,
.import-double:nth-child(even) > tbody > tr.info:hover > td,
.import-double:nth-child(odd) > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
table#customers > tbody > tr:hover > .info,
table#articles > tbody > tr:hover > .info,
table.delivers > tbody > tr:hover > .info,
table.closings > tbody > tr:hover > .info,
table.striped_table > tbody > tr:hover > .info,
table#invoice-archive > tbody > tr:hover > .info,
table#delivery_note_archive > tbody > tr:hover > .info,
table.list-inventories > tbody > tr:hover > .info,
table#batch_receipts > tbody > tr:hover > .info,
.import-double:nth-child(even) > tbody > tr:hover > .info,
.import-double:nth-child(odd) > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th,
table#customers > tbody > tr.info:hover > th,
table#articles > tbody > tr.info:hover > th,
table.delivers > tbody > tr.info:hover > th,
table.closings > tbody > tr.info:hover > th,
table.striped_table > tbody > tr.info:hover > th,
table#invoice-archive > tbody > tr.info:hover > th,
table#delivery_note_archive > tbody > tr.info:hover > th,
table.list-inventories > tbody > tr.info:hover > th,
table#batch_receipts > tbody > tr.info:hover > th,
.import-double:nth-child(even) > tbody > tr.info:hover > th,
.import-double:nth-child(odd) > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, table#recent-journal-positions > thead > tr > td.warning, table#rksv-registers > thead > tr > td.warning, table#latest_completed_invoice > thead > tr > td.warning, table#customers > thead > tr > td.warning, table#articles > thead > tr > td.warning, table.delivers > thead > tr > td.warning, table.closings > thead > tr > td.warning, table.striped_table > thead > tr > td.warning, table.normal_table > thead > tr > td.warning, table#invoice-archive > thead > tr > td.warning, table#delivery_note_archive > thead > tr > td.warning, #statistics-form #statistics-totals-per-tax-group table > thead > tr > td.warning, table.edit-invoice-line-items > thead > tr > td.warning, table.edit-invoice-line-items-new > thead > tr > td.warning, table#users-list > thead > tr > td.warning, #invoice-totals-per-tax-group table > thead > tr > td.warning, #features > thead > tr > td.warning, table.list-inventories > thead > tr > td.warning, table#batch_receipts > thead > tr > td.warning, #kassa_pay_transaction_detail_table > thead > tr > td.warning, body#purchased_articles #purchased_articles_table > thead > tr > td.warning, .mergeport_orders_table > thead > tr > td.warning,
.table > thead > tr > th.warning,
table#recent-journal-positions > thead > tr > th.warning,
table#rksv-registers > thead > tr > th.warning,
table#latest_completed_invoice > thead > tr > th.warning,
table#customers > thead > tr > th.warning,
table#articles > thead > tr > th.warning,
table.delivers > thead > tr > th.warning,
table.closings > thead > tr > th.warning,
table.striped_table > thead > tr > th.warning,
table.normal_table > thead > tr > th.warning,
table#invoice-archive > thead > tr > th.warning,
table#delivery_note_archive > thead > tr > th.warning,
#statistics-form #statistics-totals-per-tax-group table > thead > tr > th.warning,
table.edit-invoice-line-items > thead > tr > th.warning,
table.edit-invoice-line-items-new > thead > tr > th.warning,
table#users-list > thead > tr > th.warning,
#invoice-totals-per-tax-group table > thead > tr > th.warning,
#features > thead > tr > th.warning,
table.list-inventories > thead > tr > th.warning,
table#batch_receipts > thead > tr > th.warning,
#kassa_pay_transaction_detail_table > thead > tr > th.warning,
body#purchased_articles #purchased_articles_table > thead > tr > th.warning,
.mergeport_orders_table > thead > tr > th.warning,
.table > thead > tr.warning > td,
table#recent-journal-positions > thead > tr.warning > td,
table#rksv-registers > thead > tr.warning > td,
table#latest_completed_invoice > thead > tr.warning > td,
table#customers > thead > tr.warning > td,
table#articles > thead > tr.warning > td,
table.delivers > thead > tr.warning > td,
table.closings > thead > tr.warning > td,
table.striped_table > thead > tr.warning > td,
table.normal_table > thead > tr.warning > td,
table#invoice-archive > thead > tr.warning > td,
table#delivery_note_archive > thead > tr.warning > td,
#statistics-form #statistics-totals-per-tax-group table > thead > tr.warning > td,
table.edit-invoice-line-items > thead > tr.warning > td,
table.edit-invoice-line-items-new > thead > tr.warning > td,
table#users-list > thead > tr.warning > td,
#invoice-totals-per-tax-group table > thead > tr.warning > td,
#features > thead > tr.warning > td,
table.list-inventories > thead > tr.warning > td,
table#batch_receipts > thead > tr.warning > td,
#kassa_pay_transaction_detail_table > thead > tr.warning > td,
body#purchased_articles #purchased_articles_table > thead > tr.warning > td,
.mergeport_orders_table > thead > tr.warning > td,
.table > thead > tr.warning > th,
table#recent-journal-positions > thead > tr.warning > th,
table#rksv-registers > thead > tr.warning > th,
table#latest_completed_invoice > thead > tr.warning > th,
table#customers > thead > tr.warning > th,
table#articles > thead > tr.warning > th,
table.delivers > thead > tr.warning > th,
table.closings > thead > tr.warning > th,
table.striped_table > thead > tr.warning > th,
table.normal_table > thead > tr.warning > th,
table#invoice-archive > thead > tr.warning > th,
table#delivery_note_archive > thead > tr.warning > th,
#statistics-form #statistics-totals-per-tax-group table > thead > tr.warning > th,
table.edit-invoice-line-items > thead > tr.warning > th,
table.edit-invoice-line-items-new > thead > tr.warning > th,
table#users-list > thead > tr.warning > th,
#invoice-totals-per-tax-group table > thead > tr.warning > th,
#features > thead > tr.warning > th,
table.list-inventories > thead > tr.warning > th,
table#batch_receipts > thead > tr.warning > th,
#kassa_pay_transaction_detail_table > thead > tr.warning > th,
body#purchased_articles #purchased_articles_table > thead > tr.warning > th,
.mergeport_orders_table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
table#recent-journal-positions > tbody > tr > td.warning,
table#rksv-registers > tbody > tr > td.warning,
table#latest_completed_invoice > tbody > tr > td.warning,
table#customers > tbody > tr > td.warning,
table#articles > tbody > tr > td.warning,
table.delivers > tbody > tr > td.warning,
table.closings > tbody > tr > td.warning,
table.striped_table > tbody > tr > td.warning,
table.normal_table > tbody > tr > td.warning,
table#invoice-archive > tbody > tr > td.warning,
table#delivery_note_archive > tbody > tr > td.warning,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr > td.warning,
table.edit-invoice-line-items > tbody > tr > td.warning,
table.edit-invoice-line-items-new > tbody > tr > td.warning,
table#users-list > tbody > tr > td.warning,
#invoice-totals-per-tax-group table > tbody > tr > td.warning,
#features > tbody > tr > td.warning,
table.list-inventories > tbody > tr > td.warning,
table#batch_receipts > tbody > tr > td.warning,
#kassa_pay_transaction_detail_table > tbody > tr > td.warning,
body#purchased_articles #purchased_articles_table > tbody > tr > td.warning,
.mergeport_orders_table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
table#recent-journal-positions > tbody > tr > th.warning,
table#rksv-registers > tbody > tr > th.warning,
table#latest_completed_invoice > tbody > tr > th.warning,
table#customers > tbody > tr > th.warning,
table#articles > tbody > tr > th.warning,
table.delivers > tbody > tr > th.warning,
table.closings > tbody > tr > th.warning,
table.striped_table > tbody > tr > th.warning,
table.normal_table > tbody > tr > th.warning,
table#invoice-archive > tbody > tr > th.warning,
table#delivery_note_archive > tbody > tr > th.warning,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr > th.warning,
table.edit-invoice-line-items > tbody > tr > th.warning,
table.edit-invoice-line-items-new > tbody > tr > th.warning,
table#users-list > tbody > tr > th.warning,
#invoice-totals-per-tax-group table > tbody > tr > th.warning,
#features > tbody > tr > th.warning,
table.list-inventories > tbody > tr > th.warning,
table#batch_receipts > tbody > tr > th.warning,
#kassa_pay_transaction_detail_table > tbody > tr > th.warning,
body#purchased_articles #purchased_articles_table > tbody > tr > th.warning,
.mergeport_orders_table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
table#recent-journal-positions > tbody > tr.warning > td,
table#rksv-registers > tbody > tr.warning > td,
table#latest_completed_invoice > tbody > tr.warning > td,
table#customers > tbody > tr.warning > td,
table#articles > tbody > tr.warning > td,
table.delivers > tbody > tr.warning > td,
table.closings > tbody > tr.warning > td,
table.striped_table > tbody > tr.warning > td,
table.normal_table > tbody > tr.warning > td,
table#invoice-archive > tbody > tr.warning > td,
table#delivery_note_archive > tbody > tr.warning > td,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr.warning > td,
table.edit-invoice-line-items > tbody > tr.warning > td,
table.edit-invoice-line-items-new > tbody > tr.warning > td,
table#users-list > tbody > tr.warning > td,
#invoice-totals-per-tax-group table > tbody > tr.warning > td,
#features > tbody > tr.warning > td,
table.list-inventories > tbody > tr.warning > td,
table#batch_receipts > tbody > tr.warning > td,
#kassa_pay_transaction_detail_table > tbody > tr.warning > td,
body#purchased_articles #purchased_articles_table > tbody > tr.warning > td,
.mergeport_orders_table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
table#recent-journal-positions > tbody > tr.warning > th,
table#rksv-registers > tbody > tr.warning > th,
table#latest_completed_invoice > tbody > tr.warning > th,
table#customers > tbody > tr.warning > th,
table#articles > tbody > tr.warning > th,
table.delivers > tbody > tr.warning > th,
table.closings > tbody > tr.warning > th,
table.striped_table > tbody > tr.warning > th,
table.normal_table > tbody > tr.warning > th,
table#invoice-archive > tbody > tr.warning > th,
table#delivery_note_archive > tbody > tr.warning > th,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr.warning > th,
table.edit-invoice-line-items > tbody > tr.warning > th,
table.edit-invoice-line-items-new > tbody > tr.warning > th,
table#users-list > tbody > tr.warning > th,
#invoice-totals-per-tax-group table > tbody > tr.warning > th,
#features > tbody > tr.warning > th,
table.list-inventories > tbody > tr.warning > th,
table#batch_receipts > tbody > tr.warning > th,
#kassa_pay_transaction_detail_table > tbody > tr.warning > th,
body#purchased_articles #purchased_articles_table > tbody > tr.warning > th,
.mergeport_orders_table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
table#recent-journal-positions > tfoot > tr > td.warning,
table#rksv-registers > tfoot > tr > td.warning,
table#latest_completed_invoice > tfoot > tr > td.warning,
table#customers > tfoot > tr > td.warning,
table#articles > tfoot > tr > td.warning,
table.delivers > tfoot > tr > td.warning,
table.closings > tfoot > tr > td.warning,
table.striped_table > tfoot > tr > td.warning,
table.normal_table > tfoot > tr > td.warning,
table#invoice-archive > tfoot > tr > td.warning,
table#delivery_note_archive > tfoot > tr > td.warning,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr > td.warning,
table.edit-invoice-line-items > tfoot > tr > td.warning,
table.edit-invoice-line-items-new > tfoot > tr > td.warning,
table#users-list > tfoot > tr > td.warning,
#invoice-totals-per-tax-group table > tfoot > tr > td.warning,
#features > tfoot > tr > td.warning,
table.list-inventories > tfoot > tr > td.warning,
table#batch_receipts > tfoot > tr > td.warning,
#kassa_pay_transaction_detail_table > tfoot > tr > td.warning,
body#purchased_articles #purchased_articles_table > tfoot > tr > td.warning,
.mergeport_orders_table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
table#recent-journal-positions > tfoot > tr > th.warning,
table#rksv-registers > tfoot > tr > th.warning,
table#latest_completed_invoice > tfoot > tr > th.warning,
table#customers > tfoot > tr > th.warning,
table#articles > tfoot > tr > th.warning,
table.delivers > tfoot > tr > th.warning,
table.closings > tfoot > tr > th.warning,
table.striped_table > tfoot > tr > th.warning,
table.normal_table > tfoot > tr > th.warning,
table#invoice-archive > tfoot > tr > th.warning,
table#delivery_note_archive > tfoot > tr > th.warning,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr > th.warning,
table.edit-invoice-line-items > tfoot > tr > th.warning,
table.edit-invoice-line-items-new > tfoot > tr > th.warning,
table#users-list > tfoot > tr > th.warning,
#invoice-totals-per-tax-group table > tfoot > tr > th.warning,
#features > tfoot > tr > th.warning,
table.list-inventories > tfoot > tr > th.warning,
table#batch_receipts > tfoot > tr > th.warning,
#kassa_pay_transaction_detail_table > tfoot > tr > th.warning,
body#purchased_articles #purchased_articles_table > tfoot > tr > th.warning,
.mergeport_orders_table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
table#recent-journal-positions > tfoot > tr.warning > td,
table#rksv-registers > tfoot > tr.warning > td,
table#latest_completed_invoice > tfoot > tr.warning > td,
table#customers > tfoot > tr.warning > td,
table#articles > tfoot > tr.warning > td,
table.delivers > tfoot > tr.warning > td,
table.closings > tfoot > tr.warning > td,
table.striped_table > tfoot > tr.warning > td,
table.normal_table > tfoot > tr.warning > td,
table#invoice-archive > tfoot > tr.warning > td,
table#delivery_note_archive > tfoot > tr.warning > td,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr.warning > td,
table.edit-invoice-line-items > tfoot > tr.warning > td,
table.edit-invoice-line-items-new > tfoot > tr.warning > td,
table#users-list > tfoot > tr.warning > td,
#invoice-totals-per-tax-group table > tfoot > tr.warning > td,
#features > tfoot > tr.warning > td,
table.list-inventories > tfoot > tr.warning > td,
table#batch_receipts > tfoot > tr.warning > td,
#kassa_pay_transaction_detail_table > tfoot > tr.warning > td,
body#purchased_articles #purchased_articles_table > tfoot > tr.warning > td,
.mergeport_orders_table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
table#recent-journal-positions > tfoot > tr.warning > th,
table#rksv-registers > tfoot > tr.warning > th,
table#latest_completed_invoice > tfoot > tr.warning > th,
table#customers > tfoot > tr.warning > th,
table#articles > tfoot > tr.warning > th,
table.delivers > tfoot > tr.warning > th,
table.closings > tfoot > tr.warning > th,
table.striped_table > tfoot > tr.warning > th,
table.normal_table > tfoot > tr.warning > th,
table#invoice-archive > tfoot > tr.warning > th,
table#delivery_note_archive > tfoot > tr.warning > th,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr.warning > th,
table.edit-invoice-line-items > tfoot > tr.warning > th,
table.edit-invoice-line-items-new > tfoot > tr.warning > th,
table#users-list > tfoot > tr.warning > th,
#invoice-totals-per-tax-group table > tfoot > tr.warning > th,
#features > tfoot > tr.warning > th,
table.list-inventories > tfoot > tr.warning > th,
table#batch_receipts > tfoot > tr.warning > th,
#kassa_pay_transaction_detail_table > tfoot > tr.warning > th,
body#purchased_articles #purchased_articles_table > tfoot > tr.warning > th,
.mergeport_orders_table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, table#customers > tbody > tr > td.warning:hover, table#articles > tbody > tr > td.warning:hover, table.delivers > tbody > tr > td.warning:hover, table.closings > tbody > tr > td.warning:hover, table.striped_table > tbody > tr > td.warning:hover, table#invoice-archive > tbody > tr > td.warning:hover, table#delivery_note_archive > tbody > tr > td.warning:hover, table.list-inventories > tbody > tr > td.warning:hover, table#batch_receipts > tbody > tr > td.warning:hover, .import-double:nth-child(even) > tbody > tr > td.warning:hover, .import-double:nth-child(odd) > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
table#customers > tbody > tr > th.warning:hover,
table#articles > tbody > tr > th.warning:hover,
table.delivers > tbody > tr > th.warning:hover,
table.closings > tbody > tr > th.warning:hover,
table.striped_table > tbody > tr > th.warning:hover,
table#invoice-archive > tbody > tr > th.warning:hover,
table#delivery_note_archive > tbody > tr > th.warning:hover,
table.list-inventories > tbody > tr > th.warning:hover,
table#batch_receipts > tbody > tr > th.warning:hover,
.import-double:nth-child(even) > tbody > tr > th.warning:hover,
.import-double:nth-child(odd) > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
table#customers > tbody > tr.warning:hover > td,
table#articles > tbody > tr.warning:hover > td,
table.delivers > tbody > tr.warning:hover > td,
table.closings > tbody > tr.warning:hover > td,
table.striped_table > tbody > tr.warning:hover > td,
table#invoice-archive > tbody > tr.warning:hover > td,
table#delivery_note_archive > tbody > tr.warning:hover > td,
table.list-inventories > tbody > tr.warning:hover > td,
table#batch_receipts > tbody > tr.warning:hover > td,
.import-double:nth-child(even) > tbody > tr.warning:hover > td,
.import-double:nth-child(odd) > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
table#customers > tbody > tr:hover > .warning,
table#articles > tbody > tr:hover > .warning,
table.delivers > tbody > tr:hover > .warning,
table.closings > tbody > tr:hover > .warning,
table.striped_table > tbody > tr:hover > .warning,
table#invoice-archive > tbody > tr:hover > .warning,
table#delivery_note_archive > tbody > tr:hover > .warning,
table.list-inventories > tbody > tr:hover > .warning,
table#batch_receipts > tbody > tr:hover > .warning,
.import-double:nth-child(even) > tbody > tr:hover > .warning,
.import-double:nth-child(odd) > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th,
table#customers > tbody > tr.warning:hover > th,
table#articles > tbody > tr.warning:hover > th,
table.delivers > tbody > tr.warning:hover > th,
table.closings > tbody > tr.warning:hover > th,
table.striped_table > tbody > tr.warning:hover > th,
table#invoice-archive > tbody > tr.warning:hover > th,
table#delivery_note_archive > tbody > tr.warning:hover > th,
table.list-inventories > tbody > tr.warning:hover > th,
table#batch_receipts > tbody > tr.warning:hover > th,
.import-double:nth-child(even) > tbody > tr.warning:hover > th,
.import-double:nth-child(odd) > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, table#recent-journal-positions > thead > tr > td.danger, table#rksv-registers > thead > tr > td.danger, table#latest_completed_invoice > thead > tr > td.danger, table#customers > thead > tr > td.danger, table#articles > thead > tr > td.danger, table.delivers > thead > tr > td.danger, table.closings > thead > tr > td.danger, table.striped_table > thead > tr > td.danger, table.normal_table > thead > tr > td.danger, table#invoice-archive > thead > tr > td.danger, table#delivery_note_archive > thead > tr > td.danger, #statistics-form #statistics-totals-per-tax-group table > thead > tr > td.danger, table.edit-invoice-line-items > thead > tr > td.danger, table.edit-invoice-line-items-new > thead > tr > td.danger, table#users-list > thead > tr > td.danger, #invoice-totals-per-tax-group table > thead > tr > td.danger, #features > thead > tr > td.danger, table.list-inventories > thead > tr > td.danger, table#batch_receipts > thead > tr > td.danger, #kassa_pay_transaction_detail_table > thead > tr > td.danger, body#purchased_articles #purchased_articles_table > thead > tr > td.danger, .mergeport_orders_table > thead > tr > td.danger,
.table > thead > tr > th.danger,
table#recent-journal-positions > thead > tr > th.danger,
table#rksv-registers > thead > tr > th.danger,
table#latest_completed_invoice > thead > tr > th.danger,
table#customers > thead > tr > th.danger,
table#articles > thead > tr > th.danger,
table.delivers > thead > tr > th.danger,
table.closings > thead > tr > th.danger,
table.striped_table > thead > tr > th.danger,
table.normal_table > thead > tr > th.danger,
table#invoice-archive > thead > tr > th.danger,
table#delivery_note_archive > thead > tr > th.danger,
#statistics-form #statistics-totals-per-tax-group table > thead > tr > th.danger,
table.edit-invoice-line-items > thead > tr > th.danger,
table.edit-invoice-line-items-new > thead > tr > th.danger,
table#users-list > thead > tr > th.danger,
#invoice-totals-per-tax-group table > thead > tr > th.danger,
#features > thead > tr > th.danger,
table.list-inventories > thead > tr > th.danger,
table#batch_receipts > thead > tr > th.danger,
#kassa_pay_transaction_detail_table > thead > tr > th.danger,
body#purchased_articles #purchased_articles_table > thead > tr > th.danger,
.mergeport_orders_table > thead > tr > th.danger,
.table > thead > tr.danger > td,
table#recent-journal-positions > thead > tr.danger > td,
table#rksv-registers > thead > tr.danger > td,
table#latest_completed_invoice > thead > tr.danger > td,
table#customers > thead > tr.danger > td,
table#articles > thead > tr.danger > td,
table.delivers > thead > tr.danger > td,
table.closings > thead > tr.danger > td,
table.striped_table > thead > tr.danger > td,
table.normal_table > thead > tr.danger > td,
table#invoice-archive > thead > tr.danger > td,
table#delivery_note_archive > thead > tr.danger > td,
#statistics-form #statistics-totals-per-tax-group table > thead > tr.danger > td,
table.edit-invoice-line-items > thead > tr.danger > td,
table.edit-invoice-line-items-new > thead > tr.danger > td,
table#users-list > thead > tr.danger > td,
#invoice-totals-per-tax-group table > thead > tr.danger > td,
#features > thead > tr.danger > td,
table.list-inventories > thead > tr.danger > td,
table#batch_receipts > thead > tr.danger > td,
#kassa_pay_transaction_detail_table > thead > tr.danger > td,
body#purchased_articles #purchased_articles_table > thead > tr.danger > td,
.mergeport_orders_table > thead > tr.danger > td,
.table > thead > tr.danger > th,
table#recent-journal-positions > thead > tr.danger > th,
table#rksv-registers > thead > tr.danger > th,
table#latest_completed_invoice > thead > tr.danger > th,
table#customers > thead > tr.danger > th,
table#articles > thead > tr.danger > th,
table.delivers > thead > tr.danger > th,
table.closings > thead > tr.danger > th,
table.striped_table > thead > tr.danger > th,
table.normal_table > thead > tr.danger > th,
table#invoice-archive > thead > tr.danger > th,
table#delivery_note_archive > thead > tr.danger > th,
#statistics-form #statistics-totals-per-tax-group table > thead > tr.danger > th,
table.edit-invoice-line-items > thead > tr.danger > th,
table.edit-invoice-line-items-new > thead > tr.danger > th,
table#users-list > thead > tr.danger > th,
#invoice-totals-per-tax-group table > thead > tr.danger > th,
#features > thead > tr.danger > th,
table.list-inventories > thead > tr.danger > th,
table#batch_receipts > thead > tr.danger > th,
#kassa_pay_transaction_detail_table > thead > tr.danger > th,
body#purchased_articles #purchased_articles_table > thead > tr.danger > th,
.mergeport_orders_table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
table#recent-journal-positions > tbody > tr > td.danger,
table#rksv-registers > tbody > tr > td.danger,
table#latest_completed_invoice > tbody > tr > td.danger,
table#customers > tbody > tr > td.danger,
table#articles > tbody > tr > td.danger,
table.delivers > tbody > tr > td.danger,
table.closings > tbody > tr > td.danger,
table.striped_table > tbody > tr > td.danger,
table.normal_table > tbody > tr > td.danger,
table#invoice-archive > tbody > tr > td.danger,
table#delivery_note_archive > tbody > tr > td.danger,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr > td.danger,
table.edit-invoice-line-items > tbody > tr > td.danger,
table.edit-invoice-line-items-new > tbody > tr > td.danger,
table#users-list > tbody > tr > td.danger,
#invoice-totals-per-tax-group table > tbody > tr > td.danger,
#features > tbody > tr > td.danger,
table.list-inventories > tbody > tr > td.danger,
table#batch_receipts > tbody > tr > td.danger,
#kassa_pay_transaction_detail_table > tbody > tr > td.danger,
body#purchased_articles #purchased_articles_table > tbody > tr > td.danger,
.mergeport_orders_table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
table#recent-journal-positions > tbody > tr > th.danger,
table#rksv-registers > tbody > tr > th.danger,
table#latest_completed_invoice > tbody > tr > th.danger,
table#customers > tbody > tr > th.danger,
table#articles > tbody > tr > th.danger,
table.delivers > tbody > tr > th.danger,
table.closings > tbody > tr > th.danger,
table.striped_table > tbody > tr > th.danger,
table.normal_table > tbody > tr > th.danger,
table#invoice-archive > tbody > tr > th.danger,
table#delivery_note_archive > tbody > tr > th.danger,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr > th.danger,
table.edit-invoice-line-items > tbody > tr > th.danger,
table.edit-invoice-line-items-new > tbody > tr > th.danger,
table#users-list > tbody > tr > th.danger,
#invoice-totals-per-tax-group table > tbody > tr > th.danger,
#features > tbody > tr > th.danger,
table.list-inventories > tbody > tr > th.danger,
table#batch_receipts > tbody > tr > th.danger,
#kassa_pay_transaction_detail_table > tbody > tr > th.danger,
body#purchased_articles #purchased_articles_table > tbody > tr > th.danger,
.mergeport_orders_table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
table#recent-journal-positions > tbody > tr.danger > td,
table#rksv-registers > tbody > tr.danger > td,
table#latest_completed_invoice > tbody > tr.danger > td,
table#customers > tbody > tr.danger > td,
table#articles > tbody > tr.danger > td,
table.delivers > tbody > tr.danger > td,
table.closings > tbody > tr.danger > td,
table.striped_table > tbody > tr.danger > td,
table.normal_table > tbody > tr.danger > td,
table#invoice-archive > tbody > tr.danger > td,
table#delivery_note_archive > tbody > tr.danger > td,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr.danger > td,
table.edit-invoice-line-items > tbody > tr.danger > td,
table.edit-invoice-line-items-new > tbody > tr.danger > td,
table#users-list > tbody > tr.danger > td,
#invoice-totals-per-tax-group table > tbody > tr.danger > td,
#features > tbody > tr.danger > td,
table.list-inventories > tbody > tr.danger > td,
table#batch_receipts > tbody > tr.danger > td,
#kassa_pay_transaction_detail_table > tbody > tr.danger > td,
body#purchased_articles #purchased_articles_table > tbody > tr.danger > td,
.mergeport_orders_table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
table#recent-journal-positions > tbody > tr.danger > th,
table#rksv-registers > tbody > tr.danger > th,
table#latest_completed_invoice > tbody > tr.danger > th,
table#customers > tbody > tr.danger > th,
table#articles > tbody > tr.danger > th,
table.delivers > tbody > tr.danger > th,
table.closings > tbody > tr.danger > th,
table.striped_table > tbody > tr.danger > th,
table.normal_table > tbody > tr.danger > th,
table#invoice-archive > tbody > tr.danger > th,
table#delivery_note_archive > tbody > tr.danger > th,
#statistics-form #statistics-totals-per-tax-group table > tbody > tr.danger > th,
table.edit-invoice-line-items > tbody > tr.danger > th,
table.edit-invoice-line-items-new > tbody > tr.danger > th,
table#users-list > tbody > tr.danger > th,
#invoice-totals-per-tax-group table > tbody > tr.danger > th,
#features > tbody > tr.danger > th,
table.list-inventories > tbody > tr.danger > th,
table#batch_receipts > tbody > tr.danger > th,
#kassa_pay_transaction_detail_table > tbody > tr.danger > th,
body#purchased_articles #purchased_articles_table > tbody > tr.danger > th,
.mergeport_orders_table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
table#recent-journal-positions > tfoot > tr > td.danger,
table#rksv-registers > tfoot > tr > td.danger,
table#latest_completed_invoice > tfoot > tr > td.danger,
table#customers > tfoot > tr > td.danger,
table#articles > tfoot > tr > td.danger,
table.delivers > tfoot > tr > td.danger,
table.closings > tfoot > tr > td.danger,
table.striped_table > tfoot > tr > td.danger,
table.normal_table > tfoot > tr > td.danger,
table#invoice-archive > tfoot > tr > td.danger,
table#delivery_note_archive > tfoot > tr > td.danger,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr > td.danger,
table.edit-invoice-line-items > tfoot > tr > td.danger,
table.edit-invoice-line-items-new > tfoot > tr > td.danger,
table#users-list > tfoot > tr > td.danger,
#invoice-totals-per-tax-group table > tfoot > tr > td.danger,
#features > tfoot > tr > td.danger,
table.list-inventories > tfoot > tr > td.danger,
table#batch_receipts > tfoot > tr > td.danger,
#kassa_pay_transaction_detail_table > tfoot > tr > td.danger,
body#purchased_articles #purchased_articles_table > tfoot > tr > td.danger,
.mergeport_orders_table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
table#recent-journal-positions > tfoot > tr > th.danger,
table#rksv-registers > tfoot > tr > th.danger,
table#latest_completed_invoice > tfoot > tr > th.danger,
table#customers > tfoot > tr > th.danger,
table#articles > tfoot > tr > th.danger,
table.delivers > tfoot > tr > th.danger,
table.closings > tfoot > tr > th.danger,
table.striped_table > tfoot > tr > th.danger,
table.normal_table > tfoot > tr > th.danger,
table#invoice-archive > tfoot > tr > th.danger,
table#delivery_note_archive > tfoot > tr > th.danger,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr > th.danger,
table.edit-invoice-line-items > tfoot > tr > th.danger,
table.edit-invoice-line-items-new > tfoot > tr > th.danger,
table#users-list > tfoot > tr > th.danger,
#invoice-totals-per-tax-group table > tfoot > tr > th.danger,
#features > tfoot > tr > th.danger,
table.list-inventories > tfoot > tr > th.danger,
table#batch_receipts > tfoot > tr > th.danger,
#kassa_pay_transaction_detail_table > tfoot > tr > th.danger,
body#purchased_articles #purchased_articles_table > tfoot > tr > th.danger,
.mergeport_orders_table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
table#recent-journal-positions > tfoot > tr.danger > td,
table#rksv-registers > tfoot > tr.danger > td,
table#latest_completed_invoice > tfoot > tr.danger > td,
table#customers > tfoot > tr.danger > td,
table#articles > tfoot > tr.danger > td,
table.delivers > tfoot > tr.danger > td,
table.closings > tfoot > tr.danger > td,
table.striped_table > tfoot > tr.danger > td,
table.normal_table > tfoot > tr.danger > td,
table#invoice-archive > tfoot > tr.danger > td,
table#delivery_note_archive > tfoot > tr.danger > td,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr.danger > td,
table.edit-invoice-line-items > tfoot > tr.danger > td,
table.edit-invoice-line-items-new > tfoot > tr.danger > td,
table#users-list > tfoot > tr.danger > td,
#invoice-totals-per-tax-group table > tfoot > tr.danger > td,
#features > tfoot > tr.danger > td,
table.list-inventories > tfoot > tr.danger > td,
table#batch_receipts > tfoot > tr.danger > td,
#kassa_pay_transaction_detail_table > tfoot > tr.danger > td,
body#purchased_articles #purchased_articles_table > tfoot > tr.danger > td,
.mergeport_orders_table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
table#recent-journal-positions > tfoot > tr.danger > th,
table#rksv-registers > tfoot > tr.danger > th,
table#latest_completed_invoice > tfoot > tr.danger > th,
table#customers > tfoot > tr.danger > th,
table#articles > tfoot > tr.danger > th,
table.delivers > tfoot > tr.danger > th,
table.closings > tfoot > tr.danger > th,
table.striped_table > tfoot > tr.danger > th,
table.normal_table > tfoot > tr.danger > th,
table#invoice-archive > tfoot > tr.danger > th,
table#delivery_note_archive > tfoot > tr.danger > th,
#statistics-form #statistics-totals-per-tax-group table > tfoot > tr.danger > th,
table.edit-invoice-line-items > tfoot > tr.danger > th,
table.edit-invoice-line-items-new > tfoot > tr.danger > th,
table#users-list > tfoot > tr.danger > th,
#invoice-totals-per-tax-group table > tfoot > tr.danger > th,
#features > tfoot > tr.danger > th,
table.list-inventories > tfoot > tr.danger > th,
table#batch_receipts > tfoot > tr.danger > th,
#kassa_pay_transaction_detail_table > tfoot > tr.danger > th,
body#purchased_articles #purchased_articles_table > tfoot > tr.danger > th,
.mergeport_orders_table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, table#customers > tbody > tr > td.danger:hover, table#articles > tbody > tr > td.danger:hover, table.delivers > tbody > tr > td.danger:hover, table.closings > tbody > tr > td.danger:hover, table.striped_table > tbody > tr > td.danger:hover, table#invoice-archive > tbody > tr > td.danger:hover, table#delivery_note_archive > tbody > tr > td.danger:hover, table.list-inventories > tbody > tr > td.danger:hover, table#batch_receipts > tbody > tr > td.danger:hover, .import-double:nth-child(even) > tbody > tr > td.danger:hover, .import-double:nth-child(odd) > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
table#customers > tbody > tr > th.danger:hover,
table#articles > tbody > tr > th.danger:hover,
table.delivers > tbody > tr > th.danger:hover,
table.closings > tbody > tr > th.danger:hover,
table.striped_table > tbody > tr > th.danger:hover,
table#invoice-archive > tbody > tr > th.danger:hover,
table#delivery_note_archive > tbody > tr > th.danger:hover,
table.list-inventories > tbody > tr > th.danger:hover,
table#batch_receipts > tbody > tr > th.danger:hover,
.import-double:nth-child(even) > tbody > tr > th.danger:hover,
.import-double:nth-child(odd) > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
table#customers > tbody > tr.danger:hover > td,
table#articles > tbody > tr.danger:hover > td,
table.delivers > tbody > tr.danger:hover > td,
table.closings > tbody > tr.danger:hover > td,
table.striped_table > tbody > tr.danger:hover > td,
table#invoice-archive > tbody > tr.danger:hover > td,
table#delivery_note_archive > tbody > tr.danger:hover > td,
table.list-inventories > tbody > tr.danger:hover > td,
table#batch_receipts > tbody > tr.danger:hover > td,
.import-double:nth-child(even) > tbody > tr.danger:hover > td,
.import-double:nth-child(odd) > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
table#customers > tbody > tr:hover > .danger,
table#articles > tbody > tr:hover > .danger,
table.delivers > tbody > tr:hover > .danger,
table.closings > tbody > tr:hover > .danger,
table.striped_table > tbody > tr:hover > .danger,
table#invoice-archive > tbody > tr:hover > .danger,
table#delivery_note_archive > tbody > tr:hover > .danger,
table.list-inventories > tbody > tr:hover > .danger,
table#batch_receipts > tbody > tr:hover > .danger,
.import-double:nth-child(even) > tbody > tr:hover > .danger,
.import-double:nth-child(odd) > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th,
table#customers > tbody > tr.danger:hover > th,
table#articles > tbody > tr.danger:hover > th,
table.delivers > tbody > tr.danger:hover > th,
table.closings > tbody > tr.danger:hover > th,
table.striped_table > tbody > tr.danger:hover > th,
table#invoice-archive > tbody > tr.danger:hover > th,
table#delivery_note_archive > tbody > tr.danger:hover > th,
table.list-inventories > tbody > tr.danger:hover > th,
table#batch_receipts > tbody > tr.danger:hover > th,
.import-double:nth-child(even) > tbody > tr.danger:hover > th,
.import-double:nth-child(odd) > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table, .table-responsive > table#recent-journal-positions, .table-responsive > table#rksv-registers, .table-responsive > table#latest_completed_invoice, .table-responsive > table#customers, .table-responsive > table#articles, .table-responsive > table.delivers, .table-responsive > table.closings, .table-responsive > table.striped_table, .table-responsive > table.normal_table, .table-responsive > table#invoice-archive, .table-responsive > table#delivery_note_archive, #statistics-form #statistics-totals-per-tax-group .table-responsive > table, .table-responsive > table.edit-invoice-line-items,
      .table-responsive > table.edit-invoice-line-items-new, .table-responsive > table#users-list, #invoice-totals-per-tax-group .table-responsive > table, .table-responsive > #features, .table-responsive > table.list-inventories, .table-responsive > table#batch_receipts, .table-responsive > #kassa_pay_transaction_detail_table, body#purchased_articles .table-responsive > #purchased_articles_table, .table-responsive > .mergeport_orders_table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th, .table-responsive > table#recent-journal-positions > thead > tr > th, .table-responsive > table#rksv-registers > thead > tr > th, .table-responsive > table#latest_completed_invoice > thead > tr > th, .table-responsive > table#customers > thead > tr > th, .table-responsive > table#articles > thead > tr > th, .table-responsive > table.delivers > thead > tr > th, .table-responsive > table.closings > thead > tr > th, .table-responsive > table.striped_table > thead > tr > th, .table-responsive > table.normal_table > thead > tr > th, .table-responsive > table#invoice-archive > thead > tr > th, .table-responsive > table#delivery_note_archive > thead > tr > th, #statistics-form #statistics-totals-per-tax-group .table-responsive > table > thead > tr > th, .table-responsive > table.edit-invoice-line-items > thead > tr > th, .table-responsive > table.edit-invoice-line-items-new > thead > tr > th, .table-responsive > table#users-list > thead > tr > th, #invoice-totals-per-tax-group .table-responsive > table > thead > tr > th, .table-responsive > #features > thead > tr > th, .table-responsive > table.list-inventories > thead > tr > th, .table-responsive > table#batch_receipts > thead > tr > th, .table-responsive > #kassa_pay_transaction_detail_table > thead > tr > th, body#purchased_articles .table-responsive > #purchased_articles_table > thead > tr > th, .table-responsive > .mergeport_orders_table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > table#recent-journal-positions > thead > tr > td,
        .table-responsive > table#rksv-registers > thead > tr > td,
        .table-responsive > table#latest_completed_invoice > thead > tr > td,
        .table-responsive > table#customers > thead > tr > td,
        .table-responsive > table#articles > thead > tr > td,
        .table-responsive > table.delivers > thead > tr > td,
        .table-responsive > table.closings > thead > tr > td,
        .table-responsive > table.striped_table > thead > tr > td,
        .table-responsive > table.normal_table > thead > tr > td,
        .table-responsive > table#invoice-archive > thead > tr > td,
        .table-responsive > table#delivery_note_archive > thead > tr > td,
        #statistics-form #statistics-totals-per-tax-group .table-responsive > table > thead > tr > td,
        .table-responsive > table.edit-invoice-line-items > thead > tr > td,
        .table-responsive > table.edit-invoice-line-items-new > thead > tr > td,
        .table-responsive > table#users-list > thead > tr > td,
        #invoice-totals-per-tax-group .table-responsive > table > thead > tr > td,
        .table-responsive > #features > thead > tr > td,
        .table-responsive > table.list-inventories > thead > tr > td,
        .table-responsive > table#batch_receipts > thead > tr > td,
        .table-responsive > #kassa_pay_transaction_detail_table > thead > tr > td,
        body#purchased_articles .table-responsive > #purchased_articles_table > thead > tr > td,
        .table-responsive > .mergeport_orders_table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > table#recent-journal-positions > tbody > tr > th,
        .table-responsive > table#rksv-registers > tbody > tr > th,
        .table-responsive > table#latest_completed_invoice > tbody > tr > th,
        .table-responsive > table#customers > tbody > tr > th,
        .table-responsive > table#articles > tbody > tr > th,
        .table-responsive > table.delivers > tbody > tr > th,
        .table-responsive > table.closings > tbody > tr > th,
        .table-responsive > table.striped_table > tbody > tr > th,
        .table-responsive > table.normal_table > tbody > tr > th,
        .table-responsive > table#invoice-archive > tbody > tr > th,
        .table-responsive > table#delivery_note_archive > tbody > tr > th,
        #statistics-form #statistics-totals-per-tax-group .table-responsive > table > tbody > tr > th,
        .table-responsive > table.edit-invoice-line-items > tbody > tr > th,
        .table-responsive > table.edit-invoice-line-items-new > tbody > tr > th,
        .table-responsive > table#users-list > tbody > tr > th,
        #invoice-totals-per-tax-group .table-responsive > table > tbody > tr > th,
        .table-responsive > #features > tbody > tr > th,
        .table-responsive > table.list-inventories > tbody > tr > th,
        .table-responsive > table#batch_receipts > tbody > tr > th,
        .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr > th,
        body#purchased_articles .table-responsive > #purchased_articles_table > tbody > tr > th,
        .table-responsive > .mergeport_orders_table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > table#recent-journal-positions > tbody > tr > td,
        .table-responsive > table#rksv-registers > tbody > tr > td,
        .table-responsive > table#latest_completed_invoice > tbody > tr > td,
        .table-responsive > table#customers > tbody > tr > td,
        .table-responsive > table#articles > tbody > tr > td,
        .table-responsive > table.delivers > tbody > tr > td,
        .table-responsive > table.closings > tbody > tr > td,
        .table-responsive > table.striped_table > tbody > tr > td,
        .table-responsive > table.normal_table > tbody > tr > td,
        .table-responsive > table#invoice-archive > tbody > tr > td,
        .table-responsive > table#delivery_note_archive > tbody > tr > td,
        #statistics-form #statistics-totals-per-tax-group .table-responsive > table > tbody > tr > td,
        .table-responsive > table.edit-invoice-line-items > tbody > tr > td,
        .table-responsive > table.edit-invoice-line-items-new > tbody > tr > td,
        .table-responsive > table#users-list > tbody > tr > td,
        #invoice-totals-per-tax-group .table-responsive > table > tbody > tr > td,
        .table-responsive > #features > tbody > tr > td,
        .table-responsive > table.list-inventories > tbody > tr > td,
        .table-responsive > table#batch_receipts > tbody > tr > td,
        .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr > td,
        body#purchased_articles .table-responsive > #purchased_articles_table > tbody > tr > td,
        .table-responsive > .mergeport_orders_table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > table#recent-journal-positions > tfoot > tr > th,
        .table-responsive > table#rksv-registers > tfoot > tr > th,
        .table-responsive > table#latest_completed_invoice > tfoot > tr > th,
        .table-responsive > table#customers > tfoot > tr > th,
        .table-responsive > table#articles > tfoot > tr > th,
        .table-responsive > table.delivers > tfoot > tr > th,
        .table-responsive > table.closings > tfoot > tr > th,
        .table-responsive > table.striped_table > tfoot > tr > th,
        .table-responsive > table.normal_table > tfoot > tr > th,
        .table-responsive > table#invoice-archive > tfoot > tr > th,
        .table-responsive > table#delivery_note_archive > tfoot > tr > th,
        #statistics-form #statistics-totals-per-tax-group .table-responsive > table > tfoot > tr > th,
        .table-responsive > table.edit-invoice-line-items > tfoot > tr > th,
        .table-responsive > table.edit-invoice-line-items-new > tfoot > tr > th,
        .table-responsive > table#users-list > tfoot > tr > th,
        #invoice-totals-per-tax-group .table-responsive > table > tfoot > tr > th,
        .table-responsive > #features > tfoot > tr > th,
        .table-responsive > table.list-inventories > tfoot > tr > th,
        .table-responsive > table#batch_receipts > tfoot > tr > th,
        .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr > th,
        body#purchased_articles .table-responsive > #purchased_articles_table > tfoot > tr > th,
        .table-responsive > .mergeport_orders_table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td,
        .table-responsive > table#recent-journal-positions > tfoot > tr > td,
        .table-responsive > table#rksv-registers > tfoot > tr > td,
        .table-responsive > table#latest_completed_invoice > tfoot > tr > td,
        .table-responsive > table#customers > tfoot > tr > td,
        .table-responsive > table#articles > tfoot > tr > td,
        .table-responsive > table.delivers > tfoot > tr > td,
        .table-responsive > table.closings > tfoot > tr > td,
        .table-responsive > table.striped_table > tfoot > tr > td,
        .table-responsive > table.normal_table > tfoot > tr > td,
        .table-responsive > table#invoice-archive > tfoot > tr > td,
        .table-responsive > table#delivery_note_archive > tfoot > tr > td,
        #statistics-form #statistics-totals-per-tax-group .table-responsive > table > tfoot > tr > td,
        .table-responsive > table.edit-invoice-line-items > tfoot > tr > td,
        .table-responsive > table.edit-invoice-line-items-new > tfoot > tr > td,
        .table-responsive > table#users-list > tfoot > tr > td,
        #invoice-totals-per-tax-group .table-responsive > table > tfoot > tr > td,
        .table-responsive > #features > tfoot > tr > td,
        .table-responsive > table.list-inventories > tfoot > tr > td,
        .table-responsive > table#batch_receipts > tfoot > tr > td,
        .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr > td,
        body#purchased_articles .table-responsive > #purchased_articles_table > tfoot > tr > td,
        .table-responsive > .mergeport_orders_table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered, .table-responsive > table#recent-journal-positions, .table-responsive > table#rksv-registers, .table-responsive > table#latest_completed_invoice, .table-responsive > table#customers, .table-responsive > table#articles, .table-responsive > table.delivers, .table-responsive > table.closings, .table-responsive > table.striped_table, .table-responsive > table.normal_table, .table-responsive > table#invoice-archive, .table-responsive > table#delivery_note_archive, .table-responsive > table.edit-invoice-line-items,
      .table-responsive > table.edit-invoice-line-items-new, .table-responsive > table#users-list, .table-responsive > table.list-inventories, .table-responsive > table#batch_receipts, .table-responsive > #kassa_pay_transaction_detail_table, body#purchased_articles .table-responsive > #purchased_articles_table, .table-responsive > .mergeport_orders_table {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > table#recent-journal-positions > thead > tr > th:first-child, .table-responsive > table#rksv-registers > thead > tr > th:first-child, .table-responsive > table#latest_completed_invoice > thead > tr > th:first-child, .table-responsive > table#customers > thead > tr > th:first-child, .table-responsive > table#articles > thead > tr > th:first-child, .table-responsive > table.delivers > thead > tr > th:first-child, .table-responsive > table.closings > thead > tr > th:first-child, .table-responsive > table.striped_table > thead > tr > th:first-child, .table-responsive > table.normal_table > thead > tr > th:first-child, .table-responsive > table#invoice-archive > thead > tr > th:first-child, .table-responsive > table#delivery_note_archive > thead > tr > th:first-child, .table-responsive > table.edit-invoice-line-items > thead > tr > th:first-child, .table-responsive > table.edit-invoice-line-items-new > thead > tr > th:first-child, .table-responsive > table#users-list > thead > tr > th:first-child, .table-responsive > table.list-inventories > thead > tr > th:first-child, .table-responsive > table#batch_receipts > thead > tr > th:first-child, .table-responsive > #kassa_pay_transaction_detail_table > thead > tr > th:first-child, body#purchased_articles .table-responsive > #purchased_articles_table > thead > tr > th:first-child, .table-responsive > .mergeport_orders_table > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > table#recent-journal-positions > thead > tr > td:first-child,
        .table-responsive > table#rksv-registers > thead > tr > td:first-child,
        .table-responsive > table#latest_completed_invoice > thead > tr > td:first-child,
        .table-responsive > table#customers > thead > tr > td:first-child,
        .table-responsive > table#articles > thead > tr > td:first-child,
        .table-responsive > table.delivers > thead > tr > td:first-child,
        .table-responsive > table.closings > thead > tr > td:first-child,
        .table-responsive > table.striped_table > thead > tr > td:first-child,
        .table-responsive > table.normal_table > thead > tr > td:first-child,
        .table-responsive > table#invoice-archive > thead > tr > td:first-child,
        .table-responsive > table#delivery_note_archive > thead > tr > td:first-child,
        .table-responsive > table.edit-invoice-line-items > thead > tr > td:first-child,
        .table-responsive > table.edit-invoice-line-items-new > thead > tr > td:first-child,
        .table-responsive > table#users-list > thead > tr > td:first-child,
        .table-responsive > table.list-inventories > thead > tr > td:first-child,
        .table-responsive > table#batch_receipts > thead > tr > td:first-child,
        .table-responsive > #kassa_pay_transaction_detail_table > thead > tr > td:first-child,
        body#purchased_articles .table-responsive > #purchased_articles_table > thead > tr > td:first-child,
        .table-responsive > .mergeport_orders_table > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > table#recent-journal-positions > tbody > tr > th:first-child,
        .table-responsive > table#rksv-registers > tbody > tr > th:first-child,
        .table-responsive > table#latest_completed_invoice > tbody > tr > th:first-child,
        .table-responsive > table#customers > tbody > tr > th:first-child,
        .table-responsive > table#articles > tbody > tr > th:first-child,
        .table-responsive > table.delivers > tbody > tr > th:first-child,
        .table-responsive > table.closings > tbody > tr > th:first-child,
        .table-responsive > table.striped_table > tbody > tr > th:first-child,
        .table-responsive > table.normal_table > tbody > tr > th:first-child,
        .table-responsive > table#invoice-archive > tbody > tr > th:first-child,
        .table-responsive > table#delivery_note_archive > tbody > tr > th:first-child,
        .table-responsive > table.edit-invoice-line-items > tbody > tr > th:first-child,
        .table-responsive > table.edit-invoice-line-items-new > tbody > tr > th:first-child,
        .table-responsive > table#users-list > tbody > tr > th:first-child,
        .table-responsive > table.list-inventories > tbody > tr > th:first-child,
        .table-responsive > table#batch_receipts > tbody > tr > th:first-child,
        .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr > th:first-child,
        body#purchased_articles .table-responsive > #purchased_articles_table > tbody > tr > th:first-child,
        .table-responsive > .mergeport_orders_table > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > table#recent-journal-positions > tbody > tr > td:first-child,
        .table-responsive > table#rksv-registers > tbody > tr > td:first-child,
        .table-responsive > table#latest_completed_invoice > tbody > tr > td:first-child,
        .table-responsive > table#customers > tbody > tr > td:first-child,
        .table-responsive > table#articles > tbody > tr > td:first-child,
        .table-responsive > table.delivers > tbody > tr > td:first-child,
        .table-responsive > table.closings > tbody > tr > td:first-child,
        .table-responsive > table.striped_table > tbody > tr > td:first-child,
        .table-responsive > table.normal_table > tbody > tr > td:first-child,
        .table-responsive > table#invoice-archive > tbody > tr > td:first-child,
        .table-responsive > table#delivery_note_archive > tbody > tr > td:first-child,
        .table-responsive > table.edit-invoice-line-items > tbody > tr > td:first-child,
        .table-responsive > table.edit-invoice-line-items-new > tbody > tr > td:first-child,
        .table-responsive > table#users-list > tbody > tr > td:first-child,
        .table-responsive > table.list-inventories > tbody > tr > td:first-child,
        .table-responsive > table#batch_receipts > tbody > tr > td:first-child,
        .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr > td:first-child,
        body#purchased_articles .table-responsive > #purchased_articles_table > tbody > tr > td:first-child,
        .table-responsive > .mergeport_orders_table > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > table#recent-journal-positions > tfoot > tr > th:first-child,
        .table-responsive > table#rksv-registers > tfoot > tr > th:first-child,
        .table-responsive > table#latest_completed_invoice > tfoot > tr > th:first-child,
        .table-responsive > table#customers > tfoot > tr > th:first-child,
        .table-responsive > table#articles > tfoot > tr > th:first-child,
        .table-responsive > table.delivers > tfoot > tr > th:first-child,
        .table-responsive > table.closings > tfoot > tr > th:first-child,
        .table-responsive > table.striped_table > tfoot > tr > th:first-child,
        .table-responsive > table.normal_table > tfoot > tr > th:first-child,
        .table-responsive > table#invoice-archive > tfoot > tr > th:first-child,
        .table-responsive > table#delivery_note_archive > tfoot > tr > th:first-child,
        .table-responsive > table.edit-invoice-line-items > tfoot > tr > th:first-child,
        .table-responsive > table.edit-invoice-line-items-new > tfoot > tr > th:first-child,
        .table-responsive > table#users-list > tfoot > tr > th:first-child,
        .table-responsive > table.list-inventories > tfoot > tr > th:first-child,
        .table-responsive > table#batch_receipts > tfoot > tr > th:first-child,
        .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr > th:first-child,
        body#purchased_articles .table-responsive > #purchased_articles_table > tfoot > tr > th:first-child,
        .table-responsive > .mergeport_orders_table > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child,
        .table-responsive > table#recent-journal-positions > tfoot > tr > td:first-child,
        .table-responsive > table#rksv-registers > tfoot > tr > td:first-child,
        .table-responsive > table#latest_completed_invoice > tfoot > tr > td:first-child,
        .table-responsive > table#customers > tfoot > tr > td:first-child,
        .table-responsive > table#articles > tfoot > tr > td:first-child,
        .table-responsive > table.delivers > tfoot > tr > td:first-child,
        .table-responsive > table.closings > tfoot > tr > td:first-child,
        .table-responsive > table.striped_table > tfoot > tr > td:first-child,
        .table-responsive > table.normal_table > tfoot > tr > td:first-child,
        .table-responsive > table#invoice-archive > tfoot > tr > td:first-child,
        .table-responsive > table#delivery_note_archive > tfoot > tr > td:first-child,
        .table-responsive > table.edit-invoice-line-items > tfoot > tr > td:first-child,
        .table-responsive > table.edit-invoice-line-items-new > tfoot > tr > td:first-child,
        .table-responsive > table#users-list > tfoot > tr > td:first-child,
        .table-responsive > table.list-inventories > tfoot > tr > td:first-child,
        .table-responsive > table#batch_receipts > tfoot > tr > td:first-child,
        .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr > td:first-child,
        body#purchased_articles .table-responsive > #purchased_articles_table > tfoot > tr > td:first-child,
        .table-responsive > .mergeport_orders_table > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > table#recent-journal-positions > thead > tr > th:last-child, .table-responsive > table#rksv-registers > thead > tr > th:last-child, .table-responsive > table#latest_completed_invoice > thead > tr > th:last-child, .table-responsive > table#customers > thead > tr > th:last-child, .table-responsive > table#articles > thead > tr > th:last-child, .table-responsive > table.delivers > thead > tr > th:last-child, .table-responsive > table.closings > thead > tr > th:last-child, .table-responsive > table.striped_table > thead > tr > th:last-child, .table-responsive > table.normal_table > thead > tr > th:last-child, .table-responsive > table#invoice-archive > thead > tr > th:last-child, .table-responsive > table#delivery_note_archive > thead > tr > th:last-child, .table-responsive > table.edit-invoice-line-items > thead > tr > th:last-child, .table-responsive > table.edit-invoice-line-items-new > thead > tr > th:last-child, .table-responsive > table#users-list > thead > tr > th:last-child, .table-responsive > table.list-inventories > thead > tr > th:last-child, .table-responsive > table#batch_receipts > thead > tr > th:last-child, .table-responsive > #kassa_pay_transaction_detail_table > thead > tr > th:last-child, body#purchased_articles .table-responsive > #purchased_articles_table > thead > tr > th:last-child, .table-responsive > .mergeport_orders_table > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > table#recent-journal-positions > thead > tr > td:last-child,
        .table-responsive > table#rksv-registers > thead > tr > td:last-child,
        .table-responsive > table#latest_completed_invoice > thead > tr > td:last-child,
        .table-responsive > table#customers > thead > tr > td:last-child,
        .table-responsive > table#articles > thead > tr > td:last-child,
        .table-responsive > table.delivers > thead > tr > td:last-child,
        .table-responsive > table.closings > thead > tr > td:last-child,
        .table-responsive > table.striped_table > thead > tr > td:last-child,
        .table-responsive > table.normal_table > thead > tr > td:last-child,
        .table-responsive > table#invoice-archive > thead > tr > td:last-child,
        .table-responsive > table#delivery_note_archive > thead > tr > td:last-child,
        .table-responsive > table.edit-invoice-line-items > thead > tr > td:last-child,
        .table-responsive > table.edit-invoice-line-items-new > thead > tr > td:last-child,
        .table-responsive > table#users-list > thead > tr > td:last-child,
        .table-responsive > table.list-inventories > thead > tr > td:last-child,
        .table-responsive > table#batch_receipts > thead > tr > td:last-child,
        .table-responsive > #kassa_pay_transaction_detail_table > thead > tr > td:last-child,
        body#purchased_articles .table-responsive > #purchased_articles_table > thead > tr > td:last-child,
        .table-responsive > .mergeport_orders_table > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > table#recent-journal-positions > tbody > tr > th:last-child,
        .table-responsive > table#rksv-registers > tbody > tr > th:last-child,
        .table-responsive > table#latest_completed_invoice > tbody > tr > th:last-child,
        .table-responsive > table#customers > tbody > tr > th:last-child,
        .table-responsive > table#articles > tbody > tr > th:last-child,
        .table-responsive > table.delivers > tbody > tr > th:last-child,
        .table-responsive > table.closings > tbody > tr > th:last-child,
        .table-responsive > table.striped_table > tbody > tr > th:last-child,
        .table-responsive > table.normal_table > tbody > tr > th:last-child,
        .table-responsive > table#invoice-archive > tbody > tr > th:last-child,
        .table-responsive > table#delivery_note_archive > tbody > tr > th:last-child,
        .table-responsive > table.edit-invoice-line-items > tbody > tr > th:last-child,
        .table-responsive > table.edit-invoice-line-items-new > tbody > tr > th:last-child,
        .table-responsive > table#users-list > tbody > tr > th:last-child,
        .table-responsive > table.list-inventories > tbody > tr > th:last-child,
        .table-responsive > table#batch_receipts > tbody > tr > th:last-child,
        .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr > th:last-child,
        body#purchased_articles .table-responsive > #purchased_articles_table > tbody > tr > th:last-child,
        .table-responsive > .mergeport_orders_table > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > table#recent-journal-positions > tbody > tr > td:last-child,
        .table-responsive > table#rksv-registers > tbody > tr > td:last-child,
        .table-responsive > table#latest_completed_invoice > tbody > tr > td:last-child,
        .table-responsive > table#customers > tbody > tr > td:last-child,
        .table-responsive > table#articles > tbody > tr > td:last-child,
        .table-responsive > table.delivers > tbody > tr > td:last-child,
        .table-responsive > table.closings > tbody > tr > td:last-child,
        .table-responsive > table.striped_table > tbody > tr > td:last-child,
        .table-responsive > table.normal_table > tbody > tr > td:last-child,
        .table-responsive > table#invoice-archive > tbody > tr > td:last-child,
        .table-responsive > table#delivery_note_archive > tbody > tr > td:last-child,
        .table-responsive > table.edit-invoice-line-items > tbody > tr > td:last-child,
        .table-responsive > table.edit-invoice-line-items-new > tbody > tr > td:last-child,
        .table-responsive > table#users-list > tbody > tr > td:last-child,
        .table-responsive > table.list-inventories > tbody > tr > td:last-child,
        .table-responsive > table#batch_receipts > tbody > tr > td:last-child,
        .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr > td:last-child,
        body#purchased_articles .table-responsive > #purchased_articles_table > tbody > tr > td:last-child,
        .table-responsive > .mergeport_orders_table > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > table#recent-journal-positions > tfoot > tr > th:last-child,
        .table-responsive > table#rksv-registers > tfoot > tr > th:last-child,
        .table-responsive > table#latest_completed_invoice > tfoot > tr > th:last-child,
        .table-responsive > table#customers > tfoot > tr > th:last-child,
        .table-responsive > table#articles > tfoot > tr > th:last-child,
        .table-responsive > table.delivers > tfoot > tr > th:last-child,
        .table-responsive > table.closings > tfoot > tr > th:last-child,
        .table-responsive > table.striped_table > tfoot > tr > th:last-child,
        .table-responsive > table.normal_table > tfoot > tr > th:last-child,
        .table-responsive > table#invoice-archive > tfoot > tr > th:last-child,
        .table-responsive > table#delivery_note_archive > tfoot > tr > th:last-child,
        .table-responsive > table.edit-invoice-line-items > tfoot > tr > th:last-child,
        .table-responsive > table.edit-invoice-line-items-new > tfoot > tr > th:last-child,
        .table-responsive > table#users-list > tfoot > tr > th:last-child,
        .table-responsive > table.list-inventories > tfoot > tr > th:last-child,
        .table-responsive > table#batch_receipts > tfoot > tr > th:last-child,
        .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr > th:last-child,
        body#purchased_articles .table-responsive > #purchased_articles_table > tfoot > tr > th:last-child,
        .table-responsive > .mergeport_orders_table > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child,
        .table-responsive > table#recent-journal-positions > tfoot > tr > td:last-child,
        .table-responsive > table#rksv-registers > tfoot > tr > td:last-child,
        .table-responsive > table#latest_completed_invoice > tfoot > tr > td:last-child,
        .table-responsive > table#customers > tfoot > tr > td:last-child,
        .table-responsive > table#articles > tfoot > tr > td:last-child,
        .table-responsive > table.delivers > tfoot > tr > td:last-child,
        .table-responsive > table.closings > tfoot > tr > td:last-child,
        .table-responsive > table.striped_table > tfoot > tr > td:last-child,
        .table-responsive > table.normal_table > tfoot > tr > td:last-child,
        .table-responsive > table#invoice-archive > tfoot > tr > td:last-child,
        .table-responsive > table#delivery_note_archive > tfoot > tr > td:last-child,
        .table-responsive > table.edit-invoice-line-items > tfoot > tr > td:last-child,
        .table-responsive > table.edit-invoice-line-items-new > tfoot > tr > td:last-child,
        .table-responsive > table#users-list > tfoot > tr > td:last-child,
        .table-responsive > table.list-inventories > tfoot > tr > td:last-child,
        .table-responsive > table#batch_receipts > tfoot > tr > td:last-child,
        .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr > td:last-child,
        body#purchased_articles .table-responsive > #purchased_articles_table > tfoot > tr > td:last-child,
        .table-responsive > .mergeport_orders_table > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > table#recent-journal-positions > tbody > tr:last-child > th, .table-responsive > table#rksv-registers > tbody > tr:last-child > th, .table-responsive > table#latest_completed_invoice > tbody > tr:last-child > th, .table-responsive > table#customers > tbody > tr:last-child > th, .table-responsive > table#articles > tbody > tr:last-child > th, .table-responsive > table.delivers > tbody > tr:last-child > th, .table-responsive > table.closings > tbody > tr:last-child > th, .table-responsive > table.striped_table > tbody > tr:last-child > th, .table-responsive > table.normal_table > tbody > tr:last-child > th, .table-responsive > table#invoice-archive > tbody > tr:last-child > th, .table-responsive > table#delivery_note_archive > tbody > tr:last-child > th, .table-responsive > table.edit-invoice-line-items > tbody > tr:last-child > th, .table-responsive > table.edit-invoice-line-items-new > tbody > tr:last-child > th, .table-responsive > table#users-list > tbody > tr:last-child > th, .table-responsive > table.list-inventories > tbody > tr:last-child > th, .table-responsive > table#batch_receipts > tbody > tr:last-child > th, .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr:last-child > th, body#purchased_articles .table-responsive > #purchased_articles_table > tbody > tr:last-child > th, .table-responsive > .mergeport_orders_table > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > table#recent-journal-positions > tbody > tr:last-child > td,
        .table-responsive > table#rksv-registers > tbody > tr:last-child > td,
        .table-responsive > table#latest_completed_invoice > tbody > tr:last-child > td,
        .table-responsive > table#customers > tbody > tr:last-child > td,
        .table-responsive > table#articles > tbody > tr:last-child > td,
        .table-responsive > table.delivers > tbody > tr:last-child > td,
        .table-responsive > table.closings > tbody > tr:last-child > td,
        .table-responsive > table.striped_table > tbody > tr:last-child > td,
        .table-responsive > table.normal_table > tbody > tr:last-child > td,
        .table-responsive > table#invoice-archive > tbody > tr:last-child > td,
        .table-responsive > table#delivery_note_archive > tbody > tr:last-child > td,
        .table-responsive > table.edit-invoice-line-items > tbody > tr:last-child > td,
        .table-responsive > table.edit-invoice-line-items-new > tbody > tr:last-child > td,
        .table-responsive > table#users-list > tbody > tr:last-child > td,
        .table-responsive > table.list-inventories > tbody > tr:last-child > td,
        .table-responsive > table#batch_receipts > tbody > tr:last-child > td,
        .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr:last-child > td,
        body#purchased_articles .table-responsive > #purchased_articles_table > tbody > tr:last-child > td,
        .table-responsive > .mergeport_orders_table > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > table#recent-journal-positions > tfoot > tr:last-child > th,
        .table-responsive > table#rksv-registers > tfoot > tr:last-child > th,
        .table-responsive > table#latest_completed_invoice > tfoot > tr:last-child > th,
        .table-responsive > table#customers > tfoot > tr:last-child > th,
        .table-responsive > table#articles > tfoot > tr:last-child > th,
        .table-responsive > table.delivers > tfoot > tr:last-child > th,
        .table-responsive > table.closings > tfoot > tr:last-child > th,
        .table-responsive > table.striped_table > tfoot > tr:last-child > th,
        .table-responsive > table.normal_table > tfoot > tr:last-child > th,
        .table-responsive > table#invoice-archive > tfoot > tr:last-child > th,
        .table-responsive > table#delivery_note_archive > tfoot > tr:last-child > th,
        .table-responsive > table.edit-invoice-line-items > tfoot > tr:last-child > th,
        .table-responsive > table.edit-invoice-line-items-new > tfoot > tr:last-child > th,
        .table-responsive > table#users-list > tfoot > tr:last-child > th,
        .table-responsive > table.list-inventories > tfoot > tr:last-child > th,
        .table-responsive > table#batch_receipts > tfoot > tr:last-child > th,
        .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr:last-child > th,
        body#purchased_articles .table-responsive > #purchased_articles_table > tfoot > tr:last-child > th,
        .table-responsive > .mergeport_orders_table > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td,
        .table-responsive > table#recent-journal-positions > tfoot > tr:last-child > td,
        .table-responsive > table#rksv-registers > tfoot > tr:last-child > td,
        .table-responsive > table#latest_completed_invoice > tfoot > tr:last-child > td,
        .table-responsive > table#customers > tfoot > tr:last-child > td,
        .table-responsive > table#articles > tfoot > tr:last-child > td,
        .table-responsive > table.delivers > tfoot > tr:last-child > td,
        .table-responsive > table.closings > tfoot > tr:last-child > td,
        .table-responsive > table.striped_table > tfoot > tr:last-child > td,
        .table-responsive > table.normal_table > tfoot > tr:last-child > td,
        .table-responsive > table#invoice-archive > tfoot > tr:last-child > td,
        .table-responsive > table#delivery_note_archive > tfoot > tr:last-child > td,
        .table-responsive > table.edit-invoice-line-items > tfoot > tr:last-child > td,
        .table-responsive > table.edit-invoice-line-items-new > tfoot > tr:last-child > td,
        .table-responsive > table#users-list > tfoot > tr:last-child > td,
        .table-responsive > table.list-inventories > tfoot > tr:last-child > td,
        .table-responsive > table#batch_receipts > tfoot > tr:last-child > td,
        .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr:last-child > td,
        body#purchased_articles .table-responsive > #purchased_articles_table > tfoot > tr:last-child > td,
        .table-responsive > .mergeport_orders_table > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.42857;
  color: #555555; }

.form-control, textarea.product-description, #first-run textarea {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, textarea.product-description:focus, #first-run textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, textarea.product-description::-moz-placeholder, #first-run textarea::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, textarea.product-description:-ms-input-placeholder, #first-run textarea:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, textarea.product-description::-webkit-input-placeholder, #first-run textarea::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], textarea.product-description[disabled], #first-run textarea[disabled], .form-control[readonly], textarea.product-description[readonly], #first-run textarea[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] textarea.product-description,
  fieldset[disabled] #first-run textarea,
  #first-run fieldset[disabled] textarea {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], textarea.product-description[disabled], #first-run textarea[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] textarea.product-description,
  fieldset[disabled] #first-run textarea,
  #first-run fieldset[disabled] textarea {
    cursor: not-allowed; }

textarea.form-control, textarea.product-description, #first-run textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 35px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > input.cancel[type="date"], table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > input.payedbtn[type="date"], table#invoice-archive .input-group-sm > .input-group-btn > input.cancel[type="date"], table#invoice-archive .input-group-sm > .input-group-btn > input.payedbtn[type="date"], table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > input.delete[type="date"], table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > input.add[type="date"],
  table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > input.delete[type="date"],
  table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > input.add[type="date"], #first-run .input-group-sm > .input-group-btn > input[type="date"][type=submit], .input-group-sm > .input-group-btn > input.customer-data-batch_receipt-btn[type="date"], #guest_index .input-group-sm > .input-group-btn > input.x_button[type="date"], .input-group-sm > .input-group-btn > input.import_article[type="date"], .input-group-sm > .input-group-btn > input.add_quantity[type="date"], .input-group-sm > .input-group-btn > input.subtract_quantity[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > input.cancel[type="time"],
  table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > input.payedbtn[type="time"],
  table#invoice-archive .input-group-sm > .input-group-btn > input.cancel[type="time"],
  table#invoice-archive .input-group-sm > .input-group-btn > input.payedbtn[type="time"],
  table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > input.delete[type="time"],
  table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > input.add[type="time"],
  table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > input.delete[type="time"],
  table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > input.add[type="time"],
  #first-run .input-group-sm > .input-group-btn > input[type="time"][type=submit],
  .input-group-sm > .input-group-btn > input.customer-data-batch_receipt-btn[type="time"],
  #guest_index .input-group-sm > .input-group-btn > input.x_button[type="time"],
  .input-group-sm > .input-group-btn > input.import_article[type="time"],
  .input-group-sm > .input-group-btn > input.add_quantity[type="time"],
  .input-group-sm > .input-group-btn > input.subtract_quantity[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > input.cancel[type="datetime-local"],
  table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > input.payedbtn[type="datetime-local"],
  table#invoice-archive .input-group-sm > .input-group-btn > input.cancel[type="datetime-local"],
  table#invoice-archive .input-group-sm > .input-group-btn > input.payedbtn[type="datetime-local"],
  table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > input.delete[type="datetime-local"],
  table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > input.add[type="datetime-local"],
  table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > input.delete[type="datetime-local"],
  table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > input.add[type="datetime-local"],
  #first-run .input-group-sm > .input-group-btn > input[type="datetime-local"][type=submit],
  .input-group-sm > .input-group-btn > input.customer-data-batch_receipt-btn[type="datetime-local"],
  #guest_index .input-group-sm > .input-group-btn > input.x_button[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.import_article[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.add_quantity[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.subtract_quantity[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > input.cancel[type="month"],
  table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > input.payedbtn[type="month"],
  table#invoice-archive .input-group-sm > .input-group-btn > input.cancel[type="month"],
  table#invoice-archive .input-group-sm > .input-group-btn > input.payedbtn[type="month"],
  table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > input.delete[type="month"],
  table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > input.add[type="month"],
  table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > input.delete[type="month"],
  table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > input.add[type="month"],
  #first-run .input-group-sm > .input-group-btn > input[type="month"][type=submit],
  .input-group-sm > .input-group-btn > input.customer-data-batch_receipt-btn[type="month"],
  #guest_index .input-group-sm > .input-group-btn > input.x_button[type="month"],
  .input-group-sm > .input-group-btn > input.import_article[type="month"],
  .input-group-sm > .input-group-btn > input.add_quantity[type="month"],
  .input-group-sm > .input-group-btn > input.subtract_quantity[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 31px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > input.cancel[type="date"], table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > input.payedbtn[type="date"], table#invoice-archive .input-group-lg > .input-group-btn > input.cancel[type="date"], table#invoice-archive .input-group-lg > .input-group-btn > input.payedbtn[type="date"], table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > input.delete[type="date"], table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > input.add[type="date"],
  table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > input.delete[type="date"],
  table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > input.add[type="date"], #first-run .input-group-lg > .input-group-btn > input[type="date"][type=submit], .input-group-lg > .input-group-btn > input.customer-data-batch_receipt-btn[type="date"], #guest_index .input-group-lg > .input-group-btn > input.x_button[type="date"], .input-group-lg > .input-group-btn > input.import_article[type="date"], .input-group-lg > .input-group-btn > input.add_quantity[type="date"], .input-group-lg > .input-group-btn > input.subtract_quantity[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > input.cancel[type="time"],
  table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > input.payedbtn[type="time"],
  table#invoice-archive .input-group-lg > .input-group-btn > input.cancel[type="time"],
  table#invoice-archive .input-group-lg > .input-group-btn > input.payedbtn[type="time"],
  table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > input.delete[type="time"],
  table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > input.add[type="time"],
  table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > input.delete[type="time"],
  table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > input.add[type="time"],
  #first-run .input-group-lg > .input-group-btn > input[type="time"][type=submit],
  .input-group-lg > .input-group-btn > input.customer-data-batch_receipt-btn[type="time"],
  #guest_index .input-group-lg > .input-group-btn > input.x_button[type="time"],
  .input-group-lg > .input-group-btn > input.import_article[type="time"],
  .input-group-lg > .input-group-btn > input.add_quantity[type="time"],
  .input-group-lg > .input-group-btn > input.subtract_quantity[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > input.cancel[type="datetime-local"],
  table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > input.payedbtn[type="datetime-local"],
  table#invoice-archive .input-group-lg > .input-group-btn > input.cancel[type="datetime-local"],
  table#invoice-archive .input-group-lg > .input-group-btn > input.payedbtn[type="datetime-local"],
  table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > input.delete[type="datetime-local"],
  table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > input.add[type="datetime-local"],
  table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > input.delete[type="datetime-local"],
  table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > input.add[type="datetime-local"],
  #first-run .input-group-lg > .input-group-btn > input[type="datetime-local"][type=submit],
  .input-group-lg > .input-group-btn > input.customer-data-batch_receipt-btn[type="datetime-local"],
  #guest_index .input-group-lg > .input-group-btn > input.x_button[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.import_article[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.add_quantity[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.subtract_quantity[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > input.cancel[type="month"],
  table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > input.payedbtn[type="month"],
  table#invoice-archive .input-group-lg > .input-group-btn > input.cancel[type="month"],
  table#invoice-archive .input-group-lg > .input-group-btn > input.payedbtn[type="month"],
  table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > input.delete[type="month"],
  table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > input.add[type="month"],
  table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > input.delete[type="month"],
  table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > input.add[type="month"],
  #first-run .input-group-lg > .input-group-btn > input[type="month"][type=submit],
  .input-group-lg > .input-group-btn > input.customer-data-batch_receipt-btn[type="month"],
  #guest_index .input-group-lg > .input-group-btn > input.x_button[type="month"],
  .input-group-lg > .input-group-btn > input.import_article[type="month"],
  .input-group-lg > .input-group-btn > input.add_quantity[type="month"],
  .input-group-lg > .input-group-btn > input.subtract_quantity[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 48px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > textarea.form-control-static.product-description, #first-run .input-group-lg > textarea.form-control-static,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > .form-control-static.cancel, table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > .form-control-static.payedbtn, table#invoice-archive .input-group-lg > .input-group-btn > .form-control-static.cancel, table#invoice-archive .input-group-lg > .input-group-btn > .form-control-static.payedbtn, table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > .form-control-static.delete, table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > .form-control-static.add,
  table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > .form-control-static.delete,
  table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > .form-control-static.add, #first-run .input-group-lg > .input-group-btn > input.form-control-static[type=submit], .input-group-lg > .input-group-btn > .form-control-static.customer-data-batch_receipt-btn, #guest_index .input-group-lg > .input-group-btn > .form-control-static.x_button, .input-group-lg > .input-group-btn > .form-control-static.import_article, .input-group-lg > .input-group-btn > .form-control-static.add_quantity, .input-group-lg > .input-group-btn > .form-control-static.subtract_quantity, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > textarea.form-control-static.product-description, #first-run .input-group-sm > textarea.form-control-static,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > .form-control-static.cancel, table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > .form-control-static.payedbtn, table#invoice-archive .input-group-sm > .input-group-btn > .form-control-static.cancel, table#invoice-archive .input-group-sm > .input-group-btn > .form-control-static.payedbtn, table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > .form-control-static.delete, table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > .form-control-static.add,
  table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > .form-control-static.delete,
  table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > .form-control-static.add, #first-run .input-group-sm > .input-group-btn > input.form-control-static[type=submit], .input-group-sm > .input-group-btn > .form-control-static.customer-data-batch_receipt-btn, #guest_index .input-group-sm > .input-group-btn > .form-control-static.x_button, .input-group-sm > .input-group-btn > .form-control-static.import_article, .input-group-sm > .input-group-btn > .form-control-static.add_quantity, .input-group-sm > .input-group-btn > .form-control-static.subtract_quantity {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > textarea.product-description, #first-run .input-group-sm > textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > .cancel, table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > .payedbtn, table#invoice-archive .input-group-sm > .input-group-btn > .cancel, table#invoice-archive .input-group-sm > .input-group-btn > .payedbtn, table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > .delete, table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > .add,
table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > .delete,
table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > .add, #first-run .input-group-sm > .input-group-btn > input[type=submit], .input-group-sm > .input-group-btn > .customer-data-batch_receipt-btn, #guest_index .input-group-sm > .input-group-btn > .x_button, .input-group-sm > .input-group-btn > .import_article, .input-group-sm > .input-group-btn > .add_quantity, .input-group-sm > .input-group-btn > .subtract_quantity {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > select.cancel, table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > select.payedbtn, table#invoice-archive .input-group-sm > .input-group-btn > select.cancel, table#invoice-archive .input-group-sm > .input-group-btn > select.payedbtn, table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > select.delete, table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > select.add,
table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > select.delete,
table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > select.add, .input-group-sm > .input-group-btn > select.customer-data-batch_receipt-btn, #guest_index .input-group-sm > .input-group-btn > select.x_button, .input-group-sm > .input-group-btn > select.import_article, .input-group-sm > .input-group-btn > select.add_quantity, .input-group-sm > .input-group-btn > select.subtract_quantity {
  height: 31px;
  line-height: 31px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.product-description, #first-run .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > textarea.cancel, table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > textarea.payedbtn, table#invoice-archive .input-group-sm > .input-group-btn > textarea.cancel, table#invoice-archive .input-group-sm > .input-group-btn > textarea.payedbtn, table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > textarea.delete, table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > textarea.add,
table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > textarea.delete,
table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > textarea.add, .input-group-sm > .input-group-btn > textarea.customer-data-batch_receipt-btn, #guest_index .input-group-sm > .input-group-btn > textarea.x_button, .input-group-sm > .input-group-btn > textarea.import_article, .input-group-sm > .input-group-btn > textarea.add_quantity, .input-group-sm > .input-group-btn > textarea.subtract_quantity,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > select.cancel[multiple],
table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > select.payedbtn[multiple],
table#invoice-archive .input-group-sm > .input-group-btn > select.cancel[multiple],
table#invoice-archive .input-group-sm > .input-group-btn > select.payedbtn[multiple],
table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > select.delete[multiple],
table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > select.add[multiple],
table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > select.delete[multiple],
table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > select.add[multiple],
.input-group-sm > .input-group-btn > select.customer-data-batch_receipt-btn[multiple],
#guest_index .input-group-sm > .input-group-btn > select.x_button[multiple],
.input-group-sm > .input-group-btn > select.import_article[multiple],
.input-group-sm > .input-group-btn > select.add_quantity[multiple],
.input-group-sm > .input-group-btn > select.subtract_quantity[multiple] {
  height: auto; }

.form-group-sm .form-control, .form-group-sm textarea.product-description, .form-group-sm #first-run textarea, #first-run .form-group-sm textarea {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px; }

.form-group-sm textarea.form-control, .form-group-sm textarea.product-description, .form-group-sm #first-run textarea, #first-run .form-group-sm textarea,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > textarea.product-description, #first-run .input-group-lg > textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > .cancel, table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > .payedbtn, table#invoice-archive .input-group-lg > .input-group-btn > .cancel, table#invoice-archive .input-group-lg > .input-group-btn > .payedbtn, table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > .delete, table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > .add,
table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > .delete,
table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > .add, #first-run .input-group-lg > .input-group-btn > input[type=submit], .input-group-lg > .input-group-btn > .customer-data-batch_receipt-btn, #guest_index .input-group-lg > .input-group-btn > .x_button, .input-group-lg > .input-group-btn > .import_article, .input-group-lg > .input-group-btn > .add_quantity, .input-group-lg > .input-group-btn > .subtract_quantity {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > select.cancel, table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > select.payedbtn, table#invoice-archive .input-group-lg > .input-group-btn > select.cancel, table#invoice-archive .input-group-lg > .input-group-btn > select.payedbtn, table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > select.delete, table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > select.add,
table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > select.delete,
table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > select.add, .input-group-lg > .input-group-btn > select.customer-data-batch_receipt-btn, #guest_index .input-group-lg > .input-group-btn > select.x_button, .input-group-lg > .input-group-btn > select.import_article, .input-group-lg > .input-group-btn > select.add_quantity, .input-group-lg > .input-group-btn > select.subtract_quantity {
  height: 48px;
  line-height: 48px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.product-description, #first-run .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > textarea.cancel, table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > textarea.payedbtn, table#invoice-archive .input-group-lg > .input-group-btn > textarea.cancel, table#invoice-archive .input-group-lg > .input-group-btn > textarea.payedbtn, table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > textarea.delete, table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > textarea.add,
table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > textarea.delete,
table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > textarea.add, .input-group-lg > .input-group-btn > textarea.customer-data-batch_receipt-btn, #guest_index .input-group-lg > .input-group-btn > textarea.x_button, .input-group-lg > .input-group-btn > textarea.import_article, .input-group-lg > .input-group-btn > textarea.add_quantity, .input-group-lg > .input-group-btn > textarea.subtract_quantity,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > select.cancel[multiple],
table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > select.payedbtn[multiple],
table#invoice-archive .input-group-lg > .input-group-btn > select.cancel[multiple],
table#invoice-archive .input-group-lg > .input-group-btn > select.payedbtn[multiple],
table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > select.delete[multiple],
table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > select.add[multiple],
table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > select.delete[multiple],
table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > select.add[multiple],
.input-group-lg > .input-group-btn > select.customer-data-batch_receipt-btn[multiple],
#guest_index .input-group-lg > .input-group-btn > select.x_button[multiple],
.input-group-lg > .input-group-btn > select.import_article[multiple],
.input-group-lg > .input-group-btn > select.add_quantity[multiple],
.input-group-lg > .input-group-btn > select.subtract_quantity[multiple] {
  height: auto; }

.form-group-lg .form-control, .form-group-lg textarea.product-description, .form-group-lg #first-run textarea, #first-run .form-group-lg textarea {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px; }

.form-group-lg textarea.form-control, .form-group-lg textarea.product-description, .form-group-lg #first-run textarea, #first-run .form-group-lg textarea,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback textarea.product-description, .has-feedback #first-run textarea, #first-run .has-feedback textarea {
    padding-right: 43.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > textarea.product-description + .form-control-feedback, #first-run .input-group-lg > textarea + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > .cancel + .form-control-feedback, table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > .payedbtn + .form-control-feedback, table#invoice-archive .input-group-lg > .input-group-btn > .cancel + .form-control-feedback, table#invoice-archive .input-group-lg > .input-group-btn > .payedbtn + .form-control-feedback, table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > .delete + .form-control-feedback, table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > .add + .form-control-feedback, table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > .delete + .form-control-feedback, table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > .add + .form-control-feedback, #first-run .input-group-lg > .input-group-btn > input[type=submit] + .form-control-feedback, .input-group-lg > .input-group-btn > .customer-data-batch_receipt-btn + .form-control-feedback, #guest_index .input-group-lg > .input-group-btn > .x_button + .form-control-feedback, .input-group-lg > .input-group-btn > .import_article + .form-control-feedback, .input-group-lg > .input-group-btn > .add_quantity + .form-control-feedback, .input-group-lg > .input-group-btn > .subtract_quantity + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg textarea.product-description + .form-control-feedback,
.form-group-lg #first-run textarea + .form-control-feedback,
#first-run .form-group-lg textarea + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > textarea.product-description + .form-control-feedback, #first-run .input-group-sm > textarea + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > .cancel + .form-control-feedback, table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > .payedbtn + .form-control-feedback, table#invoice-archive .input-group-sm > .input-group-btn > .cancel + .form-control-feedback, table#invoice-archive .input-group-sm > .input-group-btn > .payedbtn + .form-control-feedback, table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > .delete + .form-control-feedback, table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > .add + .form-control-feedback, table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > .delete + .form-control-feedback, table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > .add + .form-control-feedback, #first-run .input-group-sm > .input-group-btn > input[type=submit] + .form-control-feedback, .input-group-sm > .input-group-btn > .customer-data-batch_receipt-btn + .form-control-feedback, #guest_index .input-group-sm > .input-group-btn > .x_button + .form-control-feedback, .input-group-sm > .input-group-btn > .import_article + .form-control-feedback, .input-group-sm > .input-group-btn > .add_quantity + .form-control-feedback, .input-group-sm > .input-group-btn > .subtract_quantity + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm textarea.product-description + .form-control-feedback,
.form-group-sm #first-run textarea + .form-control-feedback,
#first-run .form-group-sm textarea + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success textarea.product-description, .has-success #first-run textarea, #first-run .has-success textarea {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success textarea.product-description:focus, .has-success #first-run textarea:focus, #first-run .has-success textarea:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning textarea.product-description, .has-warning #first-run textarea, #first-run .has-warning textarea {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning textarea.product-description:focus, .has-warning #first-run textarea:focus, #first-run .has-warning textarea:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error textarea.product-description, .has-error #first-run textarea, #first-run .has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error textarea.product-description:focus, .has-error #first-run textarea:focus, #first-run .has-error textarea:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 26px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline textarea.product-description, .form-inline #first-run textarea, #first-run .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group, .form-inline div#change-calculator .cash-input-group, div#change-calculator .form-inline .cash-input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .form-inline div#change-calculator .cash-input-group .input-group-addon, div#change-calculator .form-inline .cash-input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline div#change-calculator .cash-input-group .input-group-btn,
    div#change-calculator .form-inline .cash-input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline div#change-calculator .cash-input-group .form-control,
    div#change-calculator .form-inline .cash-input-group .form-control,
    .form-inline .input-group textarea.product-description,
    .form-inline div#change-calculator .cash-input-group textarea.product-description,
    div#change-calculator .form-inline .cash-input-group textarea.product-description,
    .form-inline .input-group #first-run textarea,
    #first-run .form-inline .input-group textarea,
    .form-inline div#change-calculator .cash-input-group #first-run textarea,
    #first-run .form-inline div#change-calculator .cash-input-group textarea,
    div#change-calculator .form-inline .cash-input-group #first-run textarea,
    #first-run div#change-calculator .form-inline .cash-input-group textarea {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline div#change-calculator .cash-input-group > .form-control, div#change-calculator .form-inline .cash-input-group > .form-control, .form-inline .input-group > textarea.product-description, .form-inline div#change-calculator .cash-input-group > textarea.product-description, div#change-calculator .form-inline .cash-input-group > textarea.product-description, .form-inline #first-run .input-group > textarea, #first-run .form-inline .input-group > textarea, .form-inline div#change-calculator #first-run .cash-input-group > textarea, #first-run .form-inline div#change-calculator .cash-input-group > textarea, div#change-calculator .form-inline #first-run .cash-input-group > textarea, #first-run div#change-calculator .form-inline .cash-input-group > textarea {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 19px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px; } }

.btn, table#latest_completed_invoice td.options .cancel, table#latest_completed_invoice td.options .payedbtn, table#invoice-archive .cancel, table#invoice-archive .payedbtn, table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options .add,
table.edit-invoice-line-items-new td.options .delete,
table.edit-invoice-line-items-new td.options .add, #first-run input[type=submit], .customer-data-batch_receipt-btn, #guest_index .x_button, .import_article, .add_quantity, .subtract_quantity {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, table#latest_completed_invoice td.options .cancel:focus, table#latest_completed_invoice td.options .payedbtn:focus, table#invoice-archive .cancel:focus, table#invoice-archive .payedbtn:focus, table.edit-invoice-line-items td.options .delete:focus, table.edit-invoice-line-items td.options .add:focus,
  table.edit-invoice-line-items-new td.options .delete:focus,
  table.edit-invoice-line-items-new td.options .add:focus, #first-run input:focus[type=submit], .customer-data-batch_receipt-btn:focus, #guest_index .x_button:focus, .import_article:focus, .add_quantity:focus, .subtract_quantity:focus, .btn.focus, table#latest_completed_invoice td.options .focus.cancel, table#latest_completed_invoice td.options .focus.payedbtn, table#invoice-archive .focus.cancel, table#invoice-archive .focus.payedbtn, table.edit-invoice-line-items td.options .focus.delete, table.edit-invoice-line-items td.options .focus.add,
  table.edit-invoice-line-items-new td.options .focus.delete,
  table.edit-invoice-line-items-new td.options .focus.add, #first-run input.focus[type=submit], .focus.customer-data-batch_receipt-btn, #guest_index .focus.x_button, .focus.import_article, .focus.add_quantity, .focus.subtract_quantity, .btn:active:focus, table#latest_completed_invoice td.options .cancel:active:focus, table#latest_completed_invoice td.options .payedbtn:active:focus, table#invoice-archive .cancel:active:focus, table#invoice-archive .payedbtn:active:focus, table.edit-invoice-line-items td.options .delete:active:focus, table.edit-invoice-line-items td.options .add:active:focus,
  table.edit-invoice-line-items-new td.options .delete:active:focus,
  table.edit-invoice-line-items-new td.options .add:active:focus, #first-run input:active:focus[type=submit], .customer-data-batch_receipt-btn:active:focus, #guest_index .x_button:active:focus, .import_article:active:focus, .add_quantity:active:focus, .subtract_quantity:active:focus, .btn:active.focus, table#latest_completed_invoice td.options .cancel:active.focus, table#latest_completed_invoice td.options .payedbtn:active.focus, table#invoice-archive .cancel:active.focus, table#invoice-archive .payedbtn:active.focus, table.edit-invoice-line-items td.options .delete:active.focus, table.edit-invoice-line-items td.options .add:active.focus,
  table.edit-invoice-line-items-new td.options .delete:active.focus,
  table.edit-invoice-line-items-new td.options .add:active.focus, #first-run input:active.focus[type=submit], .customer-data-batch_receipt-btn:active.focus, #guest_index .x_button:active.focus, .import_article:active.focus, .add_quantity:active.focus, .subtract_quantity:active.focus, .btn.active:focus, table#latest_completed_invoice td.options .active.cancel:focus, table#latest_completed_invoice td.options .active.payedbtn:focus, table#invoice-archive .active.cancel:focus, table#invoice-archive .active.payedbtn:focus, table.edit-invoice-line-items td.options .active.delete:focus, table.edit-invoice-line-items td.options .active.add:focus,
  table.edit-invoice-line-items-new td.options .active.delete:focus,
  table.edit-invoice-line-items-new td.options .active.add:focus, #first-run input.active:focus[type=submit], .active.customer-data-batch_receipt-btn:focus, #guest_index .active.x_button:focus, .active.import_article:focus, .active.add_quantity:focus, .active.subtract_quantity:focus, .btn.active.focus, table#latest_completed_invoice td.options .active.focus.cancel, table#latest_completed_invoice td.options .active.focus.payedbtn, table#invoice-archive .active.focus.cancel, table#invoice-archive .active.focus.payedbtn, table.edit-invoice-line-items td.options .active.focus.delete, table.edit-invoice-line-items td.options .active.focus.add,
  table.edit-invoice-line-items-new td.options .active.focus.delete,
  table.edit-invoice-line-items-new td.options .active.focus.add, #first-run input.active.focus[type=submit], .active.focus.customer-data-batch_receipt-btn, #guest_index .active.focus.x_button, .active.focus.import_article, .active.focus.add_quantity, .active.focus.subtract_quantity {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, table#latest_completed_invoice td.options .cancel:hover, table#latest_completed_invoice td.options .payedbtn:hover, table#invoice-archive .cancel:hover, table#invoice-archive .payedbtn:hover, table.edit-invoice-line-items td.options .delete:hover, table.edit-invoice-line-items td.options .add:hover,
  table.edit-invoice-line-items-new td.options .delete:hover,
  table.edit-invoice-line-items-new td.options .add:hover, #first-run input:hover[type=submit], .customer-data-batch_receipt-btn:hover, #guest_index .x_button:hover, .import_article:hover, .add_quantity:hover, .subtract_quantity:hover, .btn:focus, table#latest_completed_invoice td.options .cancel:focus, table#latest_completed_invoice td.options .payedbtn:focus, table#invoice-archive .cancel:focus, table#invoice-archive .payedbtn:focus, table.edit-invoice-line-items td.options .delete:focus, table.edit-invoice-line-items td.options .add:focus,
  table.edit-invoice-line-items-new td.options .delete:focus,
  table.edit-invoice-line-items-new td.options .add:focus, #first-run input:focus[type=submit], .customer-data-batch_receipt-btn:focus, #guest_index .x_button:focus, .import_article:focus, .add_quantity:focus, .subtract_quantity:focus, .btn.focus, table#latest_completed_invoice td.options .focus.cancel, table#latest_completed_invoice td.options .focus.payedbtn, table#invoice-archive .focus.cancel, table#invoice-archive .focus.payedbtn, table.edit-invoice-line-items td.options .focus.delete, table.edit-invoice-line-items td.options .focus.add,
  table.edit-invoice-line-items-new td.options .focus.delete,
  table.edit-invoice-line-items-new td.options .focus.add, #first-run input.focus[type=submit], .focus.customer-data-batch_receipt-btn, #guest_index .focus.x_button, .focus.import_article, .focus.add_quantity, .focus.subtract_quantity {
    color: #333;
    text-decoration: none; }
  .btn:active, table#latest_completed_invoice td.options .cancel:active, table#latest_completed_invoice td.options .payedbtn:active, table#invoice-archive .cancel:active, table#invoice-archive .payedbtn:active, table.edit-invoice-line-items td.options .delete:active, table.edit-invoice-line-items td.options .add:active,
  table.edit-invoice-line-items-new td.options .delete:active,
  table.edit-invoice-line-items-new td.options .add:active, #first-run input:active[type=submit], .customer-data-batch_receipt-btn:active, #guest_index .x_button:active, .import_article:active, .add_quantity:active, .subtract_quantity:active, .btn.active, table#latest_completed_invoice td.options .active.cancel, table#latest_completed_invoice td.options .active.payedbtn, table#invoice-archive .active.cancel, table#invoice-archive .active.payedbtn, table.edit-invoice-line-items td.options .active.delete, table.edit-invoice-line-items td.options .active.add,
  table.edit-invoice-line-items-new td.options .active.delete,
  table.edit-invoice-line-items-new td.options .active.add, #first-run input.active[type=submit], .active.customer-data-batch_receipt-btn, #guest_index .active.x_button, .active.import_article, .active.add_quantity, .active.subtract_quantity {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, table#latest_completed_invoice td.options .disabled.cancel, table#latest_completed_invoice td.options .disabled.payedbtn, table#invoice-archive .disabled.cancel, table#invoice-archive .disabled.payedbtn, table.edit-invoice-line-items td.options .disabled.delete, table.edit-invoice-line-items td.options .disabled.add,
  table.edit-invoice-line-items-new td.options .disabled.delete,
  table.edit-invoice-line-items-new td.options .disabled.add, #first-run input.disabled[type=submit], .disabled.customer-data-batch_receipt-btn, #guest_index .disabled.x_button, .disabled.import_article, .disabled.add_quantity, .disabled.subtract_quantity, .btn[disabled], table#latest_completed_invoice td.options .cancel[disabled], table#latest_completed_invoice td.options .payedbtn[disabled], table#invoice-archive .cancel[disabled], table#invoice-archive .payedbtn[disabled], table.edit-invoice-line-items td.options .delete[disabled], table.edit-invoice-line-items td.options .add[disabled],
  table.edit-invoice-line-items-new td.options .delete[disabled],
  table.edit-invoice-line-items-new td.options .add[disabled], #first-run input[disabled][type=submit], .customer-data-batch_receipt-btn[disabled], #guest_index .x_button[disabled], .import_article[disabled], .add_quantity[disabled], .subtract_quantity[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] table#latest_completed_invoice td.options .cancel,
  table#latest_completed_invoice td.options fieldset[disabled] .cancel,
  fieldset[disabled] table#latest_completed_invoice td.options .payedbtn,
  table#latest_completed_invoice td.options fieldset[disabled] .payedbtn,
  fieldset[disabled] table#invoice-archive .cancel,
  table#invoice-archive fieldset[disabled] .cancel,
  fieldset[disabled] table#invoice-archive .payedbtn,
  table#invoice-archive fieldset[disabled] .payedbtn,
  fieldset[disabled] table.edit-invoice-line-items td.options .delete,
  table.edit-invoice-line-items td.options fieldset[disabled] .delete,
  fieldset[disabled] table.edit-invoice-line-items td.options .add,
  table.edit-invoice-line-items td.options fieldset[disabled] .add,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .delete,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .delete,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .add,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .add,
  fieldset[disabled] #first-run input[type=submit],
  #first-run fieldset[disabled] input[type=submit],
  fieldset[disabled] .customer-data-batch_receipt-btn,
  fieldset[disabled] #guest_index .x_button,
  #guest_index fieldset[disabled] .x_button,
  fieldset[disabled] .import_article,
  fieldset[disabled] .add_quantity,
  fieldset[disabled] .subtract_quantity {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, table#latest_completed_invoice td.options a.disabled.cancel, table#latest_completed_invoice td.options a.disabled.payedbtn, table#invoice-archive a.disabled.cancel, table#invoice-archive a.disabled.payedbtn, table.edit-invoice-line-items td.options a.disabled.delete, table.edit-invoice-line-items td.options a.disabled.add,
table.edit-invoice-line-items-new td.options a.disabled.delete,
table.edit-invoice-line-items-new td.options a.disabled.add, a.disabled.customer-data-batch_receipt-btn, #guest_index a.disabled.x_button, a.disabled.import_article, a.disabled.add_quantity, a.disabled.subtract_quantity,
fieldset[disabled] a.btn,
fieldset[disabled] table#latest_completed_invoice td.options a.cancel,
table#latest_completed_invoice td.options fieldset[disabled] a.cancel,
fieldset[disabled] table#latest_completed_invoice td.options a.payedbtn,
table#latest_completed_invoice td.options fieldset[disabled] a.payedbtn,
fieldset[disabled] table#invoice-archive a.cancel,
table#invoice-archive fieldset[disabled] a.cancel,
fieldset[disabled] table#invoice-archive a.payedbtn,
table#invoice-archive fieldset[disabled] a.payedbtn,
fieldset[disabled] table.edit-invoice-line-items td.options a.delete,
table.edit-invoice-line-items td.options fieldset[disabled] a.delete,
fieldset[disabled] table.edit-invoice-line-items td.options a.add,
table.edit-invoice-line-items td.options fieldset[disabled] a.add,
fieldset[disabled] table.edit-invoice-line-items-new td.options a.delete,
table.edit-invoice-line-items-new td.options fieldset[disabled] a.delete,
fieldset[disabled] table.edit-invoice-line-items-new td.options a.add,
table.edit-invoice-line-items-new td.options fieldset[disabled] a.add,
fieldset[disabled] a.customer-data-batch_receipt-btn,
fieldset[disabled] #guest_index a.x_button,
#guest_index fieldset[disabled] a.x_button,
fieldset[disabled] a.import_article,
fieldset[disabled] a.add_quantity,
fieldset[disabled] a.subtract_quantity {
  pointer-events: none; }

.btn-default, table#latest_completed_invoice td.options .cancel, table#latest_completed_invoice td.options .payedbtn, table#invoice-archive .cancel, table#invoice-archive .payedbtn, table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options .add,
table.edit-invoice-line-items-new td.options .delete,
table.edit-invoice-line-items-new td.options .add, #first-run input[type=submit], .customer-data-batch_receipt-btn, #guest_index .x_button, .import_article, .add_quantity, .subtract_quantity {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, table#latest_completed_invoice td.options .cancel:focus, table#latest_completed_invoice td.options .payedbtn:focus, table#invoice-archive .cancel:focus, table#invoice-archive .payedbtn:focus, table.edit-invoice-line-items td.options .delete:focus, table.edit-invoice-line-items td.options .add:focus,
  table.edit-invoice-line-items-new td.options .delete:focus,
  table.edit-invoice-line-items-new td.options .add:focus, #first-run input:focus[type=submit], .customer-data-batch_receipt-btn:focus, #guest_index .x_button:focus, .import_article:focus, .add_quantity:focus, .subtract_quantity:focus, .btn-default.focus, table#latest_completed_invoice td.options .focus.cancel, table#latest_completed_invoice td.options .focus.payedbtn, table#invoice-archive .focus.cancel, table#invoice-archive .focus.payedbtn, table.edit-invoice-line-items td.options .focus.delete, table.edit-invoice-line-items td.options .focus.add,
  table.edit-invoice-line-items-new td.options .focus.delete,
  table.edit-invoice-line-items-new td.options .focus.add, #first-run input.focus[type=submit], .focus.customer-data-batch_receipt-btn, #guest_index .focus.x_button, .focus.import_article, .focus.add_quantity, .focus.subtract_quantity {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, table#latest_completed_invoice td.options .cancel:hover, table#latest_completed_invoice td.options .payedbtn:hover, table#invoice-archive .cancel:hover, table#invoice-archive .payedbtn:hover, table.edit-invoice-line-items td.options .delete:hover, table.edit-invoice-line-items td.options .add:hover,
  table.edit-invoice-line-items-new td.options .delete:hover,
  table.edit-invoice-line-items-new td.options .add:hover, #first-run input:hover[type=submit], .customer-data-batch_receipt-btn:hover, #guest_index .x_button:hover, .import_article:hover, .add_quantity:hover, .subtract_quantity:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, table#latest_completed_invoice td.options .cancel:active, table#latest_completed_invoice td.options .payedbtn:active, table#invoice-archive .cancel:active, table#invoice-archive .payedbtn:active, table.edit-invoice-line-items td.options .delete:active, table.edit-invoice-line-items td.options .add:active,
  table.edit-invoice-line-items-new td.options .delete:active,
  table.edit-invoice-line-items-new td.options .add:active, #first-run input:active[type=submit], .customer-data-batch_receipt-btn:active, #guest_index .x_button:active, .import_article:active, .add_quantity:active, .subtract_quantity:active, .btn-default.active, table#latest_completed_invoice td.options .active.cancel, table#latest_completed_invoice td.options .active.payedbtn, table#invoice-archive .active.cancel, table#invoice-archive .active.payedbtn, table.edit-invoice-line-items td.options .active.delete, table.edit-invoice-line-items td.options .active.add,
  table.edit-invoice-line-items-new td.options .active.delete,
  table.edit-invoice-line-items-new td.options .active.add, #first-run input.active[type=submit], .active.customer-data-batch_receipt-btn, #guest_index .active.x_button, .active.import_article, .active.add_quantity, .active.subtract_quantity,
  .open > .btn-default.dropdown-toggle,
  table#latest_completed_invoice td.options .open > .dropdown-toggle.cancel,
  table#latest_completed_invoice td.options .open > .dropdown-toggle.payedbtn,
  table#invoice-archive .open > .dropdown-toggle.cancel,
  table#invoice-archive .open > .dropdown-toggle.payedbtn,
  table.edit-invoice-line-items td.options .open > .dropdown-toggle.delete,
  table.edit-invoice-line-items td.options .open > .dropdown-toggle.add,
  table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.delete,
  table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.add,
  #first-run .open > input.dropdown-toggle[type=submit],
  .open > .dropdown-toggle.customer-data-batch_receipt-btn,
  #guest_index .open > .dropdown-toggle.x_button,
  .open > .dropdown-toggle.import_article,
  .open > .dropdown-toggle.add_quantity,
  .open > .dropdown-toggle.subtract_quantity {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, table#latest_completed_invoice td.options .cancel:active:hover, table#latest_completed_invoice td.options .payedbtn:active:hover, table#invoice-archive .cancel:active:hover, table#invoice-archive .payedbtn:active:hover, table.edit-invoice-line-items td.options .delete:active:hover, table.edit-invoice-line-items td.options .add:active:hover,
    table.edit-invoice-line-items-new td.options .delete:active:hover,
    table.edit-invoice-line-items-new td.options .add:active:hover, #first-run input:active:hover[type=submit], .customer-data-batch_receipt-btn:active:hover, #guest_index .x_button:active:hover, .import_article:active:hover, .add_quantity:active:hover, .subtract_quantity:active:hover, .btn-default:active:focus, table#latest_completed_invoice td.options .cancel:active:focus, table#latest_completed_invoice td.options .payedbtn:active:focus, table#invoice-archive .cancel:active:focus, table#invoice-archive .payedbtn:active:focus, table.edit-invoice-line-items td.options .delete:active:focus, table.edit-invoice-line-items td.options .add:active:focus,
    table.edit-invoice-line-items-new td.options .delete:active:focus,
    table.edit-invoice-line-items-new td.options .add:active:focus, #first-run input:active:focus[type=submit], .customer-data-batch_receipt-btn:active:focus, #guest_index .x_button:active:focus, .import_article:active:focus, .add_quantity:active:focus, .subtract_quantity:active:focus, .btn-default:active.focus, table#latest_completed_invoice td.options .cancel:active.focus, table#latest_completed_invoice td.options .payedbtn:active.focus, table#invoice-archive .cancel:active.focus, table#invoice-archive .payedbtn:active.focus, table.edit-invoice-line-items td.options .delete:active.focus, table.edit-invoice-line-items td.options .add:active.focus,
    table.edit-invoice-line-items-new td.options .delete:active.focus,
    table.edit-invoice-line-items-new td.options .add:active.focus, #first-run input:active.focus[type=submit], .customer-data-batch_receipt-btn:active.focus, #guest_index .x_button:active.focus, .import_article:active.focus, .add_quantity:active.focus, .subtract_quantity:active.focus, .btn-default.active:hover, table#latest_completed_invoice td.options .active.cancel:hover, table#latest_completed_invoice td.options .active.payedbtn:hover, table#invoice-archive .active.cancel:hover, table#invoice-archive .active.payedbtn:hover, table.edit-invoice-line-items td.options .active.delete:hover, table.edit-invoice-line-items td.options .active.add:hover,
    table.edit-invoice-line-items-new td.options .active.delete:hover,
    table.edit-invoice-line-items-new td.options .active.add:hover, #first-run input.active:hover[type=submit], .active.customer-data-batch_receipt-btn:hover, #guest_index .active.x_button:hover, .active.import_article:hover, .active.add_quantity:hover, .active.subtract_quantity:hover, .btn-default.active:focus, table#latest_completed_invoice td.options .active.cancel:focus, table#latest_completed_invoice td.options .active.payedbtn:focus, table#invoice-archive .active.cancel:focus, table#invoice-archive .active.payedbtn:focus, table.edit-invoice-line-items td.options .active.delete:focus, table.edit-invoice-line-items td.options .active.add:focus,
    table.edit-invoice-line-items-new td.options .active.delete:focus,
    table.edit-invoice-line-items-new td.options .active.add:focus, #first-run input.active:focus[type=submit], .active.customer-data-batch_receipt-btn:focus, #guest_index .active.x_button:focus, .active.import_article:focus, .active.add_quantity:focus, .active.subtract_quantity:focus, .btn-default.active.focus, table#latest_completed_invoice td.options .active.focus.cancel, table#latest_completed_invoice td.options .active.focus.payedbtn, table#invoice-archive .active.focus.cancel, table#invoice-archive .active.focus.payedbtn, table.edit-invoice-line-items td.options .active.focus.delete, table.edit-invoice-line-items td.options .active.focus.add,
    table.edit-invoice-line-items-new td.options .active.focus.delete,
    table.edit-invoice-line-items-new td.options .active.focus.add, #first-run input.active.focus[type=submit], .active.focus.customer-data-batch_receipt-btn, #guest_index .active.focus.x_button, .active.focus.import_article, .active.focus.add_quantity, .active.focus.subtract_quantity,
    .open > .btn-default.dropdown-toggle:hover,
    table#latest_completed_invoice td.options .open > .dropdown-toggle.cancel:hover,
    table#latest_completed_invoice td.options .open > .dropdown-toggle.payedbtn:hover,
    table#invoice-archive .open > .dropdown-toggle.cancel:hover,
    table#invoice-archive .open > .dropdown-toggle.payedbtn:hover,
    table.edit-invoice-line-items td.options .open > .dropdown-toggle.delete:hover,
    table.edit-invoice-line-items td.options .open > .dropdown-toggle.add:hover,
    table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.delete:hover,
    table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.add:hover,
    #first-run .open > input.dropdown-toggle:hover[type=submit],
    .open > .dropdown-toggle.customer-data-batch_receipt-btn:hover,
    #guest_index .open > .dropdown-toggle.x_button:hover,
    .open > .dropdown-toggle.import_article:hover,
    .open > .dropdown-toggle.add_quantity:hover,
    .open > .dropdown-toggle.subtract_quantity:hover,
    .open > .btn-default.dropdown-toggle:focus,
    table#latest_completed_invoice td.options .open > .dropdown-toggle.cancel:focus,
    table#latest_completed_invoice td.options .open > .dropdown-toggle.payedbtn:focus,
    table#invoice-archive .open > .dropdown-toggle.cancel:focus,
    table#invoice-archive .open > .dropdown-toggle.payedbtn:focus,
    table.edit-invoice-line-items td.options .open > .dropdown-toggle.delete:focus,
    table.edit-invoice-line-items td.options .open > .dropdown-toggle.add:focus,
    table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.delete:focus,
    table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.add:focus,
    #first-run .open > input.dropdown-toggle:focus[type=submit],
    .open > .dropdown-toggle.customer-data-batch_receipt-btn:focus,
    #guest_index .open > .dropdown-toggle.x_button:focus,
    .open > .dropdown-toggle.import_article:focus,
    .open > .dropdown-toggle.add_quantity:focus,
    .open > .dropdown-toggle.subtract_quantity:focus,
    .open > .btn-default.dropdown-toggle.focus,
    table#latest_completed_invoice td.options .open > .dropdown-toggle.focus.cancel,
    table#latest_completed_invoice td.options .open > .dropdown-toggle.focus.payedbtn,
    table#invoice-archive .open > .dropdown-toggle.focus.cancel,
    table#invoice-archive .open > .dropdown-toggle.focus.payedbtn,
    table.edit-invoice-line-items td.options .open > .dropdown-toggle.focus.delete,
    table.edit-invoice-line-items td.options .open > .dropdown-toggle.focus.add,
    table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.focus.delete,
    table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.focus.add,
    #first-run .open > input.dropdown-toggle.focus[type=submit],
    .open > .dropdown-toggle.focus.customer-data-batch_receipt-btn,
    #guest_index .open > .dropdown-toggle.focus.x_button,
    .open > .dropdown-toggle.focus.import_article,
    .open > .dropdown-toggle.focus.add_quantity,
    .open > .dropdown-toggle.focus.subtract_quantity {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, table#latest_completed_invoice td.options .cancel:active, table#latest_completed_invoice td.options .payedbtn:active, table#invoice-archive .cancel:active, table#invoice-archive .payedbtn:active, table.edit-invoice-line-items td.options .delete:active, table.edit-invoice-line-items td.options .add:active,
  table.edit-invoice-line-items-new td.options .delete:active,
  table.edit-invoice-line-items-new td.options .add:active, #first-run input:active[type=submit], .customer-data-batch_receipt-btn:active, #guest_index .x_button:active, .import_article:active, .add_quantity:active, .subtract_quantity:active, .btn-default.active, table#latest_completed_invoice td.options .active.cancel, table#latest_completed_invoice td.options .active.payedbtn, table#invoice-archive .active.cancel, table#invoice-archive .active.payedbtn, table.edit-invoice-line-items td.options .active.delete, table.edit-invoice-line-items td.options .active.add,
  table.edit-invoice-line-items-new td.options .active.delete,
  table.edit-invoice-line-items-new td.options .active.add, #first-run input.active[type=submit], .active.customer-data-batch_receipt-btn, #guest_index .active.x_button, .active.import_article, .active.add_quantity, .active.subtract_quantity,
  .open > .btn-default.dropdown-toggle,
  table#latest_completed_invoice td.options .open > .dropdown-toggle.cancel,
  table#latest_completed_invoice td.options .open > .dropdown-toggle.payedbtn,
  table#invoice-archive .open > .dropdown-toggle.cancel,
  table#invoice-archive .open > .dropdown-toggle.payedbtn,
  table.edit-invoice-line-items td.options .open > .dropdown-toggle.delete,
  table.edit-invoice-line-items td.options .open > .dropdown-toggle.add,
  table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.delete,
  table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.add,
  #first-run .open > input.dropdown-toggle[type=submit],
  .open > .dropdown-toggle.customer-data-batch_receipt-btn,
  #guest_index .open > .dropdown-toggle.x_button,
  .open > .dropdown-toggle.import_article,
  .open > .dropdown-toggle.add_quantity,
  .open > .dropdown-toggle.subtract_quantity {
    background-image: none; }
  .btn-default.disabled, table#latest_completed_invoice td.options .disabled.cancel, table#latest_completed_invoice td.options .disabled.payedbtn, table#invoice-archive .disabled.cancel, table#invoice-archive .disabled.payedbtn, table.edit-invoice-line-items td.options .disabled.delete, table.edit-invoice-line-items td.options .disabled.add,
  table.edit-invoice-line-items-new td.options .disabled.delete,
  table.edit-invoice-line-items-new td.options .disabled.add, #first-run input.disabled[type=submit], .disabled.customer-data-batch_receipt-btn, #guest_index .disabled.x_button, .disabled.import_article, .disabled.add_quantity, .disabled.subtract_quantity, .btn-default.disabled:hover, table#latest_completed_invoice td.options .disabled.cancel:hover, table#latest_completed_invoice td.options .disabled.payedbtn:hover, table#invoice-archive .disabled.cancel:hover, table#invoice-archive .disabled.payedbtn:hover, table.edit-invoice-line-items td.options .disabled.delete:hover, table.edit-invoice-line-items td.options .disabled.add:hover,
  table.edit-invoice-line-items-new td.options .disabled.delete:hover,
  table.edit-invoice-line-items-new td.options .disabled.add:hover, #first-run input.disabled:hover[type=submit], .disabled.customer-data-batch_receipt-btn:hover, #guest_index .disabled.x_button:hover, .disabled.import_article:hover, .disabled.add_quantity:hover, .disabled.subtract_quantity:hover, .btn-default.disabled:focus, table#latest_completed_invoice td.options .disabled.cancel:focus, table#latest_completed_invoice td.options .disabled.payedbtn:focus, table#invoice-archive .disabled.cancel:focus, table#invoice-archive .disabled.payedbtn:focus, table.edit-invoice-line-items td.options .disabled.delete:focus, table.edit-invoice-line-items td.options .disabled.add:focus,
  table.edit-invoice-line-items-new td.options .disabled.delete:focus,
  table.edit-invoice-line-items-new td.options .disabled.add:focus, #first-run input.disabled:focus[type=submit], .disabled.customer-data-batch_receipt-btn:focus, #guest_index .disabled.x_button:focus, .disabled.import_article:focus, .disabled.add_quantity:focus, .disabled.subtract_quantity:focus, .btn-default.disabled.focus, table#latest_completed_invoice td.options .disabled.focus.cancel, table#latest_completed_invoice td.options .disabled.focus.payedbtn, table#invoice-archive .disabled.focus.cancel, table#invoice-archive .disabled.focus.payedbtn, table.edit-invoice-line-items td.options .disabled.focus.delete, table.edit-invoice-line-items td.options .disabled.focus.add,
  table.edit-invoice-line-items-new td.options .disabled.focus.delete,
  table.edit-invoice-line-items-new td.options .disabled.focus.add, #first-run input.disabled.focus[type=submit], .disabled.focus.customer-data-batch_receipt-btn, #guest_index .disabled.focus.x_button, .disabled.focus.import_article, .disabled.focus.add_quantity, .disabled.focus.subtract_quantity, .btn-default.disabled:active, table#latest_completed_invoice td.options .disabled.cancel:active, table#latest_completed_invoice td.options .disabled.payedbtn:active, table#invoice-archive .disabled.cancel:active, table#invoice-archive .disabled.payedbtn:active, table.edit-invoice-line-items td.options .disabled.delete:active, table.edit-invoice-line-items td.options .disabled.add:active,
  table.edit-invoice-line-items-new td.options .disabled.delete:active,
  table.edit-invoice-line-items-new td.options .disabled.add:active, #first-run input.disabled:active[type=submit], .disabled.customer-data-batch_receipt-btn:active, #guest_index .disabled.x_button:active, .disabled.import_article:active, .disabled.add_quantity:active, .disabled.subtract_quantity:active, .btn-default.disabled.active, table#latest_completed_invoice td.options .disabled.active.cancel, table#latest_completed_invoice td.options .disabled.active.payedbtn, table#invoice-archive .disabled.active.cancel, table#invoice-archive .disabled.active.payedbtn, table.edit-invoice-line-items td.options .disabled.active.delete, table.edit-invoice-line-items td.options .disabled.active.add,
  table.edit-invoice-line-items-new td.options .disabled.active.delete,
  table.edit-invoice-line-items-new td.options .disabled.active.add, #first-run input.disabled.active[type=submit], .disabled.active.customer-data-batch_receipt-btn, #guest_index .disabled.active.x_button, .disabled.active.import_article, .disabled.active.add_quantity, .disabled.active.subtract_quantity, .btn-default[disabled], table#latest_completed_invoice td.options .cancel[disabled], table#latest_completed_invoice td.options .payedbtn[disabled], table#invoice-archive .cancel[disabled], table#invoice-archive .payedbtn[disabled], table.edit-invoice-line-items td.options .delete[disabled], table.edit-invoice-line-items td.options .add[disabled],
  table.edit-invoice-line-items-new td.options .delete[disabled],
  table.edit-invoice-line-items-new td.options .add[disabled], #first-run input[disabled][type=submit], .customer-data-batch_receipt-btn[disabled], #guest_index .x_button[disabled], .import_article[disabled], .add_quantity[disabled], .subtract_quantity[disabled], .btn-default[disabled]:hover, table#latest_completed_invoice td.options .cancel[disabled]:hover, table#latest_completed_invoice td.options .payedbtn[disabled]:hover, table#invoice-archive .cancel[disabled]:hover, table#invoice-archive .payedbtn[disabled]:hover, table.edit-invoice-line-items td.options .delete[disabled]:hover, table.edit-invoice-line-items td.options .add[disabled]:hover,
  table.edit-invoice-line-items-new td.options .delete[disabled]:hover,
  table.edit-invoice-line-items-new td.options .add[disabled]:hover, #first-run input[disabled]:hover[type=submit], .customer-data-batch_receipt-btn[disabled]:hover, #guest_index .x_button[disabled]:hover, .import_article[disabled]:hover, .add_quantity[disabled]:hover, .subtract_quantity[disabled]:hover, .btn-default[disabled]:focus, table#latest_completed_invoice td.options .cancel[disabled]:focus, table#latest_completed_invoice td.options .payedbtn[disabled]:focus, table#invoice-archive .cancel[disabled]:focus, table#invoice-archive .payedbtn[disabled]:focus, table.edit-invoice-line-items td.options .delete[disabled]:focus, table.edit-invoice-line-items td.options .add[disabled]:focus,
  table.edit-invoice-line-items-new td.options .delete[disabled]:focus,
  table.edit-invoice-line-items-new td.options .add[disabled]:focus, #first-run input[disabled]:focus[type=submit], .customer-data-batch_receipt-btn[disabled]:focus, #guest_index .x_button[disabled]:focus, .import_article[disabled]:focus, .add_quantity[disabled]:focus, .subtract_quantity[disabled]:focus, .btn-default[disabled].focus, table#latest_completed_invoice td.options .cancel[disabled].focus, table#latest_completed_invoice td.options .payedbtn[disabled].focus, table#invoice-archive .cancel[disabled].focus, table#invoice-archive .payedbtn[disabled].focus, table.edit-invoice-line-items td.options .delete[disabled].focus, table.edit-invoice-line-items td.options .add[disabled].focus,
  table.edit-invoice-line-items-new td.options .delete[disabled].focus,
  table.edit-invoice-line-items-new td.options .add[disabled].focus, #first-run input[disabled].focus[type=submit], .customer-data-batch_receipt-btn[disabled].focus, #guest_index .x_button[disabled].focus, .import_article[disabled].focus, .add_quantity[disabled].focus, .subtract_quantity[disabled].focus, .btn-default[disabled]:active, table#latest_completed_invoice td.options .cancel[disabled]:active, table#latest_completed_invoice td.options .payedbtn[disabled]:active, table#invoice-archive .cancel[disabled]:active, table#invoice-archive .payedbtn[disabled]:active, table.edit-invoice-line-items td.options .delete[disabled]:active, table.edit-invoice-line-items td.options .add[disabled]:active,
  table.edit-invoice-line-items-new td.options .delete[disabled]:active,
  table.edit-invoice-line-items-new td.options .add[disabled]:active, #first-run input[disabled]:active[type=submit], .customer-data-batch_receipt-btn[disabled]:active, #guest_index .x_button[disabled]:active, .import_article[disabled]:active, .add_quantity[disabled]:active, .subtract_quantity[disabled]:active, .btn-default[disabled].active, table#latest_completed_invoice td.options .cancel[disabled].active, table#latest_completed_invoice td.options .payedbtn[disabled].active, table#invoice-archive .cancel[disabled].active, table#invoice-archive .payedbtn[disabled].active, table.edit-invoice-line-items td.options .delete[disabled].active, table.edit-invoice-line-items td.options .add[disabled].active,
  table.edit-invoice-line-items-new td.options .delete[disabled].active,
  table.edit-invoice-line-items-new td.options .add[disabled].active, #first-run input[disabled].active[type=submit], .customer-data-batch_receipt-btn[disabled].active, #guest_index .x_button[disabled].active, .import_article[disabled].active, .add_quantity[disabled].active, .subtract_quantity[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] table#latest_completed_invoice td.options .cancel,
  table#latest_completed_invoice td.options fieldset[disabled] .cancel,
  fieldset[disabled] table#latest_completed_invoice td.options .payedbtn,
  table#latest_completed_invoice td.options fieldset[disabled] .payedbtn,
  fieldset[disabled] table#invoice-archive .cancel,
  table#invoice-archive fieldset[disabled] .cancel,
  fieldset[disabled] table#invoice-archive .payedbtn,
  table#invoice-archive fieldset[disabled] .payedbtn,
  fieldset[disabled] table.edit-invoice-line-items td.options .delete,
  table.edit-invoice-line-items td.options fieldset[disabled] .delete,
  fieldset[disabled] table.edit-invoice-line-items td.options .add,
  table.edit-invoice-line-items td.options fieldset[disabled] .add,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .delete,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .delete,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .add,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .add,
  fieldset[disabled] #first-run input[type=submit],
  #first-run fieldset[disabled] input[type=submit],
  fieldset[disabled] .customer-data-batch_receipt-btn,
  fieldset[disabled] #guest_index .x_button,
  #guest_index fieldset[disabled] .x_button,
  fieldset[disabled] .import_article,
  fieldset[disabled] .add_quantity,
  fieldset[disabled] .subtract_quantity,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] table#latest_completed_invoice td.options .cancel:hover,
  table#latest_completed_invoice td.options fieldset[disabled] .cancel:hover,
  fieldset[disabled] table#latest_completed_invoice td.options .payedbtn:hover,
  table#latest_completed_invoice td.options fieldset[disabled] .payedbtn:hover,
  fieldset[disabled] table#invoice-archive .cancel:hover,
  table#invoice-archive fieldset[disabled] .cancel:hover,
  fieldset[disabled] table#invoice-archive .payedbtn:hover,
  table#invoice-archive fieldset[disabled] .payedbtn:hover,
  fieldset[disabled] table.edit-invoice-line-items td.options .delete:hover,
  table.edit-invoice-line-items td.options fieldset[disabled] .delete:hover,
  fieldset[disabled] table.edit-invoice-line-items td.options .add:hover,
  table.edit-invoice-line-items td.options fieldset[disabled] .add:hover,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .delete:hover,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .delete:hover,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .add:hover,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .add:hover,
  fieldset[disabled] #first-run input:hover[type=submit],
  #first-run fieldset[disabled] input:hover[type=submit],
  fieldset[disabled] .customer-data-batch_receipt-btn:hover,
  fieldset[disabled] #guest_index .x_button:hover,
  #guest_index fieldset[disabled] .x_button:hover,
  fieldset[disabled] .import_article:hover,
  fieldset[disabled] .add_quantity:hover,
  fieldset[disabled] .subtract_quantity:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] table#latest_completed_invoice td.options .cancel:focus,
  table#latest_completed_invoice td.options fieldset[disabled] .cancel:focus,
  fieldset[disabled] table#latest_completed_invoice td.options .payedbtn:focus,
  table#latest_completed_invoice td.options fieldset[disabled] .payedbtn:focus,
  fieldset[disabled] table#invoice-archive .cancel:focus,
  table#invoice-archive fieldset[disabled] .cancel:focus,
  fieldset[disabled] table#invoice-archive .payedbtn:focus,
  table#invoice-archive fieldset[disabled] .payedbtn:focus,
  fieldset[disabled] table.edit-invoice-line-items td.options .delete:focus,
  table.edit-invoice-line-items td.options fieldset[disabled] .delete:focus,
  fieldset[disabled] table.edit-invoice-line-items td.options .add:focus,
  table.edit-invoice-line-items td.options fieldset[disabled] .add:focus,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .delete:focus,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .delete:focus,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .add:focus,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .add:focus,
  fieldset[disabled] #first-run input:focus[type=submit],
  #first-run fieldset[disabled] input:focus[type=submit],
  fieldset[disabled] .customer-data-batch_receipt-btn:focus,
  fieldset[disabled] #guest_index .x_button:focus,
  #guest_index fieldset[disabled] .x_button:focus,
  fieldset[disabled] .import_article:focus,
  fieldset[disabled] .add_quantity:focus,
  fieldset[disabled] .subtract_quantity:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] table#latest_completed_invoice td.options .focus.cancel,
  table#latest_completed_invoice td.options fieldset[disabled] .focus.cancel,
  fieldset[disabled] table#latest_completed_invoice td.options .focus.payedbtn,
  table#latest_completed_invoice td.options fieldset[disabled] .focus.payedbtn,
  fieldset[disabled] table#invoice-archive .focus.cancel,
  table#invoice-archive fieldset[disabled] .focus.cancel,
  fieldset[disabled] table#invoice-archive .focus.payedbtn,
  table#invoice-archive fieldset[disabled] .focus.payedbtn,
  fieldset[disabled] table.edit-invoice-line-items td.options .focus.delete,
  table.edit-invoice-line-items td.options fieldset[disabled] .focus.delete,
  fieldset[disabled] table.edit-invoice-line-items td.options .focus.add,
  table.edit-invoice-line-items td.options fieldset[disabled] .focus.add,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .focus.delete,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .focus.delete,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .focus.add,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .focus.add,
  fieldset[disabled] #first-run input.focus[type=submit],
  #first-run fieldset[disabled] input.focus[type=submit],
  fieldset[disabled] .focus.customer-data-batch_receipt-btn,
  fieldset[disabled] #guest_index .focus.x_button,
  #guest_index fieldset[disabled] .focus.x_button,
  fieldset[disabled] .focus.import_article,
  fieldset[disabled] .focus.add_quantity,
  fieldset[disabled] .focus.subtract_quantity,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] table#latest_completed_invoice td.options .cancel:active,
  table#latest_completed_invoice td.options fieldset[disabled] .cancel:active,
  fieldset[disabled] table#latest_completed_invoice td.options .payedbtn:active,
  table#latest_completed_invoice td.options fieldset[disabled] .payedbtn:active,
  fieldset[disabled] table#invoice-archive .cancel:active,
  table#invoice-archive fieldset[disabled] .cancel:active,
  fieldset[disabled] table#invoice-archive .payedbtn:active,
  table#invoice-archive fieldset[disabled] .payedbtn:active,
  fieldset[disabled] table.edit-invoice-line-items td.options .delete:active,
  table.edit-invoice-line-items td.options fieldset[disabled] .delete:active,
  fieldset[disabled] table.edit-invoice-line-items td.options .add:active,
  table.edit-invoice-line-items td.options fieldset[disabled] .add:active,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .delete:active,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .delete:active,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .add:active,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .add:active,
  fieldset[disabled] #first-run input:active[type=submit],
  #first-run fieldset[disabled] input:active[type=submit],
  fieldset[disabled] .customer-data-batch_receipt-btn:active,
  fieldset[disabled] #guest_index .x_button:active,
  #guest_index fieldset[disabled] .x_button:active,
  fieldset[disabled] .import_article:active,
  fieldset[disabled] .add_quantity:active,
  fieldset[disabled] .subtract_quantity:active,
  fieldset[disabled] .btn-default.active,
  fieldset[disabled] table#latest_completed_invoice td.options .active.cancel,
  table#latest_completed_invoice td.options fieldset[disabled] .active.cancel,
  fieldset[disabled] table#latest_completed_invoice td.options .active.payedbtn,
  table#latest_completed_invoice td.options fieldset[disabled] .active.payedbtn,
  fieldset[disabled] table#invoice-archive .active.cancel,
  table#invoice-archive fieldset[disabled] .active.cancel,
  fieldset[disabled] table#invoice-archive .active.payedbtn,
  table#invoice-archive fieldset[disabled] .active.payedbtn,
  fieldset[disabled] table.edit-invoice-line-items td.options .active.delete,
  table.edit-invoice-line-items td.options fieldset[disabled] .active.delete,
  fieldset[disabled] table.edit-invoice-line-items td.options .active.add,
  table.edit-invoice-line-items td.options fieldset[disabled] .active.add,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .active.delete,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .active.delete,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .active.add,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .active.add,
  fieldset[disabled] #first-run input.active[type=submit],
  #first-run fieldset[disabled] input.active[type=submit],
  fieldset[disabled] .active.customer-data-batch_receipt-btn,
  fieldset[disabled] #guest_index .active.x_button,
  #guest_index fieldset[disabled] .active.x_button,
  fieldset[disabled] .active.import_article,
  fieldset[disabled] .active.add_quantity,
  fieldset[disabled] .active.subtract_quantity {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, table#latest_completed_invoice td.options .cancel .badge, table#latest_completed_invoice td.options .payedbtn .badge, table#invoice-archive .cancel .badge, table#invoice-archive .payedbtn .badge, table.edit-invoice-line-items td.options .delete .badge, table.edit-invoice-line-items td.options .add .badge, table.edit-invoice-line-items-new td.options .delete .badge, table.edit-invoice-line-items-new td.options .add .badge, #first-run input[type=submit] .badge, .customer-data-batch_receipt-btn .badge, #guest_index .x_button .badge, .import_article .badge, .add_quantity .badge, .subtract_quantity .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #089bef;
  border-color: #078bd6; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #067bbe;
    border-color: #033b5b; }
  .btn-primary:hover {
    color: #fff;
    background-color: #067bbe;
    border-color: #05659b; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #067bbe;
    border-color: #05659b; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #05659b;
      border-color: #033b5b; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #089bef;
    border-color: #078bd6; }
  .btn-primary .badge {
    color: #089bef;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger, table.edit-invoice-line-items td.options .delete:hover,
table.edit-invoice-line-items-new td.options .delete:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, table.edit-invoice-line-items td.options .delete:focus:hover,
  table.edit-invoice-line-items-new td.options .delete:focus:hover, .btn-danger.focus, table.edit-invoice-line-items td.options .focus.delete:hover,
  table.edit-invoice-line-items-new td.options .focus.delete:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover, table.edit-invoice-line-items td.options .delete:hover,
  table.edit-invoice-line-items-new td.options .delete:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, table.edit-invoice-line-items td.options .delete:active:hover,
  table.edit-invoice-line-items-new td.options .delete:active:hover, .btn-danger.active, table.edit-invoice-line-items td.options .active.delete:hover,
  table.edit-invoice-line-items-new td.options .active.delete:hover,
  .open > .btn-danger.dropdown-toggle,
  table.edit-invoice-line-items td.options .open > .dropdown-toggle.delete:hover,
  table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.delete:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, table.edit-invoice-line-items td.options .delete:active:hover,
    table.edit-invoice-line-items-new td.options .delete:active:hover, .btn-danger:active:focus, table.edit-invoice-line-items td.options .delete:active:focus:hover,
    table.edit-invoice-line-items-new td.options .delete:active:focus:hover, .btn-danger:active.focus, table.edit-invoice-line-items td.options .delete:active.focus:hover,
    table.edit-invoice-line-items-new td.options .delete:active.focus:hover, .btn-danger.active:hover, table.edit-invoice-line-items td.options .active.delete:hover,
    table.edit-invoice-line-items-new td.options .active.delete:hover, .btn-danger.active:focus, table.edit-invoice-line-items td.options .active.delete:focus:hover,
    table.edit-invoice-line-items-new td.options .active.delete:focus:hover, .btn-danger.active.focus, table.edit-invoice-line-items td.options .active.focus.delete:hover,
    table.edit-invoice-line-items-new td.options .active.focus.delete:hover,
    .open > .btn-danger.dropdown-toggle:hover,
    table.edit-invoice-line-items td.options .open > .dropdown-toggle.delete:hover,
    table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.delete:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    table.edit-invoice-line-items td.options .open > .dropdown-toggle.delete:focus:hover,
    table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.delete:focus:hover,
    .open > .btn-danger.dropdown-toggle.focus,
    table.edit-invoice-line-items td.options .open > .dropdown-toggle.focus.delete:hover,
    table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.focus.delete:hover {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, table.edit-invoice-line-items td.options .delete:active:hover,
  table.edit-invoice-line-items-new td.options .delete:active:hover, .btn-danger.active, table.edit-invoice-line-items td.options .active.delete:hover,
  table.edit-invoice-line-items-new td.options .active.delete:hover,
  .open > .btn-danger.dropdown-toggle,
  table.edit-invoice-line-items td.options .open > .dropdown-toggle.delete:hover,
  table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.delete:hover {
    background-image: none; }
  .btn-danger.disabled, table.edit-invoice-line-items td.options .disabled.delete:hover,
  table.edit-invoice-line-items-new td.options .disabled.delete:hover, .btn-danger.disabled:hover, table.edit-invoice-line-items td.options .disabled.delete:hover,
  table.edit-invoice-line-items-new td.options .disabled.delete:hover, .btn-danger.disabled:focus, table.edit-invoice-line-items td.options .disabled.delete:focus:hover,
  table.edit-invoice-line-items-new td.options .disabled.delete:focus:hover, .btn-danger.disabled.focus, table.edit-invoice-line-items td.options .disabled.focus.delete:hover,
  table.edit-invoice-line-items-new td.options .disabled.focus.delete:hover, .btn-danger.disabled:active, table.edit-invoice-line-items td.options .disabled.delete:active:hover,
  table.edit-invoice-line-items-new td.options .disabled.delete:active:hover, .btn-danger.disabled.active, table.edit-invoice-line-items td.options .disabled.active.delete:hover,
  table.edit-invoice-line-items-new td.options .disabled.active.delete:hover, .btn-danger[disabled], table.edit-invoice-line-items td.options .delete[disabled]:hover,
  table.edit-invoice-line-items-new td.options .delete[disabled]:hover, .btn-danger[disabled]:hover, table.edit-invoice-line-items td.options .delete[disabled]:hover,
  table.edit-invoice-line-items-new td.options .delete[disabled]:hover, .btn-danger[disabled]:focus, table.edit-invoice-line-items td.options .delete[disabled]:focus:hover,
  table.edit-invoice-line-items-new td.options .delete[disabled]:focus:hover, .btn-danger[disabled].focus, table.edit-invoice-line-items td.options .delete[disabled].focus:hover,
  table.edit-invoice-line-items-new td.options .delete[disabled].focus:hover, .btn-danger[disabled]:active, table.edit-invoice-line-items td.options .delete[disabled]:active:hover,
  table.edit-invoice-line-items-new td.options .delete[disabled]:active:hover, .btn-danger[disabled].active, table.edit-invoice-line-items td.options .delete[disabled].active:hover,
  table.edit-invoice-line-items-new td.options .delete[disabled].active:hover,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] table.edit-invoice-line-items td.options .delete:hover,
  table.edit-invoice-line-items td.options fieldset[disabled] .delete:hover,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .delete:hover,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .delete:hover,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] table.edit-invoice-line-items td.options .delete:hover,
  table.edit-invoice-line-items td.options fieldset[disabled] .delete:hover,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .delete:hover,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .delete:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] table.edit-invoice-line-items td.options .delete:focus:hover,
  table.edit-invoice-line-items td.options fieldset[disabled] .delete:focus:hover,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .delete:focus:hover,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .delete:focus:hover,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] table.edit-invoice-line-items td.options .focus.delete:hover,
  table.edit-invoice-line-items td.options fieldset[disabled] .focus.delete:hover,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .focus.delete:hover,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .focus.delete:hover,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] table.edit-invoice-line-items td.options .delete:active:hover,
  table.edit-invoice-line-items td.options fieldset[disabled] .delete:active:hover,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .delete:active:hover,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .delete:active:hover,
  fieldset[disabled] .btn-danger.active,
  fieldset[disabled] table.edit-invoice-line-items td.options .active.delete:hover,
  table.edit-invoice-line-items td.options fieldset[disabled] .active.delete:hover,
  fieldset[disabled] table.edit-invoice-line-items-new td.options .active.delete:hover,
  table.edit-invoice-line-items-new td.options fieldset[disabled] .active.delete:hover {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge, table.edit-invoice-line-items td.options .delete:hover .badge, table.edit-invoice-line-items-new td.options .delete:hover .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, table#latest_completed_invoice td.options .btn-group-lg > .cancel, table#latest_completed_invoice td.options .btn-group-lg > .payedbtn, table#invoice-archive .btn-group-lg > .cancel, table#invoice-archive .btn-group-lg > .payedbtn, table.edit-invoice-line-items td.options .btn-group-lg > .delete, table.edit-invoice-line-items td.options .btn-group-lg > .add,
table.edit-invoice-line-items-new td.options .btn-group-lg > .delete,
table.edit-invoice-line-items-new td.options .btn-group-lg > .add, #first-run .btn-group-lg > input[type=submit], .btn-group-lg > .customer-data-batch_receipt-btn, #guest_index .btn-group-lg > .x_button, .btn-group-lg > .import_article, .btn-group-lg > .add_quantity, .btn-group-lg > .subtract_quantity {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, table#latest_completed_invoice td.options .btn-group-sm > .cancel, table#latest_completed_invoice td.options .btn-group-sm > .payedbtn, table#invoice-archive .btn-group-sm > .cancel, table#invoice-archive .btn-group-sm > .payedbtn, table.edit-invoice-line-items td.options .btn-group-sm > .delete, table.edit-invoice-line-items td.options .btn-group-sm > .add,
table.edit-invoice-line-items-new td.options .btn-group-sm > .delete,
table.edit-invoice-line-items-new td.options .btn-group-sm > .add, #first-run .btn-group-sm > input[type=submit], .btn-group-sm > .customer-data-batch_receipt-btn, #guest_index .btn-group-sm > .x_button, .btn-group-sm > .import_article, .btn-group-sm > .add_quantity, .btn-group-sm > .subtract_quantity {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, #first-run .btn-group-xs > input[type=submit], .btn-group-xs > .customer-data-batch_receipt-btn, .btn-group-xs > .import_article, .btn-group-xs > .add_quantity, .btn-group-xs > .subtract_quantity, table#latest_completed_invoice td.options .cancel, table#latest_completed_invoice td.options .payedbtn, table#invoice-archive .cancel, table#invoice-archive .payedbtn, table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options .add,
table.edit-invoice-line-items-new td.options .delete,
table.edit-invoice-line-items-new td.options .add, .customer-data-batch_receipt-btn, #guest_index .x_button, .import_article, .add_quantity, .subtract_quantity {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block, table#latest_completed_invoice td.options .cancel, table#latest_completed_invoice td.options .payedbtn, table#invoice-archive .cancel, table#invoice-archive .payedbtn, table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options .add,
table.edit-invoice-line-items-new td.options .delete,
table.edit-invoice-line-items-new td.options .add, .customer-data-batch_receipt-btn, #guest_index .x_button, .import_article, .add_quantity, .subtract_quantity {
  display: block;
  width: 100%; }

.btn-block + .btn-block, table#latest_completed_invoice td.options .cancel + .btn-block, table#latest_completed_invoice td.options .payedbtn + .btn-block, table#invoice-archive .cancel + .btn-block, table#invoice-archive .payedbtn + .btn-block, table.edit-invoice-line-items td.options .delete + .btn-block, table.edit-invoice-line-items td.options .add + .btn-block, table.edit-invoice-line-items-new td.options .delete + .btn-block, table.edit-invoice-line-items-new td.options .add + .btn-block, .customer-data-batch_receipt-btn + .btn-block, #guest_index .x_button + .btn-block, .import_article + .btn-block, .add_quantity + .btn-block, .subtract_quantity + .btn-block, table#latest_completed_invoice td.options .btn-block + .cancel, table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .payedbtn + .cancel, table#invoice-archive table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options table#invoice-archive .cancel + .cancel, table#invoice-archive table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options table#invoice-archive .payedbtn + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .delete + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .add + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .delete + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .add + .cancel, table#latest_completed_invoice td.options .customer-data-batch_receipt-btn + .cancel, #guest_index table#latest_completed_invoice td.options .x_button + .cancel, table#latest_completed_invoice td.options #guest_index .x_button + .cancel, table#latest_completed_invoice td.options .import_article + .cancel, table#latest_completed_invoice td.options .add_quantity + .cancel, table#latest_completed_invoice td.options .subtract_quantity + .cancel, table#latest_completed_invoice td.options .btn-block + .payedbtn, table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .cancel + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .payedbtn + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .delete + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .add + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .delete + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .add + .payedbtn, table#latest_completed_invoice td.options .customer-data-batch_receipt-btn + .payedbtn, #guest_index table#latest_completed_invoice td.options .x_button + .payedbtn, table#latest_completed_invoice td.options #guest_index .x_button + .payedbtn, table#latest_completed_invoice td.options .import_article + .payedbtn, table#latest_completed_invoice td.options .add_quantity + .payedbtn, table#latest_completed_invoice td.options .subtract_quantity + .payedbtn, table#invoice-archive .btn-block + .cancel, table#latest_completed_invoice td.options table#invoice-archive .cancel + .cancel, table#invoice-archive table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options table#invoice-archive .payedbtn + .cancel, table#invoice-archive table#latest_completed_invoice td.options .payedbtn + .cancel, table#invoice-archive .cancel + .cancel, table#invoice-archive .payedbtn + .cancel, table.edit-invoice-line-items td.options table#invoice-archive .delete + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .delete + .cancel, table.edit-invoice-line-items td.options table#invoice-archive .add + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .add + .cancel, table.edit-invoice-line-items-new td.options table#invoice-archive .delete + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .delete + .cancel, table.edit-invoice-line-items-new td.options table#invoice-archive .add + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .add + .cancel, table#invoice-archive .customer-data-batch_receipt-btn + .cancel, #guest_index table#invoice-archive .x_button + .cancel, table#invoice-archive #guest_index .x_button + .cancel, table#invoice-archive .import_article + .cancel, table#invoice-archive .add_quantity + .cancel, table#invoice-archive .subtract_quantity + .cancel, table#invoice-archive .btn-block + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .cancel + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#invoice-archive .cancel + .payedbtn, table#invoice-archive .payedbtn + .payedbtn, table.edit-invoice-line-items td.options table#invoice-archive .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .delete + .payedbtn, table.edit-invoice-line-items td.options table#invoice-archive .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .add + .payedbtn, table.edit-invoice-line-items-new td.options table#invoice-archive .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .delete + .payedbtn, table.edit-invoice-line-items-new td.options table#invoice-archive .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .add + .payedbtn, table#invoice-archive .customer-data-batch_receipt-btn + .payedbtn, #guest_index table#invoice-archive .x_button + .payedbtn, table#invoice-archive #guest_index .x_button + .payedbtn, table#invoice-archive .import_article + .payedbtn, table#invoice-archive .add_quantity + .payedbtn, table#invoice-archive .subtract_quantity + .payedbtn, table.edit-invoice-line-items td.options .btn-block + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .cancel + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .payedbtn + .delete, table#invoice-archive table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items td.options table#invoice-archive .cancel + .delete, table#invoice-archive table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items td.options table#invoice-archive .payedbtn + .delete, table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items td.options .customer-data-batch_receipt-btn + .delete, #guest_index table.edit-invoice-line-items td.options .x_button + .delete, table.edit-invoice-line-items td.options #guest_index .x_button + .delete, table.edit-invoice-line-items td.options .import_article + .delete, table.edit-invoice-line-items td.options .add_quantity + .delete, table.edit-invoice-line-items td.options .subtract_quantity + .delete, table.edit-invoice-line-items td.options .btn-block + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .cancel + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .payedbtn + .add, table#invoice-archive table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items td.options table#invoice-archive .cancel + .add, table#invoice-archive table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items td.options table#invoice-archive .payedbtn + .add, table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items td.options .customer-data-batch_receipt-btn + .add, #guest_index table.edit-invoice-line-items td.options .x_button + .add, table.edit-invoice-line-items td.options #guest_index .x_button + .add, table.edit-invoice-line-items td.options .import_article + .add, table.edit-invoice-line-items td.options .add_quantity + .add, table.edit-invoice-line-items td.options .subtract_quantity + .add,
table.edit-invoice-line-items-new td.options .btn-block + .delete,
table#latest_completed_invoice table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .cancel + .delete,
table#latest_completed_invoice table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .payedbtn + .delete,
table#invoice-archive table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .cancel + .delete,
table#invoice-archive table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .payedbtn + .delete,
table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .delete + .delete,
table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .add + .delete,
table.edit-invoice-line-items-new td.options .delete + .delete,
table.edit-invoice-line-items-new td.options .add + .delete,
table.edit-invoice-line-items-new td.options .customer-data-batch_receipt-btn + .delete,
#guest_index table.edit-invoice-line-items-new td.options .x_button + .delete, table.edit-invoice-line-items-new td.options #guest_index .x_button + .delete,
table.edit-invoice-line-items-new td.options .import_article + .delete,
table.edit-invoice-line-items-new td.options .add_quantity + .delete,
table.edit-invoice-line-items-new td.options .subtract_quantity + .delete,
table.edit-invoice-line-items-new td.options .btn-block + .add,
table#latest_completed_invoice table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .cancel + .add,
table#latest_completed_invoice table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .payedbtn + .add,
table#invoice-archive table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .cancel + .add,
table#invoice-archive table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .payedbtn + .add,
table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .delete + .add,
table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .add + .add,
table.edit-invoice-line-items-new td.options .delete + .add,
table.edit-invoice-line-items-new td.options .add + .add,
table.edit-invoice-line-items-new td.options .customer-data-batch_receipt-btn + .add,
#guest_index table.edit-invoice-line-items-new td.options .x_button + .add, table.edit-invoice-line-items-new td.options #guest_index .x_button + .add,
table.edit-invoice-line-items-new td.options .import_article + .add,
table.edit-invoice-line-items-new td.options .add_quantity + .add,
table.edit-invoice-line-items-new td.options .subtract_quantity + .add, .btn-block + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .cancel + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .payedbtn + .customer-data-batch_receipt-btn, table#invoice-archive .cancel + .customer-data-batch_receipt-btn, table#invoice-archive .payedbtn + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .add + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .add + .customer-data-batch_receipt-btn, .customer-data-batch_receipt-btn + .customer-data-batch_receipt-btn, #guest_index .x_button + .customer-data-batch_receipt-btn, .import_article + .customer-data-batch_receipt-btn, .add_quantity + .customer-data-batch_receipt-btn, .subtract_quantity + .customer-data-batch_receipt-btn, #guest_index .btn-block + .x_button, table#latest_completed_invoice td.options #guest_index .cancel + .x_button, #guest_index table#latest_completed_invoice td.options .cancel + .x_button, table#latest_completed_invoice td.options #guest_index .payedbtn + .x_button, #guest_index table#latest_completed_invoice td.options .payedbtn + .x_button, table#invoice-archive #guest_index .cancel + .x_button, #guest_index table#invoice-archive .cancel + .x_button, table#invoice-archive #guest_index .payedbtn + .x_button, #guest_index table#invoice-archive .payedbtn + .x_button, table.edit-invoice-line-items td.options #guest_index .delete + .x_button, #guest_index table.edit-invoice-line-items td.options .delete + .x_button, table.edit-invoice-line-items td.options #guest_index .add + .x_button, #guest_index table.edit-invoice-line-items td.options .add + .x_button, table.edit-invoice-line-items-new td.options #guest_index .delete + .x_button, #guest_index table.edit-invoice-line-items-new td.options .delete + .x_button, table.edit-invoice-line-items-new td.options #guest_index .add + .x_button, #guest_index table.edit-invoice-line-items-new td.options .add + .x_button, #guest_index .customer-data-batch_receipt-btn + .x_button, #guest_index .x_button + .x_button, #guest_index .import_article + .x_button, #guest_index .add_quantity + .x_button, #guest_index .subtract_quantity + .x_button, .btn-block + .import_article, table#latest_completed_invoice td.options .cancel + .import_article, table#latest_completed_invoice td.options .payedbtn + .import_article, table#invoice-archive .cancel + .import_article, table#invoice-archive .payedbtn + .import_article, table.edit-invoice-line-items td.options .delete + .import_article, table.edit-invoice-line-items td.options .add + .import_article, table.edit-invoice-line-items-new td.options .delete + .import_article, table.edit-invoice-line-items-new td.options .add + .import_article, .customer-data-batch_receipt-btn + .import_article, #guest_index .x_button + .import_article, .import_article + .import_article, .add_quantity + .import_article, .subtract_quantity + .import_article, .btn-block + .add_quantity, table#latest_completed_invoice td.options .cancel + .add_quantity, table#latest_completed_invoice td.options .payedbtn + .add_quantity, table#invoice-archive .cancel + .add_quantity, table#invoice-archive .payedbtn + .add_quantity, table.edit-invoice-line-items td.options .delete + .add_quantity, table.edit-invoice-line-items td.options .add + .add_quantity, table.edit-invoice-line-items-new td.options .delete + .add_quantity, table.edit-invoice-line-items-new td.options .add + .add_quantity, .customer-data-batch_receipt-btn + .add_quantity, #guest_index .x_button + .add_quantity, .import_article + .add_quantity, .add_quantity + .add_quantity, .subtract_quantity + .add_quantity, .btn-block + .subtract_quantity, table#latest_completed_invoice td.options .cancel + .subtract_quantity, table#latest_completed_invoice td.options .payedbtn + .subtract_quantity, table#invoice-archive .cancel + .subtract_quantity, table#invoice-archive .payedbtn + .subtract_quantity, table.edit-invoice-line-items td.options .delete + .subtract_quantity, table.edit-invoice-line-items td.options .add + .subtract_quantity, table.edit-invoice-line-items-new td.options .delete + .subtract_quantity, table.edit-invoice-line-items-new td.options .add + .subtract_quantity, .customer-data-batch_receipt-btn + .subtract_quantity, #guest_index .x_button + .subtract_quantity, .import_article + .subtract_quantity, .add_quantity + .subtract_quantity, .subtract_quantity + .subtract_quantity {
  margin-top: 5px; }

input[type="submit"].btn-block, table#latest_completed_invoice td.options input.cancel[type="submit"], table#latest_completed_invoice td.options input.payedbtn[type="submit"], table#invoice-archive input.cancel[type="submit"], table#invoice-archive input.payedbtn[type="submit"], table.edit-invoice-line-items td.options input.delete[type="submit"], table.edit-invoice-line-items td.options input.add[type="submit"],
table.edit-invoice-line-items-new td.options input.delete[type="submit"],
table.edit-invoice-line-items-new td.options input.add[type="submit"], input.customer-data-batch_receipt-btn[type="submit"], #guest_index input.x_button[type="submit"], input.import_article[type="submit"], input.add_quantity[type="submit"], input.subtract_quantity[type="submit"],
input[type="reset"].btn-block,
table#latest_completed_invoice td.options input.cancel[type="reset"],
table#latest_completed_invoice td.options input.payedbtn[type="reset"],
table#invoice-archive input.cancel[type="reset"],
table#invoice-archive input.payedbtn[type="reset"],
table.edit-invoice-line-items td.options input.delete[type="reset"],
table.edit-invoice-line-items td.options input.add[type="reset"],
table.edit-invoice-line-items-new td.options input.delete[type="reset"],
table.edit-invoice-line-items-new td.options input.add[type="reset"],
input.customer-data-batch_receipt-btn[type="reset"],
#guest_index input.x_button[type="reset"],
input.import_article[type="reset"],
input.add_quantity[type="reset"],
input.subtract_quantity[type="reset"],
input[type="button"].btn-block,
table#latest_completed_invoice td.options input.cancel[type="button"],
table#latest_completed_invoice td.options input.payedbtn[type="button"],
table#invoice-archive input.cancel[type="button"],
table#invoice-archive input.payedbtn[type="button"],
table.edit-invoice-line-items td.options input.delete[type="button"],
table.edit-invoice-line-items td.options input.add[type="button"],
table.edit-invoice-line-items-new td.options input.delete[type="button"],
table.edit-invoice-line-items-new td.options input.add[type="button"],
input.customer-data-batch_receipt-btn[type="button"],
#guest_index input.x_button[type="button"],
input.import_article[type="button"],
input.add_quantity[type="button"],
input.subtract_quantity[type="button"] {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 680px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, table#latest_completed_invoice td.options .btn-group > .cancel, table#latest_completed_invoice td.options .btn-group > .payedbtn, table#invoice-archive .btn-group > .cancel, table#invoice-archive .btn-group > .payedbtn, table.edit-invoice-line-items td.options .btn-group > .delete, table.edit-invoice-line-items td.options .btn-group > .add,
  table.edit-invoice-line-items-new td.options .btn-group > .delete,
  table.edit-invoice-line-items-new td.options .btn-group > .add, #first-run .btn-group > input[type=submit], .btn-group > .customer-data-batch_receipt-btn, #guest_index .btn-group > .x_button, .btn-group > .import_article, .btn-group > .add_quantity, .btn-group > .subtract_quantity,
  .btn-group-vertical > .btn,
  table#latest_completed_invoice td.options .btn-group-vertical > .cancel,
  table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn,
  table#invoice-archive .btn-group-vertical > .cancel,
  table#invoice-archive .btn-group-vertical > .payedbtn,
  table.edit-invoice-line-items td.options .btn-group-vertical > .delete,
  table.edit-invoice-line-items td.options .btn-group-vertical > .add,
  table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete,
  table.edit-invoice-line-items-new td.options .btn-group-vertical > .add,
  #first-run .btn-group-vertical > input[type=submit],
  .btn-group-vertical > .customer-data-batch_receipt-btn,
  #guest_index .btn-group-vertical > .x_button,
  .btn-group-vertical > .import_article,
  .btn-group-vertical > .add_quantity,
  .btn-group-vertical > .subtract_quantity {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, table#latest_completed_invoice td.options .btn-group > .cancel:hover, table#latest_completed_invoice td.options .btn-group > .payedbtn:hover, table#invoice-archive .btn-group > .cancel:hover, table#invoice-archive .btn-group > .payedbtn:hover, table.edit-invoice-line-items td.options .btn-group > .delete:hover, table.edit-invoice-line-items td.options .btn-group > .add:hover,
    table.edit-invoice-line-items-new td.options .btn-group > .delete:hover,
    table.edit-invoice-line-items-new td.options .btn-group > .add:hover, #first-run .btn-group > input:hover[type=submit], .btn-group > .customer-data-batch_receipt-btn:hover, #guest_index .btn-group > .x_button:hover, .btn-group > .import_article:hover, .btn-group > .add_quantity:hover, .btn-group > .subtract_quantity:hover, .btn-group > .btn:focus, table#latest_completed_invoice td.options .btn-group > .cancel:focus, table#latest_completed_invoice td.options .btn-group > .payedbtn:focus, table#invoice-archive .btn-group > .cancel:focus, table#invoice-archive .btn-group > .payedbtn:focus, table.edit-invoice-line-items td.options .btn-group > .delete:focus, table.edit-invoice-line-items td.options .btn-group > .add:focus,
    table.edit-invoice-line-items-new td.options .btn-group > .delete:focus,
    table.edit-invoice-line-items-new td.options .btn-group > .add:focus, #first-run .btn-group > input:focus[type=submit], .btn-group > .customer-data-batch_receipt-btn:focus, #guest_index .btn-group > .x_button:focus, .btn-group > .import_article:focus, .btn-group > .add_quantity:focus, .btn-group > .subtract_quantity:focus, .btn-group > .btn:active, table#latest_completed_invoice td.options .btn-group > .cancel:active, table#latest_completed_invoice td.options .btn-group > .payedbtn:active, table#invoice-archive .btn-group > .cancel:active, table#invoice-archive .btn-group > .payedbtn:active, table.edit-invoice-line-items td.options .btn-group > .delete:active, table.edit-invoice-line-items td.options .btn-group > .add:active,
    table.edit-invoice-line-items-new td.options .btn-group > .delete:active,
    table.edit-invoice-line-items-new td.options .btn-group > .add:active, #first-run .btn-group > input:active[type=submit], .btn-group > .customer-data-batch_receipt-btn:active, #guest_index .btn-group > .x_button:active, .btn-group > .import_article:active, .btn-group > .add_quantity:active, .btn-group > .subtract_quantity:active, .btn-group > .btn.active, table#latest_completed_invoice td.options .btn-group > .active.cancel, table#latest_completed_invoice td.options .btn-group > .active.payedbtn, table#invoice-archive .btn-group > .active.cancel, table#invoice-archive .btn-group > .active.payedbtn, table.edit-invoice-line-items td.options .btn-group > .active.delete, table.edit-invoice-line-items td.options .btn-group > .active.add,
    table.edit-invoice-line-items-new td.options .btn-group > .active.delete,
    table.edit-invoice-line-items-new td.options .btn-group > .active.add, #first-run .btn-group > input.active[type=submit], .btn-group > .active.customer-data-batch_receipt-btn, #guest_index .btn-group > .active.x_button, .btn-group > .active.import_article, .btn-group > .active.add_quantity, .btn-group > .active.subtract_quantity,
    .btn-group-vertical > .btn:hover,
    table#latest_completed_invoice td.options .btn-group-vertical > .cancel:hover,
    table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn:hover,
    table#invoice-archive .btn-group-vertical > .cancel:hover,
    table#invoice-archive .btn-group-vertical > .payedbtn:hover,
    table.edit-invoice-line-items td.options .btn-group-vertical > .delete:hover,
    table.edit-invoice-line-items td.options .btn-group-vertical > .add:hover,
    table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete:hover,
    table.edit-invoice-line-items-new td.options .btn-group-vertical > .add:hover,
    #first-run .btn-group-vertical > input:hover[type=submit],
    .btn-group-vertical > .customer-data-batch_receipt-btn:hover,
    #guest_index .btn-group-vertical > .x_button:hover,
    .btn-group-vertical > .import_article:hover,
    .btn-group-vertical > .add_quantity:hover,
    .btn-group-vertical > .subtract_quantity:hover,
    .btn-group-vertical > .btn:focus,
    table#latest_completed_invoice td.options .btn-group-vertical > .cancel:focus,
    table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn:focus,
    table#invoice-archive .btn-group-vertical > .cancel:focus,
    table#invoice-archive .btn-group-vertical > .payedbtn:focus,
    table.edit-invoice-line-items td.options .btn-group-vertical > .delete:focus,
    table.edit-invoice-line-items td.options .btn-group-vertical > .add:focus,
    table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete:focus,
    table.edit-invoice-line-items-new td.options .btn-group-vertical > .add:focus,
    #first-run .btn-group-vertical > input:focus[type=submit],
    .btn-group-vertical > .customer-data-batch_receipt-btn:focus,
    #guest_index .btn-group-vertical > .x_button:focus,
    .btn-group-vertical > .import_article:focus,
    .btn-group-vertical > .add_quantity:focus,
    .btn-group-vertical > .subtract_quantity:focus,
    .btn-group-vertical > .btn:active,
    table#latest_completed_invoice td.options .btn-group-vertical > .cancel:active,
    table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn:active,
    table#invoice-archive .btn-group-vertical > .cancel:active,
    table#invoice-archive .btn-group-vertical > .payedbtn:active,
    table.edit-invoice-line-items td.options .btn-group-vertical > .delete:active,
    table.edit-invoice-line-items td.options .btn-group-vertical > .add:active,
    table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete:active,
    table.edit-invoice-line-items-new td.options .btn-group-vertical > .add:active,
    #first-run .btn-group-vertical > input:active[type=submit],
    .btn-group-vertical > .customer-data-batch_receipt-btn:active,
    #guest_index .btn-group-vertical > .x_button:active,
    .btn-group-vertical > .import_article:active,
    .btn-group-vertical > .add_quantity:active,
    .btn-group-vertical > .subtract_quantity:active,
    .btn-group-vertical > .btn.active,
    table#latest_completed_invoice td.options .btn-group-vertical > .active.cancel,
    table#latest_completed_invoice td.options .btn-group-vertical > .active.payedbtn,
    table#invoice-archive .btn-group-vertical > .active.cancel,
    table#invoice-archive .btn-group-vertical > .active.payedbtn,
    table.edit-invoice-line-items td.options .btn-group-vertical > .active.delete,
    table.edit-invoice-line-items td.options .btn-group-vertical > .active.add,
    table.edit-invoice-line-items-new td.options .btn-group-vertical > .active.delete,
    table.edit-invoice-line-items-new td.options .btn-group-vertical > .active.add,
    #first-run .btn-group-vertical > input.active[type=submit],
    .btn-group-vertical > .active.customer-data-batch_receipt-btn,
    #guest_index .btn-group-vertical > .active.x_button,
    .btn-group-vertical > .active.import_article,
    .btn-group-vertical > .active.add_quantity,
    .btn-group-vertical > .active.subtract_quantity {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group table#latest_completed_invoice td.options .cancel + .btn, table#latest_completed_invoice td.options .btn-group .cancel + .btn, .btn-group table#latest_completed_invoice td.options .payedbtn + .btn, table#latest_completed_invoice td.options .btn-group .payedbtn + .btn, .btn-group table#invoice-archive .cancel + .btn, table#invoice-archive .btn-group .cancel + .btn, .btn-group table#invoice-archive .payedbtn + .btn, table#invoice-archive .btn-group .payedbtn + .btn, .btn-group table.edit-invoice-line-items td.options .delete + .btn, table.edit-invoice-line-items td.options .btn-group .delete + .btn, .btn-group table.edit-invoice-line-items td.options .add + .btn, table.edit-invoice-line-items td.options .btn-group .add + .btn, .btn-group table.edit-invoice-line-items-new td.options .delete + .btn, table.edit-invoice-line-items-new td.options .btn-group .delete + .btn, .btn-group table.edit-invoice-line-items-new td.options .add + .btn, table.edit-invoice-line-items-new td.options .btn-group .add + .btn, .btn-group #first-run input[type=submit] + .btn, #first-run .btn-group input[type=submit] + .btn, .btn-group .customer-data-batch_receipt-btn + .btn, .btn-group #guest_index .x_button + .btn, #guest_index .btn-group .x_button + .btn, .btn-group .import_article + .btn, .btn-group .add_quantity + .btn, .btn-group .subtract_quantity + .btn, .btn-group table#latest_completed_invoice td.options .btn + .cancel, table#latest_completed_invoice td.options .btn-group .btn + .cancel, .btn-group table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .btn-group .cancel + .cancel, .btn-group table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options .btn-group .payedbtn + .cancel, .btn-group table#invoice-archive table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .btn-group table#invoice-archive .cancel + .cancel, table#invoice-archive .btn-group table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options table#invoice-archive .btn-group .cancel + .cancel, .btn-group table#invoice-archive table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options .btn-group table#invoice-archive .payedbtn + .cancel, table#invoice-archive .btn-group table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options table#invoice-archive .btn-group .payedbtn + .cancel, .btn-group table.edit-invoice-line-items table#latest_completed_invoice td.options .delete + .cancel, table#latest_completed_invoice .btn-group table.edit-invoice-line-items td.options .delete + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group .delete + .cancel, .btn-group table.edit-invoice-line-items table#latest_completed_invoice td.options .add + .cancel, table#latest_completed_invoice .btn-group table.edit-invoice-line-items td.options .add + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group .add + .cancel, .btn-group table.edit-invoice-line-items-new table#latest_completed_invoice td.options .delete + .cancel, table#latest_completed_invoice .btn-group table.edit-invoice-line-items-new td.options .delete + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group .delete + .cancel, .btn-group table.edit-invoice-line-items-new table#latest_completed_invoice td.options .add + .cancel, table#latest_completed_invoice .btn-group table.edit-invoice-line-items-new td.options .add + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group .add + .cancel, .btn-group #first-run table#latest_completed_invoice td.options input[type=submit] + .cancel, table#latest_completed_invoice td.options .btn-group #first-run input[type=submit] + .cancel, #first-run .btn-group table#latest_completed_invoice td.options input[type=submit] + .cancel, table#latest_completed_invoice td.options #first-run .btn-group input[type=submit] + .cancel, .btn-group table#latest_completed_invoice td.options .customer-data-batch_receipt-btn + .cancel, table#latest_completed_invoice td.options .btn-group .customer-data-batch_receipt-btn + .cancel, .btn-group #guest_index table#latest_completed_invoice td.options .x_button + .cancel, table#latest_completed_invoice td.options .btn-group #guest_index .x_button + .cancel, #guest_index .btn-group table#latest_completed_invoice td.options .x_button + .cancel, table#latest_completed_invoice td.options #guest_index .btn-group .x_button + .cancel, .btn-group table#latest_completed_invoice td.options .import_article + .cancel, table#latest_completed_invoice td.options .btn-group .import_article + .cancel, .btn-group table#latest_completed_invoice td.options .add_quantity + .cancel, table#latest_completed_invoice td.options .btn-group .add_quantity + .cancel, .btn-group table#latest_completed_invoice td.options .subtract_quantity + .cancel, table#latest_completed_invoice td.options .btn-group .subtract_quantity + .cancel, .btn-group table#latest_completed_invoice td.options .btn + .payedbtn, table#latest_completed_invoice td.options .btn-group .btn + .payedbtn, .btn-group table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .btn-group .cancel + .payedbtn, .btn-group table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options .btn-group .payedbtn + .payedbtn, .btn-group table#invoice-archive table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .btn-group table#invoice-archive .cancel + .payedbtn, table#invoice-archive .btn-group table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .btn-group .cancel + .payedbtn, .btn-group table#invoice-archive table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options .btn-group table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive .btn-group table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .btn-group .payedbtn + .payedbtn, .btn-group table.edit-invoice-line-items table#latest_completed_invoice td.options .delete + .payedbtn, table#latest_completed_invoice .btn-group table.edit-invoice-line-items td.options .delete + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group .delete + .payedbtn, .btn-group table.edit-invoice-line-items table#latest_completed_invoice td.options .add + .payedbtn, table#latest_completed_invoice .btn-group table.edit-invoice-line-items td.options .add + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group .add + .payedbtn, .btn-group table.edit-invoice-line-items-new table#latest_completed_invoice td.options .delete + .payedbtn, table#latest_completed_invoice .btn-group table.edit-invoice-line-items-new td.options .delete + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group .delete + .payedbtn, .btn-group table.edit-invoice-line-items-new table#latest_completed_invoice td.options .add + .payedbtn, table#latest_completed_invoice .btn-group table.edit-invoice-line-items-new td.options .add + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group .add + .payedbtn, .btn-group #first-run table#latest_completed_invoice td.options input[type=submit] + .payedbtn, table#latest_completed_invoice td.options .btn-group #first-run input[type=submit] + .payedbtn, #first-run .btn-group table#latest_completed_invoice td.options input[type=submit] + .payedbtn, table#latest_completed_invoice td.options #first-run .btn-group input[type=submit] + .payedbtn, .btn-group table#latest_completed_invoice td.options .customer-data-batch_receipt-btn + .payedbtn, table#latest_completed_invoice td.options .btn-group .customer-data-batch_receipt-btn + .payedbtn, .btn-group #guest_index table#latest_completed_invoice td.options .x_button + .payedbtn, table#latest_completed_invoice td.options .btn-group #guest_index .x_button + .payedbtn, #guest_index .btn-group table#latest_completed_invoice td.options .x_button + .payedbtn, table#latest_completed_invoice td.options #guest_index .btn-group .x_button + .payedbtn, .btn-group table#latest_completed_invoice td.options .import_article + .payedbtn, table#latest_completed_invoice td.options .btn-group .import_article + .payedbtn, .btn-group table#latest_completed_invoice td.options .add_quantity + .payedbtn, table#latest_completed_invoice td.options .btn-group .add_quantity + .payedbtn, .btn-group table#latest_completed_invoice td.options .subtract_quantity + .payedbtn, table#latest_completed_invoice td.options .btn-group .subtract_quantity + .payedbtn, .btn-group table#invoice-archive .btn + .cancel, table#invoice-archive .btn-group .btn + .cancel, .btn-group table#latest_completed_invoice td.options table#invoice-archive .cancel + .cancel, table#invoice-archive .btn-group table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .btn-group table#invoice-archive .cancel + .cancel, table#invoice-archive table#latest_completed_invoice td.options .btn-group .cancel + .cancel, .btn-group table#latest_completed_invoice td.options table#invoice-archive .payedbtn + .cancel, table#invoice-archive .btn-group table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options .btn-group table#invoice-archive .payedbtn + .cancel, table#invoice-archive table#latest_completed_invoice td.options .btn-group .payedbtn + .cancel, .btn-group table#invoice-archive .cancel + .cancel, table#invoice-archive .btn-group .cancel + .cancel, .btn-group table#invoice-archive .payedbtn + .cancel, table#invoice-archive .btn-group .payedbtn + .cancel, .btn-group table.edit-invoice-line-items td.options table#invoice-archive .delete + .cancel, table#invoice-archive .btn-group table.edit-invoice-line-items td.options .delete + .cancel, table.edit-invoice-line-items td.options .btn-group table#invoice-archive .delete + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .btn-group .delete + .cancel, .btn-group table.edit-invoice-line-items td.options table#invoice-archive .add + .cancel, table#invoice-archive .btn-group table.edit-invoice-line-items td.options .add + .cancel, table.edit-invoice-line-items td.options .btn-group table#invoice-archive .add + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .btn-group .add + .cancel, .btn-group table.edit-invoice-line-items-new td.options table#invoice-archive .delete + .cancel, table#invoice-archive .btn-group table.edit-invoice-line-items-new td.options .delete + .cancel, table.edit-invoice-line-items-new td.options .btn-group table#invoice-archive .delete + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .btn-group .delete + .cancel, .btn-group table.edit-invoice-line-items-new td.options table#invoice-archive .add + .cancel, table#invoice-archive .btn-group table.edit-invoice-line-items-new td.options .add + .cancel, table.edit-invoice-line-items-new td.options .btn-group table#invoice-archive .add + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .btn-group .add + .cancel, .btn-group #first-run table#invoice-archive input[type=submit] + .cancel, table#invoice-archive .btn-group #first-run input[type=submit] + .cancel, #first-run .btn-group table#invoice-archive input[type=submit] + .cancel, table#invoice-archive #first-run .btn-group input[type=submit] + .cancel, .btn-group table#invoice-archive .customer-data-batch_receipt-btn + .cancel, table#invoice-archive .btn-group .customer-data-batch_receipt-btn + .cancel, .btn-group #guest_index table#invoice-archive .x_button + .cancel, table#invoice-archive .btn-group #guest_index .x_button + .cancel, #guest_index .btn-group table#invoice-archive .x_button + .cancel, table#invoice-archive #guest_index .btn-group .x_button + .cancel, .btn-group table#invoice-archive .import_article + .cancel, table#invoice-archive .btn-group .import_article + .cancel, .btn-group table#invoice-archive .add_quantity + .cancel, table#invoice-archive .btn-group .add_quantity + .cancel, .btn-group table#invoice-archive .subtract_quantity + .cancel, table#invoice-archive .btn-group .subtract_quantity + .cancel, .btn-group table#invoice-archive .btn + .payedbtn, table#invoice-archive .btn-group .btn + .payedbtn, .btn-group table#latest_completed_invoice td.options table#invoice-archive .cancel + .payedbtn, table#invoice-archive .btn-group table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .btn-group table#invoice-archive .cancel + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .btn-group .cancel + .payedbtn, .btn-group table#latest_completed_invoice td.options table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive .btn-group table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options .btn-group table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .btn-group .payedbtn + .payedbtn, .btn-group table#invoice-archive .cancel + .payedbtn, table#invoice-archive .btn-group .cancel + .payedbtn, .btn-group table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive .btn-group .payedbtn + .payedbtn, .btn-group table.edit-invoice-line-items td.options table#invoice-archive .delete + .payedbtn, table#invoice-archive .btn-group table.edit-invoice-line-items td.options .delete + .payedbtn, table.edit-invoice-line-items td.options .btn-group table#invoice-archive .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .btn-group .delete + .payedbtn, .btn-group table.edit-invoice-line-items td.options table#invoice-archive .add + .payedbtn, table#invoice-archive .btn-group table.edit-invoice-line-items td.options .add + .payedbtn, table.edit-invoice-line-items td.options .btn-group table#invoice-archive .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .btn-group .add + .payedbtn, .btn-group table.edit-invoice-line-items-new td.options table#invoice-archive .delete + .payedbtn, table#invoice-archive .btn-group table.edit-invoice-line-items-new td.options .delete + .payedbtn, table.edit-invoice-line-items-new td.options .btn-group table#invoice-archive .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .btn-group .delete + .payedbtn, .btn-group table.edit-invoice-line-items-new td.options table#invoice-archive .add + .payedbtn, table#invoice-archive .btn-group table.edit-invoice-line-items-new td.options .add + .payedbtn, table.edit-invoice-line-items-new td.options .btn-group table#invoice-archive .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .btn-group .add + .payedbtn, .btn-group #first-run table#invoice-archive input[type=submit] + .payedbtn, table#invoice-archive .btn-group #first-run input[type=submit] + .payedbtn, #first-run .btn-group table#invoice-archive input[type=submit] + .payedbtn, table#invoice-archive #first-run .btn-group input[type=submit] + .payedbtn, .btn-group table#invoice-archive .customer-data-batch_receipt-btn + .payedbtn, table#invoice-archive .btn-group .customer-data-batch_receipt-btn + .payedbtn, .btn-group #guest_index table#invoice-archive .x_button + .payedbtn, table#invoice-archive .btn-group #guest_index .x_button + .payedbtn, #guest_index .btn-group table#invoice-archive .x_button + .payedbtn, table#invoice-archive #guest_index .btn-group .x_button + .payedbtn, .btn-group table#invoice-archive .import_article + .payedbtn, table#invoice-archive .btn-group .import_article + .payedbtn, .btn-group table#invoice-archive .add_quantity + .payedbtn, table#invoice-archive .btn-group .add_quantity + .payedbtn, .btn-group table#invoice-archive .subtract_quantity + .payedbtn, table#invoice-archive .btn-group .subtract_quantity + .payedbtn, .btn-group table.edit-invoice-line-items td.options .btn + .delete, table.edit-invoice-line-items td.options .btn-group .btn + .delete, .btn-group table#latest_completed_invoice table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items .btn-group table#latest_completed_invoice td.options .cancel + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group .cancel + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group .cancel + .delete, .btn-group table#latest_completed_invoice table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items .btn-group table#latest_completed_invoice td.options .payedbtn + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group .payedbtn + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group .payedbtn + .delete, .btn-group table#invoice-archive table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items td.options .btn-group table#invoice-archive .cancel + .delete, table#invoice-archive .btn-group table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items td.options table#invoice-archive .btn-group .cancel + .delete, .btn-group table#invoice-archive table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items td.options .btn-group table#invoice-archive .payedbtn + .delete, table#invoice-archive .btn-group table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items td.options table#invoice-archive .btn-group .payedbtn + .delete, .btn-group table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items td.options .btn-group .delete + .delete, .btn-group table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items td.options .btn-group .add + .delete, .btn-group table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items .btn-group table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group .delete + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group .delete + .delete, .btn-group table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items .btn-group table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group .add + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group .add + .delete, .btn-group #first-run table.edit-invoice-line-items td.options input[type=submit] + .delete, table.edit-invoice-line-items td.options .btn-group #first-run input[type=submit] + .delete, #first-run .btn-group table.edit-invoice-line-items td.options input[type=submit] + .delete, table.edit-invoice-line-items td.options #first-run .btn-group input[type=submit] + .delete, .btn-group table.edit-invoice-line-items td.options .customer-data-batch_receipt-btn + .delete, table.edit-invoice-line-items td.options .btn-group .customer-data-batch_receipt-btn + .delete, .btn-group #guest_index table.edit-invoice-line-items td.options .x_button + .delete, table.edit-invoice-line-items td.options .btn-group #guest_index .x_button + .delete, #guest_index .btn-group table.edit-invoice-line-items td.options .x_button + .delete, table.edit-invoice-line-items td.options #guest_index .btn-group .x_button + .delete, .btn-group table.edit-invoice-line-items td.options .import_article + .delete, table.edit-invoice-line-items td.options .btn-group .import_article + .delete, .btn-group table.edit-invoice-line-items td.options .add_quantity + .delete, table.edit-invoice-line-items td.options .btn-group .add_quantity + .delete, .btn-group table.edit-invoice-line-items td.options .subtract_quantity + .delete, table.edit-invoice-line-items td.options .btn-group .subtract_quantity + .delete, .btn-group table.edit-invoice-line-items td.options .btn + .add, table.edit-invoice-line-items td.options .btn-group .btn + .add, .btn-group table#latest_completed_invoice table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items .btn-group table#latest_completed_invoice td.options .cancel + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group .cancel + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group .cancel + .add, .btn-group table#latest_completed_invoice table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items .btn-group table#latest_completed_invoice td.options .payedbtn + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group .payedbtn + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group .payedbtn + .add, .btn-group table#invoice-archive table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items td.options .btn-group table#invoice-archive .cancel + .add, table#invoice-archive .btn-group table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items td.options table#invoice-archive .btn-group .cancel + .add, .btn-group table#invoice-archive table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items td.options .btn-group table#invoice-archive .payedbtn + .add, table#invoice-archive .btn-group table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items td.options table#invoice-archive .btn-group .payedbtn + .add, .btn-group table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items td.options .btn-group .delete + .add, .btn-group table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items td.options .btn-group .add + .add, .btn-group table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items .btn-group table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group .delete + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group .delete + .add, .btn-group table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items .btn-group table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group .add + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group .add + .add, .btn-group #first-run table.edit-invoice-line-items td.options input[type=submit] + .add, table.edit-invoice-line-items td.options .btn-group #first-run input[type=submit] + .add, #first-run .btn-group table.edit-invoice-line-items td.options input[type=submit] + .add, table.edit-invoice-line-items td.options #first-run .btn-group input[type=submit] + .add, .btn-group table.edit-invoice-line-items td.options .customer-data-batch_receipt-btn + .add, table.edit-invoice-line-items td.options .btn-group .customer-data-batch_receipt-btn + .add, .btn-group #guest_index table.edit-invoice-line-items td.options .x_button + .add, table.edit-invoice-line-items td.options .btn-group #guest_index .x_button + .add, #guest_index .btn-group table.edit-invoice-line-items td.options .x_button + .add, table.edit-invoice-line-items td.options #guest_index .btn-group .x_button + .add, .btn-group table.edit-invoice-line-items td.options .import_article + .add, table.edit-invoice-line-items td.options .btn-group .import_article + .add, .btn-group table.edit-invoice-line-items td.options .add_quantity + .add, table.edit-invoice-line-items td.options .btn-group .add_quantity + .add, .btn-group table.edit-invoice-line-items td.options .subtract_quantity + .add, table.edit-invoice-line-items td.options .btn-group .subtract_quantity + .add,
.btn-group table.edit-invoice-line-items-new td.options .btn + .delete, table.edit-invoice-line-items-new td.options .btn-group .btn + .delete,
.btn-group table#latest_completed_invoice table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new .btn-group table#latest_completed_invoice td.options .cancel + .delete, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group .cancel + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group .cancel + .delete,
.btn-group table#latest_completed_invoice table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new .btn-group table#latest_completed_invoice td.options .payedbtn + .delete, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group .payedbtn + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group .payedbtn + .delete,
.btn-group table#invoice-archive table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new td.options .btn-group table#invoice-archive .cancel + .delete, table#invoice-archive .btn-group table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .btn-group .cancel + .delete,
.btn-group table#invoice-archive table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new td.options .btn-group table#invoice-archive .payedbtn + .delete, table#invoice-archive .btn-group table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .btn-group .payedbtn + .delete,
.btn-group table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new .btn-group table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group .delete + .delete,
.btn-group table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new .btn-group table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group .add + .delete,
.btn-group table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new td.options .btn-group .delete + .delete,
.btn-group table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new td.options .btn-group .add + .delete,
.btn-group #first-run table.edit-invoice-line-items-new td.options input[type=submit] + .delete, table.edit-invoice-line-items-new td.options .btn-group #first-run input[type=submit] + .delete, #first-run .btn-group table.edit-invoice-line-items-new td.options input[type=submit] + .delete, table.edit-invoice-line-items-new td.options #first-run .btn-group input[type=submit] + .delete,
.btn-group table.edit-invoice-line-items-new td.options .customer-data-batch_receipt-btn + .delete, table.edit-invoice-line-items-new td.options .btn-group .customer-data-batch_receipt-btn + .delete,
.btn-group #guest_index table.edit-invoice-line-items-new td.options .x_button + .delete, table.edit-invoice-line-items-new td.options .btn-group #guest_index .x_button + .delete, #guest_index .btn-group table.edit-invoice-line-items-new td.options .x_button + .delete, table.edit-invoice-line-items-new td.options #guest_index .btn-group .x_button + .delete,
.btn-group table.edit-invoice-line-items-new td.options .import_article + .delete, table.edit-invoice-line-items-new td.options .btn-group .import_article + .delete,
.btn-group table.edit-invoice-line-items-new td.options .add_quantity + .delete, table.edit-invoice-line-items-new td.options .btn-group .add_quantity + .delete,
.btn-group table.edit-invoice-line-items-new td.options .subtract_quantity + .delete, table.edit-invoice-line-items-new td.options .btn-group .subtract_quantity + .delete,
.btn-group table.edit-invoice-line-items-new td.options .btn + .add, table.edit-invoice-line-items-new td.options .btn-group .btn + .add,
.btn-group table#latest_completed_invoice table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new .btn-group table#latest_completed_invoice td.options .cancel + .add, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group .cancel + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group .cancel + .add,
.btn-group table#latest_completed_invoice table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new .btn-group table#latest_completed_invoice td.options .payedbtn + .add, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group .payedbtn + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group .payedbtn + .add,
.btn-group table#invoice-archive table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new td.options .btn-group table#invoice-archive .cancel + .add, table#invoice-archive .btn-group table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .btn-group .cancel + .add,
.btn-group table#invoice-archive table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new td.options .btn-group table#invoice-archive .payedbtn + .add, table#invoice-archive .btn-group table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .btn-group .payedbtn + .add,
.btn-group table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new .btn-group table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group .delete + .add,
.btn-group table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new .btn-group table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group .add + .add,
.btn-group table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new td.options .btn-group .delete + .add,
.btn-group table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new td.options .btn-group .add + .add,
.btn-group #first-run table.edit-invoice-line-items-new td.options input[type=submit] + .add, table.edit-invoice-line-items-new td.options .btn-group #first-run input[type=submit] + .add, #first-run .btn-group table.edit-invoice-line-items-new td.options input[type=submit] + .add, table.edit-invoice-line-items-new td.options #first-run .btn-group input[type=submit] + .add,
.btn-group table.edit-invoice-line-items-new td.options .customer-data-batch_receipt-btn + .add, table.edit-invoice-line-items-new td.options .btn-group .customer-data-batch_receipt-btn + .add,
.btn-group #guest_index table.edit-invoice-line-items-new td.options .x_button + .add, table.edit-invoice-line-items-new td.options .btn-group #guest_index .x_button + .add, #guest_index .btn-group table.edit-invoice-line-items-new td.options .x_button + .add, table.edit-invoice-line-items-new td.options #guest_index .btn-group .x_button + .add,
.btn-group table.edit-invoice-line-items-new td.options .import_article + .add, table.edit-invoice-line-items-new td.options .btn-group .import_article + .add,
.btn-group table.edit-invoice-line-items-new td.options .add_quantity + .add, table.edit-invoice-line-items-new td.options .btn-group .add_quantity + .add,
.btn-group table.edit-invoice-line-items-new td.options .subtract_quantity + .add, table.edit-invoice-line-items-new td.options .btn-group .subtract_quantity + .add, .btn-group #first-run .btn + input[type=submit], #first-run .btn-group .btn + input[type=submit], .btn-group table#latest_completed_invoice td.options #first-run .cancel + input[type=submit], #first-run .btn-group table#latest_completed_invoice td.options .cancel + input[type=submit], table#latest_completed_invoice td.options .btn-group #first-run .cancel + input[type=submit], #first-run table#latest_completed_invoice td.options .btn-group .cancel + input[type=submit], .btn-group table#latest_completed_invoice td.options #first-run .payedbtn + input[type=submit], #first-run .btn-group table#latest_completed_invoice td.options .payedbtn + input[type=submit], table#latest_completed_invoice td.options .btn-group #first-run .payedbtn + input[type=submit], #first-run table#latest_completed_invoice td.options .btn-group .payedbtn + input[type=submit], .btn-group table#invoice-archive #first-run .cancel + input[type=submit], #first-run .btn-group table#invoice-archive .cancel + input[type=submit], table#invoice-archive .btn-group #first-run .cancel + input[type=submit], #first-run table#invoice-archive .btn-group .cancel + input[type=submit], .btn-group table#invoice-archive #first-run .payedbtn + input[type=submit], #first-run .btn-group table#invoice-archive .payedbtn + input[type=submit], table#invoice-archive .btn-group #first-run .payedbtn + input[type=submit], #first-run table#invoice-archive .btn-group .payedbtn + input[type=submit], .btn-group table.edit-invoice-line-items td.options #first-run .delete + input[type=submit], #first-run .btn-group table.edit-invoice-line-items td.options .delete + input[type=submit], table.edit-invoice-line-items td.options .btn-group #first-run .delete + input[type=submit], #first-run table.edit-invoice-line-items td.options .btn-group .delete + input[type=submit], .btn-group table.edit-invoice-line-items td.options #first-run .add + input[type=submit], #first-run .btn-group table.edit-invoice-line-items td.options .add + input[type=submit], table.edit-invoice-line-items td.options .btn-group #first-run .add + input[type=submit], #first-run table.edit-invoice-line-items td.options .btn-group .add + input[type=submit], .btn-group table.edit-invoice-line-items-new td.options #first-run .delete + input[type=submit], #first-run .btn-group table.edit-invoice-line-items-new td.options .delete + input[type=submit], table.edit-invoice-line-items-new td.options .btn-group #first-run .delete + input[type=submit], #first-run table.edit-invoice-line-items-new td.options .btn-group .delete + input[type=submit], .btn-group table.edit-invoice-line-items-new td.options #first-run .add + input[type=submit], #first-run .btn-group table.edit-invoice-line-items-new td.options .add + input[type=submit], table.edit-invoice-line-items-new td.options .btn-group #first-run .add + input[type=submit], #first-run table.edit-invoice-line-items-new td.options .btn-group .add + input[type=submit], .btn-group #first-run input[type=submit] + input[type=submit], #first-run .btn-group input[type=submit] + input[type=submit], .btn-group #first-run .customer-data-batch_receipt-btn + input[type=submit], #first-run .btn-group .customer-data-batch_receipt-btn + input[type=submit], .btn-group #guest_index #first-run .x_button + input[type=submit], #first-run .btn-group #guest_index .x_button + input[type=submit], #guest_index .btn-group #first-run .x_button + input[type=submit], #first-run #guest_index .btn-group .x_button + input[type=submit], .btn-group #first-run .import_article + input[type=submit], #first-run .btn-group .import_article + input[type=submit], .btn-group #first-run .add_quantity + input[type=submit], #first-run .btn-group .add_quantity + input[type=submit], .btn-group #first-run .subtract_quantity + input[type=submit], #first-run .btn-group .subtract_quantity + input[type=submit], .btn-group .btn + .customer-data-batch_receipt-btn, .btn-group table#latest_completed_invoice td.options .cancel + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .btn-group .cancel + .customer-data-batch_receipt-btn, .btn-group table#latest_completed_invoice td.options .payedbtn + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .btn-group .payedbtn + .customer-data-batch_receipt-btn, .btn-group table#invoice-archive .cancel + .customer-data-batch_receipt-btn, table#invoice-archive .btn-group .cancel + .customer-data-batch_receipt-btn, .btn-group table#invoice-archive .payedbtn + .customer-data-batch_receipt-btn, table#invoice-archive .btn-group .payedbtn + .customer-data-batch_receipt-btn, .btn-group table.edit-invoice-line-items td.options .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .btn-group .delete + .customer-data-batch_receipt-btn, .btn-group table.edit-invoice-line-items td.options .add + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .btn-group .add + .customer-data-batch_receipt-btn, .btn-group table.edit-invoice-line-items-new td.options .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .btn-group .delete + .customer-data-batch_receipt-btn, .btn-group table.edit-invoice-line-items-new td.options .add + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .btn-group .add + .customer-data-batch_receipt-btn, .btn-group #first-run input[type=submit] + .customer-data-batch_receipt-btn, #first-run .btn-group input[type=submit] + .customer-data-batch_receipt-btn, .btn-group .customer-data-batch_receipt-btn + .customer-data-batch_receipt-btn, .btn-group #guest_index .x_button + .customer-data-batch_receipt-btn, #guest_index .btn-group .x_button + .customer-data-batch_receipt-btn, .btn-group .import_article + .customer-data-batch_receipt-btn, .btn-group .add_quantity + .customer-data-batch_receipt-btn, .btn-group .subtract_quantity + .customer-data-batch_receipt-btn, .btn-group #guest_index .btn + .x_button, #guest_index .btn-group .btn + .x_button, .btn-group table#latest_completed_invoice td.options #guest_index .cancel + .x_button, #guest_index .btn-group table#latest_completed_invoice td.options .cancel + .x_button, table#latest_completed_invoice td.options .btn-group #guest_index .cancel + .x_button, #guest_index table#latest_completed_invoice td.options .btn-group .cancel + .x_button, .btn-group table#latest_completed_invoice td.options #guest_index .payedbtn + .x_button, #guest_index .btn-group table#latest_completed_invoice td.options .payedbtn + .x_button, table#latest_completed_invoice td.options .btn-group #guest_index .payedbtn + .x_button, #guest_index table#latest_completed_invoice td.options .btn-group .payedbtn + .x_button, .btn-group table#invoice-archive #guest_index .cancel + .x_button, #guest_index .btn-group table#invoice-archive .cancel + .x_button, table#invoice-archive .btn-group #guest_index .cancel + .x_button, #guest_index table#invoice-archive .btn-group .cancel + .x_button, .btn-group table#invoice-archive #guest_index .payedbtn + .x_button, #guest_index .btn-group table#invoice-archive .payedbtn + .x_button, table#invoice-archive .btn-group #guest_index .payedbtn + .x_button, #guest_index table#invoice-archive .btn-group .payedbtn + .x_button, .btn-group table.edit-invoice-line-items td.options #guest_index .delete + .x_button, #guest_index .btn-group table.edit-invoice-line-items td.options .delete + .x_button, table.edit-invoice-line-items td.options .btn-group #guest_index .delete + .x_button, #guest_index table.edit-invoice-line-items td.options .btn-group .delete + .x_button, .btn-group table.edit-invoice-line-items td.options #guest_index .add + .x_button, #guest_index .btn-group table.edit-invoice-line-items td.options .add + .x_button, table.edit-invoice-line-items td.options .btn-group #guest_index .add + .x_button, #guest_index table.edit-invoice-line-items td.options .btn-group .add + .x_button, .btn-group table.edit-invoice-line-items-new td.options #guest_index .delete + .x_button, #guest_index .btn-group table.edit-invoice-line-items-new td.options .delete + .x_button, table.edit-invoice-line-items-new td.options .btn-group #guest_index .delete + .x_button, #guest_index table.edit-invoice-line-items-new td.options .btn-group .delete + .x_button, .btn-group table.edit-invoice-line-items-new td.options #guest_index .add + .x_button, #guest_index .btn-group table.edit-invoice-line-items-new td.options .add + .x_button, table.edit-invoice-line-items-new td.options .btn-group #guest_index .add + .x_button, #guest_index table.edit-invoice-line-items-new td.options .btn-group .add + .x_button, .btn-group #first-run #guest_index input[type=submit] + .x_button, #guest_index .btn-group #first-run input[type=submit] + .x_button, #first-run .btn-group #guest_index input[type=submit] + .x_button, #guest_index #first-run .btn-group input[type=submit] + .x_button, .btn-group #guest_index .customer-data-batch_receipt-btn + .x_button, #guest_index .btn-group .customer-data-batch_receipt-btn + .x_button, .btn-group #guest_index .x_button + .x_button, #guest_index .btn-group .x_button + .x_button, .btn-group #guest_index .import_article + .x_button, #guest_index .btn-group .import_article + .x_button, .btn-group #guest_index .add_quantity + .x_button, #guest_index .btn-group .add_quantity + .x_button, .btn-group #guest_index .subtract_quantity + .x_button, #guest_index .btn-group .subtract_quantity + .x_button, .btn-group .btn + .import_article, .btn-group table#latest_completed_invoice td.options .cancel + .import_article, table#latest_completed_invoice td.options .btn-group .cancel + .import_article, .btn-group table#latest_completed_invoice td.options .payedbtn + .import_article, table#latest_completed_invoice td.options .btn-group .payedbtn + .import_article, .btn-group table#invoice-archive .cancel + .import_article, table#invoice-archive .btn-group .cancel + .import_article, .btn-group table#invoice-archive .payedbtn + .import_article, table#invoice-archive .btn-group .payedbtn + .import_article, .btn-group table.edit-invoice-line-items td.options .delete + .import_article, table.edit-invoice-line-items td.options .btn-group .delete + .import_article, .btn-group table.edit-invoice-line-items td.options .add + .import_article, table.edit-invoice-line-items td.options .btn-group .add + .import_article, .btn-group table.edit-invoice-line-items-new td.options .delete + .import_article, table.edit-invoice-line-items-new td.options .btn-group .delete + .import_article, .btn-group table.edit-invoice-line-items-new td.options .add + .import_article, table.edit-invoice-line-items-new td.options .btn-group .add + .import_article, .btn-group #first-run input[type=submit] + .import_article, #first-run .btn-group input[type=submit] + .import_article, .btn-group .customer-data-batch_receipt-btn + .import_article, .btn-group #guest_index .x_button + .import_article, #guest_index .btn-group .x_button + .import_article, .btn-group .import_article + .import_article, .btn-group .add_quantity + .import_article, .btn-group .subtract_quantity + .import_article, .btn-group .btn + .add_quantity, .btn-group table#latest_completed_invoice td.options .cancel + .add_quantity, table#latest_completed_invoice td.options .btn-group .cancel + .add_quantity, .btn-group table#latest_completed_invoice td.options .payedbtn + .add_quantity, table#latest_completed_invoice td.options .btn-group .payedbtn + .add_quantity, .btn-group table#invoice-archive .cancel + .add_quantity, table#invoice-archive .btn-group .cancel + .add_quantity, .btn-group table#invoice-archive .payedbtn + .add_quantity, table#invoice-archive .btn-group .payedbtn + .add_quantity, .btn-group table.edit-invoice-line-items td.options .delete + .add_quantity, table.edit-invoice-line-items td.options .btn-group .delete + .add_quantity, .btn-group table.edit-invoice-line-items td.options .add + .add_quantity, table.edit-invoice-line-items td.options .btn-group .add + .add_quantity, .btn-group table.edit-invoice-line-items-new td.options .delete + .add_quantity, table.edit-invoice-line-items-new td.options .btn-group .delete + .add_quantity, .btn-group table.edit-invoice-line-items-new td.options .add + .add_quantity, table.edit-invoice-line-items-new td.options .btn-group .add + .add_quantity, .btn-group #first-run input[type=submit] + .add_quantity, #first-run .btn-group input[type=submit] + .add_quantity, .btn-group .customer-data-batch_receipt-btn + .add_quantity, .btn-group #guest_index .x_button + .add_quantity, #guest_index .btn-group .x_button + .add_quantity, .btn-group .import_article + .add_quantity, .btn-group .add_quantity + .add_quantity, .btn-group .subtract_quantity + .add_quantity, .btn-group .btn + .subtract_quantity, .btn-group table#latest_completed_invoice td.options .cancel + .subtract_quantity, table#latest_completed_invoice td.options .btn-group .cancel + .subtract_quantity, .btn-group table#latest_completed_invoice td.options .payedbtn + .subtract_quantity, table#latest_completed_invoice td.options .btn-group .payedbtn + .subtract_quantity, .btn-group table#invoice-archive .cancel + .subtract_quantity, table#invoice-archive .btn-group .cancel + .subtract_quantity, .btn-group table#invoice-archive .payedbtn + .subtract_quantity, table#invoice-archive .btn-group .payedbtn + .subtract_quantity, .btn-group table.edit-invoice-line-items td.options .delete + .subtract_quantity, table.edit-invoice-line-items td.options .btn-group .delete + .subtract_quantity, .btn-group table.edit-invoice-line-items td.options .add + .subtract_quantity, table.edit-invoice-line-items td.options .btn-group .add + .subtract_quantity, .btn-group table.edit-invoice-line-items-new td.options .delete + .subtract_quantity, table.edit-invoice-line-items-new td.options .btn-group .delete + .subtract_quantity, .btn-group table.edit-invoice-line-items-new td.options .add + .subtract_quantity, table.edit-invoice-line-items-new td.options .btn-group .add + .subtract_quantity, .btn-group #first-run input[type=submit] + .subtract_quantity, #first-run .btn-group input[type=submit] + .subtract_quantity, .btn-group .customer-data-batch_receipt-btn + .subtract_quantity, .btn-group #guest_index .x_button + .subtract_quantity, #guest_index .btn-group .x_button + .subtract_quantity, .btn-group .import_article + .subtract_quantity, .btn-group .add_quantity + .subtract_quantity, .btn-group .subtract_quantity + .subtract_quantity,
.btn-group .btn + .btn-group,
.btn-group table#latest_completed_invoice td.options .cancel + .btn-group,
table#latest_completed_invoice td.options .btn-group .cancel + .btn-group,
.btn-group table#latest_completed_invoice td.options .payedbtn + .btn-group,
table#latest_completed_invoice td.options .btn-group .payedbtn + .btn-group,
.btn-group table#invoice-archive .cancel + .btn-group,
table#invoice-archive .btn-group .cancel + .btn-group,
.btn-group table#invoice-archive .payedbtn + .btn-group,
table#invoice-archive .btn-group .payedbtn + .btn-group,
.btn-group table.edit-invoice-line-items td.options .delete + .btn-group,
table.edit-invoice-line-items td.options .btn-group .delete + .btn-group,
.btn-group table.edit-invoice-line-items td.options .add + .btn-group,
table.edit-invoice-line-items td.options .btn-group .add + .btn-group,
.btn-group table.edit-invoice-line-items-new td.options .delete + .btn-group,
table.edit-invoice-line-items-new td.options .btn-group .delete + .btn-group,
.btn-group table.edit-invoice-line-items-new td.options .add + .btn-group,
table.edit-invoice-line-items-new td.options .btn-group .add + .btn-group,
.btn-group #first-run input[type=submit] + .btn-group,
#first-run .btn-group input[type=submit] + .btn-group,
.btn-group .customer-data-batch_receipt-btn + .btn-group,
.btn-group #guest_index .x_button + .btn-group,
#guest_index .btn-group .x_button + .btn-group,
.btn-group .import_article + .btn-group,
.btn-group .add_quantity + .btn-group,
.btn-group .subtract_quantity + .btn-group,
.btn-group .btn-group + .btn,
.btn-group table#latest_completed_invoice td.options .btn-group + .cancel,
table#latest_completed_invoice td.options .btn-group .btn-group + .cancel,
.btn-group table#latest_completed_invoice td.options .btn-group + .payedbtn,
table#latest_completed_invoice td.options .btn-group .btn-group + .payedbtn,
.btn-group table#invoice-archive .btn-group + .cancel,
table#invoice-archive .btn-group .btn-group + .cancel,
.btn-group table#invoice-archive .btn-group + .payedbtn,
table#invoice-archive .btn-group .btn-group + .payedbtn,
.btn-group table.edit-invoice-line-items td.options .btn-group + .delete,
table.edit-invoice-line-items td.options .btn-group .btn-group + .delete,
.btn-group table.edit-invoice-line-items td.options .btn-group + .add,
table.edit-invoice-line-items td.options .btn-group .btn-group + .add,
.btn-group table.edit-invoice-line-items-new td.options .btn-group + .delete,
table.edit-invoice-line-items-new td.options .btn-group .btn-group + .delete,
.btn-group table.edit-invoice-line-items-new td.options .btn-group + .add,
table.edit-invoice-line-items-new td.options .btn-group .btn-group + .add,
.btn-group #first-run .btn-group + input[type=submit],
#first-run .btn-group .btn-group + input[type=submit],
.btn-group .btn-group + .customer-data-batch_receipt-btn,
.btn-group #guest_index .btn-group + .x_button,
#guest_index .btn-group .btn-group + .x_button,
.btn-group .btn-group + .import_article,
.btn-group .btn-group + .add_quantity,
.btn-group .btn-group + .subtract_quantity,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar table#latest_completed_invoice td.options .cancel, table#latest_completed_invoice td.options .btn-toolbar .cancel, .btn-toolbar table#latest_completed_invoice td.options .payedbtn, table#latest_completed_invoice td.options .btn-toolbar .payedbtn, .btn-toolbar table#invoice-archive .cancel, table#invoice-archive .btn-toolbar .cancel, .btn-toolbar table#invoice-archive .payedbtn, table#invoice-archive .btn-toolbar .payedbtn, .btn-toolbar table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options .btn-toolbar .delete, .btn-toolbar table.edit-invoice-line-items td.options .add, table.edit-invoice-line-items td.options .btn-toolbar .add,
  .btn-toolbar table.edit-invoice-line-items-new td.options .delete, table.edit-invoice-line-items-new td.options .btn-toolbar .delete,
  .btn-toolbar table.edit-invoice-line-items-new td.options .add, table.edit-invoice-line-items-new td.options .btn-toolbar .add, .btn-toolbar #first-run input[type=submit], #first-run .btn-toolbar input[type=submit], .btn-toolbar .customer-data-batch_receipt-btn, .btn-toolbar #guest_index .x_button, #guest_index .btn-toolbar .x_button, .btn-toolbar .import_article, .btn-toolbar .add_quantity, .btn-toolbar .subtract_quantity,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group,
  .btn-toolbar div#change-calculator .cash-input-group,
  div#change-calculator .btn-toolbar .cash-input-group {
    float: left; }
  .btn-toolbar > .btn, table#latest_completed_invoice td.options .btn-toolbar > .cancel, table#latest_completed_invoice td.options .btn-toolbar > .payedbtn, table#invoice-archive .btn-toolbar > .cancel, table#invoice-archive .btn-toolbar > .payedbtn, table.edit-invoice-line-items td.options .btn-toolbar > .delete, table.edit-invoice-line-items td.options .btn-toolbar > .add,
  table.edit-invoice-line-items-new td.options .btn-toolbar > .delete,
  table.edit-invoice-line-items-new td.options .btn-toolbar > .add, #first-run .btn-toolbar > input[type=submit], .btn-toolbar > .customer-data-batch_receipt-btn, #guest_index .btn-toolbar > .x_button, .btn-toolbar > .import_article, .btn-toolbar > .add_quantity, .btn-toolbar > .subtract_quantity,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group,
  div#change-calculator .btn-toolbar > .cash-input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), table#latest_completed_invoice td.options .btn-group > .cancel:not(:first-child):not(:last-child):not(.dropdown-toggle), table#latest_completed_invoice td.options .btn-group > .payedbtn:not(:first-child):not(:last-child):not(.dropdown-toggle), table#invoice-archive .btn-group > .cancel:not(:first-child):not(:last-child):not(.dropdown-toggle), table#invoice-archive .btn-group > .payedbtn:not(:first-child):not(:last-child):not(.dropdown-toggle), table.edit-invoice-line-items td.options .btn-group > .delete:not(:first-child):not(:last-child):not(.dropdown-toggle), table.edit-invoice-line-items td.options .btn-group > .add:not(:first-child):not(:last-child):not(.dropdown-toggle),
table.edit-invoice-line-items-new td.options .btn-group > .delete:not(:first-child):not(:last-child):not(.dropdown-toggle),
table.edit-invoice-line-items-new td.options .btn-group > .add:not(:first-child):not(:last-child):not(.dropdown-toggle), #first-run .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle)[type=submit], .btn-group > .customer-data-batch_receipt-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), #guest_index .btn-group > .x_button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .import_article:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .add_quantity:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .subtract_quantity:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, table#latest_completed_invoice td.options .btn-group > .cancel:first-child, table#latest_completed_invoice td.options .btn-group > .payedbtn:first-child, table#invoice-archive .btn-group > .cancel:first-child, table#invoice-archive .btn-group > .payedbtn:first-child, table.edit-invoice-line-items td.options .btn-group > .delete:first-child, table.edit-invoice-line-items td.options .btn-group > .add:first-child,
table.edit-invoice-line-items-new td.options .btn-group > .delete:first-child,
table.edit-invoice-line-items-new td.options .btn-group > .add:first-child, #first-run .btn-group > input:first-child[type=submit], .btn-group > .customer-data-batch_receipt-btn:first-child, #guest_index .btn-group > .x_button:first-child, .btn-group > .import_article:first-child, .btn-group > .add_quantity:first-child, .btn-group > .subtract_quantity:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), table#latest_completed_invoice td.options .btn-group > .cancel:first-child:not(:last-child):not(.dropdown-toggle), table#latest_completed_invoice td.options .btn-group > .payedbtn:first-child:not(:last-child):not(.dropdown-toggle), table#invoice-archive .btn-group > .cancel:first-child:not(:last-child):not(.dropdown-toggle), table#invoice-archive .btn-group > .payedbtn:first-child:not(:last-child):not(.dropdown-toggle), table.edit-invoice-line-items td.options .btn-group > .delete:first-child:not(:last-child):not(.dropdown-toggle), table.edit-invoice-line-items td.options .btn-group > .add:first-child:not(:last-child):not(.dropdown-toggle),
  table.edit-invoice-line-items-new td.options .btn-group > .delete:first-child:not(:last-child):not(.dropdown-toggle),
  table.edit-invoice-line-items-new td.options .btn-group > .add:first-child:not(:last-child):not(.dropdown-toggle), #first-run .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle)[type=submit], .btn-group > .customer-data-batch_receipt-btn:first-child:not(:last-child):not(.dropdown-toggle), #guest_index .btn-group > .x_button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .import_article:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .add_quantity:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .subtract_quantity:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), table#latest_completed_invoice td.options .btn-group > .cancel:last-child:not(:first-child), table#latest_completed_invoice td.options .btn-group > .payedbtn:last-child:not(:first-child), table#invoice-archive .btn-group > .cancel:last-child:not(:first-child), table#invoice-archive .btn-group > .payedbtn:last-child:not(:first-child), table.edit-invoice-line-items td.options .btn-group > .delete:last-child:not(:first-child), table.edit-invoice-line-items td.options .btn-group > .add:last-child:not(:first-child),
table.edit-invoice-line-items-new td.options .btn-group > .delete:last-child:not(:first-child),
table.edit-invoice-line-items-new td.options .btn-group > .add:last-child:not(:first-child), #first-run .btn-group > input:last-child:not(:first-child)[type=submit], .btn-group > .customer-data-batch_receipt-btn:last-child:not(:first-child), #guest_index .btn-group > .x_button:last-child:not(:first-child), .btn-group > .import_article:last-child:not(:first-child), .btn-group > .add_quantity:last-child:not(:first-child), .btn-group > .subtract_quantity:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, table#latest_completed_invoice td.options .btn-group > .btn-group:not(:first-child):not(:last-child) > .cancel, table#latest_completed_invoice td.options .btn-group > .btn-group:not(:first-child):not(:last-child) > .payedbtn, table#invoice-archive .btn-group > .btn-group:not(:first-child):not(:last-child) > .cancel, table#invoice-archive .btn-group > .btn-group:not(:first-child):not(:last-child) > .payedbtn, table.edit-invoice-line-items td.options .btn-group > .btn-group:not(:first-child):not(:last-child) > .delete, table.edit-invoice-line-items td.options .btn-group > .btn-group:not(:first-child):not(:last-child) > .add,
table.edit-invoice-line-items-new td.options .btn-group > .btn-group:not(:first-child):not(:last-child) > .delete,
table.edit-invoice-line-items-new td.options .btn-group > .btn-group:not(:first-child):not(:last-child) > .add, #first-run .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .btn-group > .btn-group:not(:first-child):not(:last-child) > .customer-data-batch_receipt-btn, #guest_index .btn-group > .btn-group:not(:first-child):not(:last-child) > .x_button, .btn-group > .btn-group:not(:first-child):not(:last-child) > .import_article, .btn-group > .btn-group:not(:first-child):not(:last-child) > .add_quantity, .btn-group > .btn-group:not(:first-child):not(:last-child) > .subtract_quantity {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, table#latest_completed_invoice td.options .btn-group > .btn-group:first-child:not(:last-child) > .cancel:last-child, table#latest_completed_invoice td.options .btn-group > .btn-group:first-child:not(:last-child) > .payedbtn:last-child, table#invoice-archive .btn-group > .btn-group:first-child:not(:last-child) > .cancel:last-child, table#invoice-archive .btn-group > .btn-group:first-child:not(:last-child) > .payedbtn:last-child, table.edit-invoice-line-items td.options .btn-group > .btn-group:first-child:not(:last-child) > .delete:last-child, table.edit-invoice-line-items td.options .btn-group > .btn-group:first-child:not(:last-child) > .add:last-child,
table.edit-invoice-line-items-new td.options .btn-group > .btn-group:first-child:not(:last-child) > .delete:last-child,
table.edit-invoice-line-items-new td.options .btn-group > .btn-group:first-child:not(:last-child) > .add:last-child, #first-run .btn-group > .btn-group:first-child:not(:last-child) > input:last-child[type=submit], .btn-group > .btn-group:first-child:not(:last-child) > .customer-data-batch_receipt-btn:last-child, #guest_index .btn-group > .btn-group:first-child:not(:last-child) > .x_button:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .import_article:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .add_quantity:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .subtract_quantity:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, table#latest_completed_invoice td.options .btn-group > .btn-group:last-child:not(:first-child) > .cancel:first-child, table#latest_completed_invoice td.options .btn-group > .btn-group:last-child:not(:first-child) > .payedbtn:first-child, table#invoice-archive .btn-group > .btn-group:last-child:not(:first-child) > .cancel:first-child, table#invoice-archive .btn-group > .btn-group:last-child:not(:first-child) > .payedbtn:first-child, table.edit-invoice-line-items td.options .btn-group > .btn-group:last-child:not(:first-child) > .delete:first-child, table.edit-invoice-line-items td.options .btn-group > .btn-group:last-child:not(:first-child) > .add:first-child,
table.edit-invoice-line-items-new td.options .btn-group > .btn-group:last-child:not(:first-child) > .delete:first-child,
table.edit-invoice-line-items-new td.options .btn-group > .btn-group:last-child:not(:first-child) > .add:first-child, #first-run .btn-group > .btn-group:last-child:not(:first-child) > input:first-child[type=submit], .btn-group > .btn-group:last-child:not(:first-child) > .customer-data-batch_receipt-btn:first-child, #guest_index .btn-group > .btn-group:last-child:not(:first-child) > .x_button:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .import_article:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .add_quantity:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .subtract_quantity:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, table#latest_completed_invoice td.options .btn-group > .cancel + .dropdown-toggle, table#latest_completed_invoice td.options .btn-group > .payedbtn + .dropdown-toggle, table#invoice-archive .btn-group > .cancel + .dropdown-toggle, table#invoice-archive .btn-group > .payedbtn + .dropdown-toggle, table.edit-invoice-line-items td.options .btn-group > .delete + .dropdown-toggle, table.edit-invoice-line-items td.options .btn-group > .add + .dropdown-toggle, table.edit-invoice-line-items-new td.options .btn-group > .delete + .dropdown-toggle, table.edit-invoice-line-items-new td.options .btn-group > .add + .dropdown-toggle, #first-run .btn-group > input[type=submit] + .dropdown-toggle, .btn-group > .customer-data-batch_receipt-btn + .dropdown-toggle, #guest_index .btn-group > .x_button + .dropdown-toggle, .btn-group > .import_article + .dropdown-toggle, .btn-group > .add_quantity + .dropdown-toggle, .btn-group > .subtract_quantity + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, table#latest_completed_invoice td.options .btn-group-lg.btn-group > .cancel + .dropdown-toggle, table#latest_completed_invoice td.options .btn-group-lg.btn-group > .payedbtn + .dropdown-toggle, table#invoice-archive .btn-group-lg.btn-group > .cancel + .dropdown-toggle, table#invoice-archive .btn-group-lg.btn-group > .payedbtn + .dropdown-toggle, table.edit-invoice-line-items td.options .btn-group-lg.btn-group > .delete + .dropdown-toggle, table.edit-invoice-line-items td.options .btn-group-lg.btn-group > .add + .dropdown-toggle, table.edit-invoice-line-items-new td.options .btn-group-lg.btn-group > .delete + .dropdown-toggle, table.edit-invoice-line-items-new td.options .btn-group-lg.btn-group > .add + .dropdown-toggle, #first-run .btn-group-lg.btn-group > input[type=submit] + .dropdown-toggle, .btn-group-lg.btn-group > .customer-data-batch_receipt-btn + .dropdown-toggle, #guest_index .btn-group-lg.btn-group > .x_button + .dropdown-toggle, .btn-group-lg.btn-group > .import_article + .dropdown-toggle, .btn-group-lg.btn-group > .add_quantity + .dropdown-toggle, .btn-group-lg.btn-group > .subtract_quantity + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, table#latest_completed_invoice td.options .cancel .caret, table#latest_completed_invoice td.options .payedbtn .caret, table#invoice-archive .cancel .caret, table#invoice-archive .payedbtn .caret, table.edit-invoice-line-items td.options .delete .caret, table.edit-invoice-line-items td.options .add .caret, table.edit-invoice-line-items-new td.options .delete .caret, table.edit-invoice-line-items-new td.options .add .caret, #first-run input[type=submit] .caret, .customer-data-batch_receipt-btn .caret, #guest_index .x_button .caret, .import_article .caret, .add_quantity .caret, .subtract_quantity .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, table#latest_completed_invoice td.options .btn-group-lg > .cancel .caret, table#latest_completed_invoice td.options .btn-group-lg > .payedbtn .caret, table#invoice-archive .btn-group-lg > .cancel .caret, table#invoice-archive .btn-group-lg > .payedbtn .caret, table.edit-invoice-line-items td.options .btn-group-lg > .delete .caret, table.edit-invoice-line-items td.options .btn-group-lg > .add .caret, table.edit-invoice-line-items-new td.options .btn-group-lg > .delete .caret, table.edit-invoice-line-items-new td.options .btn-group-lg > .add .caret, #first-run .btn-group-lg > input[type=submit] .caret, .btn-group-lg > .customer-data-batch_receipt-btn .caret, #guest_index .btn-group-lg > .x_button .caret, .btn-group-lg > .import_article .caret, .btn-group-lg > .add_quantity .caret, .btn-group-lg > .subtract_quantity .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup table#latest_completed_invoice td.options .btn-group-lg > .cancel .caret, table#latest_completed_invoice td.options .dropup .btn-group-lg > .cancel .caret, .dropup table#latest_completed_invoice td.options .btn-group-lg > .payedbtn .caret, table#latest_completed_invoice td.options .dropup .btn-group-lg > .payedbtn .caret, .dropup table#invoice-archive .btn-group-lg > .cancel .caret, table#invoice-archive .dropup .btn-group-lg > .cancel .caret, .dropup table#invoice-archive .btn-group-lg > .payedbtn .caret, table#invoice-archive .dropup .btn-group-lg > .payedbtn .caret, .dropup table.edit-invoice-line-items td.options .btn-group-lg > .delete .caret, table.edit-invoice-line-items td.options .dropup .btn-group-lg > .delete .caret, .dropup table.edit-invoice-line-items td.options .btn-group-lg > .add .caret, table.edit-invoice-line-items td.options .dropup .btn-group-lg > .add .caret, .dropup table.edit-invoice-line-items-new td.options .btn-group-lg > .delete .caret, table.edit-invoice-line-items-new td.options .dropup .btn-group-lg > .delete .caret, .dropup table.edit-invoice-line-items-new td.options .btn-group-lg > .add .caret, table.edit-invoice-line-items-new td.options .dropup .btn-group-lg > .add .caret, .dropup #first-run .btn-group-lg > input[type=submit] .caret, #first-run .dropup .btn-group-lg > input[type=submit] .caret, .dropup .btn-group-lg > .customer-data-batch_receipt-btn .caret, .dropup #guest_index .btn-group-lg > .x_button .caret, #guest_index .dropup .btn-group-lg > .x_button .caret, .dropup .btn-group-lg > .import_article .caret, .dropup .btn-group-lg > .add_quantity .caret, .dropup .btn-group-lg > .subtract_quantity .caret {
  border-width: 0 5px 5px; }


.btn-group-vertical > .btn,
table#latest_completed_invoice td.options .btn-group-vertical > .cancel,
table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn,
table#invoice-archive .btn-group-vertical > .cancel,
table#invoice-archive .btn-group-vertical > .payedbtn,
table.edit-invoice-line-items td.options .btn-group-vertical > .delete,
table.edit-invoice-line-items td.options .btn-group-vertical > .add,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .add,
#first-run .btn-group-vertical > input[type=submit],
.btn-group-vertical > .customer-data-batch_receipt-btn,
#guest_index .btn-group-vertical > .x_button,
.btn-group-vertical > .import_article,
.btn-group-vertical > .add_quantity,
.btn-group-vertical > .subtract_quantity,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
table#latest_completed_invoice td.options .btn-group-vertical > .btn-group > .cancel,
table#latest_completed_invoice td.options .btn-group-vertical > .btn-group > .payedbtn,
table#invoice-archive .btn-group-vertical > .btn-group > .cancel,
table#invoice-archive .btn-group-vertical > .btn-group > .payedbtn,
table.edit-invoice-line-items td.options .btn-group-vertical > .btn-group > .delete,
table.edit-invoice-line-items td.options .btn-group-vertical > .btn-group > .add,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn-group > .delete,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn-group > .add,
#first-run .btn-group-vertical > .btn-group > input[type=submit],
.btn-group-vertical > .btn-group > .customer-data-batch_receipt-btn,
#guest_index .btn-group-vertical > .btn-group > .x_button,
.btn-group-vertical > .btn-group > .import_article,
.btn-group-vertical > .btn-group > .add_quantity,
.btn-group-vertical > .btn-group > .subtract_quantity {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }


.btn-group-vertical > .btn-group > .btn,
table#latest_completed_invoice td.options .btn-group-vertical > .btn-group > .cancel,
table#latest_completed_invoice td.options .btn-group-vertical > .btn-group > .payedbtn,
table#invoice-archive .btn-group-vertical > .btn-group > .cancel,
table#invoice-archive .btn-group-vertical > .btn-group > .payedbtn,
table.edit-invoice-line-items td.options .btn-group-vertical > .btn-group > .delete,
table.edit-invoice-line-items td.options .btn-group-vertical > .btn-group > .add,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn-group > .delete,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn-group > .add,
#first-run .btn-group-vertical > .btn-group > input[type=submit],
.btn-group-vertical > .btn-group > .customer-data-batch_receipt-btn,
#guest_index .btn-group-vertical > .btn-group > .x_button,
.btn-group-vertical > .btn-group > .import_article,
.btn-group-vertical > .btn-group > .add_quantity,
.btn-group-vertical > .btn-group > .subtract_quantity {
  float: none; }

.btn-group-vertical > .btn + .btn, table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .btn, table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .btn, table#invoice-archive .btn-group-vertical > .cancel + .btn, table#invoice-archive .btn-group-vertical > .payedbtn + .btn, table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .btn, table.edit-invoice-line-items td.options .btn-group-vertical > .add + .btn, table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .btn, table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .btn, #first-run .btn-group-vertical > input[type=submit] + .btn, .btn-group-vertical > .customer-data-batch_receipt-btn + .btn, #guest_index .btn-group-vertical > .x_button + .btn, .btn-group-vertical > .import_article + .btn, .btn-group-vertical > .add_quantity + .btn, .btn-group-vertical > .subtract_quantity + .btn, table#latest_completed_invoice td.options .btn-group-vertical > .btn + .cancel, table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .cancel, table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .cancel, table#invoice-archive table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .cancel, table#latest_completed_invoice td.options table#invoice-archive .btn-group-vertical > .cancel + .cancel, table#invoice-archive table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .cancel, table#latest_completed_invoice td.options table#invoice-archive .btn-group-vertical > .payedbtn + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group-vertical > .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group-vertical > .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group-vertical > .add + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group-vertical > .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group-vertical > .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .cancel, #first-run table#latest_completed_invoice td.options .btn-group-vertical > input[type=submit] + .cancel, table#latest_completed_invoice td.options #first-run .btn-group-vertical > input[type=submit] + .cancel, table#latest_completed_invoice td.options .btn-group-vertical > .customer-data-batch_receipt-btn + .cancel, #guest_index table#latest_completed_invoice td.options .btn-group-vertical > .x_button + .cancel, table#latest_completed_invoice td.options #guest_index .btn-group-vertical > .x_button + .cancel, table#latest_completed_invoice td.options .btn-group-vertical > .import_article + .cancel, table#latest_completed_invoice td.options .btn-group-vertical > .add_quantity + .cancel, table#latest_completed_invoice td.options .btn-group-vertical > .subtract_quantity + .cancel, table#latest_completed_invoice td.options .btn-group-vertical > .btn + .payedbtn, table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .payedbtn, table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .btn-group-vertical > .cancel + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .btn-group-vertical > .payedbtn + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group-vertical > .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group-vertical > .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group-vertical > .add + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group-vertical > .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group-vertical > .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .payedbtn, #first-run table#latest_completed_invoice td.options .btn-group-vertical > input[type=submit] + .payedbtn, table#latest_completed_invoice td.options #first-run .btn-group-vertical > input[type=submit] + .payedbtn, table#latest_completed_invoice td.options .btn-group-vertical > .customer-data-batch_receipt-btn + .payedbtn, #guest_index table#latest_completed_invoice td.options .btn-group-vertical > .x_button + .payedbtn, table#latest_completed_invoice td.options #guest_index .btn-group-vertical > .x_button + .payedbtn, table#latest_completed_invoice td.options .btn-group-vertical > .import_article + .payedbtn, table#latest_completed_invoice td.options .btn-group-vertical > .add_quantity + .payedbtn, table#latest_completed_invoice td.options .btn-group-vertical > .subtract_quantity + .payedbtn, table#invoice-archive .btn-group-vertical > .btn + .cancel, table#latest_completed_invoice td.options table#invoice-archive .btn-group-vertical > .cancel + .cancel, table#invoice-archive table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .cancel, table#latest_completed_invoice td.options table#invoice-archive .btn-group-vertical > .payedbtn + .cancel, table#invoice-archive table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .cancel, table#invoice-archive .btn-group-vertical > .cancel + .cancel, table#invoice-archive .btn-group-vertical > .payedbtn + .cancel, table.edit-invoice-line-items td.options table#invoice-archive .btn-group-vertical > .delete + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .cancel, table.edit-invoice-line-items td.options table#invoice-archive .btn-group-vertical > .add + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .btn-group-vertical > .add + .cancel, table.edit-invoice-line-items-new td.options table#invoice-archive .btn-group-vertical > .delete + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .cancel, table.edit-invoice-line-items-new td.options table#invoice-archive .btn-group-vertical > .add + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .cancel, #first-run table#invoice-archive .btn-group-vertical > input[type=submit] + .cancel, table#invoice-archive #first-run .btn-group-vertical > input[type=submit] + .cancel, table#invoice-archive .btn-group-vertical > .customer-data-batch_receipt-btn + .cancel, #guest_index table#invoice-archive .btn-group-vertical > .x_button + .cancel, table#invoice-archive #guest_index .btn-group-vertical > .x_button + .cancel, table#invoice-archive .btn-group-vertical > .import_article + .cancel, table#invoice-archive .btn-group-vertical > .add_quantity + .cancel, table#invoice-archive .btn-group-vertical > .subtract_quantity + .cancel, table#invoice-archive .btn-group-vertical > .btn + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .btn-group-vertical > .cancel + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .btn-group-vertical > .payedbtn + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .payedbtn, table#invoice-archive .btn-group-vertical > .cancel + .payedbtn, table#invoice-archive .btn-group-vertical > .payedbtn + .payedbtn, table.edit-invoice-line-items td.options table#invoice-archive .btn-group-vertical > .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .payedbtn, table.edit-invoice-line-items td.options table#invoice-archive .btn-group-vertical > .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .btn-group-vertical > .add + .payedbtn, table.edit-invoice-line-items-new td.options table#invoice-archive .btn-group-vertical > .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .payedbtn, table.edit-invoice-line-items-new td.options table#invoice-archive .btn-group-vertical > .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .payedbtn, #first-run table#invoice-archive .btn-group-vertical > input[type=submit] + .payedbtn, table#invoice-archive #first-run .btn-group-vertical > input[type=submit] + .payedbtn, table#invoice-archive .btn-group-vertical > .customer-data-batch_receipt-btn + .payedbtn, #guest_index table#invoice-archive .btn-group-vertical > .x_button + .payedbtn, table#invoice-archive #guest_index .btn-group-vertical > .x_button + .payedbtn, table#invoice-archive .btn-group-vertical > .import_article + .payedbtn, table#invoice-archive .btn-group-vertical > .add_quantity + .payedbtn, table#invoice-archive .btn-group-vertical > .subtract_quantity + .payedbtn, table.edit-invoice-line-items td.options .btn-group-vertical > .btn + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group-vertical > .cancel + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group-vertical > .payedbtn + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .delete, table#invoice-archive table.edit-invoice-line-items td.options .btn-group-vertical > .cancel + .delete, table.edit-invoice-line-items td.options table#invoice-archive .btn-group-vertical > .cancel + .delete, table#invoice-archive table.edit-invoice-line-items td.options .btn-group-vertical > .payedbtn + .delete, table.edit-invoice-line-items td.options table#invoice-archive .btn-group-vertical > .payedbtn + .delete, table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .delete, table.edit-invoice-line-items td.options .btn-group-vertical > .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group-vertical > .add + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .delete, #first-run table.edit-invoice-line-items td.options .btn-group-vertical > input[type=submit] + .delete, table.edit-invoice-line-items td.options #first-run .btn-group-vertical > input[type=submit] + .delete, table.edit-invoice-line-items td.options .btn-group-vertical > .customer-data-batch_receipt-btn + .delete, #guest_index table.edit-invoice-line-items td.options .btn-group-vertical > .x_button + .delete, table.edit-invoice-line-items td.options #guest_index .btn-group-vertical > .x_button + .delete, table.edit-invoice-line-items td.options .btn-group-vertical > .import_article + .delete, table.edit-invoice-line-items td.options .btn-group-vertical > .add_quantity + .delete, table.edit-invoice-line-items td.options .btn-group-vertical > .subtract_quantity + .delete, table.edit-invoice-line-items td.options .btn-group-vertical > .btn + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group-vertical > .cancel + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .btn-group-vertical > .payedbtn + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .add, table#invoice-archive table.edit-invoice-line-items td.options .btn-group-vertical > .cancel + .add, table.edit-invoice-line-items td.options table#invoice-archive .btn-group-vertical > .cancel + .add, table#invoice-archive table.edit-invoice-line-items td.options .btn-group-vertical > .payedbtn + .add, table.edit-invoice-line-items td.options table#invoice-archive .btn-group-vertical > .payedbtn + .add, table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .add, table.edit-invoice-line-items td.options .btn-group-vertical > .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group-vertical > .add + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .add, #first-run table.edit-invoice-line-items td.options .btn-group-vertical > input[type=submit] + .add, table.edit-invoice-line-items td.options #first-run .btn-group-vertical > input[type=submit] + .add, table.edit-invoice-line-items td.options .btn-group-vertical > .customer-data-batch_receipt-btn + .add, #guest_index table.edit-invoice-line-items td.options .btn-group-vertical > .x_button + .add, table.edit-invoice-line-items td.options #guest_index .btn-group-vertical > .x_button + .add, table.edit-invoice-line-items td.options .btn-group-vertical > .import_article + .add, table.edit-invoice-line-items td.options .btn-group-vertical > .add_quantity + .add, table.edit-invoice-line-items td.options .btn-group-vertical > .subtract_quantity + .add,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn + .delete,
table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group-vertical > .cancel + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .delete,
table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group-vertical > .payedbtn + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .delete,
table#invoice-archive table.edit-invoice-line-items-new td.options .btn-group-vertical > .cancel + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .btn-group-vertical > .cancel + .delete,
table#invoice-archive table.edit-invoice-line-items-new td.options .btn-group-vertical > .payedbtn + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .btn-group-vertical > .payedbtn + .delete,
table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .delete,
table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group-vertical > .add + .delete,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .delete,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .delete,
#first-run table.edit-invoice-line-items-new td.options .btn-group-vertical > input[type=submit] + .delete, table.edit-invoice-line-items-new td.options #first-run .btn-group-vertical > input[type=submit] + .delete,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .customer-data-batch_receipt-btn + .delete,
#guest_index table.edit-invoice-line-items-new td.options .btn-group-vertical > .x_button + .delete, table.edit-invoice-line-items-new td.options #guest_index .btn-group-vertical > .x_button + .delete,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .import_article + .delete,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .add_quantity + .delete,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .subtract_quantity + .delete,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn + .add,
table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group-vertical > .cancel + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .add,
table#latest_completed_invoice table.edit-invoice-line-items-new td.options .btn-group-vertical > .payedbtn + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .add,
table#invoice-archive table.edit-invoice-line-items-new td.options .btn-group-vertical > .cancel + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .btn-group-vertical > .cancel + .add,
table#invoice-archive table.edit-invoice-line-items-new td.options .btn-group-vertical > .payedbtn + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .btn-group-vertical > .payedbtn + .add,
table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .add,
table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .btn-group-vertical > .add + .add,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .add,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .add,
#first-run table.edit-invoice-line-items-new td.options .btn-group-vertical > input[type=submit] + .add, table.edit-invoice-line-items-new td.options #first-run .btn-group-vertical > input[type=submit] + .add,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .customer-data-batch_receipt-btn + .add,
#guest_index table.edit-invoice-line-items-new td.options .btn-group-vertical > .x_button + .add, table.edit-invoice-line-items-new td.options #guest_index .btn-group-vertical > .x_button + .add,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .import_article + .add,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .add_quantity + .add,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .subtract_quantity + .add, #first-run .btn-group-vertical > .btn + input[type=submit], table#latest_completed_invoice td.options #first-run .btn-group-vertical > .cancel + input[type=submit], #first-run table#latest_completed_invoice td.options .btn-group-vertical > .cancel + input[type=submit], table#latest_completed_invoice td.options #first-run .btn-group-vertical > .payedbtn + input[type=submit], #first-run table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + input[type=submit], table#invoice-archive #first-run .btn-group-vertical > .cancel + input[type=submit], #first-run table#invoice-archive .btn-group-vertical > .cancel + input[type=submit], table#invoice-archive #first-run .btn-group-vertical > .payedbtn + input[type=submit], #first-run table#invoice-archive .btn-group-vertical > .payedbtn + input[type=submit], table.edit-invoice-line-items td.options #first-run .btn-group-vertical > .delete + input[type=submit], #first-run table.edit-invoice-line-items td.options .btn-group-vertical > .delete + input[type=submit], table.edit-invoice-line-items td.options #first-run .btn-group-vertical > .add + input[type=submit], #first-run table.edit-invoice-line-items td.options .btn-group-vertical > .add + input[type=submit], table.edit-invoice-line-items-new td.options #first-run .btn-group-vertical > .delete + input[type=submit], #first-run table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + input[type=submit], table.edit-invoice-line-items-new td.options #first-run .btn-group-vertical > .add + input[type=submit], #first-run table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + input[type=submit], #first-run .btn-group-vertical > input[type=submit] + input[type=submit], #first-run .btn-group-vertical > .customer-data-batch_receipt-btn + input[type=submit], #guest_index #first-run .btn-group-vertical > .x_button + input[type=submit], #first-run #guest_index .btn-group-vertical > .x_button + input[type=submit], #first-run .btn-group-vertical > .import_article + input[type=submit], #first-run .btn-group-vertical > .add_quantity + input[type=submit], #first-run .btn-group-vertical > .subtract_quantity + input[type=submit], .btn-group-vertical > .btn + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .customer-data-batch_receipt-btn, table#invoice-archive .btn-group-vertical > .cancel + .customer-data-batch_receipt-btn, table#invoice-archive .btn-group-vertical > .payedbtn + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .btn-group-vertical > .add + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .customer-data-batch_receipt-btn, #first-run .btn-group-vertical > input[type=submit] + .customer-data-batch_receipt-btn, .btn-group-vertical > .customer-data-batch_receipt-btn + .customer-data-batch_receipt-btn, #guest_index .btn-group-vertical > .x_button + .customer-data-batch_receipt-btn, .btn-group-vertical > .import_article + .customer-data-batch_receipt-btn, .btn-group-vertical > .add_quantity + .customer-data-batch_receipt-btn, .btn-group-vertical > .subtract_quantity + .customer-data-batch_receipt-btn, #guest_index .btn-group-vertical > .btn + .x_button, table#latest_completed_invoice td.options #guest_index .btn-group-vertical > .cancel + .x_button, #guest_index table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .x_button, table#latest_completed_invoice td.options #guest_index .btn-group-vertical > .payedbtn + .x_button, #guest_index table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .x_button, table#invoice-archive #guest_index .btn-group-vertical > .cancel + .x_button, #guest_index table#invoice-archive .btn-group-vertical > .cancel + .x_button, table#invoice-archive #guest_index .btn-group-vertical > .payedbtn + .x_button, #guest_index table#invoice-archive .btn-group-vertical > .payedbtn + .x_button, table.edit-invoice-line-items td.options #guest_index .btn-group-vertical > .delete + .x_button, #guest_index table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .x_button, table.edit-invoice-line-items td.options #guest_index .btn-group-vertical > .add + .x_button, #guest_index table.edit-invoice-line-items td.options .btn-group-vertical > .add + .x_button, table.edit-invoice-line-items-new td.options #guest_index .btn-group-vertical > .delete + .x_button, #guest_index table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .x_button, table.edit-invoice-line-items-new td.options #guest_index .btn-group-vertical > .add + .x_button, #guest_index table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .x_button, #first-run #guest_index .btn-group-vertical > input[type=submit] + .x_button, #guest_index #first-run .btn-group-vertical > input[type=submit] + .x_button, #guest_index .btn-group-vertical > .customer-data-batch_receipt-btn + .x_button, #guest_index .btn-group-vertical > .x_button + .x_button, #guest_index .btn-group-vertical > .import_article + .x_button, #guest_index .btn-group-vertical > .add_quantity + .x_button, #guest_index .btn-group-vertical > .subtract_quantity + .x_button, .btn-group-vertical > .btn + .import_article, table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .import_article, table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .import_article, table#invoice-archive .btn-group-vertical > .cancel + .import_article, table#invoice-archive .btn-group-vertical > .payedbtn + .import_article, table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .import_article, table.edit-invoice-line-items td.options .btn-group-vertical > .add + .import_article, table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .import_article, table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .import_article, #first-run .btn-group-vertical > input[type=submit] + .import_article, .btn-group-vertical > .customer-data-batch_receipt-btn + .import_article, #guest_index .btn-group-vertical > .x_button + .import_article, .btn-group-vertical > .import_article + .import_article, .btn-group-vertical > .add_quantity + .import_article, .btn-group-vertical > .subtract_quantity + .import_article, .btn-group-vertical > .btn + .add_quantity, table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .add_quantity, table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .add_quantity, table#invoice-archive .btn-group-vertical > .cancel + .add_quantity, table#invoice-archive .btn-group-vertical > .payedbtn + .add_quantity, table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .add_quantity, table.edit-invoice-line-items td.options .btn-group-vertical > .add + .add_quantity, table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .add_quantity, table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .add_quantity, #first-run .btn-group-vertical > input[type=submit] + .add_quantity, .btn-group-vertical > .customer-data-batch_receipt-btn + .add_quantity, #guest_index .btn-group-vertical > .x_button + .add_quantity, .btn-group-vertical > .import_article + .add_quantity, .btn-group-vertical > .add_quantity + .add_quantity, .btn-group-vertical > .subtract_quantity + .add_quantity, .btn-group-vertical > .btn + .subtract_quantity, table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .subtract_quantity, table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .subtract_quantity, table#invoice-archive .btn-group-vertical > .cancel + .subtract_quantity, table#invoice-archive .btn-group-vertical > .payedbtn + .subtract_quantity, table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .subtract_quantity, table.edit-invoice-line-items td.options .btn-group-vertical > .add + .subtract_quantity, table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .subtract_quantity, table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .subtract_quantity, #first-run .btn-group-vertical > input[type=submit] + .subtract_quantity, .btn-group-vertical > .customer-data-batch_receipt-btn + .subtract_quantity, #guest_index .btn-group-vertical > .x_button + .subtract_quantity, .btn-group-vertical > .import_article + .subtract_quantity, .btn-group-vertical > .add_quantity + .subtract_quantity, .btn-group-vertical > .subtract_quantity + .subtract_quantity,
.btn-group-vertical > .btn + .btn-group,
table#latest_completed_invoice td.options .btn-group-vertical > .cancel + .btn-group,
table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn + .btn-group,
table#invoice-archive .btn-group-vertical > .cancel + .btn-group,
table#invoice-archive .btn-group-vertical > .payedbtn + .btn-group,
table.edit-invoice-line-items td.options .btn-group-vertical > .delete + .btn-group,
table.edit-invoice-line-items td.options .btn-group-vertical > .add + .btn-group,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete + .btn-group,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .add + .btn-group,
#first-run .btn-group-vertical > input[type=submit] + .btn-group,
.btn-group-vertical > .customer-data-batch_receipt-btn + .btn-group,
#guest_index .btn-group-vertical > .x_button + .btn-group,
.btn-group-vertical > .import_article + .btn-group,
.btn-group-vertical > .add_quantity + .btn-group,
.btn-group-vertical > .subtract_quantity + .btn-group,
.btn-group-vertical > .btn-group + .btn,
table#latest_completed_invoice td.options .btn-group-vertical > .btn-group + .cancel,
table#latest_completed_invoice td.options .btn-group-vertical > .btn-group + .payedbtn,
table#invoice-archive .btn-group-vertical > .btn-group + .cancel,
table#invoice-archive .btn-group-vertical > .btn-group + .payedbtn,
table.edit-invoice-line-items td.options .btn-group-vertical > .btn-group + .delete,
table.edit-invoice-line-items td.options .btn-group-vertical > .btn-group + .add,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn-group + .delete,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn-group + .add,
#first-run .btn-group-vertical > .btn-group + input[type=submit],
.btn-group-vertical > .btn-group + .customer-data-batch_receipt-btn,
#guest_index .btn-group-vertical > .btn-group + .x_button,
.btn-group-vertical > .btn-group + .import_article,
.btn-group-vertical > .btn-group + .add_quantity,
.btn-group-vertical > .btn-group + .subtract_quantity,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), table#latest_completed_invoice td.options .btn-group-vertical > .cancel:not(:first-child):not(:last-child), table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn:not(:first-child):not(:last-child), table#invoice-archive .btn-group-vertical > .cancel:not(:first-child):not(:last-child), table#invoice-archive .btn-group-vertical > .payedbtn:not(:first-child):not(:last-child), table.edit-invoice-line-items td.options .btn-group-vertical > .delete:not(:first-child):not(:last-child), table.edit-invoice-line-items td.options .btn-group-vertical > .add:not(:first-child):not(:last-child),
table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete:not(:first-child):not(:last-child),
table.edit-invoice-line-items-new td.options .btn-group-vertical > .add:not(:first-child):not(:last-child), #first-run .btn-group-vertical > input:not(:first-child):not(:last-child)[type=submit], .btn-group-vertical > .customer-data-batch_receipt-btn:not(:first-child):not(:last-child), #guest_index .btn-group-vertical > .x_button:not(:first-child):not(:last-child), .btn-group-vertical > .import_article:not(:first-child):not(:last-child), .btn-group-vertical > .add_quantity:not(:first-child):not(:last-child), .btn-group-vertical > .subtract_quantity:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), table#latest_completed_invoice td.options .btn-group-vertical > .cancel:first-child:not(:last-child), table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn:first-child:not(:last-child), table#invoice-archive .btn-group-vertical > .cancel:first-child:not(:last-child), table#invoice-archive .btn-group-vertical > .payedbtn:first-child:not(:last-child), table.edit-invoice-line-items td.options .btn-group-vertical > .delete:first-child:not(:last-child), table.edit-invoice-line-items td.options .btn-group-vertical > .add:first-child:not(:last-child),
table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete:first-child:not(:last-child),
table.edit-invoice-line-items-new td.options .btn-group-vertical > .add:first-child:not(:last-child), #first-run .btn-group-vertical > input:first-child:not(:last-child)[type=submit], .btn-group-vertical > .customer-data-batch_receipt-btn:first-child:not(:last-child), #guest_index .btn-group-vertical > .x_button:first-child:not(:last-child), .btn-group-vertical > .import_article:first-child:not(:last-child), .btn-group-vertical > .add_quantity:first-child:not(:last-child), .btn-group-vertical > .subtract_quantity:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), table#latest_completed_invoice td.options .btn-group-vertical > .cancel:last-child:not(:first-child), table#latest_completed_invoice td.options .btn-group-vertical > .payedbtn:last-child:not(:first-child), table#invoice-archive .btn-group-vertical > .cancel:last-child:not(:first-child), table#invoice-archive .btn-group-vertical > .payedbtn:last-child:not(:first-child), table.edit-invoice-line-items td.options .btn-group-vertical > .delete:last-child:not(:first-child), table.edit-invoice-line-items td.options .btn-group-vertical > .add:last-child:not(:first-child),
table.edit-invoice-line-items-new td.options .btn-group-vertical > .delete:last-child:not(:first-child),
table.edit-invoice-line-items-new td.options .btn-group-vertical > .add:last-child:not(:first-child), #first-run .btn-group-vertical > input:last-child:not(:first-child)[type=submit], .btn-group-vertical > .customer-data-batch_receipt-btn:last-child:not(:first-child), #guest_index .btn-group-vertical > .x_button:last-child:not(:first-child), .btn-group-vertical > .import_article:last-child:not(:first-child), .btn-group-vertical > .add_quantity:last-child:not(:first-child), .btn-group-vertical > .subtract_quantity:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, table#latest_completed_invoice td.options .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .cancel, table#latest_completed_invoice td.options .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .payedbtn, table#invoice-archive .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .cancel, table#invoice-archive .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .payedbtn, table.edit-invoice-line-items td.options .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .delete, table.edit-invoice-line-items td.options .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .add,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .delete,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .add, #first-run .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .customer-data-batch_receipt-btn, #guest_index .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .x_button, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .import_article, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .add_quantity, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .subtract_quantity {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, table#latest_completed_invoice td.options .btn-group-vertical > .btn-group:first-child:not(:last-child) > .cancel:last-child, table#latest_completed_invoice td.options .btn-group-vertical > .btn-group:first-child:not(:last-child) > .payedbtn:last-child, table#invoice-archive .btn-group-vertical > .btn-group:first-child:not(:last-child) > .cancel:last-child, table#invoice-archive .btn-group-vertical > .btn-group:first-child:not(:last-child) > .payedbtn:last-child, table.edit-invoice-line-items td.options .btn-group-vertical > .btn-group:first-child:not(:last-child) > .delete:last-child, table.edit-invoice-line-items td.options .btn-group-vertical > .btn-group:first-child:not(:last-child) > .add:last-child,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn-group:first-child:not(:last-child) > .delete:last-child,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn-group:first-child:not(:last-child) > .add:last-child, #first-run .btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child[type=submit], .btn-group-vertical > .btn-group:first-child:not(:last-child) > .customer-data-batch_receipt-btn:last-child, #guest_index .btn-group-vertical > .btn-group:first-child:not(:last-child) > .x_button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .import_article:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .add_quantity:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .subtract_quantity:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, table#latest_completed_invoice td.options .btn-group-vertical > .btn-group:last-child:not(:first-child) > .cancel:first-child, table#latest_completed_invoice td.options .btn-group-vertical > .btn-group:last-child:not(:first-child) > .payedbtn:first-child, table#invoice-archive .btn-group-vertical > .btn-group:last-child:not(:first-child) > .cancel:first-child, table#invoice-archive .btn-group-vertical > .btn-group:last-child:not(:first-child) > .payedbtn:first-child, table.edit-invoice-line-items td.options .btn-group-vertical > .btn-group:last-child:not(:first-child) > .delete:first-child, table.edit-invoice-line-items td.options .btn-group-vertical > .btn-group:last-child:not(:first-child) > .add:first-child,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn-group:last-child:not(:first-child) > .delete:first-child,
table.edit-invoice-line-items-new td.options .btn-group-vertical > .btn-group:last-child:not(:first-child) > .add:first-child, #first-run .btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child[type=submit], .btn-group-vertical > .btn-group:last-child:not(:first-child) > .customer-data-batch_receipt-btn:first-child, #guest_index .btn-group-vertical > .btn-group:last-child:not(:first-child) > .x_button:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .import_article:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .add_quantity:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .subtract_quantity:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, table#latest_completed_invoice td.options .btn-group-justified > .cancel, table#latest_completed_invoice td.options .btn-group-justified > .payedbtn, table#invoice-archive .btn-group-justified > .cancel, table#invoice-archive .btn-group-justified > .payedbtn, table.edit-invoice-line-items td.options .btn-group-justified > .delete, table.edit-invoice-line-items td.options .btn-group-justified > .add,
  table.edit-invoice-line-items-new td.options .btn-group-justified > .delete,
  table.edit-invoice-line-items-new td.options .btn-group-justified > .add, #first-run .btn-group-justified > input[type=submit], .btn-group-justified > .customer-data-batch_receipt-btn, #guest_index .btn-group-justified > .x_button, .btn-group-justified > .import_article, .btn-group-justified > .add_quantity, .btn-group-justified > .subtract_quantity,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group table#latest_completed_invoice td.options .cancel, table#latest_completed_invoice td.options .btn-group-justified > .btn-group .cancel, .btn-group-justified > .btn-group table#latest_completed_invoice td.options .payedbtn, table#latest_completed_invoice td.options .btn-group-justified > .btn-group .payedbtn, .btn-group-justified > .btn-group table#invoice-archive .cancel, table#invoice-archive .btn-group-justified > .btn-group .cancel, .btn-group-justified > .btn-group table#invoice-archive .payedbtn, table#invoice-archive .btn-group-justified > .btn-group .payedbtn, .btn-group-justified > .btn-group table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options .btn-group-justified > .btn-group .delete, .btn-group-justified > .btn-group table.edit-invoice-line-items td.options .add, table.edit-invoice-line-items td.options .btn-group-justified > .btn-group .add,
  .btn-group-justified > .btn-group table.edit-invoice-line-items-new td.options .delete, table.edit-invoice-line-items-new td.options .btn-group-justified > .btn-group .delete,
  .btn-group-justified > .btn-group table.edit-invoice-line-items-new td.options .add, table.edit-invoice-line-items-new td.options .btn-group-justified > .btn-group .add, .btn-group-justified > .btn-group #first-run input[type=submit], #first-run .btn-group-justified > .btn-group input[type=submit], .btn-group-justified > .btn-group .customer-data-batch_receipt-btn, .btn-group-justified > .btn-group #guest_index .x_button, #guest_index .btn-group-justified > .btn-group .x_button, .btn-group-justified > .btn-group .import_article, .btn-group-justified > .btn-group .add_quantity, .btn-group-justified > .btn-group .subtract_quantity {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], table#latest_completed_invoice td.options [data-toggle="buttons"] > .cancel input[type="radio"], table#latest_completed_invoice td.options [data-toggle="buttons"] > .payedbtn input[type="radio"], table#invoice-archive [data-toggle="buttons"] > .cancel input[type="radio"], table#invoice-archive [data-toggle="buttons"] > .payedbtn input[type="radio"], table.edit-invoice-line-items td.options [data-toggle="buttons"] > .delete input[type="radio"], table.edit-invoice-line-items td.options [data-toggle="buttons"] > .add input[type="radio"], table.edit-invoice-line-items-new td.options [data-toggle="buttons"] > .delete input[type="radio"], table.edit-invoice-line-items-new td.options [data-toggle="buttons"] > .add input[type="radio"], #first-run [data-toggle="buttons"] > input[type=submit] input[type="radio"], [data-toggle="buttons"] > .customer-data-batch_receipt-btn input[type="radio"], #guest_index [data-toggle="buttons"] > .x_button input[type="radio"], [data-toggle="buttons"] > .import_article input[type="radio"], [data-toggle="buttons"] > .add_quantity input[type="radio"], [data-toggle="buttons"] > .subtract_quantity input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
table#latest_completed_invoice td.options [data-toggle="buttons"] > .cancel input[type="checkbox"],
table#latest_completed_invoice td.options [data-toggle="buttons"] > .payedbtn input[type="checkbox"],
table#invoice-archive [data-toggle="buttons"] > .cancel input[type="checkbox"],
table#invoice-archive [data-toggle="buttons"] > .payedbtn input[type="checkbox"],
table.edit-invoice-line-items td.options [data-toggle="buttons"] > .delete input[type="checkbox"],
table.edit-invoice-line-items td.options [data-toggle="buttons"] > .add input[type="checkbox"],
table.edit-invoice-line-items-new td.options [data-toggle="buttons"] > .delete input[type="checkbox"],
table.edit-invoice-line-items-new td.options [data-toggle="buttons"] > .add input[type="checkbox"],
#first-run [data-toggle="buttons"] > input[type=submit] input[type="checkbox"],
[data-toggle="buttons"] > .customer-data-batch_receipt-btn input[type="checkbox"],
#guest_index [data-toggle="buttons"] > .x_button input[type="checkbox"],
[data-toggle="buttons"] > .import_article input[type="checkbox"],
[data-toggle="buttons"] > .add_quantity input[type="checkbox"],
[data-toggle="buttons"] > .subtract_quantity input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
table#latest_completed_invoice td.options [data-toggle="buttons"] > .btn-group > .cancel input[type="radio"],
table#latest_completed_invoice td.options [data-toggle="buttons"] > .btn-group > .payedbtn input[type="radio"],
table#invoice-archive [data-toggle="buttons"] > .btn-group > .cancel input[type="radio"],
table#invoice-archive [data-toggle="buttons"] > .btn-group > .payedbtn input[type="radio"],
table.edit-invoice-line-items td.options [data-toggle="buttons"] > .btn-group > .delete input[type="radio"],
table.edit-invoice-line-items td.options [data-toggle="buttons"] > .btn-group > .add input[type="radio"],
table.edit-invoice-line-items-new td.options [data-toggle="buttons"] > .btn-group > .delete input[type="radio"],
table.edit-invoice-line-items-new td.options [data-toggle="buttons"] > .btn-group > .add input[type="radio"],
#first-run [data-toggle="buttons"] > .btn-group > input[type=submit] input[type="radio"],
[data-toggle="buttons"] > .btn-group > .customer-data-batch_receipt-btn input[type="radio"],
#guest_index [data-toggle="buttons"] > .btn-group > .x_button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .import_article input[type="radio"],
[data-toggle="buttons"] > .btn-group > .add_quantity input[type="radio"],
[data-toggle="buttons"] > .btn-group > .subtract_quantity input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
table#latest_completed_invoice td.options [data-toggle="buttons"] > .btn-group > .cancel input[type="checkbox"],
table#latest_completed_invoice td.options [data-toggle="buttons"] > .btn-group > .payedbtn input[type="checkbox"],
table#invoice-archive [data-toggle="buttons"] > .btn-group > .cancel input[type="checkbox"],
table#invoice-archive [data-toggle="buttons"] > .btn-group > .payedbtn input[type="checkbox"],
table.edit-invoice-line-items td.options [data-toggle="buttons"] > .btn-group > .delete input[type="checkbox"],
table.edit-invoice-line-items td.options [data-toggle="buttons"] > .btn-group > .add input[type="checkbox"],
table.edit-invoice-line-items-new td.options [data-toggle="buttons"] > .btn-group > .delete input[type="checkbox"],
table.edit-invoice-line-items-new td.options [data-toggle="buttons"] > .btn-group > .add input[type="checkbox"],
#first-run [data-toggle="buttons"] > .btn-group > input[type=submit] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .customer-data-batch_receipt-btn input[type="checkbox"],
#guest_index [data-toggle="buttons"] > .btn-group > .x_button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .import_article input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .add_quantity input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .subtract_quantity input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group, div#change-calculator .cash-input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"], div#change-calculator .cash-input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, div#change-calculator .cash-input-group .form-control, .input-group textarea.product-description, div#change-calculator .cash-input-group textarea.product-description, .input-group #first-run textarea, #first-run .input-group textarea, div#change-calculator .cash-input-group #first-run textarea, #first-run div#change-calculator .cash-input-group textarea {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn, .input-group .form-control, div#change-calculator .cash-input-group .form-control, .input-group textarea.product-description, div#change-calculator .cash-input-group textarea.product-description, .input-group #first-run textarea, #first-run .input-group textarea, div#change-calculator .cash-input-group #first-run textarea, #first-run div#change-calculator .cash-input-group textarea {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  div#change-calculator .cash-input-group .form-control:not(:first-child):not(:last-child),
  .input-group textarea.product-description:not(:first-child):not(:last-child),
  div#change-calculator .cash-input-group textarea.product-description:not(:first-child):not(:last-child),
  .input-group #first-run textarea:not(:first-child):not(:last-child),
  #first-run .input-group textarea:not(:first-child):not(:last-child),
  div#change-calculator .cash-input-group #first-run textarea:not(:first-child):not(:last-child),
  #first-run div#change-calculator .cash-input-group textarea:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px; }
  .input-group-addon.input-sm, #first-run .input-group-sm > textarea.input-group-addon,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > .input-group-addon.cancel, table#latest_completed_invoice td.options .input-group-sm > .input-group-btn > .input-group-addon.payedbtn, table#invoice-archive .input-group-sm > .input-group-btn > .input-group-addon.cancel, table#invoice-archive .input-group-sm > .input-group-btn > .input-group-addon.payedbtn, table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > .input-group-addon.delete, table.edit-invoice-line-items td.options .input-group-sm > .input-group-btn > .input-group-addon.add,
  table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > .input-group-addon.delete,
  table.edit-invoice-line-items-new td.options .input-group-sm > .input-group-btn > .input-group-addon.add, #first-run .input-group-sm > .input-group-btn > input.input-group-addon[type=submit], .input-group-sm > .input-group-btn > .input-group-addon.customer-data-batch_receipt-btn, #guest_index .input-group-sm > .input-group-btn > .input-group-addon.x_button, .input-group-sm > .input-group-btn > .input-group-addon.import_article, .input-group-sm > .input-group-btn > .input-group-addon.add_quantity, .input-group-sm > .input-group-btn > .input-group-addon.subtract_quantity {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px; }
  .input-group-addon.input-lg, #first-run .input-group-lg > textarea.input-group-addon,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > .input-group-addon.cancel, table#latest_completed_invoice td.options .input-group-lg > .input-group-btn > .input-group-addon.payedbtn, table#invoice-archive .input-group-lg > .input-group-btn > .input-group-addon.cancel, table#invoice-archive .input-group-lg > .input-group-btn > .input-group-addon.payedbtn, table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > .input-group-addon.delete, table.edit-invoice-line-items td.options .input-group-lg > .input-group-btn > .input-group-addon.add,
  table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > .input-group-addon.delete,
  table.edit-invoice-line-items-new td.options .input-group-lg > .input-group-btn > .input-group-addon.add, #first-run .input-group-lg > .input-group-btn > input.input-group-addon[type=submit], .input-group-lg > .input-group-btn > .input-group-addon.customer-data-batch_receipt-btn, #guest_index .input-group-lg > .input-group-btn > .input-group-addon.x_button, .input-group-lg > .input-group-btn > .input-group-addon.import_article, .input-group-lg > .input-group-btn > .input-group-addon.add_quantity, .input-group-lg > .input-group-btn > .input-group-addon.subtract_quantity {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, div#change-calculator .cash-input-group .form-control:first-child, .input-group textarea.product-description:first-child, div#change-calculator .cash-input-group textarea.product-description:first-child, .input-group #first-run textarea:first-child, #first-run .input-group textarea:first-child, div#change-calculator .cash-input-group #first-run textarea:first-child, #first-run div#change-calculator .cash-input-group textarea:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
table#latest_completed_invoice td.options .input-group-btn:first-child > .cancel,
table#latest_completed_invoice td.options .input-group-btn:first-child > .payedbtn,
table#invoice-archive .input-group-btn:first-child > .cancel,
table#invoice-archive .input-group-btn:first-child > .payedbtn,
table.edit-invoice-line-items td.options .input-group-btn:first-child > .delete,
table.edit-invoice-line-items td.options .input-group-btn:first-child > .add,
table.edit-invoice-line-items-new td.options .input-group-btn:first-child > .delete,
table.edit-invoice-line-items-new td.options .input-group-btn:first-child > .add,
#first-run .input-group-btn:first-child > input[type=submit],
.input-group-btn:first-child > .customer-data-batch_receipt-btn,
#guest_index .input-group-btn:first-child > .x_button,
.input-group-btn:first-child > .import_article,
.input-group-btn:first-child > .add_quantity,
.input-group-btn:first-child > .subtract_quantity,
.input-group-btn:first-child > .btn-group > .btn,
table#latest_completed_invoice td.options .input-group-btn:first-child > .btn-group > .cancel,
table#latest_completed_invoice td.options .input-group-btn:first-child > .btn-group > .payedbtn,
table#invoice-archive .input-group-btn:first-child > .btn-group > .cancel,
table#invoice-archive .input-group-btn:first-child > .btn-group > .payedbtn,
table.edit-invoice-line-items td.options .input-group-btn:first-child > .btn-group > .delete,
table.edit-invoice-line-items td.options .input-group-btn:first-child > .btn-group > .add,
table.edit-invoice-line-items-new td.options .input-group-btn:first-child > .btn-group > .delete,
table.edit-invoice-line-items-new td.options .input-group-btn:first-child > .btn-group > .add,
#first-run .input-group-btn:first-child > .btn-group > input[type=submit],
.input-group-btn:first-child > .btn-group > .customer-data-batch_receipt-btn,
#guest_index .input-group-btn:first-child > .btn-group > .x_button,
.input-group-btn:first-child > .btn-group > .import_article,
.input-group-btn:first-child > .btn-group > .add_quantity,
.input-group-btn:first-child > .btn-group > .subtract_quantity,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
table#latest_completed_invoice td.options .input-group-btn:last-child > .cancel:not(:last-child):not(.dropdown-toggle),
table#latest_completed_invoice td.options .input-group-btn:last-child > .payedbtn:not(:last-child):not(.dropdown-toggle),
table#invoice-archive .input-group-btn:last-child > .cancel:not(:last-child):not(.dropdown-toggle),
table#invoice-archive .input-group-btn:last-child > .payedbtn:not(:last-child):not(.dropdown-toggle),
table.edit-invoice-line-items td.options .input-group-btn:last-child > .delete:not(:last-child):not(.dropdown-toggle),
table.edit-invoice-line-items td.options .input-group-btn:last-child > .add:not(:last-child):not(.dropdown-toggle),
table.edit-invoice-line-items-new td.options .input-group-btn:last-child > .delete:not(:last-child):not(.dropdown-toggle),
table.edit-invoice-line-items-new td.options .input-group-btn:last-child > .add:not(:last-child):not(.dropdown-toggle),
#first-run .input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle)[type=submit],
.input-group-btn:last-child > .customer-data-batch_receipt-btn:not(:last-child):not(.dropdown-toggle),
#guest_index .input-group-btn:last-child > .x_button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .import_article:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .add_quantity:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .subtract_quantity:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
table#latest_completed_invoice td.options .input-group-btn:last-child > .btn-group:not(:last-child) > .cancel,
table#latest_completed_invoice td.options .input-group-btn:last-child > .btn-group:not(:last-child) > .payedbtn,
table#invoice-archive .input-group-btn:last-child > .btn-group:not(:last-child) > .cancel,
table#invoice-archive .input-group-btn:last-child > .btn-group:not(:last-child) > .payedbtn,
table.edit-invoice-line-items td.options .input-group-btn:last-child > .btn-group:not(:last-child) > .delete,
table.edit-invoice-line-items td.options .input-group-btn:last-child > .btn-group:not(:last-child) > .add,
table.edit-invoice-line-items-new td.options .input-group-btn:last-child > .btn-group:not(:last-child) > .delete,
table.edit-invoice-line-items-new td.options .input-group-btn:last-child > .btn-group:not(:last-child) > .add,
#first-run .input-group-btn:last-child > .btn-group:not(:last-child) > input[type=submit],
.input-group-btn:last-child > .btn-group:not(:last-child) > .customer-data-batch_receipt-btn,
#guest_index .input-group-btn:last-child > .btn-group:not(:last-child) > .x_button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .import_article,
.input-group-btn:last-child > .btn-group:not(:last-child) > .add_quantity,
.input-group-btn:last-child > .btn-group:not(:last-child) > .subtract_quantity {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, div#change-calculator .cash-input-group .form-control:last-child, .input-group textarea.product-description:last-child, div#change-calculator .cash-input-group textarea.product-description:last-child, .input-group #first-run textarea:last-child, #first-run .input-group textarea:last-child, div#change-calculator .cash-input-group #first-run textarea:last-child, #first-run div#change-calculator .cash-input-group textarea:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
table#latest_completed_invoice td.options .input-group-btn:last-child > .cancel,
table#latest_completed_invoice td.options .input-group-btn:last-child > .payedbtn,
table#invoice-archive .input-group-btn:last-child > .cancel,
table#invoice-archive .input-group-btn:last-child > .payedbtn,
table.edit-invoice-line-items td.options .input-group-btn:last-child > .delete,
table.edit-invoice-line-items td.options .input-group-btn:last-child > .add,
table.edit-invoice-line-items-new td.options .input-group-btn:last-child > .delete,
table.edit-invoice-line-items-new td.options .input-group-btn:last-child > .add,
#first-run .input-group-btn:last-child > input[type=submit],
.input-group-btn:last-child > .customer-data-batch_receipt-btn,
#guest_index .input-group-btn:last-child > .x_button,
.input-group-btn:last-child > .import_article,
.input-group-btn:last-child > .add_quantity,
.input-group-btn:last-child > .subtract_quantity,
.input-group-btn:last-child > .btn-group > .btn,
table#latest_completed_invoice td.options .input-group-btn:last-child > .btn-group > .cancel,
table#latest_completed_invoice td.options .input-group-btn:last-child > .btn-group > .payedbtn,
table#invoice-archive .input-group-btn:last-child > .btn-group > .cancel,
table#invoice-archive .input-group-btn:last-child > .btn-group > .payedbtn,
table.edit-invoice-line-items td.options .input-group-btn:last-child > .btn-group > .delete,
table.edit-invoice-line-items td.options .input-group-btn:last-child > .btn-group > .add,
table.edit-invoice-line-items-new td.options .input-group-btn:last-child > .btn-group > .delete,
table.edit-invoice-line-items-new td.options .input-group-btn:last-child > .btn-group > .add,
#first-run .input-group-btn:last-child > .btn-group > input[type=submit],
.input-group-btn:last-child > .btn-group > .customer-data-batch_receipt-btn,
#guest_index .input-group-btn:last-child > .btn-group > .x_button,
.input-group-btn:last-child > .btn-group > .import_article,
.input-group-btn:last-child > .btn-group > .add_quantity,
.input-group-btn:last-child > .btn-group > .subtract_quantity,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
table#latest_completed_invoice td.options .input-group-btn:first-child > .cancel:not(:first-child),
table#latest_completed_invoice td.options .input-group-btn:first-child > .payedbtn:not(:first-child),
table#invoice-archive .input-group-btn:first-child > .cancel:not(:first-child),
table#invoice-archive .input-group-btn:first-child > .payedbtn:not(:first-child),
table.edit-invoice-line-items td.options .input-group-btn:first-child > .delete:not(:first-child),
table.edit-invoice-line-items td.options .input-group-btn:first-child > .add:not(:first-child),
table.edit-invoice-line-items-new td.options .input-group-btn:first-child > .delete:not(:first-child),
table.edit-invoice-line-items-new td.options .input-group-btn:first-child > .add:not(:first-child),
#first-run .input-group-btn:first-child > input:not(:first-child)[type=submit],
.input-group-btn:first-child > .customer-data-batch_receipt-btn:not(:first-child),
#guest_index .input-group-btn:first-child > .x_button:not(:first-child),
.input-group-btn:first-child > .import_article:not(:first-child),
.input-group-btn:first-child > .add_quantity:not(:first-child),
.input-group-btn:first-child > .subtract_quantity:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
table#latest_completed_invoice td.options .input-group-btn:first-child > .btn-group:not(:first-child) > .cancel,
table#latest_completed_invoice td.options .input-group-btn:first-child > .btn-group:not(:first-child) > .payedbtn,
table#invoice-archive .input-group-btn:first-child > .btn-group:not(:first-child) > .cancel,
table#invoice-archive .input-group-btn:first-child > .btn-group:not(:first-child) > .payedbtn,
table.edit-invoice-line-items td.options .input-group-btn:first-child > .btn-group:not(:first-child) > .delete,
table.edit-invoice-line-items td.options .input-group-btn:first-child > .btn-group:not(:first-child) > .add,
table.edit-invoice-line-items-new td.options .input-group-btn:first-child > .btn-group:not(:first-child) > .delete,
table.edit-invoice-line-items-new td.options .input-group-btn:first-child > .btn-group:not(:first-child) > .add,
#first-run .input-group-btn:first-child > .btn-group:not(:first-child) > input[type=submit],
.input-group-btn:first-child > .btn-group:not(:first-child) > .customer-data-batch_receipt-btn,
#guest_index .input-group-btn:first-child > .btn-group:not(:first-child) > .x_button,
.input-group-btn:first-child > .btn-group:not(:first-child) > .import_article,
.input-group-btn:first-child > .btn-group:not(:first-child) > .add_quantity,
.input-group-btn:first-child > .btn-group:not(:first-child) > .subtract_quantity {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, table#latest_completed_invoice td.options .input-group-btn > .cancel, table#latest_completed_invoice td.options .input-group-btn > .payedbtn, table#invoice-archive .input-group-btn > .cancel, table#invoice-archive .input-group-btn > .payedbtn, table.edit-invoice-line-items td.options .input-group-btn > .delete, table.edit-invoice-line-items td.options .input-group-btn > .add,
  table.edit-invoice-line-items-new td.options .input-group-btn > .delete,
  table.edit-invoice-line-items-new td.options .input-group-btn > .add, #first-run .input-group-btn > input[type=submit], .input-group-btn > .customer-data-batch_receipt-btn, #guest_index .input-group-btn > .x_button, .input-group-btn > .import_article, .input-group-btn > .add_quantity, .input-group-btn > .subtract_quantity {
    position: relative; }
    .input-group-btn > .btn + .btn, table#latest_completed_invoice td.options .input-group-btn > .cancel + .btn, table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .btn, table#invoice-archive .input-group-btn > .cancel + .btn, table#invoice-archive .input-group-btn > .payedbtn + .btn, table.edit-invoice-line-items td.options .input-group-btn > .delete + .btn, table.edit-invoice-line-items td.options .input-group-btn > .add + .btn, table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .btn, table.edit-invoice-line-items-new td.options .input-group-btn > .add + .btn, #first-run .input-group-btn > input[type=submit] + .btn, .input-group-btn > .customer-data-batch_receipt-btn + .btn, #guest_index .input-group-btn > .x_button + .btn, .input-group-btn > .import_article + .btn, .input-group-btn > .add_quantity + .btn, .input-group-btn > .subtract_quantity + .btn, table#latest_completed_invoice td.options .input-group-btn > .btn + .cancel, table#latest_completed_invoice td.options .input-group-btn > .cancel + .cancel, table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .cancel, table#invoice-archive table#latest_completed_invoice td.options .input-group-btn > .cancel + .cancel, table#latest_completed_invoice td.options table#invoice-archive .input-group-btn > .cancel + .cancel, table#invoice-archive table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .cancel, table#latest_completed_invoice td.options table#invoice-archive .input-group-btn > .payedbtn + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .input-group-btn > .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .input-group-btn > .delete + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .input-group-btn > .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .input-group-btn > .add + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .input-group-btn > .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .input-group-btn > .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .input-group-btn > .add + .cancel, #first-run table#latest_completed_invoice td.options .input-group-btn > input[type=submit] + .cancel, table#latest_completed_invoice td.options #first-run .input-group-btn > input[type=submit] + .cancel, table#latest_completed_invoice td.options .input-group-btn > .customer-data-batch_receipt-btn + .cancel, #guest_index table#latest_completed_invoice td.options .input-group-btn > .x_button + .cancel, table#latest_completed_invoice td.options #guest_index .input-group-btn > .x_button + .cancel, table#latest_completed_invoice td.options .input-group-btn > .import_article + .cancel, table#latest_completed_invoice td.options .input-group-btn > .add_quantity + .cancel, table#latest_completed_invoice td.options .input-group-btn > .subtract_quantity + .cancel, table#latest_completed_invoice td.options .input-group-btn > .btn + .payedbtn, table#latest_completed_invoice td.options .input-group-btn > .cancel + .payedbtn, table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .input-group-btn > .cancel + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .input-group-btn > .cancel + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .input-group-btn > .payedbtn + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .input-group-btn > .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .input-group-btn > .delete + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .input-group-btn > .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .input-group-btn > .add + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .input-group-btn > .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .input-group-btn > .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .input-group-btn > .add + .payedbtn, #first-run table#latest_completed_invoice td.options .input-group-btn > input[type=submit] + .payedbtn, table#latest_completed_invoice td.options #first-run .input-group-btn > input[type=submit] + .payedbtn, table#latest_completed_invoice td.options .input-group-btn > .customer-data-batch_receipt-btn + .payedbtn, #guest_index table#latest_completed_invoice td.options .input-group-btn > .x_button + .payedbtn, table#latest_completed_invoice td.options #guest_index .input-group-btn > .x_button + .payedbtn, table#latest_completed_invoice td.options .input-group-btn > .import_article + .payedbtn, table#latest_completed_invoice td.options .input-group-btn > .add_quantity + .payedbtn, table#latest_completed_invoice td.options .input-group-btn > .subtract_quantity + .payedbtn, table#invoice-archive .input-group-btn > .btn + .cancel, table#latest_completed_invoice td.options table#invoice-archive .input-group-btn > .cancel + .cancel, table#invoice-archive table#latest_completed_invoice td.options .input-group-btn > .cancel + .cancel, table#latest_completed_invoice td.options table#invoice-archive .input-group-btn > .payedbtn + .cancel, table#invoice-archive table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .cancel, table#invoice-archive .input-group-btn > .cancel + .cancel, table#invoice-archive .input-group-btn > .payedbtn + .cancel, table.edit-invoice-line-items td.options table#invoice-archive .input-group-btn > .delete + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .input-group-btn > .delete + .cancel, table.edit-invoice-line-items td.options table#invoice-archive .input-group-btn > .add + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .input-group-btn > .add + .cancel, table.edit-invoice-line-items-new td.options table#invoice-archive .input-group-btn > .delete + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .cancel, table.edit-invoice-line-items-new td.options table#invoice-archive .input-group-btn > .add + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .input-group-btn > .add + .cancel, #first-run table#invoice-archive .input-group-btn > input[type=submit] + .cancel, table#invoice-archive #first-run .input-group-btn > input[type=submit] + .cancel, table#invoice-archive .input-group-btn > .customer-data-batch_receipt-btn + .cancel, #guest_index table#invoice-archive .input-group-btn > .x_button + .cancel, table#invoice-archive #guest_index .input-group-btn > .x_button + .cancel, table#invoice-archive .input-group-btn > .import_article + .cancel, table#invoice-archive .input-group-btn > .add_quantity + .cancel, table#invoice-archive .input-group-btn > .subtract_quantity + .cancel, table#invoice-archive .input-group-btn > .btn + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .input-group-btn > .cancel + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .input-group-btn > .cancel + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .input-group-btn > .payedbtn + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .payedbtn, table#invoice-archive .input-group-btn > .cancel + .payedbtn, table#invoice-archive .input-group-btn > .payedbtn + .payedbtn, table.edit-invoice-line-items td.options table#invoice-archive .input-group-btn > .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .input-group-btn > .delete + .payedbtn, table.edit-invoice-line-items td.options table#invoice-archive .input-group-btn > .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .input-group-btn > .add + .payedbtn, table.edit-invoice-line-items-new td.options table#invoice-archive .input-group-btn > .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .payedbtn, table.edit-invoice-line-items-new td.options table#invoice-archive .input-group-btn > .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .input-group-btn > .add + .payedbtn, #first-run table#invoice-archive .input-group-btn > input[type=submit] + .payedbtn, table#invoice-archive #first-run .input-group-btn > input[type=submit] + .payedbtn, table#invoice-archive .input-group-btn > .customer-data-batch_receipt-btn + .payedbtn, #guest_index table#invoice-archive .input-group-btn > .x_button + .payedbtn, table#invoice-archive #guest_index .input-group-btn > .x_button + .payedbtn, table#invoice-archive .input-group-btn > .import_article + .payedbtn, table#invoice-archive .input-group-btn > .add_quantity + .payedbtn, table#invoice-archive .input-group-btn > .subtract_quantity + .payedbtn, table.edit-invoice-line-items td.options .input-group-btn > .btn + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .input-group-btn > .cancel + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .input-group-btn > .cancel + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .input-group-btn > .payedbtn + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .delete, table#invoice-archive table.edit-invoice-line-items td.options .input-group-btn > .cancel + .delete, table.edit-invoice-line-items td.options table#invoice-archive .input-group-btn > .cancel + .delete, table#invoice-archive table.edit-invoice-line-items td.options .input-group-btn > .payedbtn + .delete, table.edit-invoice-line-items td.options table#invoice-archive .input-group-btn > .payedbtn + .delete, table.edit-invoice-line-items td.options .input-group-btn > .delete + .delete, table.edit-invoice-line-items td.options .input-group-btn > .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .input-group-btn > .delete + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .input-group-btn > .add + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .input-group-btn > .add + .delete, #first-run table.edit-invoice-line-items td.options .input-group-btn > input[type=submit] + .delete, table.edit-invoice-line-items td.options #first-run .input-group-btn > input[type=submit] + .delete, table.edit-invoice-line-items td.options .input-group-btn > .customer-data-batch_receipt-btn + .delete, #guest_index table.edit-invoice-line-items td.options .input-group-btn > .x_button + .delete, table.edit-invoice-line-items td.options #guest_index .input-group-btn > .x_button + .delete, table.edit-invoice-line-items td.options .input-group-btn > .import_article + .delete, table.edit-invoice-line-items td.options .input-group-btn > .add_quantity + .delete, table.edit-invoice-line-items td.options .input-group-btn > .subtract_quantity + .delete, table.edit-invoice-line-items td.options .input-group-btn > .btn + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .input-group-btn > .cancel + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .input-group-btn > .cancel + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .input-group-btn > .payedbtn + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .add, table#invoice-archive table.edit-invoice-line-items td.options .input-group-btn > .cancel + .add, table.edit-invoice-line-items td.options table#invoice-archive .input-group-btn > .cancel + .add, table#invoice-archive table.edit-invoice-line-items td.options .input-group-btn > .payedbtn + .add, table.edit-invoice-line-items td.options table#invoice-archive .input-group-btn > .payedbtn + .add, table.edit-invoice-line-items td.options .input-group-btn > .delete + .add, table.edit-invoice-line-items td.options .input-group-btn > .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .input-group-btn > .delete + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .input-group-btn > .add + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .input-group-btn > .add + .add, #first-run table.edit-invoice-line-items td.options .input-group-btn > input[type=submit] + .add, table.edit-invoice-line-items td.options #first-run .input-group-btn > input[type=submit] + .add, table.edit-invoice-line-items td.options .input-group-btn > .customer-data-batch_receipt-btn + .add, #guest_index table.edit-invoice-line-items td.options .input-group-btn > .x_button + .add, table.edit-invoice-line-items td.options #guest_index .input-group-btn > .x_button + .add, table.edit-invoice-line-items td.options .input-group-btn > .import_article + .add, table.edit-invoice-line-items td.options .input-group-btn > .add_quantity + .add, table.edit-invoice-line-items td.options .input-group-btn > .subtract_quantity + .add,
    table.edit-invoice-line-items-new td.options .input-group-btn > .btn + .delete,
    table#latest_completed_invoice table.edit-invoice-line-items-new td.options .input-group-btn > .cancel + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .input-group-btn > .cancel + .delete,
    table#latest_completed_invoice table.edit-invoice-line-items-new td.options .input-group-btn > .payedbtn + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .delete,
    table#invoice-archive table.edit-invoice-line-items-new td.options .input-group-btn > .cancel + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .input-group-btn > .cancel + .delete,
    table#invoice-archive table.edit-invoice-line-items-new td.options .input-group-btn > .payedbtn + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .input-group-btn > .payedbtn + .delete,
    table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .input-group-btn > .delete + .delete,
    table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .input-group-btn > .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .input-group-btn > .add + .delete,
    table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .delete,
    table.edit-invoice-line-items-new td.options .input-group-btn > .add + .delete,
    #first-run table.edit-invoice-line-items-new td.options .input-group-btn > input[type=submit] + .delete, table.edit-invoice-line-items-new td.options #first-run .input-group-btn > input[type=submit] + .delete,
    table.edit-invoice-line-items-new td.options .input-group-btn > .customer-data-batch_receipt-btn + .delete,
    #guest_index table.edit-invoice-line-items-new td.options .input-group-btn > .x_button + .delete, table.edit-invoice-line-items-new td.options #guest_index .input-group-btn > .x_button + .delete,
    table.edit-invoice-line-items-new td.options .input-group-btn > .import_article + .delete,
    table.edit-invoice-line-items-new td.options .input-group-btn > .add_quantity + .delete,
    table.edit-invoice-line-items-new td.options .input-group-btn > .subtract_quantity + .delete,
    table.edit-invoice-line-items-new td.options .input-group-btn > .btn + .add,
    table#latest_completed_invoice table.edit-invoice-line-items-new td.options .input-group-btn > .cancel + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .input-group-btn > .cancel + .add,
    table#latest_completed_invoice table.edit-invoice-line-items-new td.options .input-group-btn > .payedbtn + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .add,
    table#invoice-archive table.edit-invoice-line-items-new td.options .input-group-btn > .cancel + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .input-group-btn > .cancel + .add,
    table#invoice-archive table.edit-invoice-line-items-new td.options .input-group-btn > .payedbtn + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .input-group-btn > .payedbtn + .add,
    table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .input-group-btn > .delete + .add,
    table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .input-group-btn > .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .input-group-btn > .add + .add,
    table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .add,
    table.edit-invoice-line-items-new td.options .input-group-btn > .add + .add,
    #first-run table.edit-invoice-line-items-new td.options .input-group-btn > input[type=submit] + .add, table.edit-invoice-line-items-new td.options #first-run .input-group-btn > input[type=submit] + .add,
    table.edit-invoice-line-items-new td.options .input-group-btn > .customer-data-batch_receipt-btn + .add,
    #guest_index table.edit-invoice-line-items-new td.options .input-group-btn > .x_button + .add, table.edit-invoice-line-items-new td.options #guest_index .input-group-btn > .x_button + .add,
    table.edit-invoice-line-items-new td.options .input-group-btn > .import_article + .add,
    table.edit-invoice-line-items-new td.options .input-group-btn > .add_quantity + .add,
    table.edit-invoice-line-items-new td.options .input-group-btn > .subtract_quantity + .add, #first-run .input-group-btn > .btn + input[type=submit], table#latest_completed_invoice td.options #first-run .input-group-btn > .cancel + input[type=submit], #first-run table#latest_completed_invoice td.options .input-group-btn > .cancel + input[type=submit], table#latest_completed_invoice td.options #first-run .input-group-btn > .payedbtn + input[type=submit], #first-run table#latest_completed_invoice td.options .input-group-btn > .payedbtn + input[type=submit], table#invoice-archive #first-run .input-group-btn > .cancel + input[type=submit], #first-run table#invoice-archive .input-group-btn > .cancel + input[type=submit], table#invoice-archive #first-run .input-group-btn > .payedbtn + input[type=submit], #first-run table#invoice-archive .input-group-btn > .payedbtn + input[type=submit], table.edit-invoice-line-items td.options #first-run .input-group-btn > .delete + input[type=submit], #first-run table.edit-invoice-line-items td.options .input-group-btn > .delete + input[type=submit], table.edit-invoice-line-items td.options #first-run .input-group-btn > .add + input[type=submit], #first-run table.edit-invoice-line-items td.options .input-group-btn > .add + input[type=submit], table.edit-invoice-line-items-new td.options #first-run .input-group-btn > .delete + input[type=submit], #first-run table.edit-invoice-line-items-new td.options .input-group-btn > .delete + input[type=submit], table.edit-invoice-line-items-new td.options #first-run .input-group-btn > .add + input[type=submit], #first-run table.edit-invoice-line-items-new td.options .input-group-btn > .add + input[type=submit], #first-run .input-group-btn > input[type=submit] + input[type=submit], #first-run .input-group-btn > .customer-data-batch_receipt-btn + input[type=submit], #guest_index #first-run .input-group-btn > .x_button + input[type=submit], #first-run #guest_index .input-group-btn > .x_button + input[type=submit], #first-run .input-group-btn > .import_article + input[type=submit], #first-run .input-group-btn > .add_quantity + input[type=submit], #first-run .input-group-btn > .subtract_quantity + input[type=submit], .input-group-btn > .btn + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .input-group-btn > .cancel + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .customer-data-batch_receipt-btn, table#invoice-archive .input-group-btn > .cancel + .customer-data-batch_receipt-btn, table#invoice-archive .input-group-btn > .payedbtn + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .input-group-btn > .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .input-group-btn > .add + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .input-group-btn > .add + .customer-data-batch_receipt-btn, #first-run .input-group-btn > input[type=submit] + .customer-data-batch_receipt-btn, .input-group-btn > .customer-data-batch_receipt-btn + .customer-data-batch_receipt-btn, #guest_index .input-group-btn > .x_button + .customer-data-batch_receipt-btn, .input-group-btn > .import_article + .customer-data-batch_receipt-btn, .input-group-btn > .add_quantity + .customer-data-batch_receipt-btn, .input-group-btn > .subtract_quantity + .customer-data-batch_receipt-btn, #guest_index .input-group-btn > .btn + .x_button, table#latest_completed_invoice td.options #guest_index .input-group-btn > .cancel + .x_button, #guest_index table#latest_completed_invoice td.options .input-group-btn > .cancel + .x_button, table#latest_completed_invoice td.options #guest_index .input-group-btn > .payedbtn + .x_button, #guest_index table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .x_button, table#invoice-archive #guest_index .input-group-btn > .cancel + .x_button, #guest_index table#invoice-archive .input-group-btn > .cancel + .x_button, table#invoice-archive #guest_index .input-group-btn > .payedbtn + .x_button, #guest_index table#invoice-archive .input-group-btn > .payedbtn + .x_button, table.edit-invoice-line-items td.options #guest_index .input-group-btn > .delete + .x_button, #guest_index table.edit-invoice-line-items td.options .input-group-btn > .delete + .x_button, table.edit-invoice-line-items td.options #guest_index .input-group-btn > .add + .x_button, #guest_index table.edit-invoice-line-items td.options .input-group-btn > .add + .x_button, table.edit-invoice-line-items-new td.options #guest_index .input-group-btn > .delete + .x_button, #guest_index table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .x_button, table.edit-invoice-line-items-new td.options #guest_index .input-group-btn > .add + .x_button, #guest_index table.edit-invoice-line-items-new td.options .input-group-btn > .add + .x_button, #first-run #guest_index .input-group-btn > input[type=submit] + .x_button, #guest_index #first-run .input-group-btn > input[type=submit] + .x_button, #guest_index .input-group-btn > .customer-data-batch_receipt-btn + .x_button, #guest_index .input-group-btn > .x_button + .x_button, #guest_index .input-group-btn > .import_article + .x_button, #guest_index .input-group-btn > .add_quantity + .x_button, #guest_index .input-group-btn > .subtract_quantity + .x_button, .input-group-btn > .btn + .import_article, table#latest_completed_invoice td.options .input-group-btn > .cancel + .import_article, table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .import_article, table#invoice-archive .input-group-btn > .cancel + .import_article, table#invoice-archive .input-group-btn > .payedbtn + .import_article, table.edit-invoice-line-items td.options .input-group-btn > .delete + .import_article, table.edit-invoice-line-items td.options .input-group-btn > .add + .import_article, table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .import_article, table.edit-invoice-line-items-new td.options .input-group-btn > .add + .import_article, #first-run .input-group-btn > input[type=submit] + .import_article, .input-group-btn > .customer-data-batch_receipt-btn + .import_article, #guest_index .input-group-btn > .x_button + .import_article, .input-group-btn > .import_article + .import_article, .input-group-btn > .add_quantity + .import_article, .input-group-btn > .subtract_quantity + .import_article, .input-group-btn > .btn + .add_quantity, table#latest_completed_invoice td.options .input-group-btn > .cancel + .add_quantity, table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .add_quantity, table#invoice-archive .input-group-btn > .cancel + .add_quantity, table#invoice-archive .input-group-btn > .payedbtn + .add_quantity, table.edit-invoice-line-items td.options .input-group-btn > .delete + .add_quantity, table.edit-invoice-line-items td.options .input-group-btn > .add + .add_quantity, table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .add_quantity, table.edit-invoice-line-items-new td.options .input-group-btn > .add + .add_quantity, #first-run .input-group-btn > input[type=submit] + .add_quantity, .input-group-btn > .customer-data-batch_receipt-btn + .add_quantity, #guest_index .input-group-btn > .x_button + .add_quantity, .input-group-btn > .import_article + .add_quantity, .input-group-btn > .add_quantity + .add_quantity, .input-group-btn > .subtract_quantity + .add_quantity, .input-group-btn > .btn + .subtract_quantity, table#latest_completed_invoice td.options .input-group-btn > .cancel + .subtract_quantity, table#latest_completed_invoice td.options .input-group-btn > .payedbtn + .subtract_quantity, table#invoice-archive .input-group-btn > .cancel + .subtract_quantity, table#invoice-archive .input-group-btn > .payedbtn + .subtract_quantity, table.edit-invoice-line-items td.options .input-group-btn > .delete + .subtract_quantity, table.edit-invoice-line-items td.options .input-group-btn > .add + .subtract_quantity, table.edit-invoice-line-items-new td.options .input-group-btn > .delete + .subtract_quantity, table.edit-invoice-line-items-new td.options .input-group-btn > .add + .subtract_quantity, #first-run .input-group-btn > input[type=submit] + .subtract_quantity, .input-group-btn > .customer-data-batch_receipt-btn + .subtract_quantity, #guest_index .input-group-btn > .x_button + .subtract_quantity, .input-group-btn > .import_article + .subtract_quantity, .input-group-btn > .add_quantity + .subtract_quantity, .input-group-btn > .subtract_quantity + .subtract_quantity {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, table#latest_completed_invoice td.options .input-group-btn > .cancel:hover, table#latest_completed_invoice td.options .input-group-btn > .payedbtn:hover, table#invoice-archive .input-group-btn > .cancel:hover, table#invoice-archive .input-group-btn > .payedbtn:hover, table.edit-invoice-line-items td.options .input-group-btn > .delete:hover, table.edit-invoice-line-items td.options .input-group-btn > .add:hover,
    table.edit-invoice-line-items-new td.options .input-group-btn > .delete:hover,
    table.edit-invoice-line-items-new td.options .input-group-btn > .add:hover, #first-run .input-group-btn > input:hover[type=submit], .input-group-btn > .customer-data-batch_receipt-btn:hover, #guest_index .input-group-btn > .x_button:hover, .input-group-btn > .import_article:hover, .input-group-btn > .add_quantity:hover, .input-group-btn > .subtract_quantity:hover, .input-group-btn > .btn:focus, table#latest_completed_invoice td.options .input-group-btn > .cancel:focus, table#latest_completed_invoice td.options .input-group-btn > .payedbtn:focus, table#invoice-archive .input-group-btn > .cancel:focus, table#invoice-archive .input-group-btn > .payedbtn:focus, table.edit-invoice-line-items td.options .input-group-btn > .delete:focus, table.edit-invoice-line-items td.options .input-group-btn > .add:focus,
    table.edit-invoice-line-items-new td.options .input-group-btn > .delete:focus,
    table.edit-invoice-line-items-new td.options .input-group-btn > .add:focus, #first-run .input-group-btn > input:focus[type=submit], .input-group-btn > .customer-data-batch_receipt-btn:focus, #guest_index .input-group-btn > .x_button:focus, .input-group-btn > .import_article:focus, .input-group-btn > .add_quantity:focus, .input-group-btn > .subtract_quantity:focus, .input-group-btn > .btn:active, table#latest_completed_invoice td.options .input-group-btn > .cancel:active, table#latest_completed_invoice td.options .input-group-btn > .payedbtn:active, table#invoice-archive .input-group-btn > .cancel:active, table#invoice-archive .input-group-btn > .payedbtn:active, table.edit-invoice-line-items td.options .input-group-btn > .delete:active, table.edit-invoice-line-items td.options .input-group-btn > .add:active,
    table.edit-invoice-line-items-new td.options .input-group-btn > .delete:active,
    table.edit-invoice-line-items-new td.options .input-group-btn > .add:active, #first-run .input-group-btn > input:active[type=submit], .input-group-btn > .customer-data-batch_receipt-btn:active, #guest_index .input-group-btn > .x_button:active, .input-group-btn > .import_article:active, .input-group-btn > .add_quantity:active, .input-group-btn > .subtract_quantity:active {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  table#latest_completed_invoice td.options .input-group-btn:first-child > .cancel,
  table#latest_completed_invoice td.options .input-group-btn:first-child > .payedbtn,
  table#invoice-archive .input-group-btn:first-child > .cancel,
  table#invoice-archive .input-group-btn:first-child > .payedbtn,
  table.edit-invoice-line-items td.options .input-group-btn:first-child > .delete,
  table.edit-invoice-line-items td.options .input-group-btn:first-child > .add,
  table.edit-invoice-line-items-new td.options .input-group-btn:first-child > .delete,
  table.edit-invoice-line-items-new td.options .input-group-btn:first-child > .add,
  #first-run .input-group-btn:first-child > input[type=submit],
  .input-group-btn:first-child > .customer-data-batch_receipt-btn,
  #guest_index .input-group-btn:first-child > .x_button,
  .input-group-btn:first-child > .import_article,
  .input-group-btn:first-child > .add_quantity,
  .input-group-btn:first-child > .subtract_quantity,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  table#latest_completed_invoice td.options .input-group-btn:last-child > .cancel,
  table#latest_completed_invoice td.options .input-group-btn:last-child > .payedbtn,
  table#invoice-archive .input-group-btn:last-child > .cancel,
  table#invoice-archive .input-group-btn:last-child > .payedbtn,
  table.edit-invoice-line-items td.options .input-group-btn:last-child > .delete,
  table.edit-invoice-line-items td.options .input-group-btn:last-child > .add,
  table.edit-invoice-line-items-new td.options .input-group-btn:last-child > .delete,
  table.edit-invoice-line-items-new td.options .input-group-btn:last-child > .add,
  #first-run .input-group-btn:last-child > input[type=submit],
  .input-group-btn:last-child > .customer-data-batch_receipt-btn,
  #guest_index .input-group-btn:last-child > .x_button,
  .input-group-btn:last-child > .import_article,
  .input-group-btn:last-child > .add_quantity,
  .input-group-btn:last-child > .subtract_quantity,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 42px;
  margin-bottom: 21px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 680px) {
    .navbar {
      border-radius: 3px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 680px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 680px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, #severe-notice p > .navbar-header, footer .wrapper > .navbar-header,
.container > .navbar-collapse,
#severe-notice p > .navbar-collapse,
footer .wrapper > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 680px) {
    .container > .navbar-header, #severe-notice p > .navbar-header, footer .wrapper > .navbar-header,
    .container > .navbar-collapse,
    #severe-notice p > .navbar-collapse,
    footer .wrapper > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 680px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 680px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 10.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 42px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 680px) {
    .navbar > .container .navbar-brand, #severe-notice .navbar > p .navbar-brand, footer .navbar > .wrapper .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 680px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 5.25px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px; }
  @media (max-width: 679px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 680px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 10.5px;
          padding-bottom: 10.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3.5px;
  margin-bottom: 3.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form textarea.product-description, .navbar-form #first-run textarea, #first-run .navbar-form textarea {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group, .navbar-form div#change-calculator .cash-input-group, div#change-calculator .navbar-form .cash-input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon, .navbar-form div#change-calculator .cash-input-group .input-group-addon, div#change-calculator .navbar-form .cash-input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form div#change-calculator .cash-input-group .input-group-btn,
      div#change-calculator .navbar-form .cash-input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form div#change-calculator .cash-input-group .form-control,
      div#change-calculator .navbar-form .cash-input-group .form-control,
      .navbar-form .input-group textarea.product-description,
      .navbar-form div#change-calculator .cash-input-group textarea.product-description,
      div#change-calculator .navbar-form .cash-input-group textarea.product-description,
      .navbar-form .input-group #first-run textarea,
      #first-run .navbar-form .input-group textarea,
      .navbar-form div#change-calculator .cash-input-group #first-run textarea,
      #first-run .navbar-form div#change-calculator .cash-input-group textarea,
      div#change-calculator .navbar-form .cash-input-group #first-run textarea,
      #first-run div#change-calculator .navbar-form .cash-input-group textarea {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form div#change-calculator .cash-input-group > .form-control, div#change-calculator .navbar-form .cash-input-group > .form-control, .navbar-form .input-group > textarea.product-description, .navbar-form div#change-calculator .cash-input-group > textarea.product-description, div#change-calculator .navbar-form .cash-input-group > textarea.product-description, .navbar-form #first-run .input-group > textarea, #first-run .navbar-form .input-group > textarea, .navbar-form div#change-calculator #first-run .cash-input-group > textarea, #first-run .navbar-form div#change-calculator .cash-input-group > textarea, div#change-calculator .navbar-form #first-run .cash-input-group > textarea, #first-run div#change-calculator .navbar-form .cash-input-group > textarea {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 679px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 680px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 3.5px;
  margin-bottom: 3.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, table#latest_completed_invoice td.options .btn-group-sm > .navbar-btn.cancel, table#latest_completed_invoice td.options .btn-group-sm > .navbar-btn.payedbtn, table#invoice-archive .btn-group-sm > .navbar-btn.cancel, table#invoice-archive .btn-group-sm > .navbar-btn.payedbtn, table.edit-invoice-line-items td.options .btn-group-sm > .navbar-btn.delete, table.edit-invoice-line-items td.options .btn-group-sm > .navbar-btn.add,
  table.edit-invoice-line-items-new td.options .btn-group-sm > .navbar-btn.delete,
  table.edit-invoice-line-items-new td.options .btn-group-sm > .navbar-btn.add, #first-run .btn-group-sm > input.navbar-btn[type=submit], .btn-group-sm > .navbar-btn.customer-data-batch_receipt-btn, #guest_index .btn-group-sm > .navbar-btn.x_button, .btn-group-sm > .navbar-btn.import_article, .btn-group-sm > .navbar-btn.add_quantity, .btn-group-sm > .navbar-btn.subtract_quantity {
    margin-top: 5.5px;
    margin-bottom: 5.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, #first-run .btn-group-xs > input.navbar-btn[type=submit], table#latest_completed_invoice td.options .navbar-btn.cancel, table#latest_completed_invoice td.options .navbar-btn.payedbtn, table#invoice-archive .navbar-btn.cancel, table#invoice-archive .navbar-btn.payedbtn, table.edit-invoice-line-items td.options .navbar-btn.delete, table.edit-invoice-line-items td.options .navbar-btn.add,
  table.edit-invoice-line-items-new td.options .navbar-btn.delete,
  table.edit-invoice-line-items-new td.options .navbar-btn.add, .navbar-btn.customer-data-batch_receipt-btn, #guest_index .navbar-btn.x_button, .navbar-btn.import_article, .navbar-btn.add_quantity, .navbar-btn.subtract_quantity {
    margin-top: 10px;
    margin-bottom: 10px; }

.navbar-text {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }
  @media (min-width: 680px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 680px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #fff;
  border-color: none; }
  .navbar-default .navbar-brand {
    color: #0068ba; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #004b87;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #0068ba; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #003d6e;
      background-color: #f2f2f2; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #089bef; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: none; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #089bef;
    color: #fff; }
  @media (max-width: 679px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #0068ba; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #003d6e;
        background-color: #f2f2f2; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #089bef; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #0068ba; }
    .navbar-default .navbar-link:hover {
      color: #003d6e; }
  .navbar-default .btn-link {
    color: #0068ba; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #003d6e; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 679px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, table#latest_completed_invoice td.options .cancel .label, table#latest_completed_invoice td.options .payedbtn .label, table#invoice-archive .cancel .label, table#invoice-archive .payedbtn .label, table.edit-invoice-line-items td.options .delete .label, table.edit-invoice-line-items td.options .add .label, table.edit-invoice-line-items-new td.options .delete .label, table.edit-invoice-line-items-new td.options .add .label, #first-run input[type=submit] .label, .customer-data-batch_receipt-btn .label, #guest_index .x_button .label, .import_article .label, .add_quantity .label, .subtract_quantity .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, table#latest_completed_invoice td.options .cancel .badge, table#latest_completed_invoice td.options .payedbtn .badge, table#invoice-archive .cancel .badge, table#invoice-archive .payedbtn .badge, table.edit-invoice-line-items td.options .delete .badge, table.edit-invoice-line-items td.options .add .badge, table.edit-invoice-line-items-new td.options .delete .badge, table.edit-invoice-line-items-new td.options .add .badge, #first-run input[type=submit] .badge, .customer-data-batch_receipt-btn .badge, #guest_index .x_button .badge, .import_article .badge, .add_quantity .badge, .subtract_quantity .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, #first-run .btn-group-xs > input[type=submit] .badge, .btn-group-xs > .customer-data-batch_receipt-btn .badge, .btn-group-xs > .import_article .badge, .btn-group-xs > .add_quantity .badge, .btn-group-xs > .subtract_quantity .badge, table#latest_completed_invoice td.options .cancel .badge, table#latest_completed_invoice td.options .payedbtn .badge, table#invoice-archive .cancel .badge, table#invoice-archive .payedbtn .badge, table.edit-invoice-line-items td.options .delete .badge, table.edit-invoice-line-items td.options .add .badge, table.edit-invoice-line-items-new td.options .delete .badge, table.edit-invoice-line-items-new td.options .add .badge, .customer-data-batch_receipt-btn .badge, #guest_index .x_button .badge, .import_article .badge, .add_quantity .badge, .subtract_quantity .badge,
  .btn-group-xs > .btn .badge,
  table#latest_completed_invoice td.options .btn-group-xs > .cancel .badge,
  table#latest_completed_invoice td.options .btn-group-xs > .payedbtn .badge,
  table#invoice-archive .btn-group-xs > .cancel .badge,
  table#invoice-archive .btn-group-xs > .payedbtn .badge,
  table.edit-invoice-line-items td.options .btn-group-xs > .delete .badge,
  table.edit-invoice-line-items td.options .btn-group-xs > .add .badge,
  table.edit-invoice-line-items-new td.options .btn-group-xs > .delete .badge,
  table.edit-invoice-line-items-new td.options .btn-group-xs > .add .badge,
  #first-run .btn-group-xs > input[type=submit] .badge,
  .btn-group-xs > .customer-data-batch_receipt-btn .badge,
  #guest_index .btn-group-xs > .x_button .badge,
  .btn-group-xs > .import_article .badge,
  .btn-group-xs > .add_quantity .badge,
  .btn-group-xs > .subtract_quantity .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, #severe-notice p .jumbotron, footer .wrapper .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px; }
  .jumbotron .container, .jumbotron #severe-notice p, #severe-notice .jumbotron p, .jumbotron footer .wrapper, footer .jumbotron .wrapper {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, #severe-notice p .jumbotron, footer .wrapper .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 68px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success,
.alert-fake-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr,
  .alert-fake-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link,
  .alert-fake-success .alert-link {
    color: #2b542c; }

.alert-info,
.alert-fake-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr,
  .alert-fake-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link,
  .alert-fake-info .alert-link {
    color: #245269; }

.alert-warning,
.alert-fake-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr,
  .alert-fake-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link,
  .alert-fake-warning .alert-link {
    color: #66512c; }

.alert-danger,
.alert-fake-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr,
  .alert-fake-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link,
  .alert-fake-danger .alert-link {
    color: #843534; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer table#latest_completed_invoice td.options .cancel + .btn, table#latest_completed_invoice td.options .modal-footer .cancel + .btn, .modal-footer table#latest_completed_invoice td.options .payedbtn + .btn, table#latest_completed_invoice td.options .modal-footer .payedbtn + .btn, .modal-footer table#invoice-archive .cancel + .btn, table#invoice-archive .modal-footer .cancel + .btn, .modal-footer table#invoice-archive .payedbtn + .btn, table#invoice-archive .modal-footer .payedbtn + .btn, .modal-footer table.edit-invoice-line-items td.options .delete + .btn, table.edit-invoice-line-items td.options .modal-footer .delete + .btn, .modal-footer table.edit-invoice-line-items td.options .add + .btn, table.edit-invoice-line-items td.options .modal-footer .add + .btn, .modal-footer table.edit-invoice-line-items-new td.options .delete + .btn, table.edit-invoice-line-items-new td.options .modal-footer .delete + .btn, .modal-footer table.edit-invoice-line-items-new td.options .add + .btn, table.edit-invoice-line-items-new td.options .modal-footer .add + .btn, .modal-footer #first-run input[type=submit] + .btn, #first-run .modal-footer input[type=submit] + .btn, .modal-footer .customer-data-batch_receipt-btn + .btn, .modal-footer #guest_index .x_button + .btn, #guest_index .modal-footer .x_button + .btn, .modal-footer .import_article + .btn, .modal-footer .add_quantity + .btn, .modal-footer .subtract_quantity + .btn, .modal-footer table#latest_completed_invoice td.options .btn + .cancel, table#latest_completed_invoice td.options .modal-footer .btn + .cancel, .modal-footer table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .modal-footer .cancel + .cancel, .modal-footer table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options .modal-footer .payedbtn + .cancel, .modal-footer table#invoice-archive table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .cancel + .cancel, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options table#invoice-archive .modal-footer .cancel + .cancel, .modal-footer table#invoice-archive table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .payedbtn + .cancel, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options table#invoice-archive .modal-footer .payedbtn + .cancel, .modal-footer table.edit-invoice-line-items table#latest_completed_invoice td.options .delete + .cancel, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items td.options .delete + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .delete + .cancel, .modal-footer table.edit-invoice-line-items table#latest_completed_invoice td.options .add + .cancel, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items td.options .add + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .add + .cancel, .modal-footer table.edit-invoice-line-items-new table#latest_completed_invoice td.options .delete + .cancel, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items-new td.options .delete + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .delete + .cancel, .modal-footer table.edit-invoice-line-items-new table#latest_completed_invoice td.options .add + .cancel, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items-new td.options .add + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .add + .cancel, .modal-footer #first-run table#latest_completed_invoice td.options input[type=submit] + .cancel, table#latest_completed_invoice td.options .modal-footer #first-run input[type=submit] + .cancel, #first-run .modal-footer table#latest_completed_invoice td.options input[type=submit] + .cancel, table#latest_completed_invoice td.options #first-run .modal-footer input[type=submit] + .cancel, .modal-footer table#latest_completed_invoice td.options .customer-data-batch_receipt-btn + .cancel, table#latest_completed_invoice td.options .modal-footer .customer-data-batch_receipt-btn + .cancel, .modal-footer #guest_index table#latest_completed_invoice td.options .x_button + .cancel, table#latest_completed_invoice td.options .modal-footer #guest_index .x_button + .cancel, #guest_index .modal-footer table#latest_completed_invoice td.options .x_button + .cancel, table#latest_completed_invoice td.options #guest_index .modal-footer .x_button + .cancel, .modal-footer table#latest_completed_invoice td.options .import_article + .cancel, table#latest_completed_invoice td.options .modal-footer .import_article + .cancel, .modal-footer table#latest_completed_invoice td.options .add_quantity + .cancel, table#latest_completed_invoice td.options .modal-footer .add_quantity + .cancel, .modal-footer table#latest_completed_invoice td.options .subtract_quantity + .cancel, table#latest_completed_invoice td.options .modal-footer .subtract_quantity + .cancel, .modal-footer table#latest_completed_invoice td.options .btn + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn + .payedbtn, .modal-footer table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .modal-footer .cancel + .payedbtn, .modal-footer table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options .modal-footer .payedbtn + .payedbtn, .modal-footer table#invoice-archive table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .cancel + .payedbtn, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .modal-footer .cancel + .payedbtn, .modal-footer table#invoice-archive table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .modal-footer .payedbtn + .payedbtn, .modal-footer table.edit-invoice-line-items table#latest_completed_invoice td.options .delete + .payedbtn, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items td.options .delete + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .delete + .payedbtn, .modal-footer table.edit-invoice-line-items table#latest_completed_invoice td.options .add + .payedbtn, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items td.options .add + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .add + .payedbtn, .modal-footer table.edit-invoice-line-items-new table#latest_completed_invoice td.options .delete + .payedbtn, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items-new td.options .delete + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .delete + .payedbtn, .modal-footer table.edit-invoice-line-items-new table#latest_completed_invoice td.options .add + .payedbtn, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items-new td.options .add + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .add + .payedbtn, .modal-footer #first-run table#latest_completed_invoice td.options input[type=submit] + .payedbtn, table#latest_completed_invoice td.options .modal-footer #first-run input[type=submit] + .payedbtn, #first-run .modal-footer table#latest_completed_invoice td.options input[type=submit] + .payedbtn, table#latest_completed_invoice td.options #first-run .modal-footer input[type=submit] + .payedbtn, .modal-footer table#latest_completed_invoice td.options .customer-data-batch_receipt-btn + .payedbtn, table#latest_completed_invoice td.options .modal-footer .customer-data-batch_receipt-btn + .payedbtn, .modal-footer #guest_index table#latest_completed_invoice td.options .x_button + .payedbtn, table#latest_completed_invoice td.options .modal-footer #guest_index .x_button + .payedbtn, #guest_index .modal-footer table#latest_completed_invoice td.options .x_button + .payedbtn, table#latest_completed_invoice td.options #guest_index .modal-footer .x_button + .payedbtn, .modal-footer table#latest_completed_invoice td.options .import_article + .payedbtn, table#latest_completed_invoice td.options .modal-footer .import_article + .payedbtn, .modal-footer table#latest_completed_invoice td.options .add_quantity + .payedbtn, table#latest_completed_invoice td.options .modal-footer .add_quantity + .payedbtn, .modal-footer table#latest_completed_invoice td.options .subtract_quantity + .payedbtn, table#latest_completed_invoice td.options .modal-footer .subtract_quantity + .payedbtn, .modal-footer table#invoice-archive .btn + .cancel, table#invoice-archive .modal-footer .btn + .cancel, .modal-footer table#latest_completed_invoice td.options table#invoice-archive .cancel + .cancel, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .cancel + .cancel, table#invoice-archive table#latest_completed_invoice td.options .modal-footer .cancel + .cancel, .modal-footer table#latest_completed_invoice td.options table#invoice-archive .payedbtn + .cancel, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .payedbtn + .cancel, table#invoice-archive table#latest_completed_invoice td.options .modal-footer .payedbtn + .cancel, .modal-footer table#invoice-archive .cancel + .cancel, table#invoice-archive .modal-footer .cancel + .cancel, .modal-footer table#invoice-archive .payedbtn + .cancel, table#invoice-archive .modal-footer .payedbtn + .cancel, .modal-footer table.edit-invoice-line-items td.options table#invoice-archive .delete + .cancel, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .delete + .cancel, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .delete + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .modal-footer .delete + .cancel, .modal-footer table.edit-invoice-line-items td.options table#invoice-archive .add + .cancel, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .add + .cancel, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .add + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .modal-footer .add + .cancel, .modal-footer table.edit-invoice-line-items-new td.options table#invoice-archive .delete + .cancel, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .delete + .cancel, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .delete + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .modal-footer .delete + .cancel, .modal-footer table.edit-invoice-line-items-new td.options table#invoice-archive .add + .cancel, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .add + .cancel, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .add + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .modal-footer .add + .cancel, .modal-footer #first-run table#invoice-archive input[type=submit] + .cancel, table#invoice-archive .modal-footer #first-run input[type=submit] + .cancel, #first-run .modal-footer table#invoice-archive input[type=submit] + .cancel, table#invoice-archive #first-run .modal-footer input[type=submit] + .cancel, .modal-footer table#invoice-archive .customer-data-batch_receipt-btn + .cancel, table#invoice-archive .modal-footer .customer-data-batch_receipt-btn + .cancel, .modal-footer #guest_index table#invoice-archive .x_button + .cancel, table#invoice-archive .modal-footer #guest_index .x_button + .cancel, #guest_index .modal-footer table#invoice-archive .x_button + .cancel, table#invoice-archive #guest_index .modal-footer .x_button + .cancel, .modal-footer table#invoice-archive .import_article + .cancel, table#invoice-archive .modal-footer .import_article + .cancel, .modal-footer table#invoice-archive .add_quantity + .cancel, table#invoice-archive .modal-footer .add_quantity + .cancel, .modal-footer table#invoice-archive .subtract_quantity + .cancel, table#invoice-archive .modal-footer .subtract_quantity + .cancel, .modal-footer table#invoice-archive .btn + .payedbtn, table#invoice-archive .modal-footer .btn + .payedbtn, .modal-footer table#latest_completed_invoice td.options table#invoice-archive .cancel + .payedbtn, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .cancel + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .modal-footer .cancel + .payedbtn, .modal-footer table#latest_completed_invoice td.options table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .modal-footer .payedbtn + .payedbtn, .modal-footer table#invoice-archive .cancel + .payedbtn, table#invoice-archive .modal-footer .cancel + .payedbtn, .modal-footer table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive .modal-footer .payedbtn + .payedbtn, .modal-footer table.edit-invoice-line-items td.options table#invoice-archive .delete + .payedbtn, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .delete + .payedbtn, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .modal-footer .delete + .payedbtn, .modal-footer table.edit-invoice-line-items td.options table#invoice-archive .add + .payedbtn, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .add + .payedbtn, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .modal-footer .add + .payedbtn, .modal-footer table.edit-invoice-line-items-new td.options table#invoice-archive .delete + .payedbtn, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .delete + .payedbtn, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .modal-footer .delete + .payedbtn, .modal-footer table.edit-invoice-line-items-new td.options table#invoice-archive .add + .payedbtn, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .add + .payedbtn, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .modal-footer .add + .payedbtn, .modal-footer #first-run table#invoice-archive input[type=submit] + .payedbtn, table#invoice-archive .modal-footer #first-run input[type=submit] + .payedbtn, #first-run .modal-footer table#invoice-archive input[type=submit] + .payedbtn, table#invoice-archive #first-run .modal-footer input[type=submit] + .payedbtn, .modal-footer table#invoice-archive .customer-data-batch_receipt-btn + .payedbtn, table#invoice-archive .modal-footer .customer-data-batch_receipt-btn + .payedbtn, .modal-footer #guest_index table#invoice-archive .x_button + .payedbtn, table#invoice-archive .modal-footer #guest_index .x_button + .payedbtn, #guest_index .modal-footer table#invoice-archive .x_button + .payedbtn, table#invoice-archive #guest_index .modal-footer .x_button + .payedbtn, .modal-footer table#invoice-archive .import_article + .payedbtn, table#invoice-archive .modal-footer .import_article + .payedbtn, .modal-footer table#invoice-archive .add_quantity + .payedbtn, table#invoice-archive .modal-footer .add_quantity + .payedbtn, .modal-footer table#invoice-archive .subtract_quantity + .payedbtn, table#invoice-archive .modal-footer .subtract_quantity + .payedbtn, .modal-footer table.edit-invoice-line-items td.options .btn + .delete, table.edit-invoice-line-items td.options .modal-footer .btn + .delete, .modal-footer table#latest_completed_invoice table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items .modal-footer table#latest_completed_invoice td.options .cancel + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .cancel + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .cancel + .delete, .modal-footer table#latest_completed_invoice table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items .modal-footer table#latest_completed_invoice td.options .payedbtn + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .payedbtn + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .payedbtn + .delete, .modal-footer table#invoice-archive table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .cancel + .delete, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items td.options table#invoice-archive .modal-footer .cancel + .delete, .modal-footer table#invoice-archive table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .payedbtn + .delete, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items td.options table#invoice-archive .modal-footer .payedbtn + .delete, .modal-footer table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items td.options .modal-footer .delete + .delete, .modal-footer table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items td.options .modal-footer .add + .delete, .modal-footer table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items .modal-footer table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .delete + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .delete + .delete, .modal-footer table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items .modal-footer table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .add + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .add + .delete, .modal-footer #first-run table.edit-invoice-line-items td.options input[type=submit] + .delete, table.edit-invoice-line-items td.options .modal-footer #first-run input[type=submit] + .delete, #first-run .modal-footer table.edit-invoice-line-items td.options input[type=submit] + .delete, table.edit-invoice-line-items td.options #first-run .modal-footer input[type=submit] + .delete, .modal-footer table.edit-invoice-line-items td.options .customer-data-batch_receipt-btn + .delete, table.edit-invoice-line-items td.options .modal-footer .customer-data-batch_receipt-btn + .delete, .modal-footer #guest_index table.edit-invoice-line-items td.options .x_button + .delete, table.edit-invoice-line-items td.options .modal-footer #guest_index .x_button + .delete, #guest_index .modal-footer table.edit-invoice-line-items td.options .x_button + .delete, table.edit-invoice-line-items td.options #guest_index .modal-footer .x_button + .delete, .modal-footer table.edit-invoice-line-items td.options .import_article + .delete, table.edit-invoice-line-items td.options .modal-footer .import_article + .delete, .modal-footer table.edit-invoice-line-items td.options .add_quantity + .delete, table.edit-invoice-line-items td.options .modal-footer .add_quantity + .delete, .modal-footer table.edit-invoice-line-items td.options .subtract_quantity + .delete, table.edit-invoice-line-items td.options .modal-footer .subtract_quantity + .delete, .modal-footer table.edit-invoice-line-items td.options .btn + .add, table.edit-invoice-line-items td.options .modal-footer .btn + .add, .modal-footer table#latest_completed_invoice table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items .modal-footer table#latest_completed_invoice td.options .cancel + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .cancel + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .cancel + .add, .modal-footer table#latest_completed_invoice table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items .modal-footer table#latest_completed_invoice td.options .payedbtn + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .payedbtn + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .payedbtn + .add, .modal-footer table#invoice-archive table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .cancel + .add, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items td.options table#invoice-archive .modal-footer .cancel + .add, .modal-footer table#invoice-archive table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .payedbtn + .add, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items td.options table#invoice-archive .modal-footer .payedbtn + .add, .modal-footer table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items td.options .modal-footer .delete + .add, .modal-footer table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items td.options .modal-footer .add + .add, .modal-footer table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items .modal-footer table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .delete + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .delete + .add, .modal-footer table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items .modal-footer table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .add + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .add + .add, .modal-footer #first-run table.edit-invoice-line-items td.options input[type=submit] + .add, table.edit-invoice-line-items td.options .modal-footer #first-run input[type=submit] + .add, #first-run .modal-footer table.edit-invoice-line-items td.options input[type=submit] + .add, table.edit-invoice-line-items td.options #first-run .modal-footer input[type=submit] + .add, .modal-footer table.edit-invoice-line-items td.options .customer-data-batch_receipt-btn + .add, table.edit-invoice-line-items td.options .modal-footer .customer-data-batch_receipt-btn + .add, .modal-footer #guest_index table.edit-invoice-line-items td.options .x_button + .add, table.edit-invoice-line-items td.options .modal-footer #guest_index .x_button + .add, #guest_index .modal-footer table.edit-invoice-line-items td.options .x_button + .add, table.edit-invoice-line-items td.options #guest_index .modal-footer .x_button + .add, .modal-footer table.edit-invoice-line-items td.options .import_article + .add, table.edit-invoice-line-items td.options .modal-footer .import_article + .add, .modal-footer table.edit-invoice-line-items td.options .add_quantity + .add, table.edit-invoice-line-items td.options .modal-footer .add_quantity + .add, .modal-footer table.edit-invoice-line-items td.options .subtract_quantity + .add, table.edit-invoice-line-items td.options .modal-footer .subtract_quantity + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .btn + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn + .delete,
  .modal-footer table#latest_completed_invoice table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new .modal-footer table#latest_completed_invoice td.options .cancel + .delete, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .cancel + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .cancel + .delete,
  .modal-footer table#latest_completed_invoice table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new .modal-footer table#latest_completed_invoice td.options .payedbtn + .delete, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .payedbtn + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .payedbtn + .delete,
  .modal-footer table#invoice-archive table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .cancel + .delete, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .modal-footer .cancel + .delete,
  .modal-footer table#invoice-archive table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .payedbtn + .delete, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .modal-footer .payedbtn + .delete,
  .modal-footer table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new .modal-footer table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .delete + .delete,
  .modal-footer table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new .modal-footer table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .add + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new td.options .modal-footer .delete + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new td.options .modal-footer .add + .delete,
  .modal-footer #first-run table.edit-invoice-line-items-new td.options input[type=submit] + .delete, table.edit-invoice-line-items-new td.options .modal-footer #first-run input[type=submit] + .delete, #first-run .modal-footer table.edit-invoice-line-items-new td.options input[type=submit] + .delete, table.edit-invoice-line-items-new td.options #first-run .modal-footer input[type=submit] + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .customer-data-batch_receipt-btn + .delete, table.edit-invoice-line-items-new td.options .modal-footer .customer-data-batch_receipt-btn + .delete,
  .modal-footer #guest_index table.edit-invoice-line-items-new td.options .x_button + .delete, table.edit-invoice-line-items-new td.options .modal-footer #guest_index .x_button + .delete, #guest_index .modal-footer table.edit-invoice-line-items-new td.options .x_button + .delete, table.edit-invoice-line-items-new td.options #guest_index .modal-footer .x_button + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .import_article + .delete, table.edit-invoice-line-items-new td.options .modal-footer .import_article + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .add_quantity + .delete, table.edit-invoice-line-items-new td.options .modal-footer .add_quantity + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .subtract_quantity + .delete, table.edit-invoice-line-items-new td.options .modal-footer .subtract_quantity + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .btn + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn + .add,
  .modal-footer table#latest_completed_invoice table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new .modal-footer table#latest_completed_invoice td.options .cancel + .add, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .cancel + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .cancel + .add,
  .modal-footer table#latest_completed_invoice table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new .modal-footer table#latest_completed_invoice td.options .payedbtn + .add, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .payedbtn + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .payedbtn + .add,
  .modal-footer table#invoice-archive table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .cancel + .add, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .modal-footer .cancel + .add,
  .modal-footer table#invoice-archive table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .payedbtn + .add, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .modal-footer .payedbtn + .add,
  .modal-footer table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new .modal-footer table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .delete + .add,
  .modal-footer table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new .modal-footer table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .add + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new td.options .modal-footer .delete + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new td.options .modal-footer .add + .add,
  .modal-footer #first-run table.edit-invoice-line-items-new td.options input[type=submit] + .add, table.edit-invoice-line-items-new td.options .modal-footer #first-run input[type=submit] + .add, #first-run .modal-footer table.edit-invoice-line-items-new td.options input[type=submit] + .add, table.edit-invoice-line-items-new td.options #first-run .modal-footer input[type=submit] + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .customer-data-batch_receipt-btn + .add, table.edit-invoice-line-items-new td.options .modal-footer .customer-data-batch_receipt-btn + .add,
  .modal-footer #guest_index table.edit-invoice-line-items-new td.options .x_button + .add, table.edit-invoice-line-items-new td.options .modal-footer #guest_index .x_button + .add, #guest_index .modal-footer table.edit-invoice-line-items-new td.options .x_button + .add, table.edit-invoice-line-items-new td.options #guest_index .modal-footer .x_button + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .import_article + .add, table.edit-invoice-line-items-new td.options .modal-footer .import_article + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .add_quantity + .add, table.edit-invoice-line-items-new td.options .modal-footer .add_quantity + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .subtract_quantity + .add, table.edit-invoice-line-items-new td.options .modal-footer .subtract_quantity + .add, .modal-footer #first-run .btn + input[type=submit], #first-run .modal-footer .btn + input[type=submit], .modal-footer table#latest_completed_invoice td.options #first-run .cancel + input[type=submit], #first-run .modal-footer table#latest_completed_invoice td.options .cancel + input[type=submit], table#latest_completed_invoice td.options .modal-footer #first-run .cancel + input[type=submit], #first-run table#latest_completed_invoice td.options .modal-footer .cancel + input[type=submit], .modal-footer table#latest_completed_invoice td.options #first-run .payedbtn + input[type=submit], #first-run .modal-footer table#latest_completed_invoice td.options .payedbtn + input[type=submit], table#latest_completed_invoice td.options .modal-footer #first-run .payedbtn + input[type=submit], #first-run table#latest_completed_invoice td.options .modal-footer .payedbtn + input[type=submit], .modal-footer table#invoice-archive #first-run .cancel + input[type=submit], #first-run .modal-footer table#invoice-archive .cancel + input[type=submit], table#invoice-archive .modal-footer #first-run .cancel + input[type=submit], #first-run table#invoice-archive .modal-footer .cancel + input[type=submit], .modal-footer table#invoice-archive #first-run .payedbtn + input[type=submit], #first-run .modal-footer table#invoice-archive .payedbtn + input[type=submit], table#invoice-archive .modal-footer #first-run .payedbtn + input[type=submit], #first-run table#invoice-archive .modal-footer .payedbtn + input[type=submit], .modal-footer table.edit-invoice-line-items td.options #first-run .delete + input[type=submit], #first-run .modal-footer table.edit-invoice-line-items td.options .delete + input[type=submit], table.edit-invoice-line-items td.options .modal-footer #first-run .delete + input[type=submit], #first-run table.edit-invoice-line-items td.options .modal-footer .delete + input[type=submit], .modal-footer table.edit-invoice-line-items td.options #first-run .add + input[type=submit], #first-run .modal-footer table.edit-invoice-line-items td.options .add + input[type=submit], table.edit-invoice-line-items td.options .modal-footer #first-run .add + input[type=submit], #first-run table.edit-invoice-line-items td.options .modal-footer .add + input[type=submit], .modal-footer table.edit-invoice-line-items-new td.options #first-run .delete + input[type=submit], #first-run .modal-footer table.edit-invoice-line-items-new td.options .delete + input[type=submit], table.edit-invoice-line-items-new td.options .modal-footer #first-run .delete + input[type=submit], #first-run table.edit-invoice-line-items-new td.options .modal-footer .delete + input[type=submit], .modal-footer table.edit-invoice-line-items-new td.options #first-run .add + input[type=submit], #first-run .modal-footer table.edit-invoice-line-items-new td.options .add + input[type=submit], table.edit-invoice-line-items-new td.options .modal-footer #first-run .add + input[type=submit], #first-run table.edit-invoice-line-items-new td.options .modal-footer .add + input[type=submit], .modal-footer #first-run input[type=submit] + input[type=submit], #first-run .modal-footer input[type=submit] + input[type=submit], .modal-footer #first-run .customer-data-batch_receipt-btn + input[type=submit], #first-run .modal-footer .customer-data-batch_receipt-btn + input[type=submit], .modal-footer #guest_index #first-run .x_button + input[type=submit], #first-run .modal-footer #guest_index .x_button + input[type=submit], #guest_index .modal-footer #first-run .x_button + input[type=submit], #first-run #guest_index .modal-footer .x_button + input[type=submit], .modal-footer #first-run .import_article + input[type=submit], #first-run .modal-footer .import_article + input[type=submit], .modal-footer #first-run .add_quantity + input[type=submit], #first-run .modal-footer .add_quantity + input[type=submit], .modal-footer #first-run .subtract_quantity + input[type=submit], #first-run .modal-footer .subtract_quantity + input[type=submit], .modal-footer .btn + .customer-data-batch_receipt-btn, .modal-footer table#latest_completed_invoice td.options .cancel + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .modal-footer .cancel + .customer-data-batch_receipt-btn, .modal-footer table#latest_completed_invoice td.options .payedbtn + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .modal-footer .payedbtn + .customer-data-batch_receipt-btn, .modal-footer table#invoice-archive .cancel + .customer-data-batch_receipt-btn, table#invoice-archive .modal-footer .cancel + .customer-data-batch_receipt-btn, .modal-footer table#invoice-archive .payedbtn + .customer-data-batch_receipt-btn, table#invoice-archive .modal-footer .payedbtn + .customer-data-batch_receipt-btn, .modal-footer table.edit-invoice-line-items td.options .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .modal-footer .delete + .customer-data-batch_receipt-btn, .modal-footer table.edit-invoice-line-items td.options .add + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .modal-footer .add + .customer-data-batch_receipt-btn, .modal-footer table.edit-invoice-line-items-new td.options .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .modal-footer .delete + .customer-data-batch_receipt-btn, .modal-footer table.edit-invoice-line-items-new td.options .add + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .modal-footer .add + .customer-data-batch_receipt-btn, .modal-footer #first-run input[type=submit] + .customer-data-batch_receipt-btn, #first-run .modal-footer input[type=submit] + .customer-data-batch_receipt-btn, .modal-footer .customer-data-batch_receipt-btn + .customer-data-batch_receipt-btn, .modal-footer #guest_index .x_button + .customer-data-batch_receipt-btn, #guest_index .modal-footer .x_button + .customer-data-batch_receipt-btn, .modal-footer .import_article + .customer-data-batch_receipt-btn, .modal-footer .add_quantity + .customer-data-batch_receipt-btn, .modal-footer .subtract_quantity + .customer-data-batch_receipt-btn, .modal-footer #guest_index .btn + .x_button, #guest_index .modal-footer .btn + .x_button, .modal-footer table#latest_completed_invoice td.options #guest_index .cancel + .x_button, #guest_index .modal-footer table#latest_completed_invoice td.options .cancel + .x_button, table#latest_completed_invoice td.options .modal-footer #guest_index .cancel + .x_button, #guest_index table#latest_completed_invoice td.options .modal-footer .cancel + .x_button, .modal-footer table#latest_completed_invoice td.options #guest_index .payedbtn + .x_button, #guest_index .modal-footer table#latest_completed_invoice td.options .payedbtn + .x_button, table#latest_completed_invoice td.options .modal-footer #guest_index .payedbtn + .x_button, #guest_index table#latest_completed_invoice td.options .modal-footer .payedbtn + .x_button, .modal-footer table#invoice-archive #guest_index .cancel + .x_button, #guest_index .modal-footer table#invoice-archive .cancel + .x_button, table#invoice-archive .modal-footer #guest_index .cancel + .x_button, #guest_index table#invoice-archive .modal-footer .cancel + .x_button, .modal-footer table#invoice-archive #guest_index .payedbtn + .x_button, #guest_index .modal-footer table#invoice-archive .payedbtn + .x_button, table#invoice-archive .modal-footer #guest_index .payedbtn + .x_button, #guest_index table#invoice-archive .modal-footer .payedbtn + .x_button, .modal-footer table.edit-invoice-line-items td.options #guest_index .delete + .x_button, #guest_index .modal-footer table.edit-invoice-line-items td.options .delete + .x_button, table.edit-invoice-line-items td.options .modal-footer #guest_index .delete + .x_button, #guest_index table.edit-invoice-line-items td.options .modal-footer .delete + .x_button, .modal-footer table.edit-invoice-line-items td.options #guest_index .add + .x_button, #guest_index .modal-footer table.edit-invoice-line-items td.options .add + .x_button, table.edit-invoice-line-items td.options .modal-footer #guest_index .add + .x_button, #guest_index table.edit-invoice-line-items td.options .modal-footer .add + .x_button, .modal-footer table.edit-invoice-line-items-new td.options #guest_index .delete + .x_button, #guest_index .modal-footer table.edit-invoice-line-items-new td.options .delete + .x_button, table.edit-invoice-line-items-new td.options .modal-footer #guest_index .delete + .x_button, #guest_index table.edit-invoice-line-items-new td.options .modal-footer .delete + .x_button, .modal-footer table.edit-invoice-line-items-new td.options #guest_index .add + .x_button, #guest_index .modal-footer table.edit-invoice-line-items-new td.options .add + .x_button, table.edit-invoice-line-items-new td.options .modal-footer #guest_index .add + .x_button, #guest_index table.edit-invoice-line-items-new td.options .modal-footer .add + .x_button, .modal-footer #first-run #guest_index input[type=submit] + .x_button, #guest_index .modal-footer #first-run input[type=submit] + .x_button, #first-run .modal-footer #guest_index input[type=submit] + .x_button, #guest_index #first-run .modal-footer input[type=submit] + .x_button, .modal-footer #guest_index .customer-data-batch_receipt-btn + .x_button, #guest_index .modal-footer .customer-data-batch_receipt-btn + .x_button, .modal-footer #guest_index .x_button + .x_button, #guest_index .modal-footer .x_button + .x_button, .modal-footer #guest_index .import_article + .x_button, #guest_index .modal-footer .import_article + .x_button, .modal-footer #guest_index .add_quantity + .x_button, #guest_index .modal-footer .add_quantity + .x_button, .modal-footer #guest_index .subtract_quantity + .x_button, #guest_index .modal-footer .subtract_quantity + .x_button, .modal-footer .btn + .import_article, .modal-footer table#latest_completed_invoice td.options .cancel + .import_article, table#latest_completed_invoice td.options .modal-footer .cancel + .import_article, .modal-footer table#latest_completed_invoice td.options .payedbtn + .import_article, table#latest_completed_invoice td.options .modal-footer .payedbtn + .import_article, .modal-footer table#invoice-archive .cancel + .import_article, table#invoice-archive .modal-footer .cancel + .import_article, .modal-footer table#invoice-archive .payedbtn + .import_article, table#invoice-archive .modal-footer .payedbtn + .import_article, .modal-footer table.edit-invoice-line-items td.options .delete + .import_article, table.edit-invoice-line-items td.options .modal-footer .delete + .import_article, .modal-footer table.edit-invoice-line-items td.options .add + .import_article, table.edit-invoice-line-items td.options .modal-footer .add + .import_article, .modal-footer table.edit-invoice-line-items-new td.options .delete + .import_article, table.edit-invoice-line-items-new td.options .modal-footer .delete + .import_article, .modal-footer table.edit-invoice-line-items-new td.options .add + .import_article, table.edit-invoice-line-items-new td.options .modal-footer .add + .import_article, .modal-footer #first-run input[type=submit] + .import_article, #first-run .modal-footer input[type=submit] + .import_article, .modal-footer .customer-data-batch_receipt-btn + .import_article, .modal-footer #guest_index .x_button + .import_article, #guest_index .modal-footer .x_button + .import_article, .modal-footer .import_article + .import_article, .modal-footer .add_quantity + .import_article, .modal-footer .subtract_quantity + .import_article, .modal-footer .btn + .add_quantity, .modal-footer table#latest_completed_invoice td.options .cancel + .add_quantity, table#latest_completed_invoice td.options .modal-footer .cancel + .add_quantity, .modal-footer table#latest_completed_invoice td.options .payedbtn + .add_quantity, table#latest_completed_invoice td.options .modal-footer .payedbtn + .add_quantity, .modal-footer table#invoice-archive .cancel + .add_quantity, table#invoice-archive .modal-footer .cancel + .add_quantity, .modal-footer table#invoice-archive .payedbtn + .add_quantity, table#invoice-archive .modal-footer .payedbtn + .add_quantity, .modal-footer table.edit-invoice-line-items td.options .delete + .add_quantity, table.edit-invoice-line-items td.options .modal-footer .delete + .add_quantity, .modal-footer table.edit-invoice-line-items td.options .add + .add_quantity, table.edit-invoice-line-items td.options .modal-footer .add + .add_quantity, .modal-footer table.edit-invoice-line-items-new td.options .delete + .add_quantity, table.edit-invoice-line-items-new td.options .modal-footer .delete + .add_quantity, .modal-footer table.edit-invoice-line-items-new td.options .add + .add_quantity, table.edit-invoice-line-items-new td.options .modal-footer .add + .add_quantity, .modal-footer #first-run input[type=submit] + .add_quantity, #first-run .modal-footer input[type=submit] + .add_quantity, .modal-footer .customer-data-batch_receipt-btn + .add_quantity, .modal-footer #guest_index .x_button + .add_quantity, #guest_index .modal-footer .x_button + .add_quantity, .modal-footer .import_article + .add_quantity, .modal-footer .add_quantity + .add_quantity, .modal-footer .subtract_quantity + .add_quantity, .modal-footer .btn + .subtract_quantity, .modal-footer table#latest_completed_invoice td.options .cancel + .subtract_quantity, table#latest_completed_invoice td.options .modal-footer .cancel + .subtract_quantity, .modal-footer table#latest_completed_invoice td.options .payedbtn + .subtract_quantity, table#latest_completed_invoice td.options .modal-footer .payedbtn + .subtract_quantity, .modal-footer table#invoice-archive .cancel + .subtract_quantity, table#invoice-archive .modal-footer .cancel + .subtract_quantity, .modal-footer table#invoice-archive .payedbtn + .subtract_quantity, table#invoice-archive .modal-footer .payedbtn + .subtract_quantity, .modal-footer table.edit-invoice-line-items td.options .delete + .subtract_quantity, table.edit-invoice-line-items td.options .modal-footer .delete + .subtract_quantity, .modal-footer table.edit-invoice-line-items td.options .add + .subtract_quantity, table.edit-invoice-line-items td.options .modal-footer .add + .subtract_quantity, .modal-footer table.edit-invoice-line-items-new td.options .delete + .subtract_quantity, table.edit-invoice-line-items-new td.options .modal-footer .delete + .subtract_quantity, .modal-footer table.edit-invoice-line-items-new td.options .add + .subtract_quantity, table.edit-invoice-line-items-new td.options .modal-footer .add + .subtract_quantity, .modal-footer #first-run input[type=submit] + .subtract_quantity, #first-run .modal-footer input[type=submit] + .subtract_quantity, .modal-footer .customer-data-batch_receipt-btn + .subtract_quantity, .modal-footer #guest_index .x_button + .subtract_quantity, #guest_index .modal-footer .x_button + .subtract_quantity, .modal-footer .import_article + .subtract_quantity, .modal-footer .add_quantity + .subtract_quantity, .modal-footer .subtract_quantity + .subtract_quantity {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .btn, table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .btn, .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .btn, table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .btn, .modal-footer .btn-group table#invoice-archive .cancel + .btn, table#invoice-archive .modal-footer .btn-group .cancel + .btn, .modal-footer .btn-group table#invoice-archive .payedbtn + .btn, table#invoice-archive .modal-footer .btn-group .payedbtn + .btn, .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .btn, table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .btn, .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .btn, table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .btn, .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .btn, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .btn, .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .btn, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .btn, .modal-footer .btn-group #first-run input[type=submit] + .btn, #first-run .modal-footer .btn-group input[type=submit] + .btn, .modal-footer .btn-group .customer-data-batch_receipt-btn + .btn, .modal-footer .btn-group #guest_index .x_button + .btn, #guest_index .modal-footer .btn-group .x_button + .btn, .modal-footer .btn-group .import_article + .btn, .modal-footer .btn-group .add_quantity + .btn, .modal-footer .btn-group .subtract_quantity + .btn, .modal-footer .btn-group table#latest_completed_invoice td.options .btn + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group .btn + .cancel, .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .cancel, .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .cancel, .modal-footer .btn-group table#invoice-archive table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group table#invoice-archive .cancel + .cancel, table#invoice-archive .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options table#invoice-archive .modal-footer .btn-group .cancel + .cancel, .modal-footer .btn-group table#invoice-archive table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group table#invoice-archive .payedbtn + .cancel, table#invoice-archive .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options table#invoice-archive .modal-footer .btn-group .payedbtn + .cancel, .modal-footer .btn-group table.edit-invoice-line-items table#latest_completed_invoice td.options .delete + .cancel, table#latest_completed_invoice .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .btn-group .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .cancel, .modal-footer .btn-group table.edit-invoice-line-items table#latest_completed_invoice td.options .add + .cancel, table#latest_completed_invoice .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .btn-group .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .cancel, .modal-footer .btn-group table.edit-invoice-line-items-new table#latest_completed_invoice td.options .delete + .cancel, table#latest_completed_invoice .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .btn-group .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .cancel, .modal-footer .btn-group table.edit-invoice-line-items-new table#latest_completed_invoice td.options .add + .cancel, table#latest_completed_invoice .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .btn-group .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .cancel, .modal-footer .btn-group #first-run table#latest_completed_invoice td.options input[type=submit] + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group #first-run input[type=submit] + .cancel, #first-run .modal-footer .btn-group table#latest_completed_invoice td.options input[type=submit] + .cancel, table#latest_completed_invoice td.options #first-run .modal-footer .btn-group input[type=submit] + .cancel, .modal-footer .btn-group table#latest_completed_invoice td.options .customer-data-batch_receipt-btn + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group .customer-data-batch_receipt-btn + .cancel, .modal-footer .btn-group #guest_index table#latest_completed_invoice td.options .x_button + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group #guest_index .x_button + .cancel, #guest_index .modal-footer .btn-group table#latest_completed_invoice td.options .x_button + .cancel, table#latest_completed_invoice td.options #guest_index .modal-footer .btn-group .x_button + .cancel, .modal-footer .btn-group table#latest_completed_invoice td.options .import_article + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group .import_article + .cancel, .modal-footer .btn-group table#latest_completed_invoice td.options .add_quantity + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group .add_quantity + .cancel, .modal-footer .btn-group table#latest_completed_invoice td.options .subtract_quantity + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group .subtract_quantity + .cancel, .modal-footer .btn-group table#latest_completed_invoice td.options .btn + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group .btn + .payedbtn, .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .payedbtn, .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .payedbtn, .modal-footer .btn-group table#invoice-archive table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group table#invoice-archive .cancel + .payedbtn, table#invoice-archive .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .modal-footer .btn-group .cancel + .payedbtn, .modal-footer .btn-group table#invoice-archive table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .modal-footer .btn-group .payedbtn + .payedbtn, .modal-footer .btn-group table.edit-invoice-line-items table#latest_completed_invoice td.options .delete + .payedbtn, table#latest_completed_invoice .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .btn-group .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .payedbtn, .modal-footer .btn-group table.edit-invoice-line-items table#latest_completed_invoice td.options .add + .payedbtn, table#latest_completed_invoice .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .btn-group .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .payedbtn, .modal-footer .btn-group table.edit-invoice-line-items-new table#latest_completed_invoice td.options .delete + .payedbtn, table#latest_completed_invoice .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .btn-group .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .payedbtn, .modal-footer .btn-group table.edit-invoice-line-items-new table#latest_completed_invoice td.options .add + .payedbtn, table#latest_completed_invoice .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .btn-group .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .payedbtn, .modal-footer .btn-group #first-run table#latest_completed_invoice td.options input[type=submit] + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group #first-run input[type=submit] + .payedbtn, #first-run .modal-footer .btn-group table#latest_completed_invoice td.options input[type=submit] + .payedbtn, table#latest_completed_invoice td.options #first-run .modal-footer .btn-group input[type=submit] + .payedbtn, .modal-footer .btn-group table#latest_completed_invoice td.options .customer-data-batch_receipt-btn + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group .customer-data-batch_receipt-btn + .payedbtn, .modal-footer .btn-group #guest_index table#latest_completed_invoice td.options .x_button + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group #guest_index .x_button + .payedbtn, #guest_index .modal-footer .btn-group table#latest_completed_invoice td.options .x_button + .payedbtn, table#latest_completed_invoice td.options #guest_index .modal-footer .btn-group .x_button + .payedbtn, .modal-footer .btn-group table#latest_completed_invoice td.options .import_article + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group .import_article + .payedbtn, .modal-footer .btn-group table#latest_completed_invoice td.options .add_quantity + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group .add_quantity + .payedbtn, .modal-footer .btn-group table#latest_completed_invoice td.options .subtract_quantity + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group .subtract_quantity + .payedbtn, .modal-footer .btn-group table#invoice-archive .btn + .cancel, table#invoice-archive .modal-footer .btn-group .btn + .cancel, .modal-footer .btn-group table#latest_completed_invoice td.options table#invoice-archive .cancel + .cancel, table#invoice-archive .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group table#invoice-archive .cancel + .cancel, table#invoice-archive table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .cancel, .modal-footer .btn-group table#latest_completed_invoice td.options table#invoice-archive .payedbtn + .cancel, table#invoice-archive .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-group table#invoice-archive .payedbtn + .cancel, table#invoice-archive table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .cancel, .modal-footer .btn-group table#invoice-archive .cancel + .cancel, table#invoice-archive .modal-footer .btn-group .cancel + .cancel, .modal-footer .btn-group table#invoice-archive .payedbtn + .cancel, table#invoice-archive .modal-footer .btn-group .payedbtn + .cancel, .modal-footer .btn-group table.edit-invoice-line-items td.options table#invoice-archive .delete + .cancel, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .cancel, table.edit-invoice-line-items td.options .modal-footer .btn-group table#invoice-archive .delete + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .cancel, .modal-footer .btn-group table.edit-invoice-line-items td.options table#invoice-archive .add + .cancel, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .cancel, table.edit-invoice-line-items td.options .modal-footer .btn-group table#invoice-archive .add + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .cancel, .modal-footer .btn-group table.edit-invoice-line-items-new td.options table#invoice-archive .delete + .cancel, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .cancel, table.edit-invoice-line-items-new td.options .modal-footer .btn-group table#invoice-archive .delete + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .cancel, .modal-footer .btn-group table.edit-invoice-line-items-new td.options table#invoice-archive .add + .cancel, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .cancel, table.edit-invoice-line-items-new td.options .modal-footer .btn-group table#invoice-archive .add + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .cancel, .modal-footer .btn-group #first-run table#invoice-archive input[type=submit] + .cancel, table#invoice-archive .modal-footer .btn-group #first-run input[type=submit] + .cancel, #first-run .modal-footer .btn-group table#invoice-archive input[type=submit] + .cancel, table#invoice-archive #first-run .modal-footer .btn-group input[type=submit] + .cancel, .modal-footer .btn-group table#invoice-archive .customer-data-batch_receipt-btn + .cancel, table#invoice-archive .modal-footer .btn-group .customer-data-batch_receipt-btn + .cancel, .modal-footer .btn-group #guest_index table#invoice-archive .x_button + .cancel, table#invoice-archive .modal-footer .btn-group #guest_index .x_button + .cancel, #guest_index .modal-footer .btn-group table#invoice-archive .x_button + .cancel, table#invoice-archive #guest_index .modal-footer .btn-group .x_button + .cancel, .modal-footer .btn-group table#invoice-archive .import_article + .cancel, table#invoice-archive .modal-footer .btn-group .import_article + .cancel, .modal-footer .btn-group table#invoice-archive .add_quantity + .cancel, table#invoice-archive .modal-footer .btn-group .add_quantity + .cancel, .modal-footer .btn-group table#invoice-archive .subtract_quantity + .cancel, table#invoice-archive .modal-footer .btn-group .subtract_quantity + .cancel, .modal-footer .btn-group table#invoice-archive .btn + .payedbtn, table#invoice-archive .modal-footer .btn-group .btn + .payedbtn, .modal-footer .btn-group table#latest_completed_invoice td.options table#invoice-archive .cancel + .payedbtn, table#invoice-archive .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group table#invoice-archive .cancel + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .payedbtn, .modal-footer .btn-group table#latest_completed_invoice td.options table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-group table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .payedbtn, .modal-footer .btn-group table#invoice-archive .cancel + .payedbtn, table#invoice-archive .modal-footer .btn-group .cancel + .payedbtn, .modal-footer .btn-group table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive .modal-footer .btn-group .payedbtn + .payedbtn, .modal-footer .btn-group table.edit-invoice-line-items td.options table#invoice-archive .delete + .payedbtn, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .payedbtn, table.edit-invoice-line-items td.options .modal-footer .btn-group table#invoice-archive .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .payedbtn, .modal-footer .btn-group table.edit-invoice-line-items td.options table#invoice-archive .add + .payedbtn, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .payedbtn, table.edit-invoice-line-items td.options .modal-footer .btn-group table#invoice-archive .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .payedbtn, .modal-footer .btn-group table.edit-invoice-line-items-new td.options table#invoice-archive .delete + .payedbtn, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .payedbtn, table.edit-invoice-line-items-new td.options .modal-footer .btn-group table#invoice-archive .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .payedbtn, .modal-footer .btn-group table.edit-invoice-line-items-new td.options table#invoice-archive .add + .payedbtn, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .payedbtn, table.edit-invoice-line-items-new td.options .modal-footer .btn-group table#invoice-archive .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .payedbtn, .modal-footer .btn-group #first-run table#invoice-archive input[type=submit] + .payedbtn, table#invoice-archive .modal-footer .btn-group #first-run input[type=submit] + .payedbtn, #first-run .modal-footer .btn-group table#invoice-archive input[type=submit] + .payedbtn, table#invoice-archive #first-run .modal-footer .btn-group input[type=submit] + .payedbtn, .modal-footer .btn-group table#invoice-archive .customer-data-batch_receipt-btn + .payedbtn, table#invoice-archive .modal-footer .btn-group .customer-data-batch_receipt-btn + .payedbtn, .modal-footer .btn-group #guest_index table#invoice-archive .x_button + .payedbtn, table#invoice-archive .modal-footer .btn-group #guest_index .x_button + .payedbtn, #guest_index .modal-footer .btn-group table#invoice-archive .x_button + .payedbtn, table#invoice-archive #guest_index .modal-footer .btn-group .x_button + .payedbtn, .modal-footer .btn-group table#invoice-archive .import_article + .payedbtn, table#invoice-archive .modal-footer .btn-group .import_article + .payedbtn, .modal-footer .btn-group table#invoice-archive .add_quantity + .payedbtn, table#invoice-archive .modal-footer .btn-group .add_quantity + .payedbtn, .modal-footer .btn-group table#invoice-archive .subtract_quantity + .payedbtn, table#invoice-archive .modal-footer .btn-group .subtract_quantity + .payedbtn, .modal-footer .btn-group table.edit-invoice-line-items td.options .btn + .delete, table.edit-invoice-line-items td.options .modal-footer .btn-group .btn + .delete, .modal-footer .btn-group table#latest_completed_invoice table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .btn-group .cancel + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .delete, .modal-footer .btn-group table#latest_completed_invoice table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .btn-group .payedbtn + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .delete, .modal-footer .btn-group table#invoice-archive table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items td.options .modal-footer .btn-group table#invoice-archive .cancel + .delete, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items td.options table#invoice-archive .modal-footer .btn-group .cancel + .delete, .modal-footer .btn-group table#invoice-archive table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items td.options .modal-footer .btn-group table#invoice-archive .payedbtn + .delete, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items td.options table#invoice-archive .modal-footer .btn-group .payedbtn + .delete, .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .delete, .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .delete, .modal-footer .btn-group table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .delete, .modal-footer .btn-group table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .delete, .modal-footer .btn-group #first-run table.edit-invoice-line-items td.options input[type=submit] + .delete, table.edit-invoice-line-items td.options .modal-footer .btn-group #first-run input[type=submit] + .delete, #first-run .modal-footer .btn-group table.edit-invoice-line-items td.options input[type=submit] + .delete, table.edit-invoice-line-items td.options #first-run .modal-footer .btn-group input[type=submit] + .delete, .modal-footer .btn-group table.edit-invoice-line-items td.options .customer-data-batch_receipt-btn + .delete, table.edit-invoice-line-items td.options .modal-footer .btn-group .customer-data-batch_receipt-btn + .delete, .modal-footer .btn-group #guest_index table.edit-invoice-line-items td.options .x_button + .delete, table.edit-invoice-line-items td.options .modal-footer .btn-group #guest_index .x_button + .delete, #guest_index .modal-footer .btn-group table.edit-invoice-line-items td.options .x_button + .delete, table.edit-invoice-line-items td.options #guest_index .modal-footer .btn-group .x_button + .delete, .modal-footer .btn-group table.edit-invoice-line-items td.options .import_article + .delete, table.edit-invoice-line-items td.options .modal-footer .btn-group .import_article + .delete, .modal-footer .btn-group table.edit-invoice-line-items td.options .add_quantity + .delete, table.edit-invoice-line-items td.options .modal-footer .btn-group .add_quantity + .delete, .modal-footer .btn-group table.edit-invoice-line-items td.options .subtract_quantity + .delete, table.edit-invoice-line-items td.options .modal-footer .btn-group .subtract_quantity + .delete, .modal-footer .btn-group table.edit-invoice-line-items td.options .btn + .add, table.edit-invoice-line-items td.options .modal-footer .btn-group .btn + .add, .modal-footer .btn-group table#latest_completed_invoice table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .btn-group .cancel + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .add, .modal-footer .btn-group table#latest_completed_invoice table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .btn-group .payedbtn + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .add, .modal-footer .btn-group table#invoice-archive table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items td.options .modal-footer .btn-group table#invoice-archive .cancel + .add, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items td.options table#invoice-archive .modal-footer .btn-group .cancel + .add, .modal-footer .btn-group table#invoice-archive table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items td.options .modal-footer .btn-group table#invoice-archive .payedbtn + .add, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items td.options table#invoice-archive .modal-footer .btn-group .payedbtn + .add, .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .add, .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .add, .modal-footer .btn-group table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .add, .modal-footer .btn-group table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .add, .modal-footer .btn-group #first-run table.edit-invoice-line-items td.options input[type=submit] + .add, table.edit-invoice-line-items td.options .modal-footer .btn-group #first-run input[type=submit] + .add, #first-run .modal-footer .btn-group table.edit-invoice-line-items td.options input[type=submit] + .add, table.edit-invoice-line-items td.options #first-run .modal-footer .btn-group input[type=submit] + .add, .modal-footer .btn-group table.edit-invoice-line-items td.options .customer-data-batch_receipt-btn + .add, table.edit-invoice-line-items td.options .modal-footer .btn-group .customer-data-batch_receipt-btn + .add, .modal-footer .btn-group #guest_index table.edit-invoice-line-items td.options .x_button + .add, table.edit-invoice-line-items td.options .modal-footer .btn-group #guest_index .x_button + .add, #guest_index .modal-footer .btn-group table.edit-invoice-line-items td.options .x_button + .add, table.edit-invoice-line-items td.options #guest_index .modal-footer .btn-group .x_button + .add, .modal-footer .btn-group table.edit-invoice-line-items td.options .import_article + .add, table.edit-invoice-line-items td.options .modal-footer .btn-group .import_article + .add, .modal-footer .btn-group table.edit-invoice-line-items td.options .add_quantity + .add, table.edit-invoice-line-items td.options .modal-footer .btn-group .add_quantity + .add, .modal-footer .btn-group table.edit-invoice-line-items td.options .subtract_quantity + .add, table.edit-invoice-line-items td.options .modal-footer .btn-group .subtract_quantity + .add,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .btn + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .btn + .delete,
  .modal-footer .btn-group table#latest_completed_invoice table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .delete, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .btn-group .cancel + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .delete,
  .modal-footer .btn-group table#latest_completed_invoice table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .delete, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .btn-group .payedbtn + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .delete,
  .modal-footer .btn-group table#invoice-archive table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn-group table#invoice-archive .cancel + .delete, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .modal-footer .btn-group .cancel + .delete,
  .modal-footer .btn-group table#invoice-archive table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn-group table#invoice-archive .payedbtn + .delete, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .modal-footer .btn-group .payedbtn + .delete,
  .modal-footer .btn-group table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .delete,
  .modal-footer .btn-group table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .delete,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .delete,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .delete,
  .modal-footer .btn-group #first-run table.edit-invoice-line-items-new td.options input[type=submit] + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn-group #first-run input[type=submit] + .delete, #first-run .modal-footer .btn-group table.edit-invoice-line-items-new td.options input[type=submit] + .delete, table.edit-invoice-line-items-new td.options #first-run .modal-footer .btn-group input[type=submit] + .delete,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .customer-data-batch_receipt-btn + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .customer-data-batch_receipt-btn + .delete,
  .modal-footer .btn-group #guest_index table.edit-invoice-line-items-new td.options .x_button + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn-group #guest_index .x_button + .delete, #guest_index .modal-footer .btn-group table.edit-invoice-line-items-new td.options .x_button + .delete, table.edit-invoice-line-items-new td.options #guest_index .modal-footer .btn-group .x_button + .delete,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .import_article + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .import_article + .delete,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add_quantity + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add_quantity + .delete,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .subtract_quantity + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .subtract_quantity + .delete,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .btn + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .btn + .add,
  .modal-footer .btn-group table#latest_completed_invoice table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .add, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .btn-group .cancel + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .add,
  .modal-footer .btn-group table#latest_completed_invoice table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .add, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .btn-group .payedbtn + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .add,
  .modal-footer .btn-group table#invoice-archive table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn-group table#invoice-archive .cancel + .add, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .modal-footer .btn-group .cancel + .add,
  .modal-footer .btn-group table#invoice-archive table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn-group table#invoice-archive .payedbtn + .add, table#invoice-archive .modal-footer .btn-group table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .modal-footer .btn-group .payedbtn + .add,
  .modal-footer .btn-group table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .add,
  .modal-footer .btn-group table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .add,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .add,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .add,
  .modal-footer .btn-group #first-run table.edit-invoice-line-items-new td.options input[type=submit] + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn-group #first-run input[type=submit] + .add, #first-run .modal-footer .btn-group table.edit-invoice-line-items-new td.options input[type=submit] + .add, table.edit-invoice-line-items-new td.options #first-run .modal-footer .btn-group input[type=submit] + .add,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .customer-data-batch_receipt-btn + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .customer-data-batch_receipt-btn + .add,
  .modal-footer .btn-group #guest_index table.edit-invoice-line-items-new td.options .x_button + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn-group #guest_index .x_button + .add, #guest_index .modal-footer .btn-group table.edit-invoice-line-items-new td.options .x_button + .add, table.edit-invoice-line-items-new td.options #guest_index .modal-footer .btn-group .x_button + .add,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .import_article + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .import_article + .add,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add_quantity + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add_quantity + .add,
  .modal-footer .btn-group table.edit-invoice-line-items-new td.options .subtract_quantity + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .subtract_quantity + .add, .modal-footer .btn-group #first-run .btn + input[type=submit], #first-run .modal-footer .btn-group .btn + input[type=submit], .modal-footer .btn-group table#latest_completed_invoice td.options #first-run .cancel + input[type=submit], #first-run .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + input[type=submit], table#latest_completed_invoice td.options .modal-footer .btn-group #first-run .cancel + input[type=submit], #first-run table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + input[type=submit], .modal-footer .btn-group table#latest_completed_invoice td.options #first-run .payedbtn + input[type=submit], #first-run .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + input[type=submit], table#latest_completed_invoice td.options .modal-footer .btn-group #first-run .payedbtn + input[type=submit], #first-run table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + input[type=submit], .modal-footer .btn-group table#invoice-archive #first-run .cancel + input[type=submit], #first-run .modal-footer .btn-group table#invoice-archive .cancel + input[type=submit], table#invoice-archive .modal-footer .btn-group #first-run .cancel + input[type=submit], #first-run table#invoice-archive .modal-footer .btn-group .cancel + input[type=submit], .modal-footer .btn-group table#invoice-archive #first-run .payedbtn + input[type=submit], #first-run .modal-footer .btn-group table#invoice-archive .payedbtn + input[type=submit], table#invoice-archive .modal-footer .btn-group #first-run .payedbtn + input[type=submit], #first-run table#invoice-archive .modal-footer .btn-group .payedbtn + input[type=submit], .modal-footer .btn-group table.edit-invoice-line-items td.options #first-run .delete + input[type=submit], #first-run .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + input[type=submit], table.edit-invoice-line-items td.options .modal-footer .btn-group #first-run .delete + input[type=submit], #first-run table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + input[type=submit], .modal-footer .btn-group table.edit-invoice-line-items td.options #first-run .add + input[type=submit], #first-run .modal-footer .btn-group table.edit-invoice-line-items td.options .add + input[type=submit], table.edit-invoice-line-items td.options .modal-footer .btn-group #first-run .add + input[type=submit], #first-run table.edit-invoice-line-items td.options .modal-footer .btn-group .add + input[type=submit], .modal-footer .btn-group table.edit-invoice-line-items-new td.options #first-run .delete + input[type=submit], #first-run .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + input[type=submit], table.edit-invoice-line-items-new td.options .modal-footer .btn-group #first-run .delete + input[type=submit], #first-run table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + input[type=submit], .modal-footer .btn-group table.edit-invoice-line-items-new td.options #first-run .add + input[type=submit], #first-run .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + input[type=submit], table.edit-invoice-line-items-new td.options .modal-footer .btn-group #first-run .add + input[type=submit], #first-run table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + input[type=submit], .modal-footer .btn-group #first-run input[type=submit] + input[type=submit], #first-run .modal-footer .btn-group input[type=submit] + input[type=submit], .modal-footer .btn-group #first-run .customer-data-batch_receipt-btn + input[type=submit], #first-run .modal-footer .btn-group .customer-data-batch_receipt-btn + input[type=submit], .modal-footer .btn-group #guest_index #first-run .x_button + input[type=submit], #first-run .modal-footer .btn-group #guest_index .x_button + input[type=submit], #guest_index .modal-footer .btn-group #first-run .x_button + input[type=submit], #first-run #guest_index .modal-footer .btn-group .x_button + input[type=submit], .modal-footer .btn-group #first-run .import_article + input[type=submit], #first-run .modal-footer .btn-group .import_article + input[type=submit], .modal-footer .btn-group #first-run .add_quantity + input[type=submit], #first-run .modal-footer .btn-group .add_quantity + input[type=submit], .modal-footer .btn-group #first-run .subtract_quantity + input[type=submit], #first-run .modal-footer .btn-group .subtract_quantity + input[type=submit], .modal-footer .btn-group .btn + .customer-data-batch_receipt-btn, .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .customer-data-batch_receipt-btn, .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .customer-data-batch_receipt-btn, .modal-footer .btn-group table#invoice-archive .cancel + .customer-data-batch_receipt-btn, table#invoice-archive .modal-footer .btn-group .cancel + .customer-data-batch_receipt-btn, .modal-footer .btn-group table#invoice-archive .payedbtn + .customer-data-batch_receipt-btn, table#invoice-archive .modal-footer .btn-group .payedbtn + .customer-data-batch_receipt-btn, .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .customer-data-batch_receipt-btn, .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .customer-data-batch_receipt-btn, .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .customer-data-batch_receipt-btn, .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .customer-data-batch_receipt-btn, .modal-footer .btn-group #first-run input[type=submit] + .customer-data-batch_receipt-btn, #first-run .modal-footer .btn-group input[type=submit] + .customer-data-batch_receipt-btn, .modal-footer .btn-group .customer-data-batch_receipt-btn + .customer-data-batch_receipt-btn, .modal-footer .btn-group #guest_index .x_button + .customer-data-batch_receipt-btn, #guest_index .modal-footer .btn-group .x_button + .customer-data-batch_receipt-btn, .modal-footer .btn-group .import_article + .customer-data-batch_receipt-btn, .modal-footer .btn-group .add_quantity + .customer-data-batch_receipt-btn, .modal-footer .btn-group .subtract_quantity + .customer-data-batch_receipt-btn, .modal-footer .btn-group #guest_index .btn + .x_button, #guest_index .modal-footer .btn-group .btn + .x_button, .modal-footer .btn-group table#latest_completed_invoice td.options #guest_index .cancel + .x_button, #guest_index .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .x_button, table#latest_completed_invoice td.options .modal-footer .btn-group #guest_index .cancel + .x_button, #guest_index table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .x_button, .modal-footer .btn-group table#latest_completed_invoice td.options #guest_index .payedbtn + .x_button, #guest_index .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .x_button, table#latest_completed_invoice td.options .modal-footer .btn-group #guest_index .payedbtn + .x_button, #guest_index table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .x_button, .modal-footer .btn-group table#invoice-archive #guest_index .cancel + .x_button, #guest_index .modal-footer .btn-group table#invoice-archive .cancel + .x_button, table#invoice-archive .modal-footer .btn-group #guest_index .cancel + .x_button, #guest_index table#invoice-archive .modal-footer .btn-group .cancel + .x_button, .modal-footer .btn-group table#invoice-archive #guest_index .payedbtn + .x_button, #guest_index .modal-footer .btn-group table#invoice-archive .payedbtn + .x_button, table#invoice-archive .modal-footer .btn-group #guest_index .payedbtn + .x_button, #guest_index table#invoice-archive .modal-footer .btn-group .payedbtn + .x_button, .modal-footer .btn-group table.edit-invoice-line-items td.options #guest_index .delete + .x_button, #guest_index .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .x_button, table.edit-invoice-line-items td.options .modal-footer .btn-group #guest_index .delete + .x_button, #guest_index table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .x_button, .modal-footer .btn-group table.edit-invoice-line-items td.options #guest_index .add + .x_button, #guest_index .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .x_button, table.edit-invoice-line-items td.options .modal-footer .btn-group #guest_index .add + .x_button, #guest_index table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .x_button, .modal-footer .btn-group table.edit-invoice-line-items-new td.options #guest_index .delete + .x_button, #guest_index .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .x_button, table.edit-invoice-line-items-new td.options .modal-footer .btn-group #guest_index .delete + .x_button, #guest_index table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .x_button, .modal-footer .btn-group table.edit-invoice-line-items-new td.options #guest_index .add + .x_button, #guest_index .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .x_button, table.edit-invoice-line-items-new td.options .modal-footer .btn-group #guest_index .add + .x_button, #guest_index table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .x_button, .modal-footer .btn-group #first-run #guest_index input[type=submit] + .x_button, #guest_index .modal-footer .btn-group #first-run input[type=submit] + .x_button, #first-run .modal-footer .btn-group #guest_index input[type=submit] + .x_button, #guest_index #first-run .modal-footer .btn-group input[type=submit] + .x_button, .modal-footer .btn-group #guest_index .customer-data-batch_receipt-btn + .x_button, #guest_index .modal-footer .btn-group .customer-data-batch_receipt-btn + .x_button, .modal-footer .btn-group #guest_index .x_button + .x_button, #guest_index .modal-footer .btn-group .x_button + .x_button, .modal-footer .btn-group #guest_index .import_article + .x_button, #guest_index .modal-footer .btn-group .import_article + .x_button, .modal-footer .btn-group #guest_index .add_quantity + .x_button, #guest_index .modal-footer .btn-group .add_quantity + .x_button, .modal-footer .btn-group #guest_index .subtract_quantity + .x_button, #guest_index .modal-footer .btn-group .subtract_quantity + .x_button, .modal-footer .btn-group .btn + .import_article, .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .import_article, table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .import_article, .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .import_article, table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .import_article, .modal-footer .btn-group table#invoice-archive .cancel + .import_article, table#invoice-archive .modal-footer .btn-group .cancel + .import_article, .modal-footer .btn-group table#invoice-archive .payedbtn + .import_article, table#invoice-archive .modal-footer .btn-group .payedbtn + .import_article, .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .import_article, table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .import_article, .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .import_article, table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .import_article, .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .import_article, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .import_article, .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .import_article, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .import_article, .modal-footer .btn-group #first-run input[type=submit] + .import_article, #first-run .modal-footer .btn-group input[type=submit] + .import_article, .modal-footer .btn-group .customer-data-batch_receipt-btn + .import_article, .modal-footer .btn-group #guest_index .x_button + .import_article, #guest_index .modal-footer .btn-group .x_button + .import_article, .modal-footer .btn-group .import_article + .import_article, .modal-footer .btn-group .add_quantity + .import_article, .modal-footer .btn-group .subtract_quantity + .import_article, .modal-footer .btn-group .btn + .add_quantity, .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .add_quantity, table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .add_quantity, .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .add_quantity, table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .add_quantity, .modal-footer .btn-group table#invoice-archive .cancel + .add_quantity, table#invoice-archive .modal-footer .btn-group .cancel + .add_quantity, .modal-footer .btn-group table#invoice-archive .payedbtn + .add_quantity, table#invoice-archive .modal-footer .btn-group .payedbtn + .add_quantity, .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .add_quantity, table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .add_quantity, .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .add_quantity, table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .add_quantity, .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .add_quantity, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .add_quantity, .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .add_quantity, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .add_quantity, .modal-footer .btn-group #first-run input[type=submit] + .add_quantity, #first-run .modal-footer .btn-group input[type=submit] + .add_quantity, .modal-footer .btn-group .customer-data-batch_receipt-btn + .add_quantity, .modal-footer .btn-group #guest_index .x_button + .add_quantity, #guest_index .modal-footer .btn-group .x_button + .add_quantity, .modal-footer .btn-group .import_article + .add_quantity, .modal-footer .btn-group .add_quantity + .add_quantity, .modal-footer .btn-group .subtract_quantity + .add_quantity, .modal-footer .btn-group .btn + .subtract_quantity, .modal-footer .btn-group table#latest_completed_invoice td.options .cancel + .subtract_quantity, table#latest_completed_invoice td.options .modal-footer .btn-group .cancel + .subtract_quantity, .modal-footer .btn-group table#latest_completed_invoice td.options .payedbtn + .subtract_quantity, table#latest_completed_invoice td.options .modal-footer .btn-group .payedbtn + .subtract_quantity, .modal-footer .btn-group table#invoice-archive .cancel + .subtract_quantity, table#invoice-archive .modal-footer .btn-group .cancel + .subtract_quantity, .modal-footer .btn-group table#invoice-archive .payedbtn + .subtract_quantity, table#invoice-archive .modal-footer .btn-group .payedbtn + .subtract_quantity, .modal-footer .btn-group table.edit-invoice-line-items td.options .delete + .subtract_quantity, table.edit-invoice-line-items td.options .modal-footer .btn-group .delete + .subtract_quantity, .modal-footer .btn-group table.edit-invoice-line-items td.options .add + .subtract_quantity, table.edit-invoice-line-items td.options .modal-footer .btn-group .add + .subtract_quantity, .modal-footer .btn-group table.edit-invoice-line-items-new td.options .delete + .subtract_quantity, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .delete + .subtract_quantity, .modal-footer .btn-group table.edit-invoice-line-items-new td.options .add + .subtract_quantity, table.edit-invoice-line-items-new td.options .modal-footer .btn-group .add + .subtract_quantity, .modal-footer .btn-group #first-run input[type=submit] + .subtract_quantity, #first-run .modal-footer .btn-group input[type=submit] + .subtract_quantity, .modal-footer .btn-group .customer-data-batch_receipt-btn + .subtract_quantity, .modal-footer .btn-group #guest_index .x_button + .subtract_quantity, #guest_index .modal-footer .btn-group .x_button + .subtract_quantity, .modal-footer .btn-group .import_article + .subtract_quantity, .modal-footer .btn-group .add_quantity + .subtract_quantity, .modal-footer .btn-group .subtract_quantity + .subtract_quantity {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block, .modal-footer table#latest_completed_invoice td.options .cancel + .btn-block, table#latest_completed_invoice td.options .modal-footer .cancel + .btn-block, .modal-footer table#latest_completed_invoice td.options .payedbtn + .btn-block, table#latest_completed_invoice td.options .modal-footer .payedbtn + .btn-block, .modal-footer table#invoice-archive .cancel + .btn-block, table#invoice-archive .modal-footer .cancel + .btn-block, .modal-footer table#invoice-archive .payedbtn + .btn-block, table#invoice-archive .modal-footer .payedbtn + .btn-block, .modal-footer table.edit-invoice-line-items td.options .delete + .btn-block, table.edit-invoice-line-items td.options .modal-footer .delete + .btn-block, .modal-footer table.edit-invoice-line-items td.options .add + .btn-block, table.edit-invoice-line-items td.options .modal-footer .add + .btn-block, .modal-footer table.edit-invoice-line-items-new td.options .delete + .btn-block, table.edit-invoice-line-items-new td.options .modal-footer .delete + .btn-block, .modal-footer table.edit-invoice-line-items-new td.options .add + .btn-block, table.edit-invoice-line-items-new td.options .modal-footer .add + .btn-block, .modal-footer .customer-data-batch_receipt-btn + .btn-block, .modal-footer #guest_index .x_button + .btn-block, #guest_index .modal-footer .x_button + .btn-block, .modal-footer .import_article + .btn-block, .modal-footer .add_quantity + .btn-block, .modal-footer .subtract_quantity + .btn-block, .modal-footer table#latest_completed_invoice td.options .btn-block + .cancel, table#latest_completed_invoice td.options .modal-footer .btn-block + .cancel, .modal-footer table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .modal-footer .cancel + .cancel, .modal-footer table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options .modal-footer .payedbtn + .cancel, .modal-footer table#invoice-archive table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .cancel + .cancel, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options table#invoice-archive .modal-footer .cancel + .cancel, .modal-footer table#invoice-archive table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .payedbtn + .cancel, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options table#invoice-archive .modal-footer .payedbtn + .cancel, .modal-footer table.edit-invoice-line-items table#latest_completed_invoice td.options .delete + .cancel, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items td.options .delete + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .delete + .cancel, .modal-footer table.edit-invoice-line-items table#latest_completed_invoice td.options .add + .cancel, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items td.options .add + .cancel, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .add + .cancel, .modal-footer table.edit-invoice-line-items-new table#latest_completed_invoice td.options .delete + .cancel, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items-new td.options .delete + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .delete + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .delete + .cancel, .modal-footer table.edit-invoice-line-items-new table#latest_completed_invoice td.options .add + .cancel, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items-new td.options .add + .cancel, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .add + .cancel, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .add + .cancel, .modal-footer table#latest_completed_invoice td.options .customer-data-batch_receipt-btn + .cancel, table#latest_completed_invoice td.options .modal-footer .customer-data-batch_receipt-btn + .cancel, .modal-footer #guest_index table#latest_completed_invoice td.options .x_button + .cancel, table#latest_completed_invoice td.options .modal-footer #guest_index .x_button + .cancel, #guest_index .modal-footer table#latest_completed_invoice td.options .x_button + .cancel, table#latest_completed_invoice td.options #guest_index .modal-footer .x_button + .cancel, .modal-footer table#latest_completed_invoice td.options .import_article + .cancel, table#latest_completed_invoice td.options .modal-footer .import_article + .cancel, .modal-footer table#latest_completed_invoice td.options .add_quantity + .cancel, table#latest_completed_invoice td.options .modal-footer .add_quantity + .cancel, .modal-footer table#latest_completed_invoice td.options .subtract_quantity + .cancel, table#latest_completed_invoice td.options .modal-footer .subtract_quantity + .cancel, .modal-footer table#latest_completed_invoice td.options .btn-block + .payedbtn, table#latest_completed_invoice td.options .modal-footer .btn-block + .payedbtn, .modal-footer table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .modal-footer .cancel + .payedbtn, .modal-footer table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options .modal-footer .payedbtn + .payedbtn, .modal-footer table#invoice-archive table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .cancel + .payedbtn, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .modal-footer .cancel + .payedbtn, .modal-footer table#invoice-archive table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options table#invoice-archive .modal-footer .payedbtn + .payedbtn, .modal-footer table.edit-invoice-line-items table#latest_completed_invoice td.options .delete + .payedbtn, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items td.options .delete + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .delete + .payedbtn, .modal-footer table.edit-invoice-line-items table#latest_completed_invoice td.options .add + .payedbtn, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items td.options .add + .payedbtn, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .add + .payedbtn, .modal-footer table.edit-invoice-line-items-new table#latest_completed_invoice td.options .delete + .payedbtn, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items-new td.options .delete + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .delete + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .delete + .payedbtn, .modal-footer table.edit-invoice-line-items-new table#latest_completed_invoice td.options .add + .payedbtn, table#latest_completed_invoice .modal-footer table.edit-invoice-line-items-new td.options .add + .payedbtn, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .add + .payedbtn, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .add + .payedbtn, .modal-footer table#latest_completed_invoice td.options .customer-data-batch_receipt-btn + .payedbtn, table#latest_completed_invoice td.options .modal-footer .customer-data-batch_receipt-btn + .payedbtn, .modal-footer #guest_index table#latest_completed_invoice td.options .x_button + .payedbtn, table#latest_completed_invoice td.options .modal-footer #guest_index .x_button + .payedbtn, #guest_index .modal-footer table#latest_completed_invoice td.options .x_button + .payedbtn, table#latest_completed_invoice td.options #guest_index .modal-footer .x_button + .payedbtn, .modal-footer table#latest_completed_invoice td.options .import_article + .payedbtn, table#latest_completed_invoice td.options .modal-footer .import_article + .payedbtn, .modal-footer table#latest_completed_invoice td.options .add_quantity + .payedbtn, table#latest_completed_invoice td.options .modal-footer .add_quantity + .payedbtn, .modal-footer table#latest_completed_invoice td.options .subtract_quantity + .payedbtn, table#latest_completed_invoice td.options .modal-footer .subtract_quantity + .payedbtn, .modal-footer table#invoice-archive .btn-block + .cancel, table#invoice-archive .modal-footer .btn-block + .cancel, .modal-footer table#latest_completed_invoice td.options table#invoice-archive .cancel + .cancel, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .cancel + .cancel, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .cancel + .cancel, table#invoice-archive table#latest_completed_invoice td.options .modal-footer .cancel + .cancel, .modal-footer table#latest_completed_invoice td.options table#invoice-archive .payedbtn + .cancel, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .payedbtn + .cancel, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .payedbtn + .cancel, table#invoice-archive table#latest_completed_invoice td.options .modal-footer .payedbtn + .cancel, .modal-footer table#invoice-archive .cancel + .cancel, table#invoice-archive .modal-footer .cancel + .cancel, .modal-footer table#invoice-archive .payedbtn + .cancel, table#invoice-archive .modal-footer .payedbtn + .cancel, .modal-footer table.edit-invoice-line-items td.options table#invoice-archive .delete + .cancel, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .delete + .cancel, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .delete + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .modal-footer .delete + .cancel, .modal-footer table.edit-invoice-line-items td.options table#invoice-archive .add + .cancel, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .add + .cancel, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .add + .cancel, table#invoice-archive table.edit-invoice-line-items td.options .modal-footer .add + .cancel, .modal-footer table.edit-invoice-line-items-new td.options table#invoice-archive .delete + .cancel, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .delete + .cancel, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .delete + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .modal-footer .delete + .cancel, .modal-footer table.edit-invoice-line-items-new td.options table#invoice-archive .add + .cancel, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .add + .cancel, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .add + .cancel, table#invoice-archive table.edit-invoice-line-items-new td.options .modal-footer .add + .cancel, .modal-footer table#invoice-archive .customer-data-batch_receipt-btn + .cancel, table#invoice-archive .modal-footer .customer-data-batch_receipt-btn + .cancel, .modal-footer #guest_index table#invoice-archive .x_button + .cancel, table#invoice-archive .modal-footer #guest_index .x_button + .cancel, #guest_index .modal-footer table#invoice-archive .x_button + .cancel, table#invoice-archive #guest_index .modal-footer .x_button + .cancel, .modal-footer table#invoice-archive .import_article + .cancel, table#invoice-archive .modal-footer .import_article + .cancel, .modal-footer table#invoice-archive .add_quantity + .cancel, table#invoice-archive .modal-footer .add_quantity + .cancel, .modal-footer table#invoice-archive .subtract_quantity + .cancel, table#invoice-archive .modal-footer .subtract_quantity + .cancel, .modal-footer table#invoice-archive .btn-block + .payedbtn, table#invoice-archive .modal-footer .btn-block + .payedbtn, .modal-footer table#latest_completed_invoice td.options table#invoice-archive .cancel + .payedbtn, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .cancel + .payedbtn, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .cancel + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .modal-footer .cancel + .payedbtn, .modal-footer table#latest_completed_invoice td.options table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive .modal-footer table#latest_completed_invoice td.options .payedbtn + .payedbtn, table#latest_completed_invoice td.options .modal-footer table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive table#latest_completed_invoice td.options .modal-footer .payedbtn + .payedbtn, .modal-footer table#invoice-archive .cancel + .payedbtn, table#invoice-archive .modal-footer .cancel + .payedbtn, .modal-footer table#invoice-archive .payedbtn + .payedbtn, table#invoice-archive .modal-footer .payedbtn + .payedbtn, .modal-footer table.edit-invoice-line-items td.options table#invoice-archive .delete + .payedbtn, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .delete + .payedbtn, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .modal-footer .delete + .payedbtn, .modal-footer table.edit-invoice-line-items td.options table#invoice-archive .add + .payedbtn, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .add + .payedbtn, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items td.options .modal-footer .add + .payedbtn, .modal-footer table.edit-invoice-line-items-new td.options table#invoice-archive .delete + .payedbtn, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .delete + .payedbtn, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .delete + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .modal-footer .delete + .payedbtn, .modal-footer table.edit-invoice-line-items-new td.options table#invoice-archive .add + .payedbtn, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .add + .payedbtn, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .add + .payedbtn, table#invoice-archive table.edit-invoice-line-items-new td.options .modal-footer .add + .payedbtn, .modal-footer table#invoice-archive .customer-data-batch_receipt-btn + .payedbtn, table#invoice-archive .modal-footer .customer-data-batch_receipt-btn + .payedbtn, .modal-footer #guest_index table#invoice-archive .x_button + .payedbtn, table#invoice-archive .modal-footer #guest_index .x_button + .payedbtn, #guest_index .modal-footer table#invoice-archive .x_button + .payedbtn, table#invoice-archive #guest_index .modal-footer .x_button + .payedbtn, .modal-footer table#invoice-archive .import_article + .payedbtn, table#invoice-archive .modal-footer .import_article + .payedbtn, .modal-footer table#invoice-archive .add_quantity + .payedbtn, table#invoice-archive .modal-footer .add_quantity + .payedbtn, .modal-footer table#invoice-archive .subtract_quantity + .payedbtn, table#invoice-archive .modal-footer .subtract_quantity + .payedbtn, .modal-footer table.edit-invoice-line-items td.options .btn-block + .delete, table.edit-invoice-line-items td.options .modal-footer .btn-block + .delete, .modal-footer table#latest_completed_invoice table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items .modal-footer table#latest_completed_invoice td.options .cancel + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .cancel + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .cancel + .delete, .modal-footer table#latest_completed_invoice table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items .modal-footer table#latest_completed_invoice td.options .payedbtn + .delete, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .payedbtn + .delete, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .payedbtn + .delete, .modal-footer table#invoice-archive table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .cancel + .delete, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .cancel + .delete, table.edit-invoice-line-items td.options table#invoice-archive .modal-footer .cancel + .delete, .modal-footer table#invoice-archive table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .payedbtn + .delete, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .payedbtn + .delete, table.edit-invoice-line-items td.options table#invoice-archive .modal-footer .payedbtn + .delete, .modal-footer table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items td.options .modal-footer .delete + .delete, .modal-footer table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items td.options .modal-footer .add + .delete, .modal-footer table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items .modal-footer table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .delete + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .delete + .delete, .modal-footer table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items .modal-footer table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .add + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .add + .delete, .modal-footer table.edit-invoice-line-items td.options .customer-data-batch_receipt-btn + .delete, table.edit-invoice-line-items td.options .modal-footer .customer-data-batch_receipt-btn + .delete, .modal-footer #guest_index table.edit-invoice-line-items td.options .x_button + .delete, table.edit-invoice-line-items td.options .modal-footer #guest_index .x_button + .delete, #guest_index .modal-footer table.edit-invoice-line-items td.options .x_button + .delete, table.edit-invoice-line-items td.options #guest_index .modal-footer .x_button + .delete, .modal-footer table.edit-invoice-line-items td.options .import_article + .delete, table.edit-invoice-line-items td.options .modal-footer .import_article + .delete, .modal-footer table.edit-invoice-line-items td.options .add_quantity + .delete, table.edit-invoice-line-items td.options .modal-footer .add_quantity + .delete, .modal-footer table.edit-invoice-line-items td.options .subtract_quantity + .delete, table.edit-invoice-line-items td.options .modal-footer .subtract_quantity + .delete, .modal-footer table.edit-invoice-line-items td.options .btn-block + .add, table.edit-invoice-line-items td.options .modal-footer .btn-block + .add, .modal-footer table#latest_completed_invoice table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items .modal-footer table#latest_completed_invoice td.options .cancel + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .cancel + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .cancel + .add, .modal-footer table#latest_completed_invoice table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items .modal-footer table#latest_completed_invoice td.options .payedbtn + .add, table#latest_completed_invoice table.edit-invoice-line-items td.options .modal-footer .payedbtn + .add, table.edit-invoice-line-items table#latest_completed_invoice td.options .modal-footer .payedbtn + .add, .modal-footer table#invoice-archive table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .cancel + .add, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .cancel + .add, table.edit-invoice-line-items td.options table#invoice-archive .modal-footer .cancel + .add, .modal-footer table#invoice-archive table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items td.options .modal-footer table#invoice-archive .payedbtn + .add, table#invoice-archive .modal-footer table.edit-invoice-line-items td.options .payedbtn + .add, table.edit-invoice-line-items td.options table#invoice-archive .modal-footer .payedbtn + .add, .modal-footer table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items td.options .modal-footer .delete + .add, .modal-footer table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items td.options .modal-footer .add + .add, .modal-footer table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items .modal-footer table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .delete + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .delete + .add, .modal-footer table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items .modal-footer table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .add + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .add + .add, .modal-footer table.edit-invoice-line-items td.options .customer-data-batch_receipt-btn + .add, table.edit-invoice-line-items td.options .modal-footer .customer-data-batch_receipt-btn + .add, .modal-footer #guest_index table.edit-invoice-line-items td.options .x_button + .add, table.edit-invoice-line-items td.options .modal-footer #guest_index .x_button + .add, #guest_index .modal-footer table.edit-invoice-line-items td.options .x_button + .add, table.edit-invoice-line-items td.options #guest_index .modal-footer .x_button + .add, .modal-footer table.edit-invoice-line-items td.options .import_article + .add, table.edit-invoice-line-items td.options .modal-footer .import_article + .add, .modal-footer table.edit-invoice-line-items td.options .add_quantity + .add, table.edit-invoice-line-items td.options .modal-footer .add_quantity + .add, .modal-footer table.edit-invoice-line-items td.options .subtract_quantity + .add, table.edit-invoice-line-items td.options .modal-footer .subtract_quantity + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .btn-block + .delete, table.edit-invoice-line-items-new td.options .modal-footer .btn-block + .delete,
  .modal-footer table#latest_completed_invoice table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new .modal-footer table#latest_completed_invoice td.options .cancel + .delete, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .cancel + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .cancel + .delete,
  .modal-footer table#latest_completed_invoice table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new .modal-footer table#latest_completed_invoice td.options .payedbtn + .delete, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .payedbtn + .delete, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .payedbtn + .delete,
  .modal-footer table#invoice-archive table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .cancel + .delete, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .cancel + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .modal-footer .cancel + .delete,
  .modal-footer table#invoice-archive table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .payedbtn + .delete, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .payedbtn + .delete, table.edit-invoice-line-items-new td.options table#invoice-archive .modal-footer .payedbtn + .delete,
  .modal-footer table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new .modal-footer table.edit-invoice-line-items td.options .delete + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .delete + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .delete + .delete,
  .modal-footer table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new .modal-footer table.edit-invoice-line-items td.options .add + .delete, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .add + .delete, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .add + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .delete + .delete, table.edit-invoice-line-items-new td.options .modal-footer .delete + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .add + .delete, table.edit-invoice-line-items-new td.options .modal-footer .add + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .customer-data-batch_receipt-btn + .delete, table.edit-invoice-line-items-new td.options .modal-footer .customer-data-batch_receipt-btn + .delete,
  .modal-footer #guest_index table.edit-invoice-line-items-new td.options .x_button + .delete, table.edit-invoice-line-items-new td.options .modal-footer #guest_index .x_button + .delete, #guest_index .modal-footer table.edit-invoice-line-items-new td.options .x_button + .delete, table.edit-invoice-line-items-new td.options #guest_index .modal-footer .x_button + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .import_article + .delete, table.edit-invoice-line-items-new td.options .modal-footer .import_article + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .add_quantity + .delete, table.edit-invoice-line-items-new td.options .modal-footer .add_quantity + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .subtract_quantity + .delete, table.edit-invoice-line-items-new td.options .modal-footer .subtract_quantity + .delete,
  .modal-footer table.edit-invoice-line-items-new td.options .btn-block + .add, table.edit-invoice-line-items-new td.options .modal-footer .btn-block + .add,
  .modal-footer table#latest_completed_invoice table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new .modal-footer table#latest_completed_invoice td.options .cancel + .add, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .cancel + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .cancel + .add,
  .modal-footer table#latest_completed_invoice table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new .modal-footer table#latest_completed_invoice td.options .payedbtn + .add, table#latest_completed_invoice table.edit-invoice-line-items-new td.options .modal-footer .payedbtn + .add, table.edit-invoice-line-items-new table#latest_completed_invoice td.options .modal-footer .payedbtn + .add,
  .modal-footer table#invoice-archive table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .cancel + .add, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .cancel + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .modal-footer .cancel + .add,
  .modal-footer table#invoice-archive table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new td.options .modal-footer table#invoice-archive .payedbtn + .add, table#invoice-archive .modal-footer table.edit-invoice-line-items-new td.options .payedbtn + .add, table.edit-invoice-line-items-new td.options table#invoice-archive .modal-footer .payedbtn + .add,
  .modal-footer table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new .modal-footer table.edit-invoice-line-items td.options .delete + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .delete + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .delete + .add,
  .modal-footer table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new .modal-footer table.edit-invoice-line-items td.options .add + .add, table.edit-invoice-line-items table.edit-invoice-line-items-new td.options .modal-footer .add + .add, table.edit-invoice-line-items-new table.edit-invoice-line-items td.options .modal-footer .add + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .delete + .add, table.edit-invoice-line-items-new td.options .modal-footer .delete + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .add + .add, table.edit-invoice-line-items-new td.options .modal-footer .add + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .customer-data-batch_receipt-btn + .add, table.edit-invoice-line-items-new td.options .modal-footer .customer-data-batch_receipt-btn + .add,
  .modal-footer #guest_index table.edit-invoice-line-items-new td.options .x_button + .add, table.edit-invoice-line-items-new td.options .modal-footer #guest_index .x_button + .add, #guest_index .modal-footer table.edit-invoice-line-items-new td.options .x_button + .add, table.edit-invoice-line-items-new td.options #guest_index .modal-footer .x_button + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .import_article + .add, table.edit-invoice-line-items-new td.options .modal-footer .import_article + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .add_quantity + .add, table.edit-invoice-line-items-new td.options .modal-footer .add_quantity + .add,
  .modal-footer table.edit-invoice-line-items-new td.options .subtract_quantity + .add, table.edit-invoice-line-items-new td.options .modal-footer .subtract_quantity + .add, .modal-footer .btn-block + .customer-data-batch_receipt-btn, .modal-footer table#latest_completed_invoice td.options .cancel + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .modal-footer .cancel + .customer-data-batch_receipt-btn, .modal-footer table#latest_completed_invoice td.options .payedbtn + .customer-data-batch_receipt-btn, table#latest_completed_invoice td.options .modal-footer .payedbtn + .customer-data-batch_receipt-btn, .modal-footer table#invoice-archive .cancel + .customer-data-batch_receipt-btn, table#invoice-archive .modal-footer .cancel + .customer-data-batch_receipt-btn, .modal-footer table#invoice-archive .payedbtn + .customer-data-batch_receipt-btn, table#invoice-archive .modal-footer .payedbtn + .customer-data-batch_receipt-btn, .modal-footer table.edit-invoice-line-items td.options .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .modal-footer .delete + .customer-data-batch_receipt-btn, .modal-footer table.edit-invoice-line-items td.options .add + .customer-data-batch_receipt-btn, table.edit-invoice-line-items td.options .modal-footer .add + .customer-data-batch_receipt-btn, .modal-footer table.edit-invoice-line-items-new td.options .delete + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .modal-footer .delete + .customer-data-batch_receipt-btn, .modal-footer table.edit-invoice-line-items-new td.options .add + .customer-data-batch_receipt-btn, table.edit-invoice-line-items-new td.options .modal-footer .add + .customer-data-batch_receipt-btn, .modal-footer .customer-data-batch_receipt-btn + .customer-data-batch_receipt-btn, .modal-footer #guest_index .x_button + .customer-data-batch_receipt-btn, #guest_index .modal-footer .x_button + .customer-data-batch_receipt-btn, .modal-footer .import_article + .customer-data-batch_receipt-btn, .modal-footer .add_quantity + .customer-data-batch_receipt-btn, .modal-footer .subtract_quantity + .customer-data-batch_receipt-btn, .modal-footer #guest_index .btn-block + .x_button, #guest_index .modal-footer .btn-block + .x_button, .modal-footer table#latest_completed_invoice td.options #guest_index .cancel + .x_button, #guest_index .modal-footer table#latest_completed_invoice td.options .cancel + .x_button, table#latest_completed_invoice td.options .modal-footer #guest_index .cancel + .x_button, #guest_index table#latest_completed_invoice td.options .modal-footer .cancel + .x_button, .modal-footer table#latest_completed_invoice td.options #guest_index .payedbtn + .x_button, #guest_index .modal-footer table#latest_completed_invoice td.options .payedbtn + .x_button, table#latest_completed_invoice td.options .modal-footer #guest_index .payedbtn + .x_button, #guest_index table#latest_completed_invoice td.options .modal-footer .payedbtn + .x_button, .modal-footer table#invoice-archive #guest_index .cancel + .x_button, #guest_index .modal-footer table#invoice-archive .cancel + .x_button, table#invoice-archive .modal-footer #guest_index .cancel + .x_button, #guest_index table#invoice-archive .modal-footer .cancel + .x_button, .modal-footer table#invoice-archive #guest_index .payedbtn + .x_button, #guest_index .modal-footer table#invoice-archive .payedbtn + .x_button, table#invoice-archive .modal-footer #guest_index .payedbtn + .x_button, #guest_index table#invoice-archive .modal-footer .payedbtn + .x_button, .modal-footer table.edit-invoice-line-items td.options #guest_index .delete + .x_button, #guest_index .modal-footer table.edit-invoice-line-items td.options .delete + .x_button, table.edit-invoice-line-items td.options .modal-footer #guest_index .delete + .x_button, #guest_index table.edit-invoice-line-items td.options .modal-footer .delete + .x_button, .modal-footer table.edit-invoice-line-items td.options #guest_index .add + .x_button, #guest_index .modal-footer table.edit-invoice-line-items td.options .add + .x_button, table.edit-invoice-line-items td.options .modal-footer #guest_index .add + .x_button, #guest_index table.edit-invoice-line-items td.options .modal-footer .add + .x_button, .modal-footer table.edit-invoice-line-items-new td.options #guest_index .delete + .x_button, #guest_index .modal-footer table.edit-invoice-line-items-new td.options .delete + .x_button, table.edit-invoice-line-items-new td.options .modal-footer #guest_index .delete + .x_button, #guest_index table.edit-invoice-line-items-new td.options .modal-footer .delete + .x_button, .modal-footer table.edit-invoice-line-items-new td.options #guest_index .add + .x_button, #guest_index .modal-footer table.edit-invoice-line-items-new td.options .add + .x_button, table.edit-invoice-line-items-new td.options .modal-footer #guest_index .add + .x_button, #guest_index table.edit-invoice-line-items-new td.options .modal-footer .add + .x_button, .modal-footer #guest_index .customer-data-batch_receipt-btn + .x_button, #guest_index .modal-footer .customer-data-batch_receipt-btn + .x_button, .modal-footer #guest_index .x_button + .x_button, #guest_index .modal-footer .x_button + .x_button, .modal-footer #guest_index .import_article + .x_button, #guest_index .modal-footer .import_article + .x_button, .modal-footer #guest_index .add_quantity + .x_button, #guest_index .modal-footer .add_quantity + .x_button, .modal-footer #guest_index .subtract_quantity + .x_button, #guest_index .modal-footer .subtract_quantity + .x_button, .modal-footer .btn-block + .import_article, .modal-footer table#latest_completed_invoice td.options .cancel + .import_article, table#latest_completed_invoice td.options .modal-footer .cancel + .import_article, .modal-footer table#latest_completed_invoice td.options .payedbtn + .import_article, table#latest_completed_invoice td.options .modal-footer .payedbtn + .import_article, .modal-footer table#invoice-archive .cancel + .import_article, table#invoice-archive .modal-footer .cancel + .import_article, .modal-footer table#invoice-archive .payedbtn + .import_article, table#invoice-archive .modal-footer .payedbtn + .import_article, .modal-footer table.edit-invoice-line-items td.options .delete + .import_article, table.edit-invoice-line-items td.options .modal-footer .delete + .import_article, .modal-footer table.edit-invoice-line-items td.options .add + .import_article, table.edit-invoice-line-items td.options .modal-footer .add + .import_article, .modal-footer table.edit-invoice-line-items-new td.options .delete + .import_article, table.edit-invoice-line-items-new td.options .modal-footer .delete + .import_article, .modal-footer table.edit-invoice-line-items-new td.options .add + .import_article, table.edit-invoice-line-items-new td.options .modal-footer .add + .import_article, .modal-footer .customer-data-batch_receipt-btn + .import_article, .modal-footer #guest_index .x_button + .import_article, #guest_index .modal-footer .x_button + .import_article, .modal-footer .import_article + .import_article, .modal-footer .add_quantity + .import_article, .modal-footer .subtract_quantity + .import_article, .modal-footer .btn-block + .add_quantity, .modal-footer table#latest_completed_invoice td.options .cancel + .add_quantity, table#latest_completed_invoice td.options .modal-footer .cancel + .add_quantity, .modal-footer table#latest_completed_invoice td.options .payedbtn + .add_quantity, table#latest_completed_invoice td.options .modal-footer .payedbtn + .add_quantity, .modal-footer table#invoice-archive .cancel + .add_quantity, table#invoice-archive .modal-footer .cancel + .add_quantity, .modal-footer table#invoice-archive .payedbtn + .add_quantity, table#invoice-archive .modal-footer .payedbtn + .add_quantity, .modal-footer table.edit-invoice-line-items td.options .delete + .add_quantity, table.edit-invoice-line-items td.options .modal-footer .delete + .add_quantity, .modal-footer table.edit-invoice-line-items td.options .add + .add_quantity, table.edit-invoice-line-items td.options .modal-footer .add + .add_quantity, .modal-footer table.edit-invoice-line-items-new td.options .delete + .add_quantity, table.edit-invoice-line-items-new td.options .modal-footer .delete + .add_quantity, .modal-footer table.edit-invoice-line-items-new td.options .add + .add_quantity, table.edit-invoice-line-items-new td.options .modal-footer .add + .add_quantity, .modal-footer .customer-data-batch_receipt-btn + .add_quantity, .modal-footer #guest_index .x_button + .add_quantity, #guest_index .modal-footer .x_button + .add_quantity, .modal-footer .import_article + .add_quantity, .modal-footer .add_quantity + .add_quantity, .modal-footer .subtract_quantity + .add_quantity, .modal-footer .btn-block + .subtract_quantity, .modal-footer table#latest_completed_invoice td.options .cancel + .subtract_quantity, table#latest_completed_invoice td.options .modal-footer .cancel + .subtract_quantity, .modal-footer table#latest_completed_invoice td.options .payedbtn + .subtract_quantity, table#latest_completed_invoice td.options .modal-footer .payedbtn + .subtract_quantity, .modal-footer table#invoice-archive .cancel + .subtract_quantity, table#invoice-archive .modal-footer .cancel + .subtract_quantity, .modal-footer table#invoice-archive .payedbtn + .subtract_quantity, table#invoice-archive .modal-footer .payedbtn + .subtract_quantity, .modal-footer table.edit-invoice-line-items td.options .delete + .subtract_quantity, table.edit-invoice-line-items td.options .modal-footer .delete + .subtract_quantity, .modal-footer table.edit-invoice-line-items td.options .add + .subtract_quantity, table.edit-invoice-line-items td.options .modal-footer .add + .subtract_quantity, .modal-footer table.edit-invoice-line-items-new td.options .delete + .subtract_quantity, table.edit-invoice-line-items-new td.options .modal-footer .delete + .subtract_quantity, .modal-footer table.edit-invoice-line-items-new td.options .add + .subtract_quantity, table.edit-invoice-line-items-new td.options .modal-footer .add + .subtract_quantity, .modal-footer .customer-data-batch_receipt-btn + .subtract_quantity, .modal-footer #guest_index .x_button + .subtract_quantity, #guest_index .modal-footer .x_button + .subtract_quantity, .modal-footer .import_article + .subtract_quantity, .modal-footer .add_quantity + .subtract_quantity, .modal-footer .subtract_quantity + .subtract_quantity {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > table#recent-journal-positions, .panel > table#rksv-registers, .panel > table#latest_completed_invoice, .panel > table#customers, .panel > table#articles, .panel > table.delivers, .panel > table.closings, .panel > table.striped_table, .panel > table.normal_table, .panel > table#invoice-archive, .panel > table#delivery_note_archive, #statistics-form #statistics-totals-per-tax-group .panel > table, .panel > table.edit-invoice-line-items,
.panel > table.edit-invoice-line-items-new, .panel > table#users-list, #invoice-totals-per-tax-group .panel > table, .panel > #features, .panel > table.list-inventories, .panel > table#batch_receipts, .panel > #kassa_pay_transaction_detail_table, body#purchased_articles .panel > #purchased_articles_table, .panel > .mergeport_orders_table,
.panel > .table-responsive > .table,
.panel > .table-responsive > table#recent-journal-positions,
.panel > .table-responsive > table#rksv-registers,
.panel > .table-responsive > table#latest_completed_invoice,
.panel > .table-responsive > table#customers,
.panel > .table-responsive > table#articles,
.panel > .table-responsive > table.delivers,
.panel > .table-responsive > table.closings,
.panel > .table-responsive > table.striped_table,
.panel > .table-responsive > table.normal_table,
.panel > .table-responsive > table#invoice-archive,
.panel > .table-responsive > table#delivery_note_archive,
#statistics-form #statistics-totals-per-tax-group .panel > .table-responsive > table,
.panel > .table-responsive > table.edit-invoice-line-items,
.panel > .table-responsive > table.edit-invoice-line-items-new,
.panel > .table-responsive > table#users-list,
#invoice-totals-per-tax-group .panel > .table-responsive > table,
.panel > .table-responsive > #features,
.panel > .table-responsive > table.list-inventories,
.panel > .table-responsive > table#batch_receipts,
.panel > .table-responsive > #kassa_pay_transaction_detail_table,
body#purchased_articles .panel > .table-responsive > #purchased_articles_table,
.panel > .table-responsive > .mergeport_orders_table,
.panel > .panel-collapse > .table,
.panel > .panel-collapse > table#recent-journal-positions,
.panel > .panel-collapse > table#rksv-registers,
.panel > .panel-collapse > table#latest_completed_invoice,
.panel > .panel-collapse > table#customers,
.panel > .panel-collapse > table#articles,
.panel > .panel-collapse > table.delivers,
.panel > .panel-collapse > table.closings,
.panel > .panel-collapse > table.striped_table,
.panel > .panel-collapse > table.normal_table,
.panel > .panel-collapse > table#invoice-archive,
.panel > .panel-collapse > table#delivery_note_archive,
#statistics-form #statistics-totals-per-tax-group .panel > .panel-collapse > table,
.panel > .panel-collapse > table.edit-invoice-line-items,
.panel > .panel-collapse > table.edit-invoice-line-items-new,
.panel > .panel-collapse > table#users-list,
#invoice-totals-per-tax-group .panel > .panel-collapse > table,
.panel > .panel-collapse > #features,
.panel > .panel-collapse > table.list-inventories,
.panel > .panel-collapse > table#batch_receipts,
.panel > .panel-collapse > #kassa_pay_transaction_detail_table,
body#purchased_articles .panel > .panel-collapse > #purchased_articles_table,
.panel > .panel-collapse > .mergeport_orders_table {
  margin-bottom: 0; }
  .panel > .table caption, .panel > table#recent-journal-positions caption, .panel > table#rksv-registers caption, .panel > table#latest_completed_invoice caption, .panel > table#customers caption, .panel > table#articles caption, .panel > table.delivers caption, .panel > table.closings caption, .panel > table.striped_table caption, .panel > table.normal_table caption, .panel > table#invoice-archive caption, .panel > table#delivery_note_archive caption, #statistics-form #statistics-totals-per-tax-group .panel > table caption, .panel > table.edit-invoice-line-items caption, .panel > table.edit-invoice-line-items-new caption, .panel > table#users-list caption, #invoice-totals-per-tax-group .panel > table caption, .panel > #features caption, .panel > table.list-inventories caption, .panel > table#batch_receipts caption, .panel > #kassa_pay_transaction_detail_table caption, body#purchased_articles .panel > #purchased_articles_table caption, .panel > .mergeport_orders_table caption,
  .panel > .table-responsive > .table caption,
  .panel > .table-responsive > table#recent-journal-positions caption,
  .panel > .table-responsive > table#rksv-registers caption,
  .panel > .table-responsive > table#latest_completed_invoice caption,
  .panel > .table-responsive > table#customers caption,
  .panel > .table-responsive > table#articles caption,
  .panel > .table-responsive > table.delivers caption,
  .panel > .table-responsive > table.closings caption,
  .panel > .table-responsive > table.striped_table caption,
  .panel > .table-responsive > table.normal_table caption,
  .panel > .table-responsive > table#invoice-archive caption,
  .panel > .table-responsive > table#delivery_note_archive caption,
  #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive > table caption,
  .panel > .table-responsive > table.edit-invoice-line-items caption,
  .panel > .table-responsive > table.edit-invoice-line-items-new caption,
  .panel > .table-responsive > table#users-list caption,
  #invoice-totals-per-tax-group .panel > .table-responsive > table caption,
  .panel > .table-responsive > #features caption,
  .panel > .table-responsive > table.list-inventories caption,
  .panel > .table-responsive > table#batch_receipts caption,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table caption,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table caption,
  .panel > .table-responsive > .mergeport_orders_table caption,
  .panel > .panel-collapse > .table caption,
  .panel > .panel-collapse > table#recent-journal-positions caption,
  .panel > .panel-collapse > table#rksv-registers caption,
  .panel > .panel-collapse > table#latest_completed_invoice caption,
  .panel > .panel-collapse > table#customers caption,
  .panel > .panel-collapse > table#articles caption,
  .panel > .panel-collapse > table.delivers caption,
  .panel > .panel-collapse > table.closings caption,
  .panel > .panel-collapse > table.striped_table caption,
  .panel > .panel-collapse > table.normal_table caption,
  .panel > .panel-collapse > table#invoice-archive caption,
  .panel > .panel-collapse > table#delivery_note_archive caption,
  #statistics-form #statistics-totals-per-tax-group .panel > .panel-collapse > table caption,
  .panel > .panel-collapse > table.edit-invoice-line-items caption,
  .panel > .panel-collapse > table.edit-invoice-line-items-new caption,
  .panel > .panel-collapse > table#users-list caption,
  #invoice-totals-per-tax-group .panel > .panel-collapse > table caption,
  .panel > .panel-collapse > #features caption,
  .panel > .panel-collapse > table.list-inventories caption,
  .panel > .panel-collapse > table#batch_receipts caption,
  .panel > .panel-collapse > #kassa_pay_transaction_detail_table caption,
  body#purchased_articles .panel > .panel-collapse > #purchased_articles_table caption,
  .panel > .panel-collapse > .mergeport_orders_table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child, .panel > table#recent-journal-positions:first-child, .panel > table#rksv-registers:first-child, .panel > table#latest_completed_invoice:first-child, .panel > table#customers:first-child, .panel > table#articles:first-child, .panel > table.delivers:first-child, .panel > table.closings:first-child, .panel > table.striped_table:first-child, .panel > table.normal_table:first-child, .panel > table#invoice-archive:first-child, .panel > table#delivery_note_archive:first-child, #statistics-form #statistics-totals-per-tax-group .panel > table:first-child, .panel > table.edit-invoice-line-items:first-child,
.panel > table.edit-invoice-line-items-new:first-child, .panel > table#users-list:first-child, #invoice-totals-per-tax-group .panel > table:first-child, .panel > #features:first-child, .panel > table.list-inventories:first-child, .panel > table#batch_receipts:first-child, .panel > #kassa_pay_transaction_detail_table:first-child, body#purchased_articles .panel > #purchased_articles_table:first-child, .panel > .mergeport_orders_table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > table#recent-journal-positions:first-child,
.panel > .table-responsive:first-child > table#rksv-registers:first-child,
.panel > .table-responsive:first-child > table#latest_completed_invoice:first-child,
.panel > .table-responsive:first-child > table#customers:first-child,
.panel > .table-responsive:first-child > table#articles:first-child,
.panel > .table-responsive:first-child > table.delivers:first-child,
.panel > .table-responsive:first-child > table.closings:first-child,
.panel > .table-responsive:first-child > table.striped_table:first-child,
.panel > .table-responsive:first-child > table.normal_table:first-child,
.panel > .table-responsive:first-child > table#invoice-archive:first-child,
.panel > .table-responsive:first-child > table#delivery_note_archive:first-child,
#statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child,
.panel > .table-responsive:first-child > table.edit-invoice-line-items:first-child,
.panel > .table-responsive:first-child > table.edit-invoice-line-items-new:first-child,
.panel > .table-responsive:first-child > table#users-list:first-child,
#invoice-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child,
.panel > .table-responsive:first-child > #features:first-child,
.panel > .table-responsive:first-child > table.list-inventories:first-child,
.panel > .table-responsive:first-child > table#batch_receipts:first-child,
.panel > .table-responsive:first-child > #kassa_pay_transaction_detail_table:first-child,
body#purchased_articles .panel > .table-responsive:first-child > #purchased_articles_table:first-child,
.panel > .table-responsive:first-child > .mergeport_orders_table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel > .table:first-child > thead:first-child > tr:first-child, .panel > table#recent-journal-positions:first-child > thead:first-child > tr:first-child, .panel > table#rksv-registers:first-child > thead:first-child > tr:first-child, .panel > table#latest_completed_invoice:first-child > thead:first-child > tr:first-child, .panel > table#customers:first-child > thead:first-child > tr:first-child, .panel > table#articles:first-child > thead:first-child > tr:first-child, .panel > table.delivers:first-child > thead:first-child > tr:first-child, .panel > table.closings:first-child > thead:first-child > tr:first-child, .panel > table.striped_table:first-child > thead:first-child > tr:first-child, .panel > table.normal_table:first-child > thead:first-child > tr:first-child, .panel > table#invoice-archive:first-child > thead:first-child > tr:first-child, .panel > table#delivery_note_archive:first-child > thead:first-child > tr:first-child, #statistics-form #statistics-totals-per-tax-group .panel > table:first-child > thead:first-child > tr:first-child, .panel > table.edit-invoice-line-items:first-child > thead:first-child > tr:first-child, .panel > table.edit-invoice-line-items-new:first-child > thead:first-child > tr:first-child, .panel > table#users-list:first-child > thead:first-child > tr:first-child, #invoice-totals-per-tax-group .panel > table:first-child > thead:first-child > tr:first-child, .panel > #features:first-child > thead:first-child > tr:first-child, .panel > table.list-inventories:first-child > thead:first-child > tr:first-child, .panel > table#batch_receipts:first-child > thead:first-child > tr:first-child, .panel > #kassa_pay_transaction_detail_table:first-child > thead:first-child > tr:first-child, body#purchased_articles .panel > #purchased_articles_table:first-child > thead:first-child > tr:first-child, .panel > .mergeport_orders_table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > table#recent-journal-positions:first-child > tbody:first-child > tr:first-child,
  .panel > table#rksv-registers:first-child > tbody:first-child > tr:first-child,
  .panel > table#latest_completed_invoice:first-child > tbody:first-child > tr:first-child,
  .panel > table#customers:first-child > tbody:first-child > tr:first-child,
  .panel > table#articles:first-child > tbody:first-child > tr:first-child,
  .panel > table.delivers:first-child > tbody:first-child > tr:first-child,
  .panel > table.closings:first-child > tbody:first-child > tr:first-child,
  .panel > table.striped_table:first-child > tbody:first-child > tr:first-child,
  .panel > table.normal_table:first-child > tbody:first-child > tr:first-child,
  .panel > table#invoice-archive:first-child > tbody:first-child > tr:first-child,
  .panel > table#delivery_note_archive:first-child > tbody:first-child > tr:first-child,
  #statistics-form #statistics-totals-per-tax-group .panel > table:first-child > tbody:first-child > tr:first-child,
  .panel > table.edit-invoice-line-items:first-child > tbody:first-child > tr:first-child,
  .panel > table.edit-invoice-line-items-new:first-child > tbody:first-child > tr:first-child,
  .panel > table#users-list:first-child > tbody:first-child > tr:first-child,
  #invoice-totals-per-tax-group .panel > table:first-child > tbody:first-child > tr:first-child,
  .panel > #features:first-child > tbody:first-child > tr:first-child,
  .panel > table.list-inventories:first-child > tbody:first-child > tr:first-child,
  .panel > table#batch_receipts:first-child > tbody:first-child > tr:first-child,
  .panel > #kassa_pay_transaction_detail_table:first-child > tbody:first-child > tr:first-child,
  body#purchased_articles .panel > #purchased_articles_table:first-child > tbody:first-child > tr:first-child,
  .panel > .mergeport_orders_table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#recent-journal-positions:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#rksv-registers:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#latest_completed_invoice:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#customers:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#articles:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.delivers:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.closings:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.striped_table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.normal_table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#invoice-archive:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#delivery_note_archive:first-child > thead:first-child > tr:first-child,
  #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.edit-invoice-line-items:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.edit-invoice-line-items-new:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#users-list:first-child > thead:first-child > tr:first-child,
  #invoice-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > #features:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.list-inventories:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#batch_receipts:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > #kassa_pay_transaction_detail_table:first-child > thead:first-child > tr:first-child,
  body#purchased_articles .panel > .table-responsive:first-child > #purchased_articles_table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .mergeport_orders_table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#recent-journal-positions:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#rksv-registers:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#latest_completed_invoice:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#customers:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#articles:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.delivers:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.closings:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.striped_table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.normal_table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#invoice-archive:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#delivery_note_archive:first-child > tbody:first-child > tr:first-child,
  #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.edit-invoice-line-items:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.edit-invoice-line-items-new:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#users-list:first-child > tbody:first-child > tr:first-child,
  #invoice-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > #features:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table.list-inventories:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > table#batch_receipts:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > #kassa_pay_transaction_detail_table:first-child > tbody:first-child > tr:first-child,
  body#purchased_articles .panel > .table-responsive:first-child > #purchased_articles_table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .mergeport_orders_table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > table#recent-journal-positions:first-child > thead:first-child > tr:first-child td:first-child, .panel > table#rksv-registers:first-child > thead:first-child > tr:first-child td:first-child, .panel > table#latest_completed_invoice:first-child > thead:first-child > tr:first-child td:first-child, .panel > table#customers:first-child > thead:first-child > tr:first-child td:first-child, .panel > table#articles:first-child > thead:first-child > tr:first-child td:first-child, .panel > table.delivers:first-child > thead:first-child > tr:first-child td:first-child, .panel > table.closings:first-child > thead:first-child > tr:first-child td:first-child, .panel > table.striped_table:first-child > thead:first-child > tr:first-child td:first-child, .panel > table.normal_table:first-child > thead:first-child > tr:first-child td:first-child, .panel > table#invoice-archive:first-child > thead:first-child > tr:first-child td:first-child, .panel > table#delivery_note_archive:first-child > thead:first-child > tr:first-child td:first-child, #statistics-form #statistics-totals-per-tax-group .panel > table:first-child > thead:first-child > tr:first-child td:first-child, .panel > table.edit-invoice-line-items:first-child > thead:first-child > tr:first-child td:first-child, .panel > table.edit-invoice-line-items-new:first-child > thead:first-child > tr:first-child td:first-child, .panel > table#users-list:first-child > thead:first-child > tr:first-child td:first-child, #invoice-totals-per-tax-group .panel > table:first-child > thead:first-child > tr:first-child td:first-child, .panel > #features:first-child > thead:first-child > tr:first-child td:first-child, .panel > table.list-inventories:first-child > thead:first-child > tr:first-child td:first-child, .panel > table#batch_receipts:first-child > thead:first-child > tr:first-child td:first-child, .panel > #kassa_pay_transaction_detail_table:first-child > thead:first-child > tr:first-child td:first-child, body#purchased_articles .panel > #purchased_articles_table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .mergeport_orders_table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table#recent-journal-positions:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table#rksv-registers:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table#latest_completed_invoice:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table#customers:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table#articles:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table.delivers:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table.closings:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table.striped_table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table.normal_table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table#invoice-archive:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table#delivery_note_archive:first-child > thead:first-child > tr:first-child th:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table.edit-invoice-line-items:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table.edit-invoice-line-items-new:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table#users-list:first-child > thead:first-child > tr:first-child th:first-child,
    #invoice-totals-per-tax-group .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > #features:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table.list-inventories:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > table#batch_receipts:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > #kassa_pay_transaction_detail_table:first-child > thead:first-child > tr:first-child th:first-child,
    body#purchased_articles .panel > #purchased_articles_table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .mergeport_orders_table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table#recent-journal-positions:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table#rksv-registers:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table#latest_completed_invoice:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table#customers:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table#articles:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table.delivers:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table.closings:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table.striped_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table.normal_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table#invoice-archive:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table#delivery_note_archive:first-child > tbody:first-child > tr:first-child td:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table.edit-invoice-line-items:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table.edit-invoice-line-items-new:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table#users-list:first-child > tbody:first-child > tr:first-child td:first-child,
    #invoice-totals-per-tax-group .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > #features:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table.list-inventories:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > table#batch_receipts:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > #kassa_pay_transaction_detail_table:first-child > tbody:first-child > tr:first-child td:first-child,
    body#purchased_articles .panel > #purchased_articles_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .mergeport_orders_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table#recent-journal-positions:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table#rksv-registers:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table#latest_completed_invoice:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table#customers:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table#articles:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table.delivers:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table.closings:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table.striped_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table.normal_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table#invoice-archive:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table#delivery_note_archive:first-child > tbody:first-child > tr:first-child th:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table.edit-invoice-line-items:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table.edit-invoice-line-items-new:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table#users-list:first-child > tbody:first-child > tr:first-child th:first-child,
    #invoice-totals-per-tax-group .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > #features:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table.list-inventories:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > table#batch_receipts:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > #kassa_pay_transaction_detail_table:first-child > tbody:first-child > tr:first-child th:first-child,
    body#purchased_articles .panel > #purchased_articles_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .mergeport_orders_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#recent-journal-positions:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#rksv-registers:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#latest_completed_invoice:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#customers:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#articles:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.delivers:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.closings:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.striped_table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.normal_table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#invoice-archive:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#delivery_note_archive:first-child > thead:first-child > tr:first-child td:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items-new:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#users-list:first-child > thead:first-child > tr:first-child td:first-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > #features:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.list-inventories:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#batch_receipts:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > #kassa_pay_transaction_detail_table:first-child > thead:first-child > tr:first-child td:first-child,
    body#purchased_articles .panel > .table-responsive:first-child > #purchased_articles_table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .mergeport_orders_table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#recent-journal-positions:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#rksv-registers:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#latest_completed_invoice:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#customers:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#articles:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.delivers:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.closings:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.striped_table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.normal_table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#invoice-archive:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#delivery_note_archive:first-child > thead:first-child > tr:first-child th:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items-new:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#users-list:first-child > thead:first-child > tr:first-child th:first-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > #features:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.list-inventories:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#batch_receipts:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > #kassa_pay_transaction_detail_table:first-child > thead:first-child > tr:first-child th:first-child,
    body#purchased_articles .panel > .table-responsive:first-child > #purchased_articles_table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .mergeport_orders_table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#recent-journal-positions:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#rksv-registers:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#latest_completed_invoice:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#customers:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#articles:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.delivers:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.closings:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.striped_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.normal_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#invoice-archive:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#delivery_note_archive:first-child > tbody:first-child > tr:first-child td:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items-new:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#users-list:first-child > tbody:first-child > tr:first-child td:first-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > #features:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table.list-inventories:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > table#batch_receipts:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > #kassa_pay_transaction_detail_table:first-child > tbody:first-child > tr:first-child td:first-child,
    body#purchased_articles .panel > .table-responsive:first-child > #purchased_articles_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .mergeport_orders_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#recent-journal-positions:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#rksv-registers:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#latest_completed_invoice:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#customers:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#articles:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.delivers:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.closings:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.striped_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.normal_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#invoice-archive:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#delivery_note_archive:first-child > tbody:first-child > tr:first-child th:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items-new:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#users-list:first-child > tbody:first-child > tr:first-child th:first-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > #features:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table.list-inventories:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > table#batch_receipts:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > #kassa_pay_transaction_detail_table:first-child > tbody:first-child > tr:first-child th:first-child,
    body#purchased_articles .panel > .table-responsive:first-child > #purchased_articles_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .mergeport_orders_table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > table#recent-journal-positions:first-child > thead:first-child > tr:first-child td:last-child, .panel > table#rksv-registers:first-child > thead:first-child > tr:first-child td:last-child, .panel > table#latest_completed_invoice:first-child > thead:first-child > tr:first-child td:last-child, .panel > table#customers:first-child > thead:first-child > tr:first-child td:last-child, .panel > table#articles:first-child > thead:first-child > tr:first-child td:last-child, .panel > table.delivers:first-child > thead:first-child > tr:first-child td:last-child, .panel > table.closings:first-child > thead:first-child > tr:first-child td:last-child, .panel > table.striped_table:first-child > thead:first-child > tr:first-child td:last-child, .panel > table.normal_table:first-child > thead:first-child > tr:first-child td:last-child, .panel > table#invoice-archive:first-child > thead:first-child > tr:first-child td:last-child, .panel > table#delivery_note_archive:first-child > thead:first-child > tr:first-child td:last-child, #statistics-form #statistics-totals-per-tax-group .panel > table:first-child > thead:first-child > tr:first-child td:last-child, .panel > table.edit-invoice-line-items:first-child > thead:first-child > tr:first-child td:last-child, .panel > table.edit-invoice-line-items-new:first-child > thead:first-child > tr:first-child td:last-child, .panel > table#users-list:first-child > thead:first-child > tr:first-child td:last-child, #invoice-totals-per-tax-group .panel > table:first-child > thead:first-child > tr:first-child td:last-child, .panel > #features:first-child > thead:first-child > tr:first-child td:last-child, .panel > table.list-inventories:first-child > thead:first-child > tr:first-child td:last-child, .panel > table#batch_receipts:first-child > thead:first-child > tr:first-child td:last-child, .panel > #kassa_pay_transaction_detail_table:first-child > thead:first-child > tr:first-child td:last-child, body#purchased_articles .panel > #purchased_articles_table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .mergeport_orders_table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table#recent-journal-positions:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table#rksv-registers:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table#latest_completed_invoice:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table#customers:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table#articles:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table.delivers:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table.closings:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table.striped_table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table.normal_table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table#invoice-archive:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table#delivery_note_archive:first-child > thead:first-child > tr:first-child th:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table.edit-invoice-line-items:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table.edit-invoice-line-items-new:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table#users-list:first-child > thead:first-child > tr:first-child th:last-child,
    #invoice-totals-per-tax-group .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > #features:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table.list-inventories:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > table#batch_receipts:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > #kassa_pay_transaction_detail_table:first-child > thead:first-child > tr:first-child th:last-child,
    body#purchased_articles .panel > #purchased_articles_table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .mergeport_orders_table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table#recent-journal-positions:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table#rksv-registers:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table#latest_completed_invoice:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table#customers:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table#articles:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table.delivers:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table.closings:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table.striped_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table.normal_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table#invoice-archive:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table#delivery_note_archive:first-child > tbody:first-child > tr:first-child td:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table.edit-invoice-line-items:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table.edit-invoice-line-items-new:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table#users-list:first-child > tbody:first-child > tr:first-child td:last-child,
    #invoice-totals-per-tax-group .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > #features:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table.list-inventories:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > table#batch_receipts:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > #kassa_pay_transaction_detail_table:first-child > tbody:first-child > tr:first-child td:last-child,
    body#purchased_articles .panel > #purchased_articles_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .mergeport_orders_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table#recent-journal-positions:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table#rksv-registers:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table#latest_completed_invoice:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table#customers:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table#articles:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table.delivers:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table.closings:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table.striped_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table.normal_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table#invoice-archive:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table#delivery_note_archive:first-child > tbody:first-child > tr:first-child th:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table.edit-invoice-line-items:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table.edit-invoice-line-items-new:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table#users-list:first-child > tbody:first-child > tr:first-child th:last-child,
    #invoice-totals-per-tax-group .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > #features:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table.list-inventories:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > table#batch_receipts:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > #kassa_pay_transaction_detail_table:first-child > tbody:first-child > tr:first-child th:last-child,
    body#purchased_articles .panel > #purchased_articles_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .mergeport_orders_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#recent-journal-positions:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#rksv-registers:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#latest_completed_invoice:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#customers:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#articles:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.delivers:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.closings:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.striped_table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.normal_table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#invoice-archive:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#delivery_note_archive:first-child > thead:first-child > tr:first-child td:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items-new:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#users-list:first-child > thead:first-child > tr:first-child td:last-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > #features:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.list-inventories:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#batch_receipts:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > #kassa_pay_transaction_detail_table:first-child > thead:first-child > tr:first-child td:last-child,
    body#purchased_articles .panel > .table-responsive:first-child > #purchased_articles_table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .mergeport_orders_table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#recent-journal-positions:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#rksv-registers:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#latest_completed_invoice:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#customers:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#articles:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.delivers:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.closings:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.striped_table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.normal_table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#invoice-archive:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#delivery_note_archive:first-child > thead:first-child > tr:first-child th:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items-new:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#users-list:first-child > thead:first-child > tr:first-child th:last-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > #features:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.list-inventories:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#batch_receipts:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > #kassa_pay_transaction_detail_table:first-child > thead:first-child > tr:first-child th:last-child,
    body#purchased_articles .panel > .table-responsive:first-child > #purchased_articles_table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .mergeport_orders_table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#recent-journal-positions:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#rksv-registers:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#latest_completed_invoice:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#customers:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#articles:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.delivers:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.closings:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.striped_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.normal_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#invoice-archive:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#delivery_note_archive:first-child > tbody:first-child > tr:first-child td:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items-new:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#users-list:first-child > tbody:first-child > tr:first-child td:last-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > #features:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table.list-inventories:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > table#batch_receipts:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > #kassa_pay_transaction_detail_table:first-child > tbody:first-child > tr:first-child td:last-child,
    body#purchased_articles .panel > .table-responsive:first-child > #purchased_articles_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .mergeport_orders_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#recent-journal-positions:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#rksv-registers:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#latest_completed_invoice:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#customers:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#articles:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.delivers:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.closings:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.striped_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.normal_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#invoice-archive:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#delivery_note_archive:first-child > tbody:first-child > tr:first-child th:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.edit-invoice-line-items-new:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#users-list:first-child > tbody:first-child > tr:first-child th:last-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > #features:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table.list-inventories:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > table#batch_receipts:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > #kassa_pay_transaction_detail_table:first-child > tbody:first-child > tr:first-child th:last-child,
    body#purchased_articles .panel > .table-responsive:first-child > #purchased_articles_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .mergeport_orders_table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 2px; }

.panel > .table:last-child, .panel > table#recent-journal-positions:last-child, .panel > table#rksv-registers:last-child, .panel > table#latest_completed_invoice:last-child, .panel > table#customers:last-child, .panel > table#articles:last-child, .panel > table.delivers:last-child, .panel > table.closings:last-child, .panel > table.striped_table:last-child, .panel > table.normal_table:last-child, .panel > table#invoice-archive:last-child, .panel > table#delivery_note_archive:last-child, #statistics-form #statistics-totals-per-tax-group .panel > table:last-child, .panel > table.edit-invoice-line-items:last-child,
.panel > table.edit-invoice-line-items-new:last-child, .panel > table#users-list:last-child, #invoice-totals-per-tax-group .panel > table:last-child, .panel > #features:last-child, .panel > table.list-inventories:last-child, .panel > table#batch_receipts:last-child, .panel > #kassa_pay_transaction_detail_table:last-child, body#purchased_articles .panel > #purchased_articles_table:last-child, .panel > .mergeport_orders_table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > table#recent-journal-positions:last-child,
.panel > .table-responsive:last-child > table#rksv-registers:last-child,
.panel > .table-responsive:last-child > table#latest_completed_invoice:last-child,
.panel > .table-responsive:last-child > table#customers:last-child,
.panel > .table-responsive:last-child > table#articles:last-child,
.panel > .table-responsive:last-child > table.delivers:last-child,
.panel > .table-responsive:last-child > table.closings:last-child,
.panel > .table-responsive:last-child > table.striped_table:last-child,
.panel > .table-responsive:last-child > table.normal_table:last-child,
.panel > .table-responsive:last-child > table#invoice-archive:last-child,
.panel > .table-responsive:last-child > table#delivery_note_archive:last-child,
#statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child,
.panel > .table-responsive:last-child > table.edit-invoice-line-items:last-child,
.panel > .table-responsive:last-child > table.edit-invoice-line-items-new:last-child,
.panel > .table-responsive:last-child > table#users-list:last-child,
#invoice-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child,
.panel > .table-responsive:last-child > #features:last-child,
.panel > .table-responsive:last-child > table.list-inventories:last-child,
.panel > .table-responsive:last-child > table#batch_receipts:last-child,
.panel > .table-responsive:last-child > #kassa_pay_transaction_detail_table:last-child,
body#purchased_articles .panel > .table-responsive:last-child > #purchased_articles_table:last-child,
.panel > .table-responsive:last-child > .mergeport_orders_table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > table#recent-journal-positions:last-child > tbody:last-child > tr:last-child, .panel > table#rksv-registers:last-child > tbody:last-child > tr:last-child, .panel > table#latest_completed_invoice:last-child > tbody:last-child > tr:last-child, .panel > table#customers:last-child > tbody:last-child > tr:last-child, .panel > table#articles:last-child > tbody:last-child > tr:last-child, .panel > table.delivers:last-child > tbody:last-child > tr:last-child, .panel > table.closings:last-child > tbody:last-child > tr:last-child, .panel > table.striped_table:last-child > tbody:last-child > tr:last-child, .panel > table.normal_table:last-child > tbody:last-child > tr:last-child, .panel > table#invoice-archive:last-child > tbody:last-child > tr:last-child, .panel > table#delivery_note_archive:last-child > tbody:last-child > tr:last-child, #statistics-form #statistics-totals-per-tax-group .panel > table:last-child > tbody:last-child > tr:last-child, .panel > table.edit-invoice-line-items:last-child > tbody:last-child > tr:last-child, .panel > table.edit-invoice-line-items-new:last-child > tbody:last-child > tr:last-child, .panel > table#users-list:last-child > tbody:last-child > tr:last-child, #invoice-totals-per-tax-group .panel > table:last-child > tbody:last-child > tr:last-child, .panel > #features:last-child > tbody:last-child > tr:last-child, .panel > table.list-inventories:last-child > tbody:last-child > tr:last-child, .panel > table#batch_receipts:last-child > tbody:last-child > tr:last-child, .panel > #kassa_pay_transaction_detail_table:last-child > tbody:last-child > tr:last-child, body#purchased_articles .panel > #purchased_articles_table:last-child > tbody:last-child > tr:last-child, .panel > .mergeport_orders_table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > table#recent-journal-positions:last-child > tfoot:last-child > tr:last-child,
  .panel > table#rksv-registers:last-child > tfoot:last-child > tr:last-child,
  .panel > table#latest_completed_invoice:last-child > tfoot:last-child > tr:last-child,
  .panel > table#customers:last-child > tfoot:last-child > tr:last-child,
  .panel > table#articles:last-child > tfoot:last-child > tr:last-child,
  .panel > table.delivers:last-child > tfoot:last-child > tr:last-child,
  .panel > table.closings:last-child > tfoot:last-child > tr:last-child,
  .panel > table.striped_table:last-child > tfoot:last-child > tr:last-child,
  .panel > table.normal_table:last-child > tfoot:last-child > tr:last-child,
  .panel > table#invoice-archive:last-child > tfoot:last-child > tr:last-child,
  .panel > table#delivery_note_archive:last-child > tfoot:last-child > tr:last-child,
  #statistics-form #statistics-totals-per-tax-group .panel > table:last-child > tfoot:last-child > tr:last-child,
  .panel > table.edit-invoice-line-items:last-child > tfoot:last-child > tr:last-child,
  .panel > table.edit-invoice-line-items-new:last-child > tfoot:last-child > tr:last-child,
  .panel > table#users-list:last-child > tfoot:last-child > tr:last-child,
  #invoice-totals-per-tax-group .panel > table:last-child > tfoot:last-child > tr:last-child,
  .panel > #features:last-child > tfoot:last-child > tr:last-child,
  .panel > table.list-inventories:last-child > tfoot:last-child > tr:last-child,
  .panel > table#batch_receipts:last-child > tfoot:last-child > tr:last-child,
  .panel > #kassa_pay_transaction_detail_table:last-child > tfoot:last-child > tr:last-child,
  body#purchased_articles .panel > #purchased_articles_table:last-child > tfoot:last-child > tr:last-child,
  .panel > .mergeport_orders_table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#recent-journal-positions:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#rksv-registers:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#latest_completed_invoice:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#customers:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#articles:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.delivers:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.closings:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.striped_table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.normal_table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#invoice-archive:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#delivery_note_archive:last-child > tbody:last-child > tr:last-child,
  #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.edit-invoice-line-items:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.edit-invoice-line-items-new:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#users-list:last-child > tbody:last-child > tr:last-child,
  #invoice-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > #features:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.list-inventories:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#batch_receipts:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > #kassa_pay_transaction_detail_table:last-child > tbody:last-child > tr:last-child,
  body#purchased_articles .panel > .table-responsive:last-child > #purchased_articles_table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .mergeport_orders_table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#recent-journal-positions:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#rksv-registers:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#latest_completed_invoice:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#customers:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#articles:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.delivers:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.closings:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.striped_table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.normal_table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#invoice-archive:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#delivery_note_archive:last-child > tfoot:last-child > tr:last-child,
  #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.edit-invoice-line-items:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.edit-invoice-line-items-new:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#users-list:last-child > tfoot:last-child > tr:last-child,
  #invoice-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > #features:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table.list-inventories:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > table#batch_receipts:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > #kassa_pay_transaction_detail_table:last-child > tfoot:last-child > tr:last-child,
  body#purchased_articles .panel > .table-responsive:last-child > #purchased_articles_table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .mergeport_orders_table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table#recent-journal-positions:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table#rksv-registers:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table#latest_completed_invoice:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table#customers:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table#articles:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table.delivers:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table.closings:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table.striped_table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table.normal_table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table#invoice-archive:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table#delivery_note_archive:last-child > tbody:last-child > tr:last-child td:first-child, #statistics-form #statistics-totals-per-tax-group .panel > table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table.edit-invoice-line-items:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table.edit-invoice-line-items-new:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table#users-list:last-child > tbody:last-child > tr:last-child td:first-child, #invoice-totals-per-tax-group .panel > table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > #features:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table.list-inventories:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table#batch_receipts:last-child > tbody:last-child > tr:last-child td:first-child, .panel > #kassa_pay_transaction_detail_table:last-child > tbody:last-child > tr:last-child td:first-child, body#purchased_articles .panel > #purchased_articles_table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .mergeport_orders_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table#recent-journal-positions:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table#rksv-registers:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table#latest_completed_invoice:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table#customers:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table#articles:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table.delivers:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table.closings:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table.striped_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table.normal_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table#invoice-archive:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table#delivery_note_archive:last-child > tbody:last-child > tr:last-child th:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table.edit-invoice-line-items:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table.edit-invoice-line-items-new:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table#users-list:last-child > tbody:last-child > tr:last-child th:first-child,
    #invoice-totals-per-tax-group .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > #features:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table.list-inventories:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > table#batch_receipts:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > #kassa_pay_transaction_detail_table:last-child > tbody:last-child > tr:last-child th:first-child,
    body#purchased_articles .panel > #purchased_articles_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .mergeport_orders_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table#recent-journal-positions:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table#rksv-registers:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table#latest_completed_invoice:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table#customers:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table#articles:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table.delivers:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table.closings:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table.striped_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table.normal_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table#invoice-archive:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table#delivery_note_archive:last-child > tfoot:last-child > tr:last-child td:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table.edit-invoice-line-items:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table.edit-invoice-line-items-new:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table#users-list:last-child > tfoot:last-child > tr:last-child td:first-child,
    #invoice-totals-per-tax-group .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > #features:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table.list-inventories:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > table#batch_receipts:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > #kassa_pay_transaction_detail_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body#purchased_articles .panel > #purchased_articles_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .mergeport_orders_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table#recent-journal-positions:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table#rksv-registers:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table#latest_completed_invoice:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table#customers:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table#articles:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table.delivers:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table.closings:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table.striped_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table.normal_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table#invoice-archive:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table#delivery_note_archive:last-child > tfoot:last-child > tr:last-child th:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table.edit-invoice-line-items:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table.edit-invoice-line-items-new:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table#users-list:last-child > tfoot:last-child > tr:last-child th:first-child,
    #invoice-totals-per-tax-group .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > #features:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table.list-inventories:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > table#batch_receipts:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > #kassa_pay_transaction_detail_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body#purchased_articles .panel > #purchased_articles_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .mergeport_orders_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#recent-journal-positions:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#rksv-registers:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#latest_completed_invoice:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#customers:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#articles:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.delivers:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.closings:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.striped_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.normal_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#invoice-archive:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#delivery_note_archive:last-child > tbody:last-child > tr:last-child td:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items-new:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#users-list:last-child > tbody:last-child > tr:last-child td:first-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > #features:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.list-inventories:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#batch_receipts:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > #kassa_pay_transaction_detail_table:last-child > tbody:last-child > tr:last-child td:first-child,
    body#purchased_articles .panel > .table-responsive:last-child > #purchased_articles_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .mergeport_orders_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#recent-journal-positions:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#rksv-registers:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#latest_completed_invoice:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#customers:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#articles:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.delivers:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.closings:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.striped_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.normal_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#invoice-archive:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#delivery_note_archive:last-child > tbody:last-child > tr:last-child th:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items-new:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#users-list:last-child > tbody:last-child > tr:last-child th:first-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > #features:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.list-inventories:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#batch_receipts:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > #kassa_pay_transaction_detail_table:last-child > tbody:last-child > tr:last-child th:first-child,
    body#purchased_articles .panel > .table-responsive:last-child > #purchased_articles_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .mergeport_orders_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#recent-journal-positions:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#rksv-registers:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#latest_completed_invoice:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#customers:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#articles:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.delivers:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.closings:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.striped_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.normal_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#invoice-archive:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#delivery_note_archive:last-child > tfoot:last-child > tr:last-child td:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items-new:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#users-list:last-child > tfoot:last-child > tr:last-child td:first-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > #features:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table.list-inventories:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > table#batch_receipts:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > #kassa_pay_transaction_detail_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body#purchased_articles .panel > .table-responsive:last-child > #purchased_articles_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .mergeport_orders_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#recent-journal-positions:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#rksv-registers:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#latest_completed_invoice:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#customers:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#articles:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.delivers:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.closings:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.striped_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.normal_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#invoice-archive:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#delivery_note_archive:last-child > tfoot:last-child > tr:last-child th:first-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items-new:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#users-list:last-child > tfoot:last-child > tr:last-child th:first-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > #features:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table.list-inventories:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > table#batch_receipts:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > #kassa_pay_transaction_detail_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body#purchased_articles .panel > .table-responsive:last-child > #purchased_articles_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .mergeport_orders_table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table#recent-journal-positions:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table#rksv-registers:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table#latest_completed_invoice:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table#customers:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table#articles:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table.delivers:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table.closings:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table.striped_table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table.normal_table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table#invoice-archive:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table#delivery_note_archive:last-child > tbody:last-child > tr:last-child td:last-child, #statistics-form #statistics-totals-per-tax-group .panel > table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table.edit-invoice-line-items:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table.edit-invoice-line-items-new:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table#users-list:last-child > tbody:last-child > tr:last-child td:last-child, #invoice-totals-per-tax-group .panel > table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > #features:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table.list-inventories:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table#batch_receipts:last-child > tbody:last-child > tr:last-child td:last-child, .panel > #kassa_pay_transaction_detail_table:last-child > tbody:last-child > tr:last-child td:last-child, body#purchased_articles .panel > #purchased_articles_table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .mergeport_orders_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table#recent-journal-positions:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table#rksv-registers:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table#latest_completed_invoice:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table#customers:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table#articles:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table.delivers:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table.closings:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table.striped_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table.normal_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table#invoice-archive:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table#delivery_note_archive:last-child > tbody:last-child > tr:last-child th:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table.edit-invoice-line-items:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table.edit-invoice-line-items-new:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table#users-list:last-child > tbody:last-child > tr:last-child th:last-child,
    #invoice-totals-per-tax-group .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > #features:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table.list-inventories:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > table#batch_receipts:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > #kassa_pay_transaction_detail_table:last-child > tbody:last-child > tr:last-child th:last-child,
    body#purchased_articles .panel > #purchased_articles_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .mergeport_orders_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table#recent-journal-positions:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table#rksv-registers:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table#latest_completed_invoice:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table#customers:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table#articles:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table.delivers:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table.closings:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table.striped_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table.normal_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table#invoice-archive:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table#delivery_note_archive:last-child > tfoot:last-child > tr:last-child td:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table.edit-invoice-line-items:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table.edit-invoice-line-items-new:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table#users-list:last-child > tfoot:last-child > tr:last-child td:last-child,
    #invoice-totals-per-tax-group .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > #features:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table.list-inventories:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > table#batch_receipts:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > #kassa_pay_transaction_detail_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body#purchased_articles .panel > #purchased_articles_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .mergeport_orders_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table#recent-journal-positions:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table#rksv-registers:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table#latest_completed_invoice:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table#customers:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table#articles:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table.delivers:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table.closings:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table.striped_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table.normal_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table#invoice-archive:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table#delivery_note_archive:last-child > tfoot:last-child > tr:last-child th:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table.edit-invoice-line-items:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table.edit-invoice-line-items-new:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table#users-list:last-child > tfoot:last-child > tr:last-child th:last-child,
    #invoice-totals-per-tax-group .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > #features:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table.list-inventories:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > table#batch_receipts:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > #kassa_pay_transaction_detail_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body#purchased_articles .panel > #purchased_articles_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .mergeport_orders_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#recent-journal-positions:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#rksv-registers:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#latest_completed_invoice:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#customers:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#articles:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.delivers:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.closings:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.striped_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.normal_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#invoice-archive:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#delivery_note_archive:last-child > tbody:last-child > tr:last-child td:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items-new:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#users-list:last-child > tbody:last-child > tr:last-child td:last-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > #features:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.list-inventories:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#batch_receipts:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > #kassa_pay_transaction_detail_table:last-child > tbody:last-child > tr:last-child td:last-child,
    body#purchased_articles .panel > .table-responsive:last-child > #purchased_articles_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .mergeport_orders_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#recent-journal-positions:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#rksv-registers:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#latest_completed_invoice:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#customers:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#articles:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.delivers:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.closings:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.striped_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.normal_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#invoice-archive:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#delivery_note_archive:last-child > tbody:last-child > tr:last-child th:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items-new:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#users-list:last-child > tbody:last-child > tr:last-child th:last-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > #features:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.list-inventories:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#batch_receipts:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > #kassa_pay_transaction_detail_table:last-child > tbody:last-child > tr:last-child th:last-child,
    body#purchased_articles .panel > .table-responsive:last-child > #purchased_articles_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .mergeport_orders_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#recent-journal-positions:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#rksv-registers:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#latest_completed_invoice:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#customers:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#articles:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.delivers:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.closings:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.striped_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.normal_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#invoice-archive:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#delivery_note_archive:last-child > tfoot:last-child > tr:last-child td:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items-new:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#users-list:last-child > tfoot:last-child > tr:last-child td:last-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > #features:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table.list-inventories:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > table#batch_receipts:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > #kassa_pay_transaction_detail_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body#purchased_articles .panel > .table-responsive:last-child > #purchased_articles_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .mergeport_orders_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#recent-journal-positions:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#rksv-registers:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#latest_completed_invoice:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#customers:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#articles:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.delivers:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.closings:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.striped_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.normal_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#invoice-archive:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#delivery_note_archive:last-child > tfoot:last-child > tr:last-child th:last-child,
    #statistics-form #statistics-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.edit-invoice-line-items-new:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#users-list:last-child > tfoot:last-child > tr:last-child th:last-child,
    #invoice-totals-per-tax-group .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > #features:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table.list-inventories:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > table#batch_receipts:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > #kassa_pay_transaction_detail_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body#purchased_articles .panel > .table-responsive:last-child > #purchased_articles_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .mergeport_orders_table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 2px; }

.panel > .panel-body + .table, .panel > .panel-body + table#recent-journal-positions, .panel > .panel-body + table#rksv-registers, .panel > .panel-body + table#latest_completed_invoice, .panel > .panel-body + table#customers, .panel > .panel-body + table#articles, .panel > .panel-body + table.delivers, .panel > .panel-body + table.closings, .panel > .panel-body + table.striped_table, .panel > .panel-body + table.normal_table, .panel > .panel-body + table#invoice-archive, .panel > .panel-body + table#delivery_note_archive, #statistics-form #statistics-totals-per-tax-group .panel > .panel-body + table, .panel > .panel-body + table.edit-invoice-line-items,
.panel > .panel-body + table.edit-invoice-line-items-new, .panel > .panel-body + table#users-list, #invoice-totals-per-tax-group .panel > .panel-body + table, .panel > .panel-body + #features, .panel > .panel-body + table.list-inventories, .panel > .panel-body + table#batch_receipts, .panel > .panel-body + #kassa_pay_transaction_detail_table, body#purchased_articles .panel > .panel-body + #purchased_articles_table, .panel > .panel-body + .mergeport_orders_table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > table#recent-journal-positions + .panel-body,
.panel > table#rksv-registers + .panel-body,
.panel > table#latest_completed_invoice + .panel-body,
.panel > table#customers + .panel-body,
.panel > table#articles + .panel-body,
.panel > table.delivers + .panel-body,
.panel > table.closings + .panel-body,
.panel > table.striped_table + .panel-body,
.panel > table.normal_table + .panel-body,
.panel > table#invoice-archive + .panel-body,
.panel > table#delivery_note_archive + .panel-body,
#statistics-form #statistics-totals-per-tax-group .panel > table + .panel-body,
.panel > table.edit-invoice-line-items + .panel-body,
.panel > table.edit-invoice-line-items-new + .panel-body,
.panel > table#users-list + .panel-body,
#invoice-totals-per-tax-group .panel > table + .panel-body,
.panel > #features + .panel-body,
.panel > table.list-inventories + .panel-body,
.panel > table#batch_receipts + .panel-body,
.panel > #kassa_pay_transaction_detail_table + .panel-body,
body#purchased_articles .panel > #purchased_articles_table + .panel-body,
.panel > .mergeport_orders_table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > table#recent-journal-positions > tbody:first-child > tr:first-child th, .panel > table#rksv-registers > tbody:first-child > tr:first-child th, .panel > table#latest_completed_invoice > tbody:first-child > tr:first-child th, .panel > table#customers > tbody:first-child > tr:first-child th, .panel > table#articles > tbody:first-child > tr:first-child th, .panel > table.delivers > tbody:first-child > tr:first-child th, .panel > table.closings > tbody:first-child > tr:first-child th, .panel > table.striped_table > tbody:first-child > tr:first-child th, .panel > table.normal_table > tbody:first-child > tr:first-child th, .panel > table#invoice-archive > tbody:first-child > tr:first-child th, .panel > table#delivery_note_archive > tbody:first-child > tr:first-child th, #statistics-form #statistics-totals-per-tax-group .panel > table > tbody:first-child > tr:first-child th, .panel > table.edit-invoice-line-items > tbody:first-child > tr:first-child th, .panel > table.edit-invoice-line-items-new > tbody:first-child > tr:first-child th, .panel > table#users-list > tbody:first-child > tr:first-child th, #invoice-totals-per-tax-group .panel > table > tbody:first-child > tr:first-child th, .panel > #features > tbody:first-child > tr:first-child th, .panel > table.list-inventories > tbody:first-child > tr:first-child th, .panel > table#batch_receipts > tbody:first-child > tr:first-child th, .panel > #kassa_pay_transaction_detail_table > tbody:first-child > tr:first-child th, body#purchased_articles .panel > #purchased_articles_table > tbody:first-child > tr:first-child th, .panel > .mergeport_orders_table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > table#recent-journal-positions > tbody:first-child > tr:first-child td,
.panel > table#rksv-registers > tbody:first-child > tr:first-child td,
.panel > table#latest_completed_invoice > tbody:first-child > tr:first-child td,
.panel > table#customers > tbody:first-child > tr:first-child td,
.panel > table#articles > tbody:first-child > tr:first-child td,
.panel > table.delivers > tbody:first-child > tr:first-child td,
.panel > table.closings > tbody:first-child > tr:first-child td,
.panel > table.striped_table > tbody:first-child > tr:first-child td,
.panel > table.normal_table > tbody:first-child > tr:first-child td,
.panel > table#invoice-archive > tbody:first-child > tr:first-child td,
.panel > table#delivery_note_archive > tbody:first-child > tr:first-child td,
#statistics-form #statistics-totals-per-tax-group .panel > table > tbody:first-child > tr:first-child td,
.panel > table.edit-invoice-line-items > tbody:first-child > tr:first-child td,
.panel > table.edit-invoice-line-items-new > tbody:first-child > tr:first-child td,
.panel > table#users-list > tbody:first-child > tr:first-child td,
#invoice-totals-per-tax-group .panel > table > tbody:first-child > tr:first-child td,
.panel > #features > tbody:first-child > tr:first-child td,
.panel > table.list-inventories > tbody:first-child > tr:first-child td,
.panel > table#batch_receipts > tbody:first-child > tr:first-child td,
.panel > #kassa_pay_transaction_detail_table > tbody:first-child > tr:first-child td,
body#purchased_articles .panel > #purchased_articles_table > tbody:first-child > tr:first-child td,
.panel > .mergeport_orders_table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .panel > table#recent-journal-positions, .panel > table#rksv-registers, .panel > table#latest_completed_invoice, .panel > table#customers, .panel > table#articles, .panel > table.delivers, .panel > table.closings, .panel > table.striped_table, .panel > table.normal_table, .panel > table#invoice-archive, .panel > table#delivery_note_archive, .panel > table.edit-invoice-line-items,
.panel > table.edit-invoice-line-items-new, .panel > table#users-list, .panel > table.list-inventories, .panel > table#batch_receipts, .panel > #kassa_pay_transaction_detail_table, body#purchased_articles .panel > #purchased_articles_table, .panel > .mergeport_orders_table,
.panel > .table-responsive > .table-bordered,
.panel > .table-responsive > table#recent-journal-positions,
.panel > .table-responsive > table#rksv-registers,
.panel > .table-responsive > table#latest_completed_invoice,
.panel > .table-responsive > table#customers,
.panel > .table-responsive > table#articles,
.panel > .table-responsive > table.delivers,
.panel > .table-responsive > table.closings,
.panel > .table-responsive > table.striped_table,
.panel > .table-responsive > table.normal_table,
.panel > .table-responsive > table#invoice-archive,
.panel > .table-responsive > table#delivery_note_archive,
.panel > .table-responsive > table.edit-invoice-line-items,
.panel > .table-responsive > table.edit-invoice-line-items-new,
.panel > .table-responsive > table#users-list,
.panel > .table-responsive > table.list-inventories,
.panel > .table-responsive > table#batch_receipts,
.panel > .table-responsive > #kassa_pay_transaction_detail_table,
body#purchased_articles .panel > .table-responsive > #purchased_articles_table,
.panel > .table-responsive > .mergeport_orders_table {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child, .panel > table#recent-journal-positions > thead > tr > th:first-child, .panel > table#rksv-registers > thead > tr > th:first-child, .panel > table#latest_completed_invoice > thead > tr > th:first-child, .panel > table#customers > thead > tr > th:first-child, .panel > table#articles > thead > tr > th:first-child, .panel > table.delivers > thead > tr > th:first-child, .panel > table.closings > thead > tr > th:first-child, .panel > table.striped_table > thead > tr > th:first-child, .panel > table.normal_table > thead > tr > th:first-child, .panel > table#invoice-archive > thead > tr > th:first-child, .panel > table#delivery_note_archive > thead > tr > th:first-child, .panel > table.edit-invoice-line-items > thead > tr > th:first-child, .panel > table.edit-invoice-line-items-new > thead > tr > th:first-child, .panel > table#users-list > thead > tr > th:first-child, .panel > table.list-inventories > thead > tr > th:first-child, .panel > table#batch_receipts > thead > tr > th:first-child, .panel > #kassa_pay_transaction_detail_table > thead > tr > th:first-child, body#purchased_articles .panel > #purchased_articles_table > thead > tr > th:first-child, .panel > .mergeport_orders_table > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > table#recent-journal-positions > thead > tr > td:first-child,
  .panel > table#rksv-registers > thead > tr > td:first-child,
  .panel > table#latest_completed_invoice > thead > tr > td:first-child,
  .panel > table#customers > thead > tr > td:first-child,
  .panel > table#articles > thead > tr > td:first-child,
  .panel > table.delivers > thead > tr > td:first-child,
  .panel > table.closings > thead > tr > td:first-child,
  .panel > table.striped_table > thead > tr > td:first-child,
  .panel > table.normal_table > thead > tr > td:first-child,
  .panel > table#invoice-archive > thead > tr > td:first-child,
  .panel > table#delivery_note_archive > thead > tr > td:first-child,
  .panel > table.edit-invoice-line-items > thead > tr > td:first-child,
  .panel > table.edit-invoice-line-items-new > thead > tr > td:first-child,
  .panel > table#users-list > thead > tr > td:first-child,
  .panel > table.list-inventories > thead > tr > td:first-child,
  .panel > table#batch_receipts > thead > tr > td:first-child,
  .panel > #kassa_pay_transaction_detail_table > thead > tr > td:first-child,
  body#purchased_articles .panel > #purchased_articles_table > thead > tr > td:first-child,
  .panel > .mergeport_orders_table > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > table#recent-journal-positions > tbody > tr > th:first-child,
  .panel > table#rksv-registers > tbody > tr > th:first-child,
  .panel > table#latest_completed_invoice > tbody > tr > th:first-child,
  .panel > table#customers > tbody > tr > th:first-child,
  .panel > table#articles > tbody > tr > th:first-child,
  .panel > table.delivers > tbody > tr > th:first-child,
  .panel > table.closings > tbody > tr > th:first-child,
  .panel > table.striped_table > tbody > tr > th:first-child,
  .panel > table.normal_table > tbody > tr > th:first-child,
  .panel > table#invoice-archive > tbody > tr > th:first-child,
  .panel > table#delivery_note_archive > tbody > tr > th:first-child,
  .panel > table.edit-invoice-line-items > tbody > tr > th:first-child,
  .panel > table.edit-invoice-line-items-new > tbody > tr > th:first-child,
  .panel > table#users-list > tbody > tr > th:first-child,
  .panel > table.list-inventories > tbody > tr > th:first-child,
  .panel > table#batch_receipts > tbody > tr > th:first-child,
  .panel > #kassa_pay_transaction_detail_table > tbody > tr > th:first-child,
  body#purchased_articles .panel > #purchased_articles_table > tbody > tr > th:first-child,
  .panel > .mergeport_orders_table > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > table#recent-journal-positions > tbody > tr > td:first-child,
  .panel > table#rksv-registers > tbody > tr > td:first-child,
  .panel > table#latest_completed_invoice > tbody > tr > td:first-child,
  .panel > table#customers > tbody > tr > td:first-child,
  .panel > table#articles > tbody > tr > td:first-child,
  .panel > table.delivers > tbody > tr > td:first-child,
  .panel > table.closings > tbody > tr > td:first-child,
  .panel > table.striped_table > tbody > tr > td:first-child,
  .panel > table.normal_table > tbody > tr > td:first-child,
  .panel > table#invoice-archive > tbody > tr > td:first-child,
  .panel > table#delivery_note_archive > tbody > tr > td:first-child,
  .panel > table.edit-invoice-line-items > tbody > tr > td:first-child,
  .panel > table.edit-invoice-line-items-new > tbody > tr > td:first-child,
  .panel > table#users-list > tbody > tr > td:first-child,
  .panel > table.list-inventories > tbody > tr > td:first-child,
  .panel > table#batch_receipts > tbody > tr > td:first-child,
  .panel > #kassa_pay_transaction_detail_table > tbody > tr > td:first-child,
  body#purchased_articles .panel > #purchased_articles_table > tbody > tr > td:first-child,
  .panel > .mergeport_orders_table > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > table#recent-journal-positions > tfoot > tr > th:first-child,
  .panel > table#rksv-registers > tfoot > tr > th:first-child,
  .panel > table#latest_completed_invoice > tfoot > tr > th:first-child,
  .panel > table#customers > tfoot > tr > th:first-child,
  .panel > table#articles > tfoot > tr > th:first-child,
  .panel > table.delivers > tfoot > tr > th:first-child,
  .panel > table.closings > tfoot > tr > th:first-child,
  .panel > table.striped_table > tfoot > tr > th:first-child,
  .panel > table.normal_table > tfoot > tr > th:first-child,
  .panel > table#invoice-archive > tfoot > tr > th:first-child,
  .panel > table#delivery_note_archive > tfoot > tr > th:first-child,
  .panel > table.edit-invoice-line-items > tfoot > tr > th:first-child,
  .panel > table.edit-invoice-line-items-new > tfoot > tr > th:first-child,
  .panel > table#users-list > tfoot > tr > th:first-child,
  .panel > table.list-inventories > tfoot > tr > th:first-child,
  .panel > table#batch_receipts > tfoot > tr > th:first-child,
  .panel > #kassa_pay_transaction_detail_table > tfoot > tr > th:first-child,
  body#purchased_articles .panel > #purchased_articles_table > tfoot > tr > th:first-child,
  .panel > .mergeport_orders_table > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > table#recent-journal-positions > tfoot > tr > td:first-child,
  .panel > table#rksv-registers > tfoot > tr > td:first-child,
  .panel > table#latest_completed_invoice > tfoot > tr > td:first-child,
  .panel > table#customers > tfoot > tr > td:first-child,
  .panel > table#articles > tfoot > tr > td:first-child,
  .panel > table.delivers > tfoot > tr > td:first-child,
  .panel > table.closings > tfoot > tr > td:first-child,
  .panel > table.striped_table > tfoot > tr > td:first-child,
  .panel > table.normal_table > tfoot > tr > td:first-child,
  .panel > table#invoice-archive > tfoot > tr > td:first-child,
  .panel > table#delivery_note_archive > tfoot > tr > td:first-child,
  .panel > table.edit-invoice-line-items > tfoot > tr > td:first-child,
  .panel > table.edit-invoice-line-items-new > tfoot > tr > td:first-child,
  .panel > table#users-list > tfoot > tr > td:first-child,
  .panel > table.list-inventories > tfoot > tr > td:first-child,
  .panel > table#batch_receipts > tfoot > tr > td:first-child,
  .panel > #kassa_pay_transaction_detail_table > tfoot > tr > td:first-child,
  body#purchased_articles .panel > #purchased_articles_table > tfoot > tr > td:first-child,
  .panel > .mergeport_orders_table > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > table#recent-journal-positions > thead > tr > th:first-child,
  .panel > .table-responsive > table#rksv-registers > thead > tr > th:first-child,
  .panel > .table-responsive > table#latest_completed_invoice > thead > tr > th:first-child,
  .panel > .table-responsive > table#customers > thead > tr > th:first-child,
  .panel > .table-responsive > table#articles > thead > tr > th:first-child,
  .panel > .table-responsive > table.delivers > thead > tr > th:first-child,
  .panel > .table-responsive > table.closings > thead > tr > th:first-child,
  .panel > .table-responsive > table.striped_table > thead > tr > th:first-child,
  .panel > .table-responsive > table.normal_table > thead > tr > th:first-child,
  .panel > .table-responsive > table#invoice-archive > thead > tr > th:first-child,
  .panel > .table-responsive > table#delivery_note_archive > thead > tr > th:first-child,
  .panel > .table-responsive > table.edit-invoice-line-items > thead > tr > th:first-child,
  .panel > .table-responsive > table.edit-invoice-line-items-new > thead > tr > th:first-child,
  .panel > .table-responsive > table#users-list > thead > tr > th:first-child,
  .panel > .table-responsive > table.list-inventories > thead > tr > th:first-child,
  .panel > .table-responsive > table#batch_receipts > thead > tr > th:first-child,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > thead > tr > th:first-child,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > thead > tr > th:first-child,
  .panel > .table-responsive > .mergeport_orders_table > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > table#recent-journal-positions > thead > tr > td:first-child,
  .panel > .table-responsive > table#rksv-registers > thead > tr > td:first-child,
  .panel > .table-responsive > table#latest_completed_invoice > thead > tr > td:first-child,
  .panel > .table-responsive > table#customers > thead > tr > td:first-child,
  .panel > .table-responsive > table#articles > thead > tr > td:first-child,
  .panel > .table-responsive > table.delivers > thead > tr > td:first-child,
  .panel > .table-responsive > table.closings > thead > tr > td:first-child,
  .panel > .table-responsive > table.striped_table > thead > tr > td:first-child,
  .panel > .table-responsive > table.normal_table > thead > tr > td:first-child,
  .panel > .table-responsive > table#invoice-archive > thead > tr > td:first-child,
  .panel > .table-responsive > table#delivery_note_archive > thead > tr > td:first-child,
  .panel > .table-responsive > table.edit-invoice-line-items > thead > tr > td:first-child,
  .panel > .table-responsive > table.edit-invoice-line-items-new > thead > tr > td:first-child,
  .panel > .table-responsive > table#users-list > thead > tr > td:first-child,
  .panel > .table-responsive > table.list-inventories > thead > tr > td:first-child,
  .panel > .table-responsive > table#batch_receipts > thead > tr > td:first-child,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > thead > tr > td:first-child,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > thead > tr > td:first-child,
  .panel > .table-responsive > .mergeport_orders_table > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > table#recent-journal-positions > tbody > tr > th:first-child,
  .panel > .table-responsive > table#rksv-registers > tbody > tr > th:first-child,
  .panel > .table-responsive > table#latest_completed_invoice > tbody > tr > th:first-child,
  .panel > .table-responsive > table#customers > tbody > tr > th:first-child,
  .panel > .table-responsive > table#articles > tbody > tr > th:first-child,
  .panel > .table-responsive > table.delivers > tbody > tr > th:first-child,
  .panel > .table-responsive > table.closings > tbody > tr > th:first-child,
  .panel > .table-responsive > table.striped_table > tbody > tr > th:first-child,
  .panel > .table-responsive > table.normal_table > tbody > tr > th:first-child,
  .panel > .table-responsive > table#invoice-archive > tbody > tr > th:first-child,
  .panel > .table-responsive > table#delivery_note_archive > tbody > tr > th:first-child,
  .panel > .table-responsive > table.edit-invoice-line-items > tbody > tr > th:first-child,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tbody > tr > th:first-child,
  .panel > .table-responsive > table#users-list > tbody > tr > th:first-child,
  .panel > .table-responsive > table.list-inventories > tbody > tr > th:first-child,
  .panel > .table-responsive > table#batch_receipts > tbody > tr > th:first-child,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr > th:first-child,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tbody > tr > th:first-child,
  .panel > .table-responsive > .mergeport_orders_table > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > table#recent-journal-positions > tbody > tr > td:first-child,
  .panel > .table-responsive > table#rksv-registers > tbody > tr > td:first-child,
  .panel > .table-responsive > table#latest_completed_invoice > tbody > tr > td:first-child,
  .panel > .table-responsive > table#customers > tbody > tr > td:first-child,
  .panel > .table-responsive > table#articles > tbody > tr > td:first-child,
  .panel > .table-responsive > table.delivers > tbody > tr > td:first-child,
  .panel > .table-responsive > table.closings > tbody > tr > td:first-child,
  .panel > .table-responsive > table.striped_table > tbody > tr > td:first-child,
  .panel > .table-responsive > table.normal_table > tbody > tr > td:first-child,
  .panel > .table-responsive > table#invoice-archive > tbody > tr > td:first-child,
  .panel > .table-responsive > table#delivery_note_archive > tbody > tr > td:first-child,
  .panel > .table-responsive > table.edit-invoice-line-items > tbody > tr > td:first-child,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tbody > tr > td:first-child,
  .panel > .table-responsive > table#users-list > tbody > tr > td:first-child,
  .panel > .table-responsive > table.list-inventories > tbody > tr > td:first-child,
  .panel > .table-responsive > table#batch_receipts > tbody > tr > td:first-child,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr > td:first-child,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tbody > tr > td:first-child,
  .panel > .table-responsive > .mergeport_orders_table > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > table#recent-journal-positions > tfoot > tr > th:first-child,
  .panel > .table-responsive > table#rksv-registers > tfoot > tr > th:first-child,
  .panel > .table-responsive > table#latest_completed_invoice > tfoot > tr > th:first-child,
  .panel > .table-responsive > table#customers > tfoot > tr > th:first-child,
  .panel > .table-responsive > table#articles > tfoot > tr > th:first-child,
  .panel > .table-responsive > table.delivers > tfoot > tr > th:first-child,
  .panel > .table-responsive > table.closings > tfoot > tr > th:first-child,
  .panel > .table-responsive > table.striped_table > tfoot > tr > th:first-child,
  .panel > .table-responsive > table.normal_table > tfoot > tr > th:first-child,
  .panel > .table-responsive > table#invoice-archive > tfoot > tr > th:first-child,
  .panel > .table-responsive > table#delivery_note_archive > tfoot > tr > th:first-child,
  .panel > .table-responsive > table.edit-invoice-line-items > tfoot > tr > th:first-child,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tfoot > tr > th:first-child,
  .panel > .table-responsive > table#users-list > tfoot > tr > th:first-child,
  .panel > .table-responsive > table.list-inventories > tfoot > tr > th:first-child,
  .panel > .table-responsive > table#batch_receipts > tfoot > tr > th:first-child,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr > th:first-child,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tfoot > tr > th:first-child,
  .panel > .table-responsive > .mergeport_orders_table > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > table#recent-journal-positions > tfoot > tr > td:first-child,
  .panel > .table-responsive > table#rksv-registers > tfoot > tr > td:first-child,
  .panel > .table-responsive > table#latest_completed_invoice > tfoot > tr > td:first-child,
  .panel > .table-responsive > table#customers > tfoot > tr > td:first-child,
  .panel > .table-responsive > table#articles > tfoot > tr > td:first-child,
  .panel > .table-responsive > table.delivers > tfoot > tr > td:first-child,
  .panel > .table-responsive > table.closings > tfoot > tr > td:first-child,
  .panel > .table-responsive > table.striped_table > tfoot > tr > td:first-child,
  .panel > .table-responsive > table.normal_table > tfoot > tr > td:first-child,
  .panel > .table-responsive > table#invoice-archive > tfoot > tr > td:first-child,
  .panel > .table-responsive > table#delivery_note_archive > tfoot > tr > td:first-child,
  .panel > .table-responsive > table.edit-invoice-line-items > tfoot > tr > td:first-child,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tfoot > tr > td:first-child,
  .panel > .table-responsive > table#users-list > tfoot > tr > td:first-child,
  .panel > .table-responsive > table.list-inventories > tfoot > tr > td:first-child,
  .panel > .table-responsive > table#batch_receipts > tfoot > tr > td:first-child,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr > td:first-child,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tfoot > tr > td:first-child,
  .panel > .table-responsive > .mergeport_orders_table > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child, .panel > table#recent-journal-positions > thead > tr > th:last-child, .panel > table#rksv-registers > thead > tr > th:last-child, .panel > table#latest_completed_invoice > thead > tr > th:last-child, .panel > table#customers > thead > tr > th:last-child, .panel > table#articles > thead > tr > th:last-child, .panel > table.delivers > thead > tr > th:last-child, .panel > table.closings > thead > tr > th:last-child, .panel > table.striped_table > thead > tr > th:last-child, .panel > table.normal_table > thead > tr > th:last-child, .panel > table#invoice-archive > thead > tr > th:last-child, .panel > table#delivery_note_archive > thead > tr > th:last-child, .panel > table.edit-invoice-line-items > thead > tr > th:last-child, .panel > table.edit-invoice-line-items-new > thead > tr > th:last-child, .panel > table#users-list > thead > tr > th:last-child, .panel > table.list-inventories > thead > tr > th:last-child, .panel > table#batch_receipts > thead > tr > th:last-child, .panel > #kassa_pay_transaction_detail_table > thead > tr > th:last-child, body#purchased_articles .panel > #purchased_articles_table > thead > tr > th:last-child, .panel > .mergeport_orders_table > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > table#recent-journal-positions > thead > tr > td:last-child,
  .panel > table#rksv-registers > thead > tr > td:last-child,
  .panel > table#latest_completed_invoice > thead > tr > td:last-child,
  .panel > table#customers > thead > tr > td:last-child,
  .panel > table#articles > thead > tr > td:last-child,
  .panel > table.delivers > thead > tr > td:last-child,
  .panel > table.closings > thead > tr > td:last-child,
  .panel > table.striped_table > thead > tr > td:last-child,
  .panel > table.normal_table > thead > tr > td:last-child,
  .panel > table#invoice-archive > thead > tr > td:last-child,
  .panel > table#delivery_note_archive > thead > tr > td:last-child,
  .panel > table.edit-invoice-line-items > thead > tr > td:last-child,
  .panel > table.edit-invoice-line-items-new > thead > tr > td:last-child,
  .panel > table#users-list > thead > tr > td:last-child,
  .panel > table.list-inventories > thead > tr > td:last-child,
  .panel > table#batch_receipts > thead > tr > td:last-child,
  .panel > #kassa_pay_transaction_detail_table > thead > tr > td:last-child,
  body#purchased_articles .panel > #purchased_articles_table > thead > tr > td:last-child,
  .panel > .mergeport_orders_table > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > table#recent-journal-positions > tbody > tr > th:last-child,
  .panel > table#rksv-registers > tbody > tr > th:last-child,
  .panel > table#latest_completed_invoice > tbody > tr > th:last-child,
  .panel > table#customers > tbody > tr > th:last-child,
  .panel > table#articles > tbody > tr > th:last-child,
  .panel > table.delivers > tbody > tr > th:last-child,
  .panel > table.closings > tbody > tr > th:last-child,
  .panel > table.striped_table > tbody > tr > th:last-child,
  .panel > table.normal_table > tbody > tr > th:last-child,
  .panel > table#invoice-archive > tbody > tr > th:last-child,
  .panel > table#delivery_note_archive > tbody > tr > th:last-child,
  .panel > table.edit-invoice-line-items > tbody > tr > th:last-child,
  .panel > table.edit-invoice-line-items-new > tbody > tr > th:last-child,
  .panel > table#users-list > tbody > tr > th:last-child,
  .panel > table.list-inventories > tbody > tr > th:last-child,
  .panel > table#batch_receipts > tbody > tr > th:last-child,
  .panel > #kassa_pay_transaction_detail_table > tbody > tr > th:last-child,
  body#purchased_articles .panel > #purchased_articles_table > tbody > tr > th:last-child,
  .panel > .mergeport_orders_table > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > table#recent-journal-positions > tbody > tr > td:last-child,
  .panel > table#rksv-registers > tbody > tr > td:last-child,
  .panel > table#latest_completed_invoice > tbody > tr > td:last-child,
  .panel > table#customers > tbody > tr > td:last-child,
  .panel > table#articles > tbody > tr > td:last-child,
  .panel > table.delivers > tbody > tr > td:last-child,
  .panel > table.closings > tbody > tr > td:last-child,
  .panel > table.striped_table > tbody > tr > td:last-child,
  .panel > table.normal_table > tbody > tr > td:last-child,
  .panel > table#invoice-archive > tbody > tr > td:last-child,
  .panel > table#delivery_note_archive > tbody > tr > td:last-child,
  .panel > table.edit-invoice-line-items > tbody > tr > td:last-child,
  .panel > table.edit-invoice-line-items-new > tbody > tr > td:last-child,
  .panel > table#users-list > tbody > tr > td:last-child,
  .panel > table.list-inventories > tbody > tr > td:last-child,
  .panel > table#batch_receipts > tbody > tr > td:last-child,
  .panel > #kassa_pay_transaction_detail_table > tbody > tr > td:last-child,
  body#purchased_articles .panel > #purchased_articles_table > tbody > tr > td:last-child,
  .panel > .mergeport_orders_table > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > table#recent-journal-positions > tfoot > tr > th:last-child,
  .panel > table#rksv-registers > tfoot > tr > th:last-child,
  .panel > table#latest_completed_invoice > tfoot > tr > th:last-child,
  .panel > table#customers > tfoot > tr > th:last-child,
  .panel > table#articles > tfoot > tr > th:last-child,
  .panel > table.delivers > tfoot > tr > th:last-child,
  .panel > table.closings > tfoot > tr > th:last-child,
  .panel > table.striped_table > tfoot > tr > th:last-child,
  .panel > table.normal_table > tfoot > tr > th:last-child,
  .panel > table#invoice-archive > tfoot > tr > th:last-child,
  .panel > table#delivery_note_archive > tfoot > tr > th:last-child,
  .panel > table.edit-invoice-line-items > tfoot > tr > th:last-child,
  .panel > table.edit-invoice-line-items-new > tfoot > tr > th:last-child,
  .panel > table#users-list > tfoot > tr > th:last-child,
  .panel > table.list-inventories > tfoot > tr > th:last-child,
  .panel > table#batch_receipts > tfoot > tr > th:last-child,
  .panel > #kassa_pay_transaction_detail_table > tfoot > tr > th:last-child,
  body#purchased_articles .panel > #purchased_articles_table > tfoot > tr > th:last-child,
  .panel > .mergeport_orders_table > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > table#recent-journal-positions > tfoot > tr > td:last-child,
  .panel > table#rksv-registers > tfoot > tr > td:last-child,
  .panel > table#latest_completed_invoice > tfoot > tr > td:last-child,
  .panel > table#customers > tfoot > tr > td:last-child,
  .panel > table#articles > tfoot > tr > td:last-child,
  .panel > table.delivers > tfoot > tr > td:last-child,
  .panel > table.closings > tfoot > tr > td:last-child,
  .panel > table.striped_table > tfoot > tr > td:last-child,
  .panel > table.normal_table > tfoot > tr > td:last-child,
  .panel > table#invoice-archive > tfoot > tr > td:last-child,
  .panel > table#delivery_note_archive > tfoot > tr > td:last-child,
  .panel > table.edit-invoice-line-items > tfoot > tr > td:last-child,
  .panel > table.edit-invoice-line-items-new > tfoot > tr > td:last-child,
  .panel > table#users-list > tfoot > tr > td:last-child,
  .panel > table.list-inventories > tfoot > tr > td:last-child,
  .panel > table#batch_receipts > tfoot > tr > td:last-child,
  .panel > #kassa_pay_transaction_detail_table > tfoot > tr > td:last-child,
  body#purchased_articles .panel > #purchased_articles_table > tfoot > tr > td:last-child,
  .panel > .mergeport_orders_table > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > table#recent-journal-positions > thead > tr > th:last-child,
  .panel > .table-responsive > table#rksv-registers > thead > tr > th:last-child,
  .panel > .table-responsive > table#latest_completed_invoice > thead > tr > th:last-child,
  .panel > .table-responsive > table#customers > thead > tr > th:last-child,
  .panel > .table-responsive > table#articles > thead > tr > th:last-child,
  .panel > .table-responsive > table.delivers > thead > tr > th:last-child,
  .panel > .table-responsive > table.closings > thead > tr > th:last-child,
  .panel > .table-responsive > table.striped_table > thead > tr > th:last-child,
  .panel > .table-responsive > table.normal_table > thead > tr > th:last-child,
  .panel > .table-responsive > table#invoice-archive > thead > tr > th:last-child,
  .panel > .table-responsive > table#delivery_note_archive > thead > tr > th:last-child,
  .panel > .table-responsive > table.edit-invoice-line-items > thead > tr > th:last-child,
  .panel > .table-responsive > table.edit-invoice-line-items-new > thead > tr > th:last-child,
  .panel > .table-responsive > table#users-list > thead > tr > th:last-child,
  .panel > .table-responsive > table.list-inventories > thead > tr > th:last-child,
  .panel > .table-responsive > table#batch_receipts > thead > tr > th:last-child,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > thead > tr > th:last-child,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > thead > tr > th:last-child,
  .panel > .table-responsive > .mergeport_orders_table > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > table#recent-journal-positions > thead > tr > td:last-child,
  .panel > .table-responsive > table#rksv-registers > thead > tr > td:last-child,
  .panel > .table-responsive > table#latest_completed_invoice > thead > tr > td:last-child,
  .panel > .table-responsive > table#customers > thead > tr > td:last-child,
  .panel > .table-responsive > table#articles > thead > tr > td:last-child,
  .panel > .table-responsive > table.delivers > thead > tr > td:last-child,
  .panel > .table-responsive > table.closings > thead > tr > td:last-child,
  .panel > .table-responsive > table.striped_table > thead > tr > td:last-child,
  .panel > .table-responsive > table.normal_table > thead > tr > td:last-child,
  .panel > .table-responsive > table#invoice-archive > thead > tr > td:last-child,
  .panel > .table-responsive > table#delivery_note_archive > thead > tr > td:last-child,
  .panel > .table-responsive > table.edit-invoice-line-items > thead > tr > td:last-child,
  .panel > .table-responsive > table.edit-invoice-line-items-new > thead > tr > td:last-child,
  .panel > .table-responsive > table#users-list > thead > tr > td:last-child,
  .panel > .table-responsive > table.list-inventories > thead > tr > td:last-child,
  .panel > .table-responsive > table#batch_receipts > thead > tr > td:last-child,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > thead > tr > td:last-child,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > thead > tr > td:last-child,
  .panel > .table-responsive > .mergeport_orders_table > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > table#recent-journal-positions > tbody > tr > th:last-child,
  .panel > .table-responsive > table#rksv-registers > tbody > tr > th:last-child,
  .panel > .table-responsive > table#latest_completed_invoice > tbody > tr > th:last-child,
  .panel > .table-responsive > table#customers > tbody > tr > th:last-child,
  .panel > .table-responsive > table#articles > tbody > tr > th:last-child,
  .panel > .table-responsive > table.delivers > tbody > tr > th:last-child,
  .panel > .table-responsive > table.closings > tbody > tr > th:last-child,
  .panel > .table-responsive > table.striped_table > tbody > tr > th:last-child,
  .panel > .table-responsive > table.normal_table > tbody > tr > th:last-child,
  .panel > .table-responsive > table#invoice-archive > tbody > tr > th:last-child,
  .panel > .table-responsive > table#delivery_note_archive > tbody > tr > th:last-child,
  .panel > .table-responsive > table.edit-invoice-line-items > tbody > tr > th:last-child,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tbody > tr > th:last-child,
  .panel > .table-responsive > table#users-list > tbody > tr > th:last-child,
  .panel > .table-responsive > table.list-inventories > tbody > tr > th:last-child,
  .panel > .table-responsive > table#batch_receipts > tbody > tr > th:last-child,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr > th:last-child,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tbody > tr > th:last-child,
  .panel > .table-responsive > .mergeport_orders_table > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > table#recent-journal-positions > tbody > tr > td:last-child,
  .panel > .table-responsive > table#rksv-registers > tbody > tr > td:last-child,
  .panel > .table-responsive > table#latest_completed_invoice > tbody > tr > td:last-child,
  .panel > .table-responsive > table#customers > tbody > tr > td:last-child,
  .panel > .table-responsive > table#articles > tbody > tr > td:last-child,
  .panel > .table-responsive > table.delivers > tbody > tr > td:last-child,
  .panel > .table-responsive > table.closings > tbody > tr > td:last-child,
  .panel > .table-responsive > table.striped_table > tbody > tr > td:last-child,
  .panel > .table-responsive > table.normal_table > tbody > tr > td:last-child,
  .panel > .table-responsive > table#invoice-archive > tbody > tr > td:last-child,
  .panel > .table-responsive > table#delivery_note_archive > tbody > tr > td:last-child,
  .panel > .table-responsive > table.edit-invoice-line-items > tbody > tr > td:last-child,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tbody > tr > td:last-child,
  .panel > .table-responsive > table#users-list > tbody > tr > td:last-child,
  .panel > .table-responsive > table.list-inventories > tbody > tr > td:last-child,
  .panel > .table-responsive > table#batch_receipts > tbody > tr > td:last-child,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr > td:last-child,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tbody > tr > td:last-child,
  .panel > .table-responsive > .mergeport_orders_table > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > table#recent-journal-positions > tfoot > tr > th:last-child,
  .panel > .table-responsive > table#rksv-registers > tfoot > tr > th:last-child,
  .panel > .table-responsive > table#latest_completed_invoice > tfoot > tr > th:last-child,
  .panel > .table-responsive > table#customers > tfoot > tr > th:last-child,
  .panel > .table-responsive > table#articles > tfoot > tr > th:last-child,
  .panel > .table-responsive > table.delivers > tfoot > tr > th:last-child,
  .panel > .table-responsive > table.closings > tfoot > tr > th:last-child,
  .panel > .table-responsive > table.striped_table > tfoot > tr > th:last-child,
  .panel > .table-responsive > table.normal_table > tfoot > tr > th:last-child,
  .panel > .table-responsive > table#invoice-archive > tfoot > tr > th:last-child,
  .panel > .table-responsive > table#delivery_note_archive > tfoot > tr > th:last-child,
  .panel > .table-responsive > table.edit-invoice-line-items > tfoot > tr > th:last-child,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tfoot > tr > th:last-child,
  .panel > .table-responsive > table#users-list > tfoot > tr > th:last-child,
  .panel > .table-responsive > table.list-inventories > tfoot > tr > th:last-child,
  .panel > .table-responsive > table#batch_receipts > tfoot > tr > th:last-child,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr > th:last-child,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tfoot > tr > th:last-child,
  .panel > .table-responsive > .mergeport_orders_table > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > table#recent-journal-positions > tfoot > tr > td:last-child,
  .panel > .table-responsive > table#rksv-registers > tfoot > tr > td:last-child,
  .panel > .table-responsive > table#latest_completed_invoice > tfoot > tr > td:last-child,
  .panel > .table-responsive > table#customers > tfoot > tr > td:last-child,
  .panel > .table-responsive > table#articles > tfoot > tr > td:last-child,
  .panel > .table-responsive > table.delivers > tfoot > tr > td:last-child,
  .panel > .table-responsive > table.closings > tfoot > tr > td:last-child,
  .panel > .table-responsive > table.striped_table > tfoot > tr > td:last-child,
  .panel > .table-responsive > table.normal_table > tfoot > tr > td:last-child,
  .panel > .table-responsive > table#invoice-archive > tfoot > tr > td:last-child,
  .panel > .table-responsive > table#delivery_note_archive > tfoot > tr > td:last-child,
  .panel > .table-responsive > table.edit-invoice-line-items > tfoot > tr > td:last-child,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tfoot > tr > td:last-child,
  .panel > .table-responsive > table#users-list > tfoot > tr > td:last-child,
  .panel > .table-responsive > table.list-inventories > tfoot > tr > td:last-child,
  .panel > .table-responsive > table#batch_receipts > tfoot > tr > td:last-child,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr > td:last-child,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tfoot > tr > td:last-child,
  .panel > .table-responsive > .mergeport_orders_table > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td, .panel > table#recent-journal-positions > thead > tr:first-child > td, .panel > table#rksv-registers > thead > tr:first-child > td, .panel > table#latest_completed_invoice > thead > tr:first-child > td, .panel > table#customers > thead > tr:first-child > td, .panel > table#articles > thead > tr:first-child > td, .panel > table.delivers > thead > tr:first-child > td, .panel > table.closings > thead > tr:first-child > td, .panel > table.striped_table > thead > tr:first-child > td, .panel > table.normal_table > thead > tr:first-child > td, .panel > table#invoice-archive > thead > tr:first-child > td, .panel > table#delivery_note_archive > thead > tr:first-child > td, .panel > table.edit-invoice-line-items > thead > tr:first-child > td, .panel > table.edit-invoice-line-items-new > thead > tr:first-child > td, .panel > table#users-list > thead > tr:first-child > td, .panel > table.list-inventories > thead > tr:first-child > td, .panel > table#batch_receipts > thead > tr:first-child > td, .panel > #kassa_pay_transaction_detail_table > thead > tr:first-child > td, body#purchased_articles .panel > #purchased_articles_table > thead > tr:first-child > td, .panel > .mergeport_orders_table > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > table#recent-journal-positions > thead > tr:first-child > th,
  .panel > table#rksv-registers > thead > tr:first-child > th,
  .panel > table#latest_completed_invoice > thead > tr:first-child > th,
  .panel > table#customers > thead > tr:first-child > th,
  .panel > table#articles > thead > tr:first-child > th,
  .panel > table.delivers > thead > tr:first-child > th,
  .panel > table.closings > thead > tr:first-child > th,
  .panel > table.striped_table > thead > tr:first-child > th,
  .panel > table.normal_table > thead > tr:first-child > th,
  .panel > table#invoice-archive > thead > tr:first-child > th,
  .panel > table#delivery_note_archive > thead > tr:first-child > th,
  .panel > table.edit-invoice-line-items > thead > tr:first-child > th,
  .panel > table.edit-invoice-line-items-new > thead > tr:first-child > th,
  .panel > table#users-list > thead > tr:first-child > th,
  .panel > table.list-inventories > thead > tr:first-child > th,
  .panel > table#batch_receipts > thead > tr:first-child > th,
  .panel > #kassa_pay_transaction_detail_table > thead > tr:first-child > th,
  body#purchased_articles .panel > #purchased_articles_table > thead > tr:first-child > th,
  .panel > .mergeport_orders_table > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > table#recent-journal-positions > tbody > tr:first-child > td,
  .panel > table#rksv-registers > tbody > tr:first-child > td,
  .panel > table#latest_completed_invoice > tbody > tr:first-child > td,
  .panel > table#customers > tbody > tr:first-child > td,
  .panel > table#articles > tbody > tr:first-child > td,
  .panel > table.delivers > tbody > tr:first-child > td,
  .panel > table.closings > tbody > tr:first-child > td,
  .panel > table.striped_table > tbody > tr:first-child > td,
  .panel > table.normal_table > tbody > tr:first-child > td,
  .panel > table#invoice-archive > tbody > tr:first-child > td,
  .panel > table#delivery_note_archive > tbody > tr:first-child > td,
  .panel > table.edit-invoice-line-items > tbody > tr:first-child > td,
  .panel > table.edit-invoice-line-items-new > tbody > tr:first-child > td,
  .panel > table#users-list > tbody > tr:first-child > td,
  .panel > table.list-inventories > tbody > tr:first-child > td,
  .panel > table#batch_receipts > tbody > tr:first-child > td,
  .panel > #kassa_pay_transaction_detail_table > tbody > tr:first-child > td,
  body#purchased_articles .panel > #purchased_articles_table > tbody > tr:first-child > td,
  .panel > .mergeport_orders_table > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > table#recent-journal-positions > tbody > tr:first-child > th,
  .panel > table#rksv-registers > tbody > tr:first-child > th,
  .panel > table#latest_completed_invoice > tbody > tr:first-child > th,
  .panel > table#customers > tbody > tr:first-child > th,
  .panel > table#articles > tbody > tr:first-child > th,
  .panel > table.delivers > tbody > tr:first-child > th,
  .panel > table.closings > tbody > tr:first-child > th,
  .panel > table.striped_table > tbody > tr:first-child > th,
  .panel > table.normal_table > tbody > tr:first-child > th,
  .panel > table#invoice-archive > tbody > tr:first-child > th,
  .panel > table#delivery_note_archive > tbody > tr:first-child > th,
  .panel > table.edit-invoice-line-items > tbody > tr:first-child > th,
  .panel > table.edit-invoice-line-items-new > tbody > tr:first-child > th,
  .panel > table#users-list > tbody > tr:first-child > th,
  .panel > table.list-inventories > tbody > tr:first-child > th,
  .panel > table#batch_receipts > tbody > tr:first-child > th,
  .panel > #kassa_pay_transaction_detail_table > tbody > tr:first-child > th,
  body#purchased_articles .panel > #purchased_articles_table > tbody > tr:first-child > th,
  .panel > .mergeport_orders_table > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > table#recent-journal-positions > thead > tr:first-child > td,
  .panel > .table-responsive > table#rksv-registers > thead > tr:first-child > td,
  .panel > .table-responsive > table#latest_completed_invoice > thead > tr:first-child > td,
  .panel > .table-responsive > table#customers > thead > tr:first-child > td,
  .panel > .table-responsive > table#articles > thead > tr:first-child > td,
  .panel > .table-responsive > table.delivers > thead > tr:first-child > td,
  .panel > .table-responsive > table.closings > thead > tr:first-child > td,
  .panel > .table-responsive > table.striped_table > thead > tr:first-child > td,
  .panel > .table-responsive > table.normal_table > thead > tr:first-child > td,
  .panel > .table-responsive > table#invoice-archive > thead > tr:first-child > td,
  .panel > .table-responsive > table#delivery_note_archive > thead > tr:first-child > td,
  .panel > .table-responsive > table.edit-invoice-line-items > thead > tr:first-child > td,
  .panel > .table-responsive > table.edit-invoice-line-items-new > thead > tr:first-child > td,
  .panel > .table-responsive > table#users-list > thead > tr:first-child > td,
  .panel > .table-responsive > table.list-inventories > thead > tr:first-child > td,
  .panel > .table-responsive > table#batch_receipts > thead > tr:first-child > td,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > thead > tr:first-child > td,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > thead > tr:first-child > td,
  .panel > .table-responsive > .mergeport_orders_table > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > table#recent-journal-positions > thead > tr:first-child > th,
  .panel > .table-responsive > table#rksv-registers > thead > tr:first-child > th,
  .panel > .table-responsive > table#latest_completed_invoice > thead > tr:first-child > th,
  .panel > .table-responsive > table#customers > thead > tr:first-child > th,
  .panel > .table-responsive > table#articles > thead > tr:first-child > th,
  .panel > .table-responsive > table.delivers > thead > tr:first-child > th,
  .panel > .table-responsive > table.closings > thead > tr:first-child > th,
  .panel > .table-responsive > table.striped_table > thead > tr:first-child > th,
  .panel > .table-responsive > table.normal_table > thead > tr:first-child > th,
  .panel > .table-responsive > table#invoice-archive > thead > tr:first-child > th,
  .panel > .table-responsive > table#delivery_note_archive > thead > tr:first-child > th,
  .panel > .table-responsive > table.edit-invoice-line-items > thead > tr:first-child > th,
  .panel > .table-responsive > table.edit-invoice-line-items-new > thead > tr:first-child > th,
  .panel > .table-responsive > table#users-list > thead > tr:first-child > th,
  .panel > .table-responsive > table.list-inventories > thead > tr:first-child > th,
  .panel > .table-responsive > table#batch_receipts > thead > tr:first-child > th,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > thead > tr:first-child > th,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > thead > tr:first-child > th,
  .panel > .table-responsive > .mergeport_orders_table > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > table#recent-journal-positions > tbody > tr:first-child > td,
  .panel > .table-responsive > table#rksv-registers > tbody > tr:first-child > td,
  .panel > .table-responsive > table#latest_completed_invoice > tbody > tr:first-child > td,
  .panel > .table-responsive > table#customers > tbody > tr:first-child > td,
  .panel > .table-responsive > table#articles > tbody > tr:first-child > td,
  .panel > .table-responsive > table.delivers > tbody > tr:first-child > td,
  .panel > .table-responsive > table.closings > tbody > tr:first-child > td,
  .panel > .table-responsive > table.striped_table > tbody > tr:first-child > td,
  .panel > .table-responsive > table.normal_table > tbody > tr:first-child > td,
  .panel > .table-responsive > table#invoice-archive > tbody > tr:first-child > td,
  .panel > .table-responsive > table#delivery_note_archive > tbody > tr:first-child > td,
  .panel > .table-responsive > table.edit-invoice-line-items > tbody > tr:first-child > td,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tbody > tr:first-child > td,
  .panel > .table-responsive > table#users-list > tbody > tr:first-child > td,
  .panel > .table-responsive > table.list-inventories > tbody > tr:first-child > td,
  .panel > .table-responsive > table#batch_receipts > tbody > tr:first-child > td,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr:first-child > td,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tbody > tr:first-child > td,
  .panel > .table-responsive > .mergeport_orders_table > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > table#recent-journal-positions > tbody > tr:first-child > th,
  .panel > .table-responsive > table#rksv-registers > tbody > tr:first-child > th,
  .panel > .table-responsive > table#latest_completed_invoice > tbody > tr:first-child > th,
  .panel > .table-responsive > table#customers > tbody > tr:first-child > th,
  .panel > .table-responsive > table#articles > tbody > tr:first-child > th,
  .panel > .table-responsive > table.delivers > tbody > tr:first-child > th,
  .panel > .table-responsive > table.closings > tbody > tr:first-child > th,
  .panel > .table-responsive > table.striped_table > tbody > tr:first-child > th,
  .panel > .table-responsive > table.normal_table > tbody > tr:first-child > th,
  .panel > .table-responsive > table#invoice-archive > tbody > tr:first-child > th,
  .panel > .table-responsive > table#delivery_note_archive > tbody > tr:first-child > th,
  .panel > .table-responsive > table.edit-invoice-line-items > tbody > tr:first-child > th,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tbody > tr:first-child > th,
  .panel > .table-responsive > table#users-list > tbody > tr:first-child > th,
  .panel > .table-responsive > table.list-inventories > tbody > tr:first-child > th,
  .panel > .table-responsive > table#batch_receipts > tbody > tr:first-child > th,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr:first-child > th,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tbody > tr:first-child > th,
  .panel > .table-responsive > .mergeport_orders_table > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td, .panel > table#recent-journal-positions > tbody > tr:last-child > td, .panel > table#rksv-registers > tbody > tr:last-child > td, .panel > table#latest_completed_invoice > tbody > tr:last-child > td, .panel > table#customers > tbody > tr:last-child > td, .panel > table#articles > tbody > tr:last-child > td, .panel > table.delivers > tbody > tr:last-child > td, .panel > table.closings > tbody > tr:last-child > td, .panel > table.striped_table > tbody > tr:last-child > td, .panel > table.normal_table > tbody > tr:last-child > td, .panel > table#invoice-archive > tbody > tr:last-child > td, .panel > table#delivery_note_archive > tbody > tr:last-child > td, .panel > table.edit-invoice-line-items > tbody > tr:last-child > td, .panel > table.edit-invoice-line-items-new > tbody > tr:last-child > td, .panel > table#users-list > tbody > tr:last-child > td, .panel > table.list-inventories > tbody > tr:last-child > td, .panel > table#batch_receipts > tbody > tr:last-child > td, .panel > #kassa_pay_transaction_detail_table > tbody > tr:last-child > td, body#purchased_articles .panel > #purchased_articles_table > tbody > tr:last-child > td, .panel > .mergeport_orders_table > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > table#recent-journal-positions > tbody > tr:last-child > th,
  .panel > table#rksv-registers > tbody > tr:last-child > th,
  .panel > table#latest_completed_invoice > tbody > tr:last-child > th,
  .panel > table#customers > tbody > tr:last-child > th,
  .panel > table#articles > tbody > tr:last-child > th,
  .panel > table.delivers > tbody > tr:last-child > th,
  .panel > table.closings > tbody > tr:last-child > th,
  .panel > table.striped_table > tbody > tr:last-child > th,
  .panel > table.normal_table > tbody > tr:last-child > th,
  .panel > table#invoice-archive > tbody > tr:last-child > th,
  .panel > table#delivery_note_archive > tbody > tr:last-child > th,
  .panel > table.edit-invoice-line-items > tbody > tr:last-child > th,
  .panel > table.edit-invoice-line-items-new > tbody > tr:last-child > th,
  .panel > table#users-list > tbody > tr:last-child > th,
  .panel > table.list-inventories > tbody > tr:last-child > th,
  .panel > table#batch_receipts > tbody > tr:last-child > th,
  .panel > #kassa_pay_transaction_detail_table > tbody > tr:last-child > th,
  body#purchased_articles .panel > #purchased_articles_table > tbody > tr:last-child > th,
  .panel > .mergeport_orders_table > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > table#recent-journal-positions > tfoot > tr:last-child > td,
  .panel > table#rksv-registers > tfoot > tr:last-child > td,
  .panel > table#latest_completed_invoice > tfoot > tr:last-child > td,
  .panel > table#customers > tfoot > tr:last-child > td,
  .panel > table#articles > tfoot > tr:last-child > td,
  .panel > table.delivers > tfoot > tr:last-child > td,
  .panel > table.closings > tfoot > tr:last-child > td,
  .panel > table.striped_table > tfoot > tr:last-child > td,
  .panel > table.normal_table > tfoot > tr:last-child > td,
  .panel > table#invoice-archive > tfoot > tr:last-child > td,
  .panel > table#delivery_note_archive > tfoot > tr:last-child > td,
  .panel > table.edit-invoice-line-items > tfoot > tr:last-child > td,
  .panel > table.edit-invoice-line-items-new > tfoot > tr:last-child > td,
  .panel > table#users-list > tfoot > tr:last-child > td,
  .panel > table.list-inventories > tfoot > tr:last-child > td,
  .panel > table#batch_receipts > tfoot > tr:last-child > td,
  .panel > #kassa_pay_transaction_detail_table > tfoot > tr:last-child > td,
  body#purchased_articles .panel > #purchased_articles_table > tfoot > tr:last-child > td,
  .panel > .mergeport_orders_table > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > table#recent-journal-positions > tfoot > tr:last-child > th,
  .panel > table#rksv-registers > tfoot > tr:last-child > th,
  .panel > table#latest_completed_invoice > tfoot > tr:last-child > th,
  .panel > table#customers > tfoot > tr:last-child > th,
  .panel > table#articles > tfoot > tr:last-child > th,
  .panel > table.delivers > tfoot > tr:last-child > th,
  .panel > table.closings > tfoot > tr:last-child > th,
  .panel > table.striped_table > tfoot > tr:last-child > th,
  .panel > table.normal_table > tfoot > tr:last-child > th,
  .panel > table#invoice-archive > tfoot > tr:last-child > th,
  .panel > table#delivery_note_archive > tfoot > tr:last-child > th,
  .panel > table.edit-invoice-line-items > tfoot > tr:last-child > th,
  .panel > table.edit-invoice-line-items-new > tfoot > tr:last-child > th,
  .panel > table#users-list > tfoot > tr:last-child > th,
  .panel > table.list-inventories > tfoot > tr:last-child > th,
  .panel > table#batch_receipts > tfoot > tr:last-child > th,
  .panel > #kassa_pay_transaction_detail_table > tfoot > tr:last-child > th,
  body#purchased_articles .panel > #purchased_articles_table > tfoot > tr:last-child > th,
  .panel > .mergeport_orders_table > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > table#recent-journal-positions > tbody > tr:last-child > td,
  .panel > .table-responsive > table#rksv-registers > tbody > tr:last-child > td,
  .panel > .table-responsive > table#latest_completed_invoice > tbody > tr:last-child > td,
  .panel > .table-responsive > table#customers > tbody > tr:last-child > td,
  .panel > .table-responsive > table#articles > tbody > tr:last-child > td,
  .panel > .table-responsive > table.delivers > tbody > tr:last-child > td,
  .panel > .table-responsive > table.closings > tbody > tr:last-child > td,
  .panel > .table-responsive > table.striped_table > tbody > tr:last-child > td,
  .panel > .table-responsive > table.normal_table > tbody > tr:last-child > td,
  .panel > .table-responsive > table#invoice-archive > tbody > tr:last-child > td,
  .panel > .table-responsive > table#delivery_note_archive > tbody > tr:last-child > td,
  .panel > .table-responsive > table.edit-invoice-line-items > tbody > tr:last-child > td,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tbody > tr:last-child > td,
  .panel > .table-responsive > table#users-list > tbody > tr:last-child > td,
  .panel > .table-responsive > table.list-inventories > tbody > tr:last-child > td,
  .panel > .table-responsive > table#batch_receipts > tbody > tr:last-child > td,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr:last-child > td,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tbody > tr:last-child > td,
  .panel > .table-responsive > .mergeport_orders_table > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > table#recent-journal-positions > tbody > tr:last-child > th,
  .panel > .table-responsive > table#rksv-registers > tbody > tr:last-child > th,
  .panel > .table-responsive > table#latest_completed_invoice > tbody > tr:last-child > th,
  .panel > .table-responsive > table#customers > tbody > tr:last-child > th,
  .panel > .table-responsive > table#articles > tbody > tr:last-child > th,
  .panel > .table-responsive > table.delivers > tbody > tr:last-child > th,
  .panel > .table-responsive > table.closings > tbody > tr:last-child > th,
  .panel > .table-responsive > table.striped_table > tbody > tr:last-child > th,
  .panel > .table-responsive > table.normal_table > tbody > tr:last-child > th,
  .panel > .table-responsive > table#invoice-archive > tbody > tr:last-child > th,
  .panel > .table-responsive > table#delivery_note_archive > tbody > tr:last-child > th,
  .panel > .table-responsive > table.edit-invoice-line-items > tbody > tr:last-child > th,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tbody > tr:last-child > th,
  .panel > .table-responsive > table#users-list > tbody > tr:last-child > th,
  .panel > .table-responsive > table.list-inventories > tbody > tr:last-child > th,
  .panel > .table-responsive > table#batch_receipts > tbody > tr:last-child > th,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tbody > tr:last-child > th,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tbody > tr:last-child > th,
  .panel > .table-responsive > .mergeport_orders_table > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > table#recent-journal-positions > tfoot > tr:last-child > td,
  .panel > .table-responsive > table#rksv-registers > tfoot > tr:last-child > td,
  .panel > .table-responsive > table#latest_completed_invoice > tfoot > tr:last-child > td,
  .panel > .table-responsive > table#customers > tfoot > tr:last-child > td,
  .panel > .table-responsive > table#articles > tfoot > tr:last-child > td,
  .panel > .table-responsive > table.delivers > tfoot > tr:last-child > td,
  .panel > .table-responsive > table.closings > tfoot > tr:last-child > td,
  .panel > .table-responsive > table.striped_table > tfoot > tr:last-child > td,
  .panel > .table-responsive > table.normal_table > tfoot > tr:last-child > td,
  .panel > .table-responsive > table#invoice-archive > tfoot > tr:last-child > td,
  .panel > .table-responsive > table#delivery_note_archive > tfoot > tr:last-child > td,
  .panel > .table-responsive > table.edit-invoice-line-items > tfoot > tr:last-child > td,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tfoot > tr:last-child > td,
  .panel > .table-responsive > table#users-list > tfoot > tr:last-child > td,
  .panel > .table-responsive > table.list-inventories > tfoot > tr:last-child > td,
  .panel > .table-responsive > table#batch_receipts > tfoot > tr:last-child > td,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr:last-child > td,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tfoot > tr:last-child > td,
  .panel > .table-responsive > .mergeport_orders_table > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > table#recent-journal-positions > tfoot > tr:last-child > th,
  .panel > .table-responsive > table#rksv-registers > tfoot > tr:last-child > th,
  .panel > .table-responsive > table#latest_completed_invoice > tfoot > tr:last-child > th,
  .panel > .table-responsive > table#customers > tfoot > tr:last-child > th,
  .panel > .table-responsive > table#articles > tfoot > tr:last-child > th,
  .panel > .table-responsive > table.delivers > tfoot > tr:last-child > th,
  .panel > .table-responsive > table.closings > tfoot > tr:last-child > th,
  .panel > .table-responsive > table.striped_table > tfoot > tr:last-child > th,
  .panel > .table-responsive > table.normal_table > tfoot > tr:last-child > th,
  .panel > .table-responsive > table#invoice-archive > tfoot > tr:last-child > th,
  .panel > .table-responsive > table#delivery_note_archive > tfoot > tr:last-child > th,
  .panel > .table-responsive > table.edit-invoice-line-items > tfoot > tr:last-child > th,
  .panel > .table-responsive > table.edit-invoice-line-items-new > tfoot > tr:last-child > th,
  .panel > .table-responsive > table#users-list > tfoot > tr:last-child > th,
  .panel > .table-responsive > table.list-inventories > tfoot > tr:last-child > th,
  .panel > .table-responsive > table#batch_receipts > tfoot > tr:last-child > th,
  .panel > .table-responsive > #kassa_pay_transaction_detail_table > tfoot > tr:last-child > th,
  body#purchased_articles .panel > .table-responsive > #purchased_articles_table > tfoot > tr:last-child > th,
  .panel > .table-responsive > .mergeport_orders_table > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 21px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs, #front section figure {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

body.gastro .container, body.gastro #severe-notice p, #severe-notice body.gastro p, body.gastro footer .wrapper, footer body.gastro .wrapper {
  width: 100%;
  margin-top: -25px; }

body.gastro #latest_completed_invoice {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px; }

@media screen and (max-width: 1200px) {
  body.gastro #latest_completed_invoice {
    width: 100%;
    margin-top: 30px; } }

body.gastro #container-fluid {
  margin-top: 5px; }

body.gastro .navbar {
  min-height: 5px; }

body.gastro footer {
  display: none; }

body.gastro #invoice-totals-per-tax-group {
  width: 60%; }

body.gastro .table_number_only {
  width: 40px;
  height: 40px;
  padding: 0px; }

body.gastro .table_pay_now {
  border-color: #d3d45b;
  background-color: #ddf265;
  height: 40px;
  text-align: center; }

body.gastro .table_open {
  border-color: #C8A2C8;
  background-color: lavender;
  height: 40px;
  text-align: center; }

body.gastro .table_empty {
  border-color: lightgrey;
  background-color: whitesmoke;
  height: 40px;
  text-align: center; }

body.gastro .table_active {
  height: 40px;
  text-align: center; }

body.gastro #invoice-sums {
  width: 40%; }

body.gastro #cash_received {
  width: 93px !important; }

body.gastro .change {
  margin-right: 15px; }

body.gastro #gastro_articles .categories_container {
  height: auto; }

body.gastro #gastro_articles .category_articles {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  -webkit-justify-content: center;
          justify-content: center; }

@media (min-width: 768px) {
  body.gastro #invoice_data {
    position: -webkit-sticky;
    position: sticky;
    top: 10px; } }

body.gastro .articles_fadeout {
  margin-left: 2px; }

body.gastro .article_picture {
  height: 200px;
  width: 150px;
  padding: 0px; }

body.gastro .product_picture_alternative {
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  -webkit-justify-content: center;
          justify-content: center;
  word-break: break-word; }

body.gastro #article_data {
  text-align: center; }

body.gastro .gastro_article_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal; }

body.gastro .product_picture_alternative .gastro_article_text {
  -webkit-line-clamp: 3; }

@media (max-width: 767px) {
  body.gastro {
    /*The next few lines are for Star WebPRNT Browser to move the cash_received to his original position*/ }
    body.gastro .container, body.gastro #severe-notice p, #severe-notice body.gastro p, body.gastro footer .wrapper, footer body.gastro .wrapper {
      margin: 0;
      width: 100%; }
    body.gastro #invoice_data {
      padding-left: 0;
      padding-right: -10px; }
    body.gastro #latest_completed_invoice {
      width: 100%; }
    body.gastro .cash-payment {
      margin-left: 300px; }
    body.gastro .cash-input-group {
      margin-top: -10px; }
    body.gastro .change-calculator-result {
      margin-top: -40px; }
    body.gastro .cash-payment {
      margin-left: 300px; }
    body.gastro .cash-input-group {
      margin-top: -10px; }
    body.gastro .change-calculator-result {
      margin-top: -40px; } }

body.gastro .dropdown-menu {
  top: unset;
  right: 1%;
  left: unset; }

body.selfservice {
  padding: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
  overflow: hidden; }
  body.selfservice .background-opacity {
    background-color: black;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0; }
  body.selfservice .edit-invoice-line-items {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2em;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden; }
  body.selfservice .edit-invoice-line-items thead {
    background: #0078D7;
    color: #fff; }
  body.selfservice .edit-invoice-line-items th,
  body.selfservice .edit-invoice-line-items td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd; }
  body.selfservice .edit-invoice-line-items tbody tr:nth-child(even) {
    background: #f9f9f9; }
  body.selfservice .edit-invoice-line-items tbody tr:hover {
    background: #eaf6ff; }
  body.selfservice .quantity button {
    background: #0078D7;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 1.2em;
    border-radius: 5px;
    cursor: pointer; }
  body.selfservice .quantity button:hover {
    background: #005bb5; }
  body.selfservice .delete {
    background: #d9534f;
    color: white;
    border: none;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 5px;
    cursor: pointer; }
  body.selfservice .delete:hover {
    background: #c9302c; }
  body.selfservice h5 {
    font-size: 35px !important; }
  body.selfservice table.edit-invoice-line-items .quantity, body.selfservice table.edit-invoice-line-items-new .quantity {
    width: 22%; }
  body.selfservice table.edit-invoice-line-items .calculated_gross_total, body.selfservice table.edit-invoice-line-items-new .calculated_gross_total {
    width: 18%; }
  body.selfservice table.edit-invoice-line-items .tax_percentage, body.selfservice table.edit-invoice-line-items-new .tax_percentage {
    width: 35px; }
  body.selfservice table.edit-invoice-line-items td.options, body.selfservice table.edit-invoice-line-items-new td.options {
    width: 60px !important; }
  body.selfservice body.selfservice td.quantity span {
    width: 38px;
    display: inline-block; }
  body.selfservice td.quantity span {
    width: 38px;
    display: inline-block; }
  body.selfservice th.gross_amount_per_item span {
    display: none; }
  body.selfservice th.gross_amount_per_item:after {
    content: 'Einzelpreis';
    display: block;
    text-align: center; }
  body.selfservice .after_start {
    display: none; }
  body.selfservice .category_articles {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    -webkit-justify-content: center;
            justify-content: center; }
  body.selfservice .article_picture {
    margin-bottom: 2%;
    width: 150px; }
  body.selfservice .container, body.selfservice #severe-notice p, #severe-notice body.selfservice p, body.selfservice footer .wrapper, footer body.selfservice .wrapper {
    width: 100%;
    margin-top: -25px;
    padding: 0; }
  body.selfservice .edit-invoice-line-items {
    margin: 0; }
  body.selfservice .edit-invoice-line-items > tbody > tr > td, body.selfservice .edit-invoice-line-items > thead > tr > th {
    text-align: center; }
  body.selfservice .gastro_article_text {
    display: inline-block;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    float: right; }
  body.selfservice .gastro_article_text_selfervice {
    display: -webkit-box;
    height: 46px;
    width: 125px;
    white-space: normal;
    font-size: 18px; }
  body.selfservice .invoice_totals {
    font-size: 18px !important; }
  body.selfservice .net_total, body.selfservice .tax_amount, body.selfservice .gross_total {
    width: 25%; }
  body.selfservice .navbar-container {
    display: none; }
  body.selfservice .payment-buttons {
    margin: 0px;
    height: 115px; }
  body.selfservice .pay_total {
    padding: 0; }
  body.selfservice .pay_partial_totals {
    display: none; }
    body.selfservice .pay_partial_totals .invoice-sums {
      position: absolute !important;
      left: 21% !important;
      top: 21% !important;
      -ms-transform: translate(-50%, -50%) !important;
      -webkit-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important;
      color: white; }
  body.selfservice .product-picture {
    float: right; }
  body.selfservice .clickable .product-picture {
    float: unset; }
  body.selfservice .product_picture_alternative {
    margin-bottom: 25px !important; }
  body.selfservice .sub_categories_space {
    height: 10px; }
  body.selfservice #article_data {
    max-height: 440px;
    overflow: scroll;
    height: 440px;
    position: absolute;
    border: 1px solid;
    padding-top: 10px; }
  body.selfservice #article_not_found {
    display: none; }
  body.selfservice #customer-preview {
    position: absolute;
    bottom: 40%;
    left: auto;
    right: 5%; }
  body.selfservice .selfservice_customer_preview {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333; }
  body.selfservice .selfservice_customer_preview h3 {
    font-size: 22px;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px; }
  body.selfservice .remove-customer-button {
    color: red;
    text-decoration: none;
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px; }
  body.selfservice .customer-data-line {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4; }
  body.selfservice .customer-label {
    font-weight: bold;
    color: #555; }
  body.selfservice .customer-company {
    font-size: 20px;
    font-weight: bold;
    color: #089bef;
    margin-bottom: 10px; }
  body.selfservice #invoice-sums {
    float: right;
    width: 100%;
    font-size: 35px !important;
    padding-bottom: 8px; }
  body.selfservice #pay-partial-invoice-sums {
    text-align: right;
    float: right;
    width: 100%;
    font-size: 35px !important;
    padding-bottom: 8px; }
  body.selfservice #invoice-totals-per-tax-group {
    display: none; }
  body.selfservice #left_side {
    padding-left: 0px;
    padding-right: 17px;
    position: absolute;
    overflow-y: auto;
    height: 417px;
    width: 77%; }
  body.selfservice .add_quantity, body.selfservice .subtract_quantity {
    padding: 0px !important; }
  @media screen and (min-width: 1280px) {
    body.selfservice #left_side {
      width: 60%;
      height: 60%; }
      body.selfservice #left_side .name {
        width: 33%; }
      body.selfservice #left_side .quantity {
        width: 25%; }
      body.selfservice #left_side .tax_percentage {
        width: 10%; }
      body.selfservice #left_side .add_quantity, body.selfservice #left_side .subtract_quantity {
        width: 35%;
        height: auto; }
    body.selfservice #self_service_articles {
      width: 40% !important; }
    body.selfservice .article_picture {
      width: 180px; }
    body.selfservice #customer-preview {
      left: auto;
      right: 10%; } }
  body.selfservice #line_item_delete_button_text:after {
    content: "✖️" !important; }
  body.selfservice #powered_by {
    color: grey;
    position: absolute;
    bottom: 42px; }
  body.selfservice #right_site {
    position: fixed;
    bottom: 0%;
    right: 0%;
    padding: 40px;
    padding-left: 20px; }
  body.selfservice #start_scanning {
    width: 145px;
    height: 145px;
    margin: 0px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  body.selfservice #submit_invoice_credit_card {
    width: 230px;
    height: 110px;
    margin: 0px;
    font-size: 23px; }
  body.selfservice #submit_invoice_cash {
    width: 230px;
    height: 110px;
    margin: 0px;
    font-size: 23px; }
  body.selfservice #submit_payment {
    font-size: 23px;
    height: 67px;
    width: 175px;
    float: right; }
  body.selfservice #top_right_site {
    position: absolute;
    right: 5px;
    padding: 0;
    width: 17%; }
    body.selfservice #top_right_site #add_article_manually {
      float: right;
      height: 67px;
      font-size: 23px; }
  body.selfservice .swal_selfservice_search_barcode {
    display: -webkit-flex;
    display: flex;
    width: 820px;
    height: 70%;
    padding: 0; }
    body.selfservice .swal_selfservice_search_barcode .swal2-title {
      margin: 0; }
    body.selfservice .swal_selfservice_search_barcode .swal2-content {
      position: absolute;
      width: 690px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    body.selfservice .swal_selfservice_search_barcode .swal2-actions {
      position: absolute;
      bottom: 8%; }
    body.selfservice .swal_selfservice_search_barcode .swal2-header {
      width: 387px;
      position: absolute;
      top: 9%;
      left: 50%;
      text-align: center;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    body.selfservice .swal_selfservice_search_barcode .onboard_keypad_touch_digit, body.selfservice .swal_selfservice_search_barcode .onboard_keypad_touch_character, body.selfservice .swal_selfservice_search_barcode .onboard_keypad_touch_operator {
      margin: 2px;
      height: 65px;
      width: 65px;
      font-size: 25px;
      -webkit-flex: none;
              flex: none; }
    body.selfservice .swal_selfservice_search_barcode .onboard_keypad_touch_operator {
      width: 134px; }
  body.selfservice .swal_selfservice_add_article_manually {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    height: 80%;
    padding: 0; }
    body.selfservice .swal_selfservice_add_article_manually #article_data {
      width: 100%;
      overflow-x: visible; }
    body.selfservice .swal_selfservice_add_article_manually .swal2-title {
      margin: 0; }
    body.selfservice .swal_selfservice_add_article_manually .swal2-content {
      height: 454px;
      position: absolute;
      left: 11%;
      width: 82%;
      top: 11%; }
    body.selfservice .swal_selfservice_add_article_manually .swal2-actions {
      position: absolute;
      bottom: 2%; }
    body.selfservice .swal_selfservice_add_article_manually .swal2-header {
      width: 387px;
      position: absolute;
      top: 9%;
      left: 50%;
      text-align: center;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    body.selfservice .swal_selfservice_add_article_manually #btn_search_article_with_barcode {
      float: right;
      margin-right: 14px;
      margin-bottom: 8px;
      height: 54px;
      padding-left: 6px;
      padding-right: 6px; }
  @media screen and (max-width: 1280px) {
    body.selfservice .swal_selfservice_search_barcode .swal2-actions {
      position: absolute;
      bottom: 4%; }
    body.selfservice .swal_selfservice_search_barcode .swal2-header {
      width: 387px;
      position: absolute;
      top: 7%;
      left: 50%;
      text-align: center;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    body.selfservice .swal_selfservice_add_article_manually {
      display: -webkit-flex;
      display: flex;
      width: 76%;
      height: 85%;
      padding: 0; }
      body.selfservice .swal_selfservice_add_article_manually .swal2-content {
        height: 454px;
        position: absolute;
        left: 11%;
        width: 82%;
        top: 10%; }
      body.selfservice .swal_selfservice_add_article_manually .swal2-actions {
        position: absolute;
        bottom: 2%; }
      body.selfservice .swal_selfservice_add_article_manually .swal2-header {
        width: 387px;
        position: absolute;
        top: 7%;
        left: 50%;
        text-align: center;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    body.selfservice .left_side_smaller {
      width: 72% !important; }
    body.selfservice #self_service_articles {
      width: 27% !important;
      padding: 0px; } }
  body.selfservice .loader {
    border: 4px solid #f3f3f3;
    /* Leichter Rahmen */
    border-top: 4px solid #3498db;
    /* Farbe für den "animierten" Teil */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    margin: 20px auto; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

body.has_background {
  background-image: url("/background/show");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

@media screen and (max-width: 767px) {
  body.selfservice .page-title {
    text-align: center;
    font-weight: bold;
    padding-top: 10px; }
  body.selfservice #left_side, body.selfservice #right_site, body.selfservice #self_service_articles {
    width: 100% !important; }
  body.selfservice #left_side {
    margin-bottom: 20px;
    position: relative !important;
    height: 28%;
    padding-left: 0px;
    padding-right: 20px;
    overflow-y: auto;
    max-height: 265px; }
  body.selfservice #self_service_articles, body.selfservice #top_right_site {
    position: relative !important; }
  body.selfservice #top_right_site {
    right: 0px;
    margin-bottom: 20px;
    height: 600px; }
  body.selfservice #categories_container {
    height: 330px; }
  body.selfservice .article_picture {
    width: 180px; }
  body.selfservice .add_quantity, body.selfservice .subtract_quantity {
    display: none !important; }
  body.selfservice #selfservice_logo {
    width: 40%; }
  body.selfservice .watermark-container {
    bottom: 165px !important; }
  body.selfservice #powered_by {
    bottom: 10px !important; }
  body.selfservice #add_article_manually {
    float: left !important; }
  body.selfservice body.selfservice {
    padding: 0px; } }

input[type=number] {
  -moz-appearance: textfield; }

.space {
  height: 15px; }

#invoice_add_line_item_text:after {
  content: "Posten hinzufügen"; }

.taxi_gross_amount {
  padding-left: 0px; }

.taxi_tax_percentage {
  padding-right: 0px; }

#taxi_invoice #partial-totals {
  text-align: center; }
  #taxi_invoice #partial-totals #invoice-sums {
    text-align: center !important;
    width: 100%; }

@media (max-width: 767px) {
  #taxi_invoice {
    zoom: 2 !important;
    text-align: center !important;
    padding: 0; }
    #taxi_invoice #price {
      text-align: center !important;
      height: 50px;
      font-size: 40px; }
    #taxi_invoice #name {
      text-align: center !important; }
    #taxi_invoice #tax_percentage {
      text-align-last: center !important; }
    #taxi_invoice .btn, #taxi_invoice table#latest_completed_invoice td.options .cancel, table#latest_completed_invoice td.options #taxi_invoice .cancel, #taxi_invoice table#latest_completed_invoice td.options .payedbtn, table#latest_completed_invoice td.options #taxi_invoice .payedbtn, #taxi_invoice table#invoice-archive .cancel, table#invoice-archive #taxi_invoice .cancel, #taxi_invoice table#invoice-archive .payedbtn, table#invoice-archive #taxi_invoice .payedbtn, #taxi_invoice table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options #taxi_invoice .delete, #taxi_invoice table.edit-invoice-line-items td.options .add, table.edit-invoice-line-items td.options #taxi_invoice .add,
    #taxi_invoice table.edit-invoice-line-items-new td.options .delete, table.edit-invoice-line-items-new td.options #taxi_invoice .delete,
    #taxi_invoice table.edit-invoice-line-items-new td.options .add, table.edit-invoice-line-items-new td.options #taxi_invoice .add, #taxi_invoice #first-run input[type=submit], #first-run #taxi_invoice input[type=submit], #taxi_invoice .customer-data-batch_receipt-btn, #taxi_invoice #guest_index .x_button, #guest_index #taxi_invoice .x_button, #taxi_invoice .import_article, #taxi_invoice .add_quantity, #taxi_invoice .subtract_quantity {
      width: 48%; }
    #taxi_invoice #invoice_add_line_item_text:after {
      content: "+"; }
    #taxi_invoice div.more-options-field {
      left: 50px !important; }
    #taxi_invoice table.edit-invoice-line-items thead tr th.quantity, #taxi_invoice table.edit-invoice-line-items thead tr th.tax_percentage, #taxi_invoice table.edit-invoice-line-items thead tr th.calculated_gross_total {
      display: none; }
    #taxi_invoice table.edit-invoice-line-items tbody tr td.quantity, #taxi_invoice table.edit-invoice-line-items tbody tr td.tax_percentage, #taxi_invoice table.edit-invoice-line-items tbody tr td.calculated_gross_total {
      display: none; } }

body#customer_display #main {
  height: 100%; }

body#customer_display .container, body#customer_display #severe-notice p, #severe-notice body#customer_display p, body#customer_display footer .wrapper, footer body#customer_display .wrapper {
  height: 100%;
  width: 100%; }

body#customer_display .blank_invoice {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px; }

body#customer_display .line_items {
  height: 60%;
  overflow-y: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 5%; }

body#customer_display .line_items_table {
  height: 20%;
  border-collapse: separate; }

body#customer_display .table_header {
  font-size: 3vh;
  position: -webkit-sticky;
  position: sticky;
  background: white;
  top: 0; }

body#customer_display .quantity,
body#customer_display .tax_percentage,
body#customer_display .gross_amount_per_item {
  text-align: center; }

body#customer_display .calculated_gross_total {
  text-align: right; }

body#customer_display .table_body {
  font-size: 3vh; }

body#customer_display .table_footer {
  font-size: 20px;
  font-weight: bold; }

body#customer_display .customer_display_sum {
  display: -webkit-flex;
  display: flex;
  font-size: 12vh;
  line-height: 12vh;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

body#customer_display .sum {
  text-align: right; }

body#user_rights {
  text-align: center; }
  body#user_rights #user_rights_table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0px;
    table-layout: fixed;
    overflow: auto;
    margin: auto auto 30px auto;
    text-align: center; }
    body#user_rights #user_rights_table .table_cell {
      border: 1px solid #ddd;
      padding: 8px;
      min-width: 155px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-bottom: 15px; }
    body#user_rights #user_rights_table .user_rights_cell {
      min-width: 225px; }
    body#user_rights #user_rights_table .header {
      font-weight: bold; }

/* Kassa Pay Transactions View CSS */
.kassa_pay_transactions_search {
  padding: 0; }

#transaction_id {
  border-radius: 30px;
  padding-left: 20px; }

.kassa_pay_transactions_search_id {
  margin-bottom: 25px;
  float: right;
  padding: 0; }

.kassa_pay_transactions_date {
  clear: both;
  padding-left: 10px;
  margin-bottom: 25px; }

.kassa_pay_transactions_box {
  border: 2px solid lightgray;
  border-radius: 30px;
  margin-bottom: 25px; }

.kassa_pay_transaction {
  border-bottom: 1px solid lightgray; }

.kassa_pay_transaction:hover {
  background-color: #f5f5f5;
  cursor: pointer; }

.kassa_pay_transaction:first-child:hover {
  background-color: #f5f5f5;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  cursor: pointer; }

.kassa_pay_transaction:last-child {
  border-bottom: 0px; }

.kassa_pay_transaction:last-child:hover {
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer; }

.kassa_pay_transaction_brand {
  -webkit-align-self: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-left: 2%; }

.kassa_pay_transaction_approved_svg {
  color: #018730;
  vertical-align: middle; }

.kassa_pay_transaction_refunded_svg {
  color: #f5a720;
  vertical-align: middle; }

.kassa_pay_transaction_error_svg {
  color: #de331d;
  vertical-align: middle; }

.vertical_align_middle {
  vertical-align: middle; }

.color_lightgray {
  color: #ccc; }

.color_gray {
  color: gray; }

.kassa_pay_transaction_detail {
  width: 80%; }

.kassa_pay_transaction_id {
  padding-top: 2%;
  padding-left: 2%; }

.kassa_pay_transaction_type {
  display: inline-block;
  padding-left: 2%;
  padding-bottom: 2%; }

.kassa_pay_transaction_amount {
  width: 14%;
  text-align: right;
  margin-right: auto;
  padding-right: 15px;
  padding-top: 15px; }

.crossed_out_amount {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  -webkit-text-decoration-color: gray;
          text-decoration-color: gray; }

.vertical_align_bottom {
  vertical-align: text-bottom; }

/* Kassa Pay Details View CSS */
.kassa_pay_details_box {
  width: 50%;
  border: 2px solid lightgray;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto; }

.kassa_pay_details_rows {
  border-bottom: 1px solid lightgray; }

.kassa_pay_details_rows, .kassa_pay_details_last_row {
  height: 50px;
  -webkit-align-items: center;
          align-items: center; }

.kassa_pay_details_headers {
  width: 50%;
  margin-left: 20px; }

.kassa_pay_details {
  width: 50%;
  margin-right: 20px; }

.kassa_pay_details_brand {
  -webkit-align-self: center;
              -ms-grid-row-align: center;
          align-self: center; }

.kassa_pay_refund_btn {
  text-align: center;
  padding: 20px 0px 10px 0px; }

.kassa_pay_transactions_btn {
  text-align: center;
  padding: 10px 0px; }

.chart_of_account_box {
  border: 2px solid lightgray;
  border-radius: 30px;
  margin-bottom: 25px;
  background-color: white; }

.chart_of_account {
  display: -webkit-flex;
  display: flex;
  padding: 15px;
  border-bottom: 1px solid lightgray;
  cursor: pointer; }

.chart_of_account:hover {
  background-color: #f1f1f1; }

.chart_of_account:first-child:hover {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px; }

.chart_of_account:last-child {
  border-bottom: 0px; }

.chart_of_account:last-child:hover {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; }

.chart_of_account_payment_method_svg {
  -webkit-align-self: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-right: 20px; }

.chart_of_account_detail {
  -webkit-flex-grow: 1;
          flex-grow: 1; }

.chart_of_account_account_number {
  font-weight: bold;
  padding-bottom: 5px; }

.chart_of_account_payment_method {
  color: #777; }

.chart_of_account_payment_method_mini {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

.chart_of_account_payment_method_mini .weight-bold {
  font-size: 1.1rem; }

.chart_of_account_payment_method_mini .vertical_align_middle {
  vertical-align: middle; }

.chart_of_account_payment_method_mini svg {
  margin-left: 10px; }

.chart_of_account:hover {
  background-color: #f5f5f5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease; }

#account_number, .choices__inner, .is-focused .choices__inner, #new_payment_method {
  border-radius: 10px !important;
  height: 45px !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  font-size: 20px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
  background-color: #fff !important; }

.choices__list--dropdown {
  border-radius: 10px !important; }

#account_number:focus, .is-focused .choices__inner, #new_payment_method:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important; }

.choices__inner {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center !important;
          align-items: center !important; }

.choices__item--selectable {
  padding: 0 !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center !important;
          align-items: center !important; }

.choices__list--dropdown .choices__item {
  padding: 10px !important;
  border-bottom: 1px solid #eee !important; }

.choices__list--dropdown .choices__item:hover {
  background-color: #f1f1f1 !important; }

.new_chart_of_account, .edit_chart_of_account {
  margin: auto;
  float: none; }

.invoice_box {
  border: 2px solid #ccc;
  border-radius: 30px;
  margin-bottom: 25px;
  width: 676px;
  height: 69px;
  margin: auto;
  margin-top: 10px; }

.invoice_inner_box {
  border-bottom: 1px solid #ccc;
  -webkit-align-items: center;
          align-items: center;
  height: 65px;
  gap: 10px; }

.invoice_inner_box:last-child {
  border-bottom: 0px; }

.invoice_svg {
  -webkit-align-self: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-left: 2%; }

.invoice_details {
  width: 80%; }

.invoice_details_date {
  color: #888; }

.invoice_gross_total {
  width: 25%;
  text-align: right;
  margin-right: auto;
  padding-right: 15px;
  padding-top: 0px; }

.last_invoice_menu #swal2-content {
  display: -webkit-flex   !important;
  display: flex   !important;
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
  gap: 15px; }

.last_invoice_menu .btn, .last_invoice_menu table#latest_completed_invoice td.options .cancel, table#latest_completed_invoice td.options .last_invoice_menu .cancel, .last_invoice_menu table#latest_completed_invoice td.options .payedbtn, table#latest_completed_invoice td.options .last_invoice_menu .payedbtn, .last_invoice_menu table#invoice-archive .cancel, table#invoice-archive .last_invoice_menu .cancel, .last_invoice_menu table#invoice-archive .payedbtn, table#invoice-archive .last_invoice_menu .payedbtn, .last_invoice_menu table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options .last_invoice_menu .delete, .last_invoice_menu table.edit-invoice-line-items td.options .add, table.edit-invoice-line-items td.options .last_invoice_menu .add,
.last_invoice_menu table.edit-invoice-line-items-new td.options .delete, table.edit-invoice-line-items-new td.options .last_invoice_menu .delete,
.last_invoice_menu table.edit-invoice-line-items-new td.options .add, table.edit-invoice-line-items-new td.options .last_invoice_menu .add, .last_invoice_menu #first-run input[type=submit], #first-run .last_invoice_menu input[type=submit], .last_invoice_menu .customer-data-batch_receipt-btn, .last_invoice_menu #guest_index .x_button, #guest_index .last_invoice_menu .x_button, .last_invoice_menu .import_article, .last_invoice_menu .add_quantity, .last_invoice_menu .subtract_quantity {
  fill: #089bef;
  color: #089bef;
  border: 1px solid #089bef;
  border-radius: 6px;
  height: 65px;
  -webkit-align-content: center;
          align-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center; }

.last_invoice_menu .btn:not(.not-clickable):hover, .last_invoice_menu table#latest_completed_invoice td.options .cancel:not(.not-clickable):hover, table#latest_completed_invoice td.options .last_invoice_menu .cancel:not(.not-clickable):hover, .last_invoice_menu table#latest_completed_invoice td.options .payedbtn:not(.not-clickable):hover, table#latest_completed_invoice td.options .last_invoice_menu .payedbtn:not(.not-clickable):hover, .last_invoice_menu table#invoice-archive .cancel:not(.not-clickable):hover, table#invoice-archive .last_invoice_menu .cancel:not(.not-clickable):hover, .last_invoice_menu table#invoice-archive .payedbtn:not(.not-clickable):hover, table#invoice-archive .last_invoice_menu .payedbtn:not(.not-clickable):hover, .last_invoice_menu table.edit-invoice-line-items td.options .delete:not(.not-clickable):hover, table.edit-invoice-line-items td.options .last_invoice_menu .delete:not(.not-clickable):hover, .last_invoice_menu table.edit-invoice-line-items td.options .add:not(.not-clickable):hover, table.edit-invoice-line-items td.options .last_invoice_menu .add:not(.not-clickable):hover,
.last_invoice_menu table.edit-invoice-line-items-new td.options .delete:not(.not-clickable):hover, table.edit-invoice-line-items-new td.options .last_invoice_menu .delete:not(.not-clickable):hover,
.last_invoice_menu table.edit-invoice-line-items-new td.options .add:not(.not-clickable):hover, table.edit-invoice-line-items-new td.options .last_invoice_menu .add:not(.not-clickable):hover, .last_invoice_menu #first-run input:not(.not-clickable):hover[type=submit], #first-run .last_invoice_menu input:not(.not-clickable):hover[type=submit], .last_invoice_menu .customer-data-batch_receipt-btn:not(.not-clickable):hover, .last_invoice_menu #guest_index .x_button:not(.not-clickable):hover, #guest_index .last_invoice_menu .x_button:not(.not-clickable):hover, .last_invoice_menu .import_article:not(.not-clickable):hover, .last_invoice_menu .add_quantity:not(.not-clickable):hover, .last_invoice_menu .subtract_quantity:not(.not-clickable):hover {
  color: #fff    !important;
  fill: #fff    !important;
  background-color: #089bef !important;
  border: 1px solid #089bef !important; }
  .last_invoice_menu .btn:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu table#latest_completed_invoice td.options .cancel:not(.not-clickable):hover .svg-icon-colored, table#latest_completed_invoice td.options .last_invoice_menu .cancel:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu table#latest_completed_invoice td.options .payedbtn:not(.not-clickable):hover .svg-icon-colored, table#latest_completed_invoice td.options .last_invoice_menu .payedbtn:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu table#invoice-archive .cancel:not(.not-clickable):hover .svg-icon-colored, table#invoice-archive .last_invoice_menu .cancel:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu table#invoice-archive .payedbtn:not(.not-clickable):hover .svg-icon-colored, table#invoice-archive .last_invoice_menu .payedbtn:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu table.edit-invoice-line-items td.options .delete:not(.not-clickable):hover .svg-icon-colored, table.edit-invoice-line-items td.options .last_invoice_menu .delete:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu table.edit-invoice-line-items td.options .add:not(.not-clickable):hover .svg-icon-colored, table.edit-invoice-line-items td.options .last_invoice_menu .add:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu table.edit-invoice-line-items-new td.options .delete:not(.not-clickable):hover .svg-icon-colored, table.edit-invoice-line-items-new td.options .last_invoice_menu .delete:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu table.edit-invoice-line-items-new td.options .add:not(.not-clickable):hover .svg-icon-colored, table.edit-invoice-line-items-new td.options .last_invoice_menu .add:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu #first-run input:not(.not-clickable):hover[type=submit] .svg-icon-colored, #first-run .last_invoice_menu input:not(.not-clickable):hover[type=submit] .svg-icon-colored, .last_invoice_menu .customer-data-batch_receipt-btn:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu #guest_index .x_button:not(.not-clickable):hover .svg-icon-colored, #guest_index .last_invoice_menu .x_button:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu .import_article:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu .add_quantity:not(.not-clickable):hover .svg-icon-colored, .last_invoice_menu .subtract_quantity:not(.not-clickable):hover .svg-icon-colored {
    fill: #fff; }

.last_invoice_menu .btn .svg-icon-colored, .last_invoice_menu table#latest_completed_invoice td.options .cancel .svg-icon-colored, table#latest_completed_invoice td.options .last_invoice_menu .cancel .svg-icon-colored, .last_invoice_menu table#latest_completed_invoice td.options .payedbtn .svg-icon-colored, table#latest_completed_invoice td.options .last_invoice_menu .payedbtn .svg-icon-colored, .last_invoice_menu table#invoice-archive .cancel .svg-icon-colored, table#invoice-archive .last_invoice_menu .cancel .svg-icon-colored, .last_invoice_menu table#invoice-archive .payedbtn .svg-icon-colored, table#invoice-archive .last_invoice_menu .payedbtn .svg-icon-colored, .last_invoice_menu table.edit-invoice-line-items td.options .delete .svg-icon-colored, table.edit-invoice-line-items td.options .last_invoice_menu .delete .svg-icon-colored, .last_invoice_menu table.edit-invoice-line-items td.options .add .svg-icon-colored, table.edit-invoice-line-items td.options .last_invoice_menu .add .svg-icon-colored, .last_invoice_menu table.edit-invoice-line-items-new td.options .delete .svg-icon-colored, table.edit-invoice-line-items-new td.options .last_invoice_menu .delete .svg-icon-colored, .last_invoice_menu table.edit-invoice-line-items-new td.options .add .svg-icon-colored, table.edit-invoice-line-items-new td.options .last_invoice_menu .add .svg-icon-colored, .last_invoice_menu #first-run input[type=submit] .svg-icon-colored, #first-run .last_invoice_menu input[type=submit] .svg-icon-colored, .last_invoice_menu .customer-data-batch_receipt-btn .svg-icon-colored, .last_invoice_menu #guest_index .x_button .svg-icon-colored, #guest_index .last_invoice_menu .x_button .svg-icon-colored, .last_invoice_menu .import_article .svg-icon-colored, .last_invoice_menu .add_quantity .svg-icon-colored, .last_invoice_menu .subtract_quantity .svg-icon-colored {
  margin: auto;
  min-height: 35px;
  max-height: 35px;
  min-width: 35px;
  max-width: 35px; }

.last_invoice_menu_cancel {
  fill: #089bef   !important;
  color: #089bef   !important;
  border: 1px solid #089bef   !important;
  background-color: transparent !important; }

/** Our own variables */
.cancellationForm {
  display: none; }

h1 {
  margin-bottom: 24px; }

p {
  font-variant-numeric: tabular-nums;
   -moz-font-feature-settings: "tnum";
   -webkit-font-feature-settings: "tnum";
   font-feature-settings: "tnum"; }

nav {
  margin-top: 24px; }

.form-control, textarea.product-description, #first-run textarea {
  /** Faster durations for animations */
  -webkit-transition: border-color ease-in-out 0.04s, box-shadow ease-in-out 0.1s;
  -o-transition: border-color ease-in-out 0.04s, box-shadow ease-in-out 0.1s;
  transition: border-color ease-in-out 0.04s, box-shadow ease-in-out 0.1s; }

button.btn.manual-navigation-button, table#latest_completed_invoice td.options button.manual-navigation-button.cancel, table#latest_completed_invoice td.options button.manual-navigation-button.payedbtn, table#invoice-archive button.manual-navigation-button.cancel, table#invoice-archive button.manual-navigation-button.payedbtn, table.edit-invoice-line-items td.options button.manual-navigation-button.delete, table.edit-invoice-line-items td.options button.manual-navigation-button.add,
table.edit-invoice-line-items-new td.options button.manual-navigation-button.delete,
table.edit-invoice-line-items-new td.options button.manual-navigation-button.add, button.manual-navigation-button.customer-data-batch_receipt-btn, #guest_index button.manual-navigation-button.x_button, button.manual-navigation-button.import_article, button.manual-navigation-button.add_quantity, button.manual-navigation-button.subtract_quantity {
  min-width: 120px; }

.navbar li a,
button.btn-default.more-buttons-btn,
table#latest_completed_invoice td.options button.more-buttons-btn.cancel,
table#latest_completed_invoice td.options button.more-buttons-btn.payedbtn,
table#invoice-archive button.more-buttons-btn.cancel,
table#invoice-archive button.more-buttons-btn.payedbtn,
table.edit-invoice-line-items td.options button.more-buttons-btn.delete,
table.edit-invoice-line-items td.options button.more-buttons-btn.add,
table.edit-invoice-line-items-new td.options button.more-buttons-btn.delete,
table.edit-invoice-line-items-new td.options button.more-buttons-btn.add,
button.more-buttons-btn.customer-data-batch_receipt-btn,
#guest_index button.more-buttons-btn.x_button,
button.more-buttons-btn.import_article,
button.more-buttons-btn.add_quantity,
button.more-buttons-btn.subtract_quantity,
button.btn-default,
table#latest_completed_invoice td.options button.cancel,
table#latest_completed_invoice td.options button.payedbtn,
table#invoice-archive button.cancel,
table#invoice-archive button.payedbtn,
table.edit-invoice-line-items td.options button.delete,
table.edit-invoice-line-items td.options button.add,
table.edit-invoice-line-items-new td.options button.delete,
table.edit-invoice-line-items-new td.options button.add,
button.customer-data-batch_receipt-btn,
#guest_index button.x_button,
button.import_article,
button.add_quantity,
button.subtract_quantity,
a.btn-default,
table#latest_completed_invoice td.options a.cancel,
table#latest_completed_invoice td.options a.payedbtn,
table#invoice-archive a.cancel,
table#invoice-archive a.payedbtn,
table.edit-invoice-line-items td.options a.delete,
table.edit-invoice-line-items td.options a.add,
table.edit-invoice-line-items-new td.options a.delete,
table.edit-invoice-line-items-new td.options a.add,
a.customer-data-batch_receipt-btn,
#guest_index a.x_button,
a.import_article,
a.add_quantity,
a.subtract_quantity, button.btn.manual-navigation-button, table#latest_completed_invoice td.options button.manual-navigation-button.cancel, table#latest_completed_invoice td.options button.manual-navigation-button.payedbtn, table#invoice-archive button.manual-navigation-button.cancel, table#invoice-archive button.manual-navigation-button.payedbtn, table.edit-invoice-line-items td.options button.manual-navigation-button.delete, table.edit-invoice-line-items td.options button.manual-navigation-button.add,
table.edit-invoice-line-items-new td.options button.manual-navigation-button.delete,
table.edit-invoice-line-items-new td.options button.manual-navigation-button.add, button.manual-navigation-button.customer-data-batch_receipt-btn, #guest_index button.manual-navigation-button.x_button, button.manual-navigation-button.import_article, button.manual-navigation-button.add_quantity, button.manual-navigation-button.subtract_quantity {
  border-radius: 6px;
  margin-right: 0px;
  border: 1px solid #089bef;
  -webkit-transition: all, ease-in-out 0.15s;
  -o-transition: all, ease-in-out 0.15s;
  transition: all, ease-in-out 0.15s; }

.navbar li a, button.btn.manual-navigation-button, table#latest_completed_invoice td.options button.manual-navigation-button.cancel, table#latest_completed_invoice td.options button.manual-navigation-button.payedbtn, table#invoice-archive button.manual-navigation-button.cancel, table#invoice-archive button.manual-navigation-button.payedbtn, table.edit-invoice-line-items td.options button.manual-navigation-button.delete, table.edit-invoice-line-items td.options button.manual-navigation-button.add,
table.edit-invoice-line-items-new td.options button.manual-navigation-button.delete,
table.edit-invoice-line-items-new td.options button.manual-navigation-button.add, button.manual-navigation-button.customer-data-batch_receipt-btn, #guest_index button.manual-navigation-button.x_button, button.manual-navigation-button.import_article, button.manual-navigation-button.add_quantity, button.manual-navigation-button.subtract_quantity {
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: all, ease-in-out 0.15s;
  -o-transition: all, ease-in-out 0.15s;
  transition: all, ease-in-out 0.15s; }

.navbar-default .navbar-nav li:not(.active) a,
form.navbar-form button,
button.btn-default.more-buttons-btn,
table#latest_completed_invoice td.options button.more-buttons-btn.cancel,
table#latest_completed_invoice td.options button.more-buttons-btn.payedbtn,
table#invoice-archive button.more-buttons-btn.cancel,
table#invoice-archive button.more-buttons-btn.payedbtn,
table.edit-invoice-line-items td.options button.more-buttons-btn.delete,
table.edit-invoice-line-items td.options button.more-buttons-btn.add,
table.edit-invoice-line-items-new td.options button.more-buttons-btn.delete,
table.edit-invoice-line-items-new td.options button.more-buttons-btn.add,
button.more-buttons-btn.customer-data-batch_receipt-btn,
#guest_index button.more-buttons-btn.x_button,
button.more-buttons-btn.import_article,
button.more-buttons-btn.add_quantity,
button.more-buttons-btn.subtract_quantity,
button.btn-default,
table#latest_completed_invoice td.options button.cancel,
table#latest_completed_invoice td.options button.payedbtn,
table#invoice-archive button.cancel,
table#invoice-archive button.payedbtn,
table.edit-invoice-line-items td.options button.delete,
table.edit-invoice-line-items td.options button.add,
table.edit-invoice-line-items-new td.options button.delete,
table.edit-invoice-line-items-new td.options button.add,
button.customer-data-batch_receipt-btn,
#guest_index button.x_button,
button.import_article,
button.add_quantity,
button.subtract_quantity,
a.btn-default,
table#latest_completed_invoice td.options a.cancel,
table#latest_completed_invoice td.options a.payedbtn,
table#invoice-archive a.cancel,
table#invoice-archive a.payedbtn,
table.edit-invoice-line-items td.options a.delete,
table.edit-invoice-line-items td.options a.add,
table.edit-invoice-line-items-new td.options a.delete,
table.edit-invoice-line-items-new td.options a.add,
a.customer-data-batch_receipt-btn,
#guest_index a.x_button,
a.import_article,
a.add_quantity,
a.subtract_quantity {
  color: #089bef;
  fill: #089bef;
  border: 1px solid #089bef; }

button.btn-default:active, table#latest_completed_invoice td.options button.cancel:active, table#latest_completed_invoice td.options button.payedbtn:active, table#invoice-archive button.cancel:active, table#invoice-archive button.payedbtn:active, table.edit-invoice-line-items td.options button.delete:active, table.edit-invoice-line-items td.options button.add:active,
table.edit-invoice-line-items-new td.options button.delete:active,
table.edit-invoice-line-items-new td.options button.add:active, button.customer-data-batch_receipt-btn:active, #guest_index button.x_button:active, button.import_article:active, button.add_quantity:active, button.subtract_quantity:active,
button.btn-default:active:focus,
table#latest_completed_invoice td.options button.cancel:active:focus,
table#latest_completed_invoice td.options button.payedbtn:active:focus,
table#invoice-archive button.cancel:active:focus,
table#invoice-archive button.payedbtn:active:focus,
table.edit-invoice-line-items td.options button.delete:active:focus,
table.edit-invoice-line-items td.options button.add:active:focus,
table.edit-invoice-line-items-new td.options button.delete:active:focus,
table.edit-invoice-line-items-new td.options button.add:active:focus,
button.customer-data-batch_receipt-btn:active:focus,
#guest_index button.x_button:active:focus,
button.import_article:active:focus,
button.add_quantity:active:focus,
button.subtract_quantity:active:focus,
button.btn-default:focus,
table#latest_completed_invoice td.options button.cancel:focus,
table#latest_completed_invoice td.options button.payedbtn:focus,
table#invoice-archive button.cancel:focus,
table#invoice-archive button.payedbtn:focus,
table.edit-invoice-line-items td.options button.delete:focus,
table.edit-invoice-line-items td.options button.add:focus,
table.edit-invoice-line-items-new td.options button.delete:focus,
table.edit-invoice-line-items-new td.options button.add:focus,
button.customer-data-batch_receipt-btn:focus,
#guest_index button.x_button:focus,
button.import_article:focus,
button.add_quantity:focus,
button.subtract_quantity:focus,
a.btn-default:active,
table#latest_completed_invoice td.options a.cancel:active,
table#latest_completed_invoice td.options a.payedbtn:active,
table#invoice-archive a.cancel:active,
table#invoice-archive a.payedbtn:active,
table.edit-invoice-line-items td.options a.delete:active,
table.edit-invoice-line-items td.options a.add:active,
table.edit-invoice-line-items-new td.options a.delete:active,
table.edit-invoice-line-items-new td.options a.add:active,
a.customer-data-batch_receipt-btn:active,
#guest_index a.x_button:active,
a.import_article:active,
a.add_quantity:active,
a.subtract_quantity:active,
a.btn-default:active:focus,
table#latest_completed_invoice td.options a.cancel:active:focus,
table#latest_completed_invoice td.options a.payedbtn:active:focus,
table#invoice-archive a.cancel:active:focus,
table#invoice-archive a.payedbtn:active:focus,
table.edit-invoice-line-items td.options a.delete:active:focus,
table.edit-invoice-line-items td.options a.add:active:focus,
table.edit-invoice-line-items-new td.options a.delete:active:focus,
table.edit-invoice-line-items-new td.options a.add:active:focus,
a.customer-data-batch_receipt-btn:active:focus,
#guest_index a.x_button:active:focus,
a.import_article:active:focus,
a.add_quantity:active:focus,
a.subtract_quantity:active:focus,
a.btn-default:focus,
table#latest_completed_invoice td.options a.cancel:focus,
table#latest_completed_invoice td.options a.payedbtn:focus,
table#invoice-archive a.cancel:focus,
table#invoice-archive a.payedbtn:focus,
table.edit-invoice-line-items td.options a.delete:focus,
table.edit-invoice-line-items td.options a.add:focus,
table.edit-invoice-line-items-new td.options a.delete:focus,
table.edit-invoice-line-items-new td.options a.add:focus,
a.customer-data-batch_receipt-btn:focus,
#guest_index a.x_button:focus,
a.import_article:focus,
a.add_quantity:focus,
a.subtract_quantity:focus {
  color: #089bef;
  fill: #089bef;
  background-color: #f2f2f2; }

.navbar-default .navbar-nav li:not(.active) a:hover,
form.navbar-form button:hover,
button.btn-default.more-buttons-btn:hover,
table#latest_completed_invoice td.options button.more-buttons-btn.cancel:hover,
table#latest_completed_invoice td.options button.more-buttons-btn.payedbtn:hover,
table#invoice-archive button.more-buttons-btn.cancel:hover,
table#invoice-archive button.more-buttons-btn.payedbtn:hover,
table.edit-invoice-line-items td.options button.more-buttons-btn.delete:hover,
table.edit-invoice-line-items td.options button.more-buttons-btn.add:hover,
table.edit-invoice-line-items-new td.options button.more-buttons-btn.delete:hover,
table.edit-invoice-line-items-new td.options button.more-buttons-btn.add:hover,
button.more-buttons-btn.customer-data-batch_receipt-btn:hover,
#guest_index button.more-buttons-btn.x_button:hover,
button.more-buttons-btn.import_article:hover,
button.more-buttons-btn.add_quantity:hover,
button.more-buttons-btn.subtract_quantity:hover,
button.btn-default:hover,
table#latest_completed_invoice td.options button.cancel:hover,
table#latest_completed_invoice td.options button.payedbtn:hover,
table#invoice-archive button.cancel:hover,
table#invoice-archive button.payedbtn:hover,
table.edit-invoice-line-items td.options button.delete:hover,
table.edit-invoice-line-items td.options button.add:hover,
table.edit-invoice-line-items-new td.options button.delete:hover,
table.edit-invoice-line-items-new td.options button.add:hover,
button.customer-data-batch_receipt-btn:hover,
#guest_index button.x_button:hover,
button.import_article:hover,
button.add_quantity:hover,
button.subtract_quantity:hover,
a.btn-default:hover,
table#latest_completed_invoice td.options a.cancel:hover,
table#latest_completed_invoice td.options a.payedbtn:hover,
table#invoice-archive a.cancel:hover,
table#invoice-archive a.payedbtn:hover,
table.edit-invoice-line-items td.options a.delete:hover,
table.edit-invoice-line-items td.options a.add:hover,
table.edit-invoice-line-items-new td.options a.delete:hover,
table.edit-invoice-line-items-new td.options a.add:hover,
a.customer-data-batch_receipt-btn:hover,
#guest_index a.x_button:hover,
a.import_article:hover,
a.add_quantity:hover,
a.subtract_quantity:hover {
  color: #fff;
  fill: #fff;
  background-color: #089bef;
  border: 1px solid #089bef; }

ul.nav.navbar-nav li {
  margin-right: 5px; }

button.btn.manual-navigation-button, table#latest_completed_invoice td.options button.manual-navigation-button.cancel, table#latest_completed_invoice td.options button.manual-navigation-button.payedbtn, table#invoice-archive button.manual-navigation-button.cancel, table#invoice-archive button.manual-navigation-button.payedbtn, table.edit-invoice-line-items td.options button.manual-navigation-button.delete, table.edit-invoice-line-items td.options button.manual-navigation-button.add,
table.edit-invoice-line-items-new td.options button.manual-navigation-button.delete,
table.edit-invoice-line-items-new td.options button.manual-navigation-button.add, button.manual-navigation-button.customer-data-batch_receipt-btn, #guest_index button.manual-navigation-button.x_button, button.manual-navigation-button.import_article, button.manual-navigation-button.add_quantity, button.manual-navigation-button.subtract_quantity {
  background: transparent; }
  button.btn.manual-navigation-button span.arrow, table#latest_completed_invoice td.options button.manual-navigation-button.cancel span.arrow, table#latest_completed_invoice td.options button.manual-navigation-button.payedbtn span.arrow, table#invoice-archive button.manual-navigation-button.cancel span.arrow, table#invoice-archive button.manual-navigation-button.payedbtn span.arrow, table.edit-invoice-line-items td.options button.manual-navigation-button.delete span.arrow, table.edit-invoice-line-items td.options button.manual-navigation-button.add span.arrow, table.edit-invoice-line-items-new td.options button.manual-navigation-button.delete span.arrow, table.edit-invoice-line-items-new td.options button.manual-navigation-button.add span.arrow, button.manual-navigation-button.customer-data-batch_receipt-btn span.arrow, #guest_index button.manual-navigation-button.x_button span.arrow, button.manual-navigation-button.import_article span.arrow, button.manual-navigation-button.add_quantity span.arrow, button.manual-navigation-button.subtract_quantity span.arrow {
    font-size: 20px;
    color: #000000; }
  button.btn.manual-navigation-button span.text, table#latest_completed_invoice td.options button.manual-navigation-button.cancel span.text, table#latest_completed_invoice td.options button.manual-navigation-button.payedbtn span.text, table#invoice-archive button.manual-navigation-button.cancel span.text, table#invoice-archive button.manual-navigation-button.payedbtn span.text, table.edit-invoice-line-items td.options button.manual-navigation-button.delete span.text, table.edit-invoice-line-items td.options button.manual-navigation-button.add span.text, table.edit-invoice-line-items-new td.options button.manual-navigation-button.delete span.text, table.edit-invoice-line-items-new td.options button.manual-navigation-button.add span.text, button.manual-navigation-button.customer-data-batch_receipt-btn span.text, #guest_index button.manual-navigation-button.x_button span.text, button.manual-navigation-button.import_article span.text, button.manual-navigation-button.add_quantity span.text, button.manual-navigation-button.subtract_quantity span.text {
    color: #888888; }

button.btn.manual-navigation-button:hover span.arrow, table#latest_completed_invoice td.options button.manual-navigation-button.cancel:hover span.arrow, table#latest_completed_invoice td.options button.manual-navigation-button.payedbtn:hover span.arrow, table#invoice-archive button.manual-navigation-button.cancel:hover span.arrow, table#invoice-archive button.manual-navigation-button.payedbtn:hover span.arrow, table.edit-invoice-line-items td.options button.manual-navigation-button.delete:hover span.arrow, table.edit-invoice-line-items td.options button.manual-navigation-button.add:hover span.arrow, table.edit-invoice-line-items-new td.options button.manual-navigation-button.delete:hover span.arrow, table.edit-invoice-line-items-new td.options button.manual-navigation-button.add:hover span.arrow, button.manual-navigation-button.customer-data-batch_receipt-btn:hover span.arrow, #guest_index button.manual-navigation-button.x_button:hover span.arrow, button.manual-navigation-button.import_article:hover span.arrow, button.manual-navigation-button.add_quantity:hover span.arrow, button.manual-navigation-button.subtract_quantity:hover span.arrow {
  color: #067bbe; }

button.btn.manual-navigation-button:hover span.symbol, table#latest_completed_invoice td.options button.manual-navigation-button.cancel:hover span.symbol, table#latest_completed_invoice td.options button.manual-navigation-button.payedbtn:hover span.symbol, table#invoice-archive button.manual-navigation-button.cancel:hover span.symbol, table#invoice-archive button.manual-navigation-button.payedbtn:hover span.symbol, table.edit-invoice-line-items td.options button.manual-navigation-button.delete:hover span.symbol, table.edit-invoice-line-items td.options button.manual-navigation-button.add:hover span.symbol, table.edit-invoice-line-items-new td.options button.manual-navigation-button.delete:hover span.symbol, table.edit-invoice-line-items-new td.options button.manual-navigation-button.add:hover span.symbol, button.manual-navigation-button.customer-data-batch_receipt-btn:hover span.symbol, #guest_index button.manual-navigation-button.x_button:hover span.symbol, button.manual-navigation-button.import_article:hover span.symbol, button.manual-navigation-button.add_quantity:hover span.symbol, button.manual-navigation-button.subtract_quantity:hover span.symbol {
  fill: #067bbe; }

button.btn.manual-navigation-button:hover span.text, table#latest_completed_invoice td.options button.manual-navigation-button.cancel:hover span.text, table#latest_completed_invoice td.options button.manual-navigation-button.payedbtn:hover span.text, table#invoice-archive button.manual-navigation-button.cancel:hover span.text, table#invoice-archive button.manual-navigation-button.payedbtn:hover span.text, table.edit-invoice-line-items td.options button.manual-navigation-button.delete:hover span.text, table.edit-invoice-line-items td.options button.manual-navigation-button.add:hover span.text, table.edit-invoice-line-items-new td.options button.manual-navigation-button.delete:hover span.text, table.edit-invoice-line-items-new td.options button.manual-navigation-button.add:hover span.text, button.manual-navigation-button.customer-data-batch_receipt-btn:hover span.text, #guest_index button.manual-navigation-button.x_button:hover span.text, button.manual-navigation-button.import_article:hover span.text, button.manual-navigation-button.add_quantity:hover span.text, button.manual-navigation-button.subtract_quantity:hover span.text {
  color: #089bef; }

.btn.btn-default-invoicestyle, table#latest_completed_invoice td.options .btn-default-invoicestyle.cancel, table#latest_completed_invoice td.options .btn-default-invoicestyle.payedbtn, table#invoice-archive .btn-default-invoicestyle.cancel, table#invoice-archive .btn-default-invoicestyle.payedbtn, table.edit-invoice-line-items td.options .btn-default-invoicestyle.delete, table.edit-invoice-line-items td.options .btn-default-invoicestyle.add,
table.edit-invoice-line-items-new td.options .btn-default-invoicestyle.delete,
table.edit-invoice-line-items-new td.options .btn-default-invoicestyle.add, #first-run input.btn-default-invoicestyle[type=submit], .btn-default-invoicestyle.customer-data-batch_receipt-btn, #guest_index .btn-default-invoicestyle.x_button, .btn-default-invoicestyle.import_article, .btn-default-invoicestyle.add_quantity, .btn-default-invoicestyle.subtract_quantity {
  background-color: transparent;
  color: #089bef;
  fill: #089bef;
  border: 1px solid #089bef; }
  .btn.btn-default-invoicestyle svg, table#latest_completed_invoice td.options .btn-default-invoicestyle.cancel svg, table#latest_completed_invoice td.options .btn-default-invoicestyle.payedbtn svg, table#invoice-archive .btn-default-invoicestyle.cancel svg, table#invoice-archive .btn-default-invoicestyle.payedbtn svg, table.edit-invoice-line-items td.options .btn-default-invoicestyle.delete svg, table.edit-invoice-line-items td.options .btn-default-invoicestyle.add svg, table.edit-invoice-line-items-new td.options .btn-default-invoicestyle.delete svg, table.edit-invoice-line-items-new td.options .btn-default-invoicestyle.add svg, #first-run input.btn-default-invoicestyle[type=submit] svg, .btn-default-invoicestyle.customer-data-batch_receipt-btn svg, #guest_index .btn-default-invoicestyle.x_button svg, .btn-default-invoicestyle.import_article svg, .btn-default-invoicestyle.add_quantity svg, .btn-default-invoicestyle.subtract_quantity svg {
    fill: #089bef; }

.btn.btn-primary svg, table#latest_completed_invoice td.options .btn-primary.cancel svg, table#latest_completed_invoice td.options .btn-primary.payedbtn svg, table#invoice-archive .btn-primary.cancel svg, table#invoice-archive .btn-primary.payedbtn svg, table.edit-invoice-line-items td.options .btn-primary.delete svg, table.edit-invoice-line-items td.options .btn-primary.add svg, table.edit-invoice-line-items-new td.options .btn-primary.delete svg, table.edit-invoice-line-items-new td.options .btn-primary.add svg, #first-run input.btn-primary[type=submit] svg, .btn-primary.customer-data-batch_receipt-btn svg, #guest_index .btn-primary.x_button svg, .btn-primary.import_article svg, .btn-primary.add_quantity svg, .btn-primary.subtract_quantity svg {
  fill: #ffffff; }

/** General overrides */
span.help-link {
  margin-left: 1rem;
  font-size: 15px; }

/**= Navigation */
nav .brand {
  /* margin: -8px 8px 0 -36px; */
  margin-top: 3px;
  margin-right: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 680px) {
    nav .brand {
      margin: -8px 8px 0 -36px;
      margin-left: -4px;
      margin-bottom: 2rem; } }
  nav .brand img {
    height: 42px;
    margin-right: 0.8rem; }
  nav .brand p {
    -webkit-align-self: flex-end;
            align-self: flex-end;
    height: 100%;
    font-weight: 900;
    font-size: 1.3em;
    letter-spacing: 1px;
    color: #239cff;
    margin: 0;
    padding: 0;
    margin-bottom: -4px; }

nav #company-logo {
  visibility: hidden; }

nav.logged-in {
  margin-left: -16px !important; }

/** Logged in navbar has no brand, so remove the implicit padding */
/** Forms: General */
ul.error-messages {
  list-style-type: none;
  padding-top: 4px;
  padding-left: 2px; }
  ul.error-messages li {
    color: #b71429; }

/**= Sign-up form */
#company_dns_name_group .form-control, #company_dns_name_group textarea.product-description, #company_dns_name_group #first-run textarea, #first-run #company_dns_name_group textarea, #company_dns_name_group .input-group-addon {
  font-family: "Liberation Mono", Consolas, Menlo, monospace; }

#company-logo-login {
  width: 360px;
  height: 138.46154px;
  margin-top: 1.5rem;
  background: url(/logo/show);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 50%; }

#new_company button {
  float: right; }

/**= find login */
#find_login .form-control, #find_login textarea.product-description, #find_login #first-run textarea, #first-run #find_login textarea, #find_login .input-group-addon {
  font-family: "Liberation Mono", Consolas, Menlo, monospace; }

table#recent-journal-positions .number {
  width: 12rem; }

table#recent-journal-positions .date {
  width: 17rem; }

table#recent-journal-positions .gross-total {
  width: 12rem; }

table#recent-journal-positions .test-receipt {
  width: 10rem; }

table#recent-journal-positions .payed {
  width: 10rem; }

/**= RKSV registers table */
table#rksv-registers .activated {
  cursor: default;
  text-align: center;
  width: 3.8rem; }

table#rksv-registers td.activated {
  color: #467e3b; }

table#rksv-registers .options, table#rksv-registers .dep-download {
  white-space: nowrap;
  width: 12rem; }

/**= Last committed invoice table */
table#latest_completed_invoice .date-descriptor {
  width: 10.5rem; }

table#latest_completed_invoice .date {
  width: 35rem; }

table#latest_completed_invoice .number-descriptor {
  width: 10rem;
  text-align: right; }

table#latest_completed_invoice .number {
  width: 12rem; }

table#latest_completed_invoice .gross_total {
  width: 12rem;
  text-align: right; }

table#latest_completed_invoice td.options {
  width: 8rem;
  padding: 6px 8px; }
  table#latest_completed_invoice td.options .cancel {
    margin-top: 2px; }

#archive-filter-form {
  margin-bottom: 2rem; }
  #archive-filter-form td {
    padding: 0.5rem 0.5rem; }

table#customers {
  margin-top: 2.5rem; }

table#articles {
  margin-top: 2.5rem; }

table.delivers {
  text-align: center;
  margin-top: 2.5rem; }
  table.delivers .title {
    font-size: 20px; }
    table.delivers .title i {
      font-size: 17px; }
  table.delivers .article {
    font-size: 15px;
    height: 60px;
    cursor: pointer; }
    table.delivers .article td {
      vertical-align: middle;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    table.delivers .article .small_cell {
      width: 13%; }

table.delivers:nth-child(2n+1) {
  background-color: #f9f9f9; }

table.delivers:nth-child(2n) {
  background-color: #fff; }

table.closings {
  margin-top: 2.5rem;
  text-align: center; }
  table.closings td.menu-cell {
    width: 40px; }

textarea.product-description {
  resize: none;
  height: 110px; }

#query-spinner, #customer-query-spinner, #article-query-spinner, .query-spinner {
  float: left;
  margin-top: 0.4em;
  margin-left: 0.5em; }

#submit-query, #submit-customer-query, #submit-article-query, .submit-query {
  float: left; }

table.normal_table tbody tr td {
  vertical-align: middle; }

table.vertical-aligned-middle-table thead tr td,
table.vertical-aligned-middle-table thead tr th,
table.vertical-aligned-middle-table tbody tr td,
table.vertical-aligned-middle-table tfoot tr td {
  vertical-align: middle; }

table.sticky-head, table.sticky-left, table.sticky-right {
  border-collapse: separate; }

table.sticky-head thead tr th,
table.sticky-head thead tr td {
  position: -webkit-sticky;
  position: sticky;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  background-clip: padding-box;
  z-index: 1; }

table.sticky-head thead tr:nth-child(1) th,
table.sticky-head thead tr:nth-child(1) td {
  top: 0px;
  border-top: 1px solid #cccccc !important; }

table.sticky-head thead tr:nth-child(2) th,
table.sticky-head thead tr:nth-child(2) td {
  top: 39.4px; }

table.sticky-head thead tr:nth-child(3) th,
table.sticky-head thead tr:nth-child(3) td {
  top: 77.8px; }

table.sticky-left thead tr th:nth-child(1),
table.sticky-left thead tr td:nth-child(1),
table.sticky-left tbody tr td:nth-child(1),
table.sticky-left tfoot tr td:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #ffffff;
  z-index: 1; }

table.sticky-right thead tr th:nth-last-child(1),
table.sticky-right thead tr td:nth-last-child(1),
table.sticky-right tbody tr td:nth-last-child(1),
table.sticky-right tfoot tr td:nth-last-child(1) {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  background-color: #ffffff;
  z-index: 1; }

table.sticky-bottom tfoot tr td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1; }

table.sticky-head.sticky-left thead tr th:nth-child(1),
table.sticky-head.sticky-left thead tr td:nth-child(1) {
  z-index: 2; }

table.sticky-head.sticky-right thead tr th:nth-last-child(1),
table.sticky-head.sticky-right thead tr td:nth-last-child(1) {
  z-index: 2; }

table.sticky-bottom.sticky-left tfoot tr td:nth-child(1) {
  z-index: 2; }

table.sticky-bottom.sticky-right tfoot tr td:nth-last-child(1) {
  z-index: 2; }

/**= invoice archive table */
table#invoice-archive {
  margin-top: 2.5rem; }
  table#invoice-archive .gross-total {
    width: 12rem;
    text-align: right; }
  table#invoice-archive .manual-receipt {
    width: 3rem;
    text-align: center; }
  table#invoice-archive .register_balance {
    text-align: right; }
  table#invoice-archive .test-receipt {
    width: 3rem;
    text-align: center; }
  table#invoice-archive .payed {
    width: 3rem;
    text-align: center; }
  table#invoice-archive #schrift {
    font-size: 15px; }
  table#invoice-archive .archive-cancellation {
    width: 20rem;
    text-align: center; }
  table#invoice-archive .invoice-row:hover td {
    cursor: pointer; }
  table#invoice-archive .cancel {
    margin-top: 2px; }
  table#invoice-archive .option {
    width: 25px;
    margin: auto; }

.archives_buttons {
  display: -webkit-flex;
  display: flex;
  padding: 10px 0px;
  gap: 10px; }

.archives_export_buttons {
  display: -webkit-flex;
  display: flex;
  gap: 10px; }

table#delivery_note_archive {
  width: 70%;
  text-align: center; }
  table#delivery_note_archive .register, table#delivery_note_archive .number, table#delivery_note_archive .invoice_number, table#delivery_note_archive .date, table#delivery_note_archive .customer, table#delivery_note_archive .options, table#delivery_note_archive .invoice_completed, table#delivery_note_archive .gross_total {
    text-align: center; }
  table#delivery_note_archive .register {
    width: 10%; }
  table#delivery_note_archive .number {
    width: 10%; }
  table#delivery_note_archive .invoice_number {
    width: 18%; }
  table#delivery_note_archive .date {
    width: 21%; }
  table#delivery_note_archive .options {
    width: 10%; }

/**= statistics styles */
#statistics-form table#filters td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem; }

#statistics-form table#filters td:nth-child(1) {
  padding-left: 0px; }

#statistics-form table#filters td:nth-last-child(1) {
  padding-right: 0px; }

#statistics-form #statistics-totals-per-tax-group table .net_total, #statistics-form #statistics-totals-per-tax-group table .tax_amount, #statistics-form #statistics-totals-per-tax-group table .gross_total {
  text-align: right;
  width: 120px; }

#statistics-form .daily-stats, #statistics-form .daily-graph {
  padding-top: 1rem; }

#statistics-form .daily-stats, #statistics-form .monthly-stats, #statistics-form .annual-stats {
  padding-left: 0; }

#statistics-form .statistics_article_filters {
  text-align: center; }

#statistics-form input#date-daily {
  display: inline;
  width: 10.5rem; }

#statistics-form input.time_span {
  text-align: center;
  width: 100% !important; }

#statistics-form input#date-monthly {
  display: inline;
  width: 19.5rem; }

#statistics-form input#date-annual {
  display: inline;
  width: 19.5rem; }

.article-coloured-text {
  color: #32cd32; }

.invoice-coloured-text {
  color: #0691ed; }

.bordered-table-row {
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px; }

/** Specific tables */
table.edit-invoice-line-items,
table.edit-invoice-line-items-new {
  /* To fit the button */ }
  table.edit-invoice-line-items .quantity,
  table.edit-invoice-line-items-new .quantity {
    width: 80px; }
  table.edit-invoice-line-items .gross_amount_per_item,
  table.edit-invoice-line-items-new .gross_amount_per_item {
    width: 100px; }
  table.edit-invoice-line-items .tax_percentage,
  table.edit-invoice-line-items-new .tax_percentage {
    width: 80px; }
  table.edit-invoice-line-items .manual_receipt_number,
  table.edit-invoice-line-items-new .manual_receipt_number {
    width: 500px; }
  table.edit-invoice-line-items .manual_receipt_date,
  table.edit-invoice-line-items-new .manual_receipt_date {
    width: 150px; }
  table.edit-invoice-line-items .calculated_gross_total,
  table.edit-invoice-line-items-new .calculated_gross_total {
    width: 80px; }
  table.edit-invoice-line-items .quantity,
  table.edit-invoice-line-items .gross_amount_per_item,
  table.edit-invoice-line-items .tax_percentage,
  table.edit-invoice-line-items .calculated_gross_total,
  table.edit-invoice-line-items-new .quantity,
  table.edit-invoice-line-items-new .gross_amount_per_item,
  table.edit-invoice-line-items-new .tax_percentage,
  table.edit-invoice-line-items-new .calculated_gross_total {
    text-align: right; }
    table.edit-invoice-line-items .quantity input,
    table.edit-invoice-line-items .gross_amount_per_item input,
    table.edit-invoice-line-items .tax_percentage input,
    table.edit-invoice-line-items .calculated_gross_total input,
    table.edit-invoice-line-items-new .quantity input,
    table.edit-invoice-line-items-new .gross_amount_per_item input,
    table.edit-invoice-line-items-new .tax_percentage input,
    table.edit-invoice-line-items-new .calculated_gross_total input {
      text-align: right; }
  table.edit-invoice-line-items td,
  table.edit-invoice-line-items-new td {
    vertical-align: middle !important; }
  table.edit-invoice-line-items td.options,
  table.edit-invoice-line-items-new td.options {
    padding: 0 6px;
    width: 80px !important; }
    table.edit-invoice-line-items td.options form button span#line_item_delete_button_text:after,
    table.edit-invoice-line-items-new td.options form button span#line_item_delete_button_text:after {
      content: "Entfernen"; }
      @media (max-width: 767px) {
        table.edit-invoice-line-items td.options form button span#line_item_delete_button_text:after,
        table.edit-invoice-line-items-new td.options form button span#line_item_delete_button_text:after {
          content: "✖️"; } }
    table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options .add,
    table.edit-invoice-line-items-new td.options .delete,
    table.edit-invoice-line-items-new td.options .add {
      height: 100%; }

table.edit-invoice-line-items-new td input, table.edit-invoice-line-items-new td select {
  border: 1px solid #aaa !important;
  width: 100% !important; }

table.edit-invoice-line-items-new .options {
  width: 160px; }

div#change-calculator {
  margin-bottom: 5rem;
  margin-top: 1rem; }
  div#change-calculator .cash-input-group {
    width: 29rem; }
  div#change-calculator .cash-input-field {
    width: 10rem;
    text-align: right; }

.change-calculator-result {
  text-align: right; }
  .change-calculator-result .paid {
    float: right;
    margin-right: 3rem; }
  .change-calculator-result .change {
    float: right; }

/* Place table for entering product-description
   directly below edit-invoice-line-items
*/
table.product-description {
  margin-top: -2.2rem; }

table.manual-receipt tfoot .manual_receipt_number_locked,
table.manual-receipt tfoot .manual_receipt_date_locked, table.manual-receipt td .manual_receipt_number_locked,
table.manual-receipt td .manual_receipt_date_locked {
  padding: 8px; }

table#users-list {
  width: 100%; }
  table#users-list .test-receipt {
    width: 105px; }
  table#users-list .payed {
    width: 105px; }
  table#users-list .user-active {
    width: 60px; }
  table#users-list .admin {
    width: 115px; }
  table#users-list .last-change {
    width: 200px; }
  table#users-list td.user-active {
    text-align: center;
    vertical-align: middle; }
  table#users-list td.admin {
    text-align: center;
    vertical-align: middle; }
  table#users-list td.test-receipt {
    text-align: center;
    vertical-align: middle; }
  table#users-list td.payed {
    text-align: center;
    vertical-align: middle; }
  table#users-list .register {
    width: 5%;
    text-align: center; }

/** Edit invoice */
#invoice-totals-per-tax-group table .net_total, #invoice-totals-per-tax-group table .tax_amount, #invoice-totals-per-tax-group table .gross_total {
  text-align: right;
  width: 80px; }

#customer-preview {
  text-align: center; }

#invoice-sums {
  text-align: right; }
  #invoice-sums h5 {
    margin: 0px;
    line-height: 80%; }

#submit-cash {
  float: right; }

#submit-others {
  float: left; }

#search-customer, #customer-data-batch_receipt {
  display: none; }

#search-article {
  display: none; }

#latest_customer_invoices {
  float: left;
  width: 100%;
  margin-top: 2rem;
  clear: both; }

/** Marketing */
/** Hero is wrapped into a fluid container */
#hero {
  width: 100%;
  height: 460px;
  background-image: url(/images/hero-low.jpg);
  background-position: 80% center;
  background-size: 100%;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  transition: height 0.5s; }
  @media (max-width: 480px) {
    #hero {
      height: 180px; } }
  @media (max-width: 560px) {
    #hero {
      height: 280px; } }
  @media (max-width: 680px) {
    #hero {
      height: 380px; } }
  @media (min-width: 1000px) {
    #hero {
      height: 520px; } }
  @media (min-width: 1200px) {
    #hero {
      height: 620px; } }
  @media (min-width: 1500px) {
    #hero {
      height: 720px; } }

/** Color schemes */
img {
  -ms-interpolation-mode: bicubic; }

#front h2 {
  color: #4b9aff;
  padding-top: 15px;
  padding-bottom: 7.5px; }

#front section {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 26px; }
  #front section:before, #front section:after {
    content: " ";
    display: table; }
  #front section:after {
    clear: both; }
  #front section h3 {
    color: #4b9aff;
    margin-bottom: 18px; }
  #front section h4 {
    margin-bottom: 18px;
    line-height: 24px; }
  #front section p {
    font-size: 15px !important;
    line-height: 21px; }
  #front section figure {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 40px;
    padding-top: 4px; }
    @media (min-width: 768px) {
      #front section figure {
        float: left;
        width: 41.66667%; } }
    @media (min-width: 1200px) {
      #front section figure {
        float: left;
        width: 33.33333%; } }
    #front section figure .hidden-xs, #front section figure figure {
      display: none !important; }
  #front section p {
    font-size: 14px; }

#front section article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    #front section article {
      float: left;
      width: 58.33333%; } }
  @media (min-width: 1200px) {
    #front section article {
      float: left;
      width: 66.66667%; } }

#front section + section {
  margin-top: 52px; }

#front h2 {
  font-size: 26px; }

#front h3 {
  margin-top: 0; }

#front #printer img {
  margin-top: -52px; }

#front #offer img {
  margin-top: 0px; }

#front #pitch {
  padding-bottom: 104px; }

#front #trial img {
  margin-left: 5rem;
  width: 60%;
  height: auto; }

#front #logos h2 {
  margin-left: 1.3rem; }

/**
 * Flexbox based layout, sticky footer.
 *
 * IE11 workarounds as discovered by Philip Walton:
 * http://philipwalton.com/articles/normalizing-cross-browser-flexbox-bugs/
 */
#wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100vh; }

#main {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
          flex-basis: auto; }

#severe-notice {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
  font-size: .9em;
  background-color: #f2dede;
  border-bottom: 2px solid #ebcccc;
  color: #a94442; }
  #severe-notice p {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    padding-bottom: 0;
    margin-bottom: 0; }

footer {
  -webkit-flex-shrink: 0;
          flex-shrink: 0; }

/** Footer */
footer {
  background-color: #ebebe6;
  width: 100%;
  min-height: 4rem;
  margin-top: 4px; }
  footer .wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  footer .left {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    footer .left a {
      margin-right: 1rem; }
  footer .right {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right; }

#features {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  #features thead .state {
    font-size: 1.6rem;
    font-weight: bold; }
  #features td.name, #features td.manual_receipt_number {
    padding-left: 1.2rem;
    border-radius: 8px 0px 0px 8px; }
  #features tbody td.state {
    border-radius: 0px 8px 8px 0px;
    font-size: 1.9rem;
    padding: 0;
    vertical-align: middle;
    width: 15rem;
    color: green;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.49); }
  #features tbody tr:nth-child(even) {
    background-color: #f6f6f6; }
  #features tr {
    border-radius: 6px; }
  #features td {
    font-size: 1.5rem;
    border: 0 !important; }
  #features .state {
    text-align: center; }
  #features .state.shipped::before {
    padding: 0;
    content: '✔︎'; }
  #features .state.pending::before {
    padding: 0;
    content: '(✔︎)';
    opacity: 0.6; }

/**= dashboard/logo/edit */
#current-logo-preview {
  width: 100%;
  margin-top: 2rem;
  max-width: 400px; }
  #current-logo-preview img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

/**= welcome/contact */
#contact h4 {
  padding-top: 15px;
  margin-bottom: 18px; }

#contact p {
  line-height: 1.4; }

/**= first run */
#first-run h5 {
  font-weight: bold; }

#first-run .row {
  padding-bottom: 1rem; }

#first-run .step1, #first-run .step2, #first-run .step3, #first-run .step4, #first-run .step5, #first-run .step6, #first-run .step7 {
  display: none; }

#first-run .step2 form {
  padding-bottom: 1rem; }

#first-run-wizard-register label {
  font-weight: normal;
  padding-left: 0.2rem;
  padding-right: 1rem; }

/* Redeem form */
#redeem-form input {
  font-family: "Liberation Mono", Consolas, Menlo, monospace; }

/* Login buttons */
#login-buttons button {
  width: 100%; }

#login-buttons .password-forgotten-link {
  padding-top: 7px; }

table#finanzonline-register th, table#finanzonline-signature th {
  padding-right: 2em;
  width: 20em !important; }

table#finanzonline-register td, table#finanzonline-signature td {
  font-family: "Liberation Mono", Consolas, Menlo, monospace; }

/* Pagination */
.pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px; }

.pagination_container {
  text-align: center; }

.pagination li {
  display: inline;
  text-align: center; }

.pagination a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5; }

.pagination {
  cursor: default; }

.pagination {
  outline: none; }

.modal-1 li:first-child a {
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 0 6px; }

.modal-1 li:last-child a {
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 0; }

.modal-1 a {
  border-color: #ddd;
  color: #4285F4;
  background: #fff; }

.modal-1 a:hover {
  border-color: #2467d6;
  background: #5699ff;
  color: #fff; }

.pagination_container .active a {
  border-color: #2467d6;
  background-color: #4285F4;
  color: #fff; }

/* inventory_management */
.warehouse-title {
  font-size: 130%;
  margin-left: -10px; }

.no-padding {
  padding: 0px; }

table.list-inventories .inventory-name {
  width: 85%;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

table.list-inventories .inventory-count {
  width: 15%;
  text-align: right;
  white-space: nowrap; }

/* Batch_receipts */
table#batch_receipts {
  margin-left: -150px;
  text-align: center; }

.table_import_link {
  margin-top: -20px;
  font-size: 15px; }

.customer-data-batch_receipt-btn {
  margin-top: 2px;
  width: 13em;
  color: #089bef;
  fill: #089bef;
  border: 1px solid #089bef;
  border-radius: 6px;
  margin-left: -1px;
  line-height: 1.5;
  font-size: 16px;
  padding: 10.5px 18px; }
  .customer-data-batch_receipt-btn:hover {
    color: #fff;
    fill: #fff;
    background-color: #089bef;
    border: 1px solid #089bef; }

.batch_receipts_settings_btns, .batch_receipts_settings_btns {
  color: #089bef;
  fill: #089bef;
  border: 1px solid #089bef;
  border-radius: 6px; }
  .batch_receipts_settings_btns:hover, .batch_receipts_settings_btns:hover {
    color: #fff;
    fill: #fff;
    background-color: #089bef;
    border: 1px solid #089bef; }

.submit-batch-receipts, .title_batch_receipt {
  margin-left: -150px; }

.batch_receipts_setting_dropdowns {
  width: 146px; }

.import-double:nth-child(even) {
  border-color: #E16767; }

tr.import-double:nth-child(2n+3) {
  background-color: #f9f9f9; }

.import-double:nth-child(odd) {
  border-color: #E16767; }

#import-double {
  background-color: #E16767;
  border-color: #E16767; }

#import-double:hover {
  background-color: #ce5c5c !important; }

.product-picture {
  width: 150px;
  height: 150px;
  border-radius: 10%;
  border: 3px solid darkgrey;
  cursor: pointer; }

.product-picture-medium {
  width: 100px;
  height: 100px;
  border-radius: 10%;
  border: 1px solid darkgrey;
  margin: unset; }

.product-picture-small {
  width: 50px;
  height: 50px;
  border-radius: 10%;
  border: 1px solid darkgrey;
  margin: unset; }

.product_category {
  width: 100%;
  height: 50px;
  background-color: silver;
  border-color: #696969;
  font-size: 20px;
  border-radius: 5px; }
  .product_category:hover, .product_category:active {
    background-color: #A0A0A0; }

@media (max-width: 767px) {
  .nav {
    display: inline-block;
    margin: 5px; }
    .nav > li {
      display: inline-block; }
      .nav > li > a {
        display: inline-block; }
  .container, #severe-notice p, footer .wrapper {
    zoom: 0.6; }
  #front h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold; }
  #front article h3 {
    font-size: 40px !important; }
  #front article h4 {
    font-size: 22px !important; }
  #front article p {
    font-size: 20px !important;
    line-height: normal; }
  .front {
    font-size: 40px; }
    .front img {
      width: 100px !important;
      height: 100px !important; }
    .front ul {
      width: 100% !important;
      margin-bottom: 0px;
      margin-top: 0px; }
    .front li {
      text-align: center !important;
      width: 100% !important; }
    .front a {
      width: 100% !important; }
  #hero {
    height: 280px !important; }
  #contact {
    text-align: center; }
  #features h1 {
    font-size: 30px !important; }
  .cash-input-group {
    width: 290px !important;
    margin-right: 15px; }
  table#batch_receipts {
    margin-left: 10px; }
  .submit-batch-receipts, .title_batch_receipt {
    margin-left: 10px; } }

.food_or_drink {
  width: 140px; }

.delivery_infos_btn {
  width: 158px; }

.qr_codes_gastro img {
  margin: 0 auto; }

.guest_table {
  position: relative;
  display: inline-block;
  float: left;
  height: 50%;
  width: 50%;
  page-break-inside: avoid;
  text-align: center;
  border: 1px solid white; }

.guest_table_small {
  font-size: 7px;
  position: relative;
  display: inline-block;
  float: left;
  height: 25%;
  width: 25%;
  page-break-inside: avoid;
  text-align: center;
  border: 1px solid white; }
  .guest_table_small h3 {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 2px; }
  .guest_table_small h4 {
    font-size: 11px;
    margin-top: 2px; }

.guest_table_vertical_helper {
  height: 100%; }

.guest_table_vertical_helper::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle; }

.guest_table_vertical_helper .guest_tables_vertical_align {
  display: inline-block;
  vertical-align: middle; }

#guest_users {
  pointer-events: none; }

#guest_index h1 {
  text-align: center; }

#guest_index #article_table {
  display: none;
  margin-top: -25px; }

#guest_index #current-logo-preview {
  display: -webkit-flex;
  display: flex;
  margin: auto; }

#guest_index #order_area {
  text-align: center;
  margin-bottom: 21px; }

#guest_index #order_now {
  font-size: 30px;
  height: 60px;
  width: 400px; }

#guest_index .alert {
  font-size: 20px;
  text-align: center; }

#guest_index .btn_pay_now {
  height: 50px;
  width: 310px;
  font-size: 25px;
  margin-bottom: 15px; }

#guest_index .guest_order_table {
  font-size: 20px; }

#guest_index .header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1; }

#guest_index .list_article {
  height: 156px;
  padding: 0px;
  cursor: pointer;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border: 3px solid darkgrey;
  border-radius: 18px; }

#guest_index .list_articles_from_category {
  display: none; }

#guest_index .list_picture_space {
  display: inline;
  height: 150px;
  padding: 0px; }

#guest_index .picture {
  border: 0px solid white;
  vertical-align: middle; }

#guest_index .product_text_description {
  padding: 0px;
  margin: auto 0px auto 0px;
  text-align: center;
  font-size: 18px; }

#guest_index .product_text_space {
  margin: auto 0px auto 0px;
  padding: 0px; }

#guest_index .product_text_title {
  padding: 0px;
  margin: auto 0px auto 0px;
  font-weight: bold;
  text-align: center;
  font-size: 22px; }

#guest_index .tile_article {
  height: 240px;
  width: 150px;
  padding: 0px;
  font-size: 20px;
  text-align: center; }

#guest_index .tile_article_seperator {
  height: 230px;
  width: 12px;
  padding: 0px; }

#guest_index .tile_articles_from_category {
  display: none;
  margin-left: 40px; }

#guest_index .tile_picture_alternative {
  font-size: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  word-break: break-word; }

#guest_index .x_button {
  margin-top: 2px; }

#guest_overview {
  font-size: 20px; }
  #guest_overview .btn_deliver {
    padding: 15px;
    font-size: 20px;
    float: left;
    margin-bottom: 10px;
    border-radius: 6px;
    margin-right: 0px;
    border: 1px solid #089bef;
    color: #089bef;
    fill: #089bef;
    border: 1px solid #089bef; }
  #guest_overview .btn_pay_now {
    padding: 15px;
    font-size: 20px;
    float: right;
    margin-bottom: 10px; }
  #guest_overview .alert {
    text-align: center; }

.guest_order_table td {
  text-align: center;
  vertical-align: middle !important; }

ul#sortable, #draggable, #sortable_all {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }

li.ui-state-default {
  margin: 5px;
  padding: 5px;
  width: 100%;
  text-align: center; }

.ui-state-default, .ui-widget-content .ui-state-default, html .ui-button {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

li#transfer_data_pos {
  text-align: left; }

.invoice_style_transfer_border {
  margin-top: 20px; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

#slider_red, #slider_green, #slider_blue {
  float: left;
  clear: left;
  width: 300px;
  margin: 15px; }

#color_field {
  width: 70px;
  height: 100px;
  margin-top: 18px;
  margin-left: 350px;
  background-image: none; }

.tooltip {
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 100px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 100;
  bottom: -171%;
  left: -100%;
  margin-left: -90px;
  opacity: 0;
  transition: opacity 0.3s, bottom 0.5s; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #555 transparent; }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.tooltip.tooltip-header-variables .tooltiptext {
  width: 256px;
  bottom: -70px;
  left: -6px; }

.tooltip.tooltip-header-variables:hover .tooltiptext {
  bottom: -60px; }

.tooltip.tooltip-invoicestyle-nologo .tooltiptext {
  width: 256px;
  bottom: -70px;
  left: -31px; }

.tooltip.tooltip-invoicestyle-nologo:hover .tooltiptext {
  bottom: -60px; }

img {
  margin: auto; }

#qr_code_small, #qr_code_medium, #qr_code_large {
  display: none; }

#invoice-no, #payment-method {
  text-align: left; }

#slider_red .ui-slider-range {
  background: #ef2929; }

#slider_red .ui-slider-handle {
  border-color: #ef2929; }

#slider_green .ui-slider-range {
  background: #8ae234; }

#slider_green .ui-slider-handle {
  border-color: #8ae234; }

#slider_blue .ui-slider-range {
  background: #0000FF; }

#slider_blue .ui-slider-handle {
  border-color: #0000FF; }

.finished_line_item {
  cursor: pointer; }

#invoice_line_item_tax_percentage {
  padding: 6px;
  text-align: right; }

.discount-button {
  height: 60px;
  width: 65px;
  font-size: 13pt;
  margin-bottom: 3px;
  margin: 2px 2px; }

.discount-button-special {
  background-color: #e83306;
  border-color: #d61806; }

.discount-button-special:hover {
  background-color: #c11e05;
  border-color: #8e1302; }

.discount-button-special:focus,
.discount-button-special:active,
.discount-button-special:active:hover,
.discount-button-special:active:focus {
  background-color: #a31a05;
  border-color: #821504; }

#discounts {
  padding-top: 4px; }

#percent_discount {
  height: 60px;
  width: 65px;
  margin-right: 4px;
  font-size: 13pt;
  text-align: center; }

@media (min-width: 1476px) {
  .discount_line_item_quantity:after {
    content: 'Anzahl'; }
  .discount_line_item_price:after {
    content: 'Preis'; } }

@media (max-width: 1476px) {
  .discount_line_item_quantity:after {
    content: '#'; }
  .discount_line_item_price:after {
    content: '€'; } }

.edit-invoice-line-items-new {
  /* remove Arrow from selecttag */
  /* IE10 */ }
  .edit-invoice-line-items-new select {
    /* Firefox */
    -moz-appearance: none;
    /* Chrome */
    -webkit-appearance: none; }
  .edit-invoice-line-items-new select::-ms-expand {
    display: none; }

.import_article {
  width: 250px;
  height: 35px;
  padding: 7px;
  margin-top: -8px;
  margin-bottom: 20px; }

.article_quantity, .article_name, .article_income {
  text-align: center;
  vertical-align: middle; }

.article_quantity, .article_income {
  width: 20%; }

.table_result_footer {
  border-top: 1px double black; }

.article_statistic_graphs {
  padding: 0px; }

.article_stats_export_csv_div {
  padding: 10px 0px; }

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
  content: " \25B4\25BE"; }

table.sortable th.standard_sorted_reverse:after {
  content: " \25B4" !important; }

table.sortable .sorttable_alpha, table.sortable .sorttable_numeric {
  cursor: pointer; }

.sale_number_text_box {
  width: 75px;
  display: inline; }

.sale_select_tag {
  width: auto;
  display: inline;
  text-align: center; }

.sale_date_text_box {
  width: 120px;
  text-align: center;
  display: inline; }

.sale_text_area {
  width: 300px; }

.sale_create_btn {
  margin-top: -14px; }

.sale_table {
  text-align: center; }

.sale_table_row {
  vertical-align: middle; }

.sale_table_type, .sale_table_values, .sale_table_date {
  width: 25%; }

.sale_table_customer_only {
  width: 20%; }

.sale_table_btn {
  width: 5%; }

.hidden_element {
  display: none; }

.current_sale_space {
  margin-bottom: 20px;
  padding: 0px; }

.article_sort_index ul#sortable, .article_sort_index #sortable_all {
  margin-bottom: 15px; }

.article_sort_index .information_field {
  padding: 0 0 15px 0; }

.article_sort_index .list_field {
  height: 600px;
  background-color: whitesmoke;
  border: 1px solid darkgrey;
  padding: 15px;
  overflow: auto;
  overflow-x: hidden; }

.article_sort_index .category {
  height: 50px;
  line-height: 50px;
  background-color: silver;
  border: 1px solid darkgrey;
  border-color: #696969;
  font-size: 20px;
  border-radius: 5px;
  cursor: default;
  text-align: center;
  padding: 0px 10px 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
  cursor: pointer; }

.article_sort_index .category:hover {
  background-color: #A0A0A0;
  border: 1px solid #696969; }

.article_sort_index .index_article {
  height: 50px;
  line-height: 50px;
  background-color: white;
  border: 1px solid darkgrey;
  border-color: #696969;
  font-size: 20px;
  border-radius: 5px;
  cursor: default;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.article_sort_index .reset_btn {
  margin-top: auto; }

.out_of_sight {
  position: absolute;
  top: -500000px; }

#company_message, #email_message, #username_message, #password_message {
  color: #b71429;
  position: absolute;
  top: 32px;
  right: 20px; }

#company_register .login_label {
  float: left;
  height: 35px; }

#company_register .login_box {
  float: left; }

#company_register .margin_bottom {
  margin-bottom: 20px; }

#company_register .margin_right {
  margin-right: 12px; }

#company_register .padding_0 {
  padding: 0px; }

#company_register .padding_right {
  padding-right: 12px; }

#company_register .padding_top {
  padding-top: 6px; }

#company_user_password {
  position: relative;
  padding-right: 35px; }

#password_message {
  right: 45px; }

#show_pwd {
  position: absolute;
  top: 35px;
  right: 20px;
  cursor: pointer; }

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

#payment-form {
  max-width: 420px; }
  #payment-form #card-button {
    margin-top: 1em; }

.payment-buttons-top {
  height: 35px;
  margin-bottom: 10px; }

.payment-buttons-bottom {
  height: 35px;
  margin-bottom: 5px; }

.customer_number {
  float: right;
  font-size: 18px; }

.clickable {
  cursor: pointer; }

.not-clickable {
  cursor: not-allowed; }

@media (max-width: 767px) {
  .help-body {
    zoom: 1.5; } }

.help-body .customer_number {
  float: none;
  text-align: center; }

form#new_company_customer {
  display: none; }

.truncated_article_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

div#new-article {
  display: none; }

#add-article {
  margin-right: 4px; }

.more-options-field {
  width: 442px;
  margin-left: 10px;
  border: solid 1px;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 5px 5px 2px grey;
  display: none;
  position: absolute;
  background-color: white;
  text-align: center;
  z-index: 99999; }

@media (max-width: 1486px) and (min-width: 1185px) {
  .more-options-field {
    width: 226px !important; }
  .more-buttons-btn {
    -webkit-flex: 1 0 60% !important;
            flex: 1 0 60% !important; } }

.more-options-field:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 10px 0px;
  border-color: transparent #333333;
  display: block;
  width: 0;
  z-index: 0;
  right: 100%;
  top: 8px; }

.more-options-field:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 8px 0px;
  border-color: transparent white;
  display: block;
  width: 0;
  z-index: 1;
  right: 100%;
  top: 10px; }

.more-options-titles {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 51%;
  flex: 1 0 51%;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
          order: 7;
  height: 25px;
  font-weight: bold;
  padding: 2px; }

.deactivate_inventory_btn {
  position: absolute;
  top: 1px;
  right: 16px;
  border-radius: 0px 5px 0px 5px;
  height: 22px;
  width: 22px;
  padding: 0px 0px 2px 0px;
  line-height: normal;
  padding-bottom: 2px;
  border-color: transparent transparent #ccc #ccc; }

.deactivate_inventory_btn:hover {
  background-color: red;
  color: white;
  border-color: transparent transparent #ccc #ccc; }

.displayed {
  display: block; }

.onboard_keypad_touch_digit {
  margin: 2px;
  height: 3em;
  font-size: 25px;
  -webkit-flex: 1 0 31%;
          flex: 1 0 31%; }

.onboard_keypad_touch_operator {
  margin: 2px;
  height: 3em;
  font-size: 25px;
  -webkit-flex: 1 0 31%;
          flex: 1 0 31%; }

.btn-add {
  background-color: #ffc107 !important;
  /* gelblich für Kontrast */
  color: #000;
  font-weight: bold;
  min-width: 19%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e0a800;
  height: 75px; }

.digit_add_container {
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px; }

.not_displayed {
  display: none; }

.more-buttons-btn {
  margin: 2px !important;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  -webkit-order: 7;
          order: 7;
  height: 50px;
  padding: 5px; }

#reset_pickup_number {
  width: 49%; }

.article_title {
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.swal2_table_header {
  font-weight: bold;
  font-size: larger;
  min-height: 41px;
  border-bottom: solid 1px #696969;
  box-shadow: 0px 5px 2px -3px #A9A9A9; }

.swal_selfservice_add_article_manually .article_picture {
  width: 125px;
  padding: 0px; }

.swal_selfservice_add_article_manually .product-picture {
  width: 125px;
  height: 125px; }

.swal_selfservice_add_article_manually .product_category {
  height: 70px; }

.swal_selfservice_add_article_manually .flex {
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
  gap: 10px; }

.swal2-popup .flex {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.swal_voucher .create_vouchers_btn, .swal_voucher .use_vouchers_btn, .swal_voucher .recharge_vouchers_btn {
  width: 100%;
  height: 100px;
  font-size: 30px;
  border-radius: 10px; }

.swal_voucher .use_vouchers_btn, .swal_voucher .recharge_vouchers_btn {
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  .pc-part {
    display: block; }
  .mobile-part {
    display: none; } }

@media screen and (max-width: 1280px) {
  .swal_calculate_change {
    width: 50% !important;
    text-align: center; }
  .swal_price_query {
    width: 50% !important; }
  .swal_width_fifty_percentage {
    width: 50% !important; } }

@media screen and (min-width: 1280px) {
  .swal_width_fifty_percentage {
    width: 640px !important; } }

@media screen and (max-width: 767px) {
  .swal_voucher .swal2-header::after {
    content: "Gutschein";
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  .pc-part {
    display: none; }
  .mobile-part {
    display: block; }
  .mobile-normal-font-size {
    font-size: 15px; }
  .swal_calculate_change_gross_total {
    position: unset !important;
    display: block;
    padding-bottom: 8px; }
  .swal_calculate_change_received {
    position: unset !important; } }

.swal_self_service_warning .swal2-title {
  color: red;
  font-size: 50px; }

.line-item-choose-row {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer; }

.line-item-choose-head, .line-item-choose-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly; }

.li_checkbox {
  /* 1.5-sized Checkboxes */
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  transform: scale(1.5);
  padding: 10px; }

.article_retour_table {
  border-bottom: 1px solid #bbbbbb; }

.article_retour_table td {
  padding: 8px 4px;
  padding: 4px 4px; }

.article_retour_marked {
  background-color: #089bef;
  color: #ffffff; }

.width_609_px_important {
  width: 609px !important; }

.daterangepicker.ltr .calendar.left {
  margin-left: 4px; }

button.btn.time-btn, table#latest_completed_invoice td.options button.time-btn.cancel, table#latest_completed_invoice td.options button.time-btn.payedbtn, table#invoice-archive button.time-btn.cancel, table#invoice-archive button.time-btn.payedbtn, table.edit-invoice-line-items td.options button.time-btn.delete, table.edit-invoice-line-items td.options button.time-btn.add,
table.edit-invoice-line-items-new td.options button.time-btn.delete,
table.edit-invoice-line-items-new td.options button.time-btn.add, button.time-btn.customer-data-batch_receipt-btn, #guest_index button.time-btn.x_button, button.time-btn.import_article, button.time-btn.add_quantity, button.time-btn.subtract_quantity {
  width: 21%;
  border-radius: 0px  0px  0px 0px;
  padding-left: 0px;
  padding-right: 0px; }

button.btn.time-btn:nth-child(1), table#latest_completed_invoice td.options button.time-btn.cancel:nth-child(1), table#latest_completed_invoice td.options button.time-btn.payedbtn:nth-child(1), table#invoice-archive button.time-btn.cancel:nth-child(1), table#invoice-archive button.time-btn.payedbtn:nth-child(1), table.edit-invoice-line-items td.options button.time-btn.delete:nth-child(1), table.edit-invoice-line-items td.options button.time-btn.add:nth-child(1),
table.edit-invoice-line-items-new td.options button.time-btn.delete:nth-child(1),
table.edit-invoice-line-items-new td.options button.time-btn.add:nth-child(1), button.time-btn.customer-data-batch_receipt-btn:nth-child(1), #guest_index button.time-btn.x_button:nth-child(1), button.time-btn.import_article:nth-child(1), button.time-btn.add_quantity:nth-child(1), button.time-btn.subtract_quantity:nth-child(1) {
  border-top-left-radius: 10px; }

button.btn.time-btn:nth-last-child(1), table#latest_completed_invoice td.options button.time-btn.cancel:nth-last-child(1), table#latest_completed_invoice td.options button.time-btn.payedbtn:nth-last-child(1), table#invoice-archive button.time-btn.cancel:nth-last-child(1), table#invoice-archive button.time-btn.payedbtn:nth-last-child(1), table.edit-invoice-line-items td.options button.time-btn.delete:nth-last-child(1), table.edit-invoice-line-items td.options button.time-btn.add:nth-last-child(1),
table.edit-invoice-line-items-new td.options button.time-btn.delete:nth-last-child(1),
table.edit-invoice-line-items-new td.options button.time-btn.add:nth-last-child(1), button.time-btn.customer-data-batch_receipt-btn:nth-last-child(1), #guest_index button.time-btn.x_button:nth-last-child(1), button.time-btn.import_article:nth-last-child(1), button.time-btn.add_quantity:nth-last-child(1), button.time-btn.subtract_quantity:nth-last-child(1) {
  border-top-right-radius: 10px; }

.align-center, .centeralign, .centered {
  text-align: center; }

.align-right, .rightalign {
  text-align: right; }

.align-left, .leftalign {
  text-align: left; }

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

.flex {
  display: -webkit-flex;
  display: flex; }

.flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly; }

@media (min-width: 992px) {
  .flex-align-items-center-on-md-up {
    -webkit-align-items: center;
            align-items: center; } }

.flex-items-center {
  -webkit-align-items: center;
          align-items: center; }

.flex-sm-column {
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 991px) {
    .flex-sm-column {
      -webkit-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 992px) {
    .flex-sm-column {
      -webkit-flex-direction: row;
              flex-direction: row; } }

.space-between {
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.space-around {
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.nowrap {
  white-space: nowrap; }

@media (max-width: 991px) {
  .mobile_only_big_button {
    min-height: 100px !important;
    font-size: 40px; }
  .mobile_only_full_width {
    width: 100% !important; }
  .mobile_only_half_width {
    width: 49% !important; }
  .mobile_only_quater_width {
    width: 24% !important; }
  .mobile_only_order_1 {
    -webkit-order: 1;
            order: 1; }
  .mobile_only_order_2 {
    -webkit-order: 2;
            order: 2; }
  .mobile_only_order_3 {
    -webkit-order: 3;
            order: 3; }
  .mobile_only_order_4 {
    -webkit-order: 4;
            order: 4; }
  .mobile_only_order_5 {
    -webkit-order: 5;
            order: 5; }
  .mobile_only_order_6 {
    -webkit-order: 6;
            order: 6; }
  .mobile_only_order_7 {
    -webkit-order: 7;
            order: 7; }
  .mobile_only_order_8 {
    -webkit-order: 8;
            order: 8; }
  .mobile_only_order_9 {
    -webkit-order: 9;
            order: 9; } }

@media (min-width: 992px) {
  .pc_only_full_width {
    width: 100% !important; }
  .pc_only_two_third_width {
    width: 66% !important; }
  .pc_only_half_width {
    width: 49% !important; }
  .pc_only_one_third_width {
    width: 33% !important; }
  .pc_only_quater_width {
    width: 24% !important; }
  .pc_only_order_1 {
    -webkit-order: 1;
            order: 1; }
  .pc_only_order_2 {
    -webkit-order: 2;
            order: 2; }
  .pc_only_order_3 {
    -webkit-order: 3;
            order: 3; }
  .pc_only_order_4 {
    -webkit-order: 4;
            order: 4; }
  .pc_only_order_5 {
    -webkit-order: 5;
            order: 5; }
  .pc_only_order_6 {
    -webkit-order: 6;
            order: 6; }
  .pc_only_order_7 {
    -webkit-order: 7;
            order: 7; }
  .pc_only_order_8 {
    -webkit-order: 8;
            order: 8; }
  .pc_only_order_9 {
    -webkit-order: 9;
            order: 9; } }

.full_width {
  width: 100% !important; }

.one-half {
  width: 50%; }

.one-third {
  width: 33%; }

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

.weight-normal {
  font-weight: normal; }

.italic {
  font-style: italic; }

.underlined {
  text-decoration: underline; }

.line-throughed {
  text-decoration: line-through; }

.light-shadowed {
  text-shadow: 2px 2px #ddd; }

.boxed {
  border: 1px solid #bbb;
  padding: 1px 2px; }

.boxed-in {
  border: 1px solid #bbb;
  padding: 1px 2px;
  box-shadow: inset 0 0 3px #bbb; }

.boxed-out {
  border: 1px solid #bbb;
  padding: 1px 2px;
  box-shadow: 0 0 3px #bbb; }

.text-black {
  color: black; }

.text-white {
  color: white; }

.text-red {
  color: red; }

.text-grey {
  color: grey; }

.text-lightgrey {
  color: lightgray; }

.text-yellow {
  color: yellow; }

.text-blue-on-hover:hover {
  color: #008bed;
  transition: 0.4s; }

.text-nearlyblack-on-hover:hover {
  color: #333333;
  transition: 0.4s; }

.font-family-mono-numbers {
  font-family: Courier New; }

.min-width-450 {
  min-width: 450px !important; }

.required::after {
  content: '*';
  margin-left: 2px; }

.form-control.small-form-controll, textarea.small-form-controll.product-description, #first-run textarea.small-form-controll {
  width: auto; }

.whitespace-nowrap {
  white-space: nowrap; }

.truncated-text {
  /* Cuts long text with '…'. Needs additional max-width Attribute. */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

select.fake-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

select.ninja-select {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  select.ninja-select option {
    color: initial; }
  select.ninja-select optgroup {
    color: initial; }

select.ninja-select:focus {
  border-color: transparent;
  box-shadow: none; }

.article-row {
  text-align: center; }

#operations {
  float: right; }

.sub_category {
  float: right;
  background-color: #efefef;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: white;
  border: 1px solid darkgrey;
  border-color: #696969;
  font-size: 20px;
  border-radius: 5px;
  cursor: default;
  margin: 0px 0px 4px 0px;
  padding: 0px 10px 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer; }

.sub_category:hover {
  background-color: #dfdfdf; }

.product_picture_alternative {
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  -webkit-justify-content: center;
          justify-content: center;
  word-break: break-word; }

.gastro_article_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.product_picture_alternative .gastro_article_text {
  -webkit-line-clamp: 3; }

.article-filter-by-category-field {
  max-height: 15em;
  overflow-y: scroll;
  border: #e6e6e6 1px solid;
  padding: 5px;
  margin-bottom: 4px; }

.invoice_split_line_item_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }

.invoice_split_line_item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 15px 0px;
  border-bottom: 1px solid #cccccc; }

@media screen and (max-width: 991px) {
  .invoice_split_line_item_mobile {
    font-size: 20px; } }

.invoice_split_sum_text {
  text-align: left !important;
  padding: 0px;
  font-weight: bold; }

.invoice_split_sum {
  text-align: right !important;
  padding: 0px;
  font-weight: bold; }

.selfservice_footer {
  display: none; }

table tbody tr td.align-table-price,
table tfoot tr td.align-table-price {
  text-align: right; }

.print-only {
  display: none; }

@media print {
  .non-print {
    display: none !important; }
  .print-only {
    display: block; }
  div.page-register-statistics h1.page-title {
    font-size: 24pt !important;
    margin-bottom: 0px !important; }
  div.page-register-statistics table.register_stats_table {
    font-size: 12px; }
  div.page-register-statistics span.powered-by {
    font-size: 10px !important;
    color: #aaa !important; } }

.open_invoice_btn {
  width: 219px;
  height: 72px;
  white-space: normal;
  color: #089bef !important;
  fill: #089bef !important;
  border: 1px solid #089bef !important; }

.add_quantity, .subtract_quantity {
  width: 30px;
  display: inline;
  margin-top: 0px !important;
  height: 30px; }

.active_layer {
  background-color: #ddd; }

.planeditor_container {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  height: 81%;
  width: 100%;
  left: 0px; }

.planeditor_toolbar {
  width: 20%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 4px;
  border-top: 1px #aaa solid;
  background-color: white; }

.planeditor_toolbar .btn-add-element {
  margin: 2px;
  height: 50px; }

.planeditor_toolbar h4 {
  text-align: center;
  width: 100%; }

.planeditor_toolbar input,
.planeditor_toolbar select {
  margin-bottom: 10px; }

.planeditor_workspace_container {
  width: 60%;
  padding: 4px;
  border-top: 1px #aaa solid; }

.tip_button {
  height: 75px;
  font-size: 16pt;
  margin-top: 10px; }

.active_tip_button {
  background-color: #067bbe;
  border-color: #05659b; }

.display_tip_amount_size {
  font-size: 12pt;
  padding-left: 7px; }

.no-outline,
.no-outline:focus,
.no-outline:focus-within,
.no-outline:active,
.no-outline:hover,
.no-outline:visited,
.no-outline:target {
  outline: none !important; }

.background-opacity {
  z-index: 9999; }

#start_scanning, #enter-keycode {
  z-index: 10000; }

#enter-keycode {
  line-height: 18pt; }

.small-text {
  font-size: small; }

div#keycode-opacity-plane.background-opacity {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.6;
  background-color: black; }

button#enter-keycode {
  width: 145px;
  height: 145px;
  margin: 0px;
  top: calc(50% - 72px);
  left: calc(50% - 72px);
  border-radius: 72px;
  font-size: 30px;
  position: fixed;
  padding: 33px; }

table#craft_receipt_table tfoot td {
  border-top-width: 2px; }

button.closing-button {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  float: right;
  padding: 3px;
  font-size: 9pt;
  line-height: 10pt; }

button.invoice_options_menu_open_button, button.daily_closing_options_menu_open_button {
  width: 24px;
  height: 24px;
  padding: 1px; }

div.invoice_options_menu, div.daily_closing_options_menu, div.delivery_note_otpions_menu {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  background-color: white;
  border: 1px #666 solid;
  border-radius: 4px;
  display: none;
  text-align: left;
  box-shadow: 0 0 1em #666;
  width: 142px;
  vertical-align: top;
  margin-left: -95px;
  margin-top: 5px;
  z-index: 1; }
  div.invoice_options_menu div.hoverable:hover, div.daily_closing_options_menu div.hoverable:hover, div.delivery_note_otpions_menu div.hoverable:hover {
    background-color: #f5f5f5; }
  div.invoice_options_menu div.no-border-top, div.daily_closing_options_menu div.no-border-top, div.delivery_note_otpions_menu div.no-border-top {
    display: -webkit-flex;
    display: flex;
    margin-top: 9px; }
  div.invoice_options_menu div.clickable, div.invoice_options_menu div.not-clickable, div.daily_closing_options_menu div.clickable, div.daily_closing_options_menu div.not-clickable, div.delivery_note_otpions_menu div.clickable, div.delivery_note_otpions_menu div.not-clickable {
    padding: 4px; }
  div.invoice_options_menu span.disabled-text, div.daily_closing_options_menu span.disabled-text, div.delivery_note_otpions_menu span.disabled-text {
    color: #888888; }
  div.invoice_options_menu span.smaller-description-text, div.daily_closing_options_menu span.smaller-description-text, div.delivery_note_otpions_menu span.smaller-description-text {
    font-size: x-small;
    margin-top: -7px; }

div.delivery_note_otpions_menu {
  width: 163px;
  margin-left: -132px; }

div.invoice_options_menu div:not(:first-child):not(.no-border-top),
div.daily_closing_options_menu div:not(:first-child):not(.no-border-top),
div.delivery_note_otpions_menu div:not(:first-child):not(.no-border-top) {
  border-top: 1px #aaa solid; }

.invoice_tab_options_field {
  height: 60px;
  margin-bottom: -15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  .invoice_tab_options_field button {
    min-width: 115px;
    width: calc( 50% - 2px);
    border-radius: 15px 15px 0px 0px; }
  .invoice_tab_options_field button:last-child {
    box-shadow: #bbb 2px 2px 5px; }
  .invoice_tab_options_field button:not(:last-child) {
    box-shadow: #bbb 0px 2px 5px; }

.invoice_tab_only_email {
  text-align: center; }
  .invoice_tab_only_email button {
    width: 100%;
    border-radius: 15px 15px 0px 0px; }
  .invoice_tab_only_email button:last-child {
    box-shadow: #bbb 2px 2px 5px; }
  .invoice_tab_only_email button:not(:last-child) {
    box-shadow: #bbb 0px 2px 5px; }

.receipt {
  min-width: 230px; }

.change_payment_buttons .btn, .change_payment_buttons table#latest_completed_invoice td.options .cancel, table#latest_completed_invoice td.options .change_payment_buttons .cancel, .change_payment_buttons table#latest_completed_invoice td.options .payedbtn, table#latest_completed_invoice td.options .change_payment_buttons .payedbtn, .change_payment_buttons table#invoice-archive .cancel, table#invoice-archive .change_payment_buttons .cancel, .change_payment_buttons table#invoice-archive .payedbtn, table#invoice-archive .change_payment_buttons .payedbtn, .change_payment_buttons table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options .change_payment_buttons .delete, .change_payment_buttons table.edit-invoice-line-items td.options .add, table.edit-invoice-line-items td.options .change_payment_buttons .add,
.change_payment_buttons table.edit-invoice-line-items-new td.options .delete, table.edit-invoice-line-items-new td.options .change_payment_buttons .delete,
.change_payment_buttons table.edit-invoice-line-items-new td.options .add, table.edit-invoice-line-items-new td.options .change_payment_buttons .add, .change_payment_buttons #first-run input[type=submit], #first-run .change_payment_buttons input[type=submit], .change_payment_buttons .customer-data-batch_receipt-btn, .change_payment_buttons #guest_index .x_button, #guest_index .change_payment_buttons .x_button, .change_payment_buttons .import_article, .change_payment_buttons .add_quantity, .change_payment_buttons .subtract_quantity {
  margin-bottom: 4px; }

#voucher_tax_percentage_select {
  height: 50px;
  font-size: 30px;
  margin-bottom: 10px;
  float: left; }

#voucher_articles_tax_percentage_select {
  height: 50px;
  font-size: 30px;
  margin-bottom: 10px;
  float: left; }

body.interim_invoice #logo_canvas {
  display: none; }

body.room_interim_invoice #logo_canvas {
  display: none; }

.options_svg_icons {
  height: 20px;
  width: 20px;
  vertical-align: top;
  -webkit-filter: invert(47%) sepia(91%) saturate(2610%) hue-rotate(175deg) brightness(98%) contrast(94%);
          filter: invert(47%) sepia(91%) saturate(2610%) hue-rotate(175deg) brightness(98%) contrast(94%); }

.industries_help_text {
  margin-left: 10px;
  padding-bottom: 20px; }

.archive_filters_title {
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 21px; }

.personal_settings_titles {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 21px; }

#invoice_print_settings_body,
#user_interface_settings_body,
#personal_setting_selfservice_settings_body,
#pickup_number_settings_body,
#inventory_settings_body,
#invoice_card_payment_settings_body,
#other_settings_body,
#transfer_settings_body,
#daily_closings_settings_body,
#archive_filters_body {
  display: none; }

.personal_setting_printer_table,
.personal_setting_user_interface_table,
.personal_setting_pickup_number_table,
.personal_setting_inventory_table,
.personal_setting_other_table {
  margin-left: auto;
  margin-right: auto; }

.setting_printer_settings {
  -webkit-justify-content: center;
          justify-content: center;
  gap: 30px; }

#printer_ip_address {
  text-align: center; }

#gastro_printer_ip_adresses {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center; }

.bar_printer,
.kitchen_printer {
  width: 33.33%; }

.larger_font {
  text-align: center; }

.setting_extra_printer_cell,
.setting_invoice_printing_cell {
  width: 231.8px; }

.setting_printer_table_cell,
.setting_user_interface_table_cell,
.setting_pickup_number_table_cell,
.setting_inventory_table_cell,
.setting_other_table_cell {
  width: 50%; }

.send_invoice_per_mail_setting .form-group,
.daily_closings_with_articles_setting .form-group,
.terminal_id .form-group {
  width: 97%;
  float: right; }

.user_interface_settings .setting-category-title {
  font-size: 1.2em;
  margin-top: 20px;
  color: #333; }

.user_interface_settings .divider {
  margin: 15px 0;
  border: 1px solid #ddd; }

.user_interface_settings .toggle-button {
  padding: 10px 15px;
  margin: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 70px; }

.user_interface_settings .button-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  width: 55%;
  margin: auto; }

.user_interface_settings .button-grid button {
  padding: 10px;
  font-size: 14px; }

.user_interface_settings .btn-inactive {
  color: #089bef;
  fill: #089bef;
  background-color: #fff;
  border: 1px solid #089bef;
  border-radius: 6px; }

.user_interface_settings .btn-active {
  color: #fff;
  fill: #fff;
  background-color: #089bef;
  border: 1px solid #089bef;
  border-radius: 6px; }

.user_interface_settings .button-grid .category-header {
  -ms-grid-column: span 3;
      grid-column: span 3;
  font-weight: bold;
  margin-top: 10px; }

.invoice_card_payment_settings_options {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 50px; }

.personal_setting_kassa_pay_title {
  font-size: 18px;
  padding-bottom: 15px; }

.personal_setting_kassa_pay_fields {
  width: 30%; }

.transfer_settings_options {
  gap: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center; }

.setting_transfer_table_cell {
  width: 30%; }
  .setting_transfer_table_cell .tooltip.tooltip-header-variables:hover .tooltiptext {
    bottom: -80px; }

.preview_qr_code_title {
  font-size: 18px;
  padding-bottom: 10px; }

#preview_qr_code {
  padding: 15px 0px;
  height: 220px; }

.personal_setting_other_table {
  width: 80%; }

.other_settings_textarea {
  width: 97%; }

.discount_title {
  font-size: 25px;
  text-align: center;
  padding-bottom: 8px; }

.swal_on_screen_keyboard {
  display: -webkit-flex;
  display: flex;
  width: 820px !important;
  padding: 0; }
  .swal_on_screen_keyboard .swal2-title {
    margin: 0 auto 10px auto; }
  .swal_on_screen_keyboard .swal2-header {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .swal_on_screen_keyboard .swal2-content {
    width: 690px;
    margin-left: auto;
    margin-right: auto; }
  .swal_on_screen_keyboard .swal2-actions {
    margin: 0 auto; }
  .swal_on_screen_keyboard .onboard_keypad_touch_digit, .swal_on_screen_keyboard .onboard_keypad_touch_character, .swal_on_screen_keyboard .onboard_keypad_touch_operator, .swal_on_screen_keyboard .onboard_keypad_touch_space {
    margin: 2px;
    height: 65px;
    width: 65px;
    font-size: 25px;
    -webkit-flex: none;
            flex: none; }
  .swal_on_screen_keyboard .onboard_keypad_touch_operator {
    width: 134px; }
  .swal_on_screen_keyboard .onboard_keypad_touch_space {
    width: 410px; }

.caps_off {
  background-color: #ff3237;
  border-color: #ff3237; }

.caps_off:hover {
  background-color: #ff0000;
  border-color: #ff0000; }

.delete_all_articles {
  clear: both; }

#presetting_hardware_label {
  padding-right: 15px; }

#electronic_receipt {
  display: -webkit-flex;
  display: flex;
  height: 650px;
  -webkit-align-content: center;
          align-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  margin: 0 auto;
  -webkit-flex-direction: column;
          flex-direction: column; }

#electronic_receipt_header {
  margin-top: auto;
  font-size: 29px;
  font-weight: bold;
  padding-bottom: 45px; }

#electronic_receipt_sum {
  margin-top: 0px;
  font-size: 29px;
  font-weight: bold;
  padding-bottom: 45px; }

#electronic_receipt_qr_code {
  text-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 auto auto; }

.svg-icon-colored {
  fill: #089bef;
  vertical-align: text-bottom; }

span.disabled-text {
  color: #888888; }

span.smaller-description-text {
  font-size: x-small;
  margin-top: -7px; }

.add_payment_details_btn {
  padding-top: 18px; }

.payment_details_div {
  padding-bottom: 10px; }

.payment_details_sum_td {
  width: 175px; }

.payment_detail_customer_no_results {
  padding-top: 10px; }

.dropdown-menu .divider {
  margin: 1.5px 0; }

.customer_invoices_div {
  padding-top: 7.5px;
  padding-bottom: 7.5px; }

.customer_invoices_sum_td {
  width: 225px; }

.customer_invoices_td, .payment_details_td {
  width: 105px; }

.upload_stock_table {
  text-align: center; }

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

.bordered {
  border: 1px solid #ddd;
  padding: 4px;
  text-align: center;
  line-height: 32pt;
  width: CALC(100%/5); }

.order-package-box {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  text-align: center;
  cursor: pointer;
  height: 350px; }

.order-package-box.active {
  box-shadow: 0px 0px 13px 0px #089bef; }

.payment_method_container .payment-method-title {
  font-size: 18pt;
  padding: 5px 0px; }

.payment-method-text {
  padding: 10px 10px 5px 16px;
  border-top: 1px solid #92d2fc; }

.payment_methods_container {
  border: 1px #089bef solid;
  border-radius: 14px;
  padding: 7px 15px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 13px 0px #089bef; }

.payment_method_container:not(:first-of-type) {
  border-top: 1px #eee solid; }

div.payment-method-title span.arrow-symbol,
div.payment-method-title span.payment_method {
  color: #0691ed;
  font-weight: bold; }

#kassa_pay_transaction_detail_table {
  margin: auto;
  width: 40%;
  text-align: left; }
  #kassa_pay_transaction_detail_table th {
    text-align: right; }
  #kassa_pay_transaction_detail_table td {
    width: 46%; }

.kassa_pay_registration_div {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.kassa_pay_registration_fields {
  width: calc(50% - 6px); }
  .kassa_pay_registration_fields #other_company_type {
    margin-top: 10px;
    display: none; }

.organisation_structure_swal {
  width: 65% !important; }
  .organisation_structure_swal #swal2-title {
    font-size: 24px !important; }
  .organisation_structure_swal .swal2-header {
    padding: 10px !important; }
  .organisation_structure_swal #swal2-content {
    text-align: left !important;
    font-size: 19px !important; }

body#purchased_articles .page-title {
  padding: 0 18px; }

body#purchased_articles #purchased_articles_title {
  font-weight: bold;
  font-size: 20px;
  text-align: center; }

body#purchased_articles #purchased_articles_table {
  margin: auto auto 30px auto;
  width: 80%;
  text-align: center; }
  body#purchased_articles #purchased_articles_table th {
    text-align: center; }
  body#purchased_articles #purchased_articles_table #purchased_articles_name {
    width: 55%; }
  body#purchased_articles #purchased_articles_table #purchased_articles_date {
    width: 25%; }
  body#purchased_articles #purchased_articles_table #purchased_articles_invoice_no {
    width: 20%; }
    body#purchased_articles #purchased_articles_table #purchased_articles_invoice_no a {
      width: 100%; }

body#purchased_articles .purchased_articles_div {
  padding: 0px 18px 24px 18px; }

.vouchers_edit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border: 1px #888 solid;
  background-color: #f8f8f8; }

.table_select, #table-plan-btn {
  margin: 4px; }

.edit-company-tables-btns {
  margin-bottom: 10px;
  margin-right: 5px; }

#import_test_articles {
  width: 280px !important; }

.datepicker td.day, .datepicker th.day {
  width: 35px !important;
  height: 35px !important; }

.quarter_months {
  width: 100% !important; }

.month.focused.active,
.year.active.focused,
.active.day,
.active.start-date.available,
.active.end-date.available {
  background-color: #0691ed !important;
  background-image: none !important; }

.create-customer {
  display: inline-block;
  padding-left: 15px; }

.new-customer {
  clear: both;
  padding-top: 15px; }

.greater-tooltip {
  width: 295px !important; }

.justify-center {
  -webkit-justify-content: center;
          justify-content: center; }

.delivery_overview_th {
  height: 75px;
  vertical-align: middle !important; }

.delivery_overview_title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative; }
  .delivery_overview_title .btn, .delivery_overview_title table#latest_completed_invoice td.options .cancel, table#latest_completed_invoice td.options .delivery_overview_title .cancel, .delivery_overview_title table#latest_completed_invoice td.options .payedbtn, table#latest_completed_invoice td.options .delivery_overview_title .payedbtn, .delivery_overview_title table#invoice-archive .cancel, table#invoice-archive .delivery_overview_title .cancel, .delivery_overview_title table#invoice-archive .payedbtn, table#invoice-archive .delivery_overview_title .payedbtn, .delivery_overview_title table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options .delivery_overview_title .delete, .delivery_overview_title table.edit-invoice-line-items td.options .add, table.edit-invoice-line-items td.options .delivery_overview_title .add,
  .delivery_overview_title table.edit-invoice-line-items-new td.options .delete, table.edit-invoice-line-items-new td.options .delivery_overview_title .delete,
  .delivery_overview_title table.edit-invoice-line-items-new td.options .add, table.edit-invoice-line-items-new td.options .delivery_overview_title .add, .delivery_overview_title #first-run input[type=submit], #first-run .delivery_overview_title input[type=submit], .delivery_overview_title .customer-data-batch_receipt-btn, .delivery_overview_title #guest_index .x_button, #guest_index .delivery_overview_title .x_button, .delivery_overview_title .import_article, .delivery_overview_title .add_quantity, .delivery_overview_title .subtract_quantity {
    position: absolute;
    right: 0; }

.delivery_overview_table,
.delivery_overview_pickup_number {
  font-size: 20px; }

.mergeport_orders_table {
  margin: auto auto 30px auto;
  width: 100%;
  text-align: center; }
  .mergeport_orders_table th {
    text-align: center; }
  .mergeport_orders_table .mergeport_orders_title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    position: relative; }
    .mergeport_orders_table .mergeport_orders_title .btn, .mergeport_orders_table .mergeport_orders_title table#latest_completed_invoice td.options .cancel, table#latest_completed_invoice td.options .mergeport_orders_table .mergeport_orders_title .cancel, .mergeport_orders_table .mergeport_orders_title table#latest_completed_invoice td.options .payedbtn, table#latest_completed_invoice td.options .mergeport_orders_table .mergeport_orders_title .payedbtn, .mergeport_orders_table .mergeport_orders_title table#invoice-archive .cancel, table#invoice-archive .mergeport_orders_table .mergeport_orders_title .cancel, .mergeport_orders_table .mergeport_orders_title table#invoice-archive .payedbtn, table#invoice-archive .mergeport_orders_table .mergeport_orders_title .payedbtn, .mergeport_orders_table .mergeport_orders_title table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options .mergeport_orders_table .mergeport_orders_title .delete, .mergeport_orders_table .mergeport_orders_title table.edit-invoice-line-items td.options .add, table.edit-invoice-line-items td.options .mergeport_orders_table .mergeport_orders_title .add,
    .mergeport_orders_table .mergeport_orders_title table.edit-invoice-line-items-new td.options .delete, table.edit-invoice-line-items-new td.options .mergeport_orders_table .mergeport_orders_title .delete,
    .mergeport_orders_table .mergeport_orders_title table.edit-invoice-line-items-new td.options .add, table.edit-invoice-line-items-new td.options .mergeport_orders_table .mergeport_orders_title .add, .mergeport_orders_table .mergeport_orders_title #first-run input[type=submit], #first-run .mergeport_orders_table .mergeport_orders_title input[type=submit], .mergeport_orders_table .mergeport_orders_title .customer-data-batch_receipt-btn, .mergeport_orders_table .mergeport_orders_title #guest_index .x_button, #guest_index .mergeport_orders_table .mergeport_orders_title .x_button, .mergeport_orders_table .mergeport_orders_title .import_article, .mergeport_orders_table .mergeport_orders_title .add_quantity, .mergeport_orders_table .mergeport_orders_title .subtract_quantity {
      position: absolute;
      right: 0; }
  .mergeport_orders_table #purchased_articles_name {
    width: 55%; }
  .mergeport_orders_table #purchased_articles_date {
    width: 25%; }
  .mergeport_orders_table #purchased_articles_invoice_no {
    width: 20%; }
    .mergeport_orders_table #purchased_articles_invoice_no a {
      width: 100%; }

.will_paginate {
  background: white;
  cursor: default;
  text-align: center; }

.will_paginate a, .will_paginate span, .will_paginate em {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 17px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5; }

.will_paginate .gap {
  border-color: #ddd;
  color: #4285F4;
  background: #fff; }

.will_paginate .disabled {
  color: #999999;
  border: 1px solid #dddddd; }

.will_paginate .current {
  border-color: #2467d6;
  background-color: #4285F4;
  color: #fff; }

.will_paginate a {
  border-color: #ddd;
  color: #4285F4;
  background: #fff; }

.will_paginate a:hover, .will_paginate a:focus {
  border-color: #2467d6;
  background: #5699ff;
  color: #fff; }

.will_paginate .page_info {
  background-color: #fff;
  color: #5699ff;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
  margin: auto; }

.will_paginate .page_info b {
  color: #5699ff; }

.will_paginate:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.previous_page {
  border-radius: 6px 0 0 6px; }

button.settings_link_button {
  color: #008bed;
  min-height: 120px; }
  button.settings_link_button svg {
    fill: #008bed; }

button.settings_link_button:not(.disabled):hover {
  color: #fff;
  background-color: #008bed; }
  button.settings_link_button:not(.disabled):hover svg {
    fill: #fff; }

button.settings_link_button.disabled:hover {
  color: #008bed; }

.color-coded-table-positiv {
  background-color: #21faaa; }

.color-coded-table-negativ {
  background-color: #f55751; }

.open > .finanzonline_menu.dropdown-toggle {
  color: #089bef !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important; }

.finanzonline_menu li a {
  color: #089bef !important; }

.switch_user_swal {
  width: 50% !important; }

.switch_user_admin_header {
  padding-left: 5px; }

.switch_user_current_btn {
  color: white !important;
  pointer-events: none;
  background-color: #008bed;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 65px;
  margin: 5px; }

.switch_user_btns {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 65px;
  margin: 5px; }

.current_parked_invoice {
  color: white !important;
  pointer-events: none;
  background-color: #008bed; }

.current_user {
  padding: 15px;
  font-size: 16px; }

.error_message {
  color: #b71429;
  margin: 0px; }

.need_password_div {
  -webkit-justify-content: center !important;
          justify-content: center !important;
  gap: 5%; }

.need_password_btn {
  width: 141px;
  height: 43px;
  margin-top: 10px; }

@media screen and (max-width: 1199px) {
  .switch_user_swal {
    width: 80% !important; } }

.kassa_pay_upload_fields {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.upload_file_font_grey {
  color: #888888; }

#passport_drop_area, #bank_statement_drop_area, #registration_drop_area {
  border: 1px solid #ddd;
  height: 250px;
  border-radius: 8px;
  text-align: center;
  background-color: #eee;
  box-shadow: inset 0px 0px 22px #aaa;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
  margin: 8px 0px;
  width: 49%; }

#registration_choose_file_text, #passport_choose_file_text, #bank_statement_choose_file_text {
  cursor: pointer;
  pointer-events: auto;
  font-size: 18px; }

#profile-dropdown {
  padding: 10.5px 18px;
  margin-top: 0px; }


.open > .btn-default.dropdown-toggle,
table#latest_completed_invoice td.options .open > .dropdown-toggle.cancel,
table#latest_completed_invoice td.options .open > .dropdown-toggle.payedbtn,
table#invoice-archive .open > .dropdown-toggle.cancel,
table#invoice-archive .open > .dropdown-toggle.payedbtn,
table.edit-invoice-line-items td.options .open > .dropdown-toggle.delete,
table.edit-invoice-line-items td.options .open > .dropdown-toggle.add,
table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.delete,
table.edit-invoice-line-items-new td.options .open > .dropdown-toggle.add,
#first-run .open > input.dropdown-toggle[type=submit],
.open > .dropdown-toggle.customer-data-batch_receipt-btn,
#guest_index .open > .dropdown-toggle.x_button,
.open > .dropdown-toggle.import_article,
.open > .dropdown-toggle.add_quantity,
.open > .dropdown-toggle.subtract_quantity {
  color: #fff !important;
  fill: #fff !important;
  background-color: #089bef !important; }

.profile-dropdown-symbol {
  vertical-align: middle;
  border: 1px solid;
  border-radius: 9px; }

.profile-dropdown-menu {
  width: 275px;
  border-radius: 15px; }

.profile-menu-user-part {
  padding: 5px 10px 10px 10px;
  color: #089bef;
  border-bottom: 1px solid #089bef;
  gap: 12px; }

.profile-menu-user-svg {
  -webkit-align-self: center;
              -ms-grid-row-align: center;
          align-self: center;
  border: 1px solid;
  border-radius: 9px; }

.profile-menu-register-part {
  padding: 10px;
  color: #089bef;
  border-bottom: 1px solid #089bef;
  gap: 12px; }

.profile-menu-register-svg {
  -webkit-align-self: center;
              -ms-grid-row-align: center;
          align-self: center; }

.profile-menu-start-working-part {
  padding: 10px;
  color: #089bef;
  border-bottom: 1px solid #089bef;
  gap: 12px; }

.profile-menu-log-out-part {
  padding: 10px 10px 5px 10px;
  color: #089bef;
  border-bottom: 1px solid #089bef;
  gap: 12px;
  height: 58.8px; }

.profile-menu-compete-log-out-part {
  padding: 10px 10px 5px 10px;
  color: #089bef;
  gap: 12px;
  height: 58.8px; }

.pickup_page {
  text-align: center; }
  .pickup_page .pickup_preparing, .pickup_page .pickup_ready {
    width: 48%; }
  .pickup_page .pickup_header, .pickup_page .pickup_number {
    font-size: 4vh;
    font-weight: bold; }
  .pickup_page .pickup_header {
    border-bottom: 1px solid; }
  .pickup_page .pickup_number {
    border: 1px solid;
    border-radius: 32px;
    width: 34%;
    height: 57px;
    line-height: 57px;
    margin: 10px auto; }
  .pickup_page .pickup_preparing .pickup_number {
    background-color: #d8da59; }
  .pickup_page .pickup_ready .pickup_number {
    background-color: #89da59; }

.interim_invoice_btns {
  margin-bottom: 5px; }

.interim_invoice_btns_bottom {
  margin: 5px 0px;
  clear: both; }

.mixed_bill_btn_div {
  padding-left: 4px; }

.clear_invoice_btn_selfservice {
  position: absolute;
  bottom: 6%; }
  .clear_invoice_btn_selfservice .clear_invoice {
    float: right;
    margin-bottom: 20px;
    height: 60px;
    font-size: 17px; }

.displayed_extra_btns {
  gap: 4px;
  width: 100%; }

.article_stat_no_graph {
  height: 246px;
  background-color: #eee;
  border-radius: 20px;
  text-align: center;
  font-style: italic;
  box-shadow: 0 0 1em #eee;
  margin-left: 90px;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center; }

.side_orders_flex {
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-justify-content: center;
          justify-content: center; }

.selected_article {
  border-color: blue; }

.btn-cancel {
  border: 1px solid red;
  border-radius: 6px;
  background-color: #fff;
  color: red; }

.btn-cancel:hover {
  background-color: red;
  color: #fff; }

.personal_settings_normal_printers {
  width: 50%;
  text-align: center;
  border-right: 1px solid lightgray; }

.personal_settings_network_printers {
  width: 50%;
  text-align: center; }

.table_invoices {
  padding-top: 10px;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .table_invoices .btn-default, .table_invoices table#latest_completed_invoice td.options .cancel, table#latest_completed_invoice td.options .table_invoices .cancel, .table_invoices table#latest_completed_invoice td.options .payedbtn, table#latest_completed_invoice td.options .table_invoices .payedbtn, .table_invoices table#invoice-archive .cancel, table#invoice-archive .table_invoices .cancel, .table_invoices table#invoice-archive .payedbtn, table#invoice-archive .table_invoices .payedbtn, .table_invoices table.edit-invoice-line-items td.options .delete, table.edit-invoice-line-items td.options .table_invoices .delete, .table_invoices table.edit-invoice-line-items td.options .add, table.edit-invoice-line-items td.options .table_invoices .add,
  .table_invoices table.edit-invoice-line-items-new td.options .delete, table.edit-invoice-line-items-new td.options .table_invoices .delete,
  .table_invoices table.edit-invoice-line-items-new td.options .add, table.edit-invoice-line-items-new td.options .table_invoices .add, .table_invoices #first-run input[type=submit], #first-run .table_invoices input[type=submit], .table_invoices .customer-data-batch_receipt-btn, .table_invoices #guest_index .x_button, #guest_index .table_invoices .x_button, .table_invoices .import_article, .table_invoices .add_quantity, .table_invoices .subtract_quantity {
    font-size: 18px; }

.check_register_status_swal {
  width: 40% !important; }

#invoice_note .invoice-note {
  background-color: #f9f9f9;
  border-left: 4px solid #089bef;
  padding: 10px 15px;
  margin-top: 20px;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  width: 60%;
  margin: 20px auto;
  text-align: center; }

#invoice_note .invoice-note strong {
  font-size: 25px !important;
  color: #089bef; }

.selfservice_customer_preview {
  text-align: center; }

#copy_tooltip {
  display: none;
  position: absolute;
  top: -25px;
  right: 0;
  background-color: #4caf50;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

.badge {
  background-color: #007bff !important; }

.article-list {
  padding-right: 10px; }

.article-list::-webkit-scrollbar {
  width: 8px; }

.article-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px; }

.article-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px; }

.article-list::-webkit-scrollbar-thumb:hover {
  background: #555; }

.article-card {
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative; }
  .article-card:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .article-card .card-body {
    padding: 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center; }
  .article-card .form-check {
    margin: 0;
    padding-left: 2.5rem;
    width: 100%; }
  .article-card .form-check-input {
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0;
    border: 2px solid #6c757d;
    transition: all 0.2s ease; }
    .article-card .form-check-input:checked {
      background-color: #0d6efd;
      border-color: #0d6efd; }
    .article-card .form-check-input:hover {
      border-color: #0d6efd; }
  .article-card .form-check-label {
    cursor: pointer;
    width: 100%;
    margin: 0; }
  .article-card .article-info h6 {
    margin-bottom: 0.5rem;
    color: #212529; }
  .article-card .article-info .text-muted .me-3 {
    margin-right: 1rem !important; }
  .article-card .article-info .text-muted i {
    margin-right: 0.5rem;
    width: 1rem;
    text-align: center; }
