/* guillaume PAP DESIGN IMP */
/* Doesn't like the default font from bootstrap */
#root-app * {
  font-family: "gibsonregular";
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes toBlack {
  50% {
    background: #222222;
    color: #222222;
  }
}

.blink_me {
  animation: blinker 0.85s linear infinite;
}

.blink_me_2_sec {
  animation: blinker 0.85s linear 2;
}

.fade_message {
  animation: toBlack 2.5s linear infinite;
}

.blink_header {
  animation: blinker 3s linear infinite;
}

#header {
  display: none !important;
}

.bigger {
  font-size: 1.5em !important;
}

#root-app .tablet {
  display: none !important;
}

#root-app #logoutLogo a {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../../../images/merchandiser/logout.png);
  background-size: 30px 30px;
  background-position: left top;
  position: absolute;
  right: 0px;
}
#root-app #editMessage {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../../../images/merchandiser/edit_icon.svg);
  background-size: 30px 30px;
  background-position: left top;
  position: absolute;
  cursor: pointer;
  right: 5px;
}
#root-app .help_icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../../../images/merchandiser/help_icon.png);
  background-size: 30px 30px;
  background-position: left top;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
#root-app .info_icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../../../images/merchandiser/info_icon.png);
  background-size: 30px 30px;
  background-position: left top;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
#root-app {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #0f0f0f;
  position: absolute;
  min-height: calc(100vh);
  color: #fafafa;
}
#video-overlap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #0f0f0f;
  min-height: calc(100vh - 50px);
  color: #fafafa;
}

#root-app input[type="button"],
#video-overlap input[type="button"] {
  background-color: #719500;
  border: 0px solid black;
  border-radius: 4px;
  width: 100%;
  font-size: 1.5em !important;
  color: #f5f5f5 !important;
  padding: 0.55em;
  text-align: center;
  height: 53px;
}
#video-overlap input[type="button"] {
  width: 90%;
  margin-top: 35px;
}
.pap-training {
  padding-top: 145px;
}

.transition-screen {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #0f0f0f;
  min-height: calc(100vh);
  color: #fafafa;
  animation: fadein all 0.2s;
}

.transition-screen div.full {
  padding: 0px;
  margin: 0px;
  margin-bottom: 4px;
}

* .orange-text {
  color: orange !important;
}
#content {
  background: #0f0f0f;
  width: 100%;
  margin-top: 0px !important;
  max-height: calc(100vh) !important;
  min-height: calc(100vh) !important;
  overflow: hidden;
}

div.permission {
  text-align: left;
}
#root-app div.full,
#root-app div.half,
#root-app div.quarter,
#root-app div.third,
#root-app div.twothird,
#root-app div.fifth {
  padding: 0px;
  margin: 0px;
  margin-bottom: 4px;
}
#root-app div.cell,
#root-app div.cell a {
  font-size: 16px;
}

#root-app div.box {
  border: 1px solid black;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 7px;
  margin-top: 7px;
  position: relative;
  background-color: #2f2f2f;
}

#root-app div.align_left {
  text-align: left !important;
}

#root-app div.box.opaque {
  background-color: rgba(40, 40, 40, 1);
}

#root-app span.neg-margin {
  margin: -7px;
}

.description-sub-title {
  padding-top: -10px;
}

.font-description-disabled {
  color: #f5f5f5 !important;
  opacity: 0.4 !important;
  transition: all 0.2s;
  font-size: 1.35em;
  text-align: left;
  line-height: 1.3;
  padding-right: 5px;
}

#task-puller,
#task-starter {
  color: white !important;
}

#root-app div.task,
#root-app div.training {
  cursor: pointer;
  background-color: #719500;
  border-radius: 4px;
  padding: 5px;
  position: relative;
}

div.fifth {
  width: 20%;
  float: left;
}

.orange {
  color: #fe8c00;
}
.question {
  color: orange !important;
}
#root-app .no-task-image {
  margin-bottom: 10px;
}
#root-app .no-task-image img {
  width: 100%;
  max-height: 75vh;
}

#root-app input[type="button"]:disabled {
  background-color: #909090 !important;
}

#root-app .extra-padding {
  padding-top: 10px !important;
  padding-bottom: 30px !important;
  font-size: 30px !important;
  font-style: bold !important;
  color: white !important;
}

#bonus_notice {
  font-size: 14px !important;
}

#root-app .notifications-box .unread-counter {
  background: green;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  border-radius: 20px;
  position: absolute;
  z-index: 50;
  top: -5px;
  left: -5px;
}
#root-app .notifications-box .message-list {
  display: none;
  width: calc(100% + 12px);
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 40;
  background: rgb(40, 40, 40);
  border: 1px solid black;
  border-radius: 5px;
}
#root-app .notifications-box .message-list .message * {
  font-size: 14px !important;
}
#root-app .notifications-box .message-list.shown {
  display: block;
}
#root-app .notifications-box .message-list .title {
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  border-bottom: 1px solid black;
}

/*stats view */

#stats-view {
  position: absolute;
  width: calc(100% - 20px);
  top: 0;
  display: none;
  z-index: 3;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(40, 40, 40, 0.9);
  padding: 10px 20px;
  min-height: calc(100vh);
  color: rgba(220, 220, 220, 1);
  overflow: hidden;
}

#stats-view.shown {
  display: block;
}

/* guillaume PAP DESIGN IMP */

.small-green-check {
  width: 20px;
  height: 20px;
}

#root-app button.continue {
  font-size: 1.5em;
  color: #f5f5f5;
  margin-top: 35px;
}

#root-app div.separator {
  height: 1px;
  margin-top: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #222222;
}

/* sizes restraint and organisation */

.width-95-pct-max-800 {
  width: 95%;
  max-width: 800px;
  margin: auto;
  padding: 10px;
}

.width-85-pct-max-800 {
  width: 90%;
  max-width: 800px;
  margin: auto;
}

.width-75-pct-max-600 {
  position: relative;
  width: 75%;
  max-width: 600px;
  margin: auto;
  animation: fadein all 0.2s;
}

.flex-spread {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-spread-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-group img {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
}

/* margins */

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-15 {
  margin-top: 15px;
}

/* font sizes */

.font-1em4 {
  font-size: 1.4em;
}

.font-1em25 {
  font-size: 1.25em;
}

.font-1em55 {
  font-size: 1.55em;
}

.font-1em65 {
  font-size: 1.65em;
}

.font-1em35 {
  font-size: 1.35em;
}

.font-1em {
  font-size: 1em;
}

.font-1em15 {
  font-size: 1.15em;
}

.font-1em4 {
  font-size: 1.4em;
}

.font-1em9 {
  font-size: 1.9em;
}

.font-1em35-disable {
  font-size: 1.35em;
  color: #909090;
}

.font-2em4 {
  font-size: 2.4em !important;
}

/* images and icons */

.pap-icon {
  width: 175px;
  padding-top: 35px !important;
}

/* stat header */

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-right-5 {
  padding-right: 5px;
}

.progressbar-bg {
  position: absolute;
  left: 23%;
  width: 58%;
  background: #0f0f0f;
  border-radius: 15px;
  height: 15px;
  z-index: 1;
}

.progressbar-filled {
  position: absolute;
  left: 23%;
  border-radius: 15px;
  height: 15px;
  z-index: 2;
}

.pb-zone {
  background: #48828d;
}

.pb-put {
  background: #637f0d;
}

.font-2em4 {
  font-size: 2.4em !important;
}

#root-app div.stat-header,
.transition-screen div.stat-header {
  margin: auto;
  margin-bottom: 15px;
  padding-top: 0.3em;
  padding-bottom: 0.35em;
  background: #222222 !important;
  position: sticky;
  border-bottom: 2px solid #0f0f0f;
  animation: fadein all 0.2s;
}

.menu-icon {
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: 35px;
}

.description-container {
  animation: fadein all 0.2s;
  transition: all 0.2s;
}

.parking {
  opacity: 0;
  transition: 0.4s all;
}

.printing {
  transition: 0.4s all;
}

#root-app {
  background-color: #222222;
}

#root-app input {
  height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 9px;
  padding-right: 9px;
  width: 50%;
  color: white;
  border-radius: 4px;
  border: 1px solid #719500;
  background: #0f0f0f;
  font-size: 1.35em;
}

button {
  background-color: #719500;
  border: 0px solid black;
  border-radius: 4px;
  width: 100%;
  font-size: 1.5em !important;
  color: #f5f5f5 !important;
  padding: 0.55em;
}

#root-app input:not([type="button"])::placeholder {
  font-family: gibsonlight !important;
}

.flex-box {
  margin: auto;
  justify-content: flex-start;
  align-items: center;
}

.flex-box-original {
  display: flex;
  margin-bottom: 5px;
}

.flex-box-overView {
  display: flex;
  margin-bottom: 7.5px;
}

.final-view .flex-box,
.final-view .flex-box-overView {
  height: calc(50vh - 60px);
}

.flex-box .inner-flex {
  border: 1px solid #f5f5f5;
  background-color: #2f2f2f;
  min-height: 60px;
}

.flex-box .inner-original {
  position: relative;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.flex-box .inner-overview-line-start {
  border-radius: 4px;
}

.flex-box .inner-overView {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}

.flex-box .inner-flex .pack-box {
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.inner-flex.first_row,
.inner-flex.second_row,
.inner-flex.third_row,
.inner-flex.fourth_row {
  background-color: #222222;
  transition: all 0.2s;
}

/* Row color coding off - color coding based on #of puts */
.inner-flex.none {
  transition: all 0.2s;
}

.inner-flex.count_0 {
  background-color: #b81525;
  transition: all 0.2s;
}
.inner-flex.count_1 {
  background-color: #637f0d;
  transition: all 0.2s;
}
.inner-flex.count_2 {
  background-color: #48828d;
  transition: all 0.2s;
}
.inner-flex.count_high {
  background-color: #c37211;
  transition: all 0.2s;
}

.flex-box .inner-flex .align-left {
  left: 6px;
}

/* Row color coding on - color coding based on row # */
/* Bottom section */
.cart-location.none {
  transition: all 0.2s;
}

.cart-location.first_row {
  background-color: #ff6633;
  color: #f5f5f5 !important;
  transition: all 0.2s;
}

.cart-id.first_row {
  color: #ff6633;
}

.cart-location.second_row {
  background-color: #16a6f4;
  transition: all 0.2s;
}

.cart-id.second_row {
  color: #16a6f4;
}

.cart-location.third_row {
  background-color: #e642a1;
  color: #f5f5f5 !important;
  transition: all 0.2s;
}

.cart-id.third_row {
  color: #e642a1;
}

.cart-location.fourth_row {
  background-color: #ffff66;
  color: black !important;
  transition: all 0.2s;
}

.cart-id.fourth_row {
  color: #ffff66;
}

/* Border section */
.inner-flex.first_row {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #ff6633;
}

.inner-flex.second_row {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #16a6f4;
}

.inner-flex.third_row {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #e642a1;
}

.inner-flex.fourth_row {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #ffff66;
}

/* Coded coding on - after puts */
/* Bottom section */
.cart-location.first_row.shaded_put_0 {
  background-color: rgba(255, 102, 51, 0.3);
  color: #f5f5f5 !important;
  transition: all 0.2s;
}
.cart-location.second_row.shaded_put_0 {
  background-color: rgba(153, 102, 204, 0.3);
  color: #f5f5f5 !important;
  transition: all 0.2s;
}
.cart-location.third_row.shaded_put_0 {
  background-color: rgba(255, 255, 102, 0.3);
  color: #f5f5f5 !important;
  transition: all 0.2s;
}
.cart-location.fourth_row.shaded_put_0 {
  background-color: rgba(255, 255, 255), 0, 3;
  color: #f5f5f5 !important;
  transition: all 0.2s;
}

/* Border section */
.inner-flex.first_row.shaded_put_0 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid rgba(255, 102, 51, 0.3);
}
.inner-flex.second_row.shaded_put_0 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid rgba(153, 102, 204, 0.3);
}
.inner-flex.third_row.shaded_put_0 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid rgba(255, 255, 102, 0.3);
}
.inner-flex.fourth_row.shaded_put_0 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border:
    3px solid rgba(255, 255, 255),
    0,
    3;
}

.flex-box .inner-flex .cart-location {
  color: #f5f5f5;
  font-family: gibsonlight;
  position: absolute;
  top: 0px;
  font-size: 1.35em;
  padding: 2px;
  z-index: 0;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  height: 30%;
}

.flex-box .inner-flex .align-right {
  right: 6px !important;
}

.cart-id {
  position: absolute;
  bottom: 0;
  margin-bottom: 0.25rem;
  font-size: 2.5rem;
  left: 0;
  right: 0;
}

.flex-box .inner-flex .pack-box .big-number,
.big-number-history {
  width: 100%;
  top: calc(60% - 1em);
  font-size: 2.3em !important;
  height: 2em;
  line-height: 2em;
  position: absolute;
}

.flex-box .inner-flex .pack-box .bisos .big-number {
  top: initial;
}

.pack-view {
  animation: fadein 0.4s;
  transition: all 0.2s;
}

.weight-input-box {
  position: absolute;
  padding-top: 40px;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  overflow: scroll;
  top: 0;
  left: 0;
  font-size: 20px;
  z-index: 105 !important;
  background-color: #0f0f0f !important;
  transition: all 0.2s;
  animation: fadein 0.4s;
}

.weight-input-box .weight-rows {
  margin: 10px 0px;
}

.weight-input-box .weight-rows label.weight {
  float: right;
}
.weight-input-box .weight-rows input.weight {
  width: 48% !important;
  margin-right: 1%;
  margin-bottom: 15px !important;
}

.grey-border-color {
  border-color: #909090 !important;
}

.weight {
  margin-left: auto;
}

.weight-rows-container input {
  padding-bottom: 18px !important;
  padding-top: 18px !important;
  padding-left: 10px !important;
}

.weight-button {
  margin-top: 14px !important;
}

.weight-input-box .weight-rows input.weight:focus {
  border: 1px solid #719500 !important;
}

.history-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100vh;
  border-top: 1px solid #f5f5f5;
  background-color: #0f0f0f;
  min-height: 100vh;
  max-height: 100vh;
  z-index: 102;
  padding: 0px 20px;
  transition: opacity 0.4s;
}

.history-box.shown {
  min-height: calc(100vh - 25px);
  max-height: calc(100vh - 25px);
}

.history-box .tab {
  position: absolute;
  width: 80%;
  top: -55px;
  left: 10%;
  height: 55px;
  line-height: 55px;
  background-color: #0f0f0f;
  border-left: 1.5px solid #f5f5f5;
  border-right: 1.5px solid #f5f5f5;
  border-top: 1.2px solid #f5f5f5;
  z-index: 101;
  border-radius: 20px 20px 0 0;
  transform: perspective(8px) rotateX(2deg);
  transform-origin: bottom;
}

.absolute-tab-value {
  position: absolute;
  top: -34.5px;
  left: 10%;
  width: 80%;
  z-index: 102;
  text-align: center;
  font-size: 1.35em;
}

.pre-pack-slide {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #222222;
  min-height: 100vh;
  max-height: 100vh;
  z-index: 100;
  animation: fadein 0.4s;
  transition: all 0.2s;
}

.pre-pack-slide:not(.shown) .pre-pack-view {
  overflow: hidden;
}

.pre-pack-slide .tab {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 0;
  height: 40px;
  line-height: 40px;
  background-color: #222222;
  border: 1px solid white;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.overlay {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(40, 40, 40, 1);
}

#root-app div.full#final-stats {
  overflow: scroll;
  height: 45vh;
  margin-top: 5px;
}

/*  guillaume PAP DESIGN IMP */

#flag-icon-id {
  position: absolute;
  z-index: 101;
  bottom: 1px;
  right: 1px;
  width: 120px;
  height: 80px;
  text-align: right;
}

.flag-icon img {
  margin-top: 38px;
  margin-right: 22px;
  width: 30px;
}

#flag-icon-id:hover {
  cursor: pointer;
}

.pack-view-icon {
  max-height: 70px;
}

.opacity-0 {
  opacity: 0;
  transition: all 0.2s;
}

.opacity-1 {
  opacity: 1;
  transition: all 0.2s;
}

/* pop-up */

.blur {
  filter: blur(10px, 50px, 80%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
}

.unblur {
  filter: blur(0px) !important;
  -webkit-backdrop-filter: blur(0px) !important;
  backdrop-filter: blur(0px) !important;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
}

.gibson-light {
  font-family: gibsonlight !important;
}

.pop-up-pap-frame {
  background: #222222 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 15px #00000080;
  border: 1px solid #909090;
  border-radius: 15px;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  z-index: 105;
  padding: 35px;
  padding-bottom: 50px;
  padding-top: 5px;
  position: absolute;
  top: 40%;
  left: 50%;
  transition: all 0.2s;
  animation: fadein 0.4s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.short-clickable-area {
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  z-index: 3;
}

.short-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  z-index: 2;
}

.pop-up-icon {
  display: block;
  margin: auto;
  width: 100px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.pop-up-title,
.pop-up-sub-title {
  width: 90%;
  margin: auto;
  color: #fafafa;
  text-align: center;
}

.margin-top-21 {
  margin-top: 21px !important;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-21 {
  margin-bottom: 21px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.weight-total,
.weight-each {
  position: absolute;
  top: 8px;
  color: #fafafa;
  font-size: 1.5em !important;
  transition: opacity 0.2s;
}

.weight-total {
  left: -70px;
}

.weight-each {
  right: -70px;
}

.constant-placeholder {
  position: absolute;
  right: 15px;
  bottom: 21px;
  text-align: right;
  color: #719500;
  font-size: 1.25em;
}

#pop-up-pap .button-pop-up-ok {
  width: 90%;
  margin-left: 5%;
}

.margin-top-14 {
  margin-top: 14px !important;
}

.font-enabled {
  font: size 1.5em !important;
  color: #f5f5f5 !important;
  transition: all 0.2s;
}

.margin-left-1em2 {
  margin-left: 1.2em;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-b-1em25 {
  margin-bottom: 1.75em !important;
}

.flag-untoggle {
  width: 20px;
  height: 20px;
  border: 2px solid #719500;
  border-radius: 500px;
  transition: all 0.2s;
}

.short-untoggle {
  width: 20px;
  height: 20px;
  border: 2px solid #b93123;
  border-radius: 500px;
  transition: all 0.2s;
}

.flag-toggle {
  background-color: #719500;
  transition: all 0.2s;
}

.short-toggle {
  background-color: #b93123;
  transition: all 0.2s;
}

.center-horizontal {
  display: flex;
  justify-content: center;
}

.center-x-y {
  position: relative;
}

.transition-screen {
  position: relative;
  animation: fadein 0.4s;
}

.overlay-btn {
  width: 16px;
  position: absolute;
  border: 2px solid #222222;
  border-radius: 500px;
  height: 16px;
  pointer-events: none;
}

.pop-cancel-btn {
  background-color: #f5f5f5 !important;
  color: #222222 !important;
  margin-top: 10px;
  width: 90%;
  margin-left: 5%;
}

button.cancel {
  background-color: #b93123;
}

.cancel-button {
  background-color: #f5f5f5 !important;
  color: #222222 !important;
  margin-top: 10px !important;
}

.pop-flag-btn,
.pop-short-btn {
  background-color: #909090;
  color: #f5f5f5 !important;
  width: 90%;
  margin-left: 5%;
  transition: all 0.2s;
}

#groupDiv {
  margin-bottom: 25px;
}

.btn-flag-enabled {
  background: #719500 0% 0% no-repeat padding-box;
  transition: all 0.2s;
}

.btn-short-enabled {
  background: #b93123 0% 0% no-repeat padding-box;
  transition: all 0.2s;
}

.linked-icon {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.linked-icon img {
  height: 40px;
}

.font-red {
  color: #b93123 !important;
  font-size: 2em;
}

.font-short-value {
  min-width: 2em;
  text-align: center;
  font-size: 3em;
  color: #fafafa;
}

.short-plus,
.short-minus {
  padding-left: 40px;
  padding-right: 40px;
  height: 80px;
  color: #fafafa;
  transition: all 0.2s;
}

.short-minus img {
  width: 20px;
  padding-top: 39px;
}

.short-plus img {
  width: 20px;
  padding-top: 28px;
}

.issue-text {
  font-size: 1.35em !important;
  color: #fafafa !important;
  transition: all 0.2s;
  padding-right: 5px;
}

.font-enabled {
  font-size: 1.35em !important;
  opacity: 1;
  color: #fafafa !important;
  transition: all 0.2s;
}

.font-disabled {
  font-size: 1.35em !important;
  opacity: 0.4;
  color: #fafafa !important;
  transition: all 0.2s;
}

.font-disabled-light {
  font-size: 1.35em !important;
  color: #909090 !important;
  transition: all 0.2s;
}

.short-font .font-enabled:hover {
  cursor: pointer;
}

.bulk-weight-bg {
  position: absolute;
  width: 100px;
  height: 40px;
  background: red;
  left: calc(50% - 50px);
  top: 2px;
  background-color: #606060;
  border-radius: 30px;
  transition: all 0.2s;
}

.margin-top-305 {
  margin-top: 255px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-70 {
  padding-top: 70px !important;
}

.bulk-weight-slide-left,
.bulk-weight-slide-right {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  top: 5px;
  border-radius: 500px;
  transition: left 0.2s linear;
}

.bulk-weight-slide-left {
  left: 7px;
}

.bulk-weight-slide-right {
  left: 63px;
}

.button-disabled {
  background-color: #909090 !important;
}

.weight-input-outside-range {
  border-color: red !important;
}

.zone-infos {
  margin-top: -10px !important;
  margin-bottom: 10px !important;
}

.absolute-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#completed-task-transition {
  position: absolute;
  top: 0;
  width: 100%;
  background: #0f0f0f;
  height: 100vh !important;
  z-index: 202;
  transition: all 0.33s;
}

.completed-inner-div {
  padding-top: 125px;
}

.completed-task-img {
  width: 150px;
  height: 150px;
}

#pop-weight-transition {
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.2s;
  animation: fadein 0.4s;
}

.weight-transition-icon {
  position: absolute;
  top: calc(50% - 145px);
  left: calc(50% - 131.75px);
  width: 263.25px;
  height: 225px;
  background: url(mountain.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #f5f5f5;
  line-height: 225px;
  text-align: center;
}

.weight-transition-location {
  position: absolute;
  top: 0;
  font-size: 5em !important;
  padding-top: 30px;
  color: #f5f5f5;
}

.weight-transition-subtitle {
  position: absolute;
  top: 460px;
  color: #f5f5f5;
  font-size: 1.4em !important;
  text-align: center;
  width: 600px;
  left: calc(50% - 300px);
  font-family: gibsonlight !important;
}

#root-app div.title {
  font-size: 1.5em;
}

#root-app div.sub-title {
  font-size: 1.4em;
  margin-bottom: 35px;
}

/* pre_pack_view */

#root-app div.box-border-pap {
  background: #222222 0% 0% no-repeat padding-box;
  border: 1px solid #909090;
  opacity: 1;
  width: 200px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.level {
  height: 0.9em;
  width: 100%;
  background: #3d3d3d 0% 0% no-repeat padding-box;
  border-radius: 15px;
  opacity: 1;
  position: absolute;
}

/* images and icons */

.preview-put-arrow {
  width: 15px;
  margin-left: 9px;
  padding-bottom: 5px;
}

.big-orange-text {
  color: #fe8c00;
}

.pre-pack-lot-under-img {
  width: 240px;
  margin: auto;
}

.printing-img {
  max-height: 110px;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px;
}

.parking-img {
  max-height: 110px;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px;
}

.zone-transition-img {
  width: 100px;
  margin-top: 40px;
  margin-bottom: 35px;
  margin-left: 50px;
  margin-right: 50px;
}

.pick-page-info {
  margin-top: -10px;
}

.labels-img {
  width: 125px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-50 {
  padding-top: 50px;
}

.parking-cart-location {
  color: #fafafa;
  margin-bottom: 20px;
  font-size: 5.5em;
}

.font-green-complet {
  color: #719500 !important;
  font-size: 1.35em;
  margin-right: 15px;
}

.font-orange-complet {
  color: #fe8c00 !important;
  font-size: 1.35em;
  margin-left: 15px;
}

.font-red-complet {
  color: #b93123 !important;
  font-size: 1.35em;
  margin-right: 15px;
}

.completed-task-stats-img {
  width: 50px;
}

.new-icon-alert {
  background: #222222e5;
  color: white;
  text-align: center;
  font-size: 1.35em;
  padding-top: 30px;
  transition: 0.2s all;
}

.arrow-img {
  background: url(/images/merchandiser/pap/eduArrow_Icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.handling-icon {
  max-height: 74px;
}

.pap-view-header {
  animation: fadein 0.4s;
}

.dash-pap-view-header {
  font-size: 1.35em;
  margin-left: 10px;
  margin-right: 10px;
  transition: opacity 0.1s;
}

.lot-info-prep-pap {
  font-size: 4.6em !important;
  padding-top: 0;
  padding-bottom: 0;
}

.bulk-label {
  padding-bottom: 10px;
}

.transition-fade {
  transition: all 0.2s;
  animation: fadein all 0.2s;
}

.text-area {
  background-color: #0f0f0f;
  border: 1px solid #909090;
}

.text-area::placeholder {
  color: #909090;
  font-family: gibsonlight;
}

.text-area:focus {
  border: 1px solid #909090 !important;
}

.parking .width-75-pct-max-600 {
  animation: fadein 0.75s all;
}

.max-width-75-pct {
  width: 75%;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .width-75-pct-max-600 {
    width: 95%;
  }

  #root-app div.stat-header {
    margin-bottom: 5px;
  }

  #root-app div.stat-header div.width-95-pct-max-800 div.flex-spread div,
  #root-app div.stat-header div.width-95-pct-max-800 .flex-spread .count {
    font-size: 0.75em;
  }

  #root-app
    div.stat-header
    div.width-95-pct-max-800
    .flex-spread
    .progressbar-filled,
  #root-app
    div.stat-header
    div.width-95-pct-max-800
    .flex-spread
    .progressbar-bg {
    height: 0.75em !important;
  }

  .pap-icon {
    width: 125px;
  }

  #root-app div.title {
    margin-top: 15px;
  }

  .pre-pack-lot-under-img {
    width: 150px;
    font-size: 0.75em;
  }
  .pre-product-img img {
    width: 150px;
  }
  .lot-info-prep-pap {
    font-size: 2.2em !important;
  }
  .level {
    height: 0.5em !important;
  }

  .lvl-1 {
    top: 45.5px !important;
  }
  .lvl-2 {
    top: 70px !important;
  }
  .lvl-3 {
    top: 94.6px !important;
  }
  .lvl-4 {
    top: 119.5px !important;
  }

  .zone-infos {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
  }

  .pre-pack-content .flex-spread div div {
    font-size: 0.9em !important;
  }
  .pre-pack-content .flex-spread div img {
    width: 35px;
  }
  .pre-pack-content .flex-spread .img-margin-to-center {
    width: 50px !important;
  }
  .absolute-tab-value {
    font-size: 1em;
    margin-top: 5px;
  }
  .flag-icon {
    width: 45px;
    height: 35px;
  }

  .flag-icon img {
    margin-top: 40px;
    margin-right: 11px;
  }
  .pop-up-pap-frame {
    width: 98%;
    top: 295px;
  }

  button {
    font-size: 1.15em !important;
    width: 100%;
    margin: auto;
  }

  .margin-top-21 {
    margin-top: 5px !important;
  }

  .margin-bottom-21 {
    margin-bottom: 21px !important;
  }

  #pop-up-pap .button-pop-up-ok {
    margin-top: 35px;
  }

  button.pop-cancel-btn {
    margin-top: 10px;
  }

  #root-app input[type="button"] {
    font-size: 1em !important;
  }

  .short-minus,
  .short-plus {
    padding-left: 50px;
    padding-right: 50px;
  }

  .width-85-pct-max-800 {
    width: 100%;
  }

  .issue-text {
    font-size: 1em !important;
  }

  .pop-up-title {
    font-size: 1.35em;
  }

  .pop-up-sub-title {
    font-size: 1.15em;
  }

  .font-enabled {
    font-size: 1em !important;
  }

  .font-disabled {
    font-size: 1em !important;
  }

  .parking-img,
  .printing-img {
    width: 50px;
  }

  .parking-cart-location {
    font-size: 2.5em;
  }

  .weight-transition-icon {
    top: 175px;
    left: calc(50% - 75px);
    width: 150px;
    height: 125px;
  }

  .weight-transition-location {
    top: -30px;
    font-size: 2.5em !important;
    padding-top: 0px;
  }

  .weight-transition-subtitle {
    font-size: 1.35em !important;
    top: 325px;
  }

  .weight-button {
    font-size: 1.15em !important;
    margin-top: 5px !important;
  }

  .zone-transition-img {
    width: 80px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .completed-task-img {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 25px;
    margin-right: 25px;
    height: 80px;
  }

  .font-2em4 {
    font-size: 1.45em !important;
  }

  .mobile-img-bloc {
    margin-bottom: 0px !important;
  }

  .parking-printing-mobile {
    margin-top: 5px !important;
    font-size: 1em !important;
  }

  .new-icon-alert {
    font-size: 1.35em;
  }

  .flex-box .inner-flex .pack-box .big-number,
  .big-number-history {
    font-size: 2em !important;
  }

  .linked-icon img {
    height: 20px;
  }
}

.box-not-in-use {
  font-size: 6.5em;
}

.box-red {
  color: #b93123 !important;
}

.opacity-25 {
  opacity: 0.25;
}
.the-dot {
  bottom: 8px;
  background-color: white;
  border-radius: 25px;
  width: 8px;
  height: 8px;
  right: 8px;
  position: absolute;
  z-index: 1000;
}
.pop-up-position {
  text-align: center;
  margin-top: 34px;
  margin-bottom: 34px;
  font-size: 74px;
  margin-right: 17px;
  color: #fe8c00;
}
.pop-up-flex {
  display: flex;
  justify-content: center;
}
