body {
  padding-top: 70px;
}

#footer {
  clear: both;
  height: 100%;
  overflow: hidden;
}

.container {
  padding: 10px;
}

.spacer {
  margin-top: 10px;
}

.spacer-5 {
  margin-top: 5px;
}

.lighter {
  font-weight: lighter;
}

.izquierda {
  margin-left: 5px;
}

.tituloCampo {
  font-size: 13px;
}

#loader {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 22px;
  color: #FFF;
  background-color: #2075ab;
  font-size: 11px;
  padding-left: 3px;
}

.backgroundColorYellow {
  background-color: #dbdf0e !important;
  color: black !important;
  ;
}

.pagination {
  margin-top: 0;
  margin-bottom: 0;
}

.marginBottom {
  margin-bottom: 10 !important;
}

.info {
  text-align: right;
  font-size: 11px;
}

.item.selected {
  background: #6ce26c5e
}

.item.selected:hover {
  background: #6ce26c5e !important
}

/*--MENU--*/
.navbar {
  margin-bottom: 10px;
  padding: 0px;
  background-color: #00598f;
}

.navbar-brand {
  padding: 0px;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 50%;
}

.navbar-brand img {
  height: 100%;
}

.navbar-default .navbar-nav>li>a {
  color: #CCC;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: white;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: white;
}


.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: white;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
  color: white;
}

a.redireccionRemates:hover,
a.redireccionRemates:focus {
  background-color: #ffad65 !important;
  border-color: #ff9c45 !important;
  color: #eee !important;
}

/*--LISTADOS--*/
.item {
  padding: 0;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #DDD;
  background-color: #FFF;
  font-size: 14px;
  width: 100%;
  clear: both;
  overflow: visible;
}

.titulos {
  background-color: #EDEDED;
  font-weight: bold;
}


.item:not(.titulos):hover {
  background-color: #F5F5F5;
}

.item#vacio {
  text-align: center;
  font-size: 12px;
}

.subs {
  height: 100%;
  overflow: hidden;
  padding-left: 26px;
}

.subs .item {
  border-left: 2px solid #008200;
}

/*--FORMULARIOs--*/
.form-control {
  margin-bottom: 6px;
}

.fileinput-button {
  margin-right: 6px;
}

.alinear {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}

.tab-content.scrollable {
  position: relative;
  overflow: auto;
  min-height: 250px;
  max-height: 300px;
  height: 100%;
}

.tab-content.scrollable .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.ui-dialog .input-group {
  width: 100%;
}

.carpetas {
  width: 100%;
  padding: 0.2em;
  line-height: 0.7em;
  font-size: 1.4em;
  height: auto;
  position: relative;
  overflow: visible;
  border-bottom: 1px solid #DDD;
}

.carpetas h4 {
  font-size: 1.2em;
  margin: 0px;
  padding: 0px;
  line-height: 1.6em;
}

.sinMargin {
  margin: 0px !important;
}

#tiposDocumentos a {
  font-size: 0.8em;
  padding: 0.5em;
}

#listaDocumentos {}

.documento {
  padding: 5px;
  border-bottom: 1px solid #DEDEDE;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1.2em;
  line-height: 2em;
}

.documento:hover {
  background-color: #e0e8ff;
}

.col-md-10#documento {
  padding: 5px;
}

#informacionDocumento {
  background-color: #DDD;
  height: 100%;
  overflow: hidden;
}

#informacionDocumento.affix {
  right: 0px;
  top: 70px;
}

#informacionDocumento .slideable {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#documento {
  border: 0px solid #DDD;
}

#documento table td {
  border-color: #000;
}

#vinculados {
  background-color: #eee;
  border-top: 2px solid #ccc;
  margin-top: 3em;
}

#dialogDesactivarDocumento,
#dialogNuevoDocumento,
#dialogVincularDocumento,
#dialogColaboradores,
#dialogBuscarUsuario {
  display: none;
}

#firmas {
  margin-top: 25px;
}

#firmas>div {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

#firmas>div:last-of-type {
  border-right: 1px solid #000;
}

/*--BUGS--*/

.ui-autocomplete {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1100;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;

  .ui-menu-item>a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
  }
}

.ui-widget-content .ui-state-focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
  z-index: 11000;
}

.navbar h3 {
  margin-top: 10px;
}

.pie {
  position: fixed;
  bottom: 0px;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
}

.chat {
  bottom: 0;
  margin-bottom: 0;
  max-height: 50%;
  min-height: 300px;
  overflow: auto;
  position: fixed;
  left: 0;
  width: 250px;
}

.chat #chat {
  overflow: auto;
  height: 80%;
  position: absolute;
  bottom: 0;
}

.chat #formChat {
  position: absolute;
  bottom: 0;
}

/*--DISEÑO--*/
.subtitulos {
  font-size: 17px;
}

.text-white {
  color: #FFF;
}


#listaInstancias {
  border: 1px solid #ccc;
}

.instancia {
  padding: 5px;
  border-bottom: 1px solid #CCC;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 14px;
}

.instancia:hover {
  background-color: #e0e8ff;
}

.instancia .titulo {
  font-size: 1.2em;
}

.panel-heading h5 {
  margin-top: 2px;
  margin-bottom: 2px;
}


.versionesAnteriores {
  display: none;
  padding-left: 2em;
}

#diff {
  padding: 5px;
}

del {
  background-color: #ff9999;
}

ins {
  background-color: #99ff99;
}

ins img {
  border: 1px solid #99ff99;
}

del img {
  border: 1px solid #ff9999;
}

.venta {
  padding: 5px;
  border-bottom: 1px solid #DEDEDE;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1em;
  line-height: 2.5em;
}

.venta:hover {
  background-color: #e0e8ff;
}

#personalSeleccionado,
#puestoSeleccionado {
  padding: 5px;
}

/*EVALUACIONES*/
.evaluacionCriterios {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 3em;
  overflow: hidden;
}

.evaluacionCriterios>div {
  width: 5000px;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.col-evaluacion {
  float: left;
  margin-left: 20px;
  text-align: left;
  width: 200px;
  overflow: hidden;
}

/* INDICADORES - VALORES */
#graficoValores {
  height: 250px;
  width: 100%;
  line-height: 1em;
}

.listaValores .well {
  max-height: 250px;
  overflow-y: auto;
}

.listaValores {
  display: none;
  background-color: #EEE;
}

.venta {
  word-break: break-all;
}

/*BUGS*/
.bigger {
  font-size: 4em;
  color: #000;
}

.well-success {
  background-color: #ccffcc;
}

.well-warning {
  background-color: #fcf8e3;
}

.well-danger {
  background-color: #ffcaca;
}

.breadcrumb {
  margin: 0px;
  font-size: 0.7em;
}

.ui-spinner {
  height: 3em;
}

#encuestas iframe {
  border: 0px;
}

.accionesEventos {
  position: absolute;
  top: 1px;
}

/*Boton Cancelar de los DIALOGS*/
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.cancelButton {
  border: 0;
  background: transparent;
  color: #555555;
}

/*CHECKBOX DE AUTOTAGS*/


.check {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
}

/* hide default */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* customizing */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: red;
  border-radius: 50%;
}

.check:hover input~.checkmark {
  background-color: #ccc;
}

.check input:checked~.checkmark {
  background-color: green;
}

.check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check input:checked~.checkmark:after {
  display: block;
}

.limpiarTags {
  background-color: #e73e34;
  border-color: #ff291c;
  color: #fff;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}

.ui-datepicker {
  z-index: 9999 !important;
}


/* SUB MENU*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/*--BADGE NOTIFICATION--*/
.badge-notify {
  background: red none repeat scroll 0 0;
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -10px;
}

div[id*="dialog"] {
  display: none;
}

#lista .panel-heading>span {
  cursor: pointer;
}

/*--GALERIA--*/
.thumbnail.active {
  background-color: #ffcc99;
  border: 1px solid #ffcc99;
}

/*--Imagenes de lista--*/
.imagen {}

.fc-bgevent {
  background-image: url('../../img/backend/nodisponible.png') !important;
  background-repeat: repeat;
  background-position: left top;
  background-color: #99ff99 !important;
  opacity: 0.70 !important;
}

.input-group-addon.anchofijo {
  width: 25%;
  text-align: right;
}

#listaMensajes {
  height: 75%;
  overflow: auto;
}

#mensajesAlternativa {
  max-height: 300px;
  overflow: auto;
}

.mensaje {}

.mensaje.propio .globito {
  background-color: #e0e8ff;
}

.globito {
  overflow: hidden;
  height: 100%;
  border: 1px solid #999;
  background-color: #EEE;
  padding: 10px;
  display: inline-block;
}

.dropdowAlertas {
  min-width: 400px;
  max-width: 100%;
  padding: 0;
  border: 1px solid #BBB;
}

.alerta {
  padding: 5px;
  border-bottom: 1px solid #BBB;
}

.alerta i {}

.alerta a:hover {
  text-decoration: none;
}

.alerta:hover {
  background-color: #fcf8e3;
}

.alerta a {
  color: #333;
}

hr.divider {
  border: 1px solid #ddd;
}

/*SPINNER CODEPEN*/

.spinner-codePen {
  width: 10em;
  position: absolute;
  height: 10em;
  border-top: 1em solid #28b62c8a;
  border-right: 1em solid transparent;
  animation: spinner 0.4s linear infinite;
  border-radius: 50%;
  margin-left: 60px;
  margin-top: 13px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1196px) {
  .spinner-codePen {
    margin-left: 21px;
    margin-top: 3px;
  }
}

@media (max-width: 991px) {
  .spinner-codePen {
    margin-left: 25%;
  }

  .fa.fa-check.d-sm-noneo {
    position: relative !important;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1289px !important;
  }
}

.spinner-load {
  position: absolute;
  width: 10em;
  height: 10em;
  border-top: 1em solid #28b62c8a;
  border-right: 1em solid transparent;
  animation: spinner 0.4s linear infinite;
  border-radius: 50%;
  margin-left: 40%;
  z-index: 1;
}

@media (max-width: 991px) {
  .spinner-load {
    margin-left: 34%;

  }
}

.spinner-pagina {
  position: fixed;
  width: 140px;
  height: 140px;
  border-top: 1em solid #28b62c8a;
  border-right: 1em solid transparent;
  animation: spinner 0.4s linear infinite;
  border-radius: 50%;
  margin-left: 34%;
  margin-top: 30vh;
  z-index: 1;
}

@media (max-width: 1440px) {
  .spinner-pagina {
    margin-left: 39%;
  }
}

@media (max-width: 1200px) {
  .spinner-pagina {
    margin-left: 34%;
  }
}

@media (max-width: 1080px) {
  .spinner-pagina {
    margin-left: 38%;
  }
}

@media (max-width: 990px) {
  .spinner-pagina {
    margin-left: 31%;
  }
}

@media (max-width: 900px) {
  .spinner-pagina {
    margin-left: 35%;
  }
}

.spinner-paginaFooter {
  display: none;
  position: fixed;
  width: 140px;
  height: 140px;
  border-top: 1em solid #28b62c8a;
  border-right: 1em solid transparent;
  animation: spinner 0.4s linear infinite;
  border-radius: 50%;
  margin-left: 34%;
  margin-top: 30vh;
  z-index: 1;
}

span.tag {
  font-size: 100% !important;
}

@media (max-width: 1440px) {
  .spinner-pagina {
    margin-left: 39%;
  }
}

@media (max-width: 1200px) {
  .spinner-pagina {
    margin-left: 34%;
  }
}

@media (max-width: 1080px) {
  .spinner-pagina {
    margin-left: 38%;
  }
}

@media (max-width: 990px) {
  .spinner-pagina {
    margin-left: 31%;
  }
}

@media (max-width: 900px) {
  .spinner-pagina {
    margin-left: 35%;
  }
}

/*LUPA*/
.zoom-area {
  position: relative;
  cursor: none
}

/* for create magnify glass */
.large {
  width: 175px;
  height: 175px;
  position: absolute;
  border-radius: 100%;

  /* for box shadow for glass effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

  /*for hide the glass by default*/
  display: none;
}

/* #scroller {
    min-height: 300px;
  }

.inner {
  position:fixed;
  width:500px;
  font-size:10em;
  transform:scale(0.1,0.1);
  -webkit-transform:scale(0.1,0.1);
} */

thead input {
  width: 100%;
}

/*ALINEACION DE TEXTO RESPONSIVE*/
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}

/*----------ALERTAS------------*/
#li-alerta a,
#li-alerta a:focus,
#li-alerta a:hover,
#li-alerta a:visited {
  color: #FFF;
  padding: 15px 0px;
}

.contenedor-alerta {
  max-height: 500px;
  overflow: auto;
}

.contenedor-alerta {
  min-width: 300px;
}

.contenedor-alerta li {
  padding: 10px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.contenedor-alerta li:hover {
  background: #ccffcc;
}

.contenedor-alerta li p {
  margin: 0 0 -2px;
}

.contenedor-alerta li h3 {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 0
}

.contenedor-alerta li a.link-alertas {
  color: #000 !important;
  padding: 0;
  text-decoration: underline;
  padding: 0px 0px !important;
}

/**----------Etapas-----------**/
.tramite {
  padding: 10px;
  background: #fbeed5;
  margin-bottom: 20px
}

.producto {
  padding: 10px;
  background: #fbeed5;
  /* margin-bottom: 20px */

}

@media (max-width: 400px) {
  .producto {
    margin-left: -24px;
    width: 338px;
  }
}

.divFiltro {
  position: relative;
  display: table;
  border-collapse: separate;
}

@media (max-width: 400px) {
  .divFiltro {
    display: block !important;
  }
}

@media (max-width: 400px) {
  #botonGuardar {
    font-size: 8px;
  }

  a.btn.btn-primary.finalizarEtapa {
    font-size: 8px;
  }

  button.btn.btn-link.cancelarEtapa {
    font-size: 8px;
  }

}


.etapa {
  margin-bottom: 10px;
  border: 1px solid #CCC;
  padding: 0;
}

.nombre-etapa {
  background: #DCE8F2;
  height: 30px;
  font-size: 12px;
}

.nombre-etapa p {
  color: #000;
  line-height: 30px;
  text-transform: uppercase
}

.enlace-etapa {
  padding: 5px;
  background: #FFF
}

.titulosProducto {
  margin-bottom: 20px
}

.titulosProducto h3 {
  margin-top: 0;
  height: 30px;
  line-height: 30px;
  border-left: 4px solid #CCC;
  padding-left: 8px;
}


.etapaPorRealizar {
  background: #fcf8e3
}

.well-campo {
  min-height: 115px
}

.well-campo small {
  color: #999
}

.pop {
  cursor: pointer;
}

.flex {
  display: flex !important;

}

.column {
  flex-direction: column !important;
}

.space-between {
  justify-content: space-between !important;
}

.titulosTramiteFinalizado {
  background-color: #EDEDED;
  font-weight: bold;
}

@media (max-width: 1196px) {
  .tituloProductoTexto {
    height: auto;
    min-height: 40px;
  }

  .EtiquetaReportadoPosicion {
    display: block;
    height: auto;
    min-height: 10px;
  }

  .bottonesListadoProducto {
    height: auto;
    min-height: 10px;
    margin-top: 10px;
  }

  .tituloProductoTexto h4 {
    height: auto;
    font-weight: bolder;
    font-size: 20px;
  }

  .tituloProductoTexto div {
    margin-top: 11px;
  }

}

@media (max-width: 767px) {

  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }

  .text-justify-xs {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  a.redireccionRemates {
    padding: 5px !important;
    margin: 10px 10px 0 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-justify-sm {
    text-align: justify;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }

  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-justify-md {
    text-align: justify;
  }
}

@media (min-width: 1200px) {

  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-justify-lg {
    text-align: justify;
  }
}

@media (min-width: 864px) and (max-width: 1120px) {
  .container {
    margin-top: 27px;
  }

  .container-fluid {
    margin-top: 27px;
  }
}

@media (min-width: 768px) and (max-width: 864px) {
  .container {
    margin-top: 85px;
  }

  .container-fluid {
    margin-top: 85px;
  }
}

@media (max-width: 768px) {

  .filtrosFlujosProducto {
    margin-top: 10px;
  }

  .clonarProductoMobile {
    display: inline-block;
    font-size: 9px;
    /* margin-left: -20px; */
  }

  .clonarProductoNormal {
    display: none;
    width: 0px;
    position: absolute;
  }

  .verProductoMobile {
    display: inline-block;
    font-size: 9px;
    text-align: center;
  }

  .verProductoNormal {
    display: none;
    width: 0px;
    position: absolute;
  }

  .reportarProducto {
    font-size: 9px;
  }

  .deleteProducto {
    font-size: 9px;
  }

  .historialProducto {
    font-size: 9px;
  }

}

@media (min-width: 768px) {
  .clonarProductoMobile {
    display: none;
    width: 0px;
    position: absolute;
  }

  .clonarProductoNormal {
    display: inline-block;
  }

  .verProductoMobile {
    display: none;
    width: 0px;
    position: absolute;
  }

  .verProductoNormal {
    display: inline-block;
  }

}

.modal-backdrop {
  /* height: 100vw!important; */
}

.p-r-0 {
  padding-right: 0px;
}

.p-l-0 {
  padding-left: 0px;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*Estilos de Bootstrap 5.0.2: INICIO*/
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

@media (min-width: 355px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

/*Estilos de Bootstrap 5.0.2: FIN*/