﻿table tr th  {
    text-align:left!important;
    vertical-align: middle!important;
    font-size:14px!important;
    /*white-space: nowrap!important;*/
    /*overflow:inherit!important;*/
    color:#969191!important;
    font-family:Arial!important;
    font-weight:500!important;
}
.custom-file-label::after{
  content: "Examinar";
}

.detalleProducto:hover{
    cursor:pointer;
}
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* fondo blanco semitransparente */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050; /* para que esté por encima de todo */
}

.spinner-big {
    width: 5rem;
    height: 5rem;
    border-width: 0.6em;
}

th.cabecera-kanban{
    padding: 10px 20px; /* Espaciado interno */
    position: relative; /* Necesario para el pseudo-elemento */
    border-radius: 0px; /* Esquinas redondeadas */
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    width:200px!important;
}
 .dt-buttons {
            float: right;
        }
th.cabecera-kanban::before
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 22px 0; /* Tamaño del triángulo */
    border-color: transparent white transparent transparent; /* Color del triángulo */
}
th.cabecera-kanban::after {
    content: '';
    position: absolute;
    bottom: 0;
    right:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 0; /* Tamaño del triángulo */
    border-color: white transparent transparent transparent; /* Color del triángulo */
    transform: rotate(180deg);
}

th.cabecera-kanban:first-child{
    padding: 10px;
    margin-right:10px;
    border-radius: 0px;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
}
#tablekanban {
     border-spacing:8px!important;
     border-collapse:separate;   
}

th.cabecera-kanban:last-child{
    padding: 10px;
    margin-right:10px;
    border-radius: 0px;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
     border-bottom-right-radius:5px;
    border-top-right-radius:5px;
}
th.cabecera-kanban:last-child::after{
    content:none;
}
th.cabecera-kanban:last-child::before{
    content:none;
}
div.drag-over {
    border: 2px dashed #007bff;
    background-color: #e9ecef;
}
td.showBitacoraEstatus {
     cursor: pointer;
}
tr.cancelado{
    color:#be2323;
} 
label.custom-file-label::after{
    display:none;
}
.drop-zone1 {
  border: 2px dashed #007bff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  color: #6c757d;
  cursor: pointer;
}
.drop-zone1.dragover {
  background-color: #e9ecef;
  color: #007bff;
}
button.btn-elim-archivoBD,button.btn-verpdf,button.btn-elim-archivo{
    width:35px!important;
    height:35px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
#nMensajes {
    background-color:red;
     position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

a.verPDF {
  text-decoration:underline;
  font-size:20px;
  color:black;
}
a.verPDF:hover {
    color:#0069DA;
}

div.direct-chat-msg span {
 font-size:14px!important;  
}
div.direct-chat-text{
  font-size:12px!important;
}
.textSmallMenos2 {
min-width:16px!important;
width:16px!important;
}

.textSmall {
min-width:30px!important;
width:30px!important;
}
.textSmallShort {
    min-width:50px!important;
    width:50px!important;
}
div.h400{
    height:45vh!important;
}
div.h450{
    height:68vh!important;
}
.textShortx2
{
    min-width:55px!important;
    width:55px!important;
}
.textShort {
    min-width:75px!important;
    width:75px!important;
}
.textMediumx2 {
    min-width:85px!important;
    width:85px!important;
}
.textShortx3 {
     min-width:95px!important;
    width:95px!important;
}


.textShortMedium {
    min-width:100px!important;
    width:100px!important;
}
#btnGroupExcel:hover .dropdown-menu {
    display: block;
}
#tableBitacoraProducto tbody td{
     overflow: hidden!important; /* Oculta el texto que exceda el ancho */
    text-overflow: ellipsis!important; /* Muestra "..." al truncar el texto */
    white-space: nowrap!important; 
}
#tableProductos tbody td{
     overflow: hidden!important; /* Oculta el texto que exceda el ancho */
    text-overflow: ellipsis!important; /* Muestra "..." al truncar el texto */
    white-space: nowrap!important; 
}

#tableProductosAtencionOrden tbody td{
     overflow: hidden!important; /* Oculta el texto que exceda el ancho */
    text-overflow: ellipsis!important; /* Muestra "..." al truncar el texto */
    white-space: nowrap!important; 
}

#tableAutorizacionesEnEspera tbody td{
     overflow: hidden!important; /* Oculta el texto que exceda el ancho */
    text-overflow: ellipsis!important; /* Muestra "..." al truncar el texto */
    white-space: nowrap!important; 
}
#tablekanbanListado  tbody td{
     overflow: hidden!important; /* Oculta el texto que exceda el ancho */
    text-overflow: ellipsis!important; /* Muestra "..." al truncar el texto */
    white-space: nowrap!important; 
}
#tableAutorizaciones tbody td{
     overflow: hidden!important; /* Oculta el texto que exceda el ancho */
    text-overflow: ellipsis!important; /* Muestra "..." al truncar el texto */
    white-space: nowrap!important; 
}

.textMedium {
    min-width:140px!important;
    width:140px!important;
}
.textLong {
    min- width:180px!important;
    width:180px!important;
}
.textLongExtra {
    min- width:200px!important;
    width:200px!important;
}
.textExtra {
    min-width:220px!important;
    width:220px!important;
}

#direct-chat-messages-atencion-orden {
    max-height: 235px; /* Ajusta la altura máxima según tus necesidades */
    overflow-y: auto;  /* Habilita el desplazamiento vertical */
    border: 1px solid #ddd; /* Agrega un borde para visualizar mejor el contenedor */
    padding: 10px; /* Espaciado interno */
}
.bkazulClaro {
    background-color:#C3D9FF!important;
} 
.bkgrisclaro{
    background-color:#DDDDDD!important;
}
.direct-chat-text{
    background-color: white!important;
   
}

table tr td{
    font-size:12px;
}
table tbody td{
    border-collapse: collapse!important;
    border-right: 1px solid #F1EEEE!important;
    border-left: 1px solid #F1EEEE!important;
    border-bottom: 1px solid #F1EEEE!important;
     border-top: 1px solid #F1EEEE!important;
}
#tableProductos tbody tr td:first-child,#tableSolicitudesTotales  tbody tr td:first-child ,#tableSolicitudes  tbody tr td:first-child, #tableAreas tbody td:first-child, #tableProductosAtencionOrden tbody td:first-child , #tableEstatus tbody td:first-child{
    border:none!important;
    border-left: 1px solid #F1EEEE!important;
    border-bottom: 1px solid #F1EEEE!important;
}
#tableProductos tbody tr td:nth-child(2), #tableSolicitudesTotales tbody tr td:nth-child(2)  #tableSolicitudes tbody tr td:nth-child(2),#tableAreas tbody tr td:nth-child(2), #tableProductosAtencionOrdentbody  tbody tr td:nth-child(2), #tableEstatus  tbody tr td:nth-child(2) {
    border:none!important;
    border-right: 1px solid #F1EEEE!important;
    border-bottom: 1px solid #F1EEEE!important;
}
.card-body label, .card-body input[type=text],.card-body input[type=number],.card-body select,.card-body input[type=date],.card-body input[type=email],
.card-body input[type=password] {
    height:35px!important;
    font-size:12px!important;
}
.card-body textarea ,.modal-body textarea{
    font-size:12px!important;
}
 .modal-body label, .modal-body input[type=text],.modal-body input[type=password], .modal-body input[type=number],.modal-body select, div.input-group-append button, div.input-group-prepend button,.modal-body input[type=date],.modal-body input[type=email],
 .modal-body input[type=button] {
    height:35px!important;
    font-size:12px!important;
}
.modal-body input {
    padding:7.5px 10px;
}
#tbodyProductos td i.fa-pen, #tbodyProductos td i.fa-trash ,#tbodyProductos td i.fa-eye, 
#tableSolicitudes td i.fa-pen,#tableSolicitudes td i.fa-ban,#tableSolicitudes td i.fa-comment,#tableSolicitudes td i.fa-eye,  #tableSolicitudes td i.fa-file,
 #tableAreas td i.fa-pen,#tableAreas td i.fa-trash ,#tableEstatus td i.fa-trash,#tableEstatus td i.fa-pen
,#tableUsuarios tbody td i.fa-trash,#tableUsuarios tbody td i.fa-pen,#tableProductosAtencionOrden tbody td i.fa-pen,#tableProductosAtencionOrden tbody td i.fa-eye{
    color:#A5A3A3!important;
}
tbody td i.fa-pen:hover, tbody td i.fa-trash:hover, tbody td i.fa-eye:hover,tbody td i.fa-ban:hover, tbody td i.fa-file:hover {
cursor:pointer;

}

#tbodyProductos td i.fa-pen:hover,#tbodyProductos td i.fa-eye:hover,#tableSolicitudes td i.fa-pen:hover,#tableAreas td i.fa-pen:hover, #tableEstatus td i.fa-pen:hover,
#tableUsuarios tbody td i.fa-pen:hover,#tableProductosAtencionOrden tbody td i.fa-pen:hover,#tableProductosAtencionOrden tbody td i.fa-eye:hover {
   color:#282D30!important;
}
#tableSolicitudes td i.fa-ban:hover, #tbodyProductos td i.fa-trash:hover,#tableAreas td i.fa-trash:hover,#tableEstatus td i.fa-trash:hover
,#tableUsuarios td i.fa-trash:hover {
   color: #F86B43 !important;
}
#tableSolicitudes td i.fa-comment:hover{
     color:#282D30!important;
}
#tableSolicitudes td i.fa-eye:hover{
    color:#282D30!important;
}

#tableSolicitudes td i.fa-file:hover {
    color: #282D30 !important;
}
button.primary i.fa-plus {
     color:white!important;
}
label.ha{
  height: 20px!important;
}
#tableProductos tbody tr:hover{
    border-collapse:initial!important;
    border:3.0px solid rgba(12, 22, 0, 0.35)!important;
}
#tableSolicitudes tbody tr:hover, #tableAreas tbody tr:hover ,#tableEstatus  tbody tr:hover {
    background-color:whitesmoke!important;
}
table {
    width: 100%;
    table-layout: fixed;
}
.card {
    overflow: hidden;
}
.card-body {
    overflow-x: auto;
}
.AlinearDerecha {
    text-align:right!important;
}
#tableProductos tbody tr td:focus{
  outline-color:  #CDDEE9;
  outline-width: 1.5px!important;
  background-color:white;
}
#tableAgentes tbody tr:hover{
   cursor:pointer;
}

#TablaUsuariosJefeArea tbody tr:hover{
   cursor:pointer;
} 
#tableClientes tbody tr:hover{
   cursor:pointer;
} 
#tableObras tbody tr:hover{
   cursor:pointer;
}
#tableProveedores tbody tr:hover{
   cursor:pointer;
}
#tableAreaSoli tbody tr:hover {
   cursor:pointer;
}
#tableUsuarioBusqModal tbody tr:hover {
   cursor:pointer;
}
#tableProductosModal tbody tr:hover{
   cursor:pointer;
} 

#tableMarcasModal tbody tr:hover{
   cursor:pointer;
} 
#tableUnidadesModal tbody tr:hover{
   cursor:pointer;
} 

#tableProvedorModal tbody tr:hover{
   cursor:pointer;
} 

input[type=text]:disabled {
    background-color: white !important;
}
 button.btn-flotante {
            position: fixed;
            bottom: 73vh;
            right: 20px;
            background-color: transparent!important; /* Color del botón */
            color: white;
            border: none;
            border-radius: 45%;
            padding: 0px 5px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            cursor: pointer;
            z-index: 1000;
            height:55px!important;
            width:auto!important;
 }
 button.btn-flotante i.fa-comment {
        font-size:55px!important;
        color:#63A7FF!important;
        text-shadow: 4px 5px 2px #B5B1B1;
 }

  button.btn-flotante.conMensajes i.fa-comment {
        font-size:55px!important;
        color:rgb(40,167,69)!important;
        text-shadow: 4px 5px 2px #B5B1B1;
 }
  button.btn-flotante.sinMensajes i.fa-comment {
        font-size:55px!important;
        color:rgb(19,132,150)!important;
        text-shadow: 4px 5px 2px #B5B1B1;
 }
 ul.pagination{
     font-size:12px!important;
 }
div.lim80 {
    height:75px!important;
    
}
#tableSolicitudes tbody tr td ,#tableSolicitudesTotales tbody tr td{
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    overflow: hidden!important;
}
#modal-lg-Producto{
    overflow-y: scroll!important;
}
#modal-md-filtrarKanban{
    overflow-y: scroll!important;
}
#modal-md-filtrarSolicitudes{
    overflow-y: scroll!important;
}
.text-transparent{
    color:transparent!important;
}
p.linkAdjunto{
    white-space: nowrap;overflow: hidden; text-overflow: ellipsis;
}
input.vacio,select.vacio,textarea.vacio{
    border: none;
    outline: none;
   box-shadow: 0 0 5px rgba(227, 106, 106, 1); /* Ajusta los valores según sea necesario */
}
#tableSolicitudesTT thead tr th{
    color:white!important;
}
#tableSolicitudesTT tbody tr td{
    border:none!important;
}

#tableSolicitudesTT  th.shorting::after{
    cursor:default!important;
}
#tableSolicitudesTT  th.shorting::before{
    cursor:default!important;
}
#tableSolicitudesTT  thead tr th {
     cursor:default!important;
}
/****/

#tablekanbanListadoTotales thead tr th{
    color:white!important;
}
#tablekanbanListadoTotales tbody tr td{
    border:none!important;
}

#tablekanbanListadoTotales  th.shorting::after{
    cursor:default!important;
}
#tablekanbanListadoTotales  th.shorting::before{
    cursor:default!important;
}
#tablekanbanListadoTotales  thead tr th {
     cursor:default!important;
}


/* Fondo oscuro semitransparente */
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Asegura que esté encima de otros elementos */
}

/* Estilo del spinner */
.spinner {
    border: 8px solid #f3f3f3; /* Fondo del spinner */
    border-top: 8px solid #3498db; /* Color animado */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

/* Animación */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card:hover .btn-hover {
  display: block;
}

/* Ocultar el botón por defecto */
.btn-hover {
  display: none;
  margin-right: 10px; /* Ajustar la distancia del borde derecho */
  z-index: 1;
}
i.fa-cart-plus:hover{
   cursor:pointer;
}
i.eyeKanban:hover{
    color:#7cb4f1!important;
}
i.fa-clock-rotate-left.eyeKanban:hover{
    color:#7cb4f1!important;
}
i.eyeKanban{
    color:#767272!important;
}