@media screen and (max-width: 600px) {
       table {
           width:100%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.3em;
       }
       tbody td {
           display: block;
           text-align:center;
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }
}

.input-sm {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.letras-rojas
{
  background-color: red;
  color:white;
}

.width55
{
  width: 6.5em !important;
}

.users-list > li img{
  max-width: 50% !important;
}

.labeltenue{
  color: #555 !important;
}


/*css creado para atraso en ticket vencidos */
.atrasado
{
  color: red !important;
  
}

/*datos necesarios en alta y edicion de empleados*/
.necesario{
    border-color: green;
}