/* Add here all your css styles (customizations) */
.dataTablesButton {
  background-color: white;
  border-color: #ccc;
}

.dataTablesButton:hover { 
  background-color: #e9ecef;
}


.pageContentContainer{
  margin-top: 50px;
}

/* ---------------------- Sticky footer styles ---------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 278px;
}

.footer {  
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 278px;
  line-height: 20px; /* Vertically center the text there */
}

