body {
    font-family: "72-Regular";
    color: #3F5060;
    margin: 0;
    padding: 0;
    min-height: 100%;
    margin: 0px;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
}

.footer, .info_license, #api_selector .input {
    display: none !important;
}

#swagger-ui {
    font-family: "72-Regular" !important;
    width: 100%;
}

.sap-icon {
    font-family: "SAPIcons";
}

.sap-icon::before {
    color: #415E78;
}

.sap-icon.chat::before {
    content: '\e192';
}

.sap-icon.provision::before {
    content: "\e140";
}

.sap-icon.process::before {
    content: "\e0c7";
}

.sap-icon.gantt-bars::before {
    content: "\e02f";
}

.sap-icon.tree::before {
    content: "\e0f4";
}

.sap-icon.customer-order-entry::before {
    content: "\e0d8";
}

.sap-icon.sales-order-item::before {
    content: "\e0c2";
}

.sap-icon.service-manager-entry::before {
    content: "\e13d";
}

.sap-icon.share::before {
    content: "\e13d";
}

.sap-icon.document-text::before {
    content: "\e1b4";
}

.sap-icon.shelf::before {
    content: "\e1e5";
}

.sap-icon.expense-report::before {
    content: "\e033";
}

.sap-icon.task::before {
    content: "\e009";
}

.sap-icon.measure::before {
    content: "\e151";
}

.sap-icon.message-warning::before {
    content: "\e201";
}

.sap-icon.role::before {
    content: "\e0a9";
}

.sap-icon.pipeline-analysis::before {
    content: "\e143";
}

.sap-icon.notes::before {
    content: "\e01f";
}

.sap-icon.accelerated::before {
    content: "\e0e0";
}

.sap-icon.feed::before {
    content: "\e0a8";
}

.sap-icon.action-settings::before {
    content: "\e0a6";
}

div#api_info {
    margin: auto;
}

.info_title {
    text-align: center;
    display: block;
    font-size: 2em;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: bold;
}

div.info::after {
    box-shadow: 0 2px 1px 0 rgba(201, 201, 201, 0.8);
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
}

.info {
    text-align: center;
}

#header .swagger-ui-wrap {
    min-width: auto !important;
    margin-right: 0 !important;
}

.response-messages .markdown p,
.operation-params .markdown p {
    font-size: 14px;
}

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

@media (min-width: 576px) {
    .content-wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .content-wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .content-wrapper {
        max-width: 960px;
    }
}

.swagger-section #header {
    height: 23px;
}

.swagger-section #message-bar {
    min-height: 30px;
    text-align: center;
    padding-top: 10px
}

.swagger-section .swagger-ui-wrap {
    line-height: 1;
    font-family: Droid Sans, sans-serif;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

.swagger-ui .info h2 {
    font-family: "72-Light" !important;
    font-size: 36px !important;
    font-weight: normal !important;
    line-height: normal !important;
}

.swagger-ui .info hgroup.main {
    margin: 0 !important;
    padding: 0px 30px 30px 30px !important;
}

.swagger-section .swagger-ui-wrap .description p {
    font-family: "72-Regular" !important;
    line-height: 1.4em;
    font-size: 16px;
    padding: 0 0 10px;
    color: #333;
}

.swagger-section .description {
    padding-bottom: 10px;
    margin-top: 16px !important;
    margin-bottom: 20px !important;
}

#header {
    background-color: #FAFAFA !important;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 20px;
    padding: 0 !important;
}

#header nav {
    background-color: #415E78;
    color: white;
    font-family: "72-Regular";
    font-size: 18px;
}

#header nav .content-wrapper {
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px
}

.logo {
    align-items: center;
    flex-grow: 1;
}

.logo .separator {
    width: 1px;
    background-color: gray;
    height: 20px;
    margin: 0px 6px;
}

.jumbo {
    padding: 10px 80px;
    box-sizing: border-box;
}

h1 {
    margin-top: 24px;
    margin-bottom: 28px;
}

.title, .info_title {
    margin-top: 20px;
    margin-bottom: 24px;
    font-family: "72-Light";
    font-size: 36px !important;
    font-weight: normal !important;
}

.swagger-ui .topbar {
    display: none;
    padding: 0;
}

.swagger-ui .information-container {
    padding: 0 !important;
}

.sub-title, .info {
    margin-top: 16px;
    margin-bottom: 20px;
    line-height: 25.7143px;
    font-size: 18px;
    font-family: Open Sans,sans-serif;
}

.buttons-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.buttons-panel .separator {
    width: 40px;
}

.tabs {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 70px;
    box-shadow: 0 2px 1px 0 rgba(201, 201, 201, 0.8);
}

.tabs .content-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.tabs .tab {
    cursor: pointer;
    border-bottom: 3px solid #5496CD;
    height: 70%;
    margin-bottom: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs .tab .tab-label {
    margin-left: 18px;
    font-size: 22px;
    color: #3F5060;
    font-family: "72-Regular";
}

.tabs .tab .tab-icon {
    font-size: 30px;
    color: #5496CD;
    margin: 0;
    padding: 0;
}

.main {
    padding: 40px 0;
}

.swagger-ui .info {
    margin: 0 !important;
}

.swagger-ui .info .base-url {
    display: none;
}

.swagger-ui .info a {
    display: none;
}

.swagger-ui .info .title small {
    display: none;
}

.swagger-ui .opblock-tag small {
    color: #999;
    font-weight: 700;
    font-size: 16px !important;
    font-family: "72-Regular" !important;
}

.swagger-ui .opblock .opblock-summary-method {
    min-width: 50px;
    padding: 6px 6px;
}

.swagger-ui .opblock-tag-section {
    display:flex;
    flex-direction:column;
    border: 1px solid lightgray;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 10px;
    line-height: normal;
}

.swagger-ui .opblock-tag {
    border-bottom: none;
    padding: 3px 20px 3px 10px;
    margin: 0;
}

.swagger-ui .opblock-tag:hover{
    background:none;
}

.swagger-ui .opblock-tag-section:hover {
    background: rgba(0,0,0,.02);
}

.swagger-ui .opblock .opblock-summary-operation-id, .swagger-ui .opblock .opblock-summary-path, .swagger-ui .opblock .opblock-summary-path__deprecated {
    font-family: "72-Regular";
    font-weight: 300;
}
.swagger-ui .opblock .opblock-summary-description {
    text-align: right;
    font-family: "72-Regular";
    text-decoration: underline;
    color: inherit;
}

.swagger-ui .opblock.opblock-post .opblock-summary{
    color: #49cc90;
}

.swagger-ui .opblock.opblock-get .opblock-summary {
    color: #61affe;
}

.swagger-ui .opblock.opblock-delete .opblock-summary {
    color: #f93e3e;
}

.swagger-ui .opblock.opblock-patch .opblock-summary {
    color: #50e3c2;
}

.swagger-ui .opblock.opblock-put .opblock-summary {
    color: #fca130;
}

.swagger-ui .btn {
    font-size: 16px;
}

.swagger-ui .execute-wrapper {
    text-align: center;
    padding: 0 !important;
}

.swagger-ui .execute-wrapper .btn {
    width: unset;
}

.api-tiles {
    display: grid;
    justify-content: center;
    align-items: start;
    grid-template-columns: repeat(auto-fill, 280px);
    grid-template-rows: repeat(auto-fit, minmax(210px, 1fr));
    grid-gap: 20px 20px;
}

.api-tile {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 16px;
    border: 1px solid #E9EBEC;
    border-radius: 4px;
    font-family: "72-Regular";
    min-height: 210px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    color: #3F5060;
}

.api-tile:hover {
    box-shadow: 1px 1px 1px 0px rgb(153, 153, 153);
}

.api-header {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: "72-Regular";
    margin-bottom: 12px;
}

.api-footer {
    font-family: "72-Light";
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    color: #3f5060;
    font-size: 12px;
}

.api-logo {
    font-size: 36px;
    margin-right: 12px;
}

.api-description {
    font-family: "72-Light";
    overflow: hidden;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
    float: left;
    margin-bottom: 12px;
    height: 110px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.swagger-ui-wrap .heading h2 {
    font-size: 16px !important;
}

.jumbo .content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.logo-link {
    text-decoration: none;
    color: white;
}

.tile-icon {
    font-size: 32px;
    display: block;
    margin-right: 12px;
}

.header-icon {
    font-size: 36px;
    color: #415E78;
    margin: 16px;
}

.service-top-icon {
    font-size: 36px;
    text-align: center;
    margin: 6px;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.api-documents {
    margin-top: 30px;
}

.documents-container {
    font-family: "72-Regular";
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px;
    margin: 0;
    -webkit-box-shadow: inset 0px 12px 6px -9px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0px 12px 6px -9px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 12px 6px -9px rgba(0, 0, 0, 0.06);
}

@media (min-width: 992px) {
    .documents-container {
        flex-direction: row;
    }
}

.documents-link {
    list-style-type: none;
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.documents-link a {
    text-decoration: none;
    color: #337ab7;
}

.documents-link a:hover {
    text-decoration: underline;
    color: #337ab7;
}

.link-icon {
    padding: 0.4rem;
    background-color: #e5e5e5;
    border-radius: 50%;
    font-size: 1.1rem;
    margin-right: 0.5rem;
    color: #406b8e;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: default;
    text-align: center;
    display: inline-block;
    vertical-align: baseline;
}

.sandbox_header {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
}

.sandbox_header > input[type=submit] {
    font-size: 16px;
    margin-top: 16px;
    padding: 5px 15px;
    background: #ffffff69;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
}

.sandbox_header > input[type=submit]:hover {
    background: #ffffff;
}

.operation > .heading > .options {
    padding: 6px 0 !important;
}

ul, p, h5, h4, td, tr{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    padding: 6px 20px;
}

.markdown li{
    padding: 6px;
}

.swagger-ui .responses-inner h4, .swagger-ui .responses-inner h5 {
    font-size: 14px;
    margin: 15px 0 10px;
    font-family: Titillium Web,sans-serif !important;
}

.swagger-ui table thead tr td, .swagger-ui table thead tr th {
    padding: 0;
}

.headers-wrapper {
    border-bottom: 1px solid rgba(59,65,81,.2);
}

.swagger-ui table.model tbody tr td:first-of-type {
    padding-right: 1.5em !important;
}

.swagger-ui .opblock .opblock-section-header h4 {
    font-size: 18px;
    font-weight: bold;
    font-family: Titillium Web,sans-serif !important;
}

.swagger-ui .model p {
    margin: unset;
}

.swagger-ui b, .swagger-ui strong {
    font-family: Titillium Web,sans-serif;
}

.swagger-ui a.nostyle, .swagger-ui a.nostyle:visited {
    font-family: monospace;
    font-weight: 600;
}
.swagger-ui .opblock-description-wrapper p, .swagger-ui .opblock-external-docs-wrapper p, .swagger-ui .opblock-title_normal p {
    padding-top: 10px;
}

.swagger-ui .opblock-description-wrapper, .swagger-ui .opblock-external-docs-wrapper, .swagger-ui .opblock-title_normal {
    font-size: 14px;
    padding: 10px 20px 15px 20px;
}

.swagger-ui .parameter__name {
    padding-top: 3px;
    font-weight: bold;
}

.swagger-ui .parameter__type {
    color: mediumblue;
}

.swagger-ui .body-param-options {
    text-align: right;
}

.swagger-ui .body-param-options {
    align-items: flex-end;
}

.swagger-ui .body-param-options span{
    padding: 10px;
}

.swagger-ui .body-param-options label {
    display: flex;
}
.swagger-ui table tbody tr td:first-of-type {
    width: 25%;
    padding: 10px 0 20px 0;
}

.swagger-ui table tbody tr td {
    vertical-align: unset !important;
}

.swagger-ui table.model tbody tr td {
    padding: 0 0 10px 0;
}
.swagger-ui .response-col_status {
    width: 10% !important;
}

tr.responses-header td.col_header{
    font-size: 12px !important;
}

.swagger-ui .response-col_description__inner div.markdown, .swagger-ui .response-col_description__inner div.renderedMarkdown {
    font-style: normal;
}

.swagger-ui .model-box {
    display: block;
}

.swagger-ui .model {
    margin-top: 15px;
}

.swagger-ui .btn-group .btn:first-child {
    margin-right: 20px;
    width: 15%;
}

.swagger-ui .btn-group .btn:last-child {
    width: 15%;
}

.swagger-ui .btn-group {
    display: block;
    text-align: center;
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.opblock-tag > a.nostyle {
    display: none;
}

.swagger-ui .opblock {
    margin: 10px 0 0px 0;
}

.parameters-col_description {
    font-size: 14px;
}

.parameters-col_description > .markdown {
    margin: 6px 0;
}

section.models {
    display: none !important;
}

.swagger-ui .wrapper {
    box-sizing:border-box;
    margin:30px auto;
    max-width:1100px;
    padding:0 20px;
    width:100%;
}

.errors-wrapper {
    display: none;
}

.scheme-container {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

button {
    cursor: pointer;
    outline: none
}

.download-contents {
    height: unset;
}


.btn.authorize {
    display: inline;
    color: #e6e6e6;
    background-color: #15334e;
    border-radius: 4px;
    padding: 4px 12px;
    border: 0px;
}

.btn.authorize:hover {
    background-color: #1f496f;
}

.btn.authorize span {
    float: left;
    padding: 4px 10px 0 0
}

.btn.authorize svg {
    fill: #e6e6e6
}

.authorization__btn {
    padding: 0 10px;
    border: none;
    background: none
}

.authorization__btn.locked {
    opacity: 1
}

.authorization__btn.unlocked {
    opacity: .4
}

.expand-methods, .swagger-ui .expand-operation {
    border: none;
    background: none
}

.expand-methods svg, .swagger-ui .expand-operation svg {
    width: 20px;
    height: 20px
}

.expand-methods {
    padding: 0 10px
}

.expand-methods:hover svg {
    fill: #404040
}

.expand-methods svg {
    -webkit-transition: all .3s;
    transition: all .3s;
    fill: #707070
}

.swagger-ui .auth-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.swagger-ui .auth-btn-wrapper .btn-done {
    margin-right: 1em
}

.swagger-ui .auth-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.swagger-ui .auth-btn-wrapper .button:first-child {
    margin-right: 10px
}

.swagger-ui .auth-container {
    margin: 0 0 10px;
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb
}

.swagger-ui .auth-container:last-of-type {
    margin: 0;
    padding: 10px 20px;
    border: 0
}

.swagger-ui .auth-container h4 {
    margin: 5px 0 15px !important
}

.swagger-ui .auth-container .wrapper {
    margin: 0;
    padding: 0;
    height: 46px;
    display: flex;
    align-items: center;
}

.swagger-ui .auth-container .wrapper:not(:last-child),
.swagger-ui .auth-container .wrapper label,
.swagger-ui .auth-container h6 {
    display: none;
}

.swagger-ui .auth-container .wrapper section,
.swagger-ui .auth-container input[type=password],
.swagger-ui .auth-container input[type=text] {
    min-width: 100%;
}

.swagger-ui .auth-container .errors {
    font-size: 12px;
    padding: 10px;
    border-radius: 4px;
    font-family: Source Code Pro, monospace;
    font-weight: 600;
    color: #3b4151
}

.swagger-ui .scopes h2 {
    font-size: 14px;
    font-family: Titillium Web, sans-serif;
    color: #3b4151
}

.swagger-ui .scope-def {
    padding: 0 0 20px
}

button.btn.modal-btn {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 23px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 2px solid gray;
    border-radius: 4px;
    background: transparent;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    color: #3b4151;
}

button.btn.modal-btn:hover {
    background-color: unset;
}
