﻿/* Header OVERRIDES */
.swagger-section #header #logo .logo__img {
	display: none;
}

.swagger-section #header {
	background-color: #253746 !important;
}

.swagger-section #explore {
	background-color: #738DA4;
}

/* POST OVERRIDES */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
	background-color: #D2F1EB !important;
	border: 0;
	border-radius: 4px;
}

.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 {
	background-color: #0A4B3E;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
	color: #0A4B3E;
}

/* GET OVERRIDES */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
	background-color: rgb(157 220 251 / 50%);
	border: 0;
	border-radius: 4px;
}

.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: #044362;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
	color: #044362;
}

/* PATCH OVERRIDES */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
	background-color: rgb(255 188 167 / 50%);
	border: 0;
	border-radius: 4px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
	background-color: #66230E;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
	color: #66230E;
}

/* PUT OVERRIDES */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
	background-color: rgb(255 201 153 / 50%);
	border: 0;
	border-radius: 4px;
}

.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 {
	background-color: #663000;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
	color: #663000;
}


/* DELETE OVERRIDES */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
	background-color: rgb(255 179 205 / 50%);
	border: 0;
	border-radius: 4px;
}

.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 {
	background-color: #661A34;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
	color: #661A34;
}


/* COMMON OVERRIDES */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
	width: 56px;
}
