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

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #d7d7d7;
}

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

#LoginForm input {
  font-size: 2em;
}

.main-menu a {
  font-weight: bold;
}
.main-menu .navbar-nav {
  z-index: 9999;
}
.main-menu .navbar-nav .dropdown-menu {
  padding: 0;
  z-index: 999;
}
.main-menu .navbar-nav .dropdown-menu .dropdown-divider {
  border-top: 1px solid #c7c7c7;
  margin: 0;
}
.main-menu .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.35rem 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;
}
.main-menu .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: #b3d7ff;
}
.main-menu .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.action-button {
  padding: 0;
}
.action-button .dropdown-divider {
  border-top: 1px solid #c7c7c7;
  margin: 0;
}
.action-button .dropdown-item {
  padding: 0.35rem 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;
  display: flex;
  align-items: center;
}
.action-button .dropdown-item i {
  width: 32px;
}
.action-button .dropdown-item:hover {
  background: #b3d7ff;
}

@media (min-width: 768px) {
  .menu-animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

table.results-table th, table.results-table td {
  white-space: nowrap;
}
table tbody tr:nth-child(odd) td {
  background: #e8e5ef;
}
table tbody tr.negative-row td {
  background: #ff00002e;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.c-pointer {
  cursor: pointer;
}

.form-group label {
  font-weight: bold;
}

.upload-wrapper {
  position: relative;
}
.upload-wrapper input {
  position: absolute;
  z-index: -1;
}
.upload-wrapper .image-preview {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  width: 250px;
  height: 250px;
}
.upload-wrapper [data-action=ClearImage] {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 2;
  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;
}
.upload-wrapper [data-action=ClearImage]:hover {
  opacity: 0.7;
}
.upload-wrapper .upload-overlay {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.upload-wrapper .upload-overlay:hover {
  opacity: 0.8;
}

.alert {
  border-radius: 0;
}

.form-sidebar {
  background: #dfdfdf;
}

.dropup .dropdown-menu {
  height: 400px;
  overflow: auto;
}

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

td.with-input {
  padding: 0 1rem;
  font-weight: bold;
  max-width: 90px;
}
td.with-input input {
  outline: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  font-weight: bold;
  max-width: 100%;
}
td.with-input.editable {
  background: #8fdaf3 !important;
}
td.with-input.inform {
  background: #b3e975 !important;
}

.hidden-form {
  position: absolute;
  width: 0;
  height: 0;
  top: -1px;
  left: -1px;
}

.breadcrumb {
  background: #3F51B5;
  border-radius: 0;
  padding: 0.55rem 1.25rem;
}
.breadcrumb .breadcrumb-item {
  color: #ffffff60;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
}
.breadcrumb .breadcrumb-item:before {
  color: #fff;
}
.breadcrumb a {
  color: #fff;
}

.home-container {
  height: calc(100vh - 56px);
}

.mainpage-row a {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
}
.mainpage-row a span {
  display: block;
  font-size: 2rem;
  margin-top: 0.55rem;
}
.mainpage-row a:hover {
  opacity: 0.3;
}

.wh-list .overflow-block {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ced4da;
  padding: 0.55rem;
}

#productSearchDropdownResults {
  position: absolute;
  bottom: 40px;
  z-index: 9999;
  height: 500px;
  max-height: 500px;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #007bff;
  border-radius: 0.35rem 0.35rem 0 0;
  display: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
#productSearchDropdownResults.show {
  display: block;
}

#productSearchDropdown:focus::placeholder, #productSearchDropdown:hover::placeholder, #productSearchDropdown:active::placeholder {
  color: #fff;
}

[data-action=RemoveRow] {
  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=RemoveRow]:hover {
  opacity: 0.4;
}

table tr.negativebg td {
  color: #fff;
  background: #ff0000 !important;
}
table tr.negativebg td a {
  color: #fff;
  font-weight: bold;
}
table tr.positivebg td {
  color: #fff;
  background: #1e7e34 !important;
}
table tr.positivebg td a {
  color: #fff;
  font-weight: bold;
}

.modal {
  z-index: 999999999999999;
}

.flag-wrapper {
  width: 46px;
  height: 46px;
  margin-right: 1rem;
  border-radius: 0.35rem;
  background-size: cover !important;
  background-position: center center !important;
}

.toolbar-buttons {
  padding: 0.55rem;
  background: #17a2b8;
}

.absolute-tooltip {
  position: absolute;
  bottom: -32px;
  z-index: 1;
}
.absolute-tooltip p {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #127f90;
  padding: 0 1rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
  border-radius: 0 0 0.35rem 0.35rem;
}

.ab-logo {
  width: 150px;
}

.product-data-container {
  border: 1px solid #000;
}

.cfg-line-appender:last-child {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.cfg-line-appender:first-child {
  border-right: 2px solid #000000;
}
.cfg-line-appender .cfg-line:not(:last-child) {
  border-bottom: 1px solid #000000;
}
.cfg-line-appender .cfg-line .cfg-col {
  padding: 0.25rem 0.55rem;
}
.cfg-line-appender .cfg-line .cfg-col:first-child {
  margin-right: 1rem;
}
.cfg-line-appender .cfg-line .cfg-col:last-child {
  font-weight: bold;
}

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

.border-1 {
  border: 1px solid #000;
}

.cc-table [class*=col-] {
  padding: 0;
}
.cc-table h5 {
  border: 1px solid #000;
  margin: 0;
}
.cc-table .cc-col:first-child {
  border-left: 1px solid #000;
}
.cc-table .cc-col:last-child {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.cc-table .cc-col > div {
  border-bottom: 1px solid #000;
  padding: 0.15rem;
}

.btn-counter-badge {
  background: #ff0000;
  font-weight: bold;
  font-size: 10px;
  border-radius: 0.25rem;
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  bottom: -1px;
  right: -1px;
}

.additional-image {
  position: relative;
}
.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-image .btn:hover {
  background: #000000;
}

[data-action=load-client-data-in-form] {
  cursor: pointer;
}

.modal-xxl {
  max-width: 90%;
}

.res-container {
  display: none;
}
.res-container .res-inner {
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  width: 400px;
  z-index: 1;
}
.res-container .res-inner a {
  display: block;
  color: #fff;
  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;
}
.res-container .res-inner a:hover {
  text-decoration: none;
  opacity: 0.5;
  background: #fff;
  color: #000;
}

.product-dropdown {
  padding: 0;
}
.product-dropdown a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  width: 42px;
  height: 42px;
  color: #fff;
  background: #38808b;
  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;
  flex-wrap: wrap;
}
.product-dropdown a:hover {
  text-decoration: none;
  background: #459dab;
}

.vh-100 {
  height: 100vh;
}

span.menu-open {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
span.menu-open.light {
  color: #ffffff;
}
span.menu-open.light span {
  background: #ffffff;
}
span.menu-open.info {
  color: #17a2b8;
}
span.menu-open.info span {
  background: #17a2b8;
}
span.menu-open.primary {
  color: #007bff;
}
span.menu-open.primary span {
  background: #007bff;
}
span.menu-open.secondary {
  color: #6c757d;
}
span.menu-open.secondary span {
  background: #6c757d;
}
span.menu-open.success {
  color: #28a745;
}
span.menu-open.success span {
  background: #28a745;
}
span.menu-open.warning {
  color: #ffc107;
}
span.menu-open.warning span {
  background: #ffc107;
}
span.menu-open.danger {
  color: #dc3545;
}
span.menu-open.danger span {
  background: #dc3545;
}
span.menu-open:focus-visible, span.menu-open:hover {
  border: 2px solid;
  border-radius: 99999px;
  overflow: hidden;
  padding: 0.25rem;
}
span.menu-open:focus-visible span:nth-child(2), span.menu-open:hover span:nth-child(2) {
  width: 50%;
}
span.menu-open span {
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
span.menu-open span:hover:nth-child(2) {
  width: 50%;
}

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