/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 * <link href="guide.css" rel="Stylesheet" type="text/css">
*/
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                     LIBREOFFICE GUIDES IN BROWSER                 +
+                          FORMAT STYLESHEET                        +
+                           WESTERN LANGUAGES                       +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* =============== NEWguideformats.css ================= */
html {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", "DejaVu Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif, FreeSerif, NanumGothic, "Noto Sans Tibetan", Taprom, 'Liberation Sans';
}

#SECLOGOregion {
    background-color: var(--frame-bg-color);
    padding: 5px;
    z-index:100;
    border-bottom:var(--frame-border);
}
#SECLOGOregion img{
    height: 100%;
    width: 100%;
    object-fit:contain;
}

#SECGUIDEregion {
    background-color: var(--frame-bg-color);
    padding: 10px;
    z-index:100;
    border-bottom:var(--frame-border);
}
#SECGUIDEregion > p {
    margin-top:10px;
    padding:0px;
    font-size:1.6em;
}

#SECTITLEregion {
    background-color: var(--frame-bg-color);
    padding: 0px 10px 0px 10px;
    border-bottom:var(--frame-border);
}
#SECTITLEregion > p{
    padding:0px;
    margin:0px;
    font-size:1.6em;
}
#SECTITLEregion > p.Subtitle{
    display:none;
}

#SECTOCregion {
    padding: 10px;
    overflow-y:auto;
}


#SECBOOKTOCregion {
    overflow-y:auto;
}
#SECBOOKTOCregion ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
#SECBOOKTOCregion p {
    margin:0;
    padding:0;
    font-size:0.8em;
    font-family: sans-serif;
}

#SECIMPRINTregion p {
    font-size:0.75em;
    margin-top:0;
}
#SECIMPRINTregion {
    background-color: var(--frame-bg-color);
    padding: 5px 10px 5px 10px;
    border-top:var(--frame-border)
}

#SECSEARCHregion {
    background-color: var(--frame-bg-color);
    padding: 10px;
    border-top:var(--frame-border)
}
#SECNAVregion {
    background-color: var(--frame-bg-color);
    padding: 10px;
    border-top:var(--frame-border)
}

#SECDONATIONregion {
    background-color: var(--frame-bg-color);
    z-index:100;
    padding: 10px;
    border-bottom:var(--frame-border);
}


#SECDISPLAYAREAregion {
    padding: 40px;
    overflow-y:auto;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
}
#SECDISPLAYAREAregion img {
  border: 0px;
  transition:transform .2s; /* Animation */
  transition-property: border;
  box-shadow: 10px 10px 5px grey;
}
#SECDISPLAYAREAregion img:hover {
    transform: scale(1.3);
    background-color:white;
}

#SECDISPLAYAREAregion p{
    font-size:1.15rem;
}

/*Modifications*/

#SECDISPLAYAREAregion h1 {
font-size:1.6rem;
}
#SECDISPLAYAREAregion h1.Heading1First {
font-size:1.6rem;
}
#SECDISPLAYAREAregion h2 {
font-size:1.5rem;
}
#SECDISPLAYAREAregion h3 {
font-size:1.25rem;
}
#SECDISPLAYAREAregion h4 {
font-size:1.25rem;
}
#SECDISPLAYAREAregion p.TableContents {
font-size:1rem;
}
#SECDISPLAYAREAregion p.TableHeading {
font-size:1rem;
}
#SECDISPLAYAREAregion p.Code {
font-size:0.95rem;
}
#SECDISPLAYAREAregion p.LegendNumbered {
font-size:1rem;
text-indent:-1.7rem;
}

/*Listas*/
#SECDISPLAYAREAregion p.List1 {
  text-indent:-1rem;
}
#SECDISPLAYAREAregion p.List2 {
  text-indent:-1.2rem;
}
#SECDISPLAYAREAregion p.Numbering1 {
  text-indent:-1.3rem;
}
#SECDISPLAYAREAregion p.Numbering2 {
  text-indent:-1.3rem;
}
#SECDISPLAYAREAregion p.Numbering3 {
  text-indent:-1.2rem;
}
#SECDISPLAYAREAregion p.HeadingCaution {
  font-size:1.25rem;
  padding-top:0.3rem;
  color:#a33f03
}
#SECDISPLAYAREAregion  p.HeadingNote {
  font-size:1.25rem;
  padding-top:0.3rem;
  color:#106803;
}
#SECDISPLAYAREAregion p.HeadingTip {
  font-size:1.25rem;
  padding-top:0.3rem;
  color:#023f62
}

