﻿/* wwwroot/docs */

html {
	box-sizing: border-box;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	background: #fafafa;
}

.corner_logo_div {
	position: absolute;
	top: 0;
	left: 0;
}

.corner_logo {
	height: 75px;
	width: 191px;
}

.welcome {
	margin: auto;
}

.api_header {
	text-align: center;
	margin-bottom: 80px;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#swagger-ui {
	min-height: 100%;
	position: relative;
	background: url(http://content.resale.ticketmaster.com/TDAPI/Production/Images/SelectorBg.png);
	background-size: cover;
	background-position: bottom left;
	padding-top: 100px;
}

.topbar {
	display: none;
}

div.swagger-ui {
	margin: auto;
	margin-bottom: 30px;
	width: 75%;
	padding: 20px 10px;
	background-color: white;
}

.body {
	padding: 10px;
	padding-bottom: 30px; /* Height of the footer */
}

.images_div {
	text-align: center;
}

.empty_div {
	width: 25%;
	float: left;
	min-height: 1px;
}

.image_div {
	width: 25%;
	float: left;
}

.selector_image {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.login {
	cursor: pointer;
	color: rgb(2, 108, 223);
	background-color: rgb(255, 255, 255);
	padding: 12px 55px 6px 55px;
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-image: initial;
	transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.footer {
	position: absolute;
	width: 100%;
	height: 30px; /* Height of the footer */
	background: #33373e;
	min-height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	bottom: 0;
	margin-top: 20px;
}

.footer_logo_div {
	float: left;
	margin-left: 25px;
}

.footer_logo {
	background: url("http://content.resale.ticketmaster.com/TDAPI/Production/Images/ticketmaster.png") no-repeat;
	width: 132px;
	height: 50px;
	display: block
}

.copyright_div {
	float: right;
	font-family: Poppins,Arial;
	margin-right: 25px;
	font-size: 12px;
}

.swagger-ui .info {
	margin: 0;
}

.swagger-ui .scheme-container {
	padding: 0;
	box-shadow: none;
}

.swagger-ui .parameters input[disabled],
.swagger-ui .parameters select[disabled] {
	display: none;
}

.swagger-ui .tab li button.tablinks {
	font-size: 22px;
	color: blue;
	text-decoration: underline;
}