





:root {
    --pg-error-100: #fdf2f3;
    --pg-error-500: #d82d3b;
    --pg-error-700: #b1202c;
    --pg-grey-100: #f5f5f5;
    --pg-grey-200: #eff0f0;
    --pg-grey-300: #e4e6e7;
    --pg-grey-400: #afb3b7;
    --pg-grey-500: #a0a3a7;
    --pg-grey-600: #888d93;
    --pg-grey-700: #6b7075;
    --pg-grey-800: #464c52;
    --pg-grey-900: #0e161d;
    --pg-notice-100: #fdf2f3;
    --pg-notice-500: #f7b500;
    --pg-notice-700: #b1202c;
    --pg-primary-100: #fff6f0;
    --pg-primary-500: #ff6f19;
    --pg-primary-600: #d14e00;
    --pg-success-100: #f4fbf7;
    --pg-success-500: #42bc80;
    --pg-success-700: #2b6e49;
    --pg-white: #fff;
    --pg-black: #000;
    /* Not sure if this is correct, I stole it from the main marketing site */
    --pg-secondary-500: #0dbded;

    --main-font-size: 15px;
  }


  /** FONTS **/

  body.theme2{
    font-size: var(--main-font-size);
  }

/**
YES! The header font sizes are inverted on purpose because design.
**/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, h4, .h5, .h6 {
    font-weight: bold;
    text-transform:  none !important;
}

h3, .h3 {
    font-size: 16px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 22px;
}

h6, .h6 {
    font-size: 20px;
}

.formal-title {
    font-size: 16px;
}

.titlepage {
    text-transform: none;
    color: var(--pg-grey-900) !important;
}


  
/** Main Color overwrites **/
.text-primary, .btn-primary .badge, .btn-link, .pagination>li>a, .pagination>li>span, .nav-site-sidebar .active>a, .portal-single-publication .publication-icon i, .portal-single-publication .publication-icon .fa, .titlepage h1.title, .titlepage h2.title, .titlepage h3.title, .nav-site-sidebar li a {
    color: var(--pg-grey-900);
}

/** Accent Color overwrites **/
a, .text-primary, .btn-primary .badge, .btn-link, .pagination>li>a, .pagination>li>span, .nav-site-sidebar .active>a, .portal-single-publication .publication-icon i, .portal-single-publication .publication-icon .fa {
    color: var(--pg-primary-500);
}

.publication-contents li:before {
    display: none;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 64px;
    background: var(--pg-grey-900);
}

  .portal-header {
    padding: 30px 50px;
    height: 250px;
}

.cc-color-override--562569728 .cc-btn {
    color: #fff!important;
    border-color: transparent;
    border-radius: 4px;
    background-color: var(--pg-primary-500)!important;
}

.cc-color-override--562569728 .cc-btn:hover, .cc-color-override--562569728 .cc-btn:focus {
    background-color: #888d93!important;
}

.portal-footer, .site-footer {
    width: auto;
    height: 64px;
    background: var(--pg-grey-900) !important;
}

.portal-footer .inner, .site-footer .inner {
    padding: 0px 0;
    font-size: 12px;
}

.portal-header h1 {
    color: var(--pg-grey-900);
    font-size: 20px;
}

.portal-footer h3, .site-footer h3 {
    color: var(--pg-secondary-500) !important;
}
.portal-footer td, .portal-footer a, .portal-footer p {
    color: white !important;
}

.portal-footer a {
    font-weight: 600 !important;
}
.site-footer td, .site-footer a, .site-footer p {
    color: white !important;
}
.site-footer a {
    font-weight: 600 !important;
}

.portal-header::after{
    background: transparent;
}

.portal-header .portal-search button, .publication-contents h4 span {
    background-color: transparent;
}

.portal-header .portal-search button {
    background-color: var(--pg-grey-300);
    font-size: var(--main-font-size);
    width: 32px;
    height: 32px;
    display: inline-block;
    color: #fff;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.theme2 .portal-header::before {
    background-color: #fff;
}

.portal-header .portal-search button {
    display: none;
}

.cc-color-override--562569728.cc-window {
    color: rgb(255, 255, 255);
    background-color: var(--pg-grey-900)!important;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.btn, .form-control, button, input[type=text] {
    margin-top: 16px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portal-header .portal-search .search-field {
    font-size: var(--main-font-size);
    display: inline-block;
    vertical-align: middle!important;
    height: 32px;
    width: 326px;
    border-radius: 4px;
    border: solid 1px var(--pg-grey-300);
    background-color: #ffffff;
}

.portal-header .portal-search .search-field:focus-visible {
        border-color: var(--pg-primary-500);
}

.toggle-label.showmore {
    color:var(--pg-primary-500);
}

.toggle-label.showmore:hover {
    color:var(--pg-grey-900);
}

.toggle-label.showmore:visited {
    color:var(--pg-grey-900);
}

.toolbar {
    min-height: 64px;
    background: var(--pg-grey-900);
}


div.feedback-panel .btn.active, div.feedback-panel .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--pg-primary-500);
    color: #ffffff;
}

div.feedback-panel .btn {
    position: relative;
    float: none;
    border: 1px solid var(--pg-primary-500);
    margin: 10px 20px !important;
    border-radius: 4px !important;
    padding: 5px 30px;
    background-color: transparent;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 16px;
    line-height: 19px;
}


.theme2 .site-sidebar {
    background-color: var(--pg-grey-900);
}

.pager li>a, .pager li>span {
    border: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    font-weight: 300;
    background-color: transparent;
    padding: 5px 14px;
    border-radius: 4px;

}

a:hover, a:focus, a.text-primary:hover, a.text-primary:focus, .btn-link:hover, .btn-link:focus, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: var(--pg-grey-900);
}


.copyright {
    float: left;
    margin-right: 30px;
    margin-top: 20px;
    color: white;

}

.pager li>a:hover, .pager li>span:hover {
    background-color: var(--pg-primary-500);
}


/* Admonition styles */

.note, .important, .tip, .caution, .warning {
    padding: 0;
    background-color: #fff;
    padding: 13px 18px 10px 18px;
    border-radius: 4px;
}

.note {
    color: var( --pg-grey-900);
    border: solid 1px var( --pg-grey-900);
}
.important{
    color: var(--pg-secondary-500);
    border: solid 1px var(--pg-secondary-500);
}
.tip {
    color: var(--pg-secondary-500);
    border: solid 1px var(--pg-secondary-500);
}

.caution, .warning {
    border: solid 1px var(--pg-error-500);
    color: var(--pg-error-500);
}


/* Admonition icon: */
.note h3:before, .important h3:before, .tip h3:before, .caution h3:before, .warning h3:before {
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 1.2em;
    color: inherit;
}


.note h3, .important h3, .tip h3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px 10px 20px;
    background-color: transparent;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: inherit;
}

.caution h3, .warning h3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px 10px 20px;
    background-color: transparent;
    color: var(--pg-error-500);
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}

.caution > p, .note > p, .important > p, .warning > p, .tip > p {
    color: var(--pg-grey-900);
    margin-left: 20px;
}

.page-toc .section-nav-container {
    top: 64px;
    padding-left: 3px;
}

.theme2 .section-nav.nav li.active>a {
    color: var(--pg-primary-500);
}

.section-toc-title {
    margin-top: 20px;
}

.theme2 .section-nav.nav>li.active>a:before {
    content: '';
    border-radius: 50%;
    left: -3px;
    top: 12px;
    background: var(--pg-primary-500);
    position: absolute;
    width: 6px;
    height: 6px;
}

.theme2 .section-nav.nav li.active>a:hover {
    color: var(--pg-grey-900);
}

.publication-contents h4 a {
    color: var(--pg-grey-900);
}

.publication-contents a:hover {
    color: var(--pg-primary-500);
}

.search-field:visited {
    border-color: var(--pg-primary-500);
}



.searchresulttitle h3 {
    color: var(--pg-grey-900)
}

.search-result-url, .search-result-breadcrumbs {
    color: var(--pg-error-400);
}

.formal-label{
    display:none;
}

.h2, h2 {
    color: var(--pg-grey-900);
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.h3, h3 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--pg-grey-900);
}
.result p {
    padding-left: 20px;
    padding-top: 3px;
}
.result:before {
    font-family: FontAwesome;
    font-size: 1.2em;
    content: "\f061";
    color:var(--pg-primary-500);
    position: absolute;
    padding-top: 4px;
}

.qandaset {
    line-height: 1.8;
}

.question {
    font-size: 18px;
}

.form-control:focus-visible {
    border-color: var(--pg-primary-500);
}

.inlinemediaobject {
    display: inline-block;
    height: 1.0em;
    vertical-align: 0em;
}

.subtitle {
    text-transform: none;
    font-size: 20px;
}

.fixed-toolbar article.topic :target:before {
    content: none !important;
}

.example {
    border: none;
}

.legalnotice p {
    margin-top: 100px;
    font-size: 12px;
}

.topic-content .breadcrumb {
    font-size: var(--main-font-size);
    color: var(--pg-grey-900);
}
.topic-content {
    color: var(--pg-grey-900);
    max-width: 800px;
}

.site-sidebar {
    font-size: var(--main-font-size);
}

.section {
    padding: 0px 0;
}

.btn, .form-control, button, input[type=text] {
    margin-top: 1px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-primary, .btn-primary, .publications-condensed .portal-single-publication a, .toolbar, .tool-search-form .search-field, .colored-top .site-sidebar-header {
    background-color: var(--pg-grey-900);
}

.publication-contents h4 span {
    display: none;
}

.featured-title {
    width: 161px;

}

.portal-header-navbar {

    border-left: 0px solid #eee;
}

/*code snippets*/

.hljs {
    background: #F5F5F6!important;
}

/*code snippets*/

.featured-content-label {
    padding-left: 35px;

}

/* Line break code blocks inside tables */
td .hljs {
    line-break: anywhere;
}

.site-sidebar-header {
    border-bottom: 0px solid var(--pg-grey-200);
    text-align: center;
    background-color: #fff;
}

.site-sidebar .logo {
    height: 20px;
    max-width: 90%;
    padding: 0px 0px 0px 0px;
    display: block;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-left: 36px;
}

.portal-header-navbar .logo {
    height: 20px;
    margin: 7px 0px 0px 6px;
}

.sm li, .sm a {
    float: right;
}

.tool-search-form .search-field {
    line-height: 19px;
    color: #fff;
    padding: 22px;
    font-size: 16px;
}

.publication-contents h4 {
    margin: 0 0 1.5em 34px;
}



.page-toc .pager {
    float: left;
    width: 83.33333333%;
    margin-bottom: 100px;
}

.swagger-ui .info a {
    color: var(--pg-primary-500)!important;
}

.swagger-ui .btn.authorize {
    line-height: 1;
    display: inline;
    color: var(--pg-primary-500)!important;
    border: solid 1px var(--pg-primary-500)!important;
    background-color: transparent;
}

.swagger-ui .btn.authorize svg {
    fill: var(--pg-primary-500)!important;
}

.swagger-ui .response-content-type.controls-accept-header select, .swagger-ui select {
    border: solid 1px var(--pg-grey-300)!important;
}

.swagger-ui .info .title {
    display: none;
}

.swagger-ui .btn {
    border: 1px solid var(--pg-grey-900)!important;

}

a.bg-primary:hover, a.bg-primary:focus, .btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus, .portal-header .portal-search button:hover {
    background-color: var(--pg-primary-500);
}

.btn, .form-control, button, input[type=text] {
    margin-top: 1px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: var(--pg-primary-500);
    border: none;
}

/* Increased header and paragraph margins */
.h4, .h6, h4,  h6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.h5, h5 {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
}
p, pre {
    margin: 20px 0 !important;
}

.question p {
    margin: 10px 0 !important;
}

.answer p {
    margin: 0 !important;
}



/** Text alignments **/
p {
    text-align: justify;
}

table p {
    text-align: start;
}
td,th p {
    text-align: start;
}


.external-top-nav-link {
    font-weight: 900;
    font-size: 15px !important;
}

.external-top-nav-link a:visited, #navbar > ul > li > a {
    color: white !important;
}




/** Javascript injected footer **/
#btmRow {
    color: white !important;
}





