@charset "UTF-8";
body {
  background-color: #fafafa;
}

.page-secondary {
  min-height: 100vh;
  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -37px;
}

.page__footer {
  background-color: #78b011;
  font-family: "Open Sans";
  font-size: 14px;
  color: #ffffff;
}

.page__footer a.nav-link,
a.page__footer:hover,
a.page__footer:focus {
  color: #ffffff !important;
  display: inline-block;
}

.page__footer .menu-footer .nav-item:not(:last-child):after {
  content: "|";
}

.page__footer p {
  margin-bottom: 0 !important;
}

/* Custom - Formulario de login */
.login-form-principal {
  padding: 54px 96px 53px 98px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  max-width: 840px;
  margin-left: 0;
}

.login-form-principal h2 {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  color: #272728;
}

.login-form-principal .form-group {
  color: #232324;
}

.login-form-principal .form-group label {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}

.login-form-principal hr {
  width: 40px;
  height: 4px;
  margin: 33px 0 36px;
  background-color: #78b011;
}

.login-form-principal .forgot-password {
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.login-form-principal .forgot-password a {
  color: #78b011;
}

.login-form-principal .form-check-label,
.login-form-principal .form-check-label a {
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 1.33;
  color: #858689;
  margin-left: 15px;
}

.login-form-principal .form-check-label a {
  margin-left: 0px;
  text-decoration: underline;
}

.login-form-principal .form-check-input {
  width: 24px;
  height: 24px;
  border: solid 1px #bcbcbe;
  background-color: #ffffff;
  margin-top: 0;
}

.login-form-principal label.form-check-label {
  margin-left: 0;
}

/*Barra lateral izquierda*/
#sidebar-left {
  min-width: 264px;
  max-width: 264px;
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.12);
  z-index: 1190;
  background-color: #f2f2f2;
  min-height: 93.5vh;
  transition: all 0.3s;
  padding-bottom: 50px;
}

#sidebar-left.active {
  min-width: 72px;
  max-width: 72px;
  text-align: center;
}

#sidebar-left.active .navbar-brand img {
  content: url(../../../../../sites/default/files/favicon_amara_nzero.png);
  background-repeat: no-repeat;
  width: 24px;
  transition: all 0.3s;
}

#sidebar-left.active .navbar-nav .nav-item .nav-link span.menu-label {
  display: none;
}

.custom-navbar,
.sidebar-left-branding,
nav.content-header-nav {
  padding: 21px;
  height: 84px;
  background-color: #ffffff;
}

nav.content-header-nav {
  padding: 0;
}

.sidebar-left-menu {
  font-family: "Open Sans";
  font-size: 14px;
  color: #232324;
}

main#general-content {
  width: 100%;
  min-height: 93vh;
}

main#general-content .content {
  padding: 0 32px 50px;
}

button#sidebar-left-collapse {
  border: 0;
  background-color: transparent;
  color: #858689;
}

.sidebar-left-menu .navbar-nav .nav-item .nav-link {
  width: 264px;
  height: 56px;
  padding-left: 21px;
  display: flex;
  align-items: center;
  color: #232324;
  line-height: 1.71;
  /*transition: all 0.3s;*/
}

#sidebar-left.active .navbar-nav .nav-item .nav-link {
  width: 72px;
  transition: all 0.3s;
}

.sidebar-left-menu .navbar-nav .nav-item .nav-link:hover {
  color: #78b011;
}

.sidebar-left-menu .navbar-nav .nav-item .nav-link i {
  margin-right: 12px;
  font-size: 24px;
}

.sidebar-left-menu .navbar-nav .nav-item .nav-link.active,
.sidebar-left-menu .navbar-nav .nav-item .nav-link.is-active {
  font-weight: bold;
  color: #ffffff;
  background-color: #78b011;
}

@media (max-width: 768px) {
  #sidebar-left.active .navbar-nav .nav-item .nav-link.active,
#sidebar-left.active .navbar-nav .nav-item .nav-link.is-active,
#sidebar-left .navbar-nav .nav-item .nav-link span.menu-label,
#sidebar-left.active .navbar-brand img,
#sidebar-left.active {
    display: none;
  }

  #sidebar-left {
    min-width: 72px;
    max-width: 72px;
  }

  #sidebar-left .navbar-brand img {
    content: url(../../../../../sites/default/files/favicon_amara_nzero.png);
    background-repeat: no-repeat;
    width: 24px;
  }

  #sidebar-left.active .navbar-nav .nav-item .nav-link span.menu-label {
    display: block;
  }

  #sidebar-left .navbar-nav .nav-item .nav-link,
#sidebar-left .navbar-nav .nav-item .nav-link.active,
#sidebar-left .navbar-nav .nav-item .nav-link.is-active {
    width: 72px;
    transition: all 0.3s;
  }
}
/* Barra de navegación superior */
.custom-navbar .user-menu-dropdown .dropdown-menu {
  border-radius: 0;
}

.custom-navbar .show > .btn-secondary.dropdown-toggle,
.custom-navbar .user-menu-dropdown button,
.custom-navbar .btn-secondary:not(:disabled):not(.disabled):active,
.custom-navbar .btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #ffffff;
  font-family: "Open Sans";
  color: #78b011;
  border: 0;
  outline: none;
}

.custom-navbar .btn-secondary:focus,
.custom-navbar .btn-secondary.focus,
.custom-navbar .show > .btn-secondary:focus,
.custom-navbar .show > .btn-secondary.focus {
  box-shadow: unset !important;
}

.custom-navbar .user-menu-dropdown span.username {
  font-size: 12px;
  font-weight: 600;
  color: #232324;
}

.custom-navbar .user-menu-dropdown .dropdown-item {
  font-family: "Open Sans";
  font-size: 14px;
  color: #232324;
  text-align: right;
}

.custom-navbar .user-menu-dropdown .dropdown-item:active,
.custom-navbar .user-menu-dropdown .dropdown-item:hover {
  color: #78b011;
  background: transparent;
}

/*custom checkboxes y radiobuttons*/
.form-check {
  padding-left: 0;
}

.form-check input.form-check-input {
  display: none;
}

.form-check.js-form-type-radio label.form-check-label {
  font-weight: 200;
  font-size: 14px;
  line-height: 24px;
}

.form-check label.form-check-label i {
  margin-right: 8px;
  font-size: 24px;
  line-height: 17px;
  background: #fff;
  color: #72a710;
  display: inline-block;
  vertical-align: middle;
}

.form-check label.form-check-label i.fa-check-square {
  box-shadow: 0 0 2px 0 #72a710;
}

.form-check label.form-check-label span {
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}

a,
a:hover {
  color: #78b011;
  text-decoration: none;
  background-color: transparent;
}

/*Breadcrumbs*/
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol li {
  float: left;
}

ol li:not(:last-child):after {
  content: ">";
  margin: 10px;
}

ol li a {
  color: #858689;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
}

ol li a:hover {
  text-decoration: none;
  color: #858689;
}

ol li:last-child {
  font-weight: 600;
  color: #858689;
}

.extranet-content h1 {
  font-size: 24px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 35px;
}

.extranet-content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #232324;
  margin-bottom: 21px;
}

.extranet-content p.content-sections {
  font-family: Open Sans;
  font-size: 16px;
  margin: 0 0 16px 0;
  color: #4a4a4d;
}

.extranet-content .extranet__table-filters {
  background-color: #f4f5f6;
  padding: 33px 32px 37px 33px;
}

.custom-select {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input.gridjs-search-input:focus,
.custom-select:focus {
  color: #495057;
  background-color: #f8f9f9;
  border-color: #b7ee52;
  outline: 0;
  box-shadow: 0 0 5px 2px rgba(120, 176, 17, 0.24);
}

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

.extranet-content .content-list {
  padding: 32px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}

/*Tabla JS (gridjs)*/
.extranet--custom-js-table {
  table-layout: auto !important;
  max-width: unset !important;
  min-width: 100%;
}

.extranet-content .gridjs-wrapper {
  border-radius: 0;
}

.extranet-content th.gridjs-th {
  padding: 14px 30px 14px 15px;
}
.extranet-content th.gridjs-th .gridjs-th-content {
  width: 100%;
}
.extranet-content th.gridjs-th button.gridjs-sort {
  margin-right: -20px;
}

.extranet-content .extranet--custom-js-table-th {
  font-weight: bold;
  color: #232324;
}

.extranet-content td.extranet--custom-js-table-td {
  background-color: unset;
}
.extranet-content td.extranet--custom-js-table-td span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.extranet-content tr.gridjs-tr.active td.extranet--custom-js-table-td {
  background-color: unset;
  border-right: 1px solid #EFF7E7;
}

.extranet-content tr.gridjs-tr.active td.extranet--custom-js-table-td:first-child {
  font-weight: bolder;
}

.extranet-content tr.gridjs-tr.active {
  background-color: #EFF7E7;
}

.extranet-content .extranet--custom-js-table-td {
  font-size: 14px;
  font-weight: 300;
  color: #232324;
}

.extranet-content .extranet--custom-js-table-td {
  border-right: 1px solid #ffffff;
}

.extranet__table-filters__label-search {
  font-size: 14px;
  color: #000000;
}

input.gridjs-search-input {
  border: 0;
  text-decoration: underline;
  font-weight: 300;
  color: #555555;
  border-radius: 0;
}

.gridjs-footer {
  box-shadow: none;
  padding: 24px 0 0;
}

.gridjs-pagination .gridjs-pages,
.gridjs-pagination .gridjs-summary {
  font-size: 14px;
  font-weight: 300;
  color: #232324;
}

a.btn {
  height: 40px;
}

a.btn.disabled {
  color: #f4f5f6;
  background-color: #bcbcbe;
  border: solid 1px #bcbcbe;
  pointer-events: none;
}

.alert {
  border-radius: 0;
  font-size: 14px;
}

.form-control {
  height: 40px;
  padding: 7px 7px 8px 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  color: #858689;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.extranet_product__detail {
  padding: 39px 55px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}

.extranet_product__detail img.product-img {
  max-width: 100%;
  height: auto;
}

.extranet-product__manage-movements__add-type__menu li a,
.extranet_product__trace-menu li a {
  display: block;
  height: 100%;
  font-family: Montserrat;
  font-weight: bold;
  text-align: center;
  color: #bcbcbe;
}

.extranet-product__manage-movements__add-type {
  margin-top: 40px;
}

.extranet-product__manage-movements__add-type__menu,
.extranet_product__trace-menu {
  border-bottom: 1px solid #cccccc;
}

.extranet-product__manage-movements__add-type__menu li a.active,
.extranet_product__trace-menu li a.active {
  color: #232324;
  border-bottom: 7px solid #78b011;
}

/*loader generic*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

#loader-wrapper #loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
}

#loader-wrapper #loader-image {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 999;
}

/*Dashboard*/
#extranet-dashboard ul {
  font-family: "Open Sans";
  color: #232324;
}

#extranet-dashboard a.nav-link {
  all: unset;
  cursor: pointer;
}

#extranet-dashboard li.nav-item {
  width: 264px;
  height: 144px;
  padding: 16px 17px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  margin-right: 14px;
  margin-bottom: 14px;
}

#extranet-dashboard li.nav-item:hover {
  background-color: #fafafa;
}

#extranet-dashboard span.nav-icon {
  width: 32px;
  height: 32px;
  font-size: 24px;
  font-weight: 300;
  margin-right: 18px;
}

#extranet-dashboard h2.nav-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 9px;
}

#extranet-dashboard span.count {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3;
  margin-right: 8px;
}

#extranet-dashboard p.card-comment,
#extranet-dashboard span.count-comment {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  color: #39393b;
}

#extranet-dashboard span.nav-simulate-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #78b011;
  padding-left: 0;
  text-decoration: underline;
}

/*Selector de cant de elementos por página*/
.extranet__table-results-selector {
  float: left;
  font-size: 14px;
  font-weight: 300;
  color: #232324;
  margin-top: 5px;
}

.extranet__table-results-selector li.list-inline-item:not(:first-child):not(:last-child):after {
  content: "/";
  color: #232324;
  display: inline-block;
  margin-left: 0.5rem;
}

.extranet__table-results-selector a {
  color: #232324;
}

.extranet__table-results-selector a.active {
  font-weight: bold;
}

a.extranet__table__add-items {
  position: absolute;
  right: 0;
  margin-right: 100px;
}

/*Direcciones de envío*/
#extranet-client__address_table tr td:last-child span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

#extranet-client__address_table a.extranet-client__shipping-profile__edit-link:before {
  content: "\F044";
  font-size: 20px;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  color: #78b011;
}

#extranet-client__address_table a.extranet-client__shipping-profile__edit-link {
  margin-right: 15px;
}

#extranet-client__address_table a.extranet-client__shipping-profile__delete-link:before {
  content: "\F2ED";
  font-size: 20px;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  color: #d94e4e;
}

/*Formulario de confirmación*/
.extranet__config-form {
  padding: 32px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  max-width: 500px;
}

.extranet__config-form i {
  color: #d94e4e;
}

.extranet__config-form .btn {
  background-color: #d94e4e;
  height: 40px;
}

button.btn-primary-revert,
input.btn-primary-revert,
a.btn-primary-revert,
.extranet__config-form a.button {
  display: inline-block;
  height: 40px;
  color: #638b19;
  padding: 0.375rem 1rem;
  border: solid 1px #72a710;
  margin-left: 8px;
  background-color: #fff;
}

button.btn-primary-revert:hover,
input.btn-primary-revert:hover,
a.btn-primary-revert:hover,
.extranet__config-form a.button:hover {
  color: #555555;
  border: solid 1px #555555;
  background-color: #fff;
}

.extranet__config-form a.button {
  margin-left: 8px;
}

.extranet__shipping-profile__add-form {
  font-family: Lato;
  color: #555555;
}

.extranet__shipping-profile__add-form .form-check label.form-check-label span {
  font-size: 14px;
}

/*Input para subir archivos*/
.extranet__import-serial-number-excel-file input:first-child,
.extranet__import-excel-file input:first-child {
  width: 100%;
  height: 40px;
  padding: 3px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  color: #858689;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
}

#extranet-product__manage-movements__add-type__excel-file .content-list {
  height: 169px;
  margin-bottom: 64px;
}

.download-excel-link {
  font-size: 14px;
  font-weight: bold;
}

.download-excel-link a:before {
  content: "\F019";
  font-size: 14px;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  color: #78b011;
  margin-right: 8px;
}

/*Barra de progreso para los batch*/
.extranet-batch-progress .progress {
  all: unset !important;
}

.extranet-batch-progress .progress__track {
  height: 5px;
  border: unset;
}

.extranet-batch-progress .progress__bar {
  height: 5px;
  background-color: #78b011;
}

/*Modals*/
.card {
  border-radius: 0;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Lato;
}

.extranet-product__add-movements__delete-product__modal .ui-dialog-title:before,
.extranet-client__address-delete__modal .ui-dialog-title:before {
  content: "\F071";
  font-size: 20px;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  color: #f49828;
  margin-right: 8px;
}

.extranet-product__add-movements__delete-product__modal p,
.extranet-client__address-delete__modal p {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #272728;
  margin-bottom: 38px;
}

/*Errores en los forms*/
.form-control.error {
  border-color: #dc3545;
}

.form-item--error-message,
label.has-error,
.form-required.has-error {
  color: #dc3545;
}

.form-item--error-message {
  font-size: 14px;
}

.extranet-product__add-movements__products__table .extranet-product__add-movements__delete-product-link {
  background-color: #d94e4e;
  width: 18px;
  height: 21px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(../../assets/images/icons/trash.svg);
  mask-image: url(../../assets/images/icons/trash.svg);
}

.extranet-product__add-movements__products__table .extranet-product__add-movements__add-products-link {
  background-color: unset;
  color: #78b011;
  border: none;
  font-size: 14px;
  font-weight: bold;
}

.extranet-product__add-movements__products__table .extranet-product__add-movements__add-products-link:focus {
  box-shadow: unset;
}

.extranet-product__add-movements__products__table .gridjs-tr:last-child td {
  padding-top: 24px;
  padding-bottom: 24px;
}

/*jquery dialog*/
.add-movements__success-modal {
  border-radius: 2px;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.1);
}

.add-movements-ent__excess-stock__modal-ui .ui-dialog-content,
.add-movements__success-modal .ui-dialog-content {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  color: #272728;
}

.add-movements__success-modal .ui-dialog-content p:first-child {
  font-weight: bold;
}

.add-movements__success-modal .ui-dialog-title:before {
  content: "\F00C";
  font-size: 24px;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  color: #78b011;
  margin-right: 8px;
}

.add-movements-ent__excess-stock__modal-ui .ui-dialog-title:before {
  content: "\F071";
  font-size: 24px;
  font-weight: bold;
  font-family: "Font Awesome 5 Pro";
  color: #f49828;
  margin-right: 8px;
}

.add-movements__success-modal .ui-dialog-buttonpane {
  border: 0;
  display: flex;
  justify-content: center;
}

.add-movements-ent__excess-stock__modal-ui .ui-dialog-buttonpane {
  border: 0;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #78b011;
  border-color: #78b011;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 176, 17, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #bcbcbe;
  border: solid 1px #bcbcbe;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #78b011;
  border-color: #78b011;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 176, 17, 0.5);
}

/*Detalle del perfil de dirección*/
.extranet-client__add_movements__shipping-profile__detail .profile {
  background-color: #f4f5f6;
  font-family: "Open Sans";
  font-size: 12px;
  padding: 10px;
}

.extranet-client__add_movements__shipping-profile__detail .client-profile__field-phone,
.extranet-client__add_movements__shipping-profile__detail p.address {
  position: relative;
  padding-left: 20px;
}

.extranet-client__add_movements__shipping-profile__detail .client-profile__field-name {
  width: calc(100% - 30px);
  font-weight: bold;
  margin-bottom: 5px;
}

.extranet-client__add_movements__shipping-profile__detail .address-line1:before {
  content: "\F279";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
}

.extranet-client__add_movements__shipping-profile__detail .given-name:before {
  content: "\F007";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
}

.extranet-client__add_movements__shipping-profile__detail .client-profile__field-phone:before {
  content: "\F8D3";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
}

a.extranet-client__add_movements__shipping-profile__edit-link:before {
  content: "\F044";
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
}

a.extranet-client__add_movements__shipping-profile__edit-link {
  position: absolute;
  top: 7px;
  right: 15px;
}

span.selected_address_detail__label {
  position: absolute;
  top: -7px;
  left: 20px;
  background-color: #78b011;
}

a.extranet-product__add_movements__shipping-profile__add-link {
  font-size: 14px;
  font-weight: bold;
}

.extranet-product__add-movs__stocks__table__filter label {
  display: block;
}

.extranet-product__add-movs__stocks__table__filter .select2-container--default .select2-selection--single {
  width: 250px;
}

/*Widget para seleccionar cantidades de prods*/
.input--quantity-selector-container {
  padding: 8px 11px;
  border: 1px solid #dcdcdc;
  height: 40px;
  /*// TODO ???*/
  min-width: 120px;
  max-width: 120px;
}

.input--quantity-selector-container.active {
  border: 0.5px solid #72a710;
  box-shadow: 0 0 2px 0 #78b011;
}

.input--quantity-selector-container.excess-stock {
  border: 0.5px solid #d94e4e;
  box-shadow: 0 0 2px 0 #d94e4e;
}

/*Remove Arrows/Spinners*/
/* Chrome, Safari, Edge, Opera */
.input--quantity-selector-container input::-webkit-outer-spin-button,
.input--quantity-selector-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input--quantity-selector-container input[type=number] {
  -moz-appearance: textfield;
  font-family: "Open Sans";
  font-size: 16px;
  color: #272728;
}

.input--quantity-selector-container input[type=number]:focus-visible {
  outline: none;
}

.input--quantity-selector-container button {
  color: #78b011;
}

.input--quantity-selector-container button:focus {
  color: #78b011;
  box-shadow: unset;
}

form#add-movements-form .form-group {
  margin: 0;
}

/*Disponibilidad de stock en listado de productos*/
.extranet-product__table-filters__toggle-available-stock__container .select2-container {
  width: 160px !important;
}

.extranet-product__table-filters__toggle-available-stock__container .select2-container--default .select2-selection--single {
  border: 0;
}

.extranet-product__table-filters__toggle-available-stock__container label {
  font-size: 14px;
  color: #000;
}

.extranet-product__table-filters__toggle-available-stock__container .select2-container--default .select2-selection .select2-selection__rendered {
  color: #232324;
}

.extranet-product__table-filters__toggle-available-stock__container .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after,
.extranet-product__table-filters__toggle-available-stock__container .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  color: #78b011;
}

#extranet-product__manage-movements__table .gridjs-search,
#extranet-product__table .gridjs-search,
#extranet-product__detail__stock-table .gridjs-search,
#extranet-product__detail__stock-movements-table .gridjs-search,
#extranet-product__movement-detail__table .gridjs-search,
#extranet-client__table .gridjs-search,
#extranet-client__address_table .gridjs-search,
#extranet-products-list__table .gridjs-search {
  all: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.extranet__gridjs-table__toggle-column-visibility a,
.extranet__gridjs-table__export-options a.btn-secondary {
  background-color: #ffffff;
  color: #626365;
  border: 0;
  outline: none;
  font-size: 28px;
}

.extranet__gridjs-table__toggle-column-visibility a {
  font-size: 20px;
}

.extranet__gridjs-table__export-options .dropdown-toggle::after {
  all: unset;
}

.extranet__gridjs-table__toggle-column-visibility .btn-secondary:hover,
.extranet__gridjs-table__export-options .btn-secondary:not(:disabled):not(.disabled):active,
.extranet__gridjs-table__export-options .btn-secondary:not(:disabled):not(.disabled).active,
.extranet__gridjs-table__export-options.show > .btn-secondary.dropdown-toggle {
  background-color: #ffffff !important;
  color: #626365 !important;
  border-color: unset !important;
}

.extranet__gridjs-table__toggle-column-visibility .btn-secondary:focus,
.extranet__gridjs-table__export-options .btn-secondary:focus {
  box-shadow: unset !important;
}

.extranet__gridjs-table__export-options .dropdown-menu {
  border-radius: 2px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.extranet__gridjs-table__toggle-column-visibility .dropdown-menu-2 {
  display: none !important;
  position: absolute;
  top: 50px;
  z-index: 1000;
  border-radius: 2px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.extranet__gridjs-table__toggle-column-visibility div.show {
  display: flex !important;
  overflow-y: scroll;
}

.extranet__gridjs-table__export-options .dropdown-item {
  color: #3a3a3a;
  font-weight: normal;
}

.extranet__gridjs-table__export-options .dropdown-item.active,
.extranet__gridjs-table__export-options .dropdown-item:active {
  background-color: #ffffff;
}

label.extranet-product__table-filters__label-search,
label.extranet-product__manage_movements__table-filters__label-search,
label.extranet-product__detail__stock-table__label-search,
label.extranet-product__detail__stock-movements-table__label-search,
label.extranet-product__movement-detail__table__label-search,
label.extranet-client__table-filters__label-search,
label.extranet-client__address-table-filters__label-search,
label.extranet-products-list__table-filters__label-search {
  position: absolute;
  padding-top: 8px;
}

#extranet-product__table div.gridjs-search input.gridjs-search-input,
#extranet-product__manage-movements__table div.gridjs-search input.gridjs-search-input,
#extranet-product__detail__stock-table div.gridjs-search input.gridjs-search-input,
#extranet-product__detail__stock-movements-table div.gridjs-search input.gridjs-search-input,
#extranet-product__movement-detail__table div.gridjs-search input.gridjs-search-input,
#extranet-client__table div.gridjs-search input.gridjs-search-input,
#extranet-client__address_table div.gridjs-search input.gridjs-search-input,
#extranet-products-list__table div.gridjs-search input.gridjs-search-input {
  margin-left: 50px;
}

.extranet-product__add-movements__products__table table {
  border-collapse: collapse;
  display: table;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  table-layout: fixed;
  text-align: left;
  color: #232324;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}

.extranet-product__add-movements__products__table table thead th {
  padding: 14px 15px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
  color: #6b7280;
  outline: none;
  padding: 14px 24px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.extranet-product__add-movements__products__table table thead th:first-child {
  border-left: none;
}

.extranet-product__add-movements__products__table table thead th:last-child {
  border-right: none;
}

.extranet-product__add-movements__products__table table td {
  font-size: 14px;
  font-weight: 300;
  padding: 12px 24px;
  border-bottom: 1px solid #dee2e6;
  border-top: none;
}

.extranet-product__add-movements__products__table table tr:last-child td {
  border-bottom: none;
}

a.extranet-product__add-movs__add-products-lines__submit {
  color: #fff;
}

a.external-link:after {
  content: "\F35D";
  font-size: 14px;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  color: #78b011;
  margin-left: 5px;
}

label.gridjs-checkbox i {
  color: #555;
}

label.gridjs-checkbox input[type=checkbox] {
  display: none;
}

.tracking-progress {
  font-family: "Lato", sans-serif;
  margin: 95px 0 64px 0;
}
.tracking-progress .progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 60px 0;
  /* Base grey line (full 75%) */
  /* Green line */
}
.tracking-progress .progressbar::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 12.5%;
  width: 75%;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 5px;
  transform: translateY(-50%);
  z-index: 1;
}
.tracking-progress .progressbar::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 12.5%;
  width: var(--progress);
  height: 10px;
  background-color: #76bc21;
  border-radius: 5px;
  transform: translateY(-50%);
  z-index: 2;
}
.tracking-progress .progressbar li {
  position: relative;
  flex: 1;
  text-align: center;
  z-index: 3;
}
.tracking-progress .progressbar li > span {
  display: block;
}
.tracking-progress .progressbar li .date {
  font-size: 0.75rem;
  color: #9aa0a6;
  margin-bottom: 6px;
  min-height: 20px;
}
.tracking-progress .progressbar li .status {
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  /* Node */
}
.tracking-progress .progressbar li .status::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 53px;
  width: 20px;
  height: 20px;
  background-color: #e5e5e5;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.tracking-progress .progressbar li .aditional-info {
  margin-top: 20px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  word-break: break-word;
  white-space: normal;
  font-size: 0.75rem;
}
.tracking-progress .progressbar li.active .status {
  /* Active node color */
}
.tracking-progress .progressbar li.active .status:after {
  background-color: #76bc21;
}
.tracking-progress .progressbar li.active .aditional-info:before {
  content: "\F00C";
  font-size: 12px;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  color: #76bc21;
  margin-right: 4px;
}

table.mov-situation {
  font-family: "Lato", sans-serif;
  color: #232324;
  font-size: 14px;
  font-weight: 300;
}
table.mov-situation thead th {
  background-color: #f1f1f1;
  padding-top: 21px;
  padding-bottom: 21px;
  color: #232324;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

.content-list.mov-data {
  padding: 50px 70px;
  color: #232324;
  font-family: "OpenSans", sans-serif;
}
.content-list.mov-data h3 {
  padding-bottom: 18px;
  border-bottom: 1px solid #dcdcdc;
}
.content-list.mov-data h3 .label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  margin-right: 10px;
}
.content-list.mov-data h3 .no {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #00953b;
}
.content-list.mov-data h3 i {
  font-size: 25px;
  font-weight: 300;
  color: #272728;
  margin-right: 28px;
}
.content-list.mov-data .detail {
  font-size: 14px;
  line-height: 1.71;
}
.content-list.mov-data .detail .item {
  border-left: 4px solid rgba(120, 176, 17, 0.3);
  font-weight: normal;
}
.content-list.mov-data .detail .item .value {
  font-weight: 600;
  overflow-wrap: break-word;
}

.ui-dialog .ui-dialog-titlebar {
  font-size: 20px;
  font-weight: 600;
  color: #2c2c2e;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #232324;
  border-radius: 0;
  margin-bottom: 0.5em;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  color: #55625a;
  background: transparent url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6449 2.04935C12.1134 1.58082 12.1134 0.819928 11.6449 0.351398C11.1763 -0.117133 10.4154 -0.117133 9.9469 0.351398L6 4.30205L2.04935 0.355146C1.58082 -0.113384 0.819928 -0.113384 0.351398 0.355146C-0.117133 0.823676 -0.117133 1.58457 0.351398 2.0531L4.30205 6L0.355146 9.95065C-0.113384 10.4192 -0.113384 11.1801 0.355146 11.6486C0.823676 12.1171 1.58457 12.1171 2.0531 11.6486L6 7.69795L9.95065 11.6449C10.4192 12.1134 11.1801 12.1134 11.6486 11.6449C12.1171 11.1763 12.1171 10.4154 11.6486 9.9469L7.69795 6L11.6449 2.04935Z' fill='%2355625A'/%3E%3C/svg%3E%0A") no-repeat center center;
  opacity: 1;
  border: 0;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  opacity: 0.75;
}