	body {
		margin: 0;
	}
	
	a {
	color: #456dae;
}
a:hover {
	color: 
#008dcf;
}
@font-face {
    font-family: 'Verlag-Thin';
    src: url('/docs/fonts/Verlag-Book.eot');
    src: url('/docs/fonts/Verlag-Book.svg') format('svg'), 
    	 url('/docs/fonts/Verlag-Book.woff') format('woff'),
         url('/docs/fonts/Verlag-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Verlag-Bold';
    src: url('/docs/fonts/Verlag-Bold.eot');
    src: url('/docs/fonts/Verlag-Bold.svg') format('svg'),
    	 url('/docs/fonts/Verlag-Bold.woff') format('woff'),
         url('/docs/fonts/Verlag-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Verlag-Black';
    src: url('/docs/fonts/Verlag-Black.eot');
    src: url('/docs/fonts/Verlag-Black.svg') format('svg'),
    	 url('/docs/fonts/Verlag-Black.woff') format('woff'),
         url('/docs/fonts/Verlag-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Verlag-Light';
    src: url('/docs/fonts/Verlag-Light.eot');
    src: url('/docs/fonts/Verlag-Light.svg') format('svg'),
    	 url('/docs/fonts/Verlag-Light.woff') format('woff'),
         url('/docs/fonts/Verlag-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.indented {
    margin-left: 20px;
}

.resource {
    padding: 10px;
border-top: 1px solid 
#fff;
background: 
#fffdf2;
border-radius: 2px;
margin: 0;
transition: 0.1s linear all;
-webkit-transition: 0.1s linear all;
}

.resource:hover {
    background: #fbf5d6;
}

.resource-name {
    float: left;
    width: 60%;
    margin-right: 10px;
}

.resource-description {
    float: left;
    width: 35%;
}

.param {
  padding: 10px;
border-top: 1px solid 
#fff;
background: 
#f7fcff;
border-radius: 2px;
margin: 0;
transition: 0.1s linear all;
-webkit-transition: 0.1s linear all;
}

.param:hover {
    background:#eefaff;
}

.param-name {
    float: left;
    width: 60%;
    margin-right: 10px;
}

.param-description {
    float: left;
    width: 35%;
}

.mainbar {
    margin: 10px 0 20px 0;
    width: 75%;
    float: left;
    text-align: left;
}

.sidebar {
    margin: 0;
    width: 175px;
    padding-left: 5px;
    padding-top: 27px;
    
    text-align: left;
}
.header {
	background-color: #456dae;
	color: white;
	font-size: 16px;
	padding: 5px;
	display: block;

font-family: "Verlag-Light", Helvetica, Arial, sans-serif;
height: 43px;
}


.header .help {
	float: right;
}
.help ul {
	margin: 6px 0;
}
.help ul li {
	float: left;
	list-style: none;
}

.help ul li a {
	display: inline-block;
text-decoration: none;
font-weight: normal;
color: 
#456dae;
opacity: 0.7;
padding: 5px 10px 7px;
font-size: 14px;
border-radius: 2px;
}

.header .help ul li a {
	color: white;
}

.help ul li a.on {
	background: rgba(0,0,0,0.2);
	opacity: 1;
}

.help ul li a:before {
	margin-right: 10px;
}

.help ul li a:hover {
	opacity: 1;
}

.topbar {
	
	background-color: #456dae;

	padding: 50px 0;
	display: block;
	color: #bed4de;
	position: relative;

text-align: center;
height: 65%;
}


.topbar .content {
	position: absolute;
top: 50%;
width: 100%;
height: 300px;
margin-top: -150px;
}
.topbar h1 {
		color: white;
	font-size: 36px;
font-family: "Verlag-Light", Helvetica, Arial, sans-serif;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 10px;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
margin: 40px 0;

}

.logo {
	font-family: "Verlag-Black", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 20px;
	margin: 9px 0px 10px 7px;
	text-decoration: none;
}
.logo .api {
	
overflow: hidden;
width: 0;
display: inline-block;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
position: relative;
}
.logo span {
	background: 
#fff;
border-radius: 3px;
color: 
#456dae;
font-size: 16px;
font-family: "Verlag-Light", Helvetica, Arial, sans-serif;
line-height: 100%;
padding: 4px 7px 2px 7px;
display: inline-block;
margin-left: 4px;
top:0;
right: 0;
}

.logo  sup {
	font-size: 11px;
	opacity: 0.2;
	margin: 7px;
	display: inline-block;
	line-height: 0;
vertical-align: baseline;
position: relative;
top: -0.5em;
}

.logo.go .api {
	width: 42px;
}

.logo:hover {
	color: white;
}

.topbar .half {
	display: inline-block;
width: 30%;
text-align: left;
color: 
white;
font-family: Helvetica, Arial, sans-serif;
vertical-align: top;
text-align: center;
}

.topbar .half  h2 {
	
	margin: 0 0 20px 0;
}

.topbar .half ul , .topbar .half ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.topbar .half ul li a {
	font-size: 17px;
	padding: 15px 0;
	display: inline-block;
}

.topbar .half ul li a:before {
	margin-right: 10px;
}

.topbar a {
	color: white;
	text-decoration: none;
	opacity: .60;
}

.topbar a:hover {
opacity: 1;
}
.footer {
background: #333;
padding: 10px;
text-align: center;
}

.footer a {
	font-family: "Verlag-Light";
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	color: #999;
	text-decoration: none;
	display: inline-block;
	padding: 5px 20px;
	line-height: 140%;
	height: 15px;
}

.footer a:hover {
	color: #fff;
}

.mainbar {
	background: white;
	padding: 10px 15px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	font-family: "FontAwesome", Helvetica, Arial, sans-serif;
}

.mainbar h2 {
	font-family: "Verlag-Light";
letter-spacing: 2px;
font-size: 24px;
text-transform: uppercase;
font-weight: normal;
margin: 50px 0 20px;
border-bottom: 1px solid 
#eee;
line-height: 140%;
}

.mainbar .content {
	width: 76%;
	min-width: 960px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

.mainbar .indented h3 {
	margin: 30px 0 20px 0;
	font-size: 18px;
}
.mainbar .indented .indented h3 {
	background: #f3f3f3;
	padding: 10px;
	margin: 20px 0 0 0;
	border-radius: 3px 3px 0 0;
	font-size: 15px;
}

/* swagger css overrides */ 



:hov


.cls

element.style {
}
.mainbar .swagger-section .swagger-ui-wrap ul#resources li.resource {
    border-bottom: 1px solid #eee;
}

.mainbar .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
padding: 10px 0 10px 5px;
    font-family: Verlag-Light;
    margin: 0;
    border: none;
    font-weight: normal;
}

.mainbar .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
	font-size: 14px;
}

.mainbar .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
	padding: 8px;
}

.mainbar .swagger-section .swagger-ui-wrap .content {
	width: auto;
	min-width: 0;
}

.mainbar .swagger-section .swagger-ui-wrap input.parameter {
    width: 90px;
    border: 1px solid #aaa;
    font-size: 13px;
    border-radius: 2px;
}

.mainbar .swagger-section .swagger-ui-wrap textarea.body-textarea {
    width: 90px;
    border: 1px solid #aaa;
    font-size: 13px;
    border-radius: 2px;
}

.mainbar .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {

    max-width: 70%;
    text-align: right;
    line-height: 130%;
}
.mainbar .swagger-section .swagger-ui-wrap table tbody tr td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    line-height: 1.3em;
    font-size: 1em;
}

.mainbar .swagger-section .swagger-ui-wrap table thead tr th {
	padding: 10px;
	font-size: 1em;
}
