/*
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     Process ticket
 */

@media screen,projection,tv,handheld {


/**
 * @subsection  Ticket Process
 */

.TicketProcess .Content {
    margin: 0;
}


@media only screen and (max-width: 1024px) {
    .TicketProcess .Content {
        overflow-x: hidden;
        gap: 0;
    }

    .TicketProcess .Content .LayoutPopup .Content {
        padding: 0;
    }
}

.TicketProcess .inner-page-display .LayoutPopup .Content {
    padding: 0;
}

.Center {
    text-align: center;
}


.AdviceText {
    padding-left: 13px;
}

.FieldHelpContainer {
    position: relative;
}

.FieldHelpContainer:hover > span {
    display: block;
}

.FieldHelpContainer .FieldHelpTrigger {
    cursor: default;
    z-index: 1;
    color: #bbb;
}

.FieldHelpContainer > span {
    white-space: pre-line;
    background: #444444;
    color: #fff;
    font-size: 12px;
    left: 15px;
    line-height: 110%;
    padding: 10px;
    position: absolute;
    z-index: 2;
    text-align: left;
    text-shadow: 1px 1px 1px #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    top: 5px;
    width: 200px;
    display: none;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
}

#NewProcessTicket fieldset label {
    margin: -1px 6px 0 0 !important;
}

.DescriptionLong {
    white-space: pre-line;
}


/* TicketProcess Updates */

.TicketProcess .card .Form fieldset {
    flex-direction: column;
}

.TicketProcess fieldset .inner-fieldset {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
    width: 100%;
    max-width: 800px;
    align-self: center;
    padding: var(--padding-xl) 0;
}

.TicketProcess .inner-page-display {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    align-self: center;
}

.TicketProcess .inner-page-display .ContentColumn {
    padding: var(--padding-xl) 0;
}

.TicketProcess .inner-page-display .ContentColumn::after {
    content: '';
    width: calc(100% + 200px);
    height: 1px;
    position: absolute;
    left: -100px;
    top: 0;
    background: var(--border-color);
  }

.TicketProcess .inner-page-display #MainBox {
    background-color: transparent;
    padding: 0;
}

.TicketProcess .inner-page-display #MainBox .TableLike {
    gap: var(--gap-md)
}

.TicketProcess .inner-page-display h2,
.TicketProcess .inner-page-display .DescriptionLong {
    display: none;
}

.TicketProcess .PopupFooter {
    display: flex;
    flex-direction: column;
    gap: var(--gap-md);
    background: transparent;
    border: 0;
    padding: var(--padding-xl) 0 0;
}

.TicketProcess .PopupFooter .AdviceText {
    display: flex;
    padding: var(--padding-sm);
    background: var(--gray-light-semi);
    color: var(--black);
    border-radius: var(--border-radius-xs);
    justify-content: center;
}

.TicketProcess .PopupFooter .btn-primary {
    align-self: end;
}


} /* end @media */
