﻿#tableInventario thead  tr {
  color:#4F5345!important;
  background: rgb(254,253,252)!important;
  background: linear-gradient(180deg, rgba(254,253,252,1) 0%, rgba(217,221,204,1) 90%)!important; 
}
#tableInventario tbody tr td  {
    max-width:90px!important;
    height:15px!important;
    padding:5px!important;
   
}
th.break{
    white-space: normal!important;
    word-wrap: break-word!important;
}
i.elimProducto:hover{
   cursor: pointer!important;
}

#listaSucursales tbody tr td,#listaGruposLinea tbody tr td  {
    max-width:90px!important;
    height:15px!important;
    padding:5px!important;
   
}
.h350{
    height:350px!important;
}
.swal2-confirm {
    background-color: #0d8a2b!important; 
}
.swal2-deny{
    background-color: #c82424 !important;
}
.swal2-cancel{
    background-color: #c82424 !important;
}
#tableDetallePedidos thead  tr {
  color:#4F5345!important;
  background: rgb(254,253,252)!important;
  background: linear-gradient(180deg, rgba(254,253,252,1) 0%, rgba(217,221,204,1) 90%)!important; 
}
#tableDetallePedidos tbody tr td  {
    max-width:90px!important;
    height:15px!important;
    padding:5px!important;
   


}
#tablePedidos thead  tr {
  color:#4F5345!important;
  background: rgb(254,253,252)!important;
  background: linear-gradient(180deg, rgba(254,253,252,1) 0%, rgba(217,221,204,1) 90%)!important; 
}
#tablePedidos tbody tr td  {
    max-width:90px!important;
    height:15px!important;
    padding:5px!important;
   
}

.limited-width-column {
      max-width: 90px!important; /* Establece el ancho máximo que prefieras */
      overflow: hidden!important;
      text-overflow: ellipsis!important;
      white-space: nowrap!important;
    }
.ResaltadoHead{
   background: rgb(176,209,245)!important;
background: linear-gradient(180deg, rgba(176,209,245,1) 0%, rgba(244,253,255,1) 100%)!important;
}
.right-align{
    float:right!important;
}

.dropdown-header {
    background: #17A2B8!important;
}
#NombreUsuarioLogin{
    color: white!important;
}

select,#textBuscar,#buscarProducto {
    height:35px!important;
    font-size:14px!important;
}

input{
    height:35px!important;
    font-size:14px!important;
}

#modalRegUsuario input[type=password]{
    font-size:18px!important;
}

.btnDefault {
    font-size:18px!important;
    padding-top:2px!important;
    height:35px!important;
}
input[type=checkbox]{
    height:14px!important;
    font-size:10px!important;
}
.fAct{
    font-size:16px!important;   
    color:black!important;
}
.h220 {
    height: 300px !important;
}

.h450{
    height:450px!important;
}
.h400{
    height:400px!important;
}
.h300 {
    height: 300px !important;
}
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;
}
table tr td{
    font-size:12px!important;
   
}
.textShort{
    width:20px!important;
}