﻿body {
	background: #252525 !important;
}
.opblock-summary-description {
	color: #978c8c !important;
}

.swagger-ui .scheme-container {
	background: #323232 !important;
}

.swagger-ui .opblock .opblock-section-header {
	background: #323232 !important;
}

.swagger-ui input[type="email"], .swagger-ui input[type="file"], .swagger-ui input[type="password"], .swagger-ui input[type="search"], .swagger-ui input[type="text"], .swagger-ui textarea {
	background: #c5c5c5 !important;
}

.swagger-ui select {
	background: #c5c5c5 !important;
}

.swagger-ui .info .title{
	color:rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .opblock-tag {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .opblock .opblock-summary-operation-id, .swagger-ui .opblock .opblock-summary-path, .swagger-ui .opblock .opblock-summary-path__deprecated {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .opblock-description-wrapper p, .swagger-ui .opblock-external-docs-wrapper p, .swagger-ui .opblock-title_normal p {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .opblock .opblock-section-header h4 {
	color: rgba(255,255,255,0.6980392156862745) !important;
}
.swagger-ui table thead tr td, .swagger-ui table thead tr th {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .parameter__name {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.renderedMarkdown {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .response-col_status {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .parameter__type {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.response-control-media-type__title {
	color: rgba(255,255,255,0.6980392156862745) !important;
}
.swagger-ui .model-title {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .model {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .response-col_links {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .btn.cancel {
	color: #ff6060 !important;
}

.arrow {
	fill: rgba(255,255,255,0.6980392156862745) !important;
}

#unlocked {
	fill: rgba(255,255,255,0.6980392156862745) !important;
}

.close-modal {
	fill: rgba(255,255,255,0.6980392156862745) !important;
}

#locked {
	color: #ff6060 !important;
}

.swagger-ui .dialog-ux .modal-ux {
	background: #1e1e1e !important;
	border: 1px solid #4c4c4c !important;
}

.swagger-ui .dialog-ux .modal-ux-header h3 {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .dialog-ux .modal-ux-content h4 {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .dialog-ux .modal-ux-content p {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui label {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .responses-inner h4, .swagger-ui .responses-inner h5 {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.btn-done {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.highlight-code {
	border: 1px rgba(255,255,255,0.2) solid !important
}



.try-out__btn {
	color: rgba(255,255,255,0.6980392156862745) !important;
}

.swagger-ui .tab li {
	color: #4990e2 !important;
}

img[alt="Swagger UI"] {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: url('Logo.png');
	max-width: 100%;
	max-height: 100%;
}

.model tr td{
	padding-top: 15px !important;
}

.swagger-ui .model-toggle::after {
	background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="white" fill-opacity="0.5" d="M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>') 50% no-repeat !important;
}
