body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666 !important;
    background-color: #000 !important;
    padding: 0px !important;
}
.navbar {
    background-color: #000 !important;
}
.navbar-fixed-top {
    position: sticky !important;
    margin-top: 8px !important;
}

.label-primary {
    background-color: #3200C8 !important;
}

.breadcrumbs {
    font-size: 10pt;
    position: relative;
    top: 33px;
    display: inline-grid;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container.collection .api-heading {
    display: none;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    bottom: 1px solid #eee;
}
.page-back-to-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    lex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #000;
    cursor: pointer;
    position: fixed;
    right: 24px;
    z-index: 101;
    bottom: 52px;
    filter: drop-shadow(2px 2px 12px rgba(212, 211, 211, .25));
}

.page-back-to-top:after {
    content: "";
    display: inline-block;
    width: 14px;
    min-width: 14px;
    height: 14px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    top: -1px;
    position: relative;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width= '14' height= '14' fill= 'none' xmlns= 'http://www.w3.org/2000/svg' %3E%3Cpath d= 'M6 4.414V14h2V4.414l4.293 4.293 1.414-1.414L7 .586.293 7.293l1.414 1.414L6 4.414z' fill= '%2300FF91' /%3E%3C/svg%3E);
}

span.chip.success {
    color: #000 !important;
    background-color: white !important;
    height: 24px;
}

span.chip.failure {
    color: #000 !important;
    background-color: white !important;
}

span.chip.ignored {
    color: #000 !important;
    background-color: white !important;
}
.nav-pills > li > a {
    text-decoration: none !important;
}
.nav-pills > li {
    float: left !important;
    margin-bottom:0px !important;
    padding: 0 0 !important;
}
.nav-pills > li > a {
    border-radius: 0px !important;
}
.nav-pills > li + li {
    margin-left: 2px !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    font-weight: 600 !important;
    background-color: #000 !important;
    color: white !important;
    border-bottom: 4px solid #00E682 !important;

}

.nav-pills > li > a:hover,
.nav-pills > li.active > a:hover {
    background-color: #363838 !important;
    color:white !important;
}


.scrollbutton {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    cursor: pointer;
    border-radius: 50%;

}

.chip {
    display: inline-flex;
    flex-direction: row;
    background-color: #E6E9EB;
    border: none;
    cursor: default;
    height: 24px;
    outline: none;
    padding: 0;
    font-size: 13.3px;
    color: #000;
    white-space: nowrap;
    align-items: center;
    border-radius: 16px;
    vertical-align: middle;
    text-decoration: none;
    justify-content: center;
    cursor: inherit;
    align-items: center;
    user-select: none;
    white-space: nowrap;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-bottom: 8px;
    margin-right: 2px
}

.chip:hover {
    background-color: #FFF;
}

td {
    background-color: #252626;
    vertical-align: top;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    line-height: 1.4 !important;
    vertical-align: top !important;
    border-top: 1px solid #000 !important;
}

.active {
    background-color: #4D4712 !important;
    padding: 8px 8px !important;
    margin: 4px !important;
    font-size: 12px !important;
    height: 46px;
    text-align: center !important;
}

.active a {
    color: #F0DE3C !important;
    text-decoration: none !important;
}

.stickytable {
    width: 100%;
    background-color: black;
    box-shadow: 2px #000;
    color: #fff;
    font-weight: bold;
    padding: 8px;
}

a {
    color: #fff !important;
    text-decoration: underline 2px !important;
    padding-bottom: 3px;
    font-weight: 500 !important;

}

th, td {
    border: 1px solid black !important;
    padding: 3px;
}

td h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.test-setup .panel-heading {
    cursor: pointer;
}

.test-setup.panel {
    margin-bottom: 0px !important;
}

.ADMIN, .CUSTOMER, .SYSTEM-INTEGRATOR, .OPERATOR {
    display: none;
}

.example {
    white-space: pre-line;
}

.background,
.examples,
.request,
.response {
    max-width: 1000px;
}

.containerTOC {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#toc a {
    color: #666 !important;
    text-decoration-thickness: 0.5px !important;
}
#toc li {
    line-height: 0.7;
}

.columnTOC {
    flex: 1 1 0;
    padding: 10px;
}

.api-heading {
    background-color: black;
    color: white;
    font-size: 30px !important;
}

.img-logo {
    height: 35px;
    margin: 16px 0px;
}

.example li {
    margin: 0px;
    line-height: 100%;
    font-size: inherit;
}

.background a {
    font-size: 13px;
}

.hide div {
    display: none;
}

.hidden {
    display: none;
}

.diff ins {
    background-color: #fbff92 !important;
    text-decoration: none !important;
}

.diff del {
    background-color: #ff8d73 !important;
}

.success pre {
    background-color: #bbffbb;
    padding: 16px;
}

.success, .success * {
    background-color: #00331D !important;
    padding: 4px 8px;
    margin: 4px;
    font-size: 12px;
    text-decoration: none !important;
    color: #00E682 !important;
}

.failure, .failure * {
    background-color: #3D1611;
    padding: 4px 8px;
    margin: 4px;
    font-size: 12px;
    color: #FF5D47 !important;
    text-decoration: none !important;
}

failure .expected {
    text-decoration: line-through;
    color: #bb5050;
}

.ignored, .ignored * {
    background-color: #4D4712 !important;
    padding: 4px 8px;
    margin: 4px;
    border-radius: 2px;
    font-size: 12px;
    color: #F0DE3C !important;
    text-decoration: none !important;
}

table.specifications tbody tr td a {
    display: block;
}

tr.info td {
    background-color: #000 !important;
}


table.specs .spec-url {
    font-weight: bold;
    font-family: Courier New, Courier, Monospace;
    color: #D7D9DB !important;
    width: 500px !important;
    border-right: solid 1px #000;

}

table.specs .spec-url:hover {
    background-color: #444;
    cursor: hand;
}

li[role-id] > a {
    cursor: pointer;
}