/*OPERA HELP STYLES*/
/*HTML*/
html, body {
  background-color: #ededed;
  font: menu;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

/*HIDE FLAGS INFO*/
.hide {
  display: none; }

/*DIVS*/
#tool-container {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  min-width: 700px;
  max-width: 900px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0; }

#sidebar {
  background-color: rgba(255, 255, 255, 0.7);
  background-origin: content-box;
  background-repeat: no-repeat;
  border-radius: 12px 0 0 12px;
  border: 1px solid #c6c6c6;
  border-right: none;
  box-sizing: border-box;
  color: #494949;
  margin-top: 30px;
  padding: 20px;
  position: fixed;
  width: 230px;
  line-height: 1.5; }
#sidebar h1 {
  font-size: 18px; }
#sidebar a {
  color: #4C4C4C;
  text-decoration: none; }
#sidebar a:visited {
  color: #4C4C4C;
  text-decoration: none; }
#sidebar a:hover {
  color: #FF0000; }

html[dir='rtl'] #sidebar {
  border-radius: 0 12px 12px 0; }

#sidebar-menu {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  list-style-type: none;
  position: relative; }
#sidebar-menu div {
  margin: .75em 0; }
#sidebar-menu a.ui-accordion-header-active {
  color: #f00; }

#sidebar-icon {
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat; }

/*SUBMENU IN #SIDEBAR*/
.subMenu {
  padding: 0;
  margin: .5em 0 .5em 1em; }
.subMenu li, .subMenu a {
  margin: 0;
  padding: 0;
  list-style: none; }
.subMenu li {
  border-bottom: 1px solid #c9c9c9; }
.subMenu li:last-child {
  border: none; }
.subMenu li a {
  font-size: .7em; }

#content {
  margin-left: 230px;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  min-height: 100%;
  padding: 30px; }

#note {
  padding: .5em;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  border-radius: .5em;
  margin: 0 -.6em 1.5em -.6em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  -o-border-radius: .5em;
  -ms-border-radius: .5em; }

/*TYPE*/
.first {
  margin-top: 0; }

h1 {
  font-size: 2em; }

h2, h3, h4 {
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: -0.025em;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 1em; }

h2 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 2em;
  position: relative;
  overflow: hidden; }
h2:after {
  background-color: #b9b9b9;
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  top: 20px;
  width: 100%; }
h2 span {
  background-color: white;
  display: inline-block;
  font-weight: normal;
  position: relative;
  z-index: 1;
  padding-right: 10px; }
h2:target {
  color: #FF0000; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1em;
  font-style: italic;
  margin: 1em 0 0 0; }

p, blockquote {
  word-spacing: 0.15em;
  text-align: left;
  margin: 0 0 1.5em 0;
  font: 12pt/1.5;
  line-height: 1.5;
  text-indent: 0;
  widows: 4;
  orphans: 4; }

strong, b {
  font-weight: bold;
  letter-spacing: -0.025em; }

i {
  font-style: italic; }

.path-menu, li span {
  background-color: #EEEEEE;
  font-style: italic;
  padding: 0 0.3em; }

kbd {
  margin: 0 0.1em;
  padding: 0.1em 0.6em;
  border-radius: 3px;
  border: 0.1em solid #cccccc;
  color: #333333;
  line-height: 1.5;
  font-size: .83em;
  font-family: 'Helvetica', 'Arial', san-serif;
  display: inline-block;
  background-color: #f7f7f7;
  box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2em white inset;
  -webkit-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2em white inset;
  -moz-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2em white inset;
  -ms-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2em white inset;
  -o-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2em white inset; }

/*LINKS*/
a {
  color: #1155cc; }
a:hover {
  color: #f00; }
a:active {
  color: #0f0; }

/*TABLES AND LISTS*/
/*DEFINITION LISTS*/
dt {
  color: #999999;
  float: left;
  clear: both;
  font-weight: 700;
  width: 25%; }

dd {
  margin: 0 0 5px 32%; }

/*ORDERED, UNORDERED LISTS */
ol, ul {
  border: 0;
  line-height: 1.5;
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0; }

li ol {
  margin: 0 0 0 1.5em;
  list-style-type: lower-alpha; }
li ol li ol {
  margin: 0 0 0 1.5em;
  list-style-type: lower-roman; }
li ul {
  margin: 0 0 0 1.5em; }
li ul li ul {
  margin: 0 0 0 1.5em; }

/*TABLES*/
table {
  font-family: inherit;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em;
  line-height: 1.5; }

th {
  font-weight: bold;
  text-align: right;
  padding: 0 0.5em 0 0;
  vertical-align: top; }

td {
  font-weight: normal;
  text-align: left;
  padding: 0; }
td:before {
  padding-right: 1.5em; }

/*KEY TABLE*/
.keyTable {
  text-align: left;
  width: 100%;
  padding: 0;
  border-collapse: collapse; }
.keyTable td, .keyTable tr, .keyTable th {
  width: 30%;
  text-align: left; }
.keyTable td, .keyTable th {
  padding: 5px 0 7px; }
.keyTable tr:nth-child(2n+2) {
  background-color: #EEEEEE; }

/*IMAGES*/
img {
  margin-bottom: 1.5em; }

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.screen {
  width: 100%; }

.UI, .mouse {
  padding: 0;
  margin: 0 0 -.5em; }

.mouse {
  width: 2em; }

/*Search*/
.filter {
  -webkit-appearance: none;
  text-indent: 1em;
  display: block;
  margin: 0 0 1.5em 0;
  border: none;
  border-radius: 11px;
  padding: 1px;
  height: 22px;
  line-height: 16px;
  width: 180px;
  background: linear-gradient(to bottom, #f7f7f7 0, white 100%);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), inset 0 2px 3px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(0, 0, 0, 0.22); }
