﻿.swagger-ui .topbar {
	background: #fafafa !important;
    display:none !important;
}

#select_document {
	background: #666 !important;
}

input[name=baseUrl] {
	display: none !important;
}

.link img {
	content: url('favicon.ico');
	height: 33px;
	width: 81px;
	display: none;
}

	.link img:after {
		content: url('favicon.ico');
		height: 33px;
		width: 81px;
	}


.link span  {

	display:none;
}

#api_info a {
	color: #007bff !important;
	text-decoration: none !important;
}

	#api_info a:hover,
	#api_info a:focus,
	#api_info a:active {
		color: #0056b3 !important;
		text-decoration: underline !important;
	}

.swagger-ui .topbar .download-url-wrapper .select-label select {
	border-color: #ff9e16 !important;
}