/*
* {
  font-family: 'Merriweather Sans', sans-serif !important;
}
*/
body {
  padding-top: 70px;
  font-weight: 300;
  font-family: 'Merriweather Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather Sans', sans-serif;
}

b, strong {
  font-weight:400;
}

ins {
    color: green;
    background: #dfd;
    text-decoration: none;
}
del {
    color: red;
    background: #fdd;
    text-decoration: line-through;
}
.modifiedtext {
  color: red;
}

.modifiedby:hover {
  background-color: #DDEFFF;
  text-decoration: underline;
  cursor: pointer; cursor: hand;
}

.primary {
  background-color: #3A87AD !important;
}

.primarybadgetext {
  color: #3A87AD !important;
  text-shadow: 0 0 1px #fff;
}

.primarykeyword {
  border-top: 1px dotted #3A87AD;
  border-bottom: 1px dotted #3A87AD;
  color: #3A87AD;
  background-color: rgb(216,231,239);
  text-shadow: 0 0 1px #fff;
  font-weight:400;
}

.success {
  background-color: #468847 !important;
}

.successbadgetext {
  color: #468847 !important;
  text-shadow: 0 0 1px #fff;
}

.successkeyword {
  border-top: 1px dotted #468847;
  border-bottom: 1px dotted #468847;
  color: #468847;
  background-color: rgb(218,231,218);
  text-shadow: 0 0 1px #fff;
  font-weight:400;
}

.danger {
  background-color: #B94A48 !important;
}

.dangerbadgetext {
  color: #B94A48 !important;
  text-shadow: 0 0 1px #fff;
}

.dangerkeyword {
  border-top: 1px dotted #B94A48;
  border-bottom: 1px dotted #B94A48;
  color: #B94A48;
  background-color: rgb(241,219,218);
  text-shadow: 0 0 1px #fff;
  font-weight:400;
}

.warning {
  background-color: #F89406 !important;
}

.warningbadgetext {
  color: #F89406 !important;
  text-shadow: 0 0 1px #fff;
}

.warningkeyword {
  border-top: 1px dotted #F89406;
  border-bottom: 1px dotted #F89406;
  color: #F89406;
  background-color: rgb(254,234,205);
  text-shadow: 0 0 1px #fff;
  font-weight:400;
}

.deac {
  background-color: #000 !important;
}

.deacbadgetext {
  color: #000 !important;
  text-shadow: 0 0 1px #fff;
  background-color: #eee !important;
}

.keywordcount {
  font-weight: 700;
}

.badge, .label {
  font-weight: 400;
}

.badge-text {
  background-color: #fff;
  background-color: rgba(255,255,255,0.8);
  display: inline-block;
  margin-right: -4px;
  margin-left: 2px;
  padding: 2px 8px 2px 4px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.tobehidden {
  color: gray;
}

.markedforexport {
  opacity: 0.5;
}

.markedforexportborder {
  outline:2px solid rgb(135,201,178) !important;
  outline-offset:8px;
  background-color: rgb(240,255,250);
}

.markedforexportfooter {
  padding:12px;
  background-color: #fff;
  opacity:0.85;
}

.addedby {
  color:gray;
  font-weight: 300;
}

.atitle {
  font-weight:400;
}

.alead {
  font-weight:400;
}

.langicondropdown {
  margin-top:-5px;
  margin-left:-6px;
}

.asterisk {
  color: red;
}

.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Variations */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}


.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  background-color: #fafafa;
  box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
}

/* Make the examples and snippets not full-width */
@media screen and (min-width: 768px) {
  .bs-example {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
  }
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.default {
  height: 25px !important;
}


/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
  position: static;
}

/* First level of nav */
.bs-sidenav {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top:    10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: #f7f5fa;
  border-radius: 5px;
}

/* All levels of nav */
.bs-sidebar .nav > li > a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
  border-right: 1px solid #563d7c;
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}

/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 80px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 263px;
  }
}
