﻿.kb__content {
    height: 100%;
}

.kb-main {
    height: 100%;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.kb__tree {
    max-height: calc(100% - 30px);
    padding: 4px;
}

.kb__body {
    display: flex;
    height: calc(100% - 55px);
    max-height: calc(100% - 55px);
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
}

.kb__body-right {
    display: inline-flex;
    width: 82%;
    min-width: 82%;
    height: calc(100% - 10px);
    max-height: calc(100% - 15px);
    padding-top: 12px;
}

.kb__banner {
    position: relative;
    height: 55px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    display: flex;
    align-items: center;
}

    .kb__banner > .content__search .k-dropdown .k-state-default {
        background-color: #ffffff;
        border-color: #ffffff;
    }

.content__search {
    position: relative;
    margin: auto;
    height: 40px;
    min-width: 600px;
}

.kb__input-search {
    width: 600px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

.kb__articles {
    position: relative;
    display: flex;
    height: calc(100% - 0px);
    max-height: calc(100% - 0px);
    min-width: 100%;
}

.column__title {
    color: #666666;
    font-size: 12px;
    display: inline-block;
}

.kb__categories {
    position: relative;
    width: 100%;
    height: 91%;
    max-height: 87%;
    font-size: 11px;
    display: flex;
    flex-direction: column;
}

    .kb__categories > .header {
        position: relative;
        width: calc(100% - 24px);
        margin: 0px 12px 0px 12px;
        color: #ffffff;
        border: none;
        cursor: default;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .kb__categories > .header > h6 {
            line-height: 30px;
        }

    .kb__categories > .tree {
        position: relative;
        width: calc(100% - 24px);
        height: calc(100% - 10px);
        max-height: calc(100% - 10px);
        margin: 0px 12px 12px 12px;
        background-color: #f5f5f5;
        overflow-y: auto;
    }

    .kb__categories .k-treeview .k-minus, .kb__categories .k-treeview .k-plus {
        position: absolute;
        left: 24px;
        margin-top: 10px;
        z-index: 99;
        opacity: 1;
    }

    .kb__categories .k-treeview .k-minus {
        background: url('../../img/node_expanded.png') no-repeat center;
    }

    .kb__categories .k-treeview .k-plus {
        background: url('../../img/node_collapsed.png') no-repeat center;
    }

    .kb__categories .k-treeview span.k-in {
        z-index: 0;
        line-height: 1.0;
    }

.kb__tree .k-state-selected {
    background-color: transparent;
}

.kb__categories .k-treeview span.k-in:before {
    content: '';
    background: url('../../img/node.png') no-repeat center;
    width: 14px;
    height: 14px;
    left: 9px;
    position: absolute;
    margin-top: 3px;
}

.articles__column {
    display: inline-block;
    width: 50%;
    min-width: 50%;
    height: 100%;
    max-height: 100%;
    box-sizing: border-box;
    padding: 0px 8px;
    border-right: 1px solid #E6E6E6;
    overflow: auto;
}

.articles__search {
    width: 100%;
    padding: 0px 6px;
    height: auto;
    overflow: auto;
    position: relative;
    display: flex;
}

.kb__category {
    position: relative;
    height: 30px;
    margin: 12px;
    border: 1px solid #ccc;
    margin-left: 0;
    border-radius: 3px;
}

.article__icon {
    height: 16px;
    width: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
}

.article__title {
    cursor: pointer;
}

    .article__title:focus, .article__title:hover {
        text-decoration: underline;
    }

.article__description {
    line-height: 1.2;
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
}

.icon--flag {
    background-image: url('../../img/flag.png');
}

.icon--new {
    background-image: url('../../img/new.png');
}

.icon--search {
    background-image: url('../../img/search-gray.png');
}

.icon--top-rated {
    background-image: url('../../img/top-rated.png');
}

.search__button {
    height: 40px;
    width: 100px;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: bottom;
    outline: 0;
    font-size: 14px;
}

.content__search .kb__icon-search {
    background-image: url('../../img/search-gray.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: 50% center;
    display: inline-block;
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 10px;
}

.content__search .icon-close {
    left: 582px;
    z-index: 9;
    top: 15px;
}

.search__select {
    min-width: 250px;
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    margin-top: -4px;
}

.article__content, .article__content .container-fluid, .article__content .container-fluid .row, .article__qualify--content--circle {
    height: 100%;
}

.article__qualify {
    height: 100%;
    background: #f2f2f2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.article__content .article__qualify .row {
    height: 50%;
}

.article__qualify--content--circle {
    -ms-display: flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 2px #ccc dotted;
    padding-top: 9px;
}

.article__qualify--circle {
    background: #fff;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    -ms-display: flex;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rate-rating-label {
    font-size: 52px;
}

.rate-rating-points {
    color: #8DA5A3;
}

.article__qualify--content--text {
    color: #666666;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}

    .article__qualify--content--text span:nth-child(1) {
        font-family: ClearSans-Bold;
    }

.article__qualify--rate--text {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #8DA5A3;
    font-size: 14px;
}

.article__qualify--numbers {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .article__qualify--numbers div {
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        color: #666;
        border-radius: 50%;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .article__qualify--numbers div.active {
            color: #fff;
        }

.article__qualify--comment {
    padding-top: 10px;
    text-align: center;
    height: 70%;
}

    .article__qualify--comment textarea,
    .article__rate-content .rate-comment textarea {
        background: none;
        background-color: #fff;
        border: 1px solid #ccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 12px;
        resize: none;
        padding: 4px;
        outline: none;
        color: #666666;
        width: 100%;
        height: 62%;
    }

.article__detail-title {
    display: inline-block;
    padding: 0;
    font-size: 16px;
}

.article__detail-label {
    color: #8DA5A3;
    font-size: 12px;
}

    .article__detail-label.right {
        padding-left: 40px;
    }

.article__detail-iframe {
    padding-bottom: 10px;
    padding-top: 10px;
    height: 100%;
}

    .article__detail-iframe > iframe {
        width: 100%;
        height: 250px;
    }

    .content-description-chatBot .article__detail-iframe > iframe {
        border: none !important;
    }

.article__detail-keywords {
    color: #666666;
    font-size: 12px;
}

.article__detail--content--tools {
    text-align: right;
}

.article__detail--tools {
    background: #F2F2F2;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 7px;
}

.article__detail--email {
    color: #666;
    font-size: 12px;
    cursor: pointer;
    margin-right: 20px;
}

.article__detail--relate {
    color: #666;
    font-size: 12px;
    cursor: pointer;
    margin-right: 20px;
}

.article__detail-star {
    background-image: url(../../img/star-gray.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 21px;
    border: none;
    background-color: transparent;
    color: #666;
    font-size: 12px;
    cursor: pointer;
    background-size: 16px;
    margin-right: 20px;
}

.article__detail-kb {
    background-image: url(../../img/kb.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    border: none;
    background-color: transparent;
    cursor: default;
    background-size: 100px 200px;
    width: 100px;
    height: 200px;
}

.article__detail--heart {
    border: none;
    background-color: transparent;
    color: #666;
    font-size: 12px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.article__detail-star.active {
    background-image: url(../../img/star-yellow.svg);
}

.article__detail-star.half {
    background-image: url(../../img/star-yellow-gray.svg);
}

.article__detail-stars {
    background-color: #fff;
    padding: 0px 3px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 3px;
    margin-left: 3px;
    height: 20px;
    width: 100px;
}

    .article__detail-stars .article__detail-star,
    .article__rate-content .rate-stars .article__detail-star {
        margin: 0;
        cursor: default;
        background-size: 14px;
        height: 14px;
        width: 14px;
        padding-left: 0px;
        display: inline-block;
    }

.article__rate-content .rate-stars .article__detail-star {
    margin-right: 7px;
    cursor: pointer;
}

.article__content .hc-tab-changes {
    width: 100%;
    margin: 16px 0px 10px 0px;
}

.hc-tab-changes {
    width: calc(100% - 16px);
    border-bottom: 1px solid;
    margin: 16px 0px 10px 16px;
    padding: 0;
    height: 22px;
}

    .hc-tab-changes li {
        text-transform: uppercase;
        display: inline-block;
        padding: 4px 12px;
        float: left;
        border-radius: 12px 12px 0px 0px;
        font-size: 10px;
        text-align: center;
        margin: 0px 12px 0px 0px;
        cursor: pointer;
    }

        .hc-tab-changes li.selected {
            color: #fff;
        }

.article__related {
    max-height: 100px;
    overflow: auto;
    margin-right: 0px;
}

    .article__related ul {
        font-size: 12px;
        list-style: none;
        margin: 0;
        padding: 0;
        padding-left: 22px;
        line-height: 20px;
        display: inline-block;
    }

        .article__related ul li:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.article__attachments .case-form-files-content .task-detail-form-file-list .toolbar_files {
    display: none;
}

.article__content__email .text-danger {
    font-size: 12px;
    margin: 0;
}

.article__content__email--buttons {
    text-align: right;
}

.article__icon-back {
    background-image: url(../../img/back.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 4px;
}

.search__separator {
    margin-top: 4px;
    margin-bottom: 6px;
    border-top: 1px solid #ccc;
}

.search__title--results {
    color: #808080;
    font-size: 11px;
    font-style: italic;
    width: 100%;
}


/*portal*/

.articles-principal-title {
    position: absolute;
    color: #fff;
    top: 6px;
}

.articles-principal-title {
    position: relative;
}

    .articles-principal-title > span:nth-child(1) {
        font-size: 24px;
        display: block;
        line-height: 20px;
        color: #333333;
    }

    .articles-principal-title > span:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
        display: block;
    }

    .articles-principal-title > span:nth-child(2) {
        color: #999999;
    }

    .articles-principal-title > span:nth-child(3) {
        display: block;
        width: 100%;
        height: 1px;
        min-width: 162px;
        min-height: 1px;
        margin-top: 6px;
        opacity: 0.6;
    }

.portal__articles .articles-principal-title {
    padding-bottom: 10px;
}

.article__detail-content-description {
    position: relative;
    height: calc(98% - 124px);
}

.article__detail-content-description.content-description-chatBot {
    position: relative;
    height: calc(98% - 30px);
}

.article__detail-content-description.content-description-chatBot .article__detail-iframe {
    border: none;
}

.content-icon-fullscreen.content-icon-fullscreen-kb {
    right: 36px;
}

.article__detail-iframe-extend,
.article__detail-iframe-extend iframe {
    height: calc(100% - 3px);
    width: 100%;
    border: none;
}


/*article cards*/

.kb__list-cards {
    height: 100%;
    max-height: 100%;
    overflow: auto;
}

.itemList__card {
    background-color: #f5f5f5;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
    padding: 10px 9.5px 10px 9.5px;
    background-color: #f5f5f5;
    width: calc(100% - 25px);
    position: relative;
}

    .itemList__card:hover {
        cursor: pointer;
        background-color: #e8e8e8;
    }

    .itemList__card > div.news-new {
        height: 80px;
        min-height: 80px;
        max-height: 80px;
        width: 100%;
        display: flex;
    }

        .itemList__card > div.news-new .new__title,
        .itemList__card > div.news-new .new__title:hover {
            display: block;
            font-size: 14px;
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0;
            margin-top: 0;
            width: 100%;
            padding-bottom: 2px;
            padding-left: 0;
            padding-right: 0;
            padding-top: 0;
            text-decoration: none;
        }

    .itemList__card .itemList__card-row {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .itemList__card .itemList__card-row label {
            margin: 0;
        }

        .itemList__card .itemList__card-row span {
            color: #999999;
            font-size: 12px;
        }

    .itemList__card .itemList__card-right {
        width: 70%;
        border-right: solid 1px #cccccc;
        padding-right: 10px;
    }

        .itemList__card .itemList__card-right .card__title {
            font-size: 18px;
        }

    .itemList__card .itemList__card-left {
        padding-left: 10px;
        width: 29%;
    }

        .itemList__card .itemList__card-left .state_color-chart {
            display: inline-block;
            width: 8px;
            height: 12px;
        }

        .itemList__card .itemList__card-left span {
            display: inline-block;
        }

        .itemList__card .itemList__card-left label {
            display: block;
            font-size: 12px;
        }

    .itemList__card .triangle {
        width: 0;
        height: 0;
        min-height: 0;
        min-width: 0;
        border-left: 15px solid #e6e6e6;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        display: none;
        position: absolute;
        top: 36px;
        right: -13px;
    }

        .itemList__card .triangle.show {
            display: inline-block;
        }

.itemList__card-active {
    background-color: #e8e8e8;
}

.kb__body-left {
    display: flex;
    flex-direction: column;
    width: 18%;
    min-width: 18%;
}

.articles__list-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 12px 12px 0px 12px;
    min-height: 120px;
}

    .articles__list-buttons > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        background-color: #ffffff !important;
        height: 30px;
        padding: 0 10px 0 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
        color: #999999;
    }

        .articles__list-buttons > div.kb_categories {
            background-color: #f5f5f5 !important;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            min-height: 30px;
        }

            .articles__list-buttons > div.kb_categories > h6 {
                font-size: 14px;
                margin-top: 4px;
                margin-bottom: 4px;
            }

        .articles__list-buttons > div:nth-child(3) {
            border: none;
        }

        .articles__list-buttons > div.kb__list-active,
        .articles__list-buttons > div:hover {
            cursor: pointer;
        }

        .articles__list-buttons > div.kb_categories:hover,
        .articles__list-buttons > div.kb_categories > h6:hover {
            cursor: default;
        }

.kb__article-details {
    display: inline-block;
    width: 50%;
    min-width: 50%;
    height: 100%;
}

    .kb__article-details > div {
        height: 100%;
    }

.article__details {
    background-color: #f2f2f2;
    height: 100%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}

    .article__details.article__details-chatbot {
        background-color: #fff;
    }
        .article__details.article__details-chatbot .article__detail-data {
            margin-bottom: 10px;
        }

    .article__details.article__details-empty {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.article__detail-tabs {
    background: #f2f2f2;
    border-bottom: solid 4px #e6e6e6;
    height: 34px;
    display: flex;
}

.article__detail-tab {
    width: 50%;
}

    .article__detail-tab span {
    }

.article__detail-data,
.article__detail-general {
    width: 100%;
    min-width: 100%;
    padding: 10px 10px 0 10px;
    height: calc(100% - 69px);
    max-height: calc(100% - 69px);
}

.article__detail-general {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

    .article__detail-general > div {
        width: 33%;
        height: 40px;
        max-height: 40px;
        align-self: self-start;
    }

        .article__detail-general > div > label {
        }

        .article__detail-general > div > p {
        }

.article__detail-data > div {
    position: relative;
}

    .article__detail-data > div > label {
        display: block;
        font-size: 12px;
        margin: 0;
        line-height: 0.9;
    }

    .article__detail-data > div > p {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

.article__detail-data .article__detail-iframe > iframe {
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
}

.article__detail-data-title {
    display: flex;
    font-size: 12px;
}

    .article__detail-data-title > div {
    }

        .article__detail-data-title > div:nth-child(1) {
            width: 45%;
            max-width: 45%;
        }

            .article__detail-data-title > div:nth-child(1) > label {
                display: block;
                line-height: 0.6;
                margin: 0;
            }

            .article__detail-data-title > div:nth-child(1) > p {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
            }

        .article__detail-data-title > div:nth-child(2) {
            width: 65%;
            display: flex;
            font-size: 12px;
            justify-content: flex-end;
            align-items: center;
        }

            .article__detail-data-title > div:nth-child(2) > span {
                font-size: 10px;
            }

            .article__detail-data-title .detail-data-title-chatBot {
                font-size: 18px;
                color: #333333;
            }

            .article__detail-data .detail-data-title-description-chatBot {
                font-size: 12px;
                color: #cccccc
            }

    .article__detail-data-title .rating-total {
        background-color: #fecc17;
        color: #fff;
        width: 24px;
        height: 22px;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
    }

    .article__detail-data-title .content-select-arrow {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        margin-left: 4px;
        cursor: pointer;
        position: relative;
    }

        .article__detail-data-title .content-select-arrow .icon__select-arrow {
            position: relative;
            right: 0;
            top: 4px;
        }


.article__rate-content {
    position: absolute;
    z-index: 999;
    background-color: #ffffff;
    width: 240px;
    height: 200px;
    right: 0;
    top: 24px;
    border-radius: 4px;
    box-shadow: 1px 2px 9px #999999;
}

    .article__rate-content .rate-header {
        background-color: #efefef;
        padding: 10px;
        height: 30px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        font-size: 16px;
        cursor: default;
    }

    .article__rate-content .rate-body {
        padding: 10px;
    }

    .article__rate-content .rate-stars {
        padding-bottom: 6px;
    }

    .article__rate-content .rate-comment {
        height: 100px;
        padding-bottom: 6px;
    }

        .article__rate-content .rate-comment textarea {
            height: 100%;
        }

    .article__rate-content .rate-buttons {
        display: flex;
        justify-content: flex-end;
    }

        .article__rate-content .rate-buttons button {
            width: 27px;
            margin-left: 6px;
        }

.icon-close {
    background: url(../../img/close-search.png) no-repeat scroll 0 0 transparent;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;
}

.article__details .caseManagement__content-form--bottom .content-list-attachments {
    z-index: 99;
}

.article__details .caseManagement__content-form--bottom {
    position: relative;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: calc(100% - 20px);
    margin: 0 10px;
}

.kb__list-cards .news-new .kb__list-cards-left > label,
.kb__list-cards .news-new .kb__list-cards-right label {
    max-height: 38px;
    overflow: hidden;
    position: relative;
    font-size: 12px !important;
}

.kb__list-cards .news-new .kb__list-cards-right > div:nth-child(1) {
    height: 50%;
    min-height: 50%;
    display: flex;
    flex-direction: column;
}

.kb__list-cards .news-new .kb__list-cards-right > div:nth-child(2) {
    height: 50%;
    min-height: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.kb__list-cards .news-new .kb__list-cards-right label {
    margin: 0;
}

.kb__list-cards .news-new .kb__list-cards-left > p,
.kb__list-cards .news-new .kb__list-cards-right p {
    max-height: 34px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    margin-right: 1px;
}

.kb__list-cards .news-new .kb__list-cards-right p {
    color: #999999;
    font-size: 12px;
    margin: 0;
}

.kb__list-cards .news-new .kb__list-cards-left {
    width: 70%;
    border-right: 1px solid #cccccc;
    padding-right: 4px;
}

.kb__list-cards .news-new .kb__list-cards-right {
    width: 30%;
    padding-left: 4px;
}

.kb__list-cards-right .article__detail--email {
    margin: 0;
    width: 16px;
    height: 16px;
    z-index: 999;
}

.kb__list-cards-right .article__detail--relate {
    margin: 0;
    width: 16px;
    height: 16px;
    z-index: 999;
}

.articles__search .icon-close {
    position: relative;
    right: 0;
    top: 6px;
    width: 10px;
}

.articles-related {
}

    .articles-related .articles-related-title {
        display: flex;
        width: calc(100% - 25px);
        justify-content: space-between;
        position: relative;
        box-shadow: 0 4px 2px -2px #cccccc;
        margin-bottom: 6px;
    }

        .articles-related .articles-related-title label {
        }

            .articles-related .articles-related-title label:nth-child(1) {
                font-size: 16px;
                font-family: ClearSans-Medium;
            }

            .articles-related .articles-related-title label:nth-child(2) {
                font-size: 11px;
                padding-right: 30px;
            }

        .articles-related .articles-related-title .icon-close {
            top: 4px;
        }

        .articles-related .articles-related-title .article__icon-back {
            position: relative;
        }

    .articles-related > div.itemList__card:nth-child(n+2) {
        margin-left: 15px;
        width: calc(100% - 45px);
    }

.article__detail-empty {
    background-image: url(../../img/emptySection.svg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 5%;
    background-size: 14%;
    font-family: Calibri, Arial, sans-serif;
    text-align: center;
    padding-top: 25%;
}

    .article__detail-empty span {
        display: block;
    }

.kb__list-cards.with_pager {
    height: calc(100% - 30px);
}

.kb__related-articles {
    padding-top: 12px;
    padding-left: 10px;
    width: 100%;
    min-width: 100%;
}

.related__articles-btn {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 4px;
    height: 17px;
    outline: none;
    line-height: 1;
    font-size: 10px;
    text-align: left;
}

.kb__article-details-headless {
    width: 100%;
    min-width: 100%;
}

.kb__body-right-headless {
    width: 100%;
    min-width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 0;
}

.kb__body-headless {
    height: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 601px) {

    .article__detail-data-title > div:nth-child(1) {
        max-width: 30%;
    }

    .article__detail-data-title > div:nth-child(2) {
        flex-grow: 1;
        width: auto;
        flex-wrap: nowrap;
    }

    .content-icon-fullscreen {
        top: -20px;
        right: 0px !important;
    }

    .article__detail-data-keywords {
        max-width: 80%;
    }
}

.article__keywords-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

#keywordsLeftButton,
#keywordsRightButton {
    display: inline-block;
    float: right;
    top: 13px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#keywordsLeftButton {
    float: left;
}

#keywordsRightButton {
    float: right;
}

#keywordsLeftButton .icon-left,
#keywordsRightButton .icon-right {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    display: block;
    height: 100%;
    background-position: center;
}

#keywordsLeftButton .icon-left {
    background-image: url("../../img/arrow_right_dark.png");
}

#keywordsRightButton .icon-right {
    background-image: url("../../img/arrow_left_dark.png");
}

.article__keywords {
    padding-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    height: 37px;
    flex: 1;
}

.article__keywords .key {
    display: inline-block;
    border: 1px solid #c1c1c1;
    padding: 6px;
    font-size: 11px;
    border-radius: 5px;
    margin-right: 5px;
}