html, body {
  min-height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #dfdfdf url("../images/bg-placeholder.png");
}

.form-control {
  border-radius: 0;
}
.form-control.big {
  font-size: 1.5rem;
}

.login-container {
  padding: 1rem;
  max-width: 600px;
  margin-top: 2rem;
}

.intro span {
  font-size: 2em;
  font-weight: bold;
}

.page-wrapper {
  min-height: 100%;
}

[name*=pin-] {
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #000;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  background: #f8f8f8;
}
[name*=pin-]:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 3px solid #b23737;
}

.btn-huge {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  padding: 1rem;
  display: flex;
  justify-content: start;
  align-items: start;
  text-decoration: none !important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-huge i {
  margin-right: 0.55rem;
}

.tracking-button {
  background-color: #524ecb;
  color: #fff;
}
.tracking-button:hover {
  background-color: #5e5aeb;
  color: #fff;
}

.terminal-button {
  background-color: #3f7ccb;
  color: #fff;
}
.terminal-button:hover {
  background-color: #3263a2;
  color: #fff;
}

.login-button {
  background-color: #b23737;
  color: #fff;
}
.login-button:hover {
  background-color: #e64747;
  color: #fff;
}

.gallery-button {
  background-color: #1b7b27;
  color: #fff;
}
.gallery-button:hover {
  background-color: #25a835;
  color: #fff;
}

.wh-button {
  background-color: #7b6417;
  color: #fff;
}
.wh-button:hover {
  background-color: #a98a1f;
  color: #fff;
}

.login-title {
  font-weight: bold;
  text-transform: uppercase;
}

.bb-5 {
  border-radius: 0 0 0.55rem 0.55rem;
}

.dash-card {
  border: none;
  box-shadow: 0 0 11px 1px #0000002e;
  color: #2d2d2d;
  border-radius: 0;
}
.dash-card .card-header {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  border: none;
}
.dash-card .card-footer {
  border: none;
}
.dash-card .card-body {
  border-radius: 0;
}
.dash-card .action-link {
  width: 100%;
  padding: 0;
  display: flex;
  align-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.dash-card .action-link a:not(.dropdown-item) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 0.85rem;
  padding: 0.25rem 1rem;
  width: 100%;
}
.dash-card .action-link a:not(.dropdown-item):hover {
  text-decoration: none;
  color: #f8f8f8;
}
.dash-card .action-link:not(:last-child) {
  border-bottom: 1px solid #ffffff40;
}
.dash-card .action-link.dropdown {
  cursor: pointer;
}
.dash-card .action-link.dropdown .dropdown-menu {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.dash-card .action-link.dropdown .dropdown-menu .dropdown-item {
  font-weight: bold;
  font-size: 14px;
  padding: 0.55rem 1rem;
  color: #252525;
}
.dash-card .action-link.dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.dash-card.general {
  color: #fff;
}
.dash-card.general .card-body {
  background: #005cbf99;
}
.dash-card.general .card-header {
  background: #005cbf;
}
.dash-card.general .action-link:hover {
  background: #005cbf;
}
.dash-card.ab {
  color: #fff;
}
.dash-card.ab .card-body {
  background: #cb473999;
}
.dash-card.ab .card-header {
  background: #cb4739;
}
.dash-card.ab .action-link:hover {
  background: #cb4739;
}
.dash-card.aquawelt {
  color: #fff;
}
.dash-card.aquawelt .card-body {
  background: #cb763899;
}
.dash-card.aquawelt .card-header {
  background: #cb7638;
}
.dash-card.aquawelt .action-link:hover {
  background: #cb7638;
}
.dash-card.angajati {
  color: #fff;
}
.dash-card.angajati .card-body {
  background: #6823db99;
}
.dash-card.angajati .card-header {
  background: #6823db;
}
.dash-card.angajati .action-link:hover {
  background: #6823db;
}
.dash-card.magazie {
  color: #fff;
}
.dash-card.magazie .card-body {
  background: #1b7b2799;
}
.dash-card.magazie .card-header {
  background: #1b7b27;
}
.dash-card.magazie .action-link:hover {
  background: #1b7b27;
}
.dash-card.colet {
  color: #fff;
}
.dash-card.colet .card-body {
  background: #166b9199;
}
.dash-card.colet .card-header {
  background: #166b91;
}
.dash-card.colet .action-link:hover {
  background: #166b91;
}

.status-bar {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.status-bar .status-content {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 0.35rem 1rem;
  position: relative;
  box-shadow: 0 0 10px #0000002e;
}

.section-title {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.55rem 1rem;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 10px #0000002e;
}
.section-title .main {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.section-span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 1rem;
  border: 1px solid #dfdfdf;
}

.avatar {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.avatar img {
  max-width: 100%;
  border-radius: 9999px;
}

.accp {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.access-icn {
  cursor: pointer;
  font-size: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.access-icn:hover {
  color: #000000 !important;
}

@media (min-width: 1920px) {
  .modal-xl {
    max-width: 1280px;
  }
}
.access-check {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.access-check:hover {
  background: #fff3cd;
}

[data-action=add-emoji] {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
[data-action=add-emoji]:hover {
  background: #005cbf;
}

.dashboard-ls tr {
  cursor: pointer;
}
.dashboard-ls tr:hover td {
  background-color: #f0f0f0;
}
.dashboard-ls td {
  padding: 0.2rem 0.55rem;
  font-size: 0.85rem;
}
.dashboard-ls td * {
  font-size: 0.85rem;
}

.bday-table img {
  border-radius: 0.55rem;
}
.bday-table .years-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 0.35rem;
  border-radius: 0.55rem;
  font-size: 0.85rem;
}
.bday-table .years-frame span:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  background: #fff;
  padding: 0 0.55rem;
  border-radius: 0.55rem;
  width: 43px;
}

.employee-table tr.inactive {
  background: #b2373720;
}
.employee-table tr td {
  vertical-align: middle !important;
}

.stock-table tr:nth-child(odd) {
  background: #eeeeee;
}
.stock-table tr:hover {
  background: #b3d7ff40 !important;
}

.c-bread {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.c-bread a {
  color: #b23737;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.c-bread a:hover {
  text-decoration: none;
  color: #8b2b2b;
}
.c-bread li:not(:first-child):before {
  content: "/";
  margin: 0.25rem;
}
.c-bread li:last-child {
  opacity: 0.7;
}

.sticky-head th {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
}
.sticky-head th:not(.scrolled):first-child {
  border-radius: 0.55rem 0 0 0;
}
.sticky-head th:not(.scrolled):last-child {
  border-radius: 0 0.55rem 0 0;
}

.product-list .item {
  width: 40px;
  height: 40px;
  background-size: cover !important;
  background-position: center top !important;
}

.dropdown .info-toggle {
  border-radius: 0.55rem 0.55rem 0 0;
  background: transparent;
  cursor: help !important;
}
.dropdown .info-toggle i {
  color: #b23737;
}
.dropdown .info-toggle:hover i {
  color: #d24141;
}
.dropdown.show .info-toggle {
  background: #138496;
}
.dropdown.show .info-toggle i {
  color: #fff;
}
.dropdown.show .info-toggle:hover i {
  color: #d1cad2;
}

.custom-info {
  background: #138496;
  color: #fff;
  border: none;
  border-radius: 0 0.55rem 0.55rem 0.55rem;
  font-size: 0.85rem;
  min-width: 370px;
  left: -20px;
  margin-top: 0;
}
.custom-info p:last-child {
  margin-bottom: 0;
}
.custom-info.dropdown-menu-right {
  border-radius: 0.55rem 0 0.55rem 0.55rem;
}

.product-heading {
  border: 1px solid #000;
  border-bottom: none;
}

.client-table td {
  border: 1px solid #000;
}
.client-table td h4 {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 0.25rem;
}
.client-table td .t-row:not(:last-child) {
  border-bottom: 1px solid #000;
}
.client-table td .t-row div.w-50 {
  padding: 0.25rem 1rem;
}
.client-table td .t-row div.w-50:first-child {
  border-right: 1px solid #000;
}

.input-border {
  border: 1px solid;
  resize: none;
}

.dropdown > button {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.dropdown.show > button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.product-dropdown {
  padding: 0;
  margin: 0;
  min-width: 300px;
  background: #17a2b8;
  border-radius: 0.55rem 0 0.55rem 0.55rem;
  overflow: hidden;
}
.product-dropdown a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  width: 42px;
  height: 42px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.product-dropdown a:hover {
  text-decoration: none;
  background: #117585;
}

.toolbar {
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  width: 100%;
}

.hide-print-tables [class*=product-table-c-] {
  display: none;
}

.absolute-tooltip {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.absolute-tooltip .ttip {
  display: block;
  background: #0f6977;
  color: #fff;
  padding: 0.25rem;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 0 0 0.55rem 0.55rem;
  -moz-border-radius: 0 0 0.55rem 0.55rem;
  border-radius: 0 0 0.55rem 0.55rem;
}

.res-container {
  position: absolute;
  top: 100%;
  border: 1px solid;
  background: #FFFFFF;
  z-index: 1;
  left: -1px;
  right: -1px;
  height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
  display: none;
}
.res-container a {
  color: #000;
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
}

.client-search-result-table {
  position: absolute;
  background: #fffbf9;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
}
.client-search-result-table .search-table-overflow {
  max-height: 400px;
  border-bottom: 1px solid #ced4da;
  overflow-x: hidden;
  overflow-y: scroll;
}
.client-search-result-table > table {
  border-bottom: none;
}
.client-search-result-table > table th {
  border-bottom: none;
}
.client-search-result-table tbody tr {
  cursor: pointer;
}
.client-search-result-table tbody tr:hover td {
  background: #f8f8f8;
}

.td-img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.td-img-wrap .flag-wrapper {
  width: 46px;
  height: 46px;
  border-radius: 999999px;
  border: 1px solid #d0d0d0;
  background-position: center center !important;
  background-size: cover !important;
}

.emp-badge .card-header {
  height: 115px;
}
.emp-badge .card-header h4 {
  margin: 0;
  font-weight: bold;
}
.emp-badge .card-body {
  text-align: center;
  height: 230px;
  background: url("../images/bg-placeholder.png");
  background-size: 30%;
}
.emp-badge .card-body img {
  border: 2px solid;
  border-radius: 0.25rem;
}
.emp-badge .card-footer {
  height: 115px;
}

.w-333 {
  width: 33.3333333%;
}

.terminal-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  padding: 0 1rem;
  background: #f8f8f8;
  font-size: 2rem;
  z-index: 1;
}

.terminal-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.terminal-body.success {
  background: #1d7932;
}
.terminal-body.danger {
  background: #b23737;
}

.print-layout,
.not-editable {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00000005 url("../images/bg-placeholder.png");
  z-index: 999;
}

.print-layout {
  opacity: 0.7;
}

.ab-logo {
  width: 150px;
}

ul.product-table {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid #000;
}
.product-table-c-2 {
  border: 1px solid #000;
}

.product-table-c-1 {
  border: 1px solid #000;
  border-right: none;
  font-size: 0.85rem;
}
.product-table-c-1 .cfg-line .w-40 {
  border-right: 1px solid;
  border-left: 1px solid;
}
.product-table-c-1 .cfg-line:not(:last-child) .w-40 {
  border-bottom: 1px solid;
}
.product-table-c-1 .cfg-line:not(:last-child) .w-60 {
  border-bottom: 1px solid;
}
.product-table-c-1 .col-6:first-child .cfg-line .w-40 {
  border-left: none !important;
}

.bb-1 {
  border-bottom: 1px solid;
}

.additional-images .additional-image {
  position: relative;
}
.additional-images .additional-image .btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #dc3545;
  border-radius: 99999px;
  font-size: 1.5rem;
  width: 56px;
  height: 56px;
  border: 1px solid #b33737;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.additional-images .additional-image .btn:hover {
  background: #000000;
}
.additional-images .additional-image img {
  max-width: 100%;
}

.terminal-card {
  margin-top: 82px;
}

.z1 {
  z-index: 1;
}

.product-search {
  position: relative;
}
.product-search .search-table {
  display: none;
  position: absolute;
  z-index: 1;
  top: 37px;
  min-width: 500px;
  right: 0;
  background: #fff;
  border: 1px solid #ced4da;
}
.product-search .search-table.right-top {
  bottom: 37px;
  left: 0;
  top: unset;
  right: unset;
}
.product-search .search-table .search-result-line {
  padding: 0.55rem 1rem;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.product-search .search-table .search-result-line:not(:last-child) {
  border-bottom: 1px solid #ced4da;
}
.product-search .search-table .search-result-line:hover {
  background: #00000010;
  cursor: pointer;
}

/*# sourceMappingURL=style-v0.1.5.css.map */
