
.li-tasks {
    font-weight: bold;
}

.a-search-table{
    cursor: pointer;
    text-decoration: none;
    color: black;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
}

.btn-search-btn{
    cursor: pointer;
    color: black;
    font-size: 16px;
    width: 100%;
    border: #000,solid,1px;
    margin-top: 2px;
}

.div-search-table{
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0.5rem;
    border-radius: 8px;
}

.form-controlSearch{
    border:none;
}

.pagination > li > a{
    text-decoration: none;
    color: black;
}


table.table-hover > thead > tr > th {
    cursor: pointer;
    background-color: #ffffff;
    border-bottom: 1.5px solid #000;

}

.icon-style{
    cursor: pointer;
    text-decoration: none;
}
.search-filtro{
    height: 22px;
    width: 22px;
}

.icon-style>span{
    background-color: #F9BA5D;
    color: white;
    font-weight: bold;
    border-radius: 15px;
    padding: 5px 10px;
    display: inline-block;
}

table.table-hover > tbody > tr {
    cursor: pointer;
}

.menu-btn{
    font-size: 20px;
}

.ul-filtro{
    padding: 20px;
    width: 286px;
}

/*Cambiar el tamano de offcanvas de seguimiento*/
.offcanvas#segTacks{
    --bs-offcanvas-height: 60vh;
}


/*Cambiar ancho de offcavas de leer documenro*/

.offcanvas#colDoc{
    --bs-offcanvas-width: 50%;
}

.dropdown-table-img{
    min-width: 60px;
}

.btn-browse{
    border: 1px solid #ddd;
    padding: 6px 12px;
    margin-left: -1px;
    margin: 1px;
}


.icons:active{
    background-color: #F9BA5D;
    
}
.icons:active svg path {
    stroke: #FFFFFF; /* Cambia el color del trazo a blanco */
    fill: #FFFFFF;   /* Si el SVG tiene un relleno, también lo puedes cambiar a blanco */
}

.btn-seg{
    color: #F9BA5D;
}
.btn-seg:hover{
    background-color: #F9BA5D;
    color: white;
}

/*Anexos*/
.header-anexos{
    font-weight: bold;
    color: #F9BA5D;
    padding: .5rem;
    border-bottom: 1.5px solid #F9BA5Ded;
}

.anexos-card{
    cursor: pointer;

}

.anexos-card:hover{
    border: solid,#F9BA5D,1px;
    box-shadow: 0 0 30px #F9BA5D;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*Relacionado*/
.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative;
}

.tree>ul>li::before, .tree>ul>li::after {
    border: 0;
}
.tree>ul>li::before, .tree>ul>li::after {
    border: 0;
}

.tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px;
}

.tree li::before, .tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto;
}

.tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px;
}
li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto;
}
.tree li.parent_li>span {
    cursor: pointer;
}
.tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
}

.tree a {
    padding: 2px 3px 3px 3px;
    display: block !important;
    line-height: 16px !important;
    text-decoration: none;
    color: #F9BA5D;
    font-weight: bold;
}

.scrollable-text {
    white-space: nowrap; /* Impide que el texto haga un salto de línea */
    overflow-x: auto; /* Activa el scroll horizontal */
    text-overflow: ellipsis; /* Muestra "..." para contenido que no cabe */
    max-width: 300px; /* Ancho máximo para el elemento */
    border: 1px solid #ccc; /* Agrega un borde para resaltar */
    padding: 5px; /* Espaciado interno */
    font-family: monospace; /* Fuente para que los caracteres sean consistentes */
}

.custom-scroll::-webkit-scrollbar {
    height: 0; /* Oculta la barra horizontal */
  }

.saldo>span{
    color: #A3A7AB;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}