<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COMMON */

html, body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    height: 100%;
}

.wrapper {
    min-height: 100%;    
    margin-bottom: 0;
}

.wrapper:after {
    content: "";
    display: block;
    height: 0;
}

#swagger-ui-container {
    padding-bottom: 40px !important;
}

/* CODE */

code, pre {
    font-family: 'Source Code Pro', Courier New, Courier, monospace !important;
    color: #444444 !important;
    font-size: 12px !important;
    line-height: 1.6em !important;
}

code .number {
    color: #2db6d8 !important;
    font-weight: 700;
}

code .string, code .title {
    color: #dcb105 !important;
    font-weight: 700;
}

code .literal, .signature-container .propType {
    color: #8bc34a !important;
    font-weight: 700;
}

.snippet, .response .block {
    background: #fefefe;
    border: medium none;
    color: #ffffff;
    display: block;
    margin: 3px 0 15px 0 !important;
    overflow: auto;
    padding: 12px;
    border: 1px solid #c3d9ec;
}

.snippet pre, .response .block pre {
    margin: 0 !important;
    padding: 0 !important;
    background: #fefefe !important;
    border: none !important;
    max-height: 300px !important;
}

.snippet .notice{
    color: #444444
}

/* HEADER */

#header {
    background-color: #1E2833 !important;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 0 !important;
}

#header .logo img {
    margin-top: 3px !important;
}

/* BUTTONS */

.yellow-button, .options .toggleEndpointList, .options .collapseResource, .options .expandResource, .sandbox_header .submit {
    background: #ffcd38 !important;
    color: #000000 !important;
    text-transform: uppercase;
    border-radius: 4px;
    display: block;
    font-size: 13px !important;
    line-height: 13px !important;
    padding: 7px 8px !important;
    text-decoration: none !important;
}

.sandbox_header .submit, .sandbox_header .submit:active {
    border: none !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}

.yellow-button:hover, .options .toggleEndpointList:hover, .options .collapseResource:hover, .options .expandResource:hover, .sandbox_header .submit:hover {
    background: #edb100 !important;
    cursor: pointer !important;
}

#login_api_button, #logout_api_button {
    color: #ACADAF !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

#login_api_button:hover, #logout_api_button:hover {
    background: none;
    color: #FFFFFF;
    text-shadow: 0 0 5px #FFFFFF;
}


.response_hider {
    text-decoration: none;
    color: #2db6d8 !important;
    margin-top: 5px;
}

/* API SELECTOR */

#api_selector {
    padding-top: 7px;
}

#api_selector input, .response-content-type select, .sandbox table input, .sandbox table select, .sandbox table textarea {
    border: 1px solid #2db6d8 !important;
    padding: 3px 6px !important;
    max-width: 280px;
    font-weight: normal !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

#api_selector .input:last-child {
    margin-right: 0 !important;
}

/* FOOTER */

#footer {
    background: #000000;
    padding: 0;
    text-align: center;
    height: 94px;
}

/* API LIST */

.http_method a {
    border-radius: 0 !important;
    font-weight: bold;
}

ul#resources li.resource div.heading ul.options li {
    padding: 0 !important;
    border: none !important;
    margin-left: 10px !important;
    margin-top: 3px !important;
}

ul#resources li.resource div.heading ul.options {
    margin: 0 !important;
    padding: 3px 0 0 0 !important;
}

ul#resources li.resource div.heading h2 a {
    text-transform: uppercase !important;
}

.operation .heading {
    padding: 5px !important;
}

.operation .options li {
    margin-top: 4px !important;
    line-height: 14px !important;
}

.heading .path a, .signature-container .description, .sandbox table code {
   font-weight: normal !important;
}

.operations .content {
    border-radius: 0 !important;
}

.operations .content h4 {
    color: #2db6d8 !important;
    padding: 5px 0 !important;
    font-weight: bold !important;
}

.response-content-type {
    margin-bottom: 10px !important;
    margin-top: -10px !important;
}

.content .response {
    margin-top: 25px !important;
}

/* TABLE */

.sandbox table {
    font-size: 14px !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc !important;
}

.sandbox table thead tr th {
    background: #F6F6F6 !important;
    color: #333333 !important;
    padding: 6px !important;
    border: 1px solid #cccccc !important;
    font-weight: bold !important;
}

.sandbox table tbody tr td {
    border: 1px solid #cccccc !important;
    background: #ffffff;
}

.sandbox table input, .sandbox table textarea {
    width: calc(100% - 14px) !important;
    max-width: 350px !important;
}

.sandbox table select {
    width: 100% !important;
}

.sandbox table .error {
    outline: none !important;
    border: 1px solid #cc0000 !important;
}

.footer h4 a {
    display: none !important;
}

#doorbell-form {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    background: #f6f6f6 !important;
    padding: 20px 30px 30px 30px !important;
}

#doorbell-container .close {
    top: 25px !important;
    right: 30px !important;
}

.checkbox label input {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
}

#doorbell #doorbell-add-attachments-label-button {
    line-height: 20px;
}

#doorbell-button {
    transform: rotate(-90deg);
    top: 150px;
    bottom: inherit !important;
    right: -34px;
}

#doorbell-submit-button {border:1px solid #FDD025; background-color: #FDD025; background: -webkit-linear-gradient(#FDD025, #F1C001); background: -o-linear-gradient(#FDD025, #F1C001); background: -moz-linear-gradient(#FDD025, #F1C001); background: linear-gradient(#FDD025, #F1C001); font-weight: 700; color: #000000;}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 10px;
}

.btn:hover {
    cursor: pointer;
}

.content .auth, .content .access {
    display: none !important;
}

/*Ukrycie przycisku Try It Out w metodzie do pobierania pliku screenshotu*/
div[id*='GetScreenshot'] input.submit {
    display: none !important;
}</pre></body></html>