﻿/* Style for the Swagger API <div>*/

.swagger-container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 0;
	overflow-x: auto;
	}

.swagger-ui {
    width: 100%;    
}

.swagger-ui .info .title {
    font-size: 1.3em;
    padding-top: 0;
	margin-top: 0;
}

/* Increase specificity to hide the "Authorize" button */
.swagger-ui .auth-wrapper .authorize {
    display: none !important;
}

.swagger-ui .topbar,
.swagger-ui .try-out,
.swagger-ui .info .terms-of-service,
.swagger-ui .servers,
.swagger-ui .auth-wrapper .authorize {
    display: none;
}

/* Style for the Swagger API 

#swagger-ui-consentEnforcement,
#swagger-ui-consentManagement {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #ddd;
    padding: 0;
    padding-top: 0;
    margin-top: 0;
}

.swagger-ui .topbar {
    display: none !important;
}

.swagger-ui .opblock-control__btn {
    display: none !important;
}

.swagger-ui .terms-of-service {
    display: none !important;
}

.swagger-ui .auth-wrapper .authorize {
    display: none !important;
}

.swagger-ui .servers {
    display: none !important;
}

.swagger-ui .info .title {
    font-size: 1.3em;
    padding-top: 0;
	margin-top: 0;
}
.swagger-ui .info .title + .header {
    display: none; /* Hide the header if it's causing the space 
}*/