.fondo-rayado{
    background: url('../imagenes/tile1.png') repeat;
    background-size: 5px 5px; border-radius: 10px 10px 10px 10px;
}

.t-derecha{
    text-align:right;
}

.text-c-voucher{
  color:#656091;
}
.text-b-voucher{
  font-weight: bold;
  color:#656091;
}

.background-voucher{
  background-color:#f9da84;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.red {
  color:red;
  font-weight: bold;
}
.table-totales{
  background-color: #acff98;
  font-weight: bold;
}
.modal:nth-of-type(even) {
  z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
  z-index: 1051 !important;
}

/* separa la barra de botones  */
.nav-item{
  margin-left: 2px;
  margin-right: 2px;
}

/* imagen crear oferta y mostrar ofertas */
@media (max-width: 600px){
  .imagen_portada{
    /* width: 100%; */
    max-width: 400px;
    max-height: 300px;
  }
}
@media (min-width: 600px){
  .imagen_portada{
    width: auto;
  }
}

.ItemTitle_titleLink-mr9H4 {
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.ItemTitle_titleLink-mr9H4_gray {
  color: gray;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.ItemTitle_ownerLink-tMhWC {
  color: #9b9dad;
  font-size: .9rem;
  text-transform: none;
  letter-spacing: 0;
}
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  /* color head table */
  
  table thead tr {
    background-color: rgba(128, 128, 128, 0.795); color:white;
  }
  .modal.fade {
    z-index: 10000000 !important;
    background: rgba(0, 0, 0, 0.5);
  }
  .modal-backdrop.fade {
    opacity: 0;
  }