::-webkit-scrollbar{
    height: 4px;
    width: 4px;
    background: gray;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

::-webkit-scrollbar-thumb:horizontal{
    background: green;
    border-radius: 10px;
}

/*-----------------------------------------------------------------------------------------------------------*/
tfoot 
{
  font-weight: bold;
  text-align: left;
}
/*
tr:hover
{
  background-color: #6EB971;
  color: white;
}
*/
td:hover
{
  background-color: #6EB971;
  color: white;
}
/*
.thead-dark
{
  background-color: #2D2D2D;
  color: white;
  font-weight: bold;
}
th, td { 
  white-space: nowrap;
  min-width: 200px;
  max-width: 200px;
  text-align: left;
  font-size: 12px;
  text-overflow: ellipsis; 
  white-space: nowrap;
  overflow-x: hidden;
}
*/


table
{
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
  font-family: Arial, sans-serif;

}

.th_fa_icon, .td_fa_icon
{
  min-width: 20px;
  max-width: 20px;
}
.th_fa_icon:hover, .td_fa_icon:hover
{
  min-width: 20px;
  max-width: 20px;
  background-color: white;
}
.th_fecha, .td_fecha
{
  min-width: 170px;
  max-width: 170px;
}
.th_comun, .td_comun
{
  min-width: 250px;
  max-width: 250px;
  word-wrap: break-word;
}

.td_dinero {
  color: red;
  font-weight: bold;
  text-align: right;
}


tr.selected {
    background-color: #CFE55B !important;
    color: #000 !important;
}
tr:hover {
    background-color: #cbf5eb;
    color: #2da79b;
    transition: 0.3s;
    cursor: pointer;
}

/*.td_titulo_subCuenta
{
  min-width: 200px;
  max-width: 200px;
  max-width: 100px;
  overflow: hidden;
}
.td_fa_icon
{
  min-width: 45px;
  max-width: 45px;
}
.table-condensed{
  font-size: 12px;
  text-align: left;
}*/

/*-----------------------------------------------------------------------------------------------------------*/