* {
  font-family: 'Open Sans', sans-serif;
}

body {
  background-color:rgb(233, 230, 230);
  padding-top: 56px; 

}

.navbar-brand img {
  max-height: 50px; 
}

.table th, .table td {
  text-align: left;
}




#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgb(255, 255, 255);
  text-align: center;
}

#loader i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
}
