@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;
}

*/
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;
}

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;
}

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;
}
#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;
}

#contents.edit nav {
  margin-right: 32px;
}
#contents.edit #editMenu {
  background-color: #333333;
  font-size: 14px;
  height: 27px;
  margin-left: 5px;
  margin-right: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 6px;
  margin-bottom: 7px;
  border: 1px solid #000;
  box-shadow: inset -1px 1px 1px 1px rgba(242, 242, 242, 0.2);
}
#contents.edit #editMenu a {
  color: #E8E8E8;
  display: inline-block;
  padding: 2px 7px;
  background: #484848;
  border: 1px solid #000;
  border-radius: 3px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
  box-shadow: inset 1px -1px 1px 1px rgba(242, 242, 242, 0.1);
  margin-right: 5px;
}
#contents.edit #editMenu a:hover {
  background: #606060;
}

*[dir='rtl'] #contents.edit nav {
  margin-left: 32px;
  margin-right: 0;
}
*[dir='rtl'] #editMenu {
  margin-right: 5px;
  margin-left: 32px;
  padding-right: 6px;
  padding-left: 0;
}
*[dir='rtl'] #editMenu a {
  margin-left: 5px;
  margin-right: 0;
}

.cke_top {
  background-image: none !important;
  background: #333333;
}

#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 .jspVerticalBar {
  opacity: 0;
  -webkit-transition: opacity, 0.2s linear;
  -moz-transition: opacity, 0.2s linear;
  -o-transition: opacity, 0.2s linear;
  transition: opacity, 0.2s linear;
}
.nav-container:hover .jspVerticalBar {
  opacity: 1;
}
.nav-container:focus {
  outline: none;
}

/*.nav-container .jspContainer #nav {
	width: 290px;
}*/

*[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 {
  /*
  #scrollbar {
    margin-left: 305px;
  }
  */
}
.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: 3px;
  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: hidden;
}

#nav {
  display: block;
  width: 100%;
}
#nav > div {
  width: 100%;
}
#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%;
}
#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 .jstree-leaf > i {
  background-image: url("../js/themes/moto/32px.png") !important;
  width: 24px !important;
  height: 24px !important;
  background-position: -134px -165px;
}
#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 {
  border-left: 3px double #afa79f;
  border-right: none;
}

#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: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  border: 1px solid grey;
  border-right: none;
}
*[dir='rtl'] #scrollbar-btn i {
  padding-right: 4px;
  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;
}

*[dir='rtl'] .jstree-moto .jstree-node {
  padding-left: 0;
  padding-right: 24px;
}
*[dir='rtl'] .jstree-moto.jstree-rtl .jstree-node {
  margin-right: 0;
  margin-left: 24px;
}
*[dir='rtl'] .jstree-icon {
  right: 0;
}
*[dir='rtl'] .fa-chevron-left:before {
  content: "\f054";
}
*[dir='rtl'] .fa-chevron-right:before {
  content: "\f053";
}
*[dir='rtl'] .fa-angle-right:before {
  content: "\f104";
}
*[dir='rtl'] .fa-angle-left:before {
  content: "\f105";
}

*[dir='rtl'] .jspPane {
  left: initial !important;
  right: 0 !important;
}

/*#content-frame .collapsible .collapse-section {
  display: none;
  *//*border-bottom: 30px solid rgba(222, 222, 222, 0.83);*//*
  background: rgba(204, 204, 204, 0.08);
}

#content-frame .collapsible .collapse-content {
  padding: 20px;
}

#content-frame .collapsible .collapse-section-active {
  background-color: rgba(236, 236, 236, 0.78);
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 0px;
  *//*border-bottom: 33px solid #0063be;*//*
}

#content-frame .collapsible > h1 {
  border: 1px solid rgba(72, 72, 72, 0.26);
  background: rgba(204, 204, 204, 0.21);
  cursor: pointer;
  padding: 15px;
  *//* box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1); *//*
  *//* box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 1px 5px rgba(0,0,0,0.24); *//*
  *//* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); *//*
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  *//* position: relative; *//*
}

#content-frame .collapsible > caption {
  color: #0063be;
  border: 1px solid rgba(72, 72, 72, 0.26);
  background: rgba(204, 204, 204, 0.21);
  cursor: pointer;
  padding: 15px;
  *//* box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1); *//*
  *//* box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 1px 5px rgba(0,0,0,0.24); *//*
  *//* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); *//*
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#content-frame table.collapsible + table.collapsible {
  margin-top: 2.5em;
}

#content-frame table.collapsible {
  margin: 0;
  margin-bottom: 1.5em;
}

#content-frame .collapsible > h1:hover, #content-frame .collapsible > caption:hover {
  background-color: #0063be;
  color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#content-frame .collapsible .collapse-header-active {
  background-color: #0063be;
  color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#content-frame .collapsible .collapse-menu-arrow {
  float: right;
}

#content-frame .collapsible-footer {
  padding: 6px 0px;
  text-align: center;
  cursor: pointer;
  background: rgba(222, 222, 222, 0.83);
  color: #0063be;
}

#content-frame .collapse-section-active .collapsible-footer {
  background: #0063be;
  color: white;
}

#content-frame .collapse-section .collapsible-footer:hover {
  background: #0057a7;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

#content-frame .collapsible-footer-arrow {
  font-size: 1.3em;
}*/

#content-frame .expandable {
  color: #0063be;
  border-bottom: 1px solid #0063be;
  margin: 0px 0px;
  font-size: 1.2em;
  cursor: pointer;
  padding: 5px 14px;
  white-space: nowrap;
}

#content-frame .expandable:hover {
  background-color: #0063be;
  color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
}

#content-frame .expandable-active {
  background-color: #0063be;
  color: white;
}

#content-frame .content-cloud {
  background-color: #e3edf7 !important;
  border-radius: 0px;
  border-top: 2px solid #0063be;
  border-bottom: 2px solid #0063be !important;
}

#content-frame .expandable .collapse-link-arrow {
  margin-left: 10px;
  margin-bottom: 7px;
}

#content-frame .content-cloud h1 {
  margin-top: 0px;
}

#content-frame .content-cloud .expandable-content {
  margin: 20px;
}

.filtering  {
  padding: 12px 0px 0px 4px;
  background: #f5f5f5;
  /* border-top: 1px solid #efefef; */
  border-bottom: 1px solid #b2b2b2;
  z-index: -100;
  /* margin-bottom: 0px; */
  box-shadow: inset 0px -1px 10px 0px #e8e8e8;
}

.filtering .filter-group {
  padding-right: 0%;
  width: 20%;
  margin-right: 3%;
  margin-left: 2%;
  float: left;
  margin-bottom: 29px;
}

.filtering .filter-group  .filter-header {
  font-size: 1.1em;
  /* font-weight: bold; */
  padding-bottom: 3px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 3px;
  font-family: 'Univers Condensed', Arial, sans-serif;
}

.sectiontitle {
  color: #000;
}

.filter-content > div > label {
  padding-left: 6px;
  color: #666666;
  /* padding-bottom: 84px; */
  margin-bottom: 0px;
  display: inline-block;
  position:  relative;
  top: -1px;
  font-size: 15px;
  font-family: 'Univers Condensed', Arial, sans-serif;
}

.filter-value {
  border-bottom: 1px solid #e2e3e3;
  padding-left: 6px;
}

/*#content-frame .collapsible .collapse-header-active:hover {
  background: #0057a7;
}

.refresh-collapsible {
  animation-name: hide-and-show;
  animation-duration: 0.8s;
}*/

@keyframes hide-and-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.filter-title {

  font-size: 1.7em;
  /* font-weight: bold; */
  padding-bottom: 5px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: -13px;
  font-family: 'Univers Condensed', Arial, sans-serif;
  box-shadow: 0px 16px 17px -14px #b2b2b2;
}

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;

}

.done-label-panel {
  position: absolute;
  right: -1px;
  width: 30px;
  height: 0px;
}

.done-label-panel .done-label-text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background-color: rgba(236, 236, 236, 0.78);
  height: 57px;
  text-align: center;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  top: -41px;
  z-index: 2;
  overflow: hidden;
  width: 0px;
  font-size: 16px;
  color: #0063be;
  line-height: 30px;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(72, 72, 72, 0.26);
  border-right: 1px solid rgba(72, 72, 72, 0.26);
  border-top: 1px solid rgba(72, 72, 72, 0.26);
  box-sizing: border-box;
}

.done-label-panel .done-label-dock {
  height: 57px;
  width: 30px;
  position: absolute;
  top: -41px;
  z-index: 1;
  cursor: auto;
}

.done-label-panel .done-label-text:hover {
  background-color: #1bad28;
  color: white;
  border-left: 1px solid rgba(72, 72, 72, 0.26);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.done-label-panel .checked-label {
  width: 30px !important;
  background-color: #10961c;
  color: white;
  border-left: 1px solid rgba(72, 72, 72, 0.26);
  box-shadow: none;
}

.done-label-panel .done-label-text:hover.checked-label {
  background-color: #C9282D;
}

/*
#content-frame .collapsible  > h1:hover.no-hover {
  background-color: rgba(204, 204, 204, 0.21);
  color: #0063be;
  box-shadow: none;
}*/
