/* Google Font's Droid Sans */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url('../../../resources/swagger/fonts/DroidSans.ttf') format('truetype');
}
/* Google Font's Droid Sans Bold */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('../../../resources/swagger/fonts/DroidSans-Bold.ttf') format('truetype');
}
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* CSS Document @Mujahid and @Ajay */
/*@import 'https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400i,700';*/
@font-face {
	font-family: 'Lato';
	font-weight: 400;
	font-style: normal;
	src: local('Lato Regular'), local('Lato-Regular'),
		url('../../../resources/fonts/lato-regular.woff2') format('woff2'),
		url('../../../resources/fonts/Lato-Regular.ttf') format('truetype'),
		url('../../../resources/fonts/Lato-Regular.eot') format('embedded-opentype'),
		url('../../../resources/fonts/Lato-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Lato';
	font-weight: 100;
	font-style: normal;
	src: local('Lato Light'), local('Lato-Light'),
		url('../../../resources/fonts/Lato-Light.woff2') format('woff2'),
		url('../../../resources/fonts/Lato-Light.ttf') format('truetype'),
		url('../../../resources/fonts/Lato-Light.eot') format('embedded-opentype'),
		url('../../../resources/fonts/Lato-Light.woff') format('woff');
}

@font-face {
	font-family: 'Lato';
	font-weight: 'bold';
	font-style: normal;
	src: local('Lato Bold'), local('Lato-Bold'),
		url('../../../resources/fonts/lato-bold.woff2') format('woff2'),
		url('../../../resources/fonts/Lato-Bold.ttf') format('truetype'),
		url('../../../resources/fonts/Lato-Bold.eot') format('embedded-opentype'),
		url('../../../resources/fonts/Lato-Bold.woff') format('woff');
}

@
-webkit-keyframes yellowfade {from { background:yellow;
	
}

to {
	background: transparent;
}

}
@
-moz-keyframes yellowfade {from { background:#f9ffd0;
	
}

to {
	background: transparent;
}

}
.yft td {
	-webkit-animation: yellowfade 2s;
	-moz-animation: yellowfade 2s;
	animation: yellowfade 2s;
}

.circular-progress {
	margin: 0 auto;
	height: 40px;
	width: 40px;
}

.circular-progress div {
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 50%;
}

.error-msg {
	color: #e74c3c;
	font-size: 14px;
}

.circular-progress div span {
	position: absolute;
	line-height: 25px;
	height: 32px;
	width: 32px;
	left: 4px;
	top: 3.5px;
	text-align: center;
	border-radius: 50%;
	background-color: white;
	padding-top: 3px;
}

.circular-progress .background {
	background-color: #b3cef6;
}

.circular-progress .rotate {
	clip: rect(0, 20px, 40px, 0);
	background-color: #4b86db;
}

.circular-progress .left {
	clip: rect(0, 20px, 40px, 0);
	opacity: 1;
	background-color: #b3cef6;
}

.circular-progress .right {
	clip: rect(0, 20px, 40px, 0);
	transform: rotate(180deg);
	opacity: 0;
	background-color: #4b86db;
}

@
keyframes 
	toggle { 0% {
	opacity: 0;
}

100%
{
opacity
:
 
1;
}
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

body {
	font-family: 'Archivo Narrow', sans-serif;
	text-shadow: none;
	overflow-x: hidden;
	line-height: 1.35;
	height: 100%;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #35495E;
	font-weight: 400;
	/* avoid scrolling flicks  */
	padding-right: 0px !important;
	margin-right: 0px !important;
}
/* avoid scrolling flicks  */
body.modal-open {
	overflow-y: scroll;
	position: fixed;
	width: 100%;
}
/* end avoid scrolling flicks  */
html {
	color: #222;
	font-size: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

ol, ul {
	margin: 0;
	padding: 0;
}

.tab-pane ol, .tab-pane ul {
	padding-left: 25px;
}

code {
	font-family: Monaco, Menlo, Consolas, "Courier New",
		monospace !important;
}

pre {
	background-image: url('../../../resources/img/snippet.png');
	background-repeat: repeat;
	overflow-x: scroll;
	white-space: pre;
	font-family: Monaco, Menlo, Consolas, "Courier New",
		monospace !important;
}

.code_bg {
	background: #555459;
	color: white;
}

.navbar.nav-menubar {
	height: 50px;
	padding: 0 10px 0 10px;
	background-color: rgba(255, 255, 255, 1);
	color: #0482dc;
	transition: all 0.6s ease-in-out;
	border-width: 0;
	box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5);
	top: 40px;
}

.intro-hero-content {
	height: 990px;
}

section.container-fluid {
	position: relative;
	top: 65px;
	padding: 65px 0px 0 0px;
	background-color: #f9f9f9;
}

#intro-section {
	top: 0px;
	padding-top: 65px;
}

.intro-section {
	background-image: url('../../../resources/img/bg-2jpeg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-position-y: -135px;
}

.navbar-brand {
	padding: 10px 15px;
}

.row.apicase-tabwrap {
	position: fixed;
	top: 115px;
	background: white;
	width: 100%;
	height: 55px;
	margin: 0px;
	border-bottom: 1px solid rgba(185, 185, 185, 0.4);
	z-index: 2;
}

.apicase-tab-menu {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.nav-menubar .navbar-nav>li>a, .nav-menubar .navbar-nav>li>a:hover,
.nav-menubar .navbar-nav>li>a:focus {
	color: #324759;
	font-size: 16px;
}

.nav-menubar .main-menu>li>a, .nav-menubar .main-menu>li>a:hover,
	.nav-menubar .main-menu>li>a:focus, .nav-menubar .navbar-right.signin-menu>li>a,
	.nav-menubar .navbar-right.signin-menu>li>a:hover, .nav-menubar .navbar-right.signin-menu>li>a:focus
	{
	font-size: 14px;
	padding: 15px 10px;
    font-weight: 600;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}

.nav-menubar .main-menu>.active>a, .nav-menubar .main-menu>.active>a:hover,
	.nav-menubar .main-menu>.active>a:focus {
	color: #0482dc;
	background-color: transparent;
	border-bottom: 2px solid #ff9c00;
	font-weight: 700;
	font-weight: normal;
}

.nav-menubar .main-menu .divider a span {
	font-size: 24px;
	cursor: text;
}

.navbar-right.signin-menu li a span {
	margin: 0 5px;
}

.sect-title {
	text-align: center;
	color: #0482dc;
}

.sect-title h2 {
	font-size: 36px;
	font-weight: 300;
}

.sect-title h6 {
	color: #7d7d7d;
	font-size: 18px;
}

.intro-section-action div {
	text-align: center;
	margin-top: 50px;
}

.intro-section-action div  p {
	color: #0482dc;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
}

.btn.btn-default.btn-action {
	color: #0482dc;
	font-weight: 700;
	font-size: 16px;
	padding: 15px;
	min-width: 360px;
	border-radius: 0;
	border: 1px solid #0482dc;
	text-align: center;
	margin: 5px 0 20px 0;
	background: transparent;
}

.btn.btn-default.btn-action.bots:hover {
	background-color: #0482dc;
	color: white;
}

.btn.btn-default.btn-action.smart {
	background-color: #ff9c00;
	color: #fff;
	border: 1px solid #ff9c00;
}

/*button.button {
	background: #ff9c00;
	margin: 0 auto;
	color: white;
}
*/
.btn.btn-default.btn-action.smart:hover {
	background-color: transparent;
	color: #ff9c00;
	border: none;
	border: 1px solid #ff9c00;
}

.msg-desc-outer {
	background-color: rgba(58, 69, 86, 0.9);
	color: white;
	font-size: 16px;
}

.msg-desc-inner {
	padding: 20px 15px 20px 15px;
}

.msg-desc {
	padding: 15px;
	max-width: 450px;
}

.msg-desc.smart-msg {
	border-right: 1px solid #fff;
	text-align: right;
	padding-right: 30px;
}

.msg-desc.bots-msg {
	text-align: left;
	padding-left: 30px;
}

.msg-desc h4 {
	font-size: 22px;
}

.msg-desc a, .msg-desc a:hover, .msg-desc a:visited, .msg-desc a:focus,
	.info-blocks a, .info-blocks a:hover, .info-blocks a:visited,
	.info-blocks a:focus {
	color: #ff9c00;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 600;
}

section.bot-section {
	background: #fff;
	padding-top: 55px;
}

section.intro-section {
	background-color: white;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}

.bot-section .sect-title h2, .inapp-section .sect-title h2 {
	color: #ff9c00;
	margin-top: 15px;
}

.info-blocks-wrap {
	margin: 20px;
}

.info-blocks.img-container.in-view img {
	margin: 30px auto;
}

.info-blocks.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.info-blocks {
	margin: 15px auto;
	text-align: center;
	opacity: 0;
	-moz-transition: all 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: all 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: all 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 700ms linear;
	-moz-transform: translate3d(0px, 20px, 0px);
	-webkit-transform: translate3d(0px, 20px, 0px);
	-o-transform: translate(0px, 20px);
	-ms-transform: translate(0px, 20px);
	transform: translate3d(0px, 20px, 0px);
}

.info-blocks-picto {
	padding-top: 20px;
}

.info-blocks-picto .picto {
	display: block;
	width: 75px;
	height: 75px;
	background-size: 75px 150px;
	background-position: center top;
	background-repeat: no-repeat;
}

.info-blocks-picto .picto:hover {
	background-position: center bottom;
	background-repeat: no-repeat;
}

.bot-section .info-blocks-picto {
	text-align: center;
}

.bot-section .info-blocks-picto a {
	margin: 0 auto;
}

.bot-section .info-blocks-link {
	text-align: left;
}

.inapp-section .info-blocks-picto {
	text-align: left;
}

.inapp-section .info-blocks-link {
	text-align: right;
}

.info-blocks-title {
	color: #0482dc;
	margin-top: 20px;
	font-weight: 700;
	font-size: 16px;
}

.info-blocks-desc {
	font-weight: 400;
	font-size: 16px;
}

.inapp-section {
	background-color: #f8f8f8;
	padding-top: 55px;
	padding-top: 45px;
}

.mobile-signin {
	display: none;
}

.mt60 {
	margin-top: 60px;
}

.breadcrumb>li+li:before {
	padding: 0 8px;
	background-repeat: no-repeat;
	content: "/";
	vertical-align: middle;
	font-size: 13px;
}

.breadcrumb-wrap {
	height: 50px;
	background: white;
	font-size: 12px;
}

.breadcrumb {
	padding: 10px 0px;
	background-color: transparent;
	font-size: 12px;
	border-radius: 0;
	margin-bottom: 10px;
	margin-top: 0;
	border-bottom: transparent !important;
}

.breadcrumb>li {
	display: inline-block !important;
}

.sidebar-wrap {
	overflow-y: auto;
}

.sidebar-wrap .panel {
	background-color: transparent;
	webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.sidebar-wrap .panel.panel-default {
	border: 0;
}

.sidebar-wrap .panel-group .panel-heading+.panel-collapse>.panel-body,
	.sidebar-wrap .panel-group .panel-heading+.panel-collapse>.list-group {
	border: 0;
	padding: 0 10px 0 35px;
}

.sidebar-wrap .panel-default>.panel-heading {
	padding: 10px 10px 5px 10px;
	color: #555459;
	background-color: transparent;
	border-color: transparent;
}

.sidebar-wrap .panel-default>.panel-heading a {
	font-size: 12px;
	font-weight: 700;
	font-weight: normal;
	text-transform: none;
	color: #f6f6f6;
}

.guide-overview {
	background: white;
	margin-left: 260px;
}

.guide-overview-title {
	height: 50px;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.guide-overview-title h4 {
	font-weight: 700;
	font-weight: normal;
	font-size: 16px;
}

.sidebar {
	background-color: transparent;
	min-height: 620px;
	width: 260px;
	padding: 0 0 15px 0;
}

.sidebar.docs-sidebar {
	position: fixed;
	top: 50px;
	left: 0px;
	overflow-y: auto;
	padding-bottom: 120px;
}

.overview-banner.part_layout>div>img, .overview-wrapper.channels .overview-banner img
	{
	width: 150px;
	height: 150px;
}

.overview-wrapper.channels .overview-banner img.channel-icon {
	display: inline;
	float: left;
	margin: 5px 25px 10px 0px;
}

.nav-tabs {
	border-bottom: 0;
}

.sidebar-wrap .nav-tabs {
	float: left;
	border-bottom: 0;
}

.sidebar-wrap .nav-tabs li {
	float: none;
	margin: 5px 0 !important;
}


.submenu .nav-tabs li a {
	color: #f6f6f6;
	margin-right: 0;
	border: 0;
	font-size: 16px;
	padding: 5px 0;
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	max-width: 310px;
	/* overflow: hidden; */
	line-height: 1.3;
}

.nav-tabs li a:hover {
	color: #ffffff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	background: #f6f6f6;
	border: 0;
	color: #7d7d7d;
	border-radius: 4px;
	width: 100%;
	cursor: pointer;
}

.nav-tabs.apicase-tab-menu li a {
	padding: 15px 10px;
	color: #0482dc;
	border-color: transparent;
}

.nav-tabs>li.divider>a:hover {
	border-color: transparent;
	background-color: transparent;
}

.nav-tabs.apicase-tab-menu li.active a {
	color: #0482dc;
	background-color: transparent;
	border-bottom: 2px solid #ff9c00;
	font-weight: 700;
	border-radius: 0px;
	margin-top: -2px;
}

.nav.nav-tabs li .collapse ul {
	padding-left: 10px;
}

.nav.nav-tabs li .collapse ul li {
	list-style: none;
}

.nav.nav-tabs li .collapse ul li a {
	text-decoration: none;
	width: 100%;
	display: block;
}

.nav.nav-tabs li .collapse ul li.active a {
	background: #f6f6f6;
	width: 100%;
	display: block;
	list-style: none;
	color: #7d7d7d;
	border-radius: 4px;
}

#signin a span {
	margin-left: 5px;
	margin-right: 5px;
}
#signin button {
    margin-top: 7px;
}
.guide-overview-desc .nav-tabs {
	float: none;
	margin-left: -160px;
}

.overview-content.smart {
	padding-top: 40px;
}

.smart-menu-wrap {
	width: 100%;
	background: white;
	position: fixed;
	top: 110px;
	z-index: 3;
	height: 55px;
	border-bottom: 2px solid rgba(185, 185, 185, 0.4);
	z-index: 3;
}

.guide-overview-desc .nav-tabs>li {
	float: left;
}

.panel-body.submenu .nav.nav-tabs {
	width: 100%;
	padding-left: 0px;
}

.guide-overview-desc.apicase .tab-content {
	margin-top: 25px;
	padding: 15px 5px 25px 15px;
}

.panel-title a span.glyphicon-menu-down {
	float: right;
	right: 1%;
}

.tab-content .tab-pane {
	display: none;
	overflow-y: auto;
}

.tab-content .active {
	display: block;
}

.guide-overview-desc {
	background-color: #fff;
	padding: 0;
}

.guide-overview-desc .tab-content .tab-pane {
	min-height: 920px;
	margin: 0px 0px 10px 0px;
	overflow-y: hidden;
}

#guides-content select.form-control {
	width: 300px;
	float: right;
	margin: 15px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	height: 40px;
}

.overview-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}

.overview-action-btn {
	text-align: center;
}

.overview-banner .bots {
	margin: 15px 0 15px 0;
	text-align: center;
}

.overview-banner img {
	margin: 0 auto;
}

.overview-banner.part_layout .overview-action-btn {
	text-align: left;
	margin-top: 10px;
}

.chatletsamples {
	text-align: center;
	margin: 15px auto;
}

.chatletsamples h3 {
	color: #0482dc;
}

.chatlet {
	padding: 10px;
	margin: 10px 5px;
	background: rgba(220, 220, 220, 0.4);
}

.chatlet img {
	border: 1px solid rgba(220, 220, 220, 0.4);
	text-align: center;
	margin: 0 auto;
}

#facebook-api .embed-responsive-item {
	text-align: center;
}

.guide-overview-desc.smart .nav.nav-tabs li a {
	padding: 15px 10px;
}

#mobilesdk span.caret {
	margin-left: 15px;
}

#msgbots .overview-sects.overview-optionals p {
	margin-bottom: 25px;
}

#msgbots .overview-sects.overview-optionals p {
	margin-bottom: 25px;
}

#msgbots .overview-sects.overview-optionals h5 {
	font-size: 18px;
	font-weight: 400;
}

.overview-usecase-list, .overview-guides-list {
	padding-left: 20px;
}

.overview-usecase-list ol, .overview-guides-list ul {
	padding-left: 25px;
}

.overview-usecase-list ol li a {
	margin-left: 5px;
}

.bots-thumb {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bots-thumb-show {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.prebuiltbots-hidden {
	display: none;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.prebuiltbots-expanded {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.section-heading {
	font-size: 24px;
	border-bottom: 1px solid #E8D6BF;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.about__team {
	margin-top: 25px;
}
.about__member {
	text-align: center;
	margin-bottom: 50px;
}

.about__member--img {
	border-radius: 10%;
	border: 2px solid #0482dc;
	box-shadow: 0 8px 15px rgb(40 79 168 / 25%);
	max-width: 100%;
	width: 200px;
	height: 200px;
    margin-bottom: 10px;
}

.about__member--name {
	font-size: 18px;
	margin: 10px;
	color: #0482dc;
	font-weight: 600;
}

.about__member--designation {
	color: #35495E;
	font-size: 14px;
	font-weight: 600;
	margin: 5px 10px;
}

.about__member--description {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 0;
    min-height: 115px;
}
.about-member-linkedin {
    position: relative;
    width: 200px;
    margin: 0 auto;
}
.aboutlinkedin {
    position: absolute;
    right: 3px;
    bottom: 13px;
    background: #0482dc;
    padding: 10px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-wrap {
	width: 100%;
	height: 400px;
	border: 1px solid rgba(185, 185, 185, 0.4);
}

.contact__wrap {
	font-size: 16px;
	background: rgba(185, 185, 185, 0);
	margin: 0px auto 40px auto;
}
.contact__wrap h1, .other__contacts h2, .contact__wrap h3 {
	font-size: 18px;
    margin: 0 0 15px 0;
}

.headoffice-location {
	margin-bottom: 10px;
}

.office-location .panel-default>.panel-heading a {
	font-size: 16px;
	color: #544459;
}

.checkbox .main-chk-label {
	font-weight: bold;
	padding-left: 0px;
	display: block;
}

.contact-form {
	padding: 20px 30px 20px 30px;
	border-radius: 15px;
	background: #333333;
}

.contact-form label {
	color: #fff;
	font-weight: 400;
    font-size: 14px;
}
/*
.button {
	background: #ff9c00;
	margin: 0 auto;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	min-width: 120px;
	padding: 8px 30px;
	border-radius: 0px;
}

.button:hover {
	background: transparent;
	border: 1px solid #ff9c00;
	color: #ff9c00;
}
*/
.interested-services p {
	margin-left: 10px;
}

.panel-title .glyphicon {
	margin-left: 0;
	margin-right: 10px;
}

.panel-title .glyphicon.glyphicon-plus {
	font-weight: 400;
	font-size: 18px;
}

.panel-title .open-docs-list.glyphicon.glyphicon-plus {
	font-weight: 300;
	font-size: 10px;
}

#accordion-contact .panel-default>.panel-heading {
	padding: 10px 15px 10px 0px;
}

.center-button {
	width: 120px;
}

.tab-pane.tab-overview p {
	line-height: 1.6;
}

.overview-guides-list li {
	margin-left: 5px;
}

.tab-pane.tab-guides, .tab-pane.tab-casestudy {
	padding: 15px;
	background: #FFF;
}

.tab-pane.tab-guides h6, .tab-pane.tab-casestudy h6, .tab-pane.tab-guides h5,
	.tab-pane.tab-casestudy h5, .tab-pane.tab-guides h4, .tab-pane.tab-casestudy h4,
	.tab-pane.tab-guides h3, .tab-pane.tab-casestudy h3, .tab-pane.tab-guides h2,
	.tab-pane.tab-casestudy h2, .tab-pane.tab-guides h1, .tab-pane.tab-casestudy h1
	{
	font-weight: 700;
	letter-spacing: 0.045em;
}

.tab-pane.tab-guides h6, .tab-pane.tab-casestudy h6 {
	font-size: 14px;
}

.tab-pane.tab-guides h5, .tab-pane.tab-casestudy h5 {
	font-size: 16px;
}

.tab-pane.tab-guides h4, .tab-pane.tab-casestudy h4 {
	font-size: 18px;
}

.tab-pane.tab-guides h3, .tab-pane.tab-casestudy h3 {
	font-size: 22px;
}

.tab-pane.tab-guides h2, .tab-pane.tab-casestudy h2 {
	font-size: 24px;
}

.tab-pane.tab-guides h1, .tab-pane.tab-casestudy h1 {
	font-size: 27px;
}

.tab-pane.tab-guides ol, .tab-pane.tab-guides p, .tab-pane.tab-guides ul
	{
	font-size: 18px;
	margin: 0 0 10px;
	line-height: 1.7;
}

.tab-pane.tab-guides table thead {
	background: #a2a2a2;
	color: #fff;
}

.tab-pane.tab-guides table td, .tab-pane.tab-guides table th {
	font-size: 14px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.15)
}

.tab-pane.tab-guides table tbody tr:nth-child(even) {
	background: #fcfcfc;
}

.tab-pane.tab-guides pre {
	color: #555459;
	background-color: #f9f9f9;
	border-radius: 2px;
	margin-left: 15px;
}

.tab-pane.tab-guides .alert.alert_info, .tab-pane.tab-casestudy .alert.alert_info
	{
	background: #f9f9f9;
	border-left: 2px solid #FFB239;
	border-radius: 0;
	padding-left: 45px;
	background-image: url('../../../resources/img/note.png');
	background-repeat: no-repeat;
	background-position: 10px;
}

.tab-pane.tab-guides .alert.alert_warning, .tab-pane.tab-casestudy .alert.alert_warning
	{
	background: #f9f9f9;
	border-left: 2px solid #C30000;
	border-radius: 0;
	padding-left: 50px;
	background-image: url('../../../resources/img/alert.png');
	background-repeat: no-repeat;
	background-position: 10px;
}

.tab-pane.tab-guides p img, .tab-pane.tab-guides table {
	margin-left: 15px;
	max-width: 100%;
	height: auto;
}

.tab-pane.tab-guides p img, .tab-pane.tab-guides img, .tab-pane.tab-casestudy p img,
	.tab-pane.tab-casestudy img {
	border-radius: 4px;
	border: 1px solid #DDD;
	margin: 15px;
	max-width: 100%;
}

.overview-guides-list ul {
	margin-bottom: 25px;
}

.overview-desc h3 {
	margin-top: 5px;
}

.doodlewrap {
	padding-right: 0px;
	padding-left: 0px;
	height: 310px;
	padding-top: 0px;
	margin-top: -25px;
}

.doodlewrap img {
	width: 100%;
}

.stats-wrap .stats-row {
	background-image: url('../../../resources/img/pattern.png');
	background-repeat: repeat;
}

.stats-col {
	margin: 20px 0 20px 0;
}

.stat {
	text-align: center;
	margin: 15px auto;
}

.stat img {
	margin: 0 auto;
}

.stats-wrap .sect-title h2 {
	font-weight: 400;
	margin-top: 10px;
}

.stats-inner-col {
	margin-top: 10px;
	margin-bottom: 10px;
}

.border-r {
	border-right: 1px solid #314759;
}

.border-b {
	border-bottom: 1px solid #314759;
}

.border-l {
	border-left: 1px solid #314759;
}

.border-t {
	border-top: 1px solid #314759;
}

.clients-list-wrap .client {
	padding: 0px;
}

.client-list {
	margin: 20px 0 30px 0;
}

.client-box {
	position: relative;
	float: left;
	width: 20%;
}

.container-fluid.stats-wrap {
	margin-top: 0px;
}

.clients-list-wrap {
	background: #f0f0f0;
}

.clients-list-wrap .client img {
	margin: 0 auto;
	display: inherit;
	height: 100px;
}

section.container-fluid.guide-wrap {
	top: 0px;
	padding: 0px;
	background: #656565;
}

.desc.long {
	margin: 20px auto 0px auto;
}

.apicheckout p {
	margin: 20px 0 20px 0;
}

.nav-tabs>.bapu.iossdk.active>a, .nav-tabs>.bapu.androidsdk.active>a,
	.submenu .bapu.iossdk a, .submenu .bapu.androidsdk a {
	width: 94%;
	margin-left: 6%;
}

.main p {
	font-size: 14px;
	line-height: 18px;
}

.faq-wrapper, .press-wrapper {
	padding-top: 65px;
}

.faq-wrapper .question {
	font-weight: 600;
}

.faq-wrapper .a-wrap {
	margin-left: 20px;
}

.faq-wrapper .qasign {
	margin-right: 15px;
	font-size: 18px;
	font-weight: 600;
}

.page-titles {
	background: #fff;
	padding: 15px 0 15px 0;
	position: fixed;
	top: 90px;
	width: 100%;
	z-index: 1;
	border-bottom: 1px solid rgba(185, 185, 185, 0.4);
}

.press-wrapper {
	padding: 50px 0px 0px 0px;
}

.press-wrapper.container-fluid:after {
	margin-bottom: -65px;
	background-color: blue;
}

.sidebar-wrap {
	width: 275px;
	float: left;
}

.sidebar-wrap.sidebar-press .nav {
	padding: 20px 0px;
}

.sidebar-wrap.sidebar-press .nav li {
	font-size: 16px;
}

.sidebar-wrap.sidebar-press .nav li a {
	color: #fff;
	font-size: 16px;
}

.sidebar-wrap.sidebar-press .nav li.active a {
	background: #fefefe;
	color: #555459;
	border-radius: 5px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#pressSidebarTrigger, #overviewSidebarTrigger {
	display: none;
	position: absolute;
	left: 20px;
}

.sidebar-wrap.sidebar-press {
	background: #314759;
	min-width: 260px;
	position: fixed;
	top: 140px;
	float: left;
	padding: 0 15px 0 15px;
	margin: 0 20px 0 15px;
}
.press__center {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}
.press-content {
	margin-left: 295px;
	float: left;
	position: relative;
	padding: 15px;
}

.news a {
	text-decoration: none;
	display: block;
}

.news .media_channel_img {
	height: 45px;
	background-color: #ffffff;
	padding: 0;
	width: fit-content;
	height: fit-content;
}

.news .media_channel_img img {
	height: 35px;
	max-width: 100%;
}

.news_title {
	font-weight: 400;
	color: #35495E;
	font-size: 14px;
	margin-top: 10px;
}

.news_date {
	color: #aaaaaa;
	font-size: 12px;
	margin: 5px 0;
}

.read_more {
	font-size: 12px;
}

.events-wrap {
	/*padding: 10px 15px 25px 15px;*/
	margin: 0 15px 0 0;
}

.events-row {
	padding: 15px;
}

.event-img-wrap, .event-vid-wrap {
	margin-top: 15px;
	margin-bottom: 15px;
}

.event-vid-wrap {
	padding: 15px;
	max-width: 485px;
	min-width: 300px;
	margin: 0px auto 30px auto;
	background: rgba(210, 210, 210, 0.1);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px
		rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px
		rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-moz-transiton: box-shadow 2s ease-in-out;
	-webkit-transiton: box-shadow 2s ease-in-out;
	transiton: box-shadow 2s ease-in-out;
	min-height: 360px;
}

.event-vid-wrap p {
	line-height: 1.5rem;
	margin: 0;
}

.event-vid-wrap h4 {
	font-size: 16px;
}

.event-vid-wrap:hover {
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px
		rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px
		rgba(0, 0, 0, 0.23);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px
		rgba(0, 0, 0, 0.23);
}

.mfp-bg, .mfp-wrap, .mfp-container, .mfp-content, .mfp-img {
	-webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.wrapper {
	min-height: 100%;
	/*padding-right:0px;
	padding-left:0px;*/
	padding-top: 90px;
	margin-bottom: -65px;
	padding-bottom: 65px;
}

.wrapper.press-main-wrap {
	padding-bottom: 0px;
}

.wrapper:after {
	content: "";
	display: block;
	background-color: rgba(54, 54, 54, 0);
}

footer, .wrapper:after {
	/* .push must be the same height as footer */
	/*height: 65px;*/
	
}

footer {
	background-color: rgb(54, 54, 54);
}

.footer-links {
	color: #ffffff;
	background-color: #385871;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	z-index: 10;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
    padding-top: 25px;
}

.footer-links .container-fluid {
	background-color: #314759;
}

.footer-links ul {
	padding-left: 0px;
	padding-right: 0px;
}

footer ul li:first-child {
	margin-left: 0;
}

footer ul li {
	list-style: none;
	display: inline-block;
	padding: 5px 0px 10px 0;
	margin: 0 10px;
	font-size: 12px;
	color: #b1c0cc;
}

ul.social-icons {
	text-align: right;
	padding: 10px 0;
	margin: 5px 40px 0 0;
}

ul.social-icons li:first-child {
	margin-left: 0;
}

ul.social-icons li {
	padding: 0;
	margin: 0;
}

footer ul li a {
	text-decoration: none;
	padding: 0px;
	color: #b1c0cc;
	font-size: 12px;
}

footer ul li a:visited {
	color: #b1c0cc;
}

footer ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.site-links {
	text-align: left;
	margin-top: 15px;
}

.site-links-terms {
	text-align: left;
	margin-bottom: 15px;
}
.site-links-terms a, .site-links-terms a:visited {
    color: #b1c0cc;
}
.fixed-nav-heading {
	position: fixed;
	top: 65px;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	margin-left: -160px;
}

.demo-bot-overview .fixed-nav-heading {
	margin-left: -320px;
}

.fixed-breadcrumb {
	position: fixed;
	top: 65px;
	width: 320px;
	z-index: 1000;
	background-color: #fff;
	display: none;
}

.mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.fixed-tab-nav {
	background-color: #fff;
	padding: 0;
	margin-top: 50px;
}

.p0 {
	padding: 0;
}

.panel-heading .accordion-toggle:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
}

.panel-heading .accordion-toggle.collapsed:after {
	content: "\e113";
}

.checkbox label {
	margin-right: 10px;
	margin-bottom: 10px;
}

.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
}

a, a:hover, a:focus, a:visited {
	outline: medium none;
	cursor: pointer;
}

.color__block {
	width: 125px;
	height: 75px;
	margin-bottom: 10px;
}
.color__block {color: #222222;}
.color__block--specs {
    font-size: 12px;
}
.blue-bg {background-color:#0483DD;}
.orange-bg {background-color:#FF9C00;}
.black-bg {background-color:#222222;}
.green-bg {background-color:#1abc9c;}
.brand-logo-type-1 {
	border: 1px solid #f1f1f1;
	padding: 10px;
	border-radius: 4px;
	margin: 25px auto;
	background-color: #fff;
	text-align: center;
    width: 275px;
}

.brand-logo-type-2 {
	border: 1px solid #040707;
	padding: 10px;
	border-radius: 4px;
	margin: 25px auto;
	background-color: #040707;
	text-align: center;
    width: 275px;
}
hr {
	border-top: 1px solid #efefef;
    margin: 50px 0;
}
.typography {font-size: 100px;margin:0;font-weight: 600;border-right: 1px solid #f6f6f6;}
.typography__type--500 {font-weight: 600;}
.typography__type--300 {font-weight: 500;}
.type2 {height: 150px;display: inline-block;}
.typography__type {margin-left: 50px;}
.os600 {font-weight: 600;}
.prcontact-row {margin: 0 15px 100px 0;}
.prcontact-row h4 {font-weight: 600;}

.download-logos {
	margin: 25px 0 0 0;
	text-align: center;
}

.news {
	min-height: 180px;
	margin-bottom: 0;
	border-top: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	padding-bottom: 15px;
	padding-top: 15px;
}

.team-member-name {
	margin: 25px 0 5px 0;
	font-size: 18px;
}

.team-member-job-title {
	font-size: 16px;
	font-weight: 600;
}

.team-img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	border: 1px solid #eee;
	border: 6px solid #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.team-bio {
	margin: 10px 0;
}

.media-left, .media-right, .media-body {
	float: left;
	display: block;
}

.media-body {
	width: auto;
	font-family: 'Montserrat', sans-serif !important;
}
.error {
	color: #565a5c;
	text-align: left;
}

.error h1 {
	font-size: 85px;
	margin-top: 50px;
}

.error h2 {
	font-weight: normal;
}

.error-icon {
	margin-top: 70px;
	text-align: center;
}

.usecase {
	padding: 15px;
}

.usecase a {
	text-decoration: none;
	margin: 15px 0px;
}

.usecase a span img {
	margin: 0px 15px 0 0;
	color: #0482dc;
}

.usecase {
	padding: 15px;
}

.usecase a {
	text-decoration: none;
	margin: 15px 0px;
}

.usecase a span img {
	margin: 0px 15px 0 0;
	color: #0482dc;
}

.down {
	padding: 10px;
	background: rgba(245, 245, 245, 0.9);
	margin: 10px 0;
	max-width: 320px;
	min-height: 280px;
}

.down a img {
	margin: 0 auto;
	text-align: center;
}

.center {
	text-align: center;
}

.events-wrap.assets h3 {
	margin-left: 15px;
}

.prcontact-row {
	margin: 20px 15px 100px 0px;
}

.in-news-home-pic {
	width: auto;
	height: 408px;
	display: block;
	background-position: center center !important;
	background-size: contain !important;
	text-decoration: none !important;
}

.in-news-home-text {
	opacity: 0;
	margin: 0 auto;
	display: block;
	height: 408px;
}

.in-news-home-pic .in-news-home-text, .in-news-home-pic:hover .in-news-home-text
	{
	opacity: 0.7;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto;
	vertical-align: middle;
	display: none;
	line-height: 408px;
	height: 408px;
}

.in-news-home-pic:hover .in-news-home-text {
	display: block;
}

.in-news-home-pic:hover .in-news-home-text img {
	opacity: 1.0;
}

.material-design-hamburger__icon {
	display: block;
	border: none;
	background: none;
	outline: 0;
	padding: 18px 5px;
	cursor: pointer;
}

.material-design-hamburger__layer {
	display: block;
	width: 30px;
	height: 4px;
	background: #0482dc;;
	position: relative;
	animation-duration: 300ms;
	animation-timing-function: ease-in-out;
}

.material-design-hamburger__layer:before,
	.material-design-hamburger__layer:after {
	display: block;
	width: inherit;
	height: 4px;
	position: absolute;
	background: inherit;
	left: 0;
	content: '';
	animation-duration: 300ms;
	animation-timing-function: ease-in-out;
}

.material-design-hamburger__layer:before {
	bottom: 200%;
}

.material-design-hamburger__layer:after {
	top: 200%;
}

.material-design-hamburger__icon--to-arrow {
	animation-name: material-design-hamburger__icon--slide;
	animation-fill-mode: forwards;
}

.material-design-hamburger__icon--to-arrow:before {
	animation-name: material-design-hamburger__icon--slide-before;
	animation-fill-mode: forwards;
}

.material-design-hamburger__icon--to-arrow:after {
	animation-name: material-design-hamburger__icon--slide-after;
	animation-fill-mode: forwards;
}

.material-design-hamburger__icon--from-arrow {
	animation-name: material-design-hamburger__icon--slide-from;
}

.material-design-hamburger__icon--from-arrow:before {
	animation-name: material-design-hamburger__icon--slide-before-from;
}

.material-design-hamburger__icon--from-arrow:after {
	animation-name: material-design-hamburger__icon--slide-after-from;
}

.w100 {
	width: 100% !important;
}

@
keyframes material-design-hamburger__icon--slide { 0% {
	
}

100%
{
transform
:
 
rotate
(180deg);

  
}
}
@
keyframes material-design-hamburger__icon--slide-before { 0% {
	
}

100%
{
bottom
:
 
160%;
transform
:
 
rotate
(45deg);

    
margin
:
 
3%
37%;
width
:
 
75%;
}
}
@
keyframes material-design-hamburger__icon--slide-after { 0% {
	
}

100%
{
top
:
160%;

    
transform
:
 
rotate
(-45deg);

    
margin
:
 
3%
37%;
width
:
 
75%;
}
}
@
keyframes material-design-hamburger__icon--slide-from { 0% {
	transform: rotate(-180deg);
}

100%
{
}
}
@
keyframes material-design-hamburger__icon--slide-before-from { 0% {
	transform: rotate(45deg);
	margin: 3% 37%;
	width: 75%;
}

100%
{
}
}
@
keyframes material-design-hamburger__icon--slide-after-from { 0% {
	transform: rotate(-45deg);
	margin: 3% 37%;
	width: 75%;
}

100%
{
}
}
@media screen and (min-width: 1500px) {
	.intro-section {
		/*background-position-y: -190px;*/
		background-position: center;
	}
	.msg-desc {
		padding: 15px;
		max-width: 100%;
	}
	.doodlewrap {
		padding-top: 0px;
		margin-top: 0px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
	.doodlewrap {
		padding-top: 0px;
		margin-top: -15px;
	}
}

@media screen and (max-width: 1200px) {
	.intro-hero-content {
		height: 900px;
	}
	.intro-section {
		background-image: url('../../../resources/img/bg-2jpeg900.jpg');
	}
	.nav-tabs.apicase-tab-menu li a {
		padding: 15px 4px;
		color: #0482dc;
	}
	footer ul {
		margin-top: 0px;
		text-align: center;
		margin-bottom: 0;
	}
	footer ul li {
		list-style: none;
		display: inline-block;
		padding-left: 0px;
		padding-right: 0px;
	}
	.site-links {
		padding-left: 5px;
		padding-right: 5px;
	}
	.doodlewrap img {
		width: 111%;
		max-width: 130%;
		margin-left: -6%;
		margin-top: -25px;
	}
	.about-member img {
		border-radius: 100%;
		width: 175px;
		height: 175px;
	}
}

@media screen and (max-width: 1024px) {
	.sidebar-wrap {
		position: fixed;
		top: 60px;
		left: 0;
		bottom: 0;
		padding-top: 0px;
		margin-top: 20px;
		max-height: 100vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		width: 320px;
		float: left;
		margin-left: -320px;
		z-index: 5;
		background: #555;
		-webkit-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
	}
	.sidebar-wrap.demobot-sidebar {
		background: white;
	}
	.sidebar {
		padding: 30px 0 15px 15px;
	}
	.sidebar.docs-sidebar {
		margin-left: -320px;
		-webkit-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
	}
	.sidebar.docs-sidebar.open-overview-sidebar {
		margin-left: 0px;
		-webkit-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
	}
	.guide-overview {
		background: white;
		margin-left: 0px;
	}
	#overviewSidebarTrigger {
		display: inline-block;
	}
	.nav.nav-tabs.apicase-tab-menu.smart, .guide-overview-desc .nav-tabs,
		.guide-overview-title.fixed-nav-heading {
		margin-left: 0px;
		padding-left: 0px;
	}
	.sidebar-wrap.open-overview-sidebar {
		margin-left: 0px;
		padding-left: 0px;
	}
	.row.apicase-tabwrap {
		margin: 0px 0px 0px 15px;
	}
	.breadcrumb {
		display: none;
	}
	.demo-apps {
		margin-top: 45px;
		padding: 10px 25px;
		background: white;
	}
	footer ul li {
		margin: 0 5px;
	}
}

@media screen and (max-width: 991px) {
	.nav-menubar .main-menu>li>a {
		padding: 21px 10px 21px 10px;
		font-size: 13px;
	}
	.nav-menubar .main-menu>li>a:hover, .nav-menubar .main-menu>li>a:focus,
		.nav-menubar .navbar-right.signin-menu>li>a:hover, .nav-menubar .navbar-right.signin-menu>li>a:focus
		{
		font-size: 13px;
		padding: 21px 10px 21px 10px;
	}
	.btn.btn-default.btn-action {
		font-size: 12px;
		padding: 15px;
		min-width: 225px;
		margin: 10px 0 25px 0;
	}
	.intro-hero-content {
		height: 820px;
	}
	.navbar-brand {
		padding: 10px 5px;
		height: auto;
	}
	.navbar.nav-menubar {
		padding: 0 25px 0 10px;
	}
	footer ul li {
		padding: 10px 0 10px 0;
	}
	.footer-links ul.site-links-terms {
		/* 	margin-top: 10px;
		text-align: center; */
		
	}
	.site-links-terms {
		padding-left: 5px;
	}
	.doodlewrap {
		display: none;
	}
	.guide-overview-desc .nav-tabs {
		margin-left: 0px;
	}
	.guide-overview-title.fixed-nav-heading {
		width: 100%;
		margin-left: 15px;
	}
	.sidebar-wrap.sidebar-press {
		z-index: 2;
		margin-left: -320px;
		-webkit-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
	}
	.sidebar-wrap.sidebar-press.open-sidebar {
		margin-left: 0px;
		-webkit-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
		transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
	}
	.press-content {
		margin-left: 15px;
		width: 100%;
	}
	#pressSidebarTrigger {
		display: inline-block;
		margin-top: -10px;
	}
	.products a {
		font-size: 18px;
		padding: 22px 15px 21px 15px;
	}
}

@media screen and (max-width: 767px) {
	.intro-hero-content {
		height: 620px;
	}
	.home__banner h2 {
	    font-size: 44px !important;
	}
	.intro-section {
		background-position: center center;
	}
	.nav-menubar .main-menu>.active>a, .nav-menubar .main-menu>.active>a:hover,
		.nav-menubar .main-menu>.active>a:focus {
		background-color: #f0f0f0;
		border-top: 1px solid rgba(255, 178, 56, 0.3);
		border-bottom: 1px solid rgba(255, 178, 56, 0.3);
	}
	.navbar.nav-menubar {
		padding: 0 0px 0 0px;
	}
	.navbar-brand {
		padding: 15px 5px;
		height: auto;
	}
	.navbar-brand>img {
		width: 140px;
	}
	.navbar-collapse {
		border-top: 0px solid transparent;
	}
	.signin-menu {
		display: block;
	}
	.mobile-signin {
		display: inline-block;
		position: absolute;
		right: 55px;
		padding: 20px 5px 20px 5px;
	}
	.mobile-signin a {
		margin: 0 0px 0 3px;
		font-size: 13px
	}
	#signin a {
		padding: 10px 15px 5px 10px;
		border-top: 1px solid rgba(185, 185, 185, 0.5);
	}
	.main-menu {
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
		left: 0;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.nav-menubar .main-menu>li>a, .nav-menubar .main-menu>li>a:hover,
		.nav-menubar .main-menu>li>a:focus {
		font-size: 14px;
		padding: 10px 15px 10px 15px;
	}
	.nav-menubar .navbar-toggle {
		padding: 8px;
		margin-top: 8px;
		margin-right: 10px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid #0482dc;
		border-radius: 2px;
	}
	.nav-menubar .navbar-toggle:hover, .nav-menubar .navbar-toggle:focus {
		background-color: #f0f0f0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #0482dc;
	}
	.navbar-collapse.collapse.in {
		background: white;
		-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
		-moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
		box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
	}
	.intro-section-action div {
		margin-top: 25px;
		text-align: center;
	}
	.intro-section-action-bots {
		border-bottom: 1px solid #0482dc;
	}
	.sect-title h2 {
		margin-top: 10px;
		font-size: 24px;
	}
	.sect-title h6 {
		font-size: 14px;
	}
	.intro-section-action div p {
		font-size: 12px;
		font-weight: 700;
		font-weight: 700;
	}
	.msg-desc h4 {
		font-size: 18px;
	}
	.msg-desc p {
		font-size: 12px;
	}
	.msg-desc.smart-msg {
		border-right: none;
		text-align: center;
		padding-right: 15px;
		border-bottom: 1px solid #fff;
	}
	.msg-desc {
		padding: 15px;
		max-width: 100%;
	}
	.msg-desc.bots-msg {
		text-align: center;
		padding-left: 15px;
	}
	.stat img {
		width: 175px;
		height: 175px;
		margin: 0 auto;
	}
	.client-box {
		width: 49%;
		border: none;
	}
	.info-blocks-wrap {
		margin: 0px;
		margin-bottom: 25px;
	}
	.info-blocks.img-container {
		padding-top: 40px
	}
	li.divider {
		display: none;
	}
	.social-icons li {
		padding: 0;
		display: inline-block;
	}
	footer ul li {
		list-style: none;
		display: inline-block;
	}
	.footer-links ul, .footer-links ul.site-links-terms {
		text-align: left;
	}
	.footer-links ul.social-icons {
		margin-top: 0px;
		text-align: center;
	}
	.main.about {
		padding: 0;
	}
	.about-team {
		padding: 10px 0 20px 0;
	}
	.about-member {
		min-height: 430px;
		padding: 10px 3px 10px 3px;
	}
	.address-wrap {
		padding-left: 45px;
	}
	.event-block {
		margin: 15px auto;
		max-width: 480px;
	}
	.guide-overview-desc .nav-tabs {
		min-width: 300px;
	}
	#pressSidebarTrigger, #overviewSidebarTrigger {
		left: 5px;
	}
	.tab-pane.tab-guides h6, .tab-pane.tab-casestudy h6 {
		font-size: 12px;
	}
	.tab-pane.tab-guides h5, .tab-pane.tab-casestudy h5 {
		font-size: 13px;
	}
	.tab-pane.tab-guides h4, .tab-pane.tab-casestudy h4 {
		font-size: 14px;
	}
	.tab-pane.tab-guides h3, .tab-pane.tab-casestudy h3, .overview-wrapper h3,
		.overview-desc h3, .overview-sects h3 {
		font-size: 16px;
	}
	.tab-pane.tab-guides h2, .tab-pane.tab-casestudy h2 {
		font-size: 17px;
	}
	.tab-pane.tab-guides h1, .tab-pane.tab-casestudy h1 {
		font-size: 18px;
	}
	.tab-pane.tab-overview p, .tab-pane.tab-overview ol, .tab-pane.tab-overview ul,
		.tab-pane.tab-guides ol, .tab-pane.tab-guides p, .tab-pane.tab-guides ul
		{
		font-size: 14px;
		margin: 0 0 10px;
		line-height: 1.4;
		letter-spacing: 0.02em;
		word-spacing: 0.04em;
	}
	.tab-pane.tab-overview ol, .tab-pane.tab-guides ol, .tab-pane.tab-overview ul,
		.tab-pane.tab-guides ul {
		padding-left: 15px;
	}
	.tab-pane.tab-guides p img, .tab-pane.tab-casestudy p img, .tab-pane.tab-casestudy img,
		.tab-pane.tab-guides img {
		margin: 15px 0px;
	}
	select.form-control {
		width: 260px;
		margin-top: -10px;
		margin-right: -5px;
	}
	.prcontact-row h3 {
		font-size: 16px;
	}
	.circular-progress {
		margin: 5px 0;
	}
	.products a {
		font-size: 14px;
		padding: 10px 15px 10px 15px;
	}
}

@media screen and (max-width: 480px) {
	.body {
		font-size: 14px;
	}
	.intro-section {
		background-image: url('../../../resources/img/mobile_bg.jpg');
		background-size: 100%;
		background-position: center 235px;
	}
	.intro-hero-content {
		height: 500px;
	}
	.info-blocks, .info-blocks-link, .info-blocks-picto, .info-blocks-wrap {
		padding-right: 0px;
		padding-left: 0px;
	}
	.guide-overview-title h4 {
		font-size: 13px;
		padding-top: 3px;
	}
	.guide-overview-desc .nav-tabs li a {
		float: left;
		font-size: 14px;
		padding: 17px 10px;
	}
	.overview-banner.part_layout>div>img, .overview-wrapper.channels .overview-banner img
		{
		width: 100px;
		height: 100px;
	}
	.overview-wrapper.channels .overview-banner img.channel-icon {
		margin: 5px 15px 10px 0px;
	}
	.tab-pane.tab-guides p img, .tab-pane.tab-guides table {
		margin-left: 0px;
	}
	.overview-content, .overview-banner, .overview-desc {
		padding-left: 0px;
		padding-right: 0px;
	}
	.tab-pane.tab-overview.tab-guides.active, .tab-pane.tab-overview.tab-casestudy.active
		{
		padding-left: 0;
		padding-right: 0;
		overflow-x: hidden;
		padding-top: 30px;
	}
	.about-member {
		width: 100%;
	}
	.contact-form, .contact-form-wrap {
		padding: 20px 20px;
		margin: 0;
	}
	.sidebar-trigger {
		left: 5px;
	}
	.sidebar-wrap {
		top: 0;
		padding-top: 55px;
	}
	select.form-control {
		width: 220px;
		margin-top: 0;
		margin-right: 20px;
	}
	footer ul li a, footer ul li {
		font-size: 14px;
	}
	.products a {
		font-size: 14px;
		padding: 10px 15px 10px 15px;
	}
}

.hidden {
	display: none !important;
}

.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

@media print , ( -webkit-min-device-pixel-ratio : 1.25) , ( min-resolution :
		1.25dppx) , ( min-resolution : 120dpi) {
	/* Style adjustments for high resolution devices */
}

.ms-table tr td, .ms-table tr th {
	font-size: 14px;
}

.bb {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
}

.sdk-header {
	margin-top: 25px;
	min-height: 75px;
	margin-bottom: 15px;
}

.sdk-channel-icon {
	width: 75px;
	display: inline;
	float: left;
	margin: 0 25px 10px 0px;
}

.try-sdk {
	margin: 50px 0;
}

ul.release-notes {
	padding-left: 25px;
}

ul.release-notes li {
	font-size: 16px;
	line-height: 24px;
}

ul.release-notes li.bugs {
	list-style-type: none;
	margin-left: -20px;
}

.modal-content {
	border-radius: 2px;
}

.modal-header {
	border-bottom: 1px solid #0482dc;
	background-color: #0482dc;
	color: #fff;
}

.modal-title {
	color: #fff;
}

.modal-title small {
	color: #fff;
	margin-left: 5px;
}

.modal-header .close {
	color: #fff;
	opacity: 1;
	font-size: 26px;
	font-weight: 400;
}

.privacy h4 {
	padding: 0 0 10px 0;
    font-weight: 600;
}

.privacy ul, .privacy ol {
	padding-left: 50px;
	margin: 10px 0;
}

.privacy ul li, .privacy ol li {
	font-size: 14px;
	margin-bottom: 15px;
}
.privacy hr {
    box-sizing: content-box;
    height: 0;
    margin: 40px 0;
    border: 0;
    border-top: 1px solid #f1f1f1;
}
.lower-alpha li {
	list-style-type: lower-alpha;
}
#back2top {
	display: none;
}

.back2top {
	background: #d4d4d4;
	border: 1px solid #d4d4d4;
	border-radius: 50%;
	color: #999;
	padding: 11px 13px;
	width: 45px;
	height: 45px;
	line-height: 20px;
	display: inline-block;
}

.affix-top {
	position: absolute;
	bottom: -80px;
	right: 25px;
}

.affix {
	position: fixed;
	bottom: 50px;
	right: 25px;
	z-index: 9999;
}

.affix a:hover {
	background: #fff;
	color: #666;
}

.affix a:focus {
	background: #666;
	color: #fff;
}

.upcoming-notify-channel {
	font-weight: 600;
	margin: 0 !important;
	text-align: left;
	padding: 5px 0 !important;
}

.upcoming-notify-channel img {
	margin-right: 10px !important;
	display: inline-block !important;
	border: transparent !important;
}

.links-wrap {
	margin-top: 40px;
}
.press-row .links-wrap {
	margin-top: 0;
}
/* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> */
.swagger-section pre code {
  display: block;
  padding: 0.5em;
  background: #F0F0F0;
}
.swagger-section pre code,
.swagger-section pre .subst,
.swagger-section pre .tag .title,
.swagger-section pre .lisp .title,
.swagger-section pre .clojure .built_in,
.swagger-section pre .nginx .title {
  color: black;
}
.swagger-section pre .string,
.swagger-section pre .title,
.swagger-section pre .constant,
.swagger-section pre .parent,
.swagger-section pre .tag .value,
.swagger-section pre .rules .value,
.swagger-section pre .rules .value .number,
.swagger-section pre .preprocessor,
.swagger-section pre .ruby .symbol,
.swagger-section pre .ruby .symbol .string,
.swagger-section pre .aggregate,
.swagger-section pre .template_tag,
.swagger-section pre .django .variable,
.swagger-section pre .smalltalk .class,
.swagger-section pre .addition,
.swagger-section pre .flow,
.swagger-section pre .stream,
.swagger-section pre .bash .variable,
.swagger-section pre .apache .tag,
.swagger-section pre .apache .cbracket,
.swagger-section pre .tex .command,
.swagger-section pre .tex .special,
.swagger-section pre .erlang_repl .function_or_atom,
.swagger-section pre .markdown .header {
  color: #800;
}
.swagger-section pre .comment,
.swagger-section pre .annotation,
.swagger-section pre .template_comment,
.swagger-section pre .diff .header,
.swagger-section pre .chunk,
.swagger-section pre .markdown .blockquote {
  color: #888;
}
.swagger-section pre .number,
.swagger-section pre .date,
.swagger-section pre .regexp,
.swagger-section pre .literal,
.swagger-section pre .smalltalk .symbol,
.swagger-section pre .smalltalk .char,
.swagger-section pre .go .constant,
.swagger-section pre .change,
.swagger-section pre .markdown .bullet,
.swagger-section pre .markdown .link_url {
  color: #080;
}
.swagger-section pre .label,
.swagger-section pre .javadoc,
.swagger-section pre .ruby .string,
.swagger-section pre .decorator,
.swagger-section pre .filter .argument,
.swagger-section pre .localvars,
.swagger-section pre .array,
.swagger-section pre .attr_selector,
.swagger-section pre .important,
.swagger-section pre .pseudo,
.swagger-section pre .pi,
.swagger-section pre .doctype,
.swagger-section pre .deletion,
.swagger-section pre .envvar,
.swagger-section pre .shebang,
.swagger-section pre .apache .sqbracket,
.swagger-section pre .nginx .built_in,
.swagger-section pre .tex .formula,
.swagger-section pre .erlang_repl .reserved,
.swagger-section pre .prompt,
.swagger-section pre .markdown .link_label,
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
  color: #8888ff;
}
.swagger-section pre .keyword,
.swagger-section pre .id,
.swagger-section pre .phpdoc,
.swagger-section pre .title,
.swagger-section pre .built_in,
.swagger-section pre .aggregate,
.swagger-section pre .css .tag,
.swagger-section pre .javadoctag,
.swagger-section pre .phpdoc,
.swagger-section pre .yardoctag,
.swagger-section pre .smalltalk .class,
.swagger-section pre .winutils,
.swagger-section pre .bash .variable,
.swagger-section pre .apache .tag,
.swagger-section pre .go .typename,
.swagger-section pre .tex .command,
.swagger-section pre .markdown .strong,
.swagger-section pre .request,
.swagger-section pre .status {
  font-weight: bold;
}
.swagger-section pre .markdown .emphasis {
  font-style: italic;
}
.swagger-section pre .nginx .built_in {
  font-weight: normal;
}
.swagger-section pre .coffeescript .javascript,
.swagger-section pre .javascript .xml,
.swagger-section pre .tex .formula,
.swagger-section pre .xml .javascript,
.swagger-section pre .xml .vbscript,
.swagger-section pre .xml .css,
.swagger-section pre .xml .cdata {
  opacity: 0.5;
}
.swagger-section .swagger-ui-wrap {
  line-height: 1;
  font-family: "Lato", sans-serif;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  /* JSONEditor specific styling */
}
.swagger-section .swagger-ui-wrap b,
.swagger-section .swagger-ui-wrap strong {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap q,
.swagger-section .swagger-ui-wrap blockquote {
  quotes: none;
}
.swagger-section .swagger-ui-wrap p {
  line-height: 1.4em;
  padding: 0 0 10px;
  color: #333333;
}
.swagger-section .swagger-ui-wrap q:before,
.swagger-section .swagger-ui-wrap q:after,
.swagger-section .swagger-ui-wrap blockquote:before,
.swagger-section .swagger-ui-wrap blockquote:after {
  content: none;
}
.swagger-section .swagger-ui-wrap .heading_with_menu h1,
.swagger-section .swagger-ui-wrap .heading_with_menu h2,
.swagger-section .swagger-ui-wrap .heading_with_menu h3,
.swagger-section .swagger-ui-wrap .heading_with_menu h4,
.swagger-section .swagger-ui-wrap .heading_with_menu h5,
.swagger-section .swagger-ui-wrap .heading_with_menu h6 {
  display: block;
  clear: none;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
}
.swagger-section .swagger-ui-wrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
.swagger-section .swagger-ui-wrap table thead tr th {
  padding: 5px;
  font-size: 0.9em;
  color: #666666;
  border-bottom: 1px solid #999999;
}
.swagger-section .swagger-ui-wrap table tbody tr:last-child td {
  border-bottom: none;
}
.swagger-section .swagger-ui-wrap table tbody tr.offset {
  background-color: #f0f0f0;
}
.swagger-section .swagger-ui-wrap table tbody tr td {
  padding: 6px;
  font-size: 0.9em;
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  line-height: 1.3em;
}
.swagger-section .swagger-ui-wrap ol {
  margin: 0px 0 10px;
  padding: 0 0 0 18px;
  list-style-type: decimal;
}
.swagger-section .swagger-ui-wrap ol li {
  padding: 5px 0px;
  font-size: 0.9em;
  color: #333333;
}
.swagger-section .swagger-ui-wrap ol,
.swagger-section .swagger-ui-wrap ul {
  list-style: none;
}
.swagger-section .swagger-ui-wrap h1 a,
.swagger-section .swagger-ui-wrap h2 a,
.swagger-section .swagger-ui-wrap h3 a,
.swagger-section .swagger-ui-wrap h4 a,
.swagger-section .swagger-ui-wrap h5 a,
.swagger-section .swagger-ui-wrap h6 a {
  text-decoration: none;
}
.swagger-section .swagger-ui-wrap h1 a:hover,
.swagger-section .swagger-ui-wrap h2 a:hover,
.swagger-section .swagger-ui-wrap h3 a:hover,
.swagger-section .swagger-ui-wrap h4 a:hover,
.swagger-section .swagger-ui-wrap h5 a:hover,
.swagger-section .swagger-ui-wrap h6 a:hover {
  text-decoration: underline;
}
.swagger-section .swagger-ui-wrap h1 span.divider,
.swagger-section .swagger-ui-wrap h2 span.divider,
.swagger-section .swagger-ui-wrap h3 span.divider,
.swagger-section .swagger-ui-wrap h4 span.divider,
.swagger-section .swagger-ui-wrap h5 span.divider,
.swagger-section .swagger-ui-wrap h6 span.divider {
  color: #aaaaaa;
}
.swagger-section .swagger-ui-wrap a {
  color: #547f00;
}
.swagger-section .swagger-ui-wrap a img {
  border: none;
}
.swagger-section .swagger-ui-wrap article,
.swagger-section .swagger-ui-wrap aside,
.swagger-section .swagger-ui-wrap details,
.swagger-section .swagger-ui-wrap figcaption,
.swagger-section .swagger-ui-wrap figure,
.swagger-section .swagger-ui-wrap footer,
.swagger-section .swagger-ui-wrap header,
.swagger-section .swagger-ui-wrap hgroup,
.swagger-section .swagger-ui-wrap menu,
.swagger-section .swagger-ui-wrap nav,
.swagger-section .swagger-ui-wrap section,
.swagger-section .swagger-ui-wrap summary {
  display: block;
}
.swagger-section .swagger-ui-wrap pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  background-color: #fcf6db;
  border: 1px solid #e5e0c6;
  padding: 10px;
}
.swagger-section .swagger-ui-wrap pre code {
  line-height: 1.6em;
  background: none;
}
.swagger-section .swagger-ui-wrap .content > .content-type > div > label {
  clear: both;
  display: block;
  color: #0F6AB4;
  font-size: 1.1em;
  margin: 0;
  padding: 15px 0 5px;
}
.swagger-section .swagger-ui-wrap .content pre {
  font-size: 12px;
  margin-top: 5px;
  padding: 5px;
}
.swagger-section .swagger-ui-wrap .icon-btn {
  cursor: pointer;
}
.swagger-section .swagger-ui-wrap .info_title {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 25px;
}
.swagger-section .swagger-ui-wrap .footer {
  margin-top: 20px;
}
.swagger-section .swagger-ui-wrap p.big,
.swagger-section .swagger-ui-wrap div.big p {
  font-size: 1em;
  margin-bottom: 10px;
}
.swagger-section .swagger-ui-wrap form.fullwidth ol li.string input,
.swagger-section .swagger-ui-wrap form.fullwidth ol li.url input,
.swagger-section .swagger-ui-wrap form.fullwidth ol li.text textarea,
.swagger-section .swagger-ui-wrap form.fullwidth ol li.numeric input {
  width: 500px !important;
}
.swagger-section .swagger-ui-wrap .info_license {
  padding-bottom: 5px;
}
.swagger-section .swagger-ui-wrap .info_tos {
  padding-bottom: 5px;
}
.swagger-section .swagger-ui-wrap .message-fail {
  color: #cc0000;
}
.swagger-section .swagger-ui-wrap .info_url {
  padding-bottom: 5px;
}
.swagger-section .swagger-ui-wrap .info_email {
  padding-bottom: 5px;
}
.swagger-section .swagger-ui-wrap .info_name {
  padding-bottom: 5px;
}
.swagger-section .swagger-ui-wrap .info_description {
  padding-bottom: 10px;
  font-size: 15px;
}
.swagger-section .swagger-ui-wrap .markdown ol li,
.swagger-section .swagger-ui-wrap .markdown ul li {
  padding: 3px 0px;
  line-height: 1.4em;
  color: #333333;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input,
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input,
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input {
  display: block;
  padding: 4px;
  width: auto;
  clear: both;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input.title,
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input.title,
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input.title {
  font-size: 1.3em;
}
.swagger-section .swagger-ui-wrap table.fullwidth {
  width: 100%;
}
.swagger-section .swagger-ui-wrap .model-signature {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}
.swagger-section .swagger-ui-wrap .model-signature .signature-nav a {
  text-decoration: none;
  color: #AAA;
}
.swagger-section .swagger-ui-wrap .model-signature .signature-nav a:hover {
  text-decoration: underline;
  color: black;
}
.swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected {
  color: black;
  text-decoration: none;
}
.swagger-section .swagger-ui-wrap .model-signature .propType {
  color: #5555aa;
}
.swagger-section .swagger-ui-wrap .model-signature pre:hover {
  background-color: #ffffdd;
}
.swagger-section .swagger-ui-wrap .model-signature pre {
  font-size: .85em;
  line-height: 1.2em;
  overflow: auto;
  max-height: 200px;
  cursor: pointer;
}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
  display: block;
  margin: 0;
  padding: 0;
}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child {
  padding-right: 0;
  border-right: none;
}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 2px 5px 2px 0;
  border-right: 1px solid #ddd;
}
.swagger-section .swagger-ui-wrap .model-signature .propOpt {
  color: #555;
}
.swagger-section .swagger-ui-wrap .model-signature .snippet small {
  font-size: 0.75em;
}
.swagger-section .swagger-ui-wrap .model-signature .propOptKey {
  font-style: italic;
}
.swagger-section .swagger-ui-wrap .model-signature .description .strong {
  font-weight: bold;
  color: #000;
  font-size: .9em;
}
.swagger-section .swagger-ui-wrap .model-signature .description div {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-left: 1em;
}
.swagger-section .swagger-ui-wrap .model-signature .description .stronger {
  font-weight: bold;
  color: #000;
}
.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper {
  border-spacing: 0;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  display: none;
  font-size: 11px;
  max-width: 400px;
  line-height: 30px;
  color: black;
  padding: 5px;
  margin-left: 10px;
}
.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper th {
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  font-size: 11px;
  color: #666666;
  font-weight: bold;
  padding: 5px;
  line-height: 15px;
}
.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName {
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:first-child,
.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:last-child {
  display: inline;
}
.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:not(:first-child):before {
  display: block;
  content: '';
}
.swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown > p:only-child {
  margin-right: -3px;
}
.swagger-section .swagger-ui-wrap .model-signature .propName {
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap .model-signature .signature-container {
  clear: both;
}
.swagger-section .swagger-ui-wrap .body-textarea {
  width: 300px;
  height: 100px;
  border: 1px solid #aaa;
}
.swagger-section .swagger-ui-wrap .markdown p code,
.swagger-section .swagger-ui-wrap .markdown li code {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  background-color: #f0f0f0;
  color: black;
  padding: 1px 3px;
}
.swagger-section .swagger-ui-wrap .required {
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap .editor_holder {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap .editor_holder label {
  font-weight: normal!important;
  /* JSONEditor uses bold by default for all labels, we revert that back to normal to not give the impression that by default fields are required */
}
.swagger-section .swagger-ui-wrap .editor_holder label.required {
  font-weight: bold!important;
}
.swagger-section .swagger-ui-wrap input.parameter {
  width: 300px;
  border: 1px solid #aaa;
}
.swagger-section .swagger-ui-wrap h1 {
  color: black;
  font-size: 1.5em;
  line-height: 1.3em;
  padding: 10px 0 10px 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap .heading_with_menu {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
.swagger-section .swagger-ui-wrap .heading_with_menu ul {
  display: block;
  clear: none;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.swagger-section .swagger-ui-wrap h2 {
  color: black;
  font-size: 1.3em;
  padding: 10px 0 10px 0;
}
.swagger-section .swagger-ui-wrap h2 a {
  color: black;
}
.swagger-section .swagger-ui-wrap h2 span.sub {
  font-size: 0.7em;
  color: #999999;
  font-style: italic;
}
.swagger-section .swagger-ui-wrap h2 span.sub a {
  color: #777777;
}
.swagger-section .swagger-ui-wrap span.weak {
  color: #666666;
}
.swagger-section .swagger-ui-wrap .message-success {
  color: #89BF04;
}
.swagger-section .swagger-ui-wrap caption,
.swagger-section .swagger-ui-wrap th,
.swagger-section .swagger-ui-wrap td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.swagger-section .swagger-ui-wrap .code {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea {
  font-family: "Lato", sans-serif;
  height: 250px;
  padding: 4px;
  display: block;
  clear: both;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select {
  display: block;
  clear: both;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label {
  display: block;
  float: left;
  clear: none;
  margin: 0;
  padding: 0;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input {
  display: block;
  float: left;
  clear: none;
  margin: 0 5px 0 0;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label {
  color: black;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label {
  display: block;
  clear: both;
  width: auto;
  padding: 0 0 3px;
  color: #666666;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr {
  padding-left: 3px;
  color: #888888;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints {
  margin-left: 0;
  font-style: italic;
  font-size: 0.9em;
  margin: 0;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.buttons {
  margin: 0;
  padding: 0;
}
.swagger-section .swagger-ui-wrap span.blank,
.swagger-section .swagger-ui-wrap span.empty {
  color: #888888;
  font-style: italic;
}
.swagger-section .swagger-ui-wrap .markdown h3 {
  color: #547f00;
}
.swagger-section .swagger-ui-wrap .markdown h4 {
  color: #666666;
}
.swagger-section .swagger-ui-wrap .markdown pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  background-color: #fcf6db;
  border: 1px solid #e5e0c6;
  padding: 10px;
  margin: 0 0 10px 0;
}
.swagger-section .swagger-ui-wrap .markdown pre code {
  line-height: 1.6em;
}
.swagger-section .swagger-ui-wrap div.gist {
  margin: 20px 0 25px 0 !important;
}
.swagger-section .swagger-ui-wrap ul#resources {
  font-family: "Lato", sans-serif;
  font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource {
  border-bottom: 1px solid #dddddd;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a,
.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
  color: black;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a,
.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a {
  color: #555555;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource:last-child {
  border-bottom: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
  border: 1px solid transparent;
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
  overflow: hidden;
  padding: 0;
  display: block;
  clear: none;
  float: right;
  margin: 14px 10px 0 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
  float: left;
  clear: none;
  margin: 0;
  padding: 2px 10px;
  border-right: 1px solid #dddddd;
  color: #666666;
  font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
  color: #aaaaaa;
  text-decoration: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover {
  text-decoration: underline;
  color: black;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover,
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active,
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active {
  text-decoration: underline;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first {
  padding-left: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last {
  padding-right: 0;
  border-right: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first {
  padding-left: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
  color: #999999;
  padding-left: 0;
  display: block;
  clear: none;
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
  color: #999999;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
  color: black;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 10px;
  padding: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
  display: block;
  clear: none;
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
  color: black;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path {
  padding-left: 10px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
  color: black;
  text-decoration: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover {
  text-decoration: underline;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 50px;
  font-size: 0.7em;
  text-align: center;
  padding: 7px 0 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span {
  margin: 0;
  padding: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
  overflow: hidden;
  padding: 0;
  display: block;
  clear: none;
  float: right;
  margin: 6px 10px 0 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li {
  float: left;
  clear: none;
  margin: 0;
  padding: 2px 10px;
  font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a {
  text-decoration: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
  color: black;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
  border-top: none;
  padding: 10px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0 0 20px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 {
  font-size: 1.1em;
  margin: 0;
  padding: 15px 0 5px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
  padding: 4px 0 0 10px;
  display: inline-block;
  font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
  display: block;
  clear: none;
  float: left;
  padding: 6px 8px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber {
  background-image: url('../../../resources/swagger/images/throbber.gif');
  width: 128px;
  height: 16px;
  display: block;
  clear: none;
  float: right;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
  outline: 2px solid black;
  outline-color: #cc0000;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form select[name='parameterContentType'] {
  max-width: 300px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  padding: 10px;
  font-size: 0.9em;
  max-height: 400px;
  overflow-y: auto;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
  background-color: #f9f2e9;
  border: 1px solid #f0e0ca;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
  background-color: #c5862b;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #f0e0ca;
  color: #c5862b;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
  color: #c5862b;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
  background-color: #faf5ee;
  border: 1px solid #f0e0ca;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
  color: #c5862b;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
  color: #dcb67f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
  background-color: #fcffcd;
  border: 1px solid black;
  border-color: #ffd20f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a {
  text-transform: uppercase;
  background-color: #ffd20f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #ffd20f;
  color: #ffd20f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
  color: #ffd20f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
  background-color: #fcffcd;
  border: 1px solid black;
  border-color: #ffd20f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
  color: #ffd20f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
  color: #6fc992;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
  background-color: #f5e8e8;
  border: 1px solid #e8c6c7;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
  text-transform: uppercase;
  background-color: #a41e22;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #e8c6c7;
  color: #a41e22;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
  color: #a41e22;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
  background-color: #f7eded;
  border: 1px solid #e8c6c7;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
  color: #a41e22;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
  color: #c8787a;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
  background-color: #e7f6ec;
  border: 1px solid #c3e8d1;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
  background-color: #10a54a;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #c3e8d1;
  color: #10a54a;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
  color: #10a54a;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
  background-color: #ebf7f0;
  border: 1px solid #c3e8d1;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
  color: #10a54a;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
  color: #6fc992;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
  background-color: #FCE9E3;
  border: 1px solid #F5D5C3;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
  background-color: #D38042;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #f0cecb;
  color: #D38042;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
  color: #D38042;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
  background-color: #faf0ef;
  border: 1px solid #f0cecb;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
  color: #D38042;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
  color: #dcb67f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
  background-color: #e7f0f7;
  border: 1px solid #c3d9ec;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
  background-color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #c3d9ec;
  color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
  color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
  background-color: #ebf3f9;
  border: 1px solid #c3d9ec;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
  color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
  color: #6fa5d2;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading {
  background-color: #e7f0f7;
  border: 1px solid #c3d9ec;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading h3 span.http_method a {
  background-color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #c3d9ec;
  color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a {
  color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
  background-color: #ebf3f9;
  border: 1px solid #c3d9ec;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 {
  color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a {
  color: #6fa5d2;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
  border-top: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
  padding-right: 0;
  border-right: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active {
  text-decoration: underline;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first {
  padding-left: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first {
  padding-left: 0;
}
.swagger-section .swagger-ui-wrap p#colophon {
  margin: 0 15px 40px 15px;
  padding: 10px 0;
  font-size: 0.8em;
  border-top: 1px solid #dddddd;
  font-family: "Lato", sans-serif;
  color: #999999;
  font-style: italic;
}
.swagger-section .swagger-ui-wrap p#colophon a {
  text-decoration: none;
  color: #547f00;
}
.swagger-section .swagger-ui-wrap h3 {
  color: black;
  font-size: 1.1em;
  padding: 10px 0 10px 0;
}
.swagger-section .swagger-ui-wrap .markdown ol,
.swagger-section .swagger-ui-wrap .markdown ul {
  font-family: "Lato", sans-serif;
  margin: 5px 0 10px;
  padding: 0 0 0 18px;
  list-style-type: disc;
}
.swagger-section .swagger-ui-wrap form.form_box {
  background-color: #ebf3f9;
  border: 1px solid #c3d9ec;
  padding: 10px;
}
.swagger-section .swagger-ui-wrap form.form_box label {
  color: #0f6ab4 !important;
}
.swagger-section .swagger-ui-wrap form.form_box input[type=submit] {
  display: block;
  padding: 10px;
}
.swagger-section .swagger-ui-wrap form.form_box p.weak {
  font-size: 0.8em;
}
.swagger-section .swagger-ui-wrap form.form_box p {
  font-size: 0.9em;
  padding: 0 0 15px;
  color: #7e7b6d;
}
.swagger-section .swagger-ui-wrap form.form_box p a {
  color: #646257;
}
.swagger-section .swagger-ui-wrap form.form_box p strong {
  color: black;
}
.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
  padding-bottom: 0;
}
.swagger-section .title {
  font-style: bold;
}
.swagger-section .secondary_form {
  display: none;
}
.swagger-section .main_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.swagger-section .oauth_body {
  margin-left: 100px;
  margin-right: 100px;
}
.swagger-section .oauth_submit {
  text-align: center;
}
.swagger-section .api-popup-dialog {
  z-index: 10000;
  position: absolute;
  width: 500px;
  background: #FFF;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none;
  font-size: 13px;
  color: #777;
}
.swagger-section .api-popup-dialog .api-popup-title {
  font-size: 24px;
  padding: 10px 0;
}
.swagger-section .api-popup-dialog .api-popup-title {
  font-size: 24px;
  padding: 10px 0;
}
.swagger-section .api-popup-dialog .error-msg {
  padding-left: 5px;
  padding-bottom: 5px;
}
.swagger-section .api-popup-dialog .api-popup-authbtn {
  height: 30px;
}
.swagger-section .api-popup-dialog .api-popup-cancel {
  height: 30px;
}
.swagger-section .api-popup-scopes {
  padding: 10px 20px;
}
.swagger-section .api-popup-scopes li {
  padding: 5px 0;
  line-height: 20px;
}
.swagger-section .api-popup-scopes li input {
  position: relative;
  top: 2px;
}
.swagger-section .api-popup-scopes .api-scope-desc {
  padding-left: 20px;
  font-style: italic;
}
.swagger-section .api-popup-actions {
  padding-top: 10px;
}
.swagger-section .access {
  float: right;
}
.swagger-section .auth {
  float: right;
}
.swagger-section .api-ic {
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  background: url(../../../resources/swagger/images/explorer_icons.png) no-repeat;
}
.swagger-section .api-ic .api_information_panel {
  position: relative;
  margin-top: 20px;
  margin-left: -5px;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none;
  font-size: 13px;
  max-width: 300px;
  line-height: 30px;
  color: black;
  padding: 5px;
}
.swagger-section .api-ic .api_information_panel p .api-msg-enabled {
  color: green;
}
.swagger-section .api-ic .api_information_panel p .api-msg-disabled {
  color: red;
}
.swagger-section .api-ic:hover .api_information_panel {
  position: absolute;
  display: block;
}
.swagger-section .ic-info {
  background-position: 0 0;
  width: 18px;
  margin-top: -6px;
  margin-left: 4px;
}
.swagger-section .ic-warning {
  background-position: -60px 0;
  width: 18px;
  margin-top: -6px;
  margin-left: 4px;
}
.swagger-section .ic-error {
  background-position: -30px 0;
  width: 18px;
  margin-top: -6px;
  margin-left: 4px;
}
.swagger-section .ic-off {
  background-position: -90px 0;
  width: 58px;
  margin-top: -4px;
  cursor: pointer;
}
.swagger-section .ic-on {
  background-position: -160px 0;
  width: 58px;
  margin-top: -4px;
  cursor: pointer;
}
.swagger-section #header {
  background-color: #89bf04;
  padding: 14px;
}
.swagger-section #input_baseUrl {
  width: 400px;
}
.swagger-section #api_selector {
  display: block;
  clear: none;
  float: right;
}
.swagger-section #api_selector .input {
  display: block;
  clear: none;
  float: left;
  margin: 0 10px 0 0;
}
.swagger-section #api_selector input {
  font-size: 0.9em;
  padding: 3px;
  margin: 0;
}
.swagger-section #input_apiKey {
  width: 200px;
}
.swagger-section #explore {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 8px;
  font-size: 0.9em;
  color: white;
  background-color: #547f00;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.swagger-section #explore:hover {
  background-color: #547f00;
}
.swagger-section #header #logo {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  background: transparent url(../../../resources/swagger/images/logo_small.png) no-repeat left center;
  padding: 20px 0 20px 40px;
  color: white;
}
.swagger-section #content_message {
  margin: 10px 15px;
  font-style: italic;
  color: #999999;
}
.swagger-section #message-bar {
  min-height: 30px;
  text-align: center;
  padding-top: 10px;
}
.swagger-section .swagger-collapse:before {
  content: "-";
}
.swagger-section .swagger-expand:before {
  content: "+";
}

@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
		.swagger-section .swagger-ui-wrap .info_title {
	    font-size: 16px;
	}
	
	.swagger-section .swagger-ui-wrap h2 {
    	font-size: 0.9em;
 	 }

}
@media screen and (max-width: 480px) {}






