/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #1eaae7;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #1eaae7;
  }
  
  .logo-desktop{
    width: 225px;
    height: 65px;
    padding: 10px 0px 25px 0px;
    border-radius: 10px;
  }

  .bg-logo-graph{

    background: url(../images/graph_logo_railworks.png) no-repeat center;

  }
  
  /* td:first-child,
  th:first-child{
    position: sticky;
    left: 0;
    z-index: 1;
  }
  td:nth-child(2),
  th:nth-child(2){
    position: sticky;
    left: 60;
    z-index: 1;
  }
  th:first-child,
  th:nth-child(2){
    z-index: 3;
  } */

  .dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
    float: left;
    clear: both;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px;
  float: right;
}