/**
 *
 * (c) Copyright Ascensio System SIA 2025
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */

.icon-onlyoffice-new-docx {
  background-image: url("../img/new-docx.svg");
}

.icon-onlyoffice-new-xlsx {
  background-image: url("../img/new-xlsx.svg");
}

.icon-onlyoffice-new-pptx {
  background-image: url("../img/new-pptx.svg");
}

.icon-onlyoffice-new-pdf {
  background-image: url("../img/new-pdf.svg");
}

.icon-onlyoffice-open,
.icon-onlyoffice-convert,
.icon-onlyoffice-download,
.icon-onlyoffice-create {
  background-image: url("../img/app-dark.svg");
}

.AscDesktopEditor #content-wrapper {
  padding-top: 0;
}

.AscDesktopEditor #controls,
.AscDesktopEditor #app-sidebar {
  top: 0;
}

/* onlyoffice-inline */
body.onlyoffice-inline #content-wrapper {
  overflow: hidden;
  overscroll-behavior-y: none;
}

body.onlyoffice-inline #app-navigation,
body.onlyoffice-inline .searchbox,
body.onlyoffice-inline #app-content #controls {
  display: none;
}

body.onlyoffice-inline #app-navigation-toggle {
  display: none !important;
}

body.onlyoffice-inline #content #app-content {
  margin-left: 0;
  overflow: hidden;
}

#onlyoffice-frame {
  background-color: #fff;
  display: block;
  height: calc(100vh - 45px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 110;
}

.onlyoffice-public-open {
  display: inline-block;
  margin-top: 10px;
}

/* AscDesktopEditor */
.AscDesktopEditor #header {
  display: none;
}

.AscDesktopEditor #body-user table.multiselect thead {
  top: 44px;
}

.AscDesktopEditor #body-user #gallery-button {
  display: none;
}

.onlyoffice-download-container {
  display: flex;
}

.onlyoffice-download-container p {
  margin-right: 10px;
  padding-top: 10px;
}
