
body {
  background-color: rgb(230, 230, 230);
  font-family: 'Source Sans Pro';
  font-size: 11px;
  color: #000;
}
body,
html {
  font-size: 11pt;
  font-family: 'Source Sans Pro';
  color: #000;
  height: 100%;
}
p {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11pt;
  mc-hyphenate: never;
  font-family: 'Source Sans Pro';
}
h1 {
  color: #139df2;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.65pt;
  font-family: 'DIN Next LT Pro';
  font-size: 16pt;
}
h2 {
  color: #139df2;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.65pt;
  font-family: 'DIN Next LT Pro';
  font-size: 16pt;
}
h3 {
  color: #000;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  font-family: 'DIN Next LT Pro';
}
h4 {
  color: #139df2;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'DIN Next LT Pro';
}
h5 {
  color: #139df2;
  font-size: 11pt;
  font-style: italic;
  font-weight: normal;
  font-family: 'Source Sans Pro';
}
.section-toc-title {
  line-height: 1.1;
  font-family: DIN Next LT Pro;
  font-weight: 700;
  font-size: 125%;
  margin-bottom: 10px;
}
div.footer-content {
  margin-top: 40px;
}
.footer-content ul.section-toc a {
  color: #54a1e5;
}
h6,
.h6 {
  font-family: 'DIN Next LT Pro';
  font-size: 100%;
}
.procedure-title {
  font-weight: 700;
}
img {
  max-width: 100%;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
table {
  border-color: #ccc;
}
table th {
  text-align: left;
  padding: 5px;
}
table td {
  text-align: left;
  vertical-align: top;
  padding: 10px;
  font-size: 0.9em;
}
body.paligo-preview .variable-content {
  background-color: rgb(211, 226, 248);
  color: rgb(36, 75, 101);
}
pre {
  word-break: keep-all;
}
a:link,
a:visited {
  color: #54a1e5;
}
#page {
  max-width: 1220px;
  margin: 0 auto;
  box-shadow: 0 0 10px 2px hsla(0, 0%, 0%, 0.25);
  outline: 1px solid rgb(140, 140, 140);
  background-color: #fff;
  min-height: 98%;
  height: auto;
}
#header .container {
  padding-left: 25px;
  padding-right: 25px;
}
#logotype-pageheader {
  margin: 15px 0;
  max-width: 150px;
  max-height: 60px;
  -moz-transition: width 1s, height 1s, -moz-transform 1s;
  -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
  -o-transition: width 1s, height 1s, -o-transform 1s;
  transition: width 1s, height 1s, transform 1s;
}
#page-tools {
  padding-top: 15px;
}
#page-tools li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  margin-left: 2em;
}
#page-tools a {
  color: #aaa;
  text-decoration: none;
}
#page-tools .glyphicon {
  font-size: 135%;
  margin-top: 2px;
}
#page-tools a span {
  display: block;
  margin: 0 auto;
}
#page-tools .tool-label {
  padding: 0.25em 0.5em;
  font-weight: normal;
}
#page-tools .tool-label.active,
#page-tools .tool-label:hover {
  border-radius: 4px;
  background-color: white;
}
#publication-title {
  font-size: 125%;
  color: #fff;
  line-height: 2;
  text-align: center;
  border-bottom: 1px solid rgb(110, 110, 120);
  border-top: 0 solid rgb(110, 110, 120);
  background-color: #54a1e5;
  margin: 0;
  padding: 0 10px;
}
#subheader {
  background-color: #f3f3f2;
  background-image: url(../css/image/subheader-bg.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  border-bottom: 1px solid rgb(158, 155, 157);
  width: 100%;
  z-index: 10;
}
#subheader .toc-title,
#main-content .toc-container {
  border-right: 1px solid rgb(180, 180, 180);
}
#main-content .toc-container {
  border-bottom: 1px solid rgb(180, 180, 180);
  padding-bottom: 6px;
}
#main-content .titlepage {
  clear: both;
  padding-top: 10px;
}
#main-content .titlepage .subtitle em {
  font-style: normal;
  color: #999;
}
#main-content .titlepage h1.title {
  font-size: 3em;
  font-weight: normal;
  color: #54a1e5;
}
#subheader h2 {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
#subheader .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  font-size: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
#subheader .breadcrumb li {
  padding: 0;
}
#subheader .breadcrumb li:first-child .glyphicon {
  margin-right: 5px;
}
#subheader .breadcrumb li + li {
  padding-left: 25px;
  margin-left: 0;
  background-image: url(../css/image/breadcrumb-seperator.png);
  background-repeat: no-repeat;
  background-position: -125px center;
  padding-right: 2px;
}
#subheader .breadcrumb li + li::before {
  display: none;
}
#subheader .breadcrumb a:link,
#subheader .breadcrumb a:visited {
  color: rgb(94, 94, 94);
}
#subheader h2,
#subheader .breadcrumb {
  line-height: 30px;
}
#subheader .mobile-nav-toggle .glyphicon {
  margin-right: 0.45em;
}
#main-content {
  background-color: #fff;
}
.toc-container {
  background-color: #eee;
  padding: 0.5em 6px 0 6px;
}
.toc-container ul {
  padding: 0;
  list-style-type: none;
}
.toc-container li ul {
  padding-left: 1em;
}
ul.toc {
  margin-bottom: 0;
}
ul.toc > li {
  border-top: 1px solid rgb(230, 230, 230);
  padding: 2px 0 1px 0;
}
ul.toc > li:first-child {
  border: none;
}
ul.toc .topic-link {
  display: block;
  padding: 4px 4px 4px 1.5em;
  border-radius: 3px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.toc .topic-link + ul {
  display: none;
}
ul.toc .topic-link:hover,
ul.toc .topic-link.active {
  background-color: #54a1e5;
  color: #fff;
  text-shadow: none;
}
ul.toc a {
  text-decoration: none;
  color: grey;
}
ul.toc li {
  margin: 1px 0;
}
ul.toc .glyphicon {
  cursor: pointer;
  float: left;
  margin: 0.35em auto auto -1.5em;
}
ul.toc .glyphicon {
  font-size: 75%;
  color: rgb(150, 150, 150);
}
ul.toc a:hover .glyphicon,
ul.toc a.active .glyphicon {
  color: #fff;
}
.breadcrumb-container,
.content-container {
  padding-left: 40px;
  padding-right: 40px;
}
.content-container {
  padding-top: 1em;
  padding-bottom: 20px;
}
.content-container .next .glyphicon,
.content-container .prev .glyphicon {
  color: rgb(94, 94, 94);
}
.content-container .next + h1,
.content-container .prev + h1,
.content-container .next + h2,
.content-container .prev + h2,
.content-container .next + h3,
.content-container .prev + h3 {
  padding-top: 1em;
  clear: both;
}
.content-container .next .glyphicon {
  margin-left: 0.5em;
}
.content-container .prev .glyphicon {
  margin-right: 0.5em;
}
.content-container img {
  margin-bottom: 1em;
  max-width: 100%;
}
.content-container .calloutlist img,
.content-container .co img {
  width: 1em;
  margin-top: 0.2em;
}
.content-container .co img {
  margin-bottom: 0.5em;
}
.content-container .calloutlist img {
  margin-left: 25px;
}
.co span {
  color: #54a1e5 !important;
}
.co .fa-stack .text-primary span,
.calloutlist .fa-stack .text-primary {
  color: #fff !important;
}

strong.fa-stack-1x.text-primary {
  color: #fff !important;
}
.co .fa-3x,
.calloutlist .fa-3x {
  font-size: 0.8em;
}
a.co {
  font-size: 0.9em;
}
a.co span.unicode-callout {
  font-size: 1.8em !important;
  line-height: 1em;
  display: inline-block;
  vertical-align: baseline;
}
a.co,
.calloutlist a {
  text-decoration: none;
}
a.co:focus {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 8px;
  margin-right: -20px;
  border: 2px solid #666;
  border: 2px solid rgba(81, 203, 238, 1);
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  color: #666;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.calloutlist span.unicode-callout {
  font-size: 1.3em;
  line-height: 1em;
  margin-left: 25px;
}
span.plain-text-callout::before {
  content: '(';
}
span.plain-text-callout::after {
  content: ')';
}
.co span.plain-text-callout {
  margin-left: -0.1em;
}
.calloutlist span.plain-text-callout {
  margin-left: 25px;
}
.calloutlist td:first-child {
  border: none !important;
  padding: 0 !important;
}
.calloutlist td {
  border: none !important;
  padding: 0 20px !important;
}
.warning,
.note,
.important,
.caution,
.tip {
  padding: 0;
  background-color: #eee;
  margin-bottom: 1em;
}
.warning h3,
.note h3,
.important h3,
.caution h3,
.tip h3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 30px 10px 30px;
  background-color: #888;
  color: #fff;
}
.note,
.tip {
  background-image: none;
}
.note h3::before,
.tip h3::before,
.important h3::before,
.warning h3::before,
.caution h3::before {
  font-family: FontAwesome;
  margin-right: 15px;
  color: #fff;
  font-size: 1.5em;
}
.note h3::before,
.important h3::before {
  content: '\f06a';
}
.warning h3::before,
.caution h3::before {
  content: '\f071';
}
.tip h3::before {
  content: '\f0eb';
}
.warning > *,
.note > *,
.important > *,
.caution > *,
.tip > * {
  margin-left: 45px;
  -webkit-margin-before: 0;
  padding-left: 0;
  padding-bottom: 20px;
  padding-right: 40px;
}
div.caption {
  font-style: italic;
  color: #888;
}
.panel-title a:link,
.panel-title a:visited {
  color: inherit;
}
.mediaobject table td {
  padding-right: 50px;
  text-align: left;
  vertical-align: top;
  padding: 10px;
  font-size: 0.9em;
  border-top: none !important;
}
#search-container {
  clear: both;
  padding-top: 10px;
}
p.searchresultsnippet,
p.search-result-url,
.search-result-breadcrumbs {
  color: #bbb;
}
.searchresultitem a:hover {
  text-decoration: none;
}
.searchresultitem {
  list-style-type: none;
}

