@import url(https://fonts.googleapis.com/css?family=Questrial);
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: 'Questrial','Segoe UI', sans-serif; }

body {
  background-color: #fff;
  /*    color: #454545; */
  font-size: 100%;
  line-height: 150%; }
  body.js {
    margin-left: 6vw;
    margin-right: 6vw; }
  body.no-js .topic {
    margin-left: 3%;
    margin-right: 3%; }

.breaker {
  display: block;
  height: 0;
  content: " ";
  font-size: 0; }

/*
  The DITA OT scripts insert br tags in many locations to handle mixed content within the xml source topics.
  This is an attempt to make these look acceptable in a browser, but <p> tags would have been better.
 */
br {
  display: block;
  content: "";
  margin: 1em; }

.hide {
  display: none;
  visibility: hidden; }

h1 {
  margin: 0 0 21pt 0;
  font-size: 240%; }

h2 {
  margin: 21pt 0 13pt 0;
  font-size: 180%; }

h3 {
  margin: 14pt 0 8pt 0;
  font-size: 150%; }

h4 {
  margin: 12pt 0 8pt 0;
  font-size: 130%; }

h5 {
  margin: 10pt 0 8pt 0;
  font-size: 100%; }

h6 {
  margin: 9pt 0 8pt 0;
  font-size: 95%; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  background-color: transparent;
  font-weight: normal !important;
  line-height: 100%; }

hr {
  display: block;
  margin: 0.5em auto;
  border: 0 inset; }

.section {
  margin-top: 1em;
  margin-bottom: 1em; }

.signpost {
  padding-top: 8pt;
  font-weight: bold;
  font-style: italic; }

.figcap {
  margin-top: 6pt;
  margin-bottom: 0;
  padding: 0 20px 6pt;
  font-weight: bold;
  font-size: 90%; }

.tablecap {
  margin-top: 6pt;
  margin-bottom: 600pt;
  padding: 0 20px 6pt;
  font-weight: bold;
  font-size: 90%; }

.sidehead {
  font-weight: bold; }

.topic .topictitle1 {
  color: #007CD0;
  font-weight: bold; }

p, .p {
  padding-top: 0;
  padding-bottom: 1px;
  margin-top: 6px;
  margin-bottom: 0; }

pre {
  border-radius: 5px;
  background-color: #F5F5F5;
  -webkit-box-shadow: 1px 1px 1px #6A7C87;
          box-shadow: 1px 1px 1px #6A7C87;
  padding: 0 4px;
  margin-top: 6pt;
  margin-bottom: 10px;
  color: #6A7C87;
  font-family: "Courier New", Courier, monospace;
  font-size: 95%;
  overflow-x: auto; }

.codeblock {
  padding: 13pt 21pt;
  font-family: "Courier New", Courier, monospace; }

.longdesc {
  padding-top: 0;
  padding-bottom: 1pt;
  margin-top: 6pt;
  margin-bottom: 0; }

.primary-mtps-offline-document {
  margin: 0;
  padding: 0;
  min-width: 600px; }

.testButtons {
  width: 500px;
  height: 33px;
  position: absolute;
  text-decoration: none;
  outline-width: 0;
  z-index: 990;
  color: #8457B6;
  text-align: center;
  line-height: 26px;
  display: block; }

img {
  padding: 0 4px; }

.syntax {
  font-family: "Courier New", Courier, monospace; }

.d-MF {
  background-color: #eef5ff; }

.d-ANS85 {
  background-color: #ffeef5; }

.d-ISO2002 {
  background-color: #fff5ee; }

.d-OSVS {
  background-color: #eefff5; }

.d-COB370 {
  background-color: #f5ffee; }

.d-OS390 {
  background-color: #f5ffee; }

.d-VSC2 {
  background-color: #f5ffee; }

.d-XOPEN {
  background-color: #f5eeff; }

.d-ENT {
  background-color: #f5eeff; }

.d-NET {
  background-color: #f5eeff; }

.d-JVM {
  background-color: #f5eeff; }

.note, .tip, .warning, .important, .caution {
  padding: 10px;
  margin: 14px 0 20px 0;
  background-color: #E8EAE9;
  border-radius: 8px; }

.note p:first-child, div.caution p:first-child, div.tip p:first-child, div.warning p:first-child, div.important p:first-child {
  margin-top: 5px; }

.note p:last-child, div.caution p:last-child, div.tip p:last-child, div.warning p:last-child, div.important p:last-child {
  margin-bottom: 4px; }

.notetitle {
  font-weight: bold; }

.attention {
  border: 1px solid #6A7C87;
  margin-top: 5pt;
  padding: 8px; }

.attentiontitle {
  font-weight: bold; }

.caution {
  margin-top: 0;
  padding: 15px; }

.cautiontitle {
  padding: 8px;
  font-weight: bold; }

.danger {
  border: 1px solid #6A7C87;
  margin-top: 5pt;
  padding: 15px; }

.dangertitle {
  font-weight: bold; }

.fastpath {
  border: 1px solid #15DB66;
  margin-top: 5pt;
  padding: 8px; }

.fastpathtitle {
  font-weight: bold; }

.important {
  border: 1px solid #6A7C87;
  margin-top: 5pt;
  padding: 15px; }

.importanttitle {
  font-weight: bold; }

.remember {
  border: 1px solid #6A7C87;
  margin-top: 5pt;
  padding: 15px; }

.remembertitle {
  font-weight: bold; }

.restriction {
  border: 1px solid #6A7C87;
  margin-top: 5pt;
  padding: 15px; }

.restrictiontitle {
  font-weight: bold; }

.tip {
  border: 1px solid #90F170;
  margin-top: 5pt;
  padding: 8px; }

.tiptitle {
  font-weight: bold; }

ul, ol {
  margin: 0;
  padding: 0 0 0 2em; }

ul {
  list-style-type: disc; }

ul li {
  margin-top: .6em;
  margin-bottom: 1em; }

ul ul {
  margin-top: .6em;
  margin-bottom: 1em; }

ul ul li {
  margin-top: 0;
  margin-bottom: .4em; }

ol {
  list-style-type: decimal; }

ol li {
  margin-top: .6em;
  margin-bottom: 1em; }

ol ol {
  margin-top: .6em;
  margin-bottom: 1em;
  list-style-type: lower-alpha; }

ol ol li {
  margin-top: 0;
  margin-bottom: .4em; }

ol ol ol {
  list-style-type: lower-roman; }

ol ol ol ol {
  list-style-type: upper-alpha; }

ol ol ol ol ol {
  list-style-type: upper-roman; }

.simple {
  margin-top: 1em;
  list-style-type: none; }

.simple li {
  margin-top: 0;
  margin-bottom: 0; }

ul.simple ul.simple {
  margin-top: 0; }

.compact {
  margin-top: 0;
  margin-bottom: 0; }

.compact-list {
  line-height: 80%; }

dt {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold; }

.onexit td, .ddexpand td {
  border: 1px solid white; }

.table-nest1 {
  margin-left: 0;
  border-top: solid 1px #E8EAE9 !important; }

.table-nest2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px; }

.table-nest2 .normal {
  border: 1px white solid;
  padding: 3px 5px;
  line-height: 15pt; }

.table-nest3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 105pt;
  border-top: solid 1px #E8EAE9 !important; }

.table-nest4 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 130pt;
  border-top: solid 1px #E8EAE9 !important; }

.table-nest5 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 155pt;
  border-top: solid 1px #E8EAE9 !important; }

table [border="1"] {
  border: none 0;
  background-color: #DC233F; }

table [rules="all"] {
  border: none 0; }

table [rules="all"] td {
  background-color: #DC233F;
  border: none 0; }

table {
  width: 100%;
  border: none;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 4px;
  font-size: 90%;
  border-collapse: collapse; }

table td {
  padding: 7px;
  font-size: 95%;
  vertical-align: top; }

table td table {
  margin-top: 0; }

table thead {
  background-color: #f2f6f7; }

table th {
  border-right: none;
  border-left: none;
  text-align: left; }

table th {
  padding-top: 4pt;
  padding-bottom: 4pt;
  border-bottom: 1px solid #000;
  background-color: #f2f6f7;
  color: #000;
  font-weight: bold;
  vertical-align: middle; }

table table ul .simple {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 1.3em;
  list-style-type: none; }

table table td .simple {
  margin-top: 0;
  margin-left: 0;
  list-style-type: none; }

table thead tr th {
  border: solid 2px #fff;
  border-bottom: solid 3px #eee; }

.cellrowborder {
  border-bottom: 1px dotted silver;
  border-right: none;
  border-left: none; }

thead .cellrowborder {
  border-bottom: 1px solid; }

.normal {
  border: none; }

.row :nth-child(even) {
  background-color: #f4f7f8; }

body.pageInner .row:nth-child(even), body[class="cleanup-type:task"] .row:nth-child(even) {
  background-color: transparent !important; }

body.pageInner {
  text-align: left; }

.row-nocellborder {
  border-bottom: 1px dotted silver; }

a:link {
  color: #0078EF;
  text-decoration: none;
  -webkit-filter: none;
          filter: none; }

a:visited {
  color: #0078EF;
  text-decoration: none;
  -webkit-filter: none;
          filter: none; }

a:hover {
  text-decoration: underline;
  -webkit-filter: none;
          filter: none; }

a:active, a:focus {
  color: #0078EF;
  text-decoration: underline;
  -webkit-filter: none;
          filter: none;
  outline-style: none !important; }

.familylinks {
  margin-top: 20px;
  line-height: normal; }

.parentlink {
  margin-top: 20px;
  line-height: normal; }

.js .parentlink {
  display: none; }

.previouslink {
  margin-top: 20px;
  line-height: normal; }

.nextlink {
  margin-top: 20px;
  line-height: normal; }

.ullinks {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none; }

.ulchildlink strong a {
  font-weight: normal; }

.relinfo {
  margin-top: 20px;
  line-height: normal; }

.reltasks {
  margin-top: 20px;
  line-height: normal; }

.relconcepts {
  margin-top: 20px;
  line-height: normal; }

.relref {
  margin-top: 20px;
  line-height: normal; }

cite {
  font-style: italic; }

var {
  font-style: italic; }

.apiname {
  font-weight: bold; }

.codeph {
  font-family: "Courier New", Courier, monospace; }

.filepath {
  font-family: "Courier New", Courier, monospace; }

.menucascade {
  font-weight: bold; }

.msgph {
  font-size: 85%; }

.parmname {
  font-style: italic; }

.pre {
  font-family: "Courier New", Courier, monospace; }

.cmdname {
  font-weight: bold;
  font-size: 85%; }

.userinput {
  font-weight: bold;
  font-size: 85%; }

.uicontrol {
  font-weight: bold; }

.var {
  font-style: italic; }

.wintitle {
  font-weight: bold; }

.tablenoborder {
  border: 0 none #fff;
  margin: 0;
  padding: 0; }

.feedback_footer {
  border-top: solid 1px #01A9E7;
  margin-top: 40px;
  padding-top: 10px; }

.feedback_footerSep {
  color: #01A9E7;
  height: 0;
  display: none; }

.feedback_footerSep:after {
  background-color: #01A9E7;
  height: 1px;
  width: auto;
  display: block;
  content: " "; }

#breadcrumbs {
  font-size: 80%; }
  #breadcrumbs a {
    color: #3D515C;
    -webkit-transition: border-bottom 2s;
    -o-transition: border-bottom 2s;
    transition: border-bottom 2s;
    border-bottom: none 0 #000; }
    #breadcrumbs a:after {
      content: " > "; }
    #breadcrumbs a:last-child:after {
      content: normal; }
    #breadcrumbs a:hover {
      text-decoration: none;
      border-bottom: solid 1px #000; }
    #breadcrumbs a:last-child {
      color: #000;
      font-weight: bold; }

.topic {
  margin-top: 6px;
  margin-bottom: 20px; }

#topic-top {
  min-height: 80px;
  margin-top: 10px;
  color: #3D515C; }

@media print {
  #topic-top {
    display: none; } }

.print #topic-top {
  display: none; }

.print body {
  margin-top: 20px; }

.highlight {
  background-color: yellow;
  -webkit-transition: background-color 5s linear;
  -o-transition: background-color 5s linear;
  transition: background-color 5s linear; }

#home-link {
  display: inline-block;
  cursor: pointer;
  background-image: url(mf-home-blue.svg);
  background-repeat: no-repeat;
  width: 0px;
  height: 30px;
  padding-left: 45px;
  padding-top: 10px;
  font-size: 20px;
  margin-left: 5px; }

#topic-bottom {
  margin-bottom: 10px; }

#sharing-links {
  float: right; }

a.share-link {
  margin-right: 5px; }
  a.share-link#mf-facebook::before {
    content: url(mf-facebook.svg); }
  a.share-link#mf-twitter::before {
    content: url(mf-twitter.svg); }
  a.share-link#mf-gplus::before {
    content: url(mf-gplus.svg); }
  a.share-link#mf-linkedin::before {
    content: url(mf-linkedin.svg); }
  a.share-link#mf-email::before {
    content: url(mf-email.svg); }

#hdr-company {
  height: 80px;
  background: #007CD0 url(mf-hdr.svg) no-repeat; }
  #hdr-company a {
    position: absolute;
    display: inline-block;
    top: 27.6px;
    left: 48px;
    width: 105.3px;
    height: 27px;
    background: url(mf-logo.svg) no-repeat; }
