﻿a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  font-size: 24px;
}

a {
  color: #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;
}

.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);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 65px;
    left: 0;
    background-color: #BFD041;
    overflow-x: hidden;
    padding-top: 20px;
}

.sidenav a {
    padding: 4px 4px 4px 28px;
    text-decoration: none;
    font-size: 24px;
    color: #f1f1f1;
    display: block;
}

.sidenav a:hover {
    color: #000000;
}

.maincontainer {
    margin-left: 290px;
}

hr {
    border: 0;
    clear: both;
    display: block;
    background-color: #00857C;
    height: 2px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}
