.draft {
    display: none;
    width: 100%;
    height: 34px;
    font-size: 13px;
    text-align: center;
    background-color: #FEF4D1;
    color: #636464;
}

@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,700,500);
html {
    position: relative;
    min-height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
}

p {
    margin-top: 10px;
    font-size: 15px;
}

/* images responsive sizing */
img {
    display: block;
    max-width: 100%;
    height: auto;
}

a.link-terms {
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #000;
}

a.link-terms:hover {
    text-decoration: none;
    color: #1b697d;
    border-bottom: 1px solid #1b697d;
    transition: all 0.2s ease-in-out;
}

input.form-control {
    border-radius: 3px;
}

.row-top {
    margin-top: 30px;
}

h1 {
    font-size: 32px;
    font-family: 'Work Sans';
    font-weight: 400;
}

.login {
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #D3D3D3;
    padding: 14px;
}

.login-form {
    width: 320px;
    height: 44px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
}

.login-form-error {
    width: 320px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
}

.inputs {
    margin: 0 auto;

}

.sent {
    color: #ff9633;
    background: #fbfbfb;
    border-radius: 3px;
    padding: 10px;
    margin: 20px auto;
    text-align: center;
}

/* formatted code */
body pre {
    padding: 15px;
    border-radius: 3px;
}

body code {
    padding: 0;
    border-radius: 0;
    word-wrap: break-word;
}

/* Api doc filter */
.api-doc-filter-container {
    display: flex;
}

#api-doc-filter {
    margin-left: auto;
}

/* cards layout for api products */
.card {
    margin-top: 30px;
    border-radius: 3px;
    border: 1px solid #D3D3D3;
}

.card-title {
    font-size: 22px;
    background-color: #fafafa;
    padding: 12px 16px;
    border-radius: 3px 3px 0 0;
}

.card-body {
    padding: 16px;
    min-height: 100px;
    position: relative;
}

a.card-detail {
    text-decoration: none;
    color: #333;
}

.card:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

a.card-link, a.card-link:hover {
    text-transform: uppercase;
    color: #636464;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
    position: absolute;
    font-weight: 300;
    bottom: 10px;
    display: none;
}

.card:hover a.card-link {
    display: block;
}

/* header menu */
.navbar {
    border-radius: 0;
}

/* footer block */
footer {

    /* for sticky footer */
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer ul.navbar-nav {
    margin: 10px auto;
    display: table;
    table-layout: fixed;
    float: none;
}

@media (max-width: 480px) {
    .login-form {
        width: 100%;
    }

}

@media (max-width: 991px /* @screen-sm-max */
) {
    .row-top {
        margin-right: 0;
        margin-left: 0;
    }
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

button.user-info, button.user-info:hover, button.user-info:active {
    background-color: transparent;
    color: #adadad;
    border: none;
    margin-top: 9px;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    background-color: transparent;
    color: #adadad;
    border: none;
    margin-top: 9px;
    box-shadow: none;
}

#userOptions .dropdown-toggle.btn-default:focus {
    background-color: transparent;
    color: #fff;
    border: none;
    margin-top: 9px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #292A2A;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #adadad;
    background-color: #292A2A;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown-menu {
    background-color: #292A2A;
    color: #adadad;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/* common css rules to theme your portal (learn more at docs.apigee.com/...) */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Work Sans';
    font-size: 15px;
    line-height: 21px;
    color: #333333;
    background-color: #ffffff;

    /* to keep content above footer */
    margin-bottom: 110px;
}

body h1, h2, h3, h4, h5 {
    font-weight: 400;
}

body h1 {
    font-size: 32px;
    margin-bottom: 16px;
}

body h2 {
    font-size: 22px;
    margin-bottom: 16px;
}

body h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

body p {
    font-size: 15px;
    line-height: 23px;
}

body a {
    color: #2c9ab7;
    text-decoration: none;
}

body a:hover {
    color: #1b697d;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* images responsive sizing */
img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* lists */
body ul li, body ol li {
    font-size: inherit;
    margin-bottom: 10px;
}

/* blockquotes */
body blockquote {
    border-left: 3px solid #e2e2e2;
    background-color: #f7f7f7;
}

/* table styles */
body table th {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px;
}

body table td {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #e0e0e0;
}

/* buttons */
.btn {
    border-radius: 3px;
    min-width: 150px;
}

.btn-lg {
    padding: 10px 24px;
    border-radius: 3px;
}

.btn-info {
    color: #292A2A;
    background-color: transparent;
    border-color: #292A2A;
    border-radius: 3px;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
    color: #292A2A;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #292A2A;
}

/* formatted code */
body pre {
    color: #5a118e;
    padding: 15px;
    border-radius: 3px;
}

body code {
    font-size: 14px;
    line-height: 21px;
    color: #5a118e;
    background-color: #f7f7f7;
    padding: 0;
    border-radius: 0;
    word-wrap: break-word;
}

/* header menu */
.navbar {
    border-radius: 0;
}

.navbar-nav {
    float: right;
}

.navbar-default {
    background-color: #292A2A;
    border-color: #4a4a4a;
}

/* for company logo */
body .navbar-brand {
    padding: 5px 15px;
}

.navbar-brand img {
    max-height: 50px;
    margin: 0;
    padding: 0;
}

body .navbar-default ul.nav li {
    margin-bottom: 0;
}

body .navbar-default ul.nav li a {
    font-size: 14px;
    color: #adadad;
}

/* hover state */
body .navbar-default ul.nav li a:hover {
    color: #ffffff;
    background-color: #292A2A;
}

/* active menu item */
body .navbar-default .navbar-nav > .active a {
    color: #ffffff;
    background-color: #292929;
}

navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

body .navbar-default .navbar-nav > .active a:hover {
    color: #fdfdfd;
    background-color: #292A2A;
}

/* sidebar menu */
ul.navbar-submenu {
    background-color: transparent;
    margin-top: 30px;
    float: left;
}

ul.navbar-submenu li {
    padding: 0;
    margin-bottom: 10px;
    float: none;
}

ul.navbar-submenu li a {
    color: #9b9c9d;
    letter-spacing: 0.5px;
    padding-top: 0;
    padding-bottom: 0;
}

ul.navbar-submenu li a:hover {
    background-color: transparent;
}

/* active sidebar item */
ul.navbar-submenu li a.active {
    color: #f8bb0b;
    font-weight: 500;
}

/* footer block */
footer {
    background-color: #292A2A;
    padding: 15px 10px 15px 10px;
    margin: 25px 0 0 0;

    /* for sticky footer */
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer ul.navbar-nav {
    margin: 10px auto;
    display: table;
    table-layout: fixed;
    float: none;
}

/* footer links menu */
footer .navbar-nav li {
    text-align: center;
    padding: 0 10px;
    margin: 0;
    display: inline-block;
}

footer .navbar-nav li a {
    font-size: 14px;
    color: #7d7d7d;
    text-decoration: none;
    padding: 5px;
}

footer .nav a:hover {
    background-color: transparent;
}

footer p.social i {
    background-color: #292A2A;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    body ul.navbar-nav {
        background-color: #292A2A;
        border-color: #4a4a4a;
        float: left;
    }

    body ul.navbar-submenu {
        background-color: transparent;
    }

    footer ul.navbar-nav {
        text-align: center;
        background-color: #292A2A;
        border-color: #4a4a4a;
        float: none;
    }

}

@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,500,700);

body {
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}

.card {
    margin-top: 30px;
    border-radius: 3px;
    border: 1px solid #D3D3D3;
}

.card-title {
    font-size: 22px;
    background-color: #fafafa;
    padding: 12px 16px;
    border-radius: 3px 3px 0 0;
}

.card-body {
    padding: 16px;
    min-height: 140px;
    position: relative;
}

a.card-detail {
    text-decoration: none;
    color: #333;
}

.card:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

a.card-link, a.card-link:hover {
    text-transform: uppercase;
    color: #636464;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
    position: absolute;
    font-weight: 300;
    bottom: 10px;
    display: none;
}

.card:hover a.card-link {
    display: block;
}

.key-info-popup {
    display: none;
}

@media (max-width: 991px /* @screen-sm-max */
) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

/* swagger ui styles */

body .swagger-section .swagger-ui-wrap a {
    color: #2c9ab7;
    text-decoration: none;
}

/* expand controls */
body .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
    margin: 14px 0 0 0;
}

body .swagger-section .swagger-ui-wrap p, body .swagger-section .swagger-ui-wrap .model-signature, body body .swagger-section .swagger-ui-wrap table tbody tr td {
    font-family: 'Work Sans';
    font-size: 14px;
}

.info_title, .info_url {
    font-family: 'Work Sans';
    font-weight: 400;
}

body .swagger-section .swagger-ui-wrap .info_title {
    font-weight: 400;
    font-size: 32px;
}

#resources_container {
    max-width: 945px;
    margin-left: 0;
    padding-left: 0;
}

ul#resources {
    font-family: 'Work Sans';
    padding-left: 0;
}

li.resource div.heading h2 {
    font-family: 'Work Sans';
}

body .swagger-section .swagger-ui-wrap h2 {
    padding: 0px 0 10px 0;
}

div.heading ul.options {
    font-family: 'Work Sans';
}

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

body .swagger-section .swagger-ui-wrap {
    line-height: 2;
}

body span.http_method {
    font-family: 'Work Sans';
    letter-spacing: 1px;
    font-weight: 700;
}

body div.heading h3 span.http_method a {
    border-radius: 3px 0px 0px 3px;
    min-width: 74px;
}

body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
    font-size: 12px;
    line-height: 23px;
    border-radius: 0;
}

body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
    margin: 3px 10px 0 0;
}

/* verbs titles */
/* get */
body .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 {
    color: #38ade8;
    background-color: #f8fcff;
    text-align: left;
    padding-left: 12px;
}

/* put */
body .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 {
    color: #f5c80d;
    background-color: #FEFBEE;
    text-align: left;
    padding-left: 12px;
}

/* post */
body .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 {
    color: #12c376;
    background-color: #F3FCF8;
    text-align: left;
    padding-left: 12px;
}

/* delete */
body .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 {
    color: #e30e27;
    background-color: #FFFAFA;
    text-align: left;
    padding-left: 12px;
}

/* patch */
body .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 {
    color: #c66cd6;
    background-color: #FCF6FD;
    text-align: left;
    padding-left: 12px;
}

/* options */
body .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, body body .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 {
    color: #acadae;
    background-color: #FCFCFC;
    text-align: left;
    padding-left: 12px;
}

body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

body li.operation.get div.heading h3 span.http_method a, li.operation.put div.heading h3 span.http_method a, li.operation.delete div.heading h3 span.http_method a, li.operation.patch div.heading h3 span.http_method a, li.operation.post div.heading h3 span.http_method a {
    border-radius: 0;
}

/* background for swagger operations */

/* get */
body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
    background-color: #f8fcff;
    border: 1px solid #38ade8;
}

/* put */
body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
    border: 1px solid #f5c80d;
    background-color: #FEFBEE;
}

/* post */
body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
    border: 1px solid #12c376;
    background-color: #F3FCF8;
}

/* delete */
body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
    border: 1px solid #e30e27;
    background-color: #FFFAFA;
}

/* options */
body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
    border: 1px solid #cdcecf;
    background-color: #FCFCFC;
}

/* patch */
body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
    border: 1px solid #c66cd6;
    background-color: #FCF6FD;
}

body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 {
    color: #636464;
}

/* operation description */

/* get */
body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.get li {
    border-right-width: 0;
    padding: 2px 0;
}

/* get */
body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.put li {
    border-right-width: 0;
    padding: 2px 0;
}

/* options */
body .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-width: 0;
    padding: 2px 0;
}

/* description summary for operations */
body .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: #c66cd6;
}

body .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: #636464;
}

body .swagger-section ul.operations li.operation div.content, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content, body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
    border-top: none;
}

body .response-content-type label, body .parameter-content-type label {
    font-family: 'Work Sans';
    font-weight: 500;
}

body .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: #c66cd6;
}

/* sandbox header */
body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
    margin-top: 10px;
}

body div.sandbox_header a {
    color: #000;
}

body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
    padding: 6px 0 0 10px;
}

/* code style */
body .swagger-section .swagger-ui-wrap pre {
    border: 1px solid #cdcecf;
}

body .swagger-section .swagger-ui-wrap pre span {
    color: #fff !important;
}

body .swagger-section code {
    font-size: 12px;
}

body .swagger-section pre.version {
    padding: 0;
    border: transparent none;
    background: transparent none;
}

body a.toggleOperation {
    border-radius: 0;

}

.path {
    font-family: 'Work Sans';
}

body .swagger-section .swagger-ui-wrap input.parameter, body .swagger-section .swagger-ui-wrap .body-textarea {
    width: 290px;
}

body .swagger-section .swagger-ui-wrap table tbody tr td {
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
}

body .swagger-section .swagger-ui-wrap table tbody tr td .code {
    font-size: 13px;
    line-height: 18px;
}

body td.markdown p {
    margin-top: 0px;
}

body table td {
    border: none;
}

body .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2, body .swagger-section .swagger-ui-wrap .info_name, body .swagger-section div.markdown p {
    font-family: 'Work Sans';
}

body .operation-params td, body .swagger-section .swagger-ui-wrap .model-signature {
    font-family: 'Work Sans';
}

body .swagger-section .hljs {
    background: transparent;
    padding: 0;
}

body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 {
    font-size: 18px;
    font-family: 'Work Sans';
}

body .swagger-section .swagger-ui-wrap table thead tr th {
    font-size: 11px;
    line-height: 1;
    font-family: 'Work Sans';
    vertical-align: bottom;
}

body .swagger-section .swagger-ui-wrap strong, body tbody .operation-params {
    font-family: 'Work Sans';
}

body .swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
    font-family: 'Work Sans';
    font-size: 13px;
}

body .swagger-section .swagger-ui-wrap strong {
    font-weight: 600;
}

body .swagger-section .swagger-ui-wrap p {
    margin-top: 0;
}

body .swagger-section .swagger-ui-wrap .body-textarea, .swagger-section .swagger-ui-wrap input.parameter {
    padding: 5px;
}

/*  try it button */
body .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
    padding: 3px 15px;
    font-family: 'Work Sans';
    color: #333;
    background-color: #ffffff;
    border-radius: 3px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border: 1px solid silver;
    display:none;
}

/* Fix for swagger document links */
.opblock-tag-section h4.opblock-tag > a {
    pointer-events: none;
}
.opblock-summary .opblock-summary-path > a {
    pointer-events: none;
}

/* Fix for property name overlap */
body .swagger-ui .prop-name {
    width: 33%;
}

/* Fix for swagger document links */
.opblock-tag-section h4.opblock-tag > a {
    pointer-events: none;
}
.opblock-summary .opblock-summary-path > a {
    pointer-events: none;
}

/* Fix for property name overlap */
body .swagger-ui .prop-name {
    width: 33%;
}

.navbar {
    margin-bottom: 50px;
}

.navbar {
    margin-bottom: 50px;
}

.div-table-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #979797;
    font-family: 'Work Sans';
    font-size: 13px;
    color: #808181;
    letter-spacing: 1px;
}

.div-table-row {
    border-bottom: 1px solid #CDCECF;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* For myApps */

.my-apps-form-row{
    padding-bottom: 10px;
}

.my-apps-form-element{
    border-bottom: 1px solid #CDCECF;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 350px;
}

.myapp-form-footer {
    visibility: hidden;
}

.credentials-table-header .center, .credentials-table-row .center {
    text-align: center;
}

.credentials-table-row:hover {
    background-color: #FAFAFA;
}

.credentials-table-row > div {
    padding-top: 7px;
}

.credentials-table-row > div.actions-menu {
    padding-top: 0;
}

.credentials-table-row .deprecated-badge {
    display: none;
}

.credentials-table-row.deprecated .deprecated-badge {
    display: inline-block;
    font-size: 10px;
    color: #636464;
    letter-spacing: 0.5px;
}
.credentials-table-row.deprecated {
    display: none;
}
.credentials-history-link {
    display: none;
}
.credentials-history-link button {
    width: auto;
    min-width: 0;
}
.credentials-table-row.deprecated + .credentials-history-link {
    display: block;
}

.actions-menu .btn.dropdown-toggle {
    min-width: 36px;
    visibility: hidden;
}

.credentials-table-row:hover .actions-menu .btn.dropdown-toggle,
.actions-menu .open .btn.dropdown-toggle {
    visibility: visible;
}

.actions-menu ul li {
    margin: 0;
}
.actions-menu .dropdown-menu {
    top: 32px;
    left: auto;
    right: 30px;
}

/* Control keys context menu items */
.credentials-table-row li.disabled a {
    /* this prevents clicks */
    pointer-events: none;
}

.button2link {
    color: #4CC1FC;
    background: none;
    border: none;
}

.button2link-neutral {
    background: none;
    border: none;
}

.api-products-modal-dialog{
    width: 80%;
}

.no-horizontal-padding {
    padding-left:0px; !important
    padding-right:0px; !important
}

.jumbotron-invitational {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.not-found {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

/* hide swagger 3.4.5 stuff.. */
#smartdocs #swagger-ui-container .swagger-ui.swagger-container .topbar {
    display: none;
}