.topbar {
    min-height: 4.375rem;
}
.shadow {
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
html {
    height: 100%;
}
body {
    background-color: #f8f9fc;
    margin: 0;
    padding-bottom: 20rem;
    min-height: 100%;
    position: relative;
}
.btn-success {
    background-color: #1cc88a;
    border-color: #1cc88a;
}
.jumbotron {
    background-color: transparent;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}
.text-primary {
    color: #4e73df!important;
}
.list-title-link {
    font-size: 1.0em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333333;
    padding-top: 2px;
    width: 80%;
    padding-bottom: 2px;
    margin-top: 0;
    margin-bottom: 0;
}
small {
    font-size: 100%;
}
.list-group-item {
    border: 0;
}
a {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent;
}
@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}
.btn-primary {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}
footer {
    display: block;
  }
  footer.sticky-footer {
    position: absolute;
left: 0;
right: 0;
bottom: 0;
background-color: #FFF;
padding-top: 40px;
  }
  .card.shadow {
      border: 0;
  }
  .card-header {
    border-bottom: 0;
}
.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}
.page-item.active .page-link {
    background-color: #4e73df;
    border-color: #4e73df;
}
.table td, .table th {
    vertical-align: middle;
}