body, html {
  height: 100%; }

body {
  background-color: #f7f8fb; }

h1, h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif;
  font-weight: normal; }

#outer {
  min-height: 100%;
  position: relative; }
  #outer #outer-content {
    padding-bottom: 100px; }
  #outer #outer-footer {
    position: absolute;
    height: 100px;
    left: 0;
    bottom: 0;
    width: 100%; }

.full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial; }

ul.errorlist {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 8px; }
  ul.errorlist li {
    padding: 4px 8px;
    color: #933;
    font-size: 12px; }

.panel-tabs dd {
  position: relative;
  top: 1px; }
  .panel-tabs dd a {
    background-color: #f7f8fb;
    border: 1px solid #f7f8fb;
    border-bottom: 1px solid #d8d8d8; }
    .panel-tabs dd a:hover {
      background-color: #f1f2f7; }
  .panel-tabs dd.active a {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #fff; }

.layout-content-outer {
  margin-left: 200px; }

.layout-content, .layout-sidebar {
  box-sizing: border-box;
  float: left; }
  .layout-content:after, .layout-sidebar:after {
    content: "";
    display: block;
    height: 5000px;
    position: fixed;
    top: 0; }

.layout-content {
  width: 100%; }
  .layout-content:after {
    width: 100%;
    z-index: -1; }

.layout-sidebar, .layout-sidebar:after {
  box-sizing: border-box;
  width: 200px;
  z-index: -1; }

.layout-sidebar:after {
  left: 0; }

#main {
  padding: 20px; }

#page-header .breadcrumb {
  background-color: #eeeff5;
  border-radius: 0;
  padding: 10px 20px;
  margin: 0; }
  #page-header .breadcrumb li.active {
    font-size: 1.25em;
    color: black; }

#header {
  background-color: #fff;
  color: #737373;
  height: 80px; }
  #header #firm-name img {
    max-height: 48px;
    margin: 16px 0px 0px 16px;
    float: left; }
  #header #firm-name span {
    margin-left: 16px;
    white-space: nowrap;
    font-size: 26px;
    display: inline-block;
    padding-top: 22px;
    font-family: "Raleway", sans-serif; }
    #header #firm-name span small {
      display: block;
      font-size: 15px;
      line-height: 10px;
      color: #a6a6a6; }
  #header #user-bar {
    float: right;
    margin-top: 16px;
    margin-right: 16px; }
    #header #user-bar .user-avatar {
      display: inline-block;
      vertical-align: top; }
      #header #user-bar .user-avatar .avatar {
        max-height: 48px; }
    #header #user-bar .user-info {
      margin-left: 16px;
      display: inline-block;
      vertical-align: top; }
      #header #user-bar .user-info .greeting {
        font-weight: bold;
        margin: 2px 0px; }

footer#outer-footer {
  background-color: #101010;
  text-align: center; }
  footer#outer-footer .container {
    padding-top: 20px;
    color: #ccc; }
    footer#outer-footer .container a {
      color: #33b531; }

.layout-sidebar {
  background-color: #32323a; }
  .layout-sidebar:after {
    background-color: #32323a; }
  .layout-sidebar #logo {
    background: #fff;
    height: 80px;
    padding: 10px; }
    .layout-sidebar #logo a {
      width: 100%;
      height: 100%;
      display: block;
      background: transparent url(../img/logo_black_colour.png) center center no-repeat;
      background-size: contain; }
  .layout-sidebar #side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .layout-sidebar #side-nav ul > li h4 {
      color: #fff;
      font-size: 18px;
      color: #6f6f73;
      padding: 16px 32px;
      border-bottom: 1px solid #3c3c44; }
    .layout-sidebar #side-nav ul > li ul {
      margin: 0px;
      padding: 0px; }
      .layout-sidebar #side-nav ul > li ul li {
        border-bottom: 1px solid #3c3c44; }
        .layout-sidebar #side-nav ul > li ul li a {
          display: block;
          padding: 16px 32px;
          color: #bfbfc0;
          white-space: nowrap; }
          .layout-sidebar #side-nav ul > li ul li a i {
            font-size: 20px;
            color: #fff;
            margin-right: 6px; }
          .layout-sidebar #side-nav ul > li ul li a:hover {
            background-color: #3c3c44;
            color: #fff; }
            .layout-sidebar #side-nav ul > li ul li a:hover i {
              color: #fff; }
        .layout-sidebar #side-nav ul > li ul li.active a {
          color: #33b531; }
          .layout-sidebar #side-nav ul > li ul li.active a i {
            color: #33b531; }

#content #main {
  padding: 16px 8px; }

.family-members {
  margin-top: 20px; }
  .family-members #family-members .panel {
    text-align: center; }
    .family-members #family-members .panel i.icon {
      font-size: 64px; }
    .family-members #family-members .panel .button-group {
      margin-top: 10px; }
    .family-members #family-members .panel .button {
      margin-bottom: 0px; }
  .family-members .no-family {
    font-size: 60px;
    margin-top: 10px; }

.dashboard-action {
  position: relative;
  height: 150px; }
  .dashboard-action .icon {
    width: 120px;
    height: 100px;
    padding-top: 16px;
    text-align: center;
    display: block;
    position: absolute; }
    .dashboard-action .icon span {
      font-size: 80px;
      color: #33b531; }
  .dashboard-action .caption {
    margin-left: 120px;
    padding-left: 0; }
    .dashboard-action .caption h3 {
      margin-top: 0; }
    .dashboard-action .caption dl {
      margin-bottom: 0; }

.logo {
  margin: 0 auto;
  margin-bottom: 20px; }

.tt-dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc; }
  .tt-dropdown-menu .suggestion {
    cursor: pointer;
    padding: 10px; }
    .tt-dropdown-menu .suggestion .info {
      color: #666;
      font-size: 0.8em; }
    .tt-dropdown-menu .suggestion:hover {
      background-color: #eee; }
