/*
*
* @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com>
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.

* You should have received a copy of the GNU Affero General Public License
* along with OX App Suite. If not, see <https://www.gnu.org/licenses/agpl-3.0.txt>.
*
* Any use of the work other than as authorized under this license or copyright law is prohibited.
*
*/

.io-ox-office-preview-page-indicator {
    position: absolute;
    font-size: 30pt;
    bottom: 26px;
    right: 13px;
    color: #aaa;
    z-index: 1;
}

.io-ox-office-preview-controls {
    margin-bottom: 10px;
    margin-top: 10px;
}

.io-ox-office-preview-loading {
    font-size: 1.5em;
    text-align: center;
}

.io-ox-office-preview-page {
    width: 21cm;
    padding: 2cm;
    margin: 1cm auto 1cm auto;
}

.io-ox-office-preview-presentation {
    width: 720pt;
    margin: 1cm auto 1cm auto;
}

.io-ox-office-preview-content {
    box-shadow: 0 0 30px -5px #aaa;
    background-color: white;
}
