.btn_green {
  background-color: #126711;
  color: white;
}

.btn_green:hover {
  background-color: #0f550e;
  color: white;
}

.txt_green {
  color: #126711;
  line-height: 1em;
}

.two-line-cell {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.txt-gray-small {
  font-size: 0.9em !important;
  color: gray !important;
}

.bg_past {
  background-color: #767676;
}

.txt_past {
  color: #767676;
}

.border_left_past {
  border-left: #767676 3px solid;
}

.txt_gray {
  color: gray;
}

.bg_green {
  background-color: #126711;
}

.bg_broken_white {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg_broken_black {
  border: 1px solid #000000;
}

.bg_broken_black-2 {
  border: 0.60px solid #000000;
}

.border_left_green {
  border-left: #126711 3px solid;
}

.border_left_orange {
  border-left: #D9AD00 3px solid;
}

.navbar-nav>li {
  padding-top: -5px;
  padding-bottom: -5px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.no_bg {
  background-color: transparent;
  background: transparent;
  border: none;
}

.bg_lightblue {
  background-color: #E7FFE4;
}

.bg_lightgray {
  background-color: #F9F9F9;
}

.cite {
  margin-top: 0px;
  font-size: 80%;
  color: gray;
  line-height: 1.2em;
}

.box_title {
  font-size: 110%;
  line-height: 1em;
}

.box_subtitle {
  font-size: 75%;
  line-height: 1.2em;
}

.box_bigsubtitle {
  font-size: 85%;
  color: #D9AD00;
}

.text-big {
  font-size: 1.08em;
}

.text-core {
  font-size: 1.05em;
}

.img_ref_size {
  max-height: 100px;
  max-width: 100px;
}

.retailer_icon_size {
  height: 50px;
  width: 50px;
}

.display-xs-none {
  display: initial;
}

.case-lg {
  width: 20%;
}

.case-sm {
  width: 8%;
}

.toggle-close {
  display: none;
}

.progress {
  position: relative;
}

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

.area-coin {
  border: 2px solid #49be70;
  width: 35%;
  border-radius: 25px;
}

.area-coin-3 {
  border: 1px solid rgba(177, 199, 182, 0.2);
  width: 35%;
  border-radius: 25px;
}

.image-right {
  float: right;
  margin-right: 30px;
}

.image-right_button {
  float: right;
  margin-right: 25px;
}

.image-right2 {
  float: right;
  padding: 0;
}

.btn_gray {
  color: #666666;
  font-weight: 500;
  font-size: 16px;
}

.btn_black {
  color: black;
  font-weight: 400;
  font-size: 16px;
}

.area-coin-2 {
  width: 35%;
  border: 2px solid white;
  color: white;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.page-title {
  font-size: 1.5rem;
  text-transform: uppercase;
}

form.user .form-control-user {
  padding: 0.5rem 1rem;
}

button:focus #subscription {
  margin-right: 0.25rem;
}

.link_guide {
  padding: 0.35em;
  ;
  width: 100%;
  list-style-type: none;
  color: black;
  font-size: 16px;
}

.manual_guide {
  font-size: 25px;
  margin-top: 20px;
}

.nbr_guide {
  margin-top: 20px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;

  color: #979797;
}

.card_guide {
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;

  background: #FFFFFF;
  border: 1px solid #B1C7B6;
  box-sizing: border-box;
}

.guide_name {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;

  display: flex;
  align-items: center;
}

.width-100 {
  width: 100%;
}

.button-download {
  border: 0px;
  background-color: white;
}

.text-green {
  color: #126711 !important;

}

.opacity_5 {
  opacity: 0.5;
}

.font_weight_500 {
  font-weight: 500;
}

.grey_header {
  background: #00000033;
}

.text-red {
  color: #8F1B15;
}

.link_guide_white {
  padding: 0.35em;
  ;
  width: 100%;
  list-style-type: none;
  color: rgb(255, 255, 255);
  font-size: 16px;
}

.dropdown_item_side {
  background-color: rgb(248, 248, 248);
  width: 100%;
  display: block;
  text-decoration: none;
  box-shadow: 2px 2px 5px #00000055;
}

.dropdown_item_side:hover,
.dropdown-item_side:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #d4d8d4;
}

.toggled #pageSubmenu {
  width: 15rem;
}

.link_guide {
  padding: 0.35em;
  ;
  width: 100%;
  list-style-type: none;
  color: black;
  font-size: 16px;
}

.overlay-image .hover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.overlay-image:hover .hover {
  opacity: 1;
}

.checkbox_weight {
  width: 20px;
  height: 20px;
}

.label_checkbox {
  font-size: 20px;
  line-height: 10px;
  align-items: center;
  font-weight: 500;
}

.toggled #pageSubmenu1 {
  width: 15rem;
}

.typo_error {
  font-size: 12px;
  color: #BA4545;
}

.subscription_position {
  margin-top: 10px;
  margin-left: 30px;
}

.font-weight-bold_2 {
  font-weight: 600
}

.border_top_sidebar {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-color: 2px solid black;
}

.border_bottom_sidebar {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-color: 2px solid black;
}

.image_sidebar {
  width: 135%;
  margin-bottom: 10px;
}

.sidebar_lien {
  font-size: 14px;
  display: block;
  text-decoration: none;
}

.new_sidebar {
  width: 10rem;
  min-height: 100vh;
}

.dropdown-toggle[aria-expanded=true]::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 10px;
}

.login .logo {
  width: 100%;
  filter: invert(1);
}

.modal-content-subscription {
  height: 150px;
  width: 575px;
  border-radius: 2px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
}

.modal-header-subscription {
  border-radius: 2px 2px 0px 0px;
  width: 575px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #e3e6f0;
}

.modal-title-subscription {
  left: 1.2%;
  right: 72.19%;
  top: 25%;
  bottom: 27.5%;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #FFFFFF;

}

.close-bt {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 175;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.modal-body-subscription {
  width: 575px;
  background-color: white
}


.form-control-subscription {
  width: 360px;
  height: 50px;
  border: 1.5px solid #B1C7B6;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding-left: 25px;
}

.btn-submit-subscription {
  width: 125px;
  height: 29px;
  background-color: #979797;
  border-radius: 2px;
  margin-left: 33px;
  color: #FFFFFF;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  border: 0;
  margin-top: 30px;
}

.email-form {
  margin-left: 40px;
  margin-top: 30px;
}

.form-control-subscription::placeholder {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}

.modal-content-subscription {
  height: 150px;
  width: 575px;
  border-radius: 2px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
}

.modal-header-subscription {
  border-radius: 2px 2px 0px 0px;
  width: 575px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #e3e6f0;
}

.modal-title-subscription {
  left: 1.2%;
  right: 72.19%;
  top: 25%;
  bottom: 27.5%;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #FFFFFF;

}

.close-bt {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 175;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.modal-body-subscription {
  width: 575px;
  background-color: white
}


.form-control-subscription {
  width: 360px;
  height: 50px;
  border: 1.5px solid #B1C7B6;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding-left: 25px;
}

.btn-submit-subscription {
  width: 125px;
  height: 29px;
  background-color: #979797;
  border-radius: 2px;
  margin-left: 33px;
  color: #FFFFFF;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  border: 0;
  margin-top: 30px;
}

.email-form {
  margin-left: 40px;
  margin-top: 30px;
}

.form-control-subscription::placeholder {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}

.subscription_error {
  margin-left: 40px;
  margin-top: 7px;
  margin-bottom: -7px;
  color: #BA4545;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}

.form-control-subscription:valid~btn-submit-subscription {
  background-color: yellow;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

* {
  font-family: Roboto, sans-serif;
}

.history-table .text-left {
  width: 100%;
  max-width: 20%;
}

/*
Sortable Table
*/
.table-sortable th a {
  color: white;
}

.table-sortable th {
  font-size: 0.8em;
}

.table-sortable th i {
  float: right;
}

/*
Pagination
*/
.pagination .page-link {
  color: var(--main-retailer-color);
}

.pagination .page-item.active .page-link {
  background-color: var(--main-retailer-color);
}

.pagination .pagination-label {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
}

/*
Discount Labels Page
*/

#discountLabelListPage #id_aisle,
#discountLabelListPage input {
  max-width: 115px;
}

#discountLabelListPage #id_search {
  max-width: 200px;
}

#discountLabelListPage #discountLabelsFilters {
  min-width: 510px;
}

#discountLabelListPage #id_aisle,
#discountLabelListPage input,
.input-group-text {
  border-color: var(--main-retailer-color);
  color: var(--main-retailer-color);
}

#discountLabelListPage .input-group-text {
  background-color: white;
}

#discountLabelListPage .input-group input {
  border-right: 0;
}

#discountLabelListPage .input-group-append {
  border-left: 0;
}

#discountLabelListPage table img {
  float: left;
  max-width: 40px;
  margin-right: 10px;
}

#discountLabelListPage table thead {
  background-color: var(--main-retailer-color);
  color: white;
}

#discountLabelListPage table .referenceName {
  color: black;
}

#discountLabelListPage table .referenceId {
  font-size: 0.8em;
}

#discountLabelListPage .top-actions-bar {
  display: inline-block;
  width: 100%;
}

#discountLabelListPage .top-actions-bar button {
  float: right;
}

#discountLabelListPage .dialog {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

#discountLabelListPage .dialog .dialog-inside {
  background-color: #fff;
  margin: 15% auto;
  width: fit-content;
  border-radius: 10px;
  overflow: hidden;
}

#discountLabelListPage #export-dialog {
  border: 0px;
  border-radius: 10px;
  padding: 0;
}

#discountLabelListPage #export-dialog .dialog-content {
  padding: 1rem 1rem 0.5rem 1rem;
}

#discountLabelListPage #export-dialog .dialog-title {
  padding: 0.4rem 1rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#discountLabelListPage #export-dialog .dialog-title .close-button {
  font-size: 1.2rem;
  font-weight: 100;
  cursor: pointer;
  padding: 0 0.4rem;
}

#discountLabelListPage #export-dialog .bottom-actions {
  display: flex;
  justify-content: end;
  align-items: center;
}

#discountLabelListPage #export-dialog .bottom-actions .submit {
  color: #fff;
  margin-left: 1rem;
}

#discountLabelListPage #export-dialog label input {
  text-align: center;
}

.input-embededded-btn {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: rgb(245, 245, 245);
  border: 1px solid #ced4da;
}

.input-embededded-btn:hover {
  background-color: rgb(240, 240, 240);
}

.change-password .errorlist {
  margin: 10px;
  font-size: 14px;
}

.change-password .errorlist img {
  margin-right: 0.5rem;
}