.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;
}

.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%;
    word-break:break-all;
}

.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;
}
.test-api-result-container {
    width: 100%;
    padding-right:15px;
    padding-left:11px;
}
.test-api-params-container {
    width: 100%;
    padding-left: 10px;
    padding-top:59px;
}
.test-api-wrapper {
    border: #525252;
    border-style: solid;
    border-width: 1px;
}
.test-api-container {
    width: 100%;
    padding-bottom:10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
@media screen and (min-width: 1600px) {
    .test-api-params {
        display: flex;
        flex-direction: row;
    }
}
.test-api-remove-param-btn{
    margin-left:2px;
    color:red;
    font-weight: bolder;    
    font-size: 17px;
}
.test-api-remove-param-btn:hover{
    font-size: 18px;
    cursor:pointer;
}
.test-api-edit-param-btn {
        color: green;
        font-weight: bolder;
        font-size: 17px;
        cursor:pointer;
}
.test-api-edit-param-btn:hover{
    font-size: 18px;
}
.test-api-url {
}
.test-api-result {
    min-height: 350px;
    width: 100%;
    background: black;
    color: greenyellow;
    font-size: 15px;
}
.test-api-text {
    font-size: 18px;
    padding: 10px;
    min-width: 306px;
}
.test-api-params-list {
    overflow-y: auto;
    max-height: 194px;
    padding-right: 39px;
}
.api-parameter {
    width: 100%;
    padding: 5px;
    border-bottom: #525252;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.test-api-btn {
    margin-top: 6px;
    width: 190px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.test-api-input {
    width: 200px;
    height: 25px;
    margin-left: 5px;
    text-align: center;
    color: #525252;
    font-size: 16px;
}
.rounded{
    border-radius: 3px;
}
.green{
    color: forestgreen;
    font-weight: bolder;
}
.red {
    color: red;
    font-weight: bolder;
}
.add-params-container {
    margin-top: 15px;
    border: #525252;
    border-style: solid;
    border-width: 1px;
    min-height: 352px;
}

.title-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.title-block-title {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.title-block-link {
    display: flex;
    padding-top: 35px;
    padding-right: 40px;
    font-size: 21px;
}
.title-link-icon{
    height:20px;
}
.title-link {
    padding-top: 10px;
    padding-left: 11px;
}
.logo {
    height: 57px;
    padding-top: 22px;
    margin-right: -138px;
}
.captcha-container {
    border: #525252;
    border-style: solid;
    border-width: 1px;
    padding: 20px;
    margin-bottom:5px;
    display:flex;
}
.inn-container{
    display:flex;
    padding:20px;
}
.inn-button{
    margin-top:-6px;
}
.captcha-btn {
    margin: 0px 0px 17px 53px;
}
.captcha-input-container{
    padding-left:10px;
}
.warning-mess{
    font-size:20px;
}
.obsolete-method{
}
.hide-method {
    display: none;
}
.show-arch-btn {
    width: 200px;
    font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
.not-found-container{
    text-align:center;
}
.not-found-code{
    font-size:190px;
}