@import url("prettyquote.css");
@import url("full-width-pics.css");
@import url(//fonts.googleapis.com/css?family=Telex);
@import url("postit.css");
@import url("toasty.css");

html {
  font-size: 0.9rem;
}
body {
  padding-bottom: 40px;
}

.themefg {
  color: rgb(64, 56, 207);
}

.themebg {
  background-color: rgb(64, 56, 207);
}
.nav-menus {
  height: 0px;
}
.masthead a {
  font-family: telex;
  float: left;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
  color: white;
  white-space: nowrap;
  background-color: rgba(18, 0, 0, 0.3);
}

.nav-menus a.navbar-brand {
  padding: 4px 10px;
  color: white;
}

.nav-menus a.navbar-brand:hover {
  font-weight: bold;
}

.nav-btn.btn-mini {
  font-size: 16px;
  color: white;
}

.navbar {
  min-height: 35px;
  margin-bottom: 1px;
}

.navbar a:hover {
  color: white;
  text-decoration: none;
}

.navbar .input-group-sm input {
  height: 22px;
  width: 150px;
  margin-top: 4px;
}

.header-main {
  padding-left: 45px;
}

.body-main {
  padding-left: 45px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: telex;
  color: rgb(64, 56, 207);
}

h1 {
  padding-top: 20px;
  font-size: 1.5rem;
}

h2 {
  margin-top: 20px;
  border-top: rgb(64, 56, 207) solid 2px;
  padding-top: 5px;
  font-size: 1.25rem;
}

h3 {
  border-top: grey dotted 1.5px;
  font-size: 1.05rem;
  margin-top: 1rem;
  padding-top: 0.5rem;
}

h4 {
  font-size: 0.95rem;
  margin-left: 10px;
}

div.subheader {
  margin-top: -10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

h4+ol {
  margin-left: 10px;
}

/* Table use only */
h5 {
  margin-top: 15px;
  font-weight: bold;
  font-variant: small-caps;
}

footer {
  padding-top: 20px;
}

.sidebar {
  background-color: rgb(247, 241, 213);
  margin-top: 20px;
}

.sidebar ul {
  list-style: none;
  padding-left: 12px;
  margin-top: 3px;
}

.sidebar label.level2 {
  margin-bottom: 0px;
}

.sidebar a {
  font-size: 85%;
}

.sidebar label.level1 {
  text-transform: uppercase;
  color: grey;
  margin-top: 10px;
  margin-bottom: 3px;
}

.sidebar label.level2 {
  font-weight: normal;
}

.CodeRay .line-numbers {
  margin-right: 15px;
}

.tree .bold a {
  font-weight: bold;
}

.tree .red a {
  color: red;
}
.tree .italic a {
  font-style: italic;
}

.glyphicon-small {
  font-size: 10px;
}

.h01 {
  color: red;
  font-weight: bold;
}

div.discussionbox {
  background-color:rgb(248, 240, 231);
  border: 1px dotted black;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 10px;
}

.helpful {
  visibility: hidden;
}

.callout {
  border: 1px dotted rgb(73, 112, 241);
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 10px;
}

.callout-badge {
  background-color: #007bff;
  border-radius: 5px;
  color: white;
  padding: 4px;
  margin-right: 5px;
}

.iconbadge {
  margin-left: 0.4rem;
  margin-right: 0.25rem;
  color:#007bff;
  width: 1.25rem; 
  height: 1.25rem;
}

.icontext {
  font-size: 0.4em;
  vertical-align: 0.3em;
}

@media (max-width: 980px) {
  /* Enable use of floated navbar text */
  .navbar-text.pull-right {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}
