/* BELOW site.css file copied */
* {
  font-family: sans-serif;
}

body {
  margin: .5rem;
  background-color: #f0f2f5;
}

html {
  height: 100%;
  background-color: #EDF2F7;
}

.smallx1 {
  font-size: .85rem;
}

.table-icons {
  width: 30px;
  height: 30px;
}

/* button:hover, */
.table-icons:hover {
  background-color: transparent !important;
  color: initial !important;
}

th {
  font-weight: bold;
}

td {
  color: #808080 !important;
}





.small .btn,
.small {
  font-size: .75rem;
}

.modal-packlist .modal-xl {
  width: 90% !important;
}

.modal-content {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border: none !important;
}

.modal-content {
  padding: 20px 10px;
  background: #00000059;
  border: solid 1px #FFF !important;
  border-radius: 3px;
  box-shadow: 0 0 9px 0px #999999;
}

.modal-body {
  background-color: white;
  border-radius: 3px;
}

.Transactions,
.Fulfillments {
  cursor: pointer;
}

ul li.list {
  border-left: 6px solid #FFF;
  transition: all .2s ease-out;
}

ul .list:hover {
  background-color: #EDF2F7;
  border-left: 4px solid #617477;
  box-shadow: 0 0 .125rem .125rem rgba(0, 0, 0, .075) !important;
}

.side-bar {
  border-right: 2px solid rgb(196, 191, 191);
}

.side-bar .content:hover,
.router-link-exact-active.router-link-active div.p-3.fw-bold.content {
  background-color: rgba(45, 165, 193, 0.12);
  color: #037a96;
  border-radius: 5px;
  border-left: 4px solid #D95C5C;
}

.CellWithComment {
  position: relative;
}

.CellComment {
  z-index: 1;
  max-width: 600px;
  display: none;
  position: absolute;
  padding: 10px;
  background: rgba(252, 252, 252, 1) !important;
  box-shadow: 0 0 6px 5px #c5c2c2;
  top: 1px;
  left: 150px;
}

.CellWithComment:hover span.CellComment {
  display: block;
}

.dotnew {
  height: 15px;
  width: 15px;
  background-color: #d95c5c;
  border-radius: 50%;
  display: inline-block;
}

.CustomerTip {
  position: relative;
}

.CustomerShow {
  z-index: 1;
  width: 276px;
  display: none;
  position: absolute;
  padding: 10px;
  background: rgba(252, 252, 252, 1) !important;
  box-shadow: 0 0 6px 5px #c5c2c2;
  top: 1px;
  left: 60px;
}

.CustomerTip:hover span.CustomerShow {
  display: block;
}

.modal-backdrop {
  background-color: #000000c7;
}

.select {
  cursor: pointer;
}

.start {
  margin-top: 300px;
}

.spinner {
  width: 100px;
  height: 100px;
}

/* .modal-dialog {
  padding: 60px 10px;
  background: #ffffff4d;
  border-radius: 0.18rem;
  border: solid 1px #FFF;
} */

ul a {
  text-decoration: none;
}

.pick {
  border-left: 4px solid #FFF !important;
}

.pick.selected,
.list.selected {
  background-color: #c1e0ff !important;
  border-left: 4px solid #72b8fd !important;
  border-bottom-color: #FFF !important;
}

.pick.selected {
  font-weight: bold
}

.floating-button {
  display: inline;
  position: fixed;
  bottom: 10px;
  left: 63px;
  transition: all 0.25s ease-out;
  padding: 5px;
  background: #ffffffba;
  border-radius: 0.5rem;
  border: solid 1px #FFF;
}

.floating-button-inset {
  box-shadow: 0 0 14px 0px #b0b0b0;
}

.opacity {
  opacity: 1;
  transition: all .2s ease-out;
}

.list:hover .opacity {
  opacity: 1;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -100%;
  left: 0;
}

.modal-open {
  overflow: hidden;
}

.zoom {
  transition: transform .2s;
  margin: 0 auto;
}

.zoom-reason {
  transition: transform .2s;
  position: relative;
}

.zoom-reason:hover {
  -ms-transform: scale(2.0);
  -webkit-transform: scale(2.0);
  transform: scale(2.0);
  box-shadow: rgb(163 156 156 / 64%) -2px 3px 3px 0px;
  border: #d0cdcd solid 1px;
  background: white;
  z-index: 999;
}

.zoom-pack,
.zoom-pack-combo {
  transition: transform .2s;
  margin: 0 auto;
  /* position: absolute; */
  position: relative;
}

.zoom:hover,
.zoom-pack:hover {
  -ms-transform: scale(3.0);
  -webkit-transform: scale(3.0);
  transform: scale(3.0);
  box-shadow: rgb(163 156 156 / 64%) -2px 3px 3px 0px;
  border: #d0cdcd solid 1px;
  padding: 3px;
  background: white;
  z-index: 999;
}

.zoom-pack-combo:hover {
  -ms-transform: scale(2.0);
  -webkit-transform: scale(2.0);
  transform: scale(2.0);
  box-shadow: rgb(163 156 156 / 64%) -2px 3px 3px 0px;
  border: #d0cdcd solid 1px;
  padding: 3px;
  background: white;
  z-index: 999;
}

.list-flags {
  padding: .20rem .40rem;
}

.side {
  background-color: #16113A;
}

.viewBtn {
  height: 27px;
}

.noteTip {
  position: relative;
}

.noteShow {
  z-index: 1;
  width: 400px;
  display: none;
  position: absolute;
  padding: 10px;
  background: rgba(252, 252, 252, 1) !important;
  box-shadow: 0 0 6px 5px #c5c2c2;
  top: 1px;
  left: 60px;
}

.noteTip:hover span.noteShow {
  display: block;
}

#sales-nav {
  background-color: #0000a4;
}

#table-view {
  background-color: #00a4b4;
}

.pannel {
  color: #0000a4;
  border-bottom: 4px solid #0000a4;
}

.footer {
  background: rgb(180, 58, 165);
  background: linear-gradient(90deg, rgba(180, 58, 165, 1) 4%, rgba(235, 56, 25, 0.6474964985994398) 40%, rgba(252, 69, 69, 0.2329306722689075) 98%);
}

#subFlags {
  background-image: linear-gradient(35deg,
      hsl(240deg 100% 20%) 0%,
      hsl(276deg 100% 21%) 0%,
      hsl(296deg 100% 21%) 2%,
      hsl(311deg 100% 25%) 7%,
      hsl(322deg 100% 31%) 12%,
      hsl(329deg 100% 36%) 20%,
      hsl(334deg 100% 40%) 28%,
      hsl(339deg 100% 44%) 37%,
      hsl(353deg 87% 56%) 47%,
      hsl(6deg 98% 61%) 56%,
      hsl(17deg 100% 59%) 66%,
      hsl(27deg 100% 56%) 75%,
      hsl(37deg 100% 50%) 83%,
      hsl(43deg 100% 50%) 90%,
      hsl(49deg 100% 50%) 96%,
      hsl(55deg 100% 50%) 100%);
}

#vs {
  font-family: cursive
}

.selected-filter {
  background-color: #c1e0ff !important;
  border-left: 4px solid #72b8fd !important;
  border-bottom-color: #FFF !important;
}

.full {
  height: 15px;
  width: 15px;
  background-color: #808000;
  border-radius: 50%;
  display: inline-block;
}

.partial {
  height: 15px;
  width: 15px;
  background-color: #800000;
  border-radius: 50%;
  display: inline-block;
}

.preItem:hover {
  background-color: #EDF2F7;
  box-shadow: 0 0 .125rem .125rem rgba(0, 0, 0, .075) !important;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.compooo {
  background-color: white;
  /* background: linear-gradient(90deg, rgb(30 4 173 / 22%) 0%, rgb(9 9 121 / 13%) 35%, rgb(0 255 243 / 9%) 100%); */
  /* background: linear-gradient(to right, #afd3ef45, #c2e59c6e); */
  background: #F7F8F8;
  background: linear-gradient(to right, #ACBB78, #F7F8F8);
}

.side-bar .contents:hover {
  /* background-color: rgba(45,165,193,0.12);
  color: #037a96;
  border-radius: 5px; */
  border-left: 4px solid #0000a4;
  color: #0000a4;
  /* border-bottom: 4px solid #0000a4; */
}

.fixed {
  border-left: 4px solid #0000a4;
  color: #0000a4;
}

.sigin-text {
  text-align: center;
}

.product-table-active {
  background: #e7e7e770 !important;
}

.p-list :hover {
  background: white !important;
}

.image-container {
  position: relative;
  overflow: hidden;
  /* border-radius: 10px;  */
}

.image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  /* border-radius: 10px;  */
}

.zoom-img:hover .image {
  transform: scale(1.4);
}

/* ABOVE site.css file copied */

label {
  font-size: .75rem;
  font-weight: 600;
  color: #555;
}

.c-pointer {
  cursor: pointer;
}

.btn,
.modal-content,
.form-control {
  border-radius: .18rem
}

.modal-content {
  background: none !important;
  padding: 0px;
  border: none;
}

.listing li {
  transition: all 0.2s;
  cursor: pointer;
}

.listing li:hover {
  background-color: #c1daff;
  padding-left: 20px;
}

.product-listing {
  background: whitesmoke;
  box-shadow: 0px 3px 5px 0px #888888
}

.disabled-column {
  opacity: 0.5;
  pointer-events: none;
}

.bg-dark-green {
  background: #4E8975;
  color: white;
}

.text-dark-green {
  color: #033E3E;
}

.text-light-green {
  color: #4E8975;
}

.bg-dark-purpel {
  background: #550A35;
  color: white;
}

.text-dark-purple {
  color: #550A35
}

.bg-yellow {
  background: #b5ac53;
  color: black;
}

.text-yellow {
  color: #b5ac53
}

.image-shadow {
  box-shadow: 1px 1px 11px 4px #888888;
}

.listing-image-shadow {
  box-shadow: 0px 1px 5px 1px #888888;
}

.settings-hover:hover {
  background: ghostwhite;
}

.product-site-color {
  background: #0a1931;
}

.site-color-text {
  color: #0a1931;
}







.product-full {
  min-height: 100vh;
}

.dropdown-toggle {
  color: var(#fff) !important;
  background-color: #0A1931 !important;
  border: none !important;
}

.new-product-drop {
  color: var(#fff) !important;
  background-color: #0A1931 !important;
  border: none !important;
}

.new-product-drop:hover {
  color: var(#fff) !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.danger-clr {
  color: red;
}

.green-text {
  color: green;
}

.main-btn-clr {
  color: var(#fff) !important;
  background-color: #0A1931 !important;
  border: none !important;
}

.light-main-text {
  color: #0a1931cc;
}

.cursor-hover {
  cursor: pointer;
}

.sm-text {
  font-size: 15px !important;
}


.filter-back {
  width: 20px !important;
  height: 20px !important;
}

.modal-head svg {
  width: 30px;
  height: 30px;
}

.pOINput {
  width: 70px !important;
}

.modal-head svg {
  width: 30px;
  height: 30px;
}

/* StockTransfer.vue */
.page-item.active .page-link {
  background-color: #808080 !important;
  color: white !important;
  border-color: #808080 !important;
}

.page-link {
  color: #0a1931 !important;
}
/* StockTransfer.vue */
.disabled{
  pointer-events: none !important;
  color: #959191 !important;
  cursor: not-allowed !important;
}