﻿h1 {
    text-align: center;
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 8px;
}

.container-block {
    max-width: 1000px;
    margin: 0px auto;
}

.navigationSlider .slidingNav ul li.active {
    border-bottom: 1px solid #2c3e50;
}

.header-block__wrapper {
    display: flex;
    align-items: center;
    color: #2c3e50;
    font-weight: bold;
}

@media only screen and (max-width:600px) {
    .header-block__wrapper {
        flex-wrap: wrap;
    }
}

.header-block {
    margin-top: 8px;
}

    .header-block span {
        color: white;
        border-left: 1px solid white;
        display: inline-block;
        margin: 0 7px;
        width: 1px;
        height: 20px;
    }

@media only screen and (max-width:1024px) {
    .header-block {
        float: none;
    }
}

.toc .toggleNav .navGroup {
    margin-bottom: 14px;
}

.toc .toggleNav ul {
    margin-bottom: 8px;
    padding: 0;
}

.toc .toggleNav .navGroup .navGroupCategoryTitle {
    color: #95C11E;
}

.toc .toggleNav ul li.navListItemActive a {
    color: #222;
    border-left: 2px solid #d8d8d8;
    padding-left: 8px;
}

.toc .toggleNav ul li a {
    padding: 2px 0;
}

    .toc .toggleNav ul li a:focus,
    .docsNavContainer .toc .toggleNav ul li a:hover,
    .toc .toggleNav ul li.active-header a,
    .toggleNav h3.active-header a, .toggleNav h3 a:hover {
        color: black !important;
        text-decoration: underline;
        text-decoration-color: #95C11E;
    }

.navListItem .navItem {
    display: flex !important;
}

    .navListItem .navItem > span:first-of-type {
        flex-grow: 1;
    }

.docMainWrapper.wrapper {
    padding: 0px 20px 20px !important;
    max-width: 100%;
    margin: auto;
}

@media only screen and (min-width: 1024px) {
    .docsNavContainer {
        width: 325px;
    }

    .toc {
        padding: 0px 0 40px 0;
    }

    .onPageNav {
        top: 0;
    }
}

.docsNavContainer {
    height: calc(100vh - 0px);
}

.mainContainer {
    display: flex;
    /*height: calc(100vh - 0px);
    overflow-y: scroll;*/
}

.onPageNav {
    top: 0;
    margin-left: 50px;
}

.navPusher {
    background-color: white;
}

@media only screen and (max-width: 1024px) {
    .docsNavContainer {
        display: none;
    }

    .navPusher {
        /*padding-top: 120px;*/
    }
}

.post {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(176, 176, 176, 0.5);
    border: 1px #ddd solid;
    border-radius: 4px;
}

.headerWrapper.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px !important;
}

.toggleNav {
    padding-right: 12px;
}

.nav-link-custom {
    flex-grow: 1;
}

.navItem-custom {
    align-items: center;
}

.navItem-icon-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
}

.conformance-passed {
    color: green;
    font-weight: 700;
}

.conformance-requested {
    color: orange;
    font-weight: 700;
}

.title-smaller-custom {
    font-size: 16px !important;
}

.content-custom {
    margin-top: 50px;
}

.nav-site-internal > li > a:hover {
    text-decoration: none;
}

.drop-area {
    padding: 12px 6px;
    max-width: 200px;
    text-align: center;
    border: 2px dashed #aaa;
}

table tr:nth-child(even) {
}

.filter-wrapper {
    display: flex;
    align-items: center;
    max-width: 300px;
}

.filter-title {
    flex-shrink: 0;
    padding-right: 12px;
}

.filter-input-wrapper {
    flex-grow: 1;
}

.active-header {
    padding-left: 8px !important;
    color: #222;
    border-left: 6px solid #d8d8d8;
    font-weight: bold;
}

.navListItem.__active-header.active-header .navItem {
    padding-left: 8px !important;
}


span.collapsable-icon {
    cursor: pointer;
    float: inline-end;
}
span.collapsable-icon::after {
    content: '[+]';
}

span.collapsable-icon.collapsed::after {
    content: "[-]";
}

.nav-number {
    width: 30px;
    text-align: right;
}

.info-tag-group {
    display: flex;
    white-space: nowrap;
    margin: 0 0 4px;
}

.info-tag {
    display: inline-block;
    margin: 0px 3px 3px;
    height: 24px;
    line-height: 18px;
    font-size: 12px;
    padding: 3px 5px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border-radius: .2rem;
}

    .info-tag.--blue {
        border: 1px solid #deedff;
    }

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #95C11E;
    width: 300px;
    color: white;
    white-space: normal;
    position: absolute;
    top: 1.9em;
    left: 0;
    font-size: 13px;
    box-shadow: 1px 1px 3px #8a8a8a;
    opacity: 0;
    border: 1px solid #b9b9b9;
    z-index: 99999;
    padding: 5px;
    visibility: hidden;
}

[data-title] {
    position: relative;
}

.info-tag.--blue {
    background-color: #deedff;
    border-color: #deedff;
    color: black;
}

.info-tag.--green {
    background-color: #28a745;
    border-color: #28a745;
}

.info-exclude-tag-group {
    display: flex;
    justify-content: center;
}

.info-tag.--red {
    background-color: #e49199;
    border-color: #e49199;
}

.doc-chapter.-hide:not(.-highlight) + .display-when-hidden-introduced {
    display: block !important;
}

.fixedHeaderContainer header .headerTitleWithLogo:hover {
    color: #fff;
}

.fixedHeaderContainer header .hero-link {
    color: #fff;
}

.language-block {
    margin: 0 10px;
}

.language-block__item {
    display: block;
    font-weight: bold;
}

.header-top__nav .language-block__item:hover {
    color: #878787
}

.en .language-block__item.-en {
    display: none;
}

.fr .language-block__item.-fr {
    display: none;
}

.header-top {
    height: 90px;
    background: white;
    padding: 15px 0 0;
}

.header-top__logout {
    margin-right: 5px;
}

.header-top__lang {
    margin-left: 5px;
}

    .header-top__logout a,
    .header-top__lang a {
        color: black !important;
        text-decoration: none;
    }

@media only screen and (max-width:1024px) {
}

.header-top__nav {
    display: flex;
    align-items: center;
}

    .header-top__nav label {
        margin-bottom: 0 !important;
    }

    .header-top__nav a {
        color: black;
        transition: all .3s;
        -o-transition: all .3s;
    }

        .header-top__nav a:hover {
            color: #d8d8d8;
        }

.header-top__inner {
    max-width: 1400px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header-top img {
    width: 220px;
}

.display-none {
    display: none;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #fff;
        border-radius: 3px;
        border: 2px solid #8bc53f;
        clip: auto !important;
        color: #000 !important;
        display: block;
        font-size: 14px;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

        .screen-reader-text:focus:hover {
            color: #000 !important;
        }

    .screen-reader-text.skip-link {
        top: 12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
    }

        .screen-reader-text.skip-link:focus {
            opacity: 1;
        }


.html-page h3.-green {
    color: #95c11e;
}

.html-page h3.-black {
    color: black;
}

.html-page h4 {
    color: #808080;
    margin-top: 0;
}

.html-page small {
    display: block;
    font-size: 80%;
    margin-bottom: 1em;
}


/**
    To make editor look like the actual page
*/
.html-page.html-page-editor-styles {
    font-family: 'Calibri', Arial, Helvetica, sans-serif !important;
    line-height: 1.5;
    color: #24292e;
    font-size: 16px;
}

    .html-page.html-page-editor-styles p {
        margin-top: 0;
        margin-bottom: 1em;
    }

    .html-page.html-page-editor-styles table th, .html-page.html-page-editor-styles table td {
        padding: 6px 13px;
    }



/**
    these we need to reset some of annoying docusaurus styles
*/
.html-page table, .html-page table tr, .html-page table td {
    vertical-align: middle;
}

.html-page img {
    max-width: initial;
}


/**
    these selectors are used in TinyMCE editor directly
*/
.html-page .table-with-outside-borders {
    border: 1px #ddd solid;
}

    .html-page .table-with-outside-borders tr, .html-page .table-with-outside-borders td {
        border: 0;
    }

.html-page .table-without-borders, .html-page .table-without-borders tr, .html-page .table-without-borders td {
    border: 0;
}

.html-page .html-page-circle {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: black;
    color: white;
    font-size: 30px;
    text-align: center;
    box-sizing: border-box;
    padding: 1px 0 0px;
    line-height: 1.2;
    margin-right: 5px;
}

.html-page .post.content li {
    list-style: unset;
}

.html-page li {
    list-style: inherit !important;
}

.header-top__logout {
    border-left: 1px solid black;
    padding-left: 10px;
}

    .js-modal-feedback,
    .header-top__logout a {
        border: 1px solid;
        border-radius: 3px;
        padding: 2px 5px;
        height: 30px;
        display: flex;
        align-items: center;
        margin-left: 3px;
        margin-bottom: 0rem;
        background: #cfdce4;
        font-size: 12px;
        font-weight: bold;
        outline: none;
        width: 70px;
        justify-content: center;
    }

        .header-top__logout a:hover {
            text-decoration: none;
        }

#feedbackForm .modal-dialog {
    max-width: 700px;
}

.feedback-popup {
    padding-bottom: 0 !important;
}

    .feedback-popup #tools-error,
    .feedback-popup .error {
        margin-bottom: 0;
    }

.feedback-popup__header {
    display: flex;
    justify-content: flex-end;
}

.feedback-popup__close {
    background-color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 50%;
}

    .feedback-popup__close span {
        margin-top: -3px;
    }

.feedback-popup__items {
    display: flex;
    margin-bottom: 10px;
}

@media only screen and (max-width:1024px) {
    .feedback-popup__items {
        flex-direction: column;
    }
}

multi-checkbox ul {
    background: white;
    padding: 0px 10px 0;
}

    multi-checkbox ul li {
        padding: 5px 0;
    }

.feedback-popup__name {
    display: block;
    margin-bottom: 5px;
}

    .feedback-popup__name label {
        margin-bottom: 0px;
    }

.feedback-popup__item {
    margin: 0 10px;
    width: 50%;
}

    .feedback-popup__item.-full-width {
        width: 100%;
    }

.feedback-popup__item-fullwidth {
    width: 100%;
}

.feedback-popup__input {
    padding: 10px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #6c757d;
}

    .feedback-popup__input:read-only {
        background: #6c757d36;
    }

.feedback-popup__select:disabled {
    background: #6c757d36;
}

.feedback-popup__select,
.feedback-popup__multi-checkbox {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 3px;
    min-width: 191px;
    border: 1px solid #6c757d;
    color: black !important;
}

.feedback-popup__submit {
    border: 1px solid;
    border-radius: 3px;
    padding: 2px 12px;
    height: 37px;
    display: flex;
    align-items: center;
    margin-left: 3px;
    margin-bottom: 0rem;
    background: #6c757d;
    color: white;
    cursor: pointer;
    font-size: 16px;
    outline: none;
}

.feedback-popup__footer {
    width: 100%;
}

    .feedback-popup__footer .feedback-popup__items {
        display: flex;
        margin-bottom: 10px;
        width: 100%;
        align-items: flex-end;
        justify-content: space-between;
    }

.modal-footer .feedback-popup__items .feedback-popup__item:last-child {
    text-align: right;
}

.feedback-popup__black {
    display: none;
}

    .feedback-popup__black:before {
        content: '';
        background: #000;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        z-index: 89;
    }

.feedback-popup__star {
    color: red;
}

.feedback-popup__item-textarea {
    width: 100%;
    margin: 0 10px;
}

.feedback-popup__textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #6c757d;
}

.feedback-popup__fullwidth {
    width: 100%;
}
}

.doc-edit-header button {
    margin-bottom: 5px;
}

.top-right-alert {
    position: fixed !important;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.htmlDoc h2 {
    font-size: 24px;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }
}

.editable-input-ico {
    margin-left: 10px;
    cursor: pointer;
}

.loader-with-overlay {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Loader styles */
.spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 3rem;
}