@charset "utf-8";

@font-face {
    font-family: 'Univers Condensed';
    src: url(../res/universltstd-cn-webfont.eot);
    src: url(../res/universltstd-cn-webfont.eot?#iefix) format('embedded-opentype'), url(../res/universltstd-cn-webfont.ttf) format('truetype'), url(../res/universltstd-cn-webfont.woff) format('woff'), url(../res/universltstd-cn-webfont.svg) format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Univers Condensed';
    src: url(../res/universltstd-boldcn-webfont.eot);
    src: url(../res/universltstd-boldcn-webfont.eot?#iefix) format('embedded-opentype'), url(../res/universltstd-boldcn-webfont.ttf) format('truetype'), url(../res/universltstd-boldcn-webfont.woff) format('woff'), url(../res/universltstd-boldcn-webfont.svg) format('svg');
    font-weight: bold;
}

.changelog {
    border: solid blue 1.5pt;
}

.changelog h2 {
    margin: 0;
}

/*--------------------------------------------------------------------------
	IE 8 styles
/*------------------------------------------------------------------------*/

.lt-ie9 .notetitle:before {
    background-image: url(../res/icons.png);
}

/*--------------------------------------------------------------------------
	General styles
/*------------------------------------------------------------------------*/

body {
    color: #171717;
    font: 16px/1.5 Arial, sans-serif;
    margin: 0 auto;
    padding: 0 1.5em;
}

main {
    overflow: hidden;
}

main section {
    margin-top: 3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: normal 100%/1.2 'Univers Condensed', Arial, sans-serif;
}

main > h1,
main > .edit-wrapper > h1 {
    font-weight: bold;
}

h1 {
    color: #0063be;
    font-size: 2.5em;
    margin-bottom: 1.05em;
}

h2 {
    color: #0063be;
    font-size: 1.5em;
    margin-bottom: 0;
    margin-top: 1.2em;
}

main section h1,
main h2 {
    color: #0063be;
    font-size: 1.5em;
    margin-bottom: 0;
    margin-top: 1.2em;
}

main section section h1,
main section h2 {
    font-size: 1.3125em;
}

main section section section h1,
main section section h2 {
    font-size: 1.125em;
}

main section section section section h1,
main section section section h2,
.sectiontitle {
    border-bottom: 2px solid #e5e5e5;
    font-size: 1.3em;
    margin-bottom: 0.3em;
    margin-top: 1.5em;
}

.relatedtitle {
    font-size: 1.1em;
    margin-bottom: 0.3em;
    margin-top: 1.5em;
}

h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
    margin-top: 0;
}

.attention,
.caution,
.danger,
.important,
.note,
.restriction,
.tip {
    border-left: 3px solid #d9d9d9;
    line-height: 1.4em;
    margin: 1em 1em 1em 3px;
    max-width: 600px;
    min-height: 2em;
    padding: 0.8em 0.8em 0.8em 50px;
}

*[dir='rtl'] .attention,
*[dir='rtl'] .caution,
*[dir='rtl'] .danger,
*[dir='rtl'] .important,
*[dir='rtl'] .note,
*[dir='rtl'] .restriction,
*[dir='rtl'] .tip {
    border-right: 3px solid #d9d9d9;
    border-left: 0;
    margin: 1em 3px 1em 1em;
    padding: 0.8em 50px 0.8em 0.8em;
}

.attention,
.caution,
.danger,
.restriction,
.steplabel {
    font-weight: bold;
}

td .attention,
td .caution,
td .danger,
td .important,
td .note,
td .restriction,
td .tip {
    border: none;
}

.notetitle {
    display: block;
    font-weight: bold;
    left: -40px;
    line-height: 32px;
    margin-bottom: 0.3em;
    padding-left: 40px;
    position: relative;
    text-transform: uppercase;
}

*[dir='rtl'] .notetitle {
    padding-left: 0;
    padding-right: 40px;
    left: initial;
    right: -40px;
}

.notetitle:before {
    background: url(../res/icons2x.png) no-repeat 0 0;
    background-size: 32px;
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
}

*[dir='rtl'] .notetitle:before {
    right: 0;
    left: initial;
}

.attention {
    min-height: inherit;
}

.attention .notetitle {
    padding-left: 0;
    padding-right: 0;
    line-height: inherit;
}

.warning .notetitle:before {
    background-position: 0 -96px !important; 
	content: "";
}

.caution .notetitle:before {
    background-position: 0 -128px;
    content: "";
}

.danger .notetitle:before {
    background-position: 0 -160px;
    content: "";
}

.important .notetitle:before {
    background-position: 0 0;
    content: "";
}

.note .notetitle:before {
    background-position: 0 -32px;
    content: "";
}

.restriction .notetitle:before {
    background-position: 0 -96px;
    content: "";
}

.tip .notetitle:before {
    background-position: 0 -64px;
    content: "";
}

.attention .p,
.caution .p,
.danger .p,
.important .p,
.note .p,
.restriction .p,
.tip .p {
    margin-bottom: 0;
}

.attention ul,
.caution ul,
.danger ul,
.important ul,
.note ul,
.restriction ul,
.tip ul {
    margin: 0.25em 0;
    padding-left: 1.5em;
}

*[dir='rtl'] .attention ul,
*[dir='rtl'] .caution ul,
*[dir='rtl'] .danger ul,
*[dir='rtl'] .important ul,
*[dir='rtl'] .note ul,
*[dir='rtl'] .restriction ul,
*[dir='rtl'] .tip ul {
    padding-right: 1.5em;
    padding-left: 0;
}

table {
    margin: 1.5em 0 3em 0;
    width: 100%;
    table-layout: fixed;
}

thead {
    color: #0063be;
    border-bottom: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
}

td,
th {
    border-bottom: 1px solid #d9d9d9;
    padding: 0.4em 1em 0.4em 0;
    text-align: left;
    vertical-align: top;
}

td {
    min-width: 6em;
	word-break: break-word;
    -ms-word-break: break-all;
}

*[dir='rtl'] td,
*[dir='rtl'] th {
    padding: 0.4em 0 0.4em 1em;
    text-align: right;
}

figcaption,
table caption {
    color: #0063be;
    font: 0.9em 'Univers Condensed', Arial, sans-serif;
    text-align: left;
    margin-bottom: 0;
}

*[dir='rtl'] figcaption,
*[dir='rtl'] table caption {
    text-align: right;
}

figure + figure,
table + table {
    margin-top: 5em;
}

figure {
    margin: 1em 0;
}

audio,
img,
video {
    max-width: 100%;
}

.figdesc,
.tabledesc {
    color: #171717;
    font: 0.75em/1.5 Arial, sans-serif;
    margin: 0.5em 0 0.5em 1.5em;
}

*[dir='rtl'] .figdesc,
*[dir='rtl'] .tabledesc {
    margin: 0.5em 1.5em 0.5em 0;
}

main a {
    border-bottom: 1px dotted #909090;
    color: #909090;
    text-decoration: none;
}

main a:hover {
    border-bottom: 1px dotted #0063be;
    color: #0063be;
}

main a:visited {
    border-bottom: 1px dotted #926DA8;
    color: #926DA8;
}

ol {
    padding-left: 48px;
}

*[dir='rtl'] ol {
    padding-right: 48px;
    padding-left: 0;
}

ol ol {
    list-style: lower-latin;
    margin-top: 0.4em; /* TODO: check */
}

[lang="ar-eg"] ol ol {
    list-style: arabic-indic;
}

ul {
    list-style: disc;
}

li {
    /*margin-bottom: 0.8em;*/
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 0.3em;
}

.stepxmp {
    margin-top: 1em;
}

.simple {
    list-style-type: none;
}

/*--------------------------------------------------------------------------
	DITA to HTML style mapping
/*------------------------------------------------------------------------*/
.keyboard {
    font-family: Arial, sans-serif;
    font-variant: small-caps;
}

.menucascade *,
.varname {
    font-weight: bold;
}

.varname {
    font-family: monospace, serif;
}

.stepsection {
    font-style: italic;
}

code,
kbd,
samp {
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
}

pre {
    background: #d9d9d9;
    word-break: break-all;
    word-wrap: break-word;
}

div[role=grid] {
    border-bottom: 2px solid #d9d9d9;
    padding: 1em 0;
}

div[role=grid] + *:not([role=grid]) {
    margin-top: 4em;
}

*:not([role=grid]) + div[role=grid] {
    border-top: 2px solid #d9d9d9;
    margin-top: 4em;
}

div[role=grid]:nth-of-type(even) {
    background: #f4f4f4;
}

div[role=row] {
    display: inline-block;
    padding: .25em 2em .25em .25em;
    vertical-align: top;
}

*[dir='rtl'] div[role=row] {
    padding: .25em .25em .25em 2em;
}

span[role=rowheader], div[role=gridcell] {
    display: inline-block;
    float: left;
}

*[dir='rtl'] span[role=rowheader],
*[dir='rtl'] div[role=gridcell] {
    float: right;
}

span[role=rowheader] {
    color: #0063be;
    font-weight: bold;
}

div[role=gridcell] {
    clear: both;
}

.related-links ol,
.related-links ul {
    list-style: none;
}

.related-links li {
    list-style: none;
    margin-bottom: 0.3em;
}

.familylinks:first-of-type {
    margin-top: 4em;
}

.nextlink,
.previouslink,
.parentlink {
    color: #9e9e9e;
    display: inline-block;
}

.nextlink {
    float: right;
}

*[dir='rtl'] .nextlink {
    float: left;
}

.previouslink {
    float: left;
}

*[dir='rtl'] .previouslink {
    float: right;
}

/*--------------------------------------------------------------------------
	Media queries for responsive design
/*------------------------------------------------------------------------*/
@media (max-width: 480px) {
    body {
        font: 12px/1.5 Arial, sans-serif; /* TODO: test on Reader */
        margin: 0 auto;
        padding: 0 1em;
    }

    ul, ol {
        padding-left: 30px;
    }

    *[dir='rtl'] ul,
    *[dir='rtl'] ol {
        padding-right: 30px;
        padding-left: 0;
    }

    div[role=row] {
        display: block;
        overflow: hidden;
    }
}

@media print {
    main h1 {
        color: inherit;
    }

    td {
        min-width: 0;
    }

    .notetitle:before {
        position: absolute;
    }

    .caution .notetitle:before {
        content: url(../res/icons.png);
        top: -128px;
    }

    .danger .notetitle:before {
        content: url(../res/icons.png);
        top: -160px;
    }

    .important .notetitle:before {
        content: url(../res/icons.png);
        top: 0;
    }

    .note .notetitle:before {
        content: url(../res/icons.png);
        top: -32px;
    }

    .restriction .notetitle:before {
        content: url(../res/icons.png);
        top: -96px;
    }

    .tip .notetitle:before {
        content: url(../res/icons.png);
        top: -64px;
    }

    .more {
        display: none;
    }
}

/*--------------------------------------------------------------------------
	Fixes for DITA tagging
/*------------------------------------------------------------------------*/
.p {
    margin-top: 0; /* TODO: why not regular margins/paddings? */
    margin-bottom: 1.3em;
}

/*
li p, li .p, td p, td .p, .caution .p, .danger .p, .restriction .p, .attention .p, .important .p, .note .p, .tip .p , .caution p, .danger p, .restriction p, .attention p, .important p, .note p, .tip p {
	margin: 0.5em 0;	 TODO: check this.
}
.caution ul, .danger ul, .restriction ul, .attention ul, .important ul, .note ul, .tip ul {
    padding-left: 1.5em;
}

*/
