/* OTOBO is a web-based ticketing system for service organisations.

Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
Copyright (C) 2019-2026 Rother OSS GmbH, https://otobo.io/

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

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

@media screen,projection,tv,handheld {

#Footer {
    margin-top: 1px;
    min-height: 15px;
    padding: 12px 9px 8px;
    font-size: 10px;
    clear: both;
    text-align: center;
    position: relative;
}

#Footer a,
#Footer ul li a {
    color: var(--colBGDark);
}

#Footer a:hover,
#Footer ul li a:hover {
    text-decoration: underline;
}

#Footer ul {
    position: absolute;
    top: 12px;
    left: 212px;
    right: auto;
}

.RTL #Footer ul {
    left: auto;
    right: 212px;
}

#Footer ul li {
    float: left;
    padding: 0 4px 0 4px;
    border-left: 1px solid var(--colBGDark);
}

.RTL #Footer ul li {
    float: right;
    border-left: none;
    border-right: 1px solid var(--colBGDark);
}

#Footer ul li:first-child {
    border: none;
}

} /* end @media */
