﻿body {

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

footer {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.footer {
	display:none;
}
.swagger-section .swagger-ui-wrap {

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.swagger-section #header {
	background-color: #3498DB;
}

.swagger-section #explore
{
	display: none;
}

.swagger-section .swagger-ui-wrap .model-signature pre:hover {
	background-color: #C1D9FF !important;
}

.swagger-section .swagger-ui-wrap pre {
	background-color: #DDEBFF;
	border-color: #3498DB;
}

.info_title {
	display: none;
}
.logo__img {
	background: url('https://salespakipad.trisoft.co.uk/salespaklogosmall.png') no-repeat;
	display: block;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
 	 width: 30px; /* Width of new image */
  	height: 30px; /* Height of new image */
  	padding-left: 30px; 
  	padding-right: 10px;
}


.logo__title {
	visibility: hidden;
	position: relative;
}

.logo__title:after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: normal;
	width: 200px;
	padding-top: 6px;
	padding-left: 4px;
	content: "SalesPak API";
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.swagger-section #api_selector {
	display: none;

}

.swagger-section #input_apiKey {
display: none;

}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit:hover {
	background: #C1D9FF;
    cursor: pointer;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
width:120px;
	height:40px;
	    background: #DDEBFF;
    border-color:#3498DB !important;
    font-size: 12pt;
    height:35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #204d74;
}
