#divHeader{
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 99;
  position: fixed;
  padding-bottom: 10px;
  padding-top: 10px;
}
#contadorTitle{
  border-bottom: 1px solid silver;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  width: 100%;
  text-align: center;
  
}
#tableVehicles{
  border: 1px solid silver;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  /*width: 100%;*/
  font-size: 11pt;
  line-height: 24px;

    /*overflow: auto; height: 100px;
    border-collapse: collapse; width: 100%;*/
  }


  table tbody tr:nth-child(even) {
    background: #fff;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
  }

  table tbody tr:nth-child(odd) {
   background: #fafafa;
   background-image: initial;
   background-position-x: initial;
   background-position-y: initial;
   background-size: initial;
   background-repeat-x: initial;
   background-repeat-y: initial;
   background-attachment: initial;
   background-origin: initial;
   background-clip: initial;
   background-color: rgb(250, 250, 250);
 }

 table thead {
  background: #4d5a66;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

thead td {
  border-left: 1;
  border-right: 1;
}

columns {
  background: #4d5a66!important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat-x: initial !important;
  background-repeat-y: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(77, 90, 102) !important;
  border-bottom: 0 solid #325384!important;
  color: #fff!important;
  position: relative;
  white-space: nowrap;
  cursor: default;
  /*overflow: hidden;*/
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

body{
  font-family: Lato,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

#dateStartEnd{

  float:initial;
  position: fixed;
  background-color: transparent;
  top: 65px;
  left: 20px;
}

#dateStartEnd tr{
  background-color: white  ;
} 

#exportToExcel{

  float:initial;
  position: fixed;
  background-color: transparent;
  top: 92px;
  right: 20px;
}

#exportToExcel a{
  color: blue;
}

#aplyButton{
  float: right;
  position: fixed;
  background-color: transparent;
  top: 89px;
  left: 320px;
}

#divTableVehicles thead {
  overflow: none; 
  position: sticky;
  top: 185px;
  word-wrap: normal;


}

#divTableVehicles tbody {

top: 100px !important;
z-index: 1;

}

#divTableVehicles  {
  top:185px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;

}    

.divDateHidden{
  font-size: 2px;
  visibility: hidden;
  height: 0px;

}

.filterChars{
  position: relative;
  left: 20px;
}

