//
// Global Styles
// --------------------------------------------------
html,
body{
  height: 100%;
}
.page {
  padding-top: (@heading-height + @site-menu-height + 23px) !important;
  padding-bottom: @footer-height + @tooltip-height !important;
  padding-left: 0;
  padding-right: 0;
  min-height: 100%;
  &.welcome{
    padding-top: (@heading-height + 23px) !important;;
  }
  .pane,
  .single-pane {
    position: relative;
    margin: 0 20px;
    &:before{
      content: '';
      display: block;
      height: 1px;
      background-color: transparent;
      margin-bottom: -1px;
    }
    .pane, > form {
      margin: 0;
    }
  }

  .nav {
    display: block;
    margin-bottom: 15px;
    //margin-left: @single-pane-item-offset;
  }

  .nav-tabs {
    margin-left: 0;
  }

  .content-header {
    .nav {
      margin-left: 0;
    }
  }
}

// Titles
.content-header {

  h1 {
    margin-top: 23px;

    + .nav-pills {
      margin-bottom: 23px;
    }
  }

  h2 {
    margin-top: 20px;

    + .nav-pills {
      margin-bottom: 20px;
    }
  }

  h3 {
    margin-top: 18px;

    + .nav-pills {
      margin-bottom: 18px;
    }
  }

  h4 {
    margin-top: 15px;

    + .nav-pills {
      margin-bottom: 15px;
    }
  }

  h5 {
    margin-top: 12px;

    + .nav-pills {
      margin-bottom: 12px;
    }
  }

  h6 {
    margin-top: 12px;

    + .nav-pills {
      margin-bottom: 12px;
    }
  }

  .nav-pills {
   margin-bottom: 19px;
 }

  .nav-pills > li > a {
    font-weight: bold;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  &.title {
    color: @deep-orange085;
    font-weight: normal;
  }
  .content-banner > & {
    &:first-child {
      margin-top: 0;
      display: inline-block;
      max-width: 50%;
    }
  }
}
h1 {
  .font-size(23);
  margin-bottom: 23px;
}
h2 {
  .font-size(20);
  margin-bottom: 20px;
}
h3 {
  .font-size(18);
  margin-bottom: 18px;
}
h4 {
  .font-size(15);
  margin-bottom: 15px;
}
h5 {
  .font-size(12);
  margin-bottom: 12px;
}
h6 {
  .font-size(12);
  margin-bottom: 12px;
}

a {
  &:hover {
    .fa {
      font-weight: normal;
      text-decoration: none;
    }
  }
}
.dropdown {
  .fa {
    font-weight: normal;
    .font-size(8);
    text-decoration: none;
    margin: -2px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
}

@media @desktop {
  .page {
    padding-top: (@heading-height + @site-menu-height + 10) !important;
  }
  code {
    word-wrap: break-word;
  }

  .content-banner > h1,
  .content-banner > h2,
  .content-banner > h3,
  .content-banner > h4,
  .content-banner > h5,
  .content-banner > h6 {
    &:first-child {
      margin-top: 0;
      display: inline-block;
      max-width: 100%;
    }
  }
}