body{
  font-family: 'Poppins', sans-serif!important;
}
.dropdown-menu li{
  padding:2px 8px;
}
.table td, .table th {
    padding: 0.5em!important;
    vertical-align: middle!important;
}

.empty{
  color:#7b7b7b;
}
#myTab li .active{
  font-weight: bold;
  color:#007bff;
}

@media(max-width:767px){
  #sidebar-wrapper{
    margin-left:-16.5em!important;
  }
  #hide-if-smartphone{
    display:none!important;
  }
}
