#cuadro{
    width: 1024px;
    height: max-content;
    border: none; 
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    /* text-align: center;
    justify-content: center; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
table, td, th {
    border: 1px solid, gray;
    vertical-align:middle;
}
span{
  font-weight: bold;
  font-size:me;
}

#miCanvas {
  width: 300px; /* Asegura que el ancho sea siempre 300px */
  height: 150px; /* Asegura que la altura sea siempre 150px */
  border: 1px solid black; /* Agrega un borde para que sea visible */
}

tr{
  height: 26px;
}

table{
    width: 1024px;
    border: solid, 1px, gray;
    border-collapse: collapse;
    margin-bottom: 10px;
}
body{
    width: 100%;            
    padding: 0px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.medio[type=text]{
  width: 280px;
}

input[type=text] {
  width: 97%;
  height: 20px;
  background-color: #e6e6e6;
}




input{
    /* height: max-content;  estaba generando un inconveniente con el campo de tipo fecha (lo partía por la mitad) por eso se deshabilitó esta linea*/
    border: none;
}
.input{
    width: 110px;
    border-color: white;
}



/* Cuadro Busqueda*/

/* Dropdown Button */
.dropbtn {
    /*background-color: #04AA6D;*/
    background-color: white;
    color: black;
    /*padding: 16px;
    font-size: 16px;*/
    border: none;
    cursor: pointer;
  }
 

  #busqueda{
      width: 100%;
  }
  
  /* Dropdown button on hover & focus 
  .dropbtn:hover, .dropbtn:focus {
    /*9background-color: #3e8e41;
  }
  
  /* The search field */
  #myInput {
    width: 100%;
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    /*font-size: 16px;*/
    padding: 14px 14px 12px 12px;
    border: none;
    border-bottom: 1px solid #ddd;
    display: flex;
  }
  
  /* The search field when it gets focus/clicked on */
  #myInput:focus {outline: 3px solid #ddd;}
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    padding: 2px;
    margin: 2px;
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: gray;/* #f6f6f6;*/
    /*min-width: 230px;*/
    border: 1px solid #ddd;
    padding: 2px;
    margin: 2px;
    z-index: 1;
  }


  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}
/*
  #mydropdown{
    height:500;
    /*word-wrap:break-word;
    overflow:scroll;
  }*/

  

  .ocultar{
    display: none;
  }

  .ocultar_rev{
    display: none;
  }

  #message_alert {
    display: none;
  }


  #conte_tablePF.deshabilitado {
    pointer-events: none;
    opacity: 0.5; /* Cambia la opacidad para que parezca deshabilitado */
  }

  
  #table_pfn.deshabilitado {
    pointer-events: none;
    opacity: 0.5; /* Cambia la opacidad para que parezca deshabilitado */
  }


  #cargo_pep.deshabilitados {
    pointer-events: none;
    opacity: 0.5; /* Cambia la opacidad para que parezca deshabilitado */
  }
  

  



  .containerr {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px !important;
}

.sidebar {
    background-color: #FFA73B;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}

.sidebar img {
    width: 50px;
    height: auto;
}

.content {
    background-color: #1DC3AF;
    color: white;
    padding: 10px 20px;
    width: 800px;
    position: relative;
}

.content .title {
    background-color: #EF4A8B;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    justify-content: center;
    margin-bottom: 3px;
}

.content p {
    font-size: 16px;
    line-height: 1.6;
}