html {
  font-family: "Verdana";
  font-size: 12px;
  height: 100%;
}
body {
  font-size: 12px;
  margin: 0;
  overflow-y: hidden;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: inherit;
}
footer {
  position: absolute;
  right: 0;
  bottom: 15;
  left: 0;
  padding: .5rem;
  height: 30px;
  background-color: black;
  color: white;
  text-align: center;
}
header {
  border: 1px solid #ccc;
  background: #191919 url(../../css/PIC_Global/images/ui-bg_highlight-soft_100_191919_1x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
  height: 40px;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  background-color: #a8a8a8;
}
#searchBox {
  margin-top: 4px;
  vertical-align: top;
  height: 28px;
  padding-left: 25px;
  width: 240px;
}
.display {
  overflow-y: scroll;
  transition: 50ms opacity linear;
  background-color: #c7c7c7;
  max-height: 700px;
  padding: 10px;
  word-wrap: break-word;
  background: white;
  border-radius: 5px;
}
.display img {
  display: block;
  max-width: 700px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 1rem 0 1.5rem 1rem;
  font-size: 100%;
}
pre > code {
  padding: 0;
}
#sidebar ul,
#sidebar li {
  list-style: none;
  word-wrap: break-word;
}
#sidebar ul {
  padding-left: 10px;
}
#sidebar li {
  margin-bottom: .6rem;
}
.bold {
  font-weight: bold;
}
.line-after {
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  overflow-wrap: normal;
  font-weight: bold;
}
.line-after:after {
  content: '';
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 1px;
  line-height: 0;
  margin-left: 1rem;
  background: #000;
}
.documentation {
  min-width: 200px;
  border-collapse: collapse;
  font-size: 12px;
  table-layout: fixed;
}
.documentation thead {
  background-color: black;
  color: white;
}
.documentation td,
.documentation th {
  padding-left: 5px;
  border: 1px solid #999;
  text-align: left;
}
.documentation tbody tr:nth-child(odd) {
  background-color: white;
}
.list-item {
  line-height: 1.25rem;
  font-size: 1.10rem;
  cursor: pointer;
}
.active {
  background-color: #4990cd;
  color: white;
}
.hidden {
  opacity: 0;
  display: none;
}
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a {
  font-size: 1.25rem;
  display: block;
  padding: 0 15px;
  line-height: 35px;
  background: inherit;
  color: white;
  text-decoration: none;
  font-weight: normal;
}
nav ul li a:hover {
  background: #006ec7;
  color: white;
}
.toc {
  font-size: .9rem;
  border: 1px solid #a2a9b1;
  border-radius: 5px;
  background: #f8f9fa;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 2rem;
}
.toc ol {
  list-style: none;
}
.toc ol li {
  list-style: none;
  margin-bottom: .1rem;
}
@media (min-width: 1000px) {
  .container {
    width: 100%;
    max-width: 100% !important;
  }
  .container .three.columns {
    max-width: 250px;
  }
}
