
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 15px;
  font-variant-ligatures: none;
}
p, .page-content {
  max-width: 700px;
}
ol li {
  margin-bottom: 1em;
}
a {
  text-decoration: underline;
}
.navbar {
  background: #ffffff;
  border: 0;
}
.nav-tabs {
  border: 0;
  color: #ffffff;
  background: #005888;
}
.nav-tabs > li > a {
  background-color: transparent;
  text-decoration: none;
  border: 0;
  color: #ffffff;
  padding: 1.0em 1.25em;
  font-size: 100%;
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: 0;
  color: #ffffff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
}

.nav-tabs>li {
  margin-bottom: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #005888;
  border: 0;
}

.navbar-brand img {
  height: 70px;
  margin-top: 20px;
}

.toolbar .btn-default {
  background-color: #092c74;
  border: 1px solid #445F86;
  color: #cfd9f0;
}

.toolbar .btn-default:focus, .toolbar .btn-default:hover {
  background-color: #2e4981;
  border: 1px solid #47648D;
}

.toolbar .open > .dropdown-toggle.btn-default {
  background-color: #2e4981;
  border: 1px solid #47648D;
}

.toolbar .icon-bar {
  background-color: #cfd9f0;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  color: #666;
}


.side-menu h4 {
  font-size: 100%;
  padding: 10px 14px;
}

.side-menu .nav > li > a {
  background-color: #fbfbfb;
  color: #000;
  padding: .8em;
  font-size: 14px;
  border-bottom: thin solid gainsboro;
  text-decoration: none;
}

.side-menu .nav > li > a:hover {
  background-color: #eeeeee;
}

.side-menu .nav > li.active > a {
  background-color: rgb(229, 233, 237);
  font-weight: 700;
}

.dropdown-menu>li>a {
  padding: 3px 20px;
  line-height: 1.5;
  padding: .8em;
  font-size: 14px;
}

.table {
  font-size: 100%;
}

/* sm */
@media (min-width:768px) {
  .navbar-brand img {
    height: 100px;
    margin-top: 30px;
  }
  h1 {
    font-size: 1.95em;
  }
  h2 {
    font-size: 1.65em;
  } 
  .nav-tabs {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* md */
@media (min-width: 992px) {
  .navbar-brand img {
    height: 120px;
  }
  .side-menu .nav > li > a {
    padding: .85em;
    font-size: 14px;
  }
  p.small {
    font-size: 14px;
  }
}