/* Pagination */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.header-back-small {
    padding-bottom: 10px;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .8rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2288cc;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    color: #13496d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2288cc;
    border-color: #2288cc;
}
/* End of pagination */

.api-endpoint {
    margin-bottom: 10px;
    border: 1px solid #cbd3dd;
    padding: 15px 15px;
}
.api-endpoint-try-button {
    /*position: absolute;*/
    /*top: 7px;*/
    /*right: 0;*/
    float: right;
    padding: 6px 15px !important;
}
.api-endpoint-try-button:active {
    top: 2px;
    /*bottom: initial;*/
}
.api-endpoint-main-details {
    padding-left: 65px;
    padding-top: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.api-endpoint-other-details .step {
    padding-left: 10px;
    border-left: 1px solid lightgray;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.api-endpoint-property h4.step-title {
    font-weight: 400;
    margin: 1.2em 0 0.3em 0;
}
.api-endpoint-title {
    font-weight: 400;
}
.api-endpoint-method {
    font-weight: 500;
    min-width: 60px;
    top: 10px;
}
.api-endpoint-method-get {
    background-color: #98C74E;
}
.api-endpoint-method-post {
    background-color: #28c;
}
.api-endpoint-method-put {
    background-color: #ff530d;
}
.api-endpoint-method-delete {
    background-color: #DA5C53;
}
.api-endpoint-method-options {
    background-color: #4AA3BA;
}
.api-endpoint-request-parameters .table > thead > tr > th,
.api-endpoint-error-responses .table > thead > tr > th {
    font-weight: bold;
}
.api-endpoint-request-parameters .table > thead > tr > th,
.api-endpoint-request-parameters .table > tbody > tr > th,
.api-endpoint-request-parameters .table > tfoot > tr > th,
.api-endpoint-request-parameters .table > thead > tr > td,
.api-endpoint-request-parameters .table > tbody > tr > td,
.api-endpoint-request-parameters .table > tfoot > tr > td,
.api-endpoint-error-responses .table > thead > tr > th,
.api-endpoint-error-responses .table > tbody > tr > th,
.api-endpoint-error-responses .table > tfoot > tr > th,
.api-endpoint-error-responses .table > thead > tr > td,
.api-endpoint-error-responses .table > tbody > tr > td,
.api-endpoint-error-responses .table > tfoot > tr > td {
    padding: 0.3em 0.6em;
    font-size: 0.9em;
}
.api-endpoint-request-parameter-additional-desc > td > h5 {
    font-size: 1em;
}
.api-endpoint-additional-note {
    padding: 15px;
}
.api-endpoint-additional-note.blue {
    box-shadow: inset 2px 0px 0px 0px #2288cc;
}
.api-endpoint-additional-note > p.note-description {
    line-height: 1.6em;
    font-size: 0.9em;
}
.api-endpoint-additional-note > p.note-description > .mark {
    font-weight: 400;
}
.api-endpoint-main-details .api-endpoint-breadcrumb {
    display: block;
    float: right;
    line-height: 1.6;
    text-align: right;
    font-weight: 300;
    font-size: .875em;
    width: initial;
    max-width: 40%;
}
.api-endpoint-main-details .api-endpoint-breadcrumb a {
    color: #808488;
    padding: 5px 10px;
    background-color: #f6f7f8;
    border-radius: 3px;
}
.api-endpoint-other-details.steps .step:last-child {
    border-bottom: 1px solid #dae0e7;
}

@media (max-width: 768px) {
    .api-version {
        left: initial;
        margin-left: initial;
    }
}
.api-version {
    right: 0;
    padding: 0 10px;
    width: 95px;
    color: #2288cc;
}
.api-version ul {
    bottom: initial;
    /*width: initial;*/
    top: 45px;
    z-index: 1;
}
.api-version ul:before {
    content: '';
    display: block;
    border-right: 1px solid #cbd3dd;
    border-bottom: 1px solid #cbd3dd;
    top: -3px;
    position: absolute;
    background-color: white;
    left: 45px;
    height: 5px;
    width: 5px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.api-version ul:after {
    border: initial;
    bottom: initial;
}
.api-version ul li {
    width: 95px;
}
.api-version ul li a {
    display: block;
}
.api-version ul li a:hover {
    background-color: aliceblue;
}
.api-merchant-select .info-title {
    padding: 10px 30px;
    margin: 10px 0;
}
.api-merchant .button i {
    margin: 0;
    vertical-align: baseline;
}
pre.language-javascript, pre.language-bash {
    padding: 1.2em 0.5em !important;
    line-height: 1.4;
    margin: 0 !important;
}
pre.language-javascript, pre.language-bash {
    background-color: #000 !important;
    max-height: 500px !important;
}

code.language-javascript, code.language-bash {
    font-size: 0.8em;
    text-shadow: none;
}
code.language-javascript .token.string {
    color: #8B0;
}
code.language-bash .token.string {
    color: #BD7;
}
.code-highlight-tabs {
    margin-bottom: 0;
}
.code-highlight .copy-code {
    padding: 3px 5px;
    background-color: #000;
    color: #fff;
    line-height: 18px;
    font-size: 15px;
    font-weight: 400;
}
.code-highlight.code-highlight-with-label:after {
    right: unset;
    top: 1px;
    left: 1px;
    border: 1px solid grey;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
    background-color: #000;
    color: lightgrey;
    font-weight: 400;
}
.menu-vertical li[data-api-title] > ul {
    overflow-y: scroll;
    max-height: 500px;
}
.js-modal-try-endpoint {
    width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
}
.js-modal-try-endpoint .modal-alt-description {
    text-align: left;
}
.search-icon {
    cursor: pointer;
}
.layout.with-left-sidebar .sidebar {
    padding-right: 0;
}
.header.header-over.large {
    padding: 20px;
}
.header-back.header-back-small {
    padding: 100px 0 30px 0;
}
header#request_access_header {
    margin-bottom: 20px;
}
.page-info-simple h1.page-title {
    font-size: 4em;
}
.page-info-simple h2.page-description {
    font-size: 1.3em;
}
li.contacts-checkbox-item {
    margin-bottom: 0;
}
input.login-checkbox, input.register-checkbox, input.contacts-checkbox {
    margin-right: 5px;
    margin-bottom: 0px;
}
#content {
    padding: 30px 0;
}
.progress-bar {
    background-color: green;
    height: 5px;
}
.error-responses-container .dl-list-horizontal:last-child {
    border-bottom: none;
}
dl {
    margin: 0 0 0.3em;
}
dl dt, dl dd {
    line-height: 1.5;
}
.dl-list-horizontal {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 5px;
}
.form-error {
    color: #ff3625;
}
.required {
    color: #ff3625;
}
.d-none {
    display:none;
}
.right {
    float: right;
}
.left {
    float: left;
}
strong {
    word-wrap: break-word;
}
.gutter {
    background-color: transparent;
    background-repeat: repeat-y;
    background-position: 50%;
}
.gutter.gutter-horizontal {
    float: left;
    cursor: col-resize;
    background-image: url('../img/helpers/vertical.png');
}
.gutter.gutter-vertical {
    cursor: row-resize;
    background-image: url('../img/helpers/horizontal.png');
}
.ms-parent.multiple-select.form-control {
    padding: 0;
    font-size: 1em;
}
button.ms-choice {
    height: 100%;
}
.contacts-error {
    display: none;
    position: fixed;
    background-color: white;
    font-size: 1.25em;
    font-weight: 300;
    border: 1px solid #bb4444;
    padding: 30px 30px 30px 100px;
    left: 50%;
    top: 50%;
    z-index: 99;
    border-radius: 3px;
    line-height: 1.6;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 992px) {
    .split {
        display: block;
        width: 100% !important;
    }
    .gutter {
        display: none;
    }
}