/*
 * 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="guideformats.css" rel="Stylesheet" type="text/css">
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                     LIBREOFFICE GUIDES IN BROWSER                 +
+                          FORMAT STYLESHEET                        +
+                           WESTERN LANGUAGES                       +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* ====== NEW guideformats.css == For use in 26 guides ========= */
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-weight:normal;
    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;
}
 span.ChapterNumber {
    font-style:normal;
    font-weight:normal;
    font-size:1.6rem;
    }


#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 p.Textbody, p.BodyTextListIntro {
    font-size:1.15rem;
}*/

#SECDISPLAYAREAregion h1, h1.Heading1First {
font-size:1.5rem;
}
#SECDISPLAYAREAregion h2 {
font-size:1.4rem;
}
#SECDISPLAYAREAregion h3, h4 {
font-size:1.25rem;
}

#SECDISPLAYAREAregion p.TableContents, p.TableHeading  {
font-size:1rem;
}


#SECDISPLAYAREAregion p.Code {
font-size:0.95rem;
}
#SECDISPLAYAREAregion p.LegendNumbered {
font-size:1rem;
text-indent:-1.7rem;
}

#SECDISPLAYAREAregionp.DefinitionTerm {
margin-left:2rem;
}

#SECDISPLAYAREAregion p.Textbodyindent, p.DefinitionTerm2, p.ListContents, p.Numbering1Cont, p.List1Cont {
margin-left:4rem;
}
#SECDISPLAYAREAregion p.BodyTextIndented2, p.Numbering2Cont, p.List2Cont {
margin-left:5.5rem;
}


/*Listas*/
#SECDISPLAYAREAregion p.List1 {
  text-indent:-1.6rem;
}
#SECDISPLAYAREAregion .List1_1 {
padding-left:4.015748rem;/*todo el bloque*/
clear:left;
}
#SECDISPLAYAREAregion .List1_1 > li > p:first-of-type {
text-indent:-1.6rem;
}
#SECDISPLAYAREAregion .List1_1 > li > p:first-of-type::before {
content:'• ';
font-family:OpenSymbol;
display:inline-block;
width:1.6rem;
text-indent:0;
}


#SECDISPLAYAREAregion p.List2 {
  text-indent:-1.9rem;
}
#SECDISPLAYAREAregion .List2_1 {
padding-left:5.5rem;/*todo el bloque*/
clear:left;
}
#SECDISPLAYAREAregion .List2_1 > li > p:first-of-type {
text-indent:-1.9rem;
}
#SECDISPLAYAREAregion .List2_1 > li > p:first-of-type::before {
content:'–';
font-family:OpenSymbol;
display:inline-block;
width:1.9rem;
text-indent:0;
}

#SECDISPLAYAREAregion p.Numbering1 {
  text-indent:-2rem;
}
#SECDISPLAYAREAregion .Numbering1_1 {
padding-left:4rem; /*todo el bloque*/
counter-reset:Numbering1_1 0;
clear:left;
}
#SECDISPLAYAREAregion .Numbering1_1 > li > p:first-of-type::before {
counter-increment:Numbering1_1;
content:counter(Numbering1_1,decimal) ') ';
display:inline-block;
width:2rem;
text-indent:0;}


#SECDISPLAYAREAregion p.Numbering2 {
  text-indent:-1.8rem;
}
#SECDISPLAYAREAregion .Numbering2_1 {
padding-left:5.5rem; /*todo el bloque*/
counter-reset:Numbering2_1 0;
clear:left;
} 
#SECDISPLAYAREAregion .Numbering2_1 > li > p:first-of-type::before {
counter-increment:Numbering2_1;
content:counter(Numbering2_1,lower-alpha) ') ';
display:inline-block;
width:1.8rem;
text-indent:0;
}

#SECDISPLAYAREAregion p.Numbering3 {
  text-indent:-1.5rem;
}
#SECDISPLAYAREAregion .Numbering3_1 > li > p:first-of-type::before {
counter-increment:Numbering3_1;
content:counter(Numbering3_1,lower-roman) ') ';
display:inline-block;
width:1.5rem; /*width:1.3rem;*/
text-indent:0;
}
#SECDISPLAYAREAregion .Numbering3_1 {
padding-left:7.rem; /*todo el bloque*/
counter-reset:Numbering3_1 0;
clear:left;
}

#SECDISPLAYAREAregion p.HeadingCaution {
  font-size:1.25rem;
  margin-left:2.5rem;
  margin-right:2.5rem;
  padding-top:0.3rem;
  color:#a33f03
}
#SECDISPLAYAREAregion  p.HeadingNote {
  font-size:1.25rem;
  margin-left:2.5rem;
  margin-right:2.5rem;
  padding-top:0.3rem;
  color:#106803;
}
#SECDISPLAYAREAregion p.HeadingTip {
  font-size:1.25rem;
  margin-left:2.5rem;
  margin-right:2.5rem;
  text-indent:0;
  padding-top:0.3rem;
  color:#023f62
}
