﻿.help-popup {
    position: fixed;
    top: 0;
    right: 0;
    height: calc(100% - 6px);
    width: 450px;
    background-color: #ffffff;
    box-shadow: 0 10px 10px 0 #afafaf;
    z-index: 99999;
    line-height: 18px !important;
}

    .help-popup .help-category-icon > img {
        width: 32px;
        height: 32px;
    }

    .help-popup .help-container {
        position: relative;
    }

    .help-popup .help-header {
        padding: 15px 20px;
        background: rgba(164, 223, 255, .15);
        height: 50px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .help-popup .help-title {
        font-size: 14px;
        color: #041847;
    }

        .help-popup .help-title:hover {
            color: #19A7F3;
        }

    .help-popup .help-close {
        position: absolute;
        top: 8px;
        right: 10px;
        background: transparent url(https://integrationamis2.amis.misa.local/images/ic_sprites.svg) no-repeat -897px -777px;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }


    .help-popup .help-navigate {
        color: #19a7f3;
        padding: 11px 20px;
        border-top: 1px solid #ddd;
        height: 40px;
        box-sizing: padding-box;
        -moz-box-sizing: padding-box;
        -webkit-box-sizing: padding-box;
        align-items: center;
    }

    .help-popup .help-back {
        color: #19a7f3;
        position: relative;
        padding-left: 20px;
    }

        .help-popup .help-back::before {
            content: '';
            height: 16px;
            width: 16px;
            position: absolute;
            top: 0;
            left: 0;
            background: url(https://integrationamis2.amis.misa.local/images/ic_sprites.svg) no-repeat -797px -783px;
        }

    .help-popup .help-open-tab {
        float: right;
        cursor: pointer;
        color: #19a7f3;
        position: relative;
        padding-right: 26px;
    }

        .help-popup .help-open-tab::after {
            content: '';
            position: absolute;
            top: -3px;
            right: 0;
            background: url(https://integrationamis2.amis.misa.local/images/ic_sprites.svg) no-repeat -712px -781px;
            height: 20px;
            width: 20px;
        }


    .help-popup .help-search {
        padding: 16px 20px;
        border-top: 1px solid #ddd;
        height: 64px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .help-popup .help-search-text {
    }

    .help-popup .help-content {
        padding: 0 20px 50px 20px;
        position: relative;
    }

    .help-popup .help-content .hkb-article__content figure{
        max-width: 100%;
    	width: auto!important;
    }

    .help-popup .help-footer {
        padding: 16px 10px 16px 54px;
        color: #19a7f3;
        border-top: 1px solid #ddd;
        position: relative;
        display: inline-block;
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .help-popup .help-footer::before {
            content: '';
            position: absolute;
            width: 28px;
            height: 28px;
            left: 14px;
            top: 10px;
            background: url(https://integrationamis2.amis.misa.local/images/ic_sprites.svg) no-repeat -629px -779px;
        }

    .help-popup .help-topic-list {
        padding-left: 16px;
        margin: 0;
    }

        .help-popup .help-topic-list li {
            margin-bottom: 16px;
            color: #19a7f3;
        }

        .help-popup .help-topic-list .help-item {
            color: #19a7f3;
            display: block;
            cursor: pointer;
        }

            .help-popup .help-topic-list .help-item.no-action {
                text-decoration: none;
                cursor: default;
            }

            .help-popup .help-topic-list .help-item.sub {
                margin-top: 10px;
            }

                .help-popup .help-topic-list .help-item.sub::before {
                    content: '#';
                    display: inline-block;
                    padding-right: 10px;
                }


    .help-popup .help-content img {
        max-width: 100% !important;
    }

    .help-popup .help-content h1 {
        font-size: 36px;
        padding-left: 0 !important;
    }

    .help-popup .help-content h2 {
        font-size: 28px;
        padding-left: 0 !important;
    }

    .help-popup .help-content h3 {
        font-size: 22px;
        padding-left: 0 !important;
    }

    .help-popup .help-content h4 {
        font-size: 18px;
        padding-left: 0 !important;
    }

    .help-popup .help-content h5 {
        font-size: 16px;
        padding-left: 0 !important;
    }

    .help-popup .help-content .ib {
        border: 1px solid #c9c9c9;
    }

    .help-popup .help-call {
        position: absolute;
        bottom: 50px;
        right: 6px;
        padding: 6px 0 6px 44px;
        border-style: solid;
        border-width: 1px 1px 0 1px;
        border-color: #ddd;
        text-decoration: none !important;
        border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        background: white;
        cursor: pointer;
        height: 50px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .help-popup .help-call-text1 {
        display: block;
        padding-right: 10px;
        position: relative;
        color: #454f63;
    }

        .help-popup .help-call-text1::before {
            content: '';
            background: url(https://integrationamis2.amis.misa.local/images/ic_sprites.svg) no-repeat -995px -654px;
            position: absolute;
            top: 0;
            left: -34px;
            height: 30px;
            width: 30px;
        }

    .help-popup .help-call-text2 {
        display: block;
        color: #19a7f3;
    }

.search-result a {
    text-decoration: none;
}


.search-result-title {
    text-decoration: none;
}


.search-result-summary {
    color: #757575;
    display: block;
    /* font-style: italic; */
    margin-top: 4px;
}

.help-search-highligh {
    color: red;
    text-decoration: none;
}

    .help-search-highligh.focus {
        font-weight: bold;
    }

.help-related-caption {
    font-size: 22px;
    padding: 20px 0 10px 0;
    color: #1a1a1a;
    border-bottom: 1px solid #ddd;
}

.help-related-item {
    display: list-item;
    color: #4b4d4d;
    margin: 6px 0 10px 20px;
}

.help-flex, help-flex1 {
    -webkit-flex: 1;
    flex: 1;
    -moz-flex: 1;
    min-height: 0;
    min-width: 0;
}

.help-scroller {
    overflow: auto;
    scrollbar-color: #9AA4BB #f1f1f1;
    scrollbar-width: thin;
}

.help-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    padding-top: 8px;
}

.help-popup .help-footer::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    left: 14px;
    top: 10px;
    background: url(https://integrationamis2.amis.misa.local/images/ic_sprites.svg) no-repeat -629px -779px;
}

.help-flex-column {
    flex-direction: column !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
}

.help-flex-row {
    flex-direction: row !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
}

.help-popup .form-control {
    height: auto;
    line-height: inherit;
    font-size: 13px;
    border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    -webkit-border-radius: 0.15em;
    color: #212121;
    border-color: #d2d2d2;
    padding: .375rem .75rem !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

    .help-popup .form-control:focus {
        border-color: #66afe9;
    }

.help-scroller::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #9AA4BB;
    width: 6px;
    height: 10px;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.help-scroller::-webkit-scrollbar-track-piece {
    background-color: #f1f1f1;
    width: 6px;
}

.help-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #c1c1c1;
    top: 0;
    left: 0;
    opacity: .2;
    z-index: 2;
}

.help-category-icon.help-pull-left {
    float: left;
    margin-right: 8px;
}

.help-topic-list > li {
    list-style: none;
}

.help-topic-list .hkb-article__title {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #212121;
    margin: 0;
}

    .help-topic-list .hkb-article__title:hover, .help-topic-list .hkb-article__title:focus {
        color: #1976d2
    }

.help-topic-list .hkb-article__excerpt {
    font-weight: 400;
    color: #212121;
    margin-top:8px;
}

.help-popup a:hover, a:focus {
    text-decoration: none !important;
}
