// .navbar-inverse {
// background: #34495e;
// font-size: 17px;
// border-color: #000;
// }

#nav {
  height: 90px !important;

  .iconbar-horizontal {
    margin: 10px 10px 0 10px;
  }
  .navbar-default {
    background: #fff;
    border-bottom: 1px solid #ddd;
  }

  .navbar-header {
    height: 90px;
    h1 {
      color: @midnight-blue;
      font-size: 36px;
      line-height: 90px;
      margin: 0;

      small {
        color: @asbestos;
        font-size: 28px;
        font-weight: 200;
        margin-left: 10px;
      }
    }
  }

  .navbar-collapse,
  .navbar-form {
    height: 90px !important;

  }

  .page-title {
    padding: 0 20px;
    height: 90px;
    width: 100%;
    // border-bottom: 1px solid #333;
    border-radius: 0;
    background-color: @belize-hole;
    line-height: 90px;
    color: #fff;
    font-size: 1.2em;

    i {
      font-size: 1.1em;
    }

    strong {
      line-height: 90px;
      font-size: 1.3em;
      font-weight: 200;
      color: #fff;
    }

    a.page-title-hover {
      border: 0 !important;
      margin: 0;
      display: block;
      line-height: 90px;
      padding: 0;
      color: #fff;
      font-size: 1em;
      font-weight: 200;

      i {
        font-size: 1.1em;
      }
    }
  }
  // .dropdown-menu li dt {
  //   font-weight: bold;
  // }
}

.navbar {
  border-radius: 0;
}

.navbar .side-nav {
  background: @midnight-blue;
  font-size: ceil(@component-font-size-base * 1.133); // ~17px


  > li {

    &:first-child {
      &.active {
        > a {
          padding-left: @navbar-link-space;
        }
      }
      > a {
        border-left: none;
      }
    }

    // Active item
    &.active {
      > a {
        &,
        &:hover,
        &:focus {
          background-color: @midnight-blue;
          // border-bottom-color: mix(@brand-secondary, black, 85%);
          border-left: none;
          color: @inverse;
          padding-left: @navbar-link-space;
        }
      }
      & + li {
        > a {
          border-left: none;
          padding-left: @navbar-link-space;
        }
      }
    }

    // Link styling
    > a {
      font-size: floor(@component-font-size-base * 1.067); // ~16px
      border-bottom: 2px solid mix(@brand-primary, black, 85%);
      border-left: 2px solid mix(@brand-primary, black, 85%) !important;
      color: @gray-light;
      padding: 16px @navbar-link-space 15px;
      line-height: 20px;
      transition: color 1s ease;
    }
  }


  .nav.navbar-right {
    .dropdown-menu {
      left: -100%;
      margin-left: 17px;
    }
    .open > .dropdown-menu:before {
      display: block !important;
    }
  }
  // Round corders of the pull-right dropdown
  .nav.navbar-right > li {
    > a {
      border-radius: 0 @border-radius-large @border-radius-large 0;
    }
  }
}
// /*
//  * client/less/nav.less
//  */

// #nav {
//   .navbar-nav {
//     margin: 0;
//     padding: 0;

//     > li > a:focus,
//     > li > a:hover {
//       background-color: lighten(@theme, 2.5%);
//     }

//     > li.active > a:focus,
//     > li.active > a:hover {
//       background-color: @navbar-inverse-link-active-bg;
//     }

//     &.navbar-right {
//       margin-right: -15px;
//     }

//     .dropdown-menu {
//       > li > a {
//         padding: 6px 20px;
//       }

//       > li > a:focus,
//       > li > a:hover {
//         color: #000;
//         background-color: #eee;
//       }

//       > li.active > a,
//       > li.active > a:hover,
//       > li.active > a:focus {
//         color: #fff;
//         background-color: @navbar-inverse-link-active-bg;
//       }
//     }
//   }
// }
