/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
*, *:before, *:after {
  box-sizing: border-box;
}
html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}
footer, header, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
.navbar {
  align-items: center;
  background-color: #1b00ffa1;
  display: flex;
  height: 50px;
  justify-content: space-between;
}
.navbar-brand {
  font-size: 2rem;
  margin-left: 10px;
  color: white;
}
.navbar .brand {
  display: flex;
}
.navbar .menu-list {
  display: flex;
  align-items: center;
}
.navbar ul {
  display: flex;
  align-items: center;
}
.navbar ul li {
  margin-left: 10px;
}
.navbar ul li a {
  color: white;
}
.navbar .btn {
  background-color: #6f5eff;
  border: none;
  color: white;
  margin-right: 10px;
}
.notification-container {
  position: absolute;
  top: 50px;
  right: 10px;
  width: 334px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
a {
  text-decoration: none;
}
thead tr {
  border-bottom: 1px solid;
  border-top: 1px solid;
  height: 30px;
}
thead tr th {
  text-align: center;
  vertical-align: middle;
}
tbody tr {
  cursor: pointer;
}
tbody tr.selected {
  background-color: #372f7f !important;
  color: white;
}
tbody tr:hover {
  background-color: #236ab9 !important;
  color: white;
}
tbody tr td {
  height: 35px;
  vertical-align: middle;
}
@font-face {
  font-family: "icomoon";
  src: url('icomoon.eot?45xoyw');
  src: url('icomoon.eot?45xoyw#iefix') format("embedded-opentype"), url('icomoon.ttf?45xoyw') format("truetype"), url('icomoon.woff?45xoyw') format("woff"), url('icomoon.svg?45xoyw#icomoon') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e901";
}
.icon-users:before {
  content: "\e972";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-point_of_sale:before {
  content: "\e900";
}
.icon-user:before {
  content: "\f007";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-cog:before {
  content: "\f013";
}
.icon-gear:before {
  content: "\f013";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-bar-chart-o:before {
  content: "\f080";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-archive:before {
  content: "\f187";
}
.icon-cube:before {
  content: "\f1b2";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.btn {
  margin-top: 0.5em;
  color: white;
  cursor: pointer;
}
.btn-success {
  background-color: #003e80;
  border-color: #003e80;
}
.btn-danger {
  background-color: #ff0d00;
  border-color: #ff0d00;
}
.btn-group {
  display: flex;
  justify-content: center;
}
.pos-top-bar-form {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pos-top-bar-item {
  flex: 2 1 auto;
}
.pos-top-bar-item input {
  width: 100%;
}
.nombre {
  text-align: right;
}
.prix,
.money {
  text-align: right;
}
.prix:after,
.money:after {
  content: " Ar";
}
button {
  font-size: large;
  border: none;
  cursor: pointer;
}
button:hover {
  color: white;
  background-color: #9d9d9d !important;
}
table.table {
  width: 100%;
}
table.table tbody tr:nth-child(odd) {
  background-color: #d4e4f7;
}
.action-pad {
  display: flex;
}
.action-pad button {
  width: 100%;
  height: 100%;
}
.action-pad__buttons div {
  width: 100%;
}
.action-pad__buttons .customer {
  height: 50px;
}
.action-pad__buttons .paiement {
  padding-top: 2px;
  height: 154px;
}
.action-pad__table {
  display: table;
  table-layout: fixed;
}
.action-pad__line {
  display: table;
}
.action-pad__line-item {
  display: table-cell;
  width: 70px;
  height: 50px;
  padding: 1px;
}
.action-pad__line-item button.actif {
  background-color: chartreuse;
}
a.active {
  text-decoration: underline;
}
.btn-primary.dropdown-toggle {
  background-color: #007bff;
  border-color: #007bff;
}
button.no-event {
  pointer-events: none;
}
td {
  padding-left: 10px;
  padding-right: 10px;
}

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