@font-face {
    font-family: RobotoMono;
    src: url(/help/roboto_mono.ttf);
}
blockquote {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
    border: solid 1px rgba(0, 0, 0, 0.12);
    padding: 0 20px 0 50px;
    margin: 20px 0;
    position: relative;
}
blockquote::before {
    content: ' ';
    position: absolute;
    left: 20px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+CjxnIHN0cm9rZT0iI2ZmYTMwMCIgc3Ryb2tlLXdpZHRoPSIyLjIzIj48Y2lyY2xlIGZpbGw9IiNmZmZmZmYiIGN4PSIxMCIgY3k9IjEwIiByPSI4LjU2NTIiLz4KPHBhdGggZD0iTTEwLDQuMTg4VjEyLjY1N00xMCwxMy40MzhWMTUuODEzIi8+PC9nPjwvc3ZnPg==);
}
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}
table, th, td {
    border-collapse: collapse;
    border: solid 1px rgba(0, 0, 0, 0.12);
}
th, td {
    padding: 8px;
}
th {
    background: rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 16px;
}
h3 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}
h4 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin: 20px 16px;
}
a {
    color: #005bd1;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.left_column {
    width: 250px;
}
.left_column a {
    color: #333;
    text-decoration: none;
}
.main_column .inner2 {
    margin-left: 260px;
}
.help-content img {
    max-width: 700px;
    padding: 10px;
    border: solid 1px rgba(0, 0, 0, 0.12);
}
.help-content li br {
    display: block;
    margin: 15px 0;
    content: ' ';
}
.overlay-wrapper {
    position: relative;
}
.blank-overlay {
    position: absolute;
    background-color: #fff;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.menu-border {
    margin-top: 15px;
    font-size: 15px;
    border-radius: 2px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
    border: solid 1px rgba(0, 0, 0, 0.12);
}
.menu-element {
    padding: 10px 10px;
}
.menu-leaf {
    padding-left: 28px;
}
.menu-element:hover {
    background-color: #ebebeb;
    cursor: pointer;
}
.menu-element.expandable:before {
    font-family: RobotoMono, serif;
    content: '+';
    padding-right: 5px;
}
.menu-element.expandable.open:before {
    content: '-';
}
.menu-separator {
    margin: 8px 16px;
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
}
.help-body {
    margin: 0 auto 20px auto;
    max-width: 1140px;
}
.help-header {
    padding: 16px;
    margin-top: 8px ;
    text-align: center;
}
.help-header:hover {
    background-color: #ebebeb;
    cursor: pointer;
}
.portal-menu_width {
    max-width: 1140px;
}
.active {
    font-weight: bold;
}
.hljs {
    border-left: 3px solid #1C6EA4;
}
.submenu {
    padding-left: 15px;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}