html,
body,
.swagger-section .swagger-ui-wrap {
		font-family: 'Open Sans', sans-serif;
		box-sizing: border-box;
}

*, *:before, *:after {
		box-sizing: inherit;
}

body {
		transition: padding-left 0.2s;
		padding-bottom: 50px;
}


.swagger-section .swagger-ui-wrap {
    padding: 0 20px;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
    background: #1293d1;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: auto;
    margin: 2px;
    outline: none;
    padding: 8px 15px;
    text-align: center;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="file"]::-webkit-file-upload-button:hover,
button:hover {
    background: #0063be;

}

    /*
     * HEADER
     */
.main-header {
		background: #1293d1;
		display: block;
		height: 50px;
}

.main-header-logo {
		margin: 10px;
		background: url(../images/logo_small.png) no-repeat left center;
		width: 100px;
		height: 29px;
		text-indent: -10000px;
		background-size: 100px 29px;
		display: inline-block;
		vertical-align: top;
}

.main-header-nav-icon {
    display: inline-block;
    margin: 0 0 0 5px;
    width: 50px;
    height: 50px;
    padding: 16px 12px 10px;
    vertical-align: top;
    cursor: pointer;
}

.main-header-nav-icon-bar {
    background: #fff;
    height: 3px;
    margin-bottom: 5px;
}

.main-header-nav-content-header {
	display: block;
    text-decoration: none;
    padding: 10px;
    margin: 10px 10px 0 19px;
    transition: background 0.2s;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #7b7158 !important;
    line-height: 1.8em;

}

.main-header-nav-content {
    position: fixed;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    background: #000;
    transition: all 0.2s;
    padding-top: 10px;
    overflow: scroll;
    padding-bottom: 100px;
}

.main-header-nav-open .main-header-nav-content {
    left: 0;
}

body.main-header-nav-open {
    padding-left: 240px;
}

.main-header-nav-content-item,
.main-header-nav-content-item:hover {
    color: #bbb;
    display: block;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    margin: 2px 20px;
    cursor: pointer;
    transition: background 0.5s;
    border-left: 4px solid transparent;
}

.main-header-nav-content-item:hover {
    background: #444;
    color: #fff;
}

.main-header-nav-content-item-selected,
.main-header-nav-content-item-selected:hover {
    border-left: 4px solid #FF5A00;
    border-radius: 0;
    font-weight: 600;
    color: #fff;
}

.main-header-nav-divider {
    border-bottom: 1px solid #444;
    padding-top: 15px;
    margin-bottom: 15px;
}

.main-header-nav-calloutSection {
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
    padding: 15px 0 15px 15px;
    margin: 15px -0 15px -15px;
    background: rgba(255,255,255,0.1);
}

.main-header-nav-api-form {
    text-align: center;
    margin: 1px;
    padding: 3px;
}

.api-key-wrapper {
    text-align: center;
    margin: auto;
    width: 50%;
}

.main-header-nav-input {
    border: 1px solid #aaa;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    height: 28px;
    margin: 2px;
    padding: 0 5px;
    text-align: left;
    width: 100%;
}

.main-header-nav-button {
    background: #555;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 28px;
    margin: 2px;
    outline:none;
    padding: 0 5px;
    text-align: center;
}

.main-header-nav-button:hover {
    background: #00a2dc;
    background: rgba(0, 162, 220,0.5);
}

.main-header-nav-content-item.register {
    border-radius: 4px;
    background: #00a2dc;
    background: rgba(0, 162, 220,0.5);
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.main-header-nav-content-item.register:hover {
    background: #0063be;
    background: rgba(0, 162, 220, 1);
    color: #fff;
}

/*
 * CODE FORMATTING
 */
.riq-pre {
    overflow: auto;
    line-height: 1.6em;
    font-size: 13px;
}

pre.json {
    overflow: auto;
}

.swagger-section .swagger-ui-wrap p {
    margin: 10px 0;
    line-height: 1.5em;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/**
 * SWAGGER OVERRIDES
 * Oh and BTW ... SWAGGER CSS SUCKS.
 */

.swagger-section .swagger-ui-wrap {
    line-height: 1;
    font-family: "Droid Sans", sans-serif;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.swagger-section .swagger-ui-wrap .info_title,
.swagger-section .swagger-ui-wrap h2
{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7b7158 !important ;
    font-size: 20px;
    border-bottom: 2px dotted #eee;
    margin-top: 25px;
    margin-bottom: 10px;
    float: none;

}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
    display: none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
    margin-top: -64px;
    margin-bottom: 20px;
}

h4 {
    margin: 30px 0 15px;
    font-weight: 600;
}

.swagger-section .swagger-ui-wrap ul#resources {
    font-family: 'Open Sans', sans-serif;
}


.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
    border-radius: 0;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
    background-color: #e5f6fb;
    border: 0 none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
    background-color: #e7f6ec;
    border: 0 none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
    background-color: #ffd5d5;
    border: 0 none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
    background-color: #d5fff6;
    border: 0 none;
}

.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.delete div.content,
.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 {
    background-color: #f4f4f4;
    border: 0 none;
}

.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: #0063be;
}

.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: #10a54a;
}

.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 {
    background: #9c0000;
}

.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: #009c8f;
}

.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:hover,
.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:hover,
.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:hover,
.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:hover {
    background: #1293d1;
}

.swagger-section .swagger-ui-wrap pre {
    background: #fffcee;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
    color: #7b7158;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input[type="submit"] {
    padding: 10px 15px;
    display: inline-block;
    float: none;
    background: #1293d1;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;

}

.swagger-section .operation .response {
    margin: 20px -10px -10px;
    background: rgba(0,0,0,0.05);
    padding: 10px;
}

.swagger-section .swagger-ui-wrap input.parameter {
    padding: 5px 7px;
    font-size: 14px;
    border-radius: 4px;
    margin-top: -8px;
}

.swagger-section .swagger-ui-wrap .required {
    font-weight: normal

}

.swagger-section .swagger-ui-wrap table thead tr th {
    padding: 5px;
    font-size: 0.9em;
    color: #666666;
    border-bottom: 1px solid #999999;
    font-weight: bold;
}

.swagger-section .swagger-ui-wrap table tbody tr td {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 20px;
    vertical-align: text-top;
}

.swagger-section .swagger-ui-wrap table tbody tr:last-child td {
    border-bottom: 1px solid #cccccc;
}

td.check-mark-image {
    background: url(../images/check.png) no-repeat center;
    background-size: 30px;
}

ul.bulletList {
   line-height: 1.5em;
   margin-left: 20px;
}

ol.numberList {
    line-height: 1.5em;
    margin-left: 20px;
}

li.bulletList-item {
   list-style-type: disc;
   margin: 5px 0;
}

li.numbered-item {
    list-style-type: decimal;
    margin: 5px 0;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
    float: right;
    text-align: right;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
    float: none;
    margin: 6px 10px 6px 0 !important;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
    vertical-align: text-bottom;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
    text-align: center;
}

.swagger-section .swagger-ui-wrap .model-signature .signature-container div.description {
    margin-left: 30px;
}

.response-content-type div label {
    margin-right: 5px;
}

.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{
    line-height: 30px;
    background: #1293d1;
    padding-left: 20px;
    padding-right: 20px;
    width: 75px;
    display: inline-block;
}

.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{
    line-height: 30px;
    background: #10a54a;
    padding-left: 20px;
    padding-right: 14px;
    width: 75px;
    display: inline-block;
}

.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{
    line-height: 30px;
    background: #9c0000;
    padding-left: 20px;
    padding-right: 14px;
    width: 75px;
    display: inline-block;
}

.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{
    line-height: 30px;
    background: #009c8f;
    padding-left: 20px;
    padding-right: 14px;
    width: 75px;
    display: inline-block;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
    background: #ddd;
    margin: -10px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input[type="submit"] {
    margin: 10px auto;
    width: 250px;
    text-align: center;
    font-size: 14px;
}

/**
  * Register Form
  */

.register-form {
    overflow: visible;
    text-align: center;

    font-family: "Open Sans",sans-serif;
    font-weight: 400 !important;
}

.mktoForm .mktoRequiredField label.mktoLabel,
.register-form label.mktoLabel {
    font-family: "Open Sans",sans-serif;
    font-weight: normal !important;
    padding-bottom: 5px;


}

.swagger-ui-wrap .mktoForm .mktoButtonWrap.mktoDownloadButton button.mktoButton {
    background: #00a2dc;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
}


.swagger-ui-wrap .mktoForm input[type=text],
.swagger-ui-wrap .mktoForm input[type=url],
.swagger-ui-wrap .mktoForm input[type=email],
.swagger-ui-wrap .mktoForm input[type=tel],
.swagger-ui-wrap .mktoForm input[type=number],
.swagger-ui-wrap .mktoForm input[type=date],
.swagger-ui-wrap .mktoForm textarea.mktoField,
.swagger-ui-wrap .mktoForm select.mktoField {
    padding: 5px 10px;
    height: 30px;
}

.mktoForm select.mktoField,
.register-form .mktoField {
    border: 1px solid #aaa;
    border-radius: 4px !important;
}

.register-form .mktoPlaceholder {
    font-family: "Open Sans",sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 16px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: 400 !important;
}

/** Fuuuuuu.... **/
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
    background-color:#1293d1 !important;
    background-image: linear-gradient(to bottom, #1293d1, #1293d1) !important;
    border: 0 solid #e5f6fb !important;
    border-radius: 4px;
    box-shadow: 0 0 0 0 #fff !important;
    color: #fff;
    margin: 0 80px;
    padding: 20px !important;
    text-align: center;
}

.register-ty {
    margin: 30px;
}


/**
  * SSL Toggle
  */
.ssl-tabs {
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-bottom: 30px;
}

.ssl-tab {
    display: inline-block;
    border-bottom: 3px solid transparent;
    color: #000;
    padding: 12px 20px;
    font-size: 14px;
    margin:0;
    outline: none;
    transition: background 0.2s;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: -1px;
}

.ssl-tab-first {
}

.ssl-tab-last {
}

.ssl-tab-selected {
    border-bottom: 3px solid #ff5200;
    font-weight: 600;
}

/**
 * Message Fail
 */
.message-fail {
    background: #eee;
    color: #F12938;
    padding: 10px;
}

