html {
    scroll-behavior: smooth;
}

.help-page h1,
.help-page .h1,
.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3,
#body.help-page,
.help-page-table th,
.help-page-table pre,
.help-page-table p {
    font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

body > #body.help-page{
    margin: 30px;
}

.help-page pre.wrapped {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
}

.help-page .warning-message-container {
    margin-top: 20px;
    padding: 0 10px;
    color: #525252;
    background: #EFDCA9; 
    border: 1px solid #CCCCCC;
}

.help-page-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0px 0px 20px 0px;
    border-top: 1px solid #D4D4D4;
}

.help-page-table th {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #D4D4D4;
    padding: 5px 6px 5px 6px;
}

.help-page-table td {
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 8px 10px 8px;
    vertical-align: top;
}

.help-page-table pre,
.help-page-table p {
    margin: 0px;
    padding: 0px;
    font-family: inherit;
    font-size: 100%;
}

.help-page-table tbody tr:hover td {
    background-color: #F3F3F3;
}

.help-page a:hover {
    background-color: transparent;
}

.help-page .sample-header {
    border: 2px solid #D4D4D4;
    background: #00497E;
    color: #FFFFFF;
    padding: 8px 15px;
    border-bottom: none;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.help-page .sample-content {
    display: block;
    border-width: 0;
    padding: 15px 20px;
    background: #FFFFFF;
    border: 2px solid #D4D4D4;
    margin: 0px 0px 10px 0px;
}

.help-page .api-name {
    width: 40%;
}

.help-page .api-documentation {
    width: 60%;
}

.help-page .parameter-name {
    width: 20%;
}

.help-page .parameter-documentation {
    width: 40%;
}

.help-page .parameter-type {
    width: 20%;
}

.help-page .parameter-annotations {
    width: 20%;
}

.help-page h1,
.help-page .h1 {
    font-size: 36px;
    line-height: normal;
}

.help-page h2,
.help-page .h2 {
    font-size: 24px;
}

.help-page h3,
.help-page .h3 {
    font-size: 20px;
}

#body.help-page {
    font-size: 14px;
    line-height: 143%;
    color: #333;
}

.help-page a {
    color: #0000EE;
    text-decoration: none;
}

.blue-font {
    color: #2E74B5;
}

.no-margin{
    margin: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-top {
    margin-top: 0;
}

.left-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    background: #e5e7ec;
    color: #222;
    border-top-right-radius: 50px;
}

.right-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 250px);
    height: 100vh;
}

.right-panel > section{
    margin: 30px;
}

.menu, .menu > li{
    display: block;
    width: 100%;
}

.menu {
    width: calc(100% - 40px);
    margin: 0;
    padding: 0;
}

.menu > li{
    padding: 0 20px;
    margin: 0;
    line-height: 32px;
    font-weight: 400;
    color: #555;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.menu > li.sub-item{
    padding-left: 40px;
    padding-right: 0;
}

.menu > li > a, .menu > li > a:visited{
    color: #555;
    display: block;
    font-weight:500;
}

.menu > li:hover, .menu > li.active, .menu > li:hover > a, .menu > li.active > a{
    background: #2f2f2f;
    color: #FFF;
}

.menu > li:hover, .menu > li.active{
    border-left: 5px solid #FFC000;
    width: calc(100% - 5px);
}

.menu > li:not(.active):hover{
    background: rgba(57, 57, 57, .85) !important;
}

.menu > li:not(.active):hover > a {
    background: transparent;
}

.menu > li.sub-item.active {
    padding-left: 20px;
    padding-right: 20px;
}

.logo{
    text-align: center;
}

.logo > img{
    margin: 40px auto;
    transform: translateX(-10px);
    height: 40px;
}

.section-content{
    padding-top:75px;
}

.section-info {
    font-size: 14px;
    font-family: Calibri, Helvetica, Arial, sans-serif;
}

.route-path{
    border-bottom: 3px solid;
    padding-bottom: 12px;
}

.route-relative-path {
    background: #000;
    color: #FFF;
    padding: 4px 10px 10px;
}

.route-method {
    padding: 4px 10px 10px;
    border-radius: 5px;
    margin-left: 20px;
}

.sample-request {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.sample-request th {
    width: 50%;
    background: #000;
    color: #FFF;
     vertical-align:top;
    text-align: center;
    padding: 5px;
}

.sample-request td {
    border: 1px solid #cfcfcf;
    vertical-align:top;
    text-align: left;
}

.help-page .sample-content{
    border: none;
    background: none;
}

.help-page .sample-header {
    margin: 0;
    border: none;
    transform: translate(-1px, -2px);
}

.route-container {
    background-color: #f5f7fc;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
}

div.wrapped {
    padding: 15px 20px;
}

div.wrapped > span{
    display: block;
}

.inbound .fieldstable tr:first-child td,
.inbound .fieldstable tr:first-child th {
    background: #FFC000;
}

.no-margin {
    margin: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.small-margin-bottom {
    margin-bottom: 12px;
}

.inbound-table {
    border-collapse: collapse;
}

    .inbound-table tr:first-child td {
        background-color: #FFC000;
        padding: 3px 40px 3px 8px;
    }

    .inbound-table tr td {
        border: 1px solid #222;
        padding: 3px 40px 3px 8px;
    }

.label-warning {
    color: #EC7C30;
}

.label-important {
    color: #F00;
}

.inline-block {
    display: inline-block;
}

.center-horizontally {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}