﻿/* Copyright (c) 2025 Lenovo PSREF */
/* License: MIT License */
.x-acc {
    width: 100%;
    font-size: 1em;
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
}

    .x-acc .x-acc-header {
        transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
        border-radius: 5px 5px 5px 5px;
        font-family: inherit;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.33;
        text-align: left;
        color: #1a1a1a;
        background-color: #FAF9FA;
        border-color: #C6C6C6;
        border-style: solid;
        border-width: 1px;
        padding: 10px 20px;
    }

        .x-acc .x-acc-header:hover {
            background-color: #E4E4E4;
        }

.x-acc-header[class*="active"] {
    border-radius: 4px 4px 0 0;
    background-color: #E4E4E4;
}

.x-acc .x-acc-header span {
    pointer-events: none;
}

.x-acc .x-acc-header-indicator {
    float: right;
    position: absolute;
    right: 30px;
    height: 30px;
    width: 30px;
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
    font-size: 14px;
    color: #525252;
    transform: translate3d(0,0,0) rotate(0deg);
}

.x-acc .x-acc-header-content {
    flex-direction: row-reverse;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

button, input[type=button] {
    cursor: pointer;
    -webkit-appearance: button;
}

.x-acc .x-acc-content {
    border-radius: 0 0 4px 4px;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .03125em;
    background-color: #f3f7ff;
    color: #1a1a1a !important;
    position: relative;
    z-index: 1;
    border-color: #c6c6c6;
    border-style: solid;
    border-width: 1px;
    padding: 20px 30px 24px;
}

.x-acc-content p, .x-acc-content ul, .x-acc-content ol {
    margin-bottom: 20px;
}

.x-acc-content > p:last-child, .x-acc-content > ul:last-child, .x-acc-content > ol:last-child {
    margin-bottom: 0;
}

.x-acc .x-acc-content ul {
    margin-left: 20px;
}

.x-image-panel {
    width: 100%;
    padding: 10px 0 15px;
}

    .x-image-panel img {
        max-width: 100%;
    }

.x-acc .x-acc-content p img {
    text-align: center;
}

.x-acc-item {
    display: none;
    overflow: hidden;
    border-radius: 4px 4px 4px 4px;
    background-color: #fff;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    z-index: 1;
    transform: translate3d(0,0,0);
    margin: 0px auto 25px auto;
}

    .x-acc-item.active {
        display: flex;
    }

.x-acc .x-acc-item .root-list .root-list-item {
    margin-top: 10px;
}

.x-icon {
    display: inline-flex !important;
    flex-flow: row nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto;
    height: auto;
    line-height: inherit;
    text-align: center;
}

[data-x-icon], [data-x-icon-o], [data-x-icon-l], [data-x-icon-s], [data-x-icon-b], [data-x-fa-pro-icon], [class*="cs-fa-"] {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rotate-down {
    transform-origin: center center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: transform .2s;
    -moz-transition: 0 .2s;
    -o-transition: 0 .2s;
    -ms-transition: 0 .2s;
}

.rotate {
    transform-origin: center center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform .2s;
    -moz-transition: 0 .2s;
    -o-transition: 0 .2s;
    -ms-transition: 0 .2s;
}

.x-acc-item ul.x-root-ul .x-root-li {
    margin-top: 15px;
}

.x-acc-item ul.x-branch-ul li {
    margin-top: 8px;
}

    .x-acc-item ul.x-branch-ul li span {
        cursor: pointer;
        color: #0d5c91;
        text-decoration: none;
    }

        .x-acc-item ul.x-branch-ul li span:hover {
            color: rgb(0, 157, 217);
        }

.x-collapsed {
    display: none;
}

.ui-widget-content.ui-dialog, .ui-widget-content.ui-dialog-buttonpane {
    background-color: white;
}

.ui-state-default .ui-icon {
    background-image: url(/images/ui-icons_222222_256x240.png) !important;
}

.ui-dialog-titlebar-close .ui-button-text {
    display: none !important;
}

#dialog #video_dialog {
    height: 616px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
