:root {
    --anchoMenu: 10rem;
    --anchoComandos: 15rem;
    }

a {
    color: #000000;
    text-decoration: none;
}


.mitadSuperiorBug {
    /*max-height: 70vh;
    min-height: 50vh;
    overflow-y: overlay;*/
}


.mitadInferiorBug {
    max-height: 70vh;
    min-height: 70vh;
    width: 100%; 
    /* height: 50vh;*/
    overflow-y: overlay;
    border: none;
}


.idBug {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.divBugDescripcion {
 
    /* max-height: calc(50vh - var(--altoHeader));*/
    min-height: 100px;
    overflow-y: overlay;
    margin-bottom: 2px;
   
}


.campoExtra {
    font-weight: bold;
}


.cmdCopiaAPortapapeles {
    cursor: pointer;
}

.mensaje-copiado {
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    position: absolute;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}


.divChat {
   margin-top: 2px; 

   /*position: fixed;*/
   bottom: 0;
   /*width: calc(100% - 200px);*/
} /* Add this closing brace */



.chatTexto {
    
    left: 2px;
}

.cardGrupos {
    height: 200px;
}

.numBugs {
    font-size: 85%;
    color: #00000080;
}

.bugFinalizado {
    text-decoration:line-through;
}

.diasDesde {
    font-size: 85%;
    color: #00000080;
}

.sinAsignar {
    color: #009050;
}
.sinAsignar {
    color: #c00000;
}

.over {
    border-bottom: 50px solid #3bcc42 !important;
}

.archivoAdjunto {
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

.barraDeArchivos{
    overflow-y: auto;
}

.archivoEnChat {
    vertical-align: top;
    width: 200px;
    font-size: 75%;
}

.aplastado {
    /*transform: matrix(1.0, 0.1, 0.4, 0.5, 0, 0);*/
    rotate: 45deg;
    opacity: 0.3;
}

.pantallaDescripcion {
    font-size: 90%;
}

.bugSeleccionado {
    background-color: #88b090 !important;
}

.bugTableroDebajo {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #f0f0f0e0;
}

.bugTablero {
    font-size: 90%;
    border-width: 1px;
    border-style: solid;
    border-color: #88b090;
    /* border-radius: 5px, 0px, 0px, 5px; */
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 3px;
    background-color: #ffffffc0;
}

.tabla-pasto{
    background: url(/assets/images/fondos/garden.png);
    background-repeat: repeat-x;
    background-position-y: bottom;
}

.tabla-pasto2{
    background: url(/assets/images/fondos/garden2.png);
    background-repeat: repeat-x;
    background-position-y: bottom;
}

.tabla-pasto3{
    background: url(/assets/images/fondos/garden3.png);
    background-repeat: repeat-x;
    background-position-y: bottom;
}

.tabla-pasto4{
    background: url(/assets/images/fondos/garden4.png);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: right;
    /*mask-image: linear-gradient(
        to bottom,
        #000 0%,
        #000 calc(100% - 10px),
        transparent 100%);*/
}


.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    /*--bs-table-bg-type: none;*/
}


.tr_td_tablero {
    border-width: 0px !important;
    margin: 0px;
    padding: 0px !important;
    padding-bottom: 5px !important;
    content-visibility: auto;
}

.bugLista {
    font-size: 85%;
}

.fechas {
    font-size: 80%;
}

.duenio {
    font-size: 80%;
}

.form-control_enlinea {
    margin-bottom: 2px;
}

.card-block {
    min-height: 120px;
}

.liUsuarios {
    padding-bottom: 0px;
    padding-top: 0px;
}