/* GENERIC */
body,
input {
  font-family: 'Whitney SSm A', 'Whitney SSm B', Helvetica, Arial, sans-serif;
}
h1 strong {
  font-weight: 600;
}
a,
a span {
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
/* remove default webkit input shadow */
input,
textarea {
  -webkit-appearance: none;
}
/* HEADER */
#mainNav .brand span {
  background: url(https://techet.net/sysstat/logo-ss.png) no-repeat 0 0;
  background-size: 100%;
  display: inline-block;
  height: 30px;
  text-indent: -9000px;
  width: 190px;
}
.navbar .brand {
  padding: 15px 20px 15px 0;
}

.navbar .nav li a {
  padding: 14px 15px;
}
.navbar .btn-navbar .icon-bar {
  background: #fff;
  box-shadow: none;
}
/* HOME */
.category-list .category:hover {
  background: #f7f9fa;
}
.category-list .category p {
  color: #6d7983;
  line-height: 22px;
}
/* SEARCH */
#searchBar .search-query {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#searchBar .search-query:focus,
#searchBar #sidebar form .search-query:focus {
  border-color: #ccc;
  box-shadow: none;
}
#searchBar button {
  background: #4381b5;
  border-color: #4381b5;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Helvetica, Arial, sans-serif;
  text-shadow: none;
  -webkit-transition: background .15s;
  -moz-transition: background .15s;
  -o-transition: background .15s;
  transition: background .15s;
}
#searchBar button:hover {
  background-color: #1F81BA;
}
#serp-dd .result a:hover,
#serp-dd .result > li.active {
  background: #f7f9fa;
}
#docsSearch {
  background: #f7f9fa;
  border-bottom: 0;
}
/* INTERIOR PAGES */
#main-content {
  background: none;
}
#main-content:after {
  background: #f7f9fa;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
}
.contentWrapper {
  border: 0;
}
#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus,
#sidebar .nav-list h3 {
  color: #2a4258;
  font-weight: 600;
}
#sidebar .nav-list .active a .icon-arrow:before,
#sidebar .nav-list .active a:hover .icon-arrow:before,
#sidebar .nav-list .active a:focus .icon-arrow:before {
  color: #2a4258;
}
#sidebar .nav-list a {
  color: #6d7983;
}
#categoryHead h1 {
  color: #343b41;
  margin-bottom: 15px;
}
h1 {
  letter-spacing: -0.5px;
}
.contentWrapper p.descrip {
  color: #6d7983;
  line-height: 26px;
  margin-bottom: 25px;
}
.contentWrapper h1,
#fullArticle h1.title {
  line-height: 1.4em;
}
/* $ARTCILES */
#fullArticle dt {
  background: #4381b5;
}
#fullArticle h4 {
  font-weight: 400;
}
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  color: #6d767e;
  font-size: 15px;
  line-height: 26px;
}
#fullArticle strong {
  color: #4A4D4F;
  font-weight: 600;
}
#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
  color: #343b41;
  margin-bottom: 1em;
}
#fullArticle h2,
#fullArticle h5 {
  font-weight: 600;
}
#fullArticle h4 {
  font-weight: 500;
}
#fullArticle h1,
#fullArticle h3 {
  font-weight: 400;
}
#fullArticle h3 {
  font-size: 23px;
}
#fullArticle h1.title {
  margin-bottom: 1em;
}
#fullArticle pre,
#fullArticle table {
  margin-bottom: 2.5em;
}
#fullArticle dt {
  font-size: 15px;
  min-width: 9px;
  position: relative;
  top: 2px;
}
#fullArticle table th {
  font-weight: 600;
}
#fullArticle img {
  margin: 2.5em 0;
}
#fullArticle .index-list {
  margin-bottom: 2.5em;
  border-left: 5px solid #AAAEB7;
}
#fullArticle .index-list h4 {
  display: block;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 26px 0;
  font-size: 1em;
  font-weight: 600;
}
#fullArticle .index-list ul {
  list-style: none;
  margin: 1em 25px 0em;
  float: left;
}
#fullArticle .index-list li {
  float: left;
  width: 305px;
}
#fullArticle .index-list:before,
#fullArticle .index-list:after {
  display: table;
  content: "";
  /* Fixes Opera/contenteditable bug:
      /* http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952 */
  line-height: 0;
}
#fullArticle .index-list:after {
  clear: both;
}
#fullArticle .callout-yellow,
#fullArticle .callout-blue,
#fullArticle .callout-red,
#fullArticle .callout-green,
#fullArticle .callout {
  color: #6d767e;
  margin-bottom: 2.5em;
}
#fullArticle .callout-yellow {
  background: #fff7e4;
  border-color: #ffdf92;
}
#fullArticle .callout-blue {
  background: #ecf7ff;
  border-color: #80bfe2;
}
#fullArticle .callout-green {
  background: #e9fceb;
  border-color: #92d7a9;
}
.icon-article-doc {
  display: none;
}
.related {
  border: 0;
  border-top: 1px solid #eceef0;
  padding: 30px 46px 25px;
}
.articleFoot p {
  font-family: 'Whitney SSm A', 'Whitney SSm B', Helvetica, Arial, sans-serif;
  font-style: normal;
}
.articleFoot p,
#sbContact {
  color: #6d7983;
}
.icon-contact {
  color: #c3c8cb;
}
footer p,
footer p a {
  color: #6d7983;
}
.articleList a {
  margin-left: 0;
}
.articleList li {
  padding-left: 0;
}
.articleList li a:hover span {
  color: #065e99;
  text-decoration: none;
}
#serp .articleList > li {
  padding-left: 0;
}
/* CONTACT FORMS */
#contactModal {
  border: 0;
  border-radius: 4px;
  border-top: 4px solid #3197D1;
  top: 8%;
}
#contactModal h2 {
  background: 0;
  border: 0;
  font-size: 28px;
  font-weight: 300;
  padding: 1em 0 0.25em;
  text-align: center;
}
#contactModal .modal-body {
  padding: 0 6em 0;
  min-height: 525px;
}
#contactModal .control-label {
  float: none;
  text-align: left;
  width: auto;
}
#contactModal .controls {
  margin: 0;
}
#contactModal #md-message {
  height: 80px;
  width: 400px;
}
#contactModal .form-actions {
  padding: 0;
  margin: 15px auto 20px;
  text-align: center;
}
#contactModal .icon-close:before {
  color: #c6c8ca;
}
#contactModal .controls input,
#contactForm .controls input {
  box-shadow: none;
  height: 25px;
  width: 400px;
}
#contactForm .control-group,
#contactModal .control-group {
  margin-bottom: 10px;
}
#contactModal .controls input:focus,
#contactModal #md-message:focus,
#contactForm .controls input:focus,
#contactForm #message:focus {
  border-color: #cccccc;
  box-shadow: none;
}
#contactModal #md-message,
#contactForm #message {
  box-shadow: none;
}
#contactModal .form-actions input,
#contactForm .form-actions input {
  background: #4381b5;
  border: 0;
  color: #fff;
  font-size: 13px;
  padding: 10px 25px;
  text-shadow: none;
  text-transform: uppercase;
}
#contactForm:before {
  color: #343b41;
  content: "How can we help?";
  font-size: 30px;
  font-weight: 400;
  display: block;
  line-height: 45px;
  margin-bottom: 1em;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .navbar .btn-navbar {
    margin-top: 20px;
    right: -10px;
  }
  .related {
    padding: 30px 25px 25px;
  }
  .related ul {
    margin-left: 0;
  }
  .related h3 {
    padding-left: 0;
  }
  .related ul > li a {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #searchBar button {
    background: none;
  }
  #contactForm input[name="upload"] {
    width: 95%;
  }
}
/* Fix for making homepage category gallery go smoothly from 3 to 2 to 1 column */
@media screen and (max-width: 1105px) {
  section.category-list .category {
    background: #fff;
    width: 44.5%;
  }
}
@media screen and (max-width: 760px) {
  section.category-list .category {
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 1.5em 1em;
    width: 100%;
  }
}
/* Reset styles for Docs Style Guide */
/* http://docs.helpscout.net/article/40-docs-style-guide */
.demo-styles * {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.demo-styles pre {
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}
/* Headers */
#fullArticle .demo-styles h1, 
#fullArticle .demo-styles h2, 
#fullArticle .demo-styles h3, 
#fullArticle .demo-styles h4, 
#fullArticle .demo-styles h5 {
  color: #222;
  font-weight: 700;
  margin-bottom: .65em;
}
#fullArticle .demo-styles h1,
.contentWrapper .demo-styles h1, 
#fullArticle .demo-styles h1.title {
  font-weight: 400;
  line-height: 1.2em;
}
#fullArticle .demo-styles h3 {
  font-size: 21px;
}
/* Paragraph */
#fullArticle .demo-styles p, 
#fullArticle .demo-styles ul, 
#fullArticle .demo-styles ol, 
#fullArticle .demo-styles li, 
#fullArticle .demo-styles div, 
#fullArticle .demo-styles blockquote, 
#fullArticle .demo-styles dd, 
#fullArticle .demo-styles table {
  color: #585858;
  font-size: 14px;
  line-height: 1.55em;
}
/* Notes */
#fullArticle .callout-blue {
  background: #e8f4ff;
  border-color: #bed1e6;
}
#fullArticle .callout-green {
  background: #e5fadc;
  border-color: #bbdaaf;
}
#fullArticle .callout-yellow {
  background: #fffcd5;
  border-color: #e7dca4;
}
#fullArticle .demo-styles .callout-yellow h3, 
#fullArticle .demo-styles .callout-blue h3, 
#fullArticle .demo-styles .callout-red h3, 
#fullArticle .demo-styles .callout-green h3, 
#fullArticle .demo-styles .callout h3, 
#fullArticle .demo-styles .private-note h3 {
  font-weight: 400;
}
