﻿:root,
:host {
	--padrao_light_4: #bfdcff;
	--padrao_light_5: #EBF8FF;
	--padrao_dark_2: #0f4c91;
	--padrao_dark_3: #1a69b0;
	--padrao_dark_4: #16407a;
	--receita_dark: #0d831d;
	--despesa_dark: #833510;
	--botao_destaque: #0b881c;
	--danger: #e94a50;
	--danger-dark: #b63a3e;
	--yellow: #e8da2d;
	
	/*Whitelabel - comentar abaixo*/
	--padrao: #0074ff;
	--padrao_light: #2cc3ff;
	--padrao_light_2: #3390ff;
	--padrao_light_3: #93c4ff;
	--padrao_dark: #15539c;
	--padrao_pastel: #3a5575;
	--padrao_pastel_dark: #2e445e;
	--receita: #2bd142;
	--receita_light: #e9ffec;
	--despesa: #f26522;
	--despesa_light: #ffede5;
}

body {
	font-family: "Open sans", sans-serif;
}

.swagger-section {
	background: #eee;
}

	.swagger-section #header {
		background-color: var(--padrao);
		height: 40px;
	}

	.swagger-section #explore,
	.swagger-section #auth_container .authorize__btn {
		padding: 10px 20px;
		border-radius: 3px;
		background-color: var(--padrao_dark);
		color: #fff;
		font-weight: 800;
		font-size: 12px;
		border: 0;
	}

		.swagger-section #explore:hover,
		.swagger-section #auth_container .authorize__btn:hover {
			background-color: var(--padrao_pastel_dark);
		}

.signature-container .description {
	width: calc(100% - 30px);
	word-break: break-word;
}

#logo img,
#logo span {
	display: none !important;
}

#logo {
	width: 150px;
	height: 47px;
	display: inline-block;		
}

.swagger-section #api_selector {
	margin-top: 10px;
}

.swagger-section .swagger-ui-wrap p {
	color: #666;
	padding: 0;
}

.swagger-section .swagger-ui-wrap .info_title {
	color: var(--padrao_dark);
}

#input_apiKey {
	/*até não conseguir resolver o problema das múltiplas chaves, isso fica oculto*/
	display: none;
}

.resource {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #d9dfe5;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.options {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	margin-right: 10px;
}

	.options .toggleEndpointList {
		font-size: 12px;
		background: #fff;
		border-radius: 3px;
		margin: 0 2px;
		color: #333;
		text-align: center;
	}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
	color: #333;
}

.swagger-section .swagger-ui-wrap h1 a:hover, .swagger-section .swagger-ui-wrap h2 a:hover, .swagger-section .swagger-ui-wrap h3 a:hover, .swagger-section .swagger-ui-wrap h4 a:hover, .swagger-section .swagger-ui-wrap h5 a:hover, .swagger-section .swagger-ui-wrap h6 a:hover {
	text-decoration: none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
	color: var(--padrao);
}

.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a, .swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
	color: #15539c;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
	padding: 30px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
	padding: 20px;
}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a .markdown p {
		font-size: 16px;
		line-height: 150%;
		color: #15539c;
	}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
		margin-left: 10px;
	}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
	background-color: #0074ff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 90px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
	border-radius: 5px 5px 0 0;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
	font-weight: bold;
	font-size: 14px;
	border-radius: 90px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
	font-weight: bold;
	font-size: 14px;
	border-radius: 90px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
	font-weight: bold;
	font-size: 14px;
	border-radius: 90px;
	padding-left: 13px;
	padding-right: 15px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
	color: #0074ff;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
	font-weight: bold;
}

.response-content-type {
	margin-bottom: 30px;
}

.swagger-section .swagger-ui-wrap table thead tr th {
	color: #fff;
	background: var(--padrao_dark);
	font-weight: bold;
}

.operation-params {
	background: #fff;
}

.swagger-section .swagger-ui-wrap table tbody tr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 12px;
}

.swagger-section .swagger-ui-wrap table.fullwidth {
	margin-bottom: 20px;
}

.swagger-section .swagger-ui-wrap pre {
	border-radius: 5px;
}

.swagger-section .swagger-ui-wrap input.parameter {
	height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
	background: #32b100;
	padding: 10px 16px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
