/*
Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
Copyright (C) 2021-2022 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     Application
 * @subsection  DynamicFields
 */

@media screen,projection,tv,handheld {

/**
 * @subsubsection     AdminDynamicFields
 */

.Header li {
    margin-left: -3px;
    padding-left: 2px;
    float: left;
    position: relative;
}

.RTL .Header li {
    margin-left: 0;
    margin-right: -3px;
    float: right;
}

.Header li.Active,
.Header li.Active:hover,
.Header li.Active:active {
    padding-left: 2px;
}

.Header a i {
    color: #aaa;
}

.Header a:hover i {
    color: #000;
}

.WidgetSimple > .DynamicFieldsContent {
    overflow: auto;
    padding: 0px 8px 10px;
}

.WidgetSimple > .DynamicFieldsPagination {
    overflow: auto;
    padding: 0px 8px 0px;
}

.WidgetSimple > .DynamicFieldsPagination span.Pagination {
    display: block;
}

.SpacingTopMini {
    margin-top: 5px;
}

.ValueRow input{
    margin-right: 13px;
}

.RTL .ValueRow input{
    margin-left: 13px;
}
}/* end @media */
