.table-bordered {
    border: 1px solid #e9ecef;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0,0,0,0);
}
.table thead th {
    vertical-align: bottom;
    text-align: center;
    border-bottom: 2px solid #e9ecef;
}
.table th, .table td {
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
}
  .vertical-nav-menu i.metismenu-icon {
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -17px;
    font-size: 1.5rem;
    transition: color 300ms; 
}
.notify {
    background: #5ecc62;
    color: #fff;
}