﻿@font-face {
    font-family: Nunito-Regular;
    src: url("../fonts/Nunito-Regular.ttf") format("opentype")
}

body {
    font-family: Nunito-Regular !important;
    color: #626469 !important;
}

p {
    font-size: 16px !important;
    color: #626469 !important;
    font-family: Nunito-Regular !important;
}

.swagger-ui .opblock-description-wrapper, .swagger-ui .opblock-external-docs-wrapper, .swagger-ui .opblock-title_normal {
    font-size: 16px;
    color: #626469;
    font-family: Nunito-Regular !important;
}

.swagger-ui .opblock .opblock-summary-description {
    font-size: 16px;
    color: #626469;
    font-family: Nunito-Regular !important;
}

swagger-ui .markdown p, .swagger-ui .markdown pre, .swagger-ui .renderedMarkdown p, .swagger-ui .renderedMarkdown pre {
    margin-top: -3px;
}

.opblock-tag .renderedMarkdown p {
    margin-top: 1em !important;
}

.swagger-ui .info .title {
    font-family: Nunito-Regular !important;
    color: #3dcd58;
}

.swagger-ui .topbar {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
}

.swagger-ui select {
    color: #626469 !important;
}

.swagger-ui .topbar .download-url-wrapper .select-label {
    color: #626469 !important;
}

.topbar-wrapper img {
    display: none;
}

.topbar .wrapper .topbar-wrapper .link svg{
	display: none;
}

a {
    color: #0066cc !important;
    text-decoration: none;
    background-color: green;
    cursor: pointer;
}

.swagger-ui .topbar a {
    background-image: url("../images/EcoStruxure_RA.png") !important;
    height: 52px;
    background-repeat: no-repeat;
}

/* Defeat the annoying hover animation that moves buttons around in the API method summaries.  This is from swagger-ui.css with the :hover attribute removed */
.swagger-ui .opblock .opblock-summary .view-line-link {
    margin: 0 5px;
    width: 18px
}

/* Defeat the annoying hover animation that moves buttons around in the API method summaries.  This is from swagger-ui.css with the :hover attribute removed */
.swagger-ui .opblock .opblock-summary .view-line-link.copy-to-clipboard {
    width: 24px
}
