body{
  background-color: #656565;
}

h3 {/* TITULO DE FECHAS QUE CAMBIA  */
  text-align: center;
  margin: -8px 0px 5px 0px;
  color: white;
  font-family: 'Roboto', sans-serif;
}
h5{
  font-weight: bold;
  color: white;
  font-family: 'Roboto', sans-serif;
}

input, .form-control {
    height: 24px;
    padding: 0px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input:hover, .form-control:hover, .BotonDown:hover{
  background-color: #f79646;
  color: black;
  font-weight: bold;
}

.BotonDown:hover{  /*boton descarga*/
    color: #333;
    background-color: #f79646;
    border-color: #ccc;
}
/* boton supervisores SOLO SI SE NEESITA EL BOTON !
  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin: 8px 0px 0px 220px;
}
.btn-default:hover {
    background-color: #f79646;
}*/



/* TABLA */

thead th{ 
  color: white;
  text-transform: uppercase;
}
th{   
  font-size: 12px;
  vertical-align: text-top;
  /*line-height: 0.8;*/
  color: #333;
  padding:5px;
 
}
td{ 
  font-size: 12px;
  padding:5px;
  line-height: 0.9;
}
tr{
    background-color: #f79646;
}

.table-hover>tbody>tr{
    background-color: #D3D3D3;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #AFAFAF;
}
.table-striped>tbody>tr:hover {
    background-color: white;
    font-weight: bolder;
    text-transform: uppercase;
}
/*CLASS  CHECKIN  CHECK OUT*/
.checkIn{
  width: 11%;
}
.checkInKM{
  width: 5%; 
}
 
/* colores de ALERTA
.colorRojo{
  background-color: red;
}
.colorAmarillo{
  background-color: yellow;
}
.colorVerde{
  background-color: green;
}*/

