/*********** layout **************/
.site-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.site-footer {
    margin-top: auto;
    padding-bottom: 30px;
}

/*********** typo **************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

html {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .portal-header-navbar .logo {
        height: clamp(3.125rem, 1.696rem + 1.429vw, 4.375rem);
    }
}

body.theme2,
body>.theme2 {
    font-size: 1.125rem;
    /* Fallback */
    font-size: clamp(1rem, 0.286rem + 0.714vw, 1.625rem);
    color: #052744;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #f2f2fa;
    color: #052744;
    font-family: 'Poppins', sans-serif;
}

.topic-content .breadcrumb {
    font-size: clamp(0.75rem, 0.321rem + 0.429vw, 1.125rem);
}

.btn,
.form-control,
button,
input[type=text] {
    font-size: clamp(0.75rem, 0.321rem + 0.429vw, 1.125rem);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.h1,
h1 {}

.h2,
h2 {}

.h3,
h3 {}

.h4,
h4 {}

.sm-simple a,
.sm-simple a {
    font-size: clamp(0.75rem, 0.321rem + 0.429vw, 1.125rem);
}

.portal-single-publication {
    float: none;
    width: 100%;
}

@media (min-width: 480px) {
    .portal-single-publication {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .portal-single-publication {
        width: 33%;
    }
}

@media (min-width: 1440px) {
    .portal-single-publication {
        width: 25%;
    }
}

.portal-single-publication a {
    padding: clamp(40px, 10%, 60px) clamp(20px, 5%, 40px);
}

.portal-single-publication h3 {
    font-weight: 700;
    font-size: clamp(1rem, 0.286rem + 0.714vw, 1.625rem);
}

.portal-body-container {
    width: calc(100% - 60px) !important;
    margin: 0 30px;
    padding: 0;
}

@media (min-width: 768px) {
    .portal-body-container .portal-body-row {
        width: 90%;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .portal-body-container .portal-body-row {
        width: 80%
    }
}

@media (min-width: 1200px) {
    .portal-body-container .portal-body-row {
        width: 60%
    }
}

main article p {
    line-height: 1.4em;
}

main article .procedure li p,
main article li.listitem p {
    margin: 0;
}

main article .footer-content {
    display: none;
}

.procedure>li,
li.listitem {
    margin-bottom: 5px;
}

ul li::marker {
    font-size: clamp(1.5rem, 0.929rem + 0.571vw, 2rem);
    line-height: clamp(1.3rem, 0.929rem + 0.571vw, 1.8rem);
    color: #001fff;
}

.theme2 .procedure>li::before {
    background-color: #001fff;
    width: clamp(1.5rem, 0.929rem + 0.571vw, 2rem);
    height: clamp(1.5rem, 0.929rem + 0.571vw, 2rem);
    line-height: clamp(1.5rem, 0.929rem + 0.571vw, 2rem);
    margin-top: 0;
    border-radius: 1.5rem;
    font-size: clamp(0.875rem, 0.304rem + 0.571vw, 1.375rem)
}

.theme2 .site-sidebar {
    background-color: transparent;
    display: block;
}

.theme2.colored-top .nav-site-sidebar {
    background: #f2f2fa;
    padding: 30px 0 20px;
}

ul.nav-site-sidebar li a {
    line-height: 1.3;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.446rem + 0.429vw, 1.25rem)
}

.nav-site-sidebar ul a:hover {
    opacity: 0.8;
}

.theme2 .toc .glyphicon {
    margin-top: 3px;
    font-size: clamp(0.625rem, 0.339rem + 0.286vw, 0.875rem);
}

.section {
    padding: 0px;
}


/*********** tables **************/

table.rules-rows {
    background-color: transparent;
    width: 100%;
    margin-bottom: 30px;
}

.rules-rows th {
    color: #fff;
    background: #001fff;
}


.rules-rows td,
.rules-rows th {
    vertical-align: top;
    border: 1px solid #ddd !important;
}

.informaltable td p,
.informaltable th p,
.table td p,
.table th p {
    margin-bottom: 10px;
}


/*********** paligo start page **************/

/* Icons for PP SharePoint */
.pp-poolparty-sharepoint .cat-panel-1:before {
    content: "\f02c";
}

.pp-poolparty-sharepoint .cat-panel-2:before {
    content: "\f021";
}

.pp-poolparty-sharepoint .cat-panel-3:before {
    content: "\f1e6";
}

.pp-poolparty-sharepoint .cat-panel-4:before {
    content: "\f013";
}

.pp-poolparty-sharepoint .cat-panel-5:before {
    content: "\f0f6";
}

.pp-poolparty-sharepoint .cat-panel-6:before {
    content: "\f27b";
}

.pp-poolparty-sharepoint .cat-panel-7:before {
    content: "\f013";
}

/* Icons for Application Development Framework */
.pp-application-development-framework .cat-panel-1:before {
    content: "\f121";
}

.pp-application-development-framework .cat-panel-2:before {
    content: "\f109";
}

.pp-application-development-framework .cat-panel-3:before {
    content: "\f013";
}

.pp-application-development-framework .cat-panel-4:before {
    content: "\f0a1";
}

.pp-application-development-framework .cat-panel-5:before {
    content: "\f02d";
}

/* Icons for PP version 8.1 */
.pp-8-1 .cat-panel-1:before {
    content: "\f017";
}

.pp-8-1 .cat-panel-2:before {
    content: "\f01e";
}

.pp-8-1 .cat-panel-3:before {
    content: "\f0ac";
}

.pp-8-1 .cat-panel-4:before {
    content: "\f201";
}

.pp-8-1 .cat-panel-5:before {
    content: "\f27a";
}

.pp-8-1 .cat-panel-6:before {
    content: "\f0a1";
}

.pp-8-1 .cat-panel-7:before {
    content: "\f007";
}

.pp-8-1 .cat-panel-8:before {
    content: "\f121";
}

.pp-8-1 .cat-panel-9:before {
    content: "\f013";
}

.pp-8-1 .cat-panel-10:before {
    content: "\f055";
}

.pp-8-1 .cat-panel-11:before {
    content: "\f02e";
}

/* Icons for PP version 9.X */
.pp-pp2022r1 .cat-panel-1:before,
.pp-pp2022r2 .cat-panel-1:before,
.pp-pp2022r3 .cat-panel-1:before,
.pp-pp2024r1 .cat-panel-1:before,
.pp-pp2024r2 .cat-panel-1:before,
.pp-pp2025r1 .cat-panel-1:before {
    content: "\f02b";
}

.pp-pp2022r1 .cat-panel-2:before,
.pp-pp2022r2 .cat-panel-2:before,
.pp-pp2022r3 .cat-panel-2:before,
.pp-pp2024r1 .cat-panel-2:before,
.pp-pp2024r2 .cat-panel-2:before,
.pp-pp2025r1 .cat-panel-2:before {
    content: "\f021";
}

.pp-pp2022r1 .cat-panel-3:before,
.pp-pp2022r2 .cat-panel-3:before,
.pp-pp2022r3 .cat-panel-3:before,
.pp-pp2024r1 .cat-panel-3:before,
.pp-pp2024r2 .cat-panel-3:before,
.pp-pp2025r1 .cat-panel-3:before {
    content: "\f1e6";
}

.pp-pp2022r1 .cat-panel-4:before,
.pp-pp2022r2 .cat-panel-4:before,
.pp-pp2022r3 .cat-panel-4:before,
.pp-pp2024r1 .cat-panel-4:before,
.pp-pp2024r2 .cat-panel-4:before,
.pp-pp2025r1 .cat-panel-4:before {
    content: "\f013";
}

.pp-pp2022r1 .cat-panel-5:before,
.pp-pp2022r2 .cat-panel-5:before,
.pp-pp2022r3 .cat-panel-5:before,
.pp-pp2024r1 .cat-panel-5:before,
.pp-pp2024r2 .cat-panel-5:before,
.pp-pp2025r1 .cat-panel-5:before {
    content: "\f15c";
}

.pp-pp2022r1 .cat-panel-6:before,
.pp-pp2022r2 .cat-panel-6:before,
.pp-pp2022r3 .cat-panel-6:before,
.pp-pp2024r1 .cat-panel-6:before,
.pp-pp2024r2 .cat-panel-6:before,
.pp-pp2025r1 .cat-panel-6:before {
    content: "\f059";
}

.pp-pp2022r1 .cat-panel-7:before,
.pp-pp2022r2 .cat-panel-7:before,
.pp-pp2022r3 .cat-panel-7:before,
.pp-pp2024r1 .cat-panel-7:before,
.pp-pp2024r2 .cat-panel-7:before,
.pp-pp2025r1 .cat-panel-7:before {
    content: "\f02d";
}

.pp-pp2022r1 .cat-panel-8:before,
.pp-pp2022r2 .cat-panel-8:before,
.pp-pp2022r3 .cat-panel-8:before,
.pp-pp2024r1 .cat-panel-8:before,
.pp-pp2024r2 .cat-panel-8:before,
.pp-pp2025r1 .cat-panel-8:before {
    content: "\f0a1";
}

.pp-pp2022r1 .cat-panel-9:before,
.pp-pp2022r2 .cat-panel-9:before,
.pp-pp2022r3 .cat-panel-9:before,
.pp-pp2024r1 .cat-panel-9:before,
.pp-pp2024r2 .cat-panel-9:before,
.pp-pp2025r1 .cat-panel-9:before {
    content: "\f27a";
}

.pp-pp2022r1 .cat-panel-10:before,
.pp-pp2022r2 .cat-panel-10:before,
.pp-pp2022r3 .cat-panel-10:before,
.pp-pp2024r1 .cat-panel-10:before,
.pp-pp2024r2 .cat-panel-10:before,
.pp-pp2025r1 .cat-panel-10:before {
    content: "\f02d";
}

.pp-pp2022r1 .cat-panel-11:before,
.pp-pp2022r2 .cat-panel-11:before {
    content: "\f055";
}

.pp-pp2022r1 .cat-panel-12:before,
.pp-pp2022r2 .cat-panel-12:before {
    content: "\f02e";
}

.pp-pp2022r3 .cat-panel-11:before,
.pp-pp2024r1 .cat-panel-11:before,
.pp-pp2024r2 .cat-panel-11:before,
.pp-pp2025r1 .cat-panel-11:before {
    content: "\f02d";
}

.pp-pp2022r3 .cat-panel-12:before,
.pp-pp2024r1 .cat-panel-12:before,
.pp-pp2024r2 .cat-panel-12:before,
.pp-pp2025r1 .cat-panel-12:before {
    content: "\f055";
}

.pp-pp2022r3 .cat-panel-13:before,
.pp-pp2024r1 .cat-panel-13:before,
.pp-pp2024r2 .cat-panel-13:before,
.pp-pp2025r1 .cat-panel-13:before {
    content: "\f02e";
}

.portal-header:before {
    background-color: transparent;
}

.portal-header:after {
    opacity: 1;
    filter: none;
    background-position: center bottom !important;
}



.portal-single-publication .publication-icon i,
.portal-single-publication .publication-icon .fa {
    color: #001fff;
}


.portal-header .portal-search button {
    background-color: #001fff;
    border-radius: 4px;
}

.portal-header .portal-search button:hover {
    background-color: hsl(233, 100%, 40%);
}

.portal-content .portal-search-result {
    padding: 20px;
    background-color: #f2f2fa;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .portal-header {
        padding: 30px 50px;
        height: 400px;
    }
}

.publication-contents h4 {
    font-size: clamp(1rem, 0.286rem + 0.714vw, 1.625rem);
}

.publication-contents li {
    font-size: clamp(0.875rem, 0.446rem + 0.429vw, 1.25rem);
    font-weight: 400;
    line-height: 1.2;
}

.publication-contents .more-toc {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.446rem + 0.429vw, 1.25rem);
    color: #001fff;
}

/* Primary color for links, buttons, sidebar, portal-header etc */
.titlepage h1.title,
.titlepage h2.title,
.titlepage h3.title {
    color: #052744;
    font-weight: 700;
}

.titlepage p.pubdate {
    font-size: clamp(1rem, 0.286rem + 0.714vw, 1.625rem);
    color: #888;
}

a,
.text-primary,
.btn-primary .badge,
.btn-link,
.pagination>li>a,
.pagination>li>span,
.nav-site-sidebar .active>a,
.publication-contents a:hover,
.publication-contents h4 a {
    color: #001fff;
}

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: #0119c2;
}

.bg-primary,
.btn-primary,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #001fff;
}

.portal-single-publication a:hover {
    color: #001fff;
}

.portal-single-publication .publication-icon {
    background: #f2f2fa;
    border-radius: 10%;
    width: clamp(3.75rem, 2.321rem + 1.429vw, 5rem);
    height: clamp(3.75rem, 2.321rem + 1.429vw, 5rem);
    line-height: clamp(3.75rem, 2.321rem + 1.429vw, 5rem);
    font-size: clamp(2.25rem, 1.679rem + 0.571vw, 2.75rem);
}

.bg-primary,
.btn-primary,
.publications-condensed .portal-single-publication a,
.tool-search-form .search-field,
.pager li>a:hover,
.pager li>span:hover,
.colored-top .site-sidebar-header {
    background-color: #001fff
}

.toolbar,
.colored-top .site-sidebar-header {
    background-color: #220F60
}

.btn-primary,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.colored-top .site-sidebar-header {
    border-color: #001fff;
}

.colored-top .site-sidebar-header {
    border: none;
    text-align: left;
}

.site-sidebar ul.toc>li {
    border-bottom: 0.5px solid #e0e0e0;
}

.portal-footer {
    background: #220F60;
    color: #ffffff;
}

.portal-footer .inner,
.site-footer .inner {
    font-size: clamp(0.75rem, 0.321rem + 0.429vw, 1.125rem);
}

/* media objects */
.mediaobject img {
    margin: 30px !important;
    box-shadow: 0 0 30px 0 rgba(34, 15, 96, 0.15);
    max-width: calc(100% - 60px)
}

/* info boxes, etc */
.important,
.note {
    background-color: #dff5f1;
    border-left-color: #37af98;
}

.important:before,
.note:before {
    color: #37af98;
}

.tip,
.notice {
    background-color: rgba(0, 173, 238, 0.08);
    border-left-color: #001fff;
}

.tip:before,
.notice:before {
    color: #001fff;
}

.warning {
    border-left-color: #fe7f2d;
    background-color: rgba(254, 127, 45, 0.08);
}

.warning:before {
    color: #fe7f2d;
}

.warning.danger {
    border-left-color: #cc003f;
    background-color: rgba(204, 0, 63, 0.05);
}

.warning.danger:before {
    color: #cc003f;
}

.caution {
    border-left-color: #FFBF3F;
    background-color: rgba(255, 191, 63, 0.05);
}

.caution:before {
    color: #FFBF3F;
}

.languages .dropdown-toggle {
    display: none;
}

.section {
    padding: 0px 0;
}


div.abstract {
    display: none;
}

.nav-site-sidebar ul ul ul ul a {
    padding-left: 80px;
}

.nav-site-sidebar ul ul ul ul ul a {
    padding-left: 95px;
}

.nav-site-sidebar ul ul ul ul ul ul a {
    padding-left: 105px;
}

.nav-site-sidebar ul ul ul ul ul ul ul a {
    padding-left: 115px;
}



/* Styles for the GraphSearch */

.portal-header {
    height: auto !important;
}

.portal-header-navbar {
    z-index: 2;
}

.portal-header-navbar+.inner {
    margin-top: 40px !important;
}

.toolbar-tools {
    float: right;
    width: 84%
}

form.portal-search {
    position: relative;
    width: 560px;
    margin: 0 auto;
    max-width: 100%;
    z-index: 1000;
}

.portal-header form.portal-search .search-field {
    float: left;
    width: calc(100% - 60px);
    font-size: clamp(0.875rem, 0.304rem + 0.571vw, 1.375rem)
}

form.portal-search .search-field.focused {
    border: 2px solid #e57200;
    padding: 13px;
}

form.tool-search-form {
    margin: 0 !important;
    display: block;
    position: relative;
}

form.tool-search-form .search-field {
    background-color: #ffffff;
    border: 0;
    color: #333;
    padding: 10px 15px;
    border-radius: 3px;
}

form.tool-search-form .search-field::placeholder {
    color: #858585;
}

form.portal-search button i:before {
    content: "\f002" !important;
}

div.site-content .tool-input {
    float: left;
    width: 400px;
}

div.site-content .tool-search {
    float: left;
    background-color: #001fff;
    border-radius: 4px;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}

div.site-content .tool-search:hover {
    background-color: #0119c2;
}

div.site-content .tool-search i {
    padding: 12px;
}

div.site-content .tool-print.print-icon,
div.site-content .navbar-toggle {
    float: right;
    margin-top: 10px;
}

div.site-content .navbar-collapse.collapse {
    float: none;
    position: absolute;
    right: 40px;
    top: 10px;
    margin: 0;
}

div.site-content .sm-simple a {
    padding: 11px 10px;
}

.progressbar {
    width: 500px;
    height: 3px;
    background: #FFF none repeat scroll 0% 0%;
    float: left;
    top: -3px;
    position: relative;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

form.tool-search-form .progressbar {
    width: 100%;
}

.progressbar .progressbar-overlay {
    background: url("data:image/gif;base64,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");
    height: 100%;
    opacity: 20%;
}

.suggestions {
    position: absolute;
    max-height: 300px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    left: 0;
    top: 50px;
    width: 500px;
    z-index: 20;
    display: none;
    overflow: auto;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

form.tool-search-form .suggestions {
    position: absolute;
    width: 100%;
    top: 38px;
}

.suggestion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.suggestion-list li.suggestion {
    text-align: left;
    padding: 5px;
    font-family: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    cursor: pointer;
    background-color: white;
    color: rgb(51, 51, 51);
}

.suggestion-list li.suggestion .suggestion-label {
    font-size: clamp(0.875rem, 0.446rem + 0.429vw, 1.25rem);
    font-weight: 700;
}

.suggestion-list li.suggestion .suggestion-context {
    font-style: italic;
    font-size: clamp(0.75rem, 0.321rem + 0.429vw, 1.125rem);
}

.suggestion-list li.suggestion .highlight {
    color: #021fff
}

.suggestion-list li.suggestion.selected {
    background-color: #001fff;
    color: white;
}

.suggestion-list li.suggestion.selected .highlight {
    color: white;
}

@media only screen and (min-width: 768px) {

    .facet-container {
        float: left;
        width: 35%;
        padding-right: 40px;
    }

    .search-container {
        float: right;
        width: 65%;
    }

}

.search-container h2 {
    clear: both;
}

body .collapse-sidebar-nav .site-content {
    /*	padding-left: calc(100% / 12);*/
}

.search-container li.searchresultitem,
.content-search-result li.searchresultitem {
    margin-bottom: 2em;
    padding: 0;
    border: 0;
}

.search-container li.searchresultitem h3,
.content-search-result li.searchresultitem h3 {
    margin-top: 0.7em;
    margin-bottom: 0.5em;
    font-size: clamp(1.25rem, 0.821rem + 0.429vw, 1.625rem);
}

.search-container li.searchresultitem p,
.content-search-result li.searchresultitem p {
    margin-bottom: 0.7em;
    color: #333;
    font-weight: 400;
    font-size: clamp(1rem, 0.571rem + 0.429vw, 1.375rem);
    line-height: 1.3em;
}

.facet-container h3 {
    margin-bottom: 20px;
    font-size: clamp(1.25rem, 0.821rem + 0.429vw, 1.625rem);
    clear: both;
    margin-top: 0;
}

.facet-container li {
    list-style: none;
}

.facet-container button {
    border: none;
    padding: 0.5em 1.5em;
    text-transform: lowercase;
    color: #fff;
    font-weight: 400;
    background-color: #001fff;
    border-radius: 4px;
    margin: 0 1em 1em 0;
    float: left;
    font-size: clamp(0.875rem, 0.304rem + 0.571vw, 1.375rem)
}

.facet-container button:hover {
    background-color: hsl(233, 100%, 40%);
}

.facet-container button i {
    padding-right: 0.3em;
}

.facet-container li {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    font-size: clamp(0.875rem, 0.446rem + 0.429vw, 1.25rem);
    line-height: 1.3;
}

.facet-list {
    float: left;
    padding: 30px 30px 20px;
    box-shadow: 0 0 30px rgb(34, 15, 96, 0.15);
    background: #fff;
    margin-bottom: 30px;
    width: 100%;
    line-height: 1.3;
}

.facet-container li a {
    color: inherit;
}

.facet-container li.active>a {
    color: #001fff;
}

.facet-container li.active.searched>a {
    color: #97999B;
    pointer-events: none;
}

.facet-container ul.top-facet>li.active.searched>a:before {
    color: #97999B;
}

.facet-container ul.top-facet {
    width: 100%;
    float: left;
    padding: 0;
}

.facet-container ul.top-facet>li {
    border-bottom: 0.5px solid #e0e0e0;
}

.facet-container ul.top-facet>li:last-child {
    border-bottom: none;
}

.facet-container ul.top-facet>li>a {
    padding: 5px 0;
    display: flex;
}

.facet-container ul.top-facet>li>a:hover {
    color: #000000;
}

.facet-container ul.top-facet>li.active>a:hover {
    color: #220F60;
}

.facet-container ul.top-facet>li>a:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f0c8";
    margin-right: 5px;
    color: #d7d7d7;
}

.facet-container ul.top-facet>li.active>a:before {
    content: "\f14a";
    color: #001fff;
}

.facet-container ul.top-facet>li>a:hover:before {
    color: #c6c6c6;
}

.facet-container ul.top-facet>li.active>a:hover:before {
    color: #001fff;
}

.facet-container ul.top-facet>li>a span {
    margin-left: auto;
}

.facet-container ul.facet {
    padding: 0 0 10px 15px;
}

.facet-container ul.facet li {
    padding-bottom: 5px;
}

.facet-container a.expand {
    text-align: center;
    clear: both;
    margin: 10px auto;
    display: block;
    font-size: 13px;
    padding: 5px;
    border: 1px solid #001fff;
}

.facet-container a.expand.disabled {
    border: 1px solid #97999B;
    color: #97999B;
}

.facet-container a.expand:hover {
    background-color: #001fff;
    color: #fff;
}

.facet-container a.expand.disabled:hover {
    background-color: #97999B;
    color: #fff;
}

footer .copyright.col-md-3 {
    height: 25px;
    padding-top: 5px;
}

footer .powered-by {
    float: right !important;
    height: 25px;
}

footer .powered-by img {
    height: 24px;
    margin: 0 5px;
}

footer .powered-by a {
    font-weight: bold;
}

footer .powered-by a.white {
    color: #FFF;
}

footer .powered-by a.black {
    color: #333;
}

/***************************************/
/* Popup window                        */
/***************************************/

.popup-container {
    height: 260px;
    width: 460px;
    position: fixed;
    right: 50px;
    bottom: 30px;
    background: #001a72;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, .23);
    background-size: 140px;
    background-position: 10px center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .popup-container {
        width: 100%;
        bottom: 0;
        height: auto;
        right: 0;
    }
}

.popup-content {
    padding: 50px 20px 50px 180px;
    color: #fff;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
}

.popup-title {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1em;
}

.popup-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.popup-text p {
    margin: 0 0 1em;
}

.popup-text a {
    color: #fff;
    background-color: #f07d2e;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 30px;
    display: inline-block;
}

.popup-close {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px none #fff;
    border-radius: 30px;
    color: #202047;
}

.popup-close i:before {
    content: "\f00d";
    font-size: 20px;
}

/* sidebar toggle */
.collapsible-sidebar-nav .collapse-sidebar-nav .site-sidebar {
    pointer-events: none;
}

.site-sidebar-header {
    position: relative;
    border: none;
    pointer-events: all;
}

.collapsible-sidebar-nav .collapse-sidebar-nav .site-sidebar {
    overflow: hidden;
}

.collapsible-sidebar-nav .collapse-sidebar-nav .site-sidebar>.nav-site-sidebar {
    display: block;
    pointer-events: all;
    margin-left: 0;
    width: 30px;
}

.collapsible-sidebar-nav .collapse-sidebar-nav .site-sidebar>ul.toc>li {
    visibility: hidden;
}

.site-sidebar .logo {
    margin-left: 45px;
    height: 65px;
}

.site-sidebar-header button.navbar-toggle {
    background: #4d3b85;
    display: inline-block !important;
    vertical-align: middle;
    position: absolute;
    margin-left: 0 !important;
    border-radius: 0;
    height: 100%;
    left: 0;
    margin-right: 5px;
    width: 30px;
}

.site-sidebar-header button.navbar-toggle:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    content: "\f104";
    color: #ffffff;
    font-size: 30px;
    vertical-align: bottom;
}

.collapse-sidebar-nav .site-sidebar-header button.navbar-toggle:before {
    content: "\f105";
}

.site-sidebar-header button.navbar-toggle span.icon-bar {
    display: none;
}


/* responsive style */

.navbar-fixed-top .navbar-collapse {
    box-shadow: none;
}

@media (max-width: 1062px) {
    .navbar-fixed-top .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-fixed-top .navbar-collapse.in {
        display: block !important;
    }

    .navbar-fixed-top .navbar-collapse.collapsing {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .toolbar-tools {
        width: 76%;
    }
}

@media (max-width: 767px) {
    .toolbar-tools {
        width: 100%;
    }

    .fixed-toolbar .toolbar {
        top: 30px;
    }

    .site-sidebar {
        width: 100%;
    }

    .site-sidebar .site-sidebar-header>a img {
        display: none;
    }

    .site-sidebar .site-sidebar-header>a {
        background: #0c2240 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNDguOSAxNDguOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQ4LjkgMTQ4Ljk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDBBREVFO30KPC9zdHlsZT4KPGc+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjU2LjEsMTIzLjUgNjcuNCwxMjUuNCA4MC41LDU1LjQgNjksNTMuNiAJIi8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODEsMjQuNWMtMzUtNS45LTU5LjUsMTUuNi01OS41LDE1LjZsMTEwLDE4LjZDMTMxLjUsNTguNywxMTYsMzAuNCw4MSwyNC41eiIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat 0 0;
        display: block;
        width: 30px;
        height: 35px;
    }

    .site-sidebar-header button.navbar-toggle {
        top: 30px;
    }

    .colored-top .nav-site-sidebar {
        overflow-y: auto;
        position: absolute;
        top: 64px;
        bottom: 0;
    }

    div.site-content .tool-input {
        width: calc(100% - 150px);
        min-width: 150px;
        margin-left: 20px;
    }

    .fixed-toolbar .site-content {
        padding-top: 140px;
    }
}

@media (max-width: 350px) {
    div.site-content .navbar-collapse.collapse {
        top: 100px;
    }
}

@media (max-width: 1650px) {
    .toolbar-tools .navbar-collapse.collapse {
        display: none !important;
        top: 50px !important;
    }

    .toolbar-tools .navbar-collapse.in {
        display: block !important;
    }

    .navbar-toggle {
        display: inline-block;
    }
}

@media (min-width: 1651px) {
    .navbar-toggle {
        display: none;
    }
}


.navbar-collapse.in {
    padding: 20px;
    max-width: 300px;
    float: right;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.navbar-collapse.in ul li {
    float: none;
}

.navbar-collapse.in ul li a {
    color: #28b0eb !important;
    padding: 6px 0;
}

.navbar-collapse.in ul li a:hover,
.navbar-collapse.in ul li a:focus {
    color: #000000 !important;
}

main article,
.pager,
.theme2 .site-footer {
    width: calc(100% - 30px);
    margin-left: 30px;
}

@media (min-width: 768px) {
    .portal-header .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}

/* version menu */
.navbar-right.navbar-collapse ul.version-menu>li>a {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 11px 20px;
}

.toolbar-tools .navbar-collapse ul.version-menu>li>a {
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 6px 0;
    padding: 5px 10px;
}

.toolbar-tools .navbar-collapse.in ul.version-menu>li>a {
    border: 1px solid #001fff;
    margin: 0;
}

.toolbar-tools .navbar-collapse.in ul.version-menu>li>a:hover {
    border-color: #000000;
}

@media (min-width: 769px) {
    .navbar-collapse ul.version-menu ul {
        padding: 10px;
    }
}

@media (max-width: 1062px) {
    .navbar-collapse ul.version-menu>li>a {
        border: 1px solid #001fff;
        border-radius: 15px;
        margin: 0;
        padding: 5px 10px;
    }

    .navbar-collapse ul.version-menu>li>a:hover {
        border-color: #000000;
    }

    .navbar-collapse ul.version-menu>li>a .caret {
        margin-right: 8px;
    }
}

@media (min-width: 1063px) {
    .navbar-collapse.collapse {
        display: block !important;
    }

    .portal-header .navbar-toggle {
        display: none !important;
    }

    .navbar-header {
        float: left;
    }
}

#accordion-toggle-btn {
    position: fixed;
    top: 6rem;
    right: 25px;
    z-index: 0;

    background: #DF367C;
    color: white;
    border: none;
    border-radius: 25px;

    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;

    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);

    transition: all 0.2s ease;
}

#accordion-toggle-btn:hover {
    background: #220F60;
    transform: translateY(-2px);
}