/*---FUNCTIONS---*/
/*Do the math of pixel to EM conversion*/
/*----FUNCTIONS END---*/
/*---VARIABLES---*/
/*---VARIABLES END---*/
/*---MIXIN---*/
/*---MIXIN END---*/
/* line 122, global.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 126, global.scss */
html {
  overflow-y: scroll;
}

/* line 127, global.scss */
blockquote {
  margin: 12px 0 12px 5%;
}

/* line 129, global.scss */
ol, ul {
  padding-left: 20px;
  margin: 12px 0;
}

/* line 134, global.scss */
a {
  color: #0D8DCA;
  text-decoration: none;
}
/* line 137, global.scss */
a:hover {
  text-decoration: underline;
}

/* line 142, global.scss */
p {
  clear: both;
  margin: 12px 0;
}

/* line 147, global.scss */
h1 {
  font-size: 1.25em;
}

/* line 148, global.scss */
h2 {
  font-size: 1.125em;
}

/* line 149, global.scss */
h3 {
  font-size: 1em;
}

/* line 150, global.scss */
h4 {
  font-size: 0.875em;
}

/* line 152, global.scss */
h1, h2, h3, h4 {
  clear: both;
  margin: 12px 0;
}

/* line 157, global.scss */
.floatLeft {
  float: left;
}

/* line 158, global.scss */
.floatRight {
  float: right;
}

/* line 159, global.scss */
.requirements {
  font-size: 14px;
}

/* line 161, global.scss */
.borderStyle, body #section .navigation {
  border-top: 1px solid #c2aec2;
  padding-top: 12px;
}
/* line 164, global.scss */
.borderStyle.bottom, body #section .bottom.navigation {
  border-bottom: 1px solid #c2aec2;
  padding-bottom: 12px;
}

/* line 170, global.scss */
.hl {
  background: #FF7;
  padding: 0 2px;
}
/* line 173, global.scss */
.hl.current {
  background: #FF9632;
  border: 1px dotted #039;
  padding: 0 1px;
}

/* line 180, global.scss */
body {
  font-family: Verdana, Arial, Helvetica;
  font-size: 0.8125em;
  line-height: 18px;
}
/* line 184, global.scss */
body #wrapper {
  margin: 0 auto 20px auto;
  max-width: 650px;
  padding: 0 15px;
}
/* line 188, global.scss */
body #wrapper p {
  text-align: justify;
}
/* line 190, global.scss */
body #wrapper p.centered {
  text-align: center;
}
/* line 193, global.scss */
body #wrapper #header #banner {
  margin-top: 2px;
}
/* line 195, global.scss */
body #wrapper #header #banner img {
  border: none;
  width: 100%;
}
/* line 201, global.scss */
body #wrapper #content {
  margin-top: 12px;
}
/* line 203, global.scss */
body #wrapper #content #read-button {
  background-color: #0D8DCA;
  margin: 0 auto;
  text-align: center;
  width: 25%;
}
/* line 208, global.scss */
body #wrapper #content #read-button a {
  color: white;
  display: block;
  font-weight: bold;
  font-size: 1.125em;
  padding: 5% 0;
  text-decoration: none;
}
/* line 215, global.scss */
body #wrapper #content #read-button a:focus, body #wrapper #content #read-button a:hover {
  color: #CEE8F4;
}
/* line 218, global.scss */
body #wrapper #content #copyright {
  font-weight: bold;
}
/* line 219, global.scss */
body #wrapper #content .col1, body #wrapper #content .col2 {
  float: left;
  margin: 12px 0;
  text-align: justify;
}
/* line 224, global.scss */
body #wrapper #content .col1 {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  width: 30%;
}
/* line 229, global.scss */
body #wrapper #content .col1 a {
  text-decoration: underline;
}
/* line 231, global.scss */
body #wrapper #content .col2 {
  clear: right;
  width: 70%;
}
/* line 234, global.scss */
body #wrapper #content .col2 ul {
  margin-left: 5%;
}
/* line 236, global.scss */
body #wrapper #content .col2 ul li {
  margin-bottom: 5px;
}
/* line 239, global.scss */
body #wrapper #content .gradient {
  background-color: #CEE8F4;
  display: block;
  overflow: hidden;
  padding: 0 12px;
}
/* line 244, global.scss */
body #wrapper #content .gradient h3 {
  text-align: center;
}
/* line 252, global.scss */
body #read-header,
body #book-menu,
body #toc {
  position: fixed;
  left: 0;
  width: 100%;
}
/* line 258, global.scss */
/* prev. #F36C24 */
body #read-header {
  background: #00205C !important;
  /* Standard syntax */
  height: 45px;
  top: 0;
  z-index: 2;
}
/* line 265, global.scss */
body #read-header a {
  color: white;
}
/* line 267, global.scss */
body #read-header ul {
  margin: 0;
  padding: 0;
}
/* line 269, global.scss */
body #read-header ul li {
  list-style: none;
}
/* line 271, global.scss */
body #read-header #app-title {
  margin: 13px 0 0 15px;
}
/* line 273, global.scss */
body #read-header #app-title a {
  font-size: 1em;
}
/* line 275, global.scss */
body #read-header #app-title a span {
  font-size: 1.125em;
  font-style: italic;
  font-weight: bold;
}
/* line 282, global.scss */
body #read-header #top-menu {
  margin: 13px 15px 0 0;
  z-index: 2;
}
/* line 285, global.scss */
body #read-header #top-menu ul li {
  float: left;
  margin-left: 15px;
}
/* line 288, global.scss */
body #read-header #top-menu ul li > a {
  font-weight: bold;
  display: inline-block;
}
/* line 292, global.scss */
body #read-header #top-menu ul li .search-menu {
  background-color: #CEE8F4;
  border-radius: 1px;
  padding: 6px 0 5px 5px;
}
/* line 297, global.scss */
body #read-header #top-menu ul li .search-menu span a {
  display: inline-block;
  vertical-align: bottom;
}
/* line 300, global.scss */
body #read-header #top-menu ul li .search-menu span a:hover {
  cursor: default;
}
/* line 301, global.scss */
body #read-header #top-menu ul li .search-menu span a.previous-match {
  background: url("../images/btnup\.gif") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  height: 18px;
  width: 16px;
}
/* line 303, global.scss */
body #read-header #top-menu ul li .search-menu span a.previous-match.active {
  background: url("../images/btnup_activ\.gif") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  height: 18px;
  width: 16px;
}
/* line 305, global.scss */
body #read-header #top-menu ul li .search-menu span a.previous-match.active:hover {
  cursor: pointer;
}
/* line 308, global.scss */
body #read-header #top-menu ul li .search-menu span a.next-match {
  background: url("../images/btndown\.gif") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  height: 18px;
  width: 16px;
}
/* line 310, global.scss */
body #read-header #top-menu ul li .search-menu span a.next-match.active {
  background: url("../images/btndown_activ\.gif") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  height: 18px;
  width: 16px;
}
/* line 312, global.scss */
body #read-header #top-menu ul li .search-menu span a.next-match.active:hover {
  cursor: pointer;
}
/* line 315, global.scss */
body #read-header #top-menu ul li .search-menu span a.previous-hit {
  background: url("../images/btnprevoff\.gif") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  height: 18px;
  width: 16px;
  margin-left: 5px;
}
/* line 318, global.scss */
body #read-header #top-menu ul li .search-menu span a.previous-hit.active {
  background: url("../images/btnprev\.gif") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  height: 18px;
  width: 16px;
}
/* line 320, global.scss */
body #read-header #top-menu ul li .search-menu span a.previous-hit.active:hover {
  cursor: pointer;
}
/* line 323, global.scss */
body #read-header #top-menu ul li .search-menu span a.next-hit {
  background: url("../images/btnnextoff\.gif") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  height: 18px;
  width: 16px;
}
/* line 325, global.scss */
body #read-header #top-menu ul li .search-menu span a.next-hit.active {
  background: url("../images/btnnext\.gif") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  height: 18px;
  width: 16px;
}
/* line 327, global.scss */
body #read-header #top-menu ul li .search-menu span a.next-hit.active:hover {
  cursor: pointer;
}
/* line 330, global.scss */
body #read-header #top-menu ul li .search-menu span a.clear {
  margin: 0 5px 0 2px;
  color: #0D8DCA;
}
/* line 332, global.scss */
body #read-header #top-menu ul li .search-menu span a.clear:hover {
  cursor: pointer;
}
/* line 341, global.scss */
body #help-box {
  display: none;
  font-size: 12px;
  background-color: whitesmoke;
  border: 1px solid #d9d9d9;
  box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.5);
  cursor: default;
  color: gray;
  margin: 4px 0 0 -6px;
  padding: 10px;
  background-color: white;
  margin: 55px 0 0 50px;
  width: 530px;
}
/* line 348, global.scss */
body #help-box h2 {
  float: left;
  margin-top: 5px;
}
/* line 352, global.scss */
body #help-box ul {
  border-bottom: none;
  padding-left: 15px;
  margin: 0;
}
/* line 356, global.scss */
body #help-box ul.menu {
  float: right;
  list-style: none;
}
/* line 359, global.scss */
body #help-box ul.menu li.hide {
  margin-right: 10px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
  background: #dddddd url("../images/deleteFilterOff.png") no-repeat center center;
  margin: 3px 0 0;
}
/* line 70, global.scss */
body #help-box ul.menu li.hide:hover {
  cursor: pointer;
}
/* line 365, global.scss */
body #help-box .content {
  box-shadow: 0px 0px 7px 1px #ccc inset;
  clear: both;
  height: 400px;
  overflow-y: auto;
  padding: 0 10px;
}
/* line 371, global.scss */
body #help-box .content img {
  max-width: 95%;
  vertical-align: middle;
}
/* line 374, global.scss */
body #help-box .content img.readlinks {
  display: none;
}
/* line 377, global.scss */
body #help-box .content img#readlinks {
  display: block;
}
/* line 380, global.scss */
body #help-box .content blockquote img {
  vertical-align: text-bottom;
}
/* line 382, global.scss */
body #help-box .content h3 {
  border-top: 1px solid #c2aec2;
  padding-top: 10px;
}
/* line 386, global.scss */
body #help-box .content p {
  overflow: hidden;
}
/* line 387, global.scss */
body #help-box .content #topics {
  padding: 0 10px 10px;
  background-color: #CEE8F4;
}
/* line 390, global.scss */
body #help-box .content #topics h3 {
  border-top: none;
}
/* line 395, global.scss */
body #help-box .buttons {
  font-weight: bold;
  margin-top: 10px;
}
/* line 401, global.scss */
body #book-menu {
  box-shadow: 0px 1px 5px #888888;
  background-color: #0D8DCA;
  display: block;
  height: 34px;
  text-align: center;
  top: 45px;
  z-index: 1;
}
/* line 409, global.scss */
body #book-menu #show-toc {
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
  background-color: white;
  float: left;
  margin: 7px 10px;
  padding: 4px;
  visibility: hidden;
}
/* line 70, global.scss */
body #book-menu #show-toc:hover {
  cursor: pointer;
}
/* line 416, global.scss */
body #book-menu #show-toc:focus, body #book-menu #show-toc:hover {
  background-color: #CEE8F4;
}
/* line 417, global.scss */
body #book-menu #show-toc.active-button {
  visibility: visible;
}
/* line 419, global.scss */
body #book-menu ul {
  margin: 7px 35px;
  padding: 0;
}
/* line 422, global.scss */
body #book-menu ul li {
  background: transparent url("../images/menu_white_divider.png") no-repeat right 3px;
  padding: 0 2px 0 1px;
  display: inline;
  list-style: none;
  margin-right: -5px;
}
/* line 428, global.scss */
body #book-menu ul li:last-child {
  background-image: none;
}
/* line 429, global.scss */
body #book-menu ul li a {
  color: white;
  font-weight: bold;
  padding: 1px 5px;
  margin: 0 2px;
}
/* line 434, global.scss */
body #book-menu ul li a:hover, body #book-menu ul li a:focus {
  background-color: white;
  color: #0D8DCA;
  text-decoration: none;
}
/* line 440, global.scss */
body #book-menu ul li#search-button {
  background: none;
}
/* line 442, global.scss */
body #book-menu ul li#search-button a {
  background: transparent url("../images/gosearch_white.gif") no-repeat left center;
  display: inline-block;
  height: 18px;
  margin-right: 9px;
  padding-right: 10px;
  text-indent: -9999px;
  width: 0;
}
/* line 452, global.scss */
body #book-menu ul li#home, body #book-menu ul li#help {
  display: none;
}
/* line 454, global.scss */
body #book-menu ul li.last {
  background: none;
}
/* line 458, global.scss */
body #toc {
  background-color: white;
  top: 79px;
  overflow-y: scroll;
  height: 90%;
  height: calc(100% - 80px) !important;
  background-color: whitesmoke;
  z-index: 1;
  box-shadow: 0px 1px 5px #888888;
}
/* line 467, global.scss */
body #toc.size0 {
  display: none;
}
/* line 468, global.scss */
body #toc.size1 {
  width: 338px;
}
/* line 84, global.scss */
body #toc.size1 .toc-menu {
  width: 310px;
}
/* line 88, global.scss */
body #toc.size1 .toc-menu li a.hide {
  margin-right: 10px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
  background: #dddddd url("../images/deleteFilterOff.png") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 12px;
}
/* line 70, global.scss */
body #toc.size1 .toc-menu li a.hide:hover {
  cursor: pointer;
}
/* line 94, global.scss */
body #toc.size1 .toc-menu li a.expander {
  position: absolute;
  right: 35px;
  top: 12px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
}
/* line 70, global.scss */
body #toc.size1 .toc-menu li a.expander:hover {
  cursor: pointer;
}
/* line 469, global.scss */
body #toc.size2 {
  width: 388px;
}
/* line 84, global.scss */
body #toc.size2 .toc-menu {
  width: 360px;
}
/* line 88, global.scss */
body #toc.size2 .toc-menu li a.hide {
  margin-right: 10px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
  background: #dddddd url("../images/deleteFilterOff.png") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 12px;
}
/* line 70, global.scss */
body #toc.size2 .toc-menu li a.hide:hover {
  cursor: pointer;
}
/* line 94, global.scss */
body #toc.size2 .toc-menu li a.expander {
  position: absolute;
  right: 35px;
  top: 12px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
}
/* line 70, global.scss */
body #toc.size2 .toc-menu li a.expander:hover {
  cursor: pointer;
}
/* line 470, global.scss */
body #toc.size3 {
  width: 438px;
}
/* line 84, global.scss */
body #toc.size3 .toc-menu {
  width: 410px;
}
/* line 88, global.scss */
body #toc.size3 .toc-menu li a.hide {
  margin-right: 10px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
  background: #dddddd url("../images/deleteFilterOff.png") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 12px;
}
/* line 70, global.scss */
body #toc.size3 .toc-menu li a.hide:hover {
  cursor: pointer;
}
/* line 94, global.scss */
body #toc.size3 .toc-menu li a.expander {
  position: absolute;
  right: 35px;
  top: 12px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
}
/* line 70, global.scss */
body #toc.size3 .toc-menu li a.expander:hover {
  cursor: pointer;
}
/* line 471, global.scss */
body #toc.size4 {
  width: 488px;
}
/* line 84, global.scss */
body #toc.size4 .toc-menu {
  width: 460px;
}
/* line 88, global.scss */
body #toc.size4 .toc-menu li a.hide {
  margin-right: 10px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
  background: #dddddd url("../images/deleteFilterOff.png") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 12px;
}
/* line 70, global.scss */
body #toc.size4 .toc-menu li a.hide:hover {
  cursor: pointer;
}
/* line 94, global.scss */
body #toc.size4 .toc-menu li a.expander {
  position: absolute;
  right: 35px;
  top: 12px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
}
/* line 70, global.scss */
body #toc.size4 .toc-menu li a.expander:hover {
  cursor: pointer;
}
/* line 472, global.scss */
body #toc.size5 {
  width: 538px;
}
/* line 84, global.scss */
body #toc.size5 .toc-menu {
  width: 510px;
}
/* line 88, global.scss */
body #toc.size5 .toc-menu li a.hide {
  margin-right: 10px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
  background: #dddddd url("../images/deleteFilterOff.png") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 12px;
}
/* line 70, global.scss */
body #toc.size5 .toc-menu li a.hide:hover {
  cursor: pointer;
}
/* line 94, global.scss */
body #toc.size5 .toc-menu li a.expander {
  position: absolute;
  right: 35px;
  top: 12px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
  background: #dddddd url("../images/node-closed-left.gif") no-repeat center center;
  width: 10px;
}
/* line 70, global.scss */
body #toc.size5 .toc-menu li a.expander:hover {
  cursor: pointer;
}
/* line 473, global.scss */
body #toc .toc-menu {
  margin: 0;
  padding: 0;
  background: #CEE8F4 !important;
  height: 40px;
  padding-left: 10px;
  position: fixed;
  top: 79px;
  width: 360px;
}
/* line 481, global.scss */
body #toc .toc-menu li {
  float: left;
  list-style: none;
  background: transparent url("../images/menu_white_divider.png") no-repeat left 15px;
}
/* line 485, global.scss */
body #toc .toc-menu li:first-child {
  background: none;
}
/* line 486, global.scss */
body #toc .toc-menu li a {
  line-height: 40px;
  margin: 0 4px;
  padding: 2px 4px 2px 4px;
}
/* line 491, global.scss */
body #toc .toc-menu li a:hover {
  text-decoration: underline;
}
/* line 499, global.scss */
body #toc .toc-tree {
  padding: 45px 10px 10px;
}
/* line 501, global.scss */
body #toc .toc-tree .ti {
  border-top: 1px solid #CEE8F4;
}
/* line 503, global.scss */
body #toc .toc-tree .ti .button {
  display: inline-block;
  height: 7px;
  margin-top: 9px;
  width: 16px;
}
/* line 510, global.scss */
body #toc .toc-tree .ti.leaf .button {
  background: none;
  display: none;
}
/* line 514, global.scss */
body #toc .toc-tree .ti.leaf a {
  padding: 3px 3px 3px 19px;
}
/* line 516, global.scss */
body #toc .toc-tree .ti a {
  display: inline-block;
  padding: 3px;
  width: 91%;
  width: calc(100% - 22px) !important;
}
/* line 522, global.scss */
body #toc .toc-tree .ti.current > a {
  background-color: #CEE8F4;
}
/* line 526, global.scss */
body #toc .toc-tree .ti.node .button {
  vertical-align: top;
}
/* line 528, global.scss */
body #toc .toc-tree .ti.node .button, body #toc .toc-tree .ti.node .button.expand {
  background: url("../images/node-closed.gif") no-repeat center center;
}
/* line 531, global.scss */
body #toc .toc-tree .ti.node .button.contract {
  background: url("../images/node-open.gif") no-repeat center center;
}
/* line 532, global.scss */
body #toc .toc-tree .ti.node .button:hover {
  cursor: pointer;
}
/* line 535, global.scss */
body #toc .toc-tree .ti .tic {
  margin-left: 15px;
}
/* line 537, global.scss */
body #toc .toc-tree > .ti:first-child {
  border-top: none;
}
/* line 538, global.scss */
body #toc .toc-tree > .ti:last-child {
  border-bottom: 1px solid #c2aec2;
}
/* line 541, global.scss */
body #section {
  padding: 91px 12px 12px;
}
/* line 543, global.scss */
body #section.size0 {
  margin-left: 0;
}
/* line 544, global.scss */
body #section.size1 {
  margin-left: 338px;
}
/* line 545, global.scss */
body #section.size2 {
  margin-left: 388px;
}
/* line 546, global.scss */
body #section.size3 {
  margin-left: 438px;
}
/* line 547, global.scss */
body #section.size4 {
  margin-left: 488px;
}
/* line 548, global.scss */
body #section.size5 {
  margin-left: 538px;
}
/* line 550, global.scss */
body #section #search-box {
  margin: 20px 10px;
  height: auto;
  overflow: hidden;
}
/* line 554, global.scss */
body #section #search-box * {
  border: 0px;
}
/* line 558, global.scss */
body #section #search-box input {
  width: 7px;
  padding: 0 3px;
  height: 24px;
  font-size: 13px;
  font-family: Verdana,Arial,Helvetica;
}
/* line 566, global.scss */
body #section #search-box .input-box {
  float: left;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-shadow: 0 0 2px #ccc inset;
  cursor: text;
  overflow: hidden;
  min-height: 34px;
  padding: 5px 10px 5px 5px;
  width: 85%;
  width: calc(100% - 70px) !important;
}
/* line 577, global.scss */
body #section #search-box .input-box .clear-box {
  background: transparent url("../images/search-clear.png") no-repeat center center;
  cursor: pointer;
  float: right;
  height: 15px;
  margin-top: 9px;
  width: 15px;
}
/* line 585, global.scss */
body #section #search-box .input-box .insert-point {
  display: inline-block;
  padding: 4px 0 3px;
  width: 5px;
}
/* line 591, global.scss */
body #section #search-box .input-box .insert-point input:active, body #section #search-box .input-box .insert-point input:focus {
  outline: none;
  border: none;
}
/* line 597, global.scss */
body #section #search-box .input-box .search-field {
  background-color: whitesmoke;
  display: inline-block;
  padding: 4px 4px 4px 5px;
  margin: 1px 0;
}
/* line 603, global.scss */
body #section #search-box .input-box .search-field.active, body #section #search-box .input-box .search-field:hover {
  background-color: #CEE8F4;
}
/* line 606, global.scss */
body #section #search-box .input-box .search-field .field-delete {
  cursor: pointer;
  float: left;
  height: 24px;
  width: 15px;
  text-indent: -9999px;
  background: transparent url("../images/deleteFilterOff.png") no-repeat left 7px;
}
/* line 613, global.scss */
body #section #search-box .input-box .search-field .field-delete:hover {
  background: transparent url("../images/deleteFilterOn.png") no-repeat left 7px;
}
/* line 615, global.scss */
body #section #search-box .input-box .search-field .field-label {
  color: #0D8DCA;
  cursor: pointer;
  font-size: 12px;
  padding: 0 1px 0 3px;
}
/* line 621, global.scss */
body #section #search-box .input-box .search-field select {
  padding: 0 1px;
  border: 1px solid white;
}
/* line 624, global.scss */
body #section #search-box .input-box .search-field select option {
  padding: 1px 3px;
}
/* line 626, global.scss */
body #section #search-box .input-box .search-field select:active, body #section #search-box .input-box .search-field select:focus {
  border: 1px solid #0D8DCA;
}
/* line 635, global.scss */
body #section #search-box .button.search, body #section #search-box .button.settings {
  background: url("../images/gosearch\.gif") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  height: 18px;
  width: 16px;
  cursor: pointer;
  float: left;
  margin: 14px 0 0 10px;
}
/* line 641, global.scss */
body #section #search-box .button.settings {
  background: url("../images/settings\.png") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  height: 18px;
  width: 16px;
  margin-left: 8px;
}
/* line 647, global.scss */
body #section #search-box #filters-list {
  background-color: whitesmoke;
  border: 1px solid #d9d9d9;
  box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.5);
  cursor: default;
  color: gray;
  margin: 4px 0 0 -6px;
  padding: 10px;
  min-width: 170px;
}
/* line 650, global.scss */
body #section #search-box #filters-list > * {
  padding: 3px;
}
/* line 651, global.scss */
body #section #search-box #filters-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: none;
}
/* line 655, global.scss */
body #section #search-box #filters-list ul.menu {
  float: right;
}
/* line 657, global.scss */
body #section #search-box #filters-list ul.menu li.hide {
  margin-right: 10px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
  background: #dddddd url("../images/deleteFilterOff.png") no-repeat center center;
  margin: 3px 0 0;
}
/* line 70, global.scss */
body #section #search-box #filters-list ul.menu li.hide:hover {
  cursor: pointer;
}
/* line 663, global.scss */
body #section #search-box #filters-list .filter {
  border-bottom: 1px solid #c2aec2;
  cursor: pointer;
  color: #0D8DCA;
  font-weight: bold;
  font-size: 11px;
}
/* line 669, global.scss */
body #section #search-box #filters-list .filter:hover {
  text-decoration: underline;
}
/* line 672, global.scss */
body #section #search-box #filters-list .filter.selected a {
  background-color: #CEE8F4;
  text-decoration: none;
}
/* line 676, global.scss */
body #section #search-box #filters-list .filter a {
  display: block;
  padding: 3px;
}
/* line 683, global.scss */
body #section #search-box .filters-container div {
  padding: 3px;
}
/* line 684, global.scss */
body #section #search-box .filters-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 688, global.scss */
body #section #search-box .filters-container .filter {
  background-color: whitesmoke;
  border: 1px solid #d9d9d9;
  box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.5);
  cursor: default;
  color: gray;
  margin: 4px 0 0 -6px;
  padding: 10px;
}
/* line 689, global.scss */
body #section #search-box .filters-container .text.filter {
  margin-top: 0;
  min-width: 170px;
}
/* line 693, global.scss */
body #section #search-box .filters-container .text.filter ul.menu {
  border-bottom: none;
  float: right;
  min-width: auto;
  padding: 0;
}
/* line 698, global.scss */
body #section #search-box .filters-container .text.filter ul.menu li.hide {
  margin-right: 10px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
  background: #dddddd url("../images/deleteFilterOff.png") no-repeat center center;
  margin: 3px 0 0;
}
/* line 70, global.scss */
body #section #search-box .filters-container .text.filter ul.menu li.hide:hover {
  cursor: pointer;
}
/* line 703, global.scss */
body #section #search-box .filters-container .text.filter ul li.operator {
  border-bottom: 1px solid #c2aec2;
  font-weight: bold;
  font-size: 11px;
  padding: 3px;
}
/* line 708, global.scss */
body #section #search-box .filters-container .text.filter ul li.operator a {
  display: block;
}
/* line 710, global.scss */
body #section #search-box .filters-container .text.filter ul li.operator a[data-operator="NEAR"] {
  display: inline;
  border: 1px solid #dddddd;
  padding: 5px 6px 3px;
}
/* line 716, global.scss */
body #section #search-box .filters-container .text.filter ul li.operator input {
  border: 1px solid #dddddd;
  width: 23%;
}
/* line 720, global.scss */
body #section #search-box .filters-container .text.filter ul li.operator.selected {
  background-color: #CEE8F4;
}
/* line 726, global.scss */
body #section #search-box .filters-container .tree.filter {
  margin-top: 0;
}
/* line 728, global.scss */
body #section #search-box .filters-container .tree.filter .menu {
  border-bottom: 1px solid #c2aec2;
  display: block;
  margin-bottom: 5px;
  min-width: 200px;
  overflow: hidden;
  padding: 3px 3px 5px 3px;
}
/* line 735, global.scss */
body #section #search-box .filters-container .tree.filter .menu li {
  float: left;
}
/* line 737, global.scss */
body #section #search-box .filters-container .tree.filter .menu li.expand {
  background: transparent url("../images/menu_blue_divider.png") no-repeat right 4px;
  margin-right: 7px;
  padding-right: 9px;
}
/* line 742, global.scss */
body #section #search-box .filters-container .tree.filter .menu li.hide {
  margin-right: 10px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
  background: #dddddd url("../images/deleteFilterOff.png") no-repeat center center;
  margin: 0;
}
/* line 70, global.scss */
body #section #search-box .filters-container .tree.filter .menu li.hide:hover {
  cursor: pointer;
}
/* line 748, global.scss */
body #section #search-box .filters-container .tree.filter .tree {
  padding: 0 1px;
}
/* line 750, global.scss */
body #section #search-box .filters-container .tree.filter .tree label {
  display: inline-block;
  padding: 1px 4px 0;
  width: calc(100% - 8px);
}
/* line 754, global.scss */
body #section #search-box .filters-container .tree.filter .tree label input {
  margin: -1px 4px 0 0;
  vertical-align: middle;
  width: auto;
}
/* line 760, global.scss */
body #section #search-box .filters-container .tree.filter .tree .selectable {
  padding: 3px 12px;
}
/* line 762, global.scss */
body #section #search-box .filters-container .tree.filter .tree .selectable.selected > label {
  background-color: #CEE8F4;
  border-radius: 1px;
}
/* line 767, global.scss */
body #section #search-box .filters-container .tree.filter .tree .selectable > .button.contract, body #section #search-box .filters-container .tree.filter .tree .selectable > .button.expand {
  cursor: pointer;
  display: inline-block;
  height: 9px;
  margin-left: -12px;
  width: 12px;
}
/* line 774, global.scss */
body #section #search-box .filters-container .tree.filter .tree .selectable > .button.contract {
  background: url("../images/node-open.gif") no-repeat left center;
}
/* line 777, global.scss */
body #section #search-box .filters-container .tree.filter .tree .selectable > .button.expand {
  background: url("../images/node-closed.gif") no-repeat left center;
}
/* line 781, global.scss */
body #section #search-box .filters-container .tree.filter .tree .tic {
  margin: 0 0 0 13px;
  padding: 0 3px;
}
/* line 784, global.scss */
body #section #search-box .filters-container .tree.filter .tree .tic .ti {
  padding: 0 3px;
}
/* line 791, global.scss */
body #section #search-box .settings-container {
  background-color: whitesmoke;
  border: 1px solid #d9d9d9;
  box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.5);
  cursor: default;
  color: gray;
  margin: 4px 0 0 -6px;
  padding: 10px;
  margin-top: 8px;
  width: 230px;
}
/* line 795, global.scss */
body #section #search-box .settings-container div {
  padding: 5px 0;
  border-bottom: 1px solid #c2aec2;
}
/* line 798, global.scss */
body #section #search-box .settings-container div.buttons {
  border-bottom: none;
  font-size: 12px;
  padding-bottom: 0;
  text-align: center;
}
/* line 803, global.scss */
body #section #search-box .settings-container div.buttons a {
  font-weight: bold;
  margin: 0 3px;
}
/* line 809, global.scss */
body #section #search-box .settings-container input {
  height: 22px;
  vertical-align: middle;
  width: auto;
}
/* line 814, global.scss */
body #section #search-box .settings-container select {
  border: 1px solid #dddddd;
}
/* line 816, global.scss */
body #section #search-box .settings-container select option {
  padding: 1px 3px;
}
/* line 818, global.scss */
body #section #search-box .settings-container blockquote {
  margin: 5px 0 5px 5px;
}
/* line 821, global.scss */
body #section #search-box .settings-container label {
  display: inline;
}
/* line 824, global.scss */
body #section #search-box .settings-container ul {
  margin: 0;
}
/* line 827, global.scss */
body #section #search-box .settings-container ul.menu li.hide {
  margin-right: 10px;
  border: 1px solid #0D8DCA;
  float: right;
  height: 10px;
  padding: 3px;
  margin: 0;
  width: 11px;
  background: #dddddd url("../images/node-closed.gif") no-repeat center center;
  background: #dddddd url("../images/deleteFilterOff.png") no-repeat center center;
  list-style: none;
  margin: 3px 0 0;
}
/* line 70, global.scss */
body #section #search-box .settings-container ul.menu li.hide:hover {
  cursor: pointer;
}
/* line 835, global.scss */
body #section #search-box #calculate-text-width {
  display: none;
  position: absolute;
  height: auto;
  width: auto;
  white-space: pre;
  line-height: 24px;
  padding: 0 3px;
  font-size: 13px;
  margin-left: 67px;
  font-family: Verdana,Arial,Helvetica;
}
/* line 849, global.scss */
body #section #search-results {
  margin: 10px;
}
/* line 852, global.scss */
body #section #search-results .pagination-top .buttons {
  margin-top: 15px;
}
/* line 854, global.scss */
body #section #search-results .page-content {
  margin: 20px 0;
  padding: 0;
}
/* line 857, global.scss */
body #section #search-results .page-content li {
  list-style-type: none;
  margin-bottom: 5px;
}
/* line 860, global.scss */
body #section #search-results .page-content li a {
  background: url("../images/itext.png") no-repeat 3px 1px;
  display: inline-block;
  padding: 0 4px 2px 20px;
}
/* line 866, global.scss */
body #section #search-results .page-content li.current a {
  background-color: #CEE8F4;
}
/* line 872, global.scss */
body #section #search-results .pagination-top .buttons,
body #section #search-results .pagination-bottom .buttons {
  text-align: center;
}
/* line 875, global.scss */
body #section #search-results .pagination-top .buttons a.button,
body #section #search-results .pagination-bottom .buttons a.button {
  border: 1px solid #dddddd;
  padding: 2px 6px;
  margin: 0 2px;
}
/* line 879, global.scss */
body #section #search-results .pagination-top .buttons a.button.selected,
body #section #search-results .pagination-bottom .buttons a.button.selected {
  background-color: #CEE8F4;
  border: 1px solid #CCC;
}
/* line 886, global.scss */
body #section #search-results .pagination-top .buttons a.button.goToFirst, body #section #search-results .pagination-top .buttons a.button.goToPrev, body #section #search-results .pagination-top .buttons a.button.goToNext, body #section #search-results .pagination-top .buttons a.button.goToLast,
body #section #search-results .pagination-bottom .buttons a.button.goToFirst,
body #section #search-results .pagination-bottom .buttons a.button.goToPrev,
body #section #search-results .pagination-bottom .buttons a.button.goToNext,
body #section #search-results .pagination-bottom .buttons a.button.goToLast {
  display: inline;
  line-height: 19px;
  padding: 1px 10px;
  background: no-repeat center center;
}
/* line 893, global.scss */
body #section #search-results .pagination-top .buttons a.button.goToFirst,
body #section #search-results .pagination-bottom .buttons a.button.goToFirst {
  background-image: url("../images/first-button-icon.png");
}
/* line 894, global.scss */
body #section #search-results .pagination-top .buttons a.button.goToPrev,
body #section #search-results .pagination-bottom .buttons a.button.goToPrev {
  background-image: url("../images/previous-button-icon.png");
}
/* line 895, global.scss */
body #section #search-results .pagination-top .buttons a.button.goToNext,
body #section #search-results .pagination-bottom .buttons a.button.goToNext {
  background-image: url("../images/next-button-icon.png");
}
/* line 896, global.scss */
body #section #search-results .pagination-top .buttons a.button.goToLast,
body #section #search-results .pagination-bottom .buttons a.button.goToLast {
  background-image: url("../images/last-button-icon.png");
}
/* line 899, global.scss */
body #section #search-results .pagination-top .buttons .page-jump,
body #section #search-results .pagination-bottom .buttons .page-jump {
  margin: 0 5px;
}
/* line 901, global.scss */
body #section #search-results .pagination-top .buttons .page-jump input,
body #section #search-results .pagination-bottom .buttons .page-jump input {
  border: 1px solid #dddddd;
  width: 20px;
  padding: 2px 4px;
}
/* line 905, global.scss */
body #section #search-results .pagination-top .buttons .page-jump input:focus,
body #section #search-results .pagination-bottom .buttons .page-jump input:focus {
  border: 1px solid #ccc;
}
/* line 912, global.scss */
body #section .pdf-section-link {
  background-color: #CEE8F4;
  display: inline-block;
  float: right;
  margin: 0 0 3px 3px;
  padding: 5px 7px;
}
/* line 918, global.scss */
body #section .pdf-section-link a {
  background: url("../images/ipdf.gif") no-repeat left center;
  font-weight: bold;
  padding-left: 18px;
  text-decoration: none;
}
/* line 924, global.scss */
body #section .pdf-section-link a:hover {
  text-decoration: underline;
}
/* line 928, global.scss */
body #section .section-parents {
  float: left;
}
/* line 930, global.scss */
body #section .section-parents ul {
  margin-top: 0;
  padding: 0;
}
/* line 933, global.scss */
body #section .section-parents ul li {
  display: inline;
  font-size: 11px;
  list-style: none;
  margin-left: 5px;
}
/* line 938, global.scss */
body #section .section-parents ul li:before {
  content: url("../images/node-closed.gif") !important;
  content: '>';
  color: #aeaeae;
  margin-right: 5px;
}
/* line 944, global.scss */
body #section .section-parents ul li:first-child {
  margin-left: 0;
}
/* line 946, global.scss */
body #section .section-parents ul li:first-child:before {
  content: '' !important;
  margin-right: 0;
}
/* line 951, global.scss */
body #section .section-parents ul li a {
  font-size: 11px;
  margin-right: 3px;
}
/* line 958, global.scss */
body #section .section-title {
  border-bottom: 1px solid #c2aec2;
  clear: both;
  font-size: 1.125em;
  font-weight: bold;
  padding-bottom: 10px;
}
/* line 965, global.scss */
body #section .section-toc {
  padding: 0 20px;
}
/* line 967, global.scss */
body #section .section-toc ul {
  padding: 0;
}
/* line 969, global.scss */
body #section .section-toc ul li {
  border-bottom: 1px solid #EEE;
  list-style: none;
}
/* line 972, global.scss */
body #section .section-toc ul li:last-child {
  border-bottom: none;
}
/* line 973, global.scss */
body #section .section-toc ul li a {
  display: inline-block;
  padding: 3px;
}
/* line 979, global.scss */
body #section .section-toc div {
  margin-top: 10px;
  text-align: center;
}
/* line 982, global.scss */
body #section .section-toc div select {
  border: 1px solid #dddddd;
  max-width: 400px;
  padding: 3px;
  width: 100%;
}
/* line 987, global.scss */
body #section .section-toc div select option {
  padding: 1px 3px;
}
/* line 989, global.scss */
body #section .section-toc div select:focus, body #section .section-toc div select:hover {
  background-color: whitesmoke;
}
/* line 994, global.scss */
body #section .section-text .formatDate {
  display: block;
  font-weight: bold;
  margin-top: 10px;
  text-align: right;
}
/* line 1000, global.scss */
body #section .section-text a {
  text-decoration: underline;
  word-wrap: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
}
/* line 1006, global.scss */
body #section .section-text ul, body #section .section-text ol {
  margin-left: 4%;
}
/* line 1009, global.scss */
body #section .section-text ul li,
body #section .section-text ol li,
body #section .section-text blockquote p br {
  margin-bottom: 10px;
}
/* line 1011, global.scss */
body #section .section-text table td {
  padding: 5px;
}
/* line 1013, global.scss */
body #section .section-text table td p {
  margin: 0;
}
/* line 1016, global.scss */
body #section .section-text img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/* line 1022, global.scss */
body #section .navigation {
  margin-top: 10px;
  overflow: hidden;
}
/* line 1026, global.scss */
body #section .navigation a {
  height: 16px;
  width: 40px;
}
/* line 1029, global.scss */
body #section .navigation a.previous {
  background: url("../images/less.gif") no-repeat left center;
  float: left;
}
/* line 1033, global.scss */
body #section .navigation a.next {
  background: url("../images/more.gif") no-repeat left center;
  float: right;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1043, global.scss */
  body #section #search-box .input-box .search-field select {
    padding: 2px 1px;
  }
}
@media screen and (max-width: 990px) {
  /* line 1050, global.scss */
  body #help-box .content img#readlinks {
    display: none;
  }
  /* line 1051, global.scss */
  body #help-box .content img#readlinks1 {
    display: block;
  }
  /* line 1055, global.scss */
  body #book-menu #show-toc {
    visibility: visible;
  }
  /* line 1056, global.scss */
  body #book-menu ul {
    display: none;
  }
  /* line 1058, global.scss */
  body #book-menu ul.active {
    box-shadow: 0px 1px 5px #888888;
    margin: 0;
    padding: 0;
    position: fixed;
    display: inline-block;
    right: 0;
    top: 79px;
    background-color: #0D8DCA;
    border-top: 1px solid #dddddd;
    z-index: 3;
  }
  /* line 1068, global.scss */
  body #book-menu ul.active li {
    display: block;
    border-bottom: 1px solid white;
    background: none;
    margin-right: 0;
    padding: 0;
  }
  /* line 1074, global.scss */
  body #book-menu ul.active li#search-button {
    display: none;
  }
  /* line 1075, global.scss */
  body #book-menu ul.active li a {
    margin: 0;
    padding: 0;
    display: block;
    padding: 3px 5px;
  }
  /* line 1083, global.scss */
  body #book-menu .responsive-menu {
    background: transparent url("../images/menu.png") no-repeat left center;
    float: right;
    height: 18px;
    margin: 8px 10px;
    width: 27px;
  }
  /* line 1089, global.scss */
  body #book-menu .responsive-menu:hover, body #book-menu .responsive-menu.active {
    cursor: pointer;
    background: transparent url("../images/menu_active.png") no-repeat left center;
  }
  /* line 1095, global.scss */
  body #toc {
    display: none;
  }
  /* line 1097, global.scss */
  body #toc.visible {
    display: block;
  }
  /* line 1105, global.scss */
  body #section.size0, body #section.size1, body #section.size2, body #section.size3, body #section.size4, body #section.size5 {
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  /* line 1116, global.scss */
  body #help-box .content img#readlinks1 {
    display: none;
  }
  /* line 1117, global.scss */
  body #help-box .content img#readlinks2 {
    display: block;
  }
  /* line 1124, global.scss */
  body #read-header #top-menu ul li:nth-child(1), body #read-header #top-menu ul li:nth-child(2) {
    display: none;
  }
  /* line 1128, global.scss */
  body #read-header #app-title {
    width: 440px;
  }
  /* line 1130, global.scss */
  body #help-box {
    margin: -37px 0 0 -20px;
  }
  /* line 1137, global.scss */
  body #book-menu ul.active li#home, body #book-menu ul.active li#help {
    display: block;
    background-color: #CEE8F4;
  }
  /* line 1140, global.scss */
  body #book-menu ul.active li#home a, body #book-menu ul.active li#help a {
    color: #0D8DCA;
  }
  /* line 1146, global.scss */
  body #section #search-box {
    margin: 20px 0;
  }
  /* line 1148, global.scss */
  body #section #search-box .settings-container {
    margin-left: -16px;
  }
  /* line 1150, global.scss */
  body #section #search-results {
    margin: 10px 0;
  }
  /* line 1151, global.scss */
  body #section .pdf-section-link a span:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  /* line 1160, global.scss */
  body #help-box .content img#readlinks2 {
    display: none;
  }
  /* line 1161, global.scss */
  body #help-box .content img#readlinks3 {
    display: block;
  }
  /* line 1164, global.scss */
  body #read-header #top-menu {
    margin: 0;
    position: absolute;
    right: 60px;
    top: 50px;
  }
  /* line 1169, global.scss */
  body #read-header #top-menu ul li {
    background-color: white;
    margin-left: 0;
    padding: 2px 5px 3px;
  }
  /* line 1173, global.scss */
  body #read-header #top-menu ul li .search-menu {
    background: none;
    padding: 0;
  }
  /* line 1176, global.scss */
  body #read-header #top-menu ul li .search-menu span a.clear {
    margin-right: 0;
  }
  /* line 1178, global.scss */
  body #read-header #top-menu ul li a {
    color: #0D8DCA;
  }
  /* line 1181, global.scss */
  body #help-box {
    width: 80%;
  }
  /* line 1183, global.scss */
  body #toc.size2 {
    width: 300px;
  }
  /* line 1185, global.scss */
  body #toc.size2 .toc-menu {
    width: 272px;
  }
  /* line 1188, global.scss */
  body #toc.size2 .toc-menu li a.hide {
    right: 5px;
  }
  /* line 1189, global.scss */
  body #toc.size2 .toc-menu li a.expander {
    display: none;
  }
  /* line 1195, global.scss */
  body #wrapper #content .col1, body #wrapper #content .col2 {
    clear: both;
    width: 100%;
  }
  /* line 1199, global.scss */
  body #wrapper #content .col1 {
    margin: 0;
    text-align: left;
  }
  /* line 1203, global.scss */
  body #wrapper #content .col2 {
    border-bottom: 1px solid #f8da83;
    padding-bottom: 12px;
  }
  /* line 1206, global.scss */
  body #wrapper #content .col2.last {
    border-bottom: none;
    padding-bottom: 0;
  }
  /* line 1212, global.scss */
  body #section .section-toc {
    padding: 0;
  }
}
@media screen and (max-width: 380px) {
  /* line 1219, global.scss */
  body #section #search-results .pagination-bottom .buttons a.button {
    margin: 0 1px;
  }
}
