/*
Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
Copyright (C) 2021 Znuny GmbH, https://znuny.org/

This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
*/

/**
 * @package     Skin "Default"
 * @section     Default Settings
 */

@media screen,projection,tv,handheld {

    /**
    * @subsection ArticleList Expanding
    */

    .FAQ .OverviewControl div {
        padding: 0px;
    }

    .FAQ #OverviewBody {
        margin: 0;
    }

    /**
    * @subsection Large SidebarColumn
    */
/*
    .LayoutFixedSidebar.SidebarLast > .SidebarColumn.Large {
        width: 350px;
        float: right;
        margin-left: 16px;
        margin-right: 0;
    }

    .LayoutFixedSidebar.SidebarLast > .SidebarColumn.Medium {
        width: 290px;
        float: right;
        margin-left: 16px;
        margin-right: 0;
    }
*/
    /**
    * @subsection FAQMiniList
    */
/*
    ul.FAQMiniList {
        border: none;
    }

    ul.FAQMiniList li {
        padding: 0;
    }

    ul.FAQMiniList span {
        display: flex;
        font-size: var(--font-size-sm);
        font-weight: var(--normal);
    }



    iframe.FAQField {
        width: 100%;
        frameborder: 0;
    }

    fieldset.TableSmall > div.Field {
        margin-left: 24% !important;
    }

    fieldset.TableSmall > label {
        width: 24% !important;
    }

    fieldset.TableSmall > div.FAQDivider {
        border-bottom: 1px solid #CCCCCC;
        margin-left: auto;
        margin-right: auto;
    }

    .TableSmall tbody tr.Invalid {
        color: #CCC;
    }


    #FAQRelatedArticles table {
        clear: none;
        width: 100%;
        max-width: 622px;
        line-height: 13px;
    }

    #FAQRelatedArticles table .FAQVotes {
        padding: 0 3px;
        width: 70px;
    }

    #FAQRelatedArticles table .FAQVotes i {
        margin-right: 0px;
    }

    #FAQRelatedArticles table .FAQCategory {
        width: 25%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #FAQRelatedArticles table .FAQTitle {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #FAQRelatedArticles table .FAQDate {
        width: 65px;
        overflow: hidden;
    }
*/
    /**
    * AgentFAQExplorer
    */
    .FAQ .OverviewBox {
        padding: 0;
    }

    .FAQ #OverviewBody.Overview.TicketList {
        padding: 0;
    }

    .FAQ #OverviewBody.Overview.TicketList tr th:first-child,
    .FAQ #OverviewBody.Overview.TicketList tr td:first-child {
        padding-left: var(--padding-lg);
    }

    /**
    * AgentFAQZoom
    */
    .FAQZoom .LayoutFixedSidebar > .ContentColumn {
        padding: 0;
    }

    .FAQZoom .ActionRow {
        border: none;
    }

    .FAQZoom .Actions, 
    .FAQZoom .Actions > li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: var(--gap-sm) 0;
    }

    .FAQZoom .Actions li::after {
        display: inline-block;
        content: "";
        position: relative;
        width: 1px;
        height: 16px;
        background-color: var(--gray-dark-semi);
        align-self: center;
        margin: 0 8px;
    }

    .FAQZoom .Actions li a, 
    .FAQZoom .Actions li span {
        display: flex;
        align-items: center;
        transition: var(--main-transition);
        color: var(--black);
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: var(--padding-xs) var(--padding-sm);
        border-radius: var(--border-radius-xxs);
    }

    .FAQZoom .Actions li:hover > a, 
    .FAQZoom .Actions li:hover > span {
        background: var(--gray-light);
      }

}