@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;
}
/*
@mixin flexbox {
  display:-moz-box;
  display:-webkit-box;
  display:-ms-flexbox
}

@mixin box-orient($value) {
  -webkit-box-orient: $value;
  -moz-box-orient: $value;
  box-orient: $value;
}
@mixin box-flex($value) {
  -webkit-box-flex: $value;
  -moz-box-flex: $value;
  -ms-flex: $value;-
  box-flex: $value;
}

*/

samp {
    vertical-align: inherit;
}

.body-container table {
    table-layout: fixed;
    margin: 1.5em 0 3em 0;
    width: 100%;
}

.body-container table {
    table-layout: fixed;
    margin: 1.5em 0 3em 0;
    width: 100%;
}

a, object, embed {
    outline: 0;
}
a:visited, a:focus, a:active, a:hover, object:visited, object:focus, object:active, object:hover, embed:visited, embed:focus, embed:active, embed:hover {
    outline: 0;
}

a:link,a:visited {
    color: #000;
    outline: 0;
    text-decoration: none;
    word-wrap: break-word;
    display: inline;
    position: relative;
    vertical-align: middle;
}

#contents a:link, #contents a:visited{
    background-color: white;
}

#contents a:-webkit-any-link,#contents a:visited,#contents a:focus,#contents a:active,#contents a:hover {
    outline: 0;
    text-decoration: none;
    color: inherit;
    word-wrap: break-word;
    display: inline;
    margin-right: 15px;
    position: relative;
    vertical-align: middle;
    background-color: white;
}

html {
    height: 100%;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: #ffffff;
    height: 100%;
}

.non-selectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hue {
    background-color: #0063be;
}

.hidden {
    display: none !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

header {
    position: relative;
    background: #1a1a1a;
    z-index: 1;
    top: 0;
    width: 100%;
}
header .header-top {
    height: 60px;
}
header .header-bottom {
    position: relative;
    background: #fff;
}
header .header-shadow {
    display: block;
    height: 4px;
    max-width: 1200px;
    background: url("../res/tabs_shadow.png") no-repeat;
    background: radial-gradient(at 50% 0, rgba(0, 0, 0, 0.2), transparent 75%);
    background-size: 100% 4px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.header-top, .header-bottom > nav, .header-shadow, .container, .footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

#search {
    margin-top: 10px;
    margin-right: 28px;
    float: right;
}
#search input[type=text] {
    height: 32px;
    line-height: 32px;
    width: 276px;
    float: left;
    padding: 0 10px 0 10px;
    margin: 0 3px;
    background: #ffffff;
    border: none;
}
#search input[type=text]:focus {
    outline: none;
}
#search .submit {
    margin: 0;
    height: 32px;
    width: 32px;
    color: #f2f2f2;
    background: #0063be;
    border: none;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 32px;
    text-align: center;
}

*[dir='rtl'] #search {
    float: left;
    margin-left: 28px;
    margin-right: 0;
}
*[dir='rtl'] #search input[type=text] {
    float: right;
}

#tabs-ul {
    padding: 0;
    list-style-type: none;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#tabs-ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#tabs-ul li a {
    position: relative;
    display: block;
    padding: 0 14px;
    font-family: 'Univers Condensed', Arial, sans-serif;
    font-size: 14px;
    line-height: 50px;
    color: #1a1a1a;
    text-decoration: none;
    text-align: center;
    height: 50px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#tabs-ul li a:before {
    content: " ";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    border-top: 2px solid #ffffff;
    opacity: .2;
    filter: alpha(opacity=0.2);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#tabs-ul li a:hover, #tabs-ul li a:visited {
    text-decoration: none;
    border: none;
}
#tabs-ul li a:hover:before {
    opacity: .2;
    border-color: #0063be;
}
#tabs-ul li a span.bookmark_feedback {
    position: absolute;
    top: 17px;
    right: -4px;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 14px;
    transition: ease-in-out 0.25s;
}
#tabs-ul li a span.bookmark_feedback:before {
    content: "+1";
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    width: 15px;
    height: 14px;
    background-color: #0063be;
    -webkit-border-radius: 3px 3px 3px 0;
    -moz-border-radius: 3px 3px 3px 0;
    border-radius: 3px 3px 3px 0;
}

#tabs-ul li:first-child a {
    border-left: none;
}
#tabs-ul li.nav-active a:before {
    opacity: 1;
    border-color: #0063be;
}

*[dir='rtl'] #tabs-ul li a span.bookmark_feedback {
    left: -4px;
    right: initial;
}
*[dir='rtl'] #tabs-ul li a span.bookmark_feedback:before {
    -webkit-border-radius: 3px 3px 0 3px;
    -moz-border-radius: 3px 3px 0 3px;
    border-radius: 3px 3px 0 3px;
}

a.dropdown-toggle {
    display: none;
}

#contextMenu {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    margin-right: 28px;
}
#contextMenu li {
    display: inline-block;
    margin: 0;
    overflow: visible !important;
    padding: 10px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#contextMenu li:last-child {
    padding-right: 0;
}
#contextMenu li a {
    display: block;
    width: 30px;
    color: #afa79f;
    font-size: 1.16em;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    border: none;
}
#contextMenu li a:visited {
    color: #afa79f;
}
#contextMenu li a:active, #contextMenu li a:hover {
    color: #0063be;
    text-decoration: none !important;
    border: none;
}
#contextMenu li a span {
    display: none;
}
#contextMenu #manageMenu {
    border: transparent;
    display: none;
    margin: 0;
    padding: 0 4px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
#contextMenu #manageMenu li {
    padding: 0;
}
#contextMenu #manageMenu li a {
    background-color: transparent;
    height: 28px;
    width: 28px;
    line-height: 28px;
}
#contextMenu #manageMenu.on {
    border: 1px solid #afa79f;
    display: inline-block;
}

*[dir='rtl'] #contextMenu {
    float: left;
    margin-left: 28px;
    margin-right: 0;
}
*[dir='rtl'] #contextMenu li:last-child {
    padding-left: 0;
    padding-right: 10px;
}

a[href="#manage"] {
    color: #afa79f;
    display: block;
    font-size: 14px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    text-align: center;
}
a[href="#manage"]:hover {
    color: #1a1a1a;
}

/*#content-container a[href="#manage"] {
    right: 28px;
}

*[dir='rtl'] #content-container a[href="#manage"] {
    right: initial;
    left: 28px;
}

.edit a[href="#manage"] {
    color: #1a1a1a;
}*/

#tabs-shadow {
    clear: both;
    height: 4px;
    background: url("../res/tabs_shadow.png") no-repeat;
    background: radial-gradient(at 50% 0, rgba(0, 0, 0, 0.2), transparent 75%);
    background-size: 100% 4px;
}

.body-container {
    position: relative;
    min-height: 100%;
    margin-bottom: -130px;
}

.body-container.nav-show #scrollbar-bar-container #scrollbar-bar-container-inner #scrollbar-bar {
    width: 305px;
}


.nav-container:focus {
    outline: none;
}

*[dir='rtl'] .nav-container .jspVerticalBar {
    left: 0;
    right: initial;
}

.body-container.scroll > header {
    position: fixed;
    top: -60px;
    width: 100%;
    z-index: 4;
}
.body-container.scroll > header .header-shadow {
    background-size: 100% 4px;
    height: 4px;
    max-width: 100%;
    background: url("../res/tabs_shadow.png") no-repeat;
    background: radial-gradient(at 50% 0, rgba(0, 0, 0, 0.7), transparent 75%);
}
.body-container.scroll .container {
    margin-top: 124px;
}
.body-container.scroll .nav-container {
    position: fixed;
    top: 64px;
}
.body-container.scroll #scrollbar-bar-container {
    top: 0;
}

.container {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.hidden-desktop {
    display: none;
}

.container.nav-show .nav-container {
    display: block;
    float: left;
}
.container.nav-show #content-container {
    margin-left: 310px;
}
.container.nav-show #scrollbar-btn {
    left: 305px;
}
.container.nav-show #scrollbar-btn i {
    padding-left: 7px;
}
.container.nav-show #scrollbar-btn i.fa-caret-right {
    display: none;
}
.container.nav-show #scrollbar-btn i.fa-caret-left {
    display: inline-block;
}

*[dir='rtl'] .container.nav-show #content-container {
    margin-right: 310px;
    margin-left: 0;
}
*[dir='rtl'] .container.nav-show #scrollbar-btn {
    right: 305px;
    left: initial;
}
*[dir='rtl'] .container.nav-show #scrollbar-btn i {
    padding-right: 7px;
    padding-left: 0;
}
*[dir='rtl'] .container.nav-show #scrollbar-btn i.fa-caret-right {
    display: inline-block;
}
*[dir='rtl'] .container.nav-show #scrollbar-btn i.fa-caret-left {
    display: none;
}
*[dir='rtl'] .container.nav-show .nav-container {
    float: right;
}

.nav-container {
    display: none;
    float: left;
    position: relative;
    width: 300px;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

/*ul.section-hidden {
height: 0px;
}*/

.nav-container .topic-active {
    /*background: rgb(198, 220, 255);*/
    /*font-weight: bold;*/
    /*display: block;*/
    border-bottom: #0063be solid;
}

.nav-container ul.section-active {
    /*background-color: rgba(236, 236, 236, 0.78);*/
    /*    visibility: visible;
        opacity: 1;*/
    background: transparent;
    display: block;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#contents ul.section-hidden > li, ul.section-hidden > li > a{
    /*    height: 0px;
        opacity: 0;
        visibility: hidden;*/
    display: none;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.nav-container ul ul {
    /*    padding-left: 18px;
        padding-top: 5px;
        height: 0px;
        opacity: 0;
        visibility: hidden;*/
    display: none;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.nav-container ul.section-active > li {
    /*    opacity: 1;
        visibility: visible;*/
    display: list-item;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.nav-container ul.section-active > li > a {
    /*display: block;*/
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#nav {
    display: block;
    width: 100%;
}

#nav > div {
    width: 300px;
    word-wrap: break-word;
}
#nav.nav-fixed {
    position: relative;
    margin-bottom: 160px;
}
#nav #glossary, #nav #favourites, #nav #results {
    display: none;
}
#nav #favourites {
    overflow: hidden;
    text-overflow: ellipsis;
}
#nav #favourites ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav #favourites ul li {
    line-height: 24px;
    position: relative;
    padding-left: 24px;
    padding-right: 20px;
    -webkit-transition: background-color 0.1s ease-out;
    -moz-transition: background-color 0.1s ease-out;
    -o-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out;
}
#nav #favourites ul li:hover {
    background: #ffffff;
}
#nav #favourites ul li:hover .deleteBtn {
    opacity: 1;
}
#nav #favourites ul li a {
    width: 100%;
    color: black;
    margin: 0;
    padding: 0 4px 0 1px;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
    text-decoration: none;
}
#nav #favourites .deleteBtn {
    position: absolute;
    top: 0;
    right: 6px;
    color: #000000;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
#nav #favourites .deleteBtn:hover {
    color: #ff0000;
}
#nav #favourites ul li > i {
    background-image: url("../js/themes/moto/32px.png") !important;
    width: 24px !important;
    height: 24px !important;
    background-position: -134px -165px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
    position: absolute;
    left: 0px;
}
#nav #favourites .jstree-leaf > .jstree-ocl {
    background-image: none !important;
}
#nav #results #results-search {
    padding: 0 5px;
    width: 100%;
}
#nav #results #results-search div {
    display: block;
    padding: 10px 0;
}
#nav #results #results-search div.input-text {
    padding: 0;
    margin-right: 45px;
}
#nav #results #results-search div.input-radio {
    clear: both;
}
#nav #results #results-search input[type=text] {
    width: 100%;
    height: 32px;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    margin: 0;
    background: #ffffff;
    border: 1px solid #afa79f;
}
#nav #results #results-search input[type=text]:focus {
    outline: none;
}
#nav #results #results-search .submit {
    display: block;
    float: right;
    margin: 0;
    margin-right: 10px;
    margin-left: 3px;
    height: 32px;
    width: 32px;
    color: #f2f2f2;
    background: #0063be;
    border: none;
    cursor: pointer;
    outline: none;
    line-height: 32px;
    text-align: center;
}
#nav #results #results-search input[type=checkbox],
#nav #results #results-search input[type=radio] {
    vertical-align: text-top;
    margin-right: 10px;
}
#nav #results #results-search label {
    display: block;
    line-height: 1.5em;
}
#nav #results #results-search label.disabled {
    color: #afa79f;
}
#nav #results #results-search label.separated {
    margin-top: 1em;
}
#nav .info {
    padding: 3px 10px 0 10px !important;
}
#nav .info i {
    width: 100%;
    text-align: center;
    font-size: 120px;
    color: #dedede;
}

*[dir='rtl'] #nav #favourites ul li {
    padding-right: 24px;
    padding-left: 20px;
}
*[dir='rtl'] #nav #favourites .deleteBtn {
    left: 6px;
    right: initial;
}
*[dir='rtl'] #nav #results #results-search .submit {
    margin-right: 3px;
    margin-left: 10px;
    float: left;
}
*[dir='rtl'] #nav #results #results-search div.input-text {
    margin-left: 45px;
    margin-right: 0;
}
*[dir='rtl'] #nav #results #results-search input[type=checkbox],
*[dir='rtl'] #nav #results #results-search input[type=radio] {
    margin-left: 10px;
    margin-right: 0;
}

#scrollbar-bar-container {
    position: absolute;
    top: 124px;
    bottom: 130px;
    width: 100%;
}
#scrollbar-bar-container #scrollbar-bar-container-inner {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
#scrollbar-bar-container #scrollbar-bar-container-inner #scrollbar-bar {
    width: 0;
    height: 100%;
    position: relative;
}

#scrollbar-bar-container #scrollbar-bar-container-inner #scrollbar-bar:after {
    content: "";
    position: absolute;
    right: -6px;
    width: 6px;
    height: 100%;
    background: radial-gradient(at 1% 0, rgba(0, 0, 0, 0.15), transparent 63%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.24) 0%,rgba(0,0,0,0) 100%);
}

*[dir='rtl'] #scrollbar-bar-container #scrollbar-bar-container-inner #scrollbar-bar:after {
    left: -6px;
    right: unset;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.24) 0%,rgba(0,0,0,0) 100%);
}

#scrollbar-btn {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 21px;
    height: 24px;
    margin-top: 0;
    background: #0057a7;
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
    border-radius: 0 5px 5px 0;
    /* border: 1px solid #afa79f; */
    border-left: none;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
}
#scrollbar-btn i {
    color: white;
    padding-left: 9px;
}
#scrollbar-btn i.fa-caret-left {
    display: none;
}
#scrollbar-btn i.fa-caret-right {
    display: inline-block;
}

*[dir='rtl'] #scrollbar-btn {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border: 1px solid grey;
    border-right: none;
}
*[dir='rtl'] #scrollbar-btn i {
    padding-right: 7px;
    padding-left: 0;
}
*[dir='rtl'] #scrollbar-btn i.fa-caret-right {
    display: none;
}
*[dir='rtl'] #scrollbar-btn i.fa-caret-left {
    display: inline-block;
}

#scrollbar-mask {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

#content-container {
    position: relative;
}
#content-container.hide {
    display: none;
}
#content-container #content-frame {
    margin-left: 0;
    padding: 0 28px;
    font-size: 1.17em;
}
#content-container #content-frame .breadcrumbs {
    padding-top: 3px;
    font-size: 12px;
    color: #1a1a1a;
}
#content-container #content-frame .breadcrumbs a, #content-container #content-frame .breadcrumbs a:visited, #content-container #content-frame .breadcrumbs a:hover {
    text-decoration: none;
    color: #1a1a1a;
}
#content-container #content-frame .breadcrumbs a:hover {
    color: #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
}
#content-container #content-frame .breadcrumbs span {
    padding: 0 5px;
}
#content-container #content-frame #cke_ckeditor {
    margin-top: 10px;
}
#content-container #content-frame .user-topic {
    border: 4px solid #0063be;
    margin-top: 10px;
    padding: 10px;
    color: #1a1a1a;
}

.clear {
    clear: both;
}

#footer-spacer {
    height: 130px;
}

footer {
    margin-top: 10px;
    height: 120px;
    padding: 0;
    background: #1a1a1a;
    color: #afa79f;
    text-align: right;
}
footer .footer-container {
    height: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}
footer .footer-container > span {
    position: absolute;
    bottom: 10px;
    right: 28px;
}
footer .footer-container #footerMenu {
    margin: 0;
    position: absolute;
    right: 28px;
    top: 0;
}
footer .footer-container #footerMenu li {
    display: inline-block;
    margin: 10px 10px;
}
footer .footer-container #footerMenu li span {
    padding: 0 5px;
}
footer .footer-container #footerMenu li a {
    display: block;
    height: 20px;
    min-width: 20px;
    color: #afa79f;
    text-decoration: none;
    text-align: center;
}
footer .footer-container #footerMenu li a:visited {
    color: #afa79f;
    text-decoration: none !important;
}
footer .footer-container #footerMenu li a:hover {
    color: #ffffff;
    text-decoration: none !important;
    border: none;
}

*[dir='rtl'] footer {
    text-align: left;
}
*[dir='rtl'] footer .footer-container > span {
    left: 28px;
    right: initial;
}
*[dir='rtl'] footer .footer-container #footerMenu {
    left: 28px;
    right: initial;
}

#cframe {
    visibility: hidden;
    border: 0;
    width: 100%;
    height: 0;
}

#results-content > div {
    padding: 10px 5px;
}
#results-content .searchheading {
    font-weight: bold;
    padding: 2px 5px;
}
#results-content .summary {
    font-size: .85em;
    padding: 2px 5px;
    margin-bottom: 10px;
}
#results-content .pagination-container a {
    color: #1a1a1a;
    padding: 0 3px;
    text-decoration: none;
}
#results-content .pagination-container a:hover {
    color: #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
}
#results-content .pagination-container a.pagination-element-inactive {
    color: #dedede;
}
#results-content .pagination-container a.pagination-element-inactive:hover {
    border: none;
    cursor: text;
}
#results-content .pagination-container a.pagination-page-active {
    font-weight: bold;
}
#results-content .result-block, #results-content .result-altblock {
    padding: 10px 5px 10px 5px;
    cursor: pointer;
    -webkit-transition: background-color 0.1s ease-out;
    -moz-transition: background-color 0.1s ease-out;
    -o-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out;
}
#results-content .result-block .result-title, #results-content .result-altblock .result-title {
    margin-bottom: 4px;
}
#results-content .result-block .result-title a, #results-content .result-altblock .result-title a {
    color: inherit;
    text-decoration: none;
}
#results-content .result-block .result-title a:hover, #results-content .result-altblock .result-title a:hover {
    color: #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
}
#results-content .result-block .result-title a i, #results-content .result-altblock .result-title a i {
    margin-right: 5px;
}
#results-content .result-block .description, #results-content .result-altblock .description {
    color: #454545;
    font-size: .85em;
    line-height: 1.5em;
}
#results-content .result-block {
    background: rgba(175, 167, 159, 0.2);
}

*[dir='rtl'] #results-content .result_block .result_title a i,
*[dir='rtl'] #results-content .result_altblock .result_title a i {
    margin-left: 5px;
    margin-right: 0;
}

mark {
    background: #b7e9fc;
    padding: 0 3px;
    color: inherit;
}
mark.off {
    background: none;
    padding: 0;
}

.user-comments .comment {
    background: #e8e8e8;
    overflow: hidden;
}
.user-comments .cke-comment {
    margin-bottom: 5px;
}

.body-container.editable .breadcrumbs {
    padding-right: 32px;
}
.body-container.editable .comment-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: #484848;
    border-radius: 2px;
    position: absolute;
    top: -10px;
    left: 0;
    text-align: center;
    font-size: 10px !important;
    color: #fff !important;
    line-height: 20px !important;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.body-container.editable .comment-icon i {
    height: 20px;
    width: 20px;
    line-height: 20px;
}
.body-container.editable .comment-icon.edit-comment {
    width: 40px;
}
.body-container.editable .comment-icon:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #484848 transparent transparent transparent;
    position: absolute;
    content: "";
    top: 18px;
    left: 4px;
}
.body-container.editable #contents .create-node {
    display: inline-block;
    margin-left: 7px;
    margin-top: 4px;
    color: #171717;
    opacity: .4;
    font-weight: bold;
}
.body-container.editable #contents .create-node i {
    font-size: 14px;
    margin-right: 8px;
}
.body-container.editable #contents .create-node:hover {
    opacity: 1;
    outline: 0;
    text-decoration: none !important;
    border: 0;
}
.body-container.editable #content-frame main .edit-wrapper {
    position: relative;
}
.body-container.editable #content-frame main .edit-wrapper:hover .comment-icon {
    opacity: 1;
    top: -22px;
}
.body-container.editable #content-container.edit #content-frame main .edit-wrapper .comment-icon {
    display: none;
}
.body-container.editable .ckeditor-buttons {
    bottom: 1px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.body-container.editable .ckeditor-buttons span {
    background: #0063be;
    color: #fff;
    cursor: pointer;
    float: right;
    height: 24px;
    line-height: 24px;
    margin: 0 5px;
    width: 70px;
}
.body-container.editable .ckeditor-button {
    background: #e2e2e2;
}

*[dir='rtl'] .body-container.editable .breadcrumbs {
    padding-left: 32px;
    padding-right: 0;
}
*[dir='rtl'] .body-container.editable .comment-icon {
    right: 0;
}
*[dir='rtl'] .body-container.editable .comment-icon:after {
    right: 4px;
    left: initial;
}
*[dir='rtl'] .body-container.editable #contents .create-node {
    margin-right: 7px;
    margin-left: 0;
}
*[dir='rtl'] .body-container.editable #contents .create-node i {
    margin-left: 8px;
    margin-right: 0;
}

@media (max-width: 480px) {
    #search {
        display: none;
    }
}
@media (max-width: 768px) {
    body {
        display: block;
    }

    .container, .inner-container {
        display: block !important;
    }

    .container {
        margin-top: 10px;
    }

    .container.nav-show .nav-container {
        display: block;
    }
    .container.nav-show #content-container {
        display: none;
    }

    #tabs-ul {
        width: 100%;
    }
    #tabs-ul li {
        width: 33.33%;
    }
    #tabs-ul li a:before {
        bottom: 0;
        -webkit-transition: border-color 0.2s ease-out, opacity 0.2s ease-out, border-width 0.2s ease-out;
        -moz-transition: border-color 0.2s ease-out, opacity 0.2s ease-out, border-width 0.2s ease-out;
        -o-transition: border-color 0.2s ease-out, opacity 0.2s ease-out, border-width 0.2s ease-out;
        transition: border-color 0.2s ease-out, opacity 0.2s ease-out, border-width 0.2s ease-out;
    }
    #tabs-ul li.nav-show a:before {
        border-width: 10px;
    }

    .nav-container {
        display: none;
        margin-top: 0;
        float: none;
        width: 100%;
    }

    /*    .nav-container.active {
            display: block;
        }*/

    #nav {
        width: 100%;
    }

    .header-bottom nav.nav-show a.dropdown-toggle {
        display: none;
    }
    .header-bottom nav.nav-show #contextMenu {
        display: none;
    }

    a.dropdown-toggle {
        display: block;
        float: none;
        position: absolute;
        top: 62px;
        right: 20px;
        font-size: 17px;
        background: #f6f6f6;
        width: 25px;
        height: 24px;
        text-align: center;
        border: 1px solid #cccccc;
        -webkit-border-radius: 4px/4px;
        -moz-border-radius: 4px/4px;
        border-radius: 4px/4px;
        text-decoration: none;
    }
    a.dropdown-toggle i {
        color: #454545;
    }

    *[dir='rtl'] a.dropdown-toggle {
        right: initial;
        left: 20px;
    }

    #contextMenu {
        float: none;
        display: none;
        position: absolute;
        top: 90px;
        right: 20px;
        margin-right: 0;
        background-color: #ffffff;
        border: 1px solid #454545;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    }
    #contextMenu.show {
        display: block;
    }
    #contextMenu li {
        display: block;
        height: auto;
        margin-left: 0;
        padding: 0;
    }
    #contextMenu li a {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        padding: 15px;
        width: 100%;
        background-color: #ffffff;
        border: none;
        color: #1a1a1a;
        line-height: 20px;
    }
    #contextMenu li a span {
        padding-left: 10px;
        display: inline-block;
    }
    #contextMenu li a:hover, #contextMenu li a:visited {
        border: none;
        color: #1a1a1a;
    }
    #contextMenu li a:hover {
        background: #f2f2f2;
    }
    #contextMenu li a[href="#parent"], #contextMenu li a[href="#prev"], #contextMenu li a[href="#next"] {
        display: none;
    }

    *[dir='rtl'] #contextMenu {
        left: 20px;
        right: initial;
        margin-left: 0;
    }
    *[dir='rtl'] #contextMenu li {
        margin-right: 0;
    }
    *[dir='rtl'] #contextMenu li a {
        text-align: right;
    }
    *[dir='rtl'] #contextMenu li a span {
        padding-right: 10px;
        padding-left: 0;
    }

    #scrollbar-bar-container, #scrollbar-btn, #scrollbar {
        display: none;
    }

    .hidden-mobile {
        display: none;
    }

    .hidden-desktop {
        display: inline-block;
    }

    #content-frame .breadcrumbs {
        padding-right: 35px;
    }

    *[dir='rtl'] #content-frame .breadcrumbs {
        padding-left: 35px;
        padding-right: initial;
    }
}
/*
@media print {
  body > header {
    display: none;
  }
  #tabs {
    display: none;
  }

  main > header {
    display: none;
  }

  main > footer {
    display: none;
  }
}
*/
.home {
    font-size: .85em;
}

.home h1 {
    font-size: 2.63em;
    margin-bottom: 0;
}

.home h2 {
    color: #0063be;
    font-size: 1.76em;
    line-height: 36px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
}

.home h2:before {
    background: #0063be url(../res/home_icons.png) no-repeat 0 -96px;
    content: "";
    display: block;
    float: left;
    height: 32px;
    margin-right: 2px;
    width: 32px;
}

*[dir='rtl'] .home h2:before {
    float: right;
    margin-left: 2px;
    margin-right: 0;
}

.home .content-highlights:before {
    background-position: 0 -96px;
}

.home .top-issues:before {
    background-position: 0 -160px;
}

.home .dita-essentials:before {
    background-position: 0 -192px;
}

.home .style-essentials:before {
    background-position: 0 -64px;
}

.home .supplementary-documents:before {
    background-position: 0 -128px;
}

.home .qt:before {
    background-position: 0 -32px;
}

.home h2:after {
    background: url(../res/tabs_shadow.png) no-repeat 50% 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

*[dir='rtl'] .home h2:after {
    right: 0;
    left: initial;
}

.home h2 .more {
    border-bottom: none;
    color: #666;
    float: right;
    font-family: Arial, sans-serif;
    font-size: .58em;
    font-weight: normal;
    outline: none;
    position: relative;
    text-transform: none;
    margin-left: 16px;
}

*[dir='rtl'] .home h2 .more {
    float: left;
    margin-left: 0;
    margin-right: 16px;
}

.home h2 .more:before {
    border-bottom: 6px solid #666;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 0;
    content: "";
    display: block;
    height: 0;
    left: -11px;
    position: absolute;
    top: 15px;
    width: 0;
}

*[dir='rtl'] .home h2 .more:before {
    right: -11px;
    left: initial;
}

.home h2 .more.collapsed:before {
    border-bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #666;
    content: "";
}

.home h2 + p {
    margin-left: 6px;
}

*[dir='rtl'] .home h2 + p {
    margin-right: 6px;
    margin-left: 0;
}

.home ul {
    overflow: hidden;
    padding-left: 34px;
}

*[dir='rtl'] .home ul {
    padding-left: 34px;
}

.home ul.collapsed li {
    display: none;
}

.home ul.collapsed li.ltn {
    display: block;
}

.home li {
    float: left;
    list-style: none;
    width: 50%;
}

*[dir='rtl'] .home li {
    float: right;
}

@media (max-width: 768px) {
    .home li {
        float: none;
        width: auto;
    }
}
.home li a {
    color: #666;
}


.sectiontitle {
    color: #000;
}

.refresh-collapsible {
    animation-name: hide-and-show;
    animation-duration: 0.8s;
}

@keyframes hide-and-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

input[type="checkbox"],
input[type="radio"] {
    /* margin: 1px; */
    margin-bottom: 10px;
    margin-top: 8px;
    background: #0063be;
    box-shadow: 0 0 0 0 #0063be inset, 0 0 0 1px #666666 inset, 0 0 0 8px #fff inset, 0 0 0 0 #ddd inset, 0 0 0 0 #ddd;
    /* padding: 10px; */
    border-radius: 1px;
    display: inline-block;
    transition: all .1s;
    zoom: 1.1;
    /* border-bottom: 3px solid #b2b2b2; */
}

input[type="checkbox"]:checked {
    background: #0063be;
    box-shadow: 0 0 0 8px #0063be inset, 0 0 0 0 #666666 inset, 0 0 0 8px #EEE inset, 0 0 0 0 #ddd inset, 0 0 0 0 #ddd;

}

.nav-container::-webkit-scrollbar {
    width: 10px;
    margin-left: 3px;
}

.nav-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #e2edff;
    border: none;
}

.nav-container::-webkit-scrollbar-track {
    border: none;
    padding: 2px 0;
    background-color: white;
}

.nav-container {
    -ms-overflow-style: none;
    -ms-scrollbar-arrow-color: blue;
    /*    -ms-scrollbar-face-color: transparent;
        -ms-scrollbar-3dlight-color: tansparent;
        -ms-scrollbar-arrow-color: tansparent;
        -ms-scrollbar-base-color: tansparent;
        -ms-scrollbar-darkshadow-color: tansparent;
        -ms-scrollbar-face-color: tansparent;
        -ms-scrollbar-highlight-color: tansparent;
        -ms-scrollbar-shadow-color: tansparent;
        -ms-scrollbar-track-color: tansparent;*/
}

#contents {
    line-height: auto;
}

#contents ul {
    padding-right: 15px;
    padding-left: 20px;
}

*[dir='rtl'] #contents ul {
    padding-left: 15px;
    padding-right: 20px;
}


/*
 * font-awesome has the declarations for inserting content into fa-chevron-up via :before pseudoselector
 * these styles are for binding with the font-family->element;
 */
.fa-chevron-down, .fa-chevron-up, .fa-file-o, .fa-files-o {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: relative;
}

.fa-file-o, .fa-files-o {margin:0 5px 0 -15px;}

/*
 * separate footer/header arrow declarations to control position
 */
.fa-header-chevron {
    float: right;
}

.fa-footer-chevron {
    font-size: 1.3em;
}

#contents .toc-single-ul {
    vertical-align: middle;
    display: list-item;
    list-style: none;
    position: relative;
}

.toc-multi-ul {
    vertical-align: middle;
    display: list-item;
    list-style: none;
    position: relative;
}

.toc-multi-ul .sideline {background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAThJREFUeNpi/P//PwMtARMDjcHQt4CFkAJ//8AZ//79i+bm5v4DE7tx4zq/srJK2dq1q3sI2gCKZHw4IiJqwfETp/4jAx8fv7/BwaF/EhOT6wjpxxlE9vaON4AGPfj9508INvm5c+cwc/Pw1Hh4eC0lKw4kJSXFt2zZJO/g6MSNTZ6fn49h8qQJrIZGxiGent47qBrJv3//ZgqPiPrX0dXLIC0jw3bz5g13IP8a1SzYsWMbw8oVy5gkJCQYeHh4GOoamhjev3vHR1YqwgcS4qLh7DWrVv4ZzcmjFgxQYQcCvb29DHx8mMn858+fDH9+//4CZP75/PnzD5IKu/DwyPf/CYDJU2eAqkMHfIUdTh/cu3ePY8q0mXh9dv7cWYK+Z8RVJzMyMjoQGcwXgGZ8INmC0WQKAwABBgCqEOtbgFwi6AAAAABJRU5ErkJggg==');}
.toc-single-ul .sideline {background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANBJREFUeNpi/P//PwMtARMDjcGoBQQBCz5JRkZGAyAlgCYsDkwYK6ligbe37wYPL295ZLHc7AyGpKQU9Xnz5jQRZQMomeLCQAse/EcDPj5+/xISk3/7+QXMwKcXhkmOAy5u7v/z581h0dLWSbS2tt1Es0hub2tmc3J29g0NizhCdhxgAx8/fGB0cnL+LyomDi4C1qxeae3r92P35k0bXKkSB+jg+IlT/yMiohZQLQ5Gi4pRCwZZacrKynoGWPYQNISdnf0KzhJ5tE4ecAsAAgwAuvi/SL1n7tEAAAAASUVORK5CYII=');}


.sideline{
    display: inline-block;
    z-index: 2;
    width: 30px;
    height: 28px;
    position: relative;
    top: 10px;
}
.section-active .sideline:after {
    width: 13px;
    height: 1px;
    background-color: rgba(72, 72, 72, 0.26);
    position: absolute;
    top: 13px;
    left: -6px;
    content: '';
}

*[dir='rtl'] .section-active .sideline:after {
    left: 18px;
    width: 14px;
}

.section-active .verticalLineDoc {
    background-color: rgba(72, 72, 72, 0.26);
    position: absolute;
    width: 1px;
    top: 3px;
    left: 13px;
    margin-top: 11px;
    /* z-index: -1; */
}

*[dir='rtl'] .section-active .verticalLineDoc {
    right: 17px;
    /* z-index: -1; */
}