/***********************************************************************
**  MODIFIED BY HEMIOLA SUN
**
**
**  skin.css
**  Copyright 2016-2020 Petko Yotov www.pmwiki.org/petko
**  
**  Partially based on pmwiki.css:
**  Copyright 2004-2006 Patrick R. Michaud pmichaud@pobox.com
**  Copyright 2006 Hagan Fox
**  
**  This file is part of PmWiki; 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 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
**  
**  This skin was implemented with a mobile-first approach.
**  It should work reasonably well with browsers released since 2009.
**  This CSS uses relative "Reference pixel" dimensions.
***********************************************************************/
body {
  text-autospace: normal;
}

#wikimenu-toggle{
  display: none;
}

#wikimenu-toggle-label { 
  background-image: url(xmenu.svg); 
}

#wikimenu-toggle-label {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  float:right;
  margin: 8px;
  z-index: 3;
}

#wikisidebar {
  display: none;
}

#wikimenu-toggle:checked ~ * #wikisidebar {   
  display: block;
  background-color: var(--bg-color);
}


/* These control the fixed-width text elements of the page */
/*pre, code { 
  font-size: 14px; 
}*/
pre, code, .diffmarkup { 
  font-family: monospace; 
}

pre { 
  line-height: 120%; 
}
pre code, code code, pre pre {  
  font-size:100%; 
}
pre, code.escaped { 
  max-width: 100%; 
}

/* Large tables can scroll */
div.scrollable { max-width: 100%; overflow: auto; border: 1px dotted red;}

#wikiedit form { margin:0px; width:100%; max-width:100%; }
#wikiedit textarea { 
  width:99.5%; 
  max-width:99.5%; 
  max-height: 60vh;
  font-family: monospace;
}
#wikiedit input { max-width:99.5%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

input, img, iframe {
  max-width: 100%;
}
dd {
  margin-left: 2em;
}
ul, ol {
  margin: 0;
}

select, textarea, input {
  font-size: 0.95rem;
}




/* xlpage-utf-8.php */
.rtl, .rtl * {direction:rtl; unicode-bidi:bidi-override;}
.ltr, .ltr * {direction:ltr; unicode-bidi:bidi-override;}
.rtl .indent, .rtl.indent, .rtl .outdent, .rtl.outdent {
  margin-left:0; margin-right: 15px;
}

/* pmwiki.php */
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
code.escaped { 
  white-space: pre; 
  display: inline-block;
  vertical-align: bottom;
  text-indent: 0;
}
.vspace { margin-top:25px; }
.indent { margin-left:15px; }
.outdent { margin-left:15px; text-indent:-15px; }
a.createlinktext { text-decoration: underline dotted gray;}
a.createlink { text-decoration:none; position:relative; top:-7px;
  font-weight:bold; font-size:smaller; border-bottom:none; }
img { border:0px; }

/* Prevent white space below vertically stacked images */
div.imgonly img, div.imgcaption img:first-child { vertical-align: bottom; }

/* wikistyles.php */
.frame { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
.lfloat { float:left; margin-right:7px; }
.rfloat { float:right; margin-left:7px; }

/* stdmarkup.php */
table.markup { border:2px dotted #ccf; width:100%; }
/* td.markup1, td.markup2 { padding-left:0px; padding-right:0px; } */
table.horiz td.markup1, table.vert td.markup1 { 
  border-bottom:1px solid #ccf; border-right: none; width: auto; }
table.horiz td.markup1, table.horiz td.markup2 {
  /* horizontal markup tables to vertical */
  display: block; }
table.markup caption { text-align:left; }
div.faq p, div.faq pre { margin-left:15px; }
div.faq p.question { margin: 0; font-weight:bold; }
div.faqtoc div.faq * { display:none; }
div.faqtoc div.faq p.question 
  { display:block; font-weight:normal; margin:7px 0 7px 15px; line-height:normal; }
div.faqtoc div.faq p.question * { display:inline; }    

/* simuledit.php */
.editconflict { color:green; 
  font-style:italic; margin-top:20px; margin-bottom:20px; }

/* pagerev.php */
.diffbox { border-left:1px #999 solid; margin-top:20px; font-size:12px;  }
.diffauthor { font-weight:bold; }
.diffchangesum { font-weight:bold; }
.difftime { background-color:#ddd; }
.difftype { font-weight:bold; }
.diffadd { border-left:5px #9f9 solid; padding-left:5px; }
.diffdel { border-left:5px #ff9 solid; padding-left:5px; }
.diffrestore { margin:20px 0px; }
.diffmarkup { font-size:14px;  } 
.diffmarkup del { background:#ff9; text-decoration: none; }
.diffmarkup ins { background:#9f9; text-decoration: none; }

/* urlapprove.php */
.apprlink { font-size:smaller; }

/* vardoc.php */
a.varlink { text-decoration:none; }

#wikiedit-minoredit {
  white-space: nowrap;
}

/* In HTML5 only styles are valid for alignment */
td.left,   th.left   { text-align: left;}
td.center, th.center { text-align: center;}
td.right,  th.right  { text-align: right;}
td.top,    th.top    { vertical-align: top;}
td.bottom, th.bottom { vertical-align: bottom;}
td.middle, th.middle { vertical-align: middle;}

.noPmTOC {display:none;}
.PmTOCdiv { display: inline-block; font-size: 13px; overflow: auto; max-height: 500px;}
.PmTOCdiv a { text-decoration: none;}
.back-arrow {font-size: .9em; text-decoration: none;}
#PmTOCchk + label {cursor: pointer;}
#PmTOCchk {display: none;}
#PmTOCchk:not(:checked) + label > .pmtoc-show {display: none;}
#PmTOCchk:checked + label > .pmtoc-hide {display: none;}
#PmTOCchk:checked + label + div {display: none;}

table.simpletable {
  border-collapse: collapse;
}
table.simpletable tr:nth-child(odd) {
  background-color: #eee;
}
table.simpletable th {
  background-color: #ccc;
}
table.simpletable th, table.simpletable td {
  border: 1px solid #888;
}

table.sortable th {
  cursor: pointer;
}

table.sortable th:hover::after {
  color: inherit;
  content: "\00A0\025B8";
}

table.sortable th::after {
  color: transparent;
  content: "\00A0\025B8";
}

table.sortable th.dir-u::after {
  color: inherit;
  content: "\00A0\025BE";
}

table.sortable th.dir-d::after {
  color: inherit;
  content: "\00A0\025B4";
}

*[data-pmtoggle], .pmtoggleall {
  cursor: pointer;
  font-weight: bold;
}
*[data-pmtoggle]::before {
  content: "\025BE\00A0";
  float: left;
}
*[data-pmtoggle="closed"]::before {
  content: "\025B8\00A0";
}

*[data-pmtoggle] + * {
  margin-left: .8em;
}
*[data-pmtoggle="closed"] + * {
  display: none;
}


.disclaimer {
  display: none !important;
}


/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:8px; }
  #wikihead, #wikisidebar, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
  *[data-pmtoggle="closed"] + * { display: inherit; }
  *[data-pmtoggle="closed"]::before { content: "\025BE\00A0"; }

}

/* Fade-in animation */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

