a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.form-control:focus {
    border-color: #0077cc;
    box-shadow: 0 0 0 0.2rem #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

body {
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    line-height: 60px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

label {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.alert > .validation-summary-errors > ul {
    margin-bottom: 0;
}

dl dd:after {
    content: "\200b";
}

.pager-wrapper {
  display: flex;
  justify-content: center;
}

.pager-link {
  flex: 0 1 50px;
  width: 50px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 0 2px;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
}

  .pager-link.pager-link--active {
    background: #339900;
    color: #fff;
  }

a.pager-link:hover, a.pager-link:focus {
  background: #339900;
  color: #fff;
}

a.pager-link:active {
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
