﻿.swagger-ui .topbar {
	background: #8f9091 url("http://www.nayax.com/wp-content/uploads/2015/10/logo1.png") 20px 15px no-repeat;
	height: 100px;
}

#header {
	position: fixed;
	width: 100%
}

#swagger-ui-container {
	margin-top: 80px;
}

.swagger-ui .topbar .topbar-wrapper {
	display: none;
}

#logout {
	color: #fff;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	margin: 4px 4px;
}

#tokenSet {
	margin-right: 1%;
}

.tokenManage {
	width: 550px;
	/*display: flex;*/
	float: right;
	margin-right: 11px;
}

	.tokenManage a {
		color: #fff;
		font-family: arial;
		font-size: 12px;
	}

	.tokenManage #logout:hover {
		color: blue;
	}

li.resource {
}

li.endpoint {
}
