@import "event-aggregator.css";
/*  screen.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
Copyright (c) 2008- 2010 by Roger Haase
License: GNU GPL

This file was copied from Moin modernized theme and modified for fixedleft theme.

*/

/* content styles */

/* debug
* {border: 1px dotted blue;}
*/

body {
    padding: 0;
    border: 0;
}

a:link { color: blue; text-decoration: none; }
a:link:active { text-decoration: underline; color: red; }
a:visited { text-decoration: none; color: purple;}
a:visited:hover { text-decoration: none; color: red; }
a:hover { text-decoration: none; color: red; cursor: pointer;}
a.nonexistent:link {
    color: blue;
    font-weight: bold;
}
a.nonexistent:hover {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

a.download {
    font-size: 120%;
    letter-spacing: 0.05em;
    font-weight: bold;
    background: #E7E7E7;
    border: 1px solid #9C9C9C;
    padding: 0.5em;
    text-align: center;
}

textarea {
    font-size: 1em;
    font-family: monospace;
}

.disabled {
    /* IE ignore disabled attribute, but at least show items in gray */
    color: gray;
}

/* user interface styles */

#header {
    margin: 1px;
    padding: 1px;
    background: #e6eaf0;
    line-height: 1.1em;
}

#logo {
    margin: 5px 10px;
    padding: 0;
    /* For text only logo */
    font-size: 1.4em;
    line-height: 1em;
    font-weight: bold;
}

*[dir="rtl"] #logo {
    float: right;
}

#logo img {
    vertical-align: middle;
}

#logo a {
    color: black;
    text-decoration: none;
}

#username {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1em;
}
#username form {
    display: inline;
}

#username input {
    display: inline;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: blue;
    font-size: 0.82em;
    cursor: pointer;
}

#username input:hover {
    color: red;
}

#searchform {
    margin: 4px 0.5em 0 0;
    padding: 0 0 0 .5em;
    font-size: 0.82em;
    text-align: left;
}
*[dir="rtl"] #searchform {
    text-align: left;
}
#searchform input {
    font-size: 100%;
    vertical-align: middle;
}
#searchinput {
    width: 100%;
    padding-right: 0;
}
#searchform div#searchbuttons > input {
    color: blue;
}
#searchform div#searchbuttons > input:hover {
    color: red;
}

#pagetrail {
    clear: right;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

*[dir="rtl"] #pagetrail {
    clear: left;
}
#interwiki {
    font-size: 1em;
}

#locationline {
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    margin: 0.25em 12px 5px 12px;
    clear: right;
}
*[dir="rtl"] #locationline {
    clear: left;
}

#pagelocation {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

*[dir="rtl"] #pagetrail span.sep {
    visibility: hidden;
}
*[dir="rtl"] #pagetrail span.sep:after {
    content: " « ";
}

#navibar {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

#navibar li {
    border-bottom: none;
    white-space: nowrap;
}

*[dir="rtl"] #navibar li {
    float: right;
}

#navibar li.current a {
    font-weight: bold;
}

#pageline {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    /* sync these values, line-height is needed for IE */
    height: 4px;
    line-height: 4px;
    border-bottom: 1px solid #4d7da9;
    border-top: 1px solid #4d7da9;
    background: #81BBF2;
}

.editbar {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.editbar form, .editbar form div {
    display: block;
    margin: 0;
}

.editbar select {
    font-size: 100%;
    vertical-align: middle;
}

.editbar li {
    display: block;
    padding: 0;
    margin: 0;
}

#message {
    clear: both;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #c9c9c9;
    background: #E6EAF0;
}

#message p {
    margin: 5px 0;
    padding: 0;
    /* font-weight: bold; */
}

#message div.buttons {
    font-weight: normal;
}

.dialog form {
    margin: 0 15px;
}

.dialog td {
    border: none;
    padding: 5px;
}

.dialog td.label {
    text-align: right;
    font-weight: bold;
    width: 25%;
}

*[dir="rtl"] .dialog td.label {
    text-align: left;
}

.dialog td.content input {
    width: 100%;
}

#page {
    background-color: white;
    margin: 0;
    padding: 2px 20px 20px 20px;
}

/* We use here dumb css1 ids because of IE suckiness */
#editor-textarea, #editor-help {
    font-family: monospace;
    border: 1px solid #8cacbb;
    color: black;
    background-color: white;
    padding: 3px;
    width: 100%;
    margin-top: 0.5em;
}

#editor-help {
    font-size: small;
    background-color: #EEEEFF;
}

#editor-comment {
    font-size: 100%;
    border: 1px solid #8cacbb;
    color: black;
    background-color: white;
    vertical-align: middle;
    padding: 1px;
    display: inline;
    width: 70%;
}

#preview, #previewbelow {
    border: 1px solid #6C7680;
    padding: 3px;
    width: 100%;
    background: url(../img/draft.png);
    margin-top: 0.5em;
}

#textcha {
    font-size: 100%;
    margin-top: 0.5em;
    border: 2px solid #FF8888;
    color: black;
    vertical-align: middle;
    padding: 3px 2px;
}

#textcha-answer {
    border: 2px solid #000000;
    padding: 3px 2px;
}

#footer {
    clear: both;
    margin: 0;
    padding: 0;
}

#credits, #version, #timings, #authmethod {
    margin: 5px 10px;
    padding: 0;
    text-align: center;
    font-size: 0.88em;
    color: #6C7680;
}

#credits li, #timings li {
    display: inline;
    padding: 0 2px;
    margin: 0 4px;
}

#credits img {
    vertical-align: middle;
}

.diff {
    width:99%;
    table-layout: fixed;
}

.diff-header {
    font-weight: bold;
}

.diff-title {
    background-color: #C0C0C0;
}

.diff-added {
    background-color: #E0FFE0;
    vertical-align: top;
    width: 50%;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: courier, monospace;
}

.diff-removed {
    background-color: #FFFFE0;
    vertical-align: top;
    width: 50%;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: courier, monospace;
}

.diff-added span {
    background-color: #80FF80;
}

.diff-removed span {
    background-color: #FFFF80;
}

td.diff-info {
    vertical-align: top;
}

div.diff-info {
    white-space: nowrap;
}

div.diff-info-rev-comment span.diff-info-value {
    white-space: normal;
}

div.diff-info-header {
    background-color: #E8E8E8;
    width: 100%;
    padding: 0.25em 0.5em;
    margin: -0.25em -0.5em;
    margin-bottom: 0.25em;
    text-align: center;
}

td.diff-same {
    text-align: center;
    border: 0;
}

table.navigation {
    float: right;
    margin: 2px;
}

#openididentifier {
    background: url(../../common/openid.png) no-repeat;
    background-position: 0 50%;
    padding-left: 18px;
}

li p,
#content li {
    margin: .12em 0;
}

img.attachment {
    border: 1px solid #2A659D;
}


/* custom styling for fixedleft theme starts here; changes made above are minor  */

/*  ==== Wiki Page Content - defines content displayed in large right panel ==== */

#wikipagecontent {
    margin: 10px 10px 10px 20em;
}

h1, h2, h3, h4, h5 {
    cursor: url(/moin_static/fixedleft/img/scrollup.cur), url(../img/scrollup.cur), pointer;
    border-bottom: 3px solid #2A659D; }
h1 {
    clear: both;
    text-align: center;
    margin-top: 0;
    border-bottom: 5px solid #2A659D;
}

/* headers, footers, credits */
#credits, #version, #sflogo {
    clear: both;
}

ul#timings, ul#authmethod {
    color: gray;
    list-style-type: none;
}

ul#timings li, ul#authmethod li {
    /* float: left; */
    font-size: smaller;
    margin: 0 0.5em;
}

/*  extra classes mainly used for positioning images to left or right */
.clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.floatleft { float: left;  padding: 1em;}
.floatright { float: right;  padding: 1em;}
/* make <<BR>> clear any floated elements */
br { clear: both; }

/* Changes for edit page. */

/*  hide the edit page buttons and help that would normally display on the main right panel*/
input.button, #editor-help{
    display: none;
}

/* hide the extra trivial change checkbox at top of edit area */
#chktrivialtop, #chktrivialtop + label {
    display: none;
}

/* hide the gui button at top of edit area */
#xswitch2gui {
    display:none;
}

th { background-color: #B9D9F9; }
table caption { background-color: #B9D9F9; font-weight:bold; font-size: 1.5em; }


/* TOC use indentation, no numbering  */
div.table-of-contents {
    font-size: 67%;
    background: inherit;
    margin-left: 2em;
}
/* no numbers */
div.table-of-contents {
    background-color: #EEE;
    border: 1px solid #2A659D;
    box-shadow: 3px 3px 2px #2A659D;
    border-radius: 5px;
}
div.table-of-contents li {
    list-style:none;
}
div.table-of-contents > ol {
    padding: 0 1em 0 0;
    margin: 0 0 0 1em;
}
div.table-of-contents ol ol {
    padding: 0 0 0 1em;
}
p.table-of-contents-heading {
    font-weight:bold;
    padding:0;
    letter-spacing: 0em;
}
div.table-of-contents p {
    margin: 0;
    text-align: center;
}
/*  float TOC to right only if immediately after H1 */
pre {clear: both;}
h1 +*+ span + p + div.table-of-contents,
h1 + span + p + div.table-of-contents {
    float: right;
    clear: both;
}

/* sidebar options table  styling as displayed in moin-content div */
table#sidebarOptions { margin: 0 0 2em 2em; }
table#sidebarOptions th { background-color: #81BAF2; border: 1px solid #2A659D; border-collapse: collapse; }
table#sidebarOptions td { background-color: #A1CEF9; border: 1px solid #2A659D; border-collapse: collapse; }

#sidebarLogo div span { display: none; }
#sidebarLogo { display: block; }

/*  ==== end of styling modifications for Wiki Page Content on right side ==== */


/*  ====Sidebar - fixed on left side ==== */


/* sidebar icons for showing, hiding, tools, sideways menu */
#showSidebarIcon, #hideSidebarIcon, #optionsToolIcon, #sidewaysMenuIcon {
    color: #2A659D;
}
#showSidebarIcon:hover, #hideSidebarIcon:hover, #optionsToolIcon:hover, #sidewaysMenuIcon:hover {
    cursor: pointer; color: red;
}

div#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    margin: 0;
    float: left;
    width: 19em;
    padding: 0;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
}
div#sidebar li {
    white-space: nowrap;
    overflow-x: hidden;
}
div#sidebar li#sidebarIconBar {
    white-space: normal;
}

div#logo {
    margin: 10px 10px 15px 10px;
    padding: 6px;
}
#logo a {
    text-align: center;
    font-size: small;
    font-family: sans-serif;
    white-space: nowrap;
    color: blue;
    font-weight: bold;
}
#logo a:hover {
    color: red;
}

#logo img {
    vertical-align: middle;
}

ul#wikiNavMenu {
    clear: left;
}

li.sidepanel ul li  {
    display: block;
    text-align: left;
    margin: 0;
}
li.sidepanel ul li  p {
    margin: 0;
}

/* icon bar */
li.sidepanel ul#iconbar li {
    display: inline;
    padding-left: 0;
}
li.sidepanel ul#iconbar li img {
    padding: 2px;
    margin-left: 0;
}
ul#wikiNavMenu  li.sidepanel {
    font-weight: bold;
    font-size: .92em;
    list-style-type: none;
    margin: 4px 1.3em 10px 1.3em;
    padding: 5px;
    background-color: #EEE;
    border: 1px solid #2A659D;
    box-shadow: 3px 3px 2px #2A659D;
    border-radius: 5px;
}
ul#wikiNavMenu  li.sidepanel#sidebarLogo { /* undo normal panel styling */
    background-color: inherit;
    border:0;
    box-shadow: none;
    border-radius: 0;
}
ul#wikiNavMenu  li.sidepanel#sidebarLogo div { display: table; margin: 0 auto; }


ul#wikiNavMenu  li.sidepanel ul {
    font-weight: normal;
    font-size: .92em;
    list-style-type: none;
}

div#sidebar ul li {
    display: block;
    margin-left: 0;
    padding-left: .5em;
    clear: left;
}
div#sidebar ul {
    padding-left: 0em;
}
/* make links in sidebar pointing to the current page bold; thispage class set by javascript  */
li.sidepanel ul li a.thispage {
    font-weight: bold;
}

#sidebarWikiMenu li#sidebarIconBar>div {
    display: none;
}
li.sidepanel div#searchbuttons {
    display: block;
}

/*  expand/contract of sidepanels within sidebar */
li.sidepanelError > div {color: red; }
/* IE requires url relative to page, not style sheet; then fails completely if hot spot for cursor is given for other browsers */
li.sidepanel > div { cursor: url(/moin_static/fixedleft/img/dblarrow.cur), url(../img/dblarrow.cur), pointer; }
ul.sideways li.sidepanel > div, li.sidepanel > div#logo { cursor: pointer; }

li.showSidePanel img.expandIcon { display: inline; }
li.showSidePanel img.contractIcon { display: none; }
li.hideSidePanel img.expandIcon { display: none; }
li.hideSidePanel img.contractIcon { display: inline; }
div#altWikiNavMenu img.contractIcon,
div#altWikiNavMenu img.expandIcon {display: none; }

div#sidebar li.hideSidePanel ul li {display: none;}
li.hideSidePanel li a {display: none;}
li.hideSidePanel form {display: none;}

div.popup-detail > i.icon-caret-down,
div.hide-detail > i.icon-caret-down { display: none; }
div.popup-detail > i.icon-caret-right,
div.hide-detail > i.icon-caret-right { display: inline; font-size: 1.25em; color: blue; }
div.hide-detail + ul { display: none !important; }

ul#putCommentLinksHere > li > a { margin-left: 1em; }

div#sidebar li.hideSidePanel.popup-detail > ul {
    position: fixed;
    z-index: 4;
    margin: 0;
    padding: .5em;
    font-size: 1em;
    color: blue;
    border: 1px solid #2A659D;
    background-color: #E6EAF0;
    box-shadow: 3px 3px 2px #2A659D;
    border-radius: 5px;
}
div#sidebar li.hideSidePanel.popup-detail > ul > li { display: block; }
li.hideSidePanel.popup-detail li a {display: inline;}

/*  table of contents in sidebar */
div#sidebar li#sidebarTOC ul li.sidebarTOC_H1 {padding-left: 0.5em;}
div#sidebar li#sidebarTOC ul li.sidebarTOC_H2 {padding-left: 1em;}
div#sidebar li#sidebarTOC ul li.sidebarTOC_H3 {padding-left: 1.5em;}
div#sidebar li#sidebarTOC ul li.sidebarTOC_H4 {padding-left: 2em;}
div#sidebar li#sidebarTOC ul li.sidebarTOC_H5 {padding-left: 2.5em;}

/* IE and Opera have unusual defaults for ul */
ul#wikiNavMenu,  ul#wikiNavMenu ul {
    margin: 0;
    padding: 0;
}
/* end of sidepanel changes for viewing wiki page */


/* ==== sidebar panel for edit page ==== */

li.sidepanel  a:visited {
    color: blue;
}
li.sidepanel  a:hover {
    color: red;
}
li.sidepanel  li {
    font-size: 0.92em;
}

/* editor help */
div.editorhelp a {
    margin-left: 1.5em;
    font-size: .92em;
}

li#editHints .popup-detail li.hintheader,
li#editHints.popup-detail li.hint {
    font-size: 0.75em;
    margin: .1em 0 .1em 1.5em;
    padding: 0;
}
li#editHints li.hintheader {
    font-size: 0.84em;
    font-weight: bold;
    margin: 0 0 0 .5em;
}
li#editHints li.hint {
    font-size: 0.84em;
    margin: 0 0 0 1.5em;
    padding: 0;
}
/* special formatting within hints */
li#editHints li.hint span.hintital {
    font-style: italic;
}
li#editHints li.hint span.hintbold {
    font-weight: bold;
}
li#editHints li.hint span.hintboit {
    font-style: italic;
    font-weight: bold;
}

div#sidebar {
    border: 0;
    border-right: 3px solid #333;
    border-style: double;
}
/* ==== end of sidepanel for edit page ==== */


/* styling for fixedleft sideways drop down starts here */

/* icon for hide sidebar panel  */
i#hideSidebarIcon {
    position: absolute;
    top: 4px;
    left: 2px;
    cursor: pointer;
}
i#optionsToolIcon {
    position: absolute;
    top: 1.5em;
    left: 2px;
    cursor: pointer;
}
/* icons for show sidebar panel and sideways drop down menu */
div#altWikiNavMenu {
    position: fixed;
    top: 4px;
    left: 2px;
    z-index: 1;
    display: none;
}
#menuIcon { padding-top: .3em; }

/* sideways drop down  list  */
ul.sideways {
    margin: 0;
    padding: 0;
    list-style: none; font-size: 0.82em;
}
ul.sideways  li#sidebarSearch,
ul.sideways  li#sidebarLogo {
    display: none;
}

ul.sideways ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    border: 1px solid #2A659D;
    border-bottom: 2px solid #000;
    width: 9em;
}
ul.sideways li {
    position: relative;
    background: #E6EAF0;
}
ul.sideways li li {
    border: 0;
    color: blue;
    padding: 0 2px; margin: 4px;
}
ul.sideways li li ul#iconbar li{
    border: 0;
}
ul.sideways > li > ul {
    position: absolute;
    left: 13px;
    top: 0;
    box-shadow: 3px 3px 2px #2A659D;
    border-radius: 5px;
}
ul.sideways li ul li ul {
    position: absolute;
    left: 8.5em;
    top: 0em;
    z-index: 2;
    background: #E6EAF0;
    border: 0;
    width: 18em;
    overflow: hidden;
    box-shadow: 3px 3px 2px #2A659D;
    border-radius: 5px;
}

ul.sideways li a {
    text-decoration: none;
    overflow-x: hidden;
    background: #E6EAF0;
    padding: 0;
    border: 0;
    margin: 0;
}

ul.sideways > li {border: 0; }

ul.sideways ul#wikiNavMenu  li.sidepanel {
    margin: 8px 10px 10px 10px;
}

ul.sideways  ul#iconbar {
    padding: 4px 0;
}

ul.sideways li li li {display: none; }
ul.sideways > li:hover > ul { display: block; z-index: 1;}
ul.sideways li li:hover {color:red;}
ul.sideways > li > ul > li:hover >  ul { display: block; z-index:2; border: 1px solid #2A659D; }
ul.sideways > li > ul > li:hover >  ul li { display: block; z-index:3; white-space: nowrap; }

/* override show/hide icons */
ul.sideways > li > ul > li.hideSidePanel:hover >  ul li a {display: block; }
ul.sideways > li > ul > li.hideSidePanel:hover >  ul li form {display: block;}
ul.sideways li.hideSidePanel:hover form {display: block;}

ul.sideways a:hover { text-decoration: none; }
ul.sideways span#actionsGT {display: none; }
ul.sideways ul ul{border: 0; }

/* sideways TOC */
ul.sideways li.sidebarTOC_H1 {padding-left: 0.5em;}
ul.sideways li.sidebarTOC_H2 {padding-left: 1em;}
ul.sideways li.sidebarTOC_H3 {padding-left: 1.5em;}
ul.sideways li.sidebarTOC_H4 {padding-left: 2em;}
ul.sideways li.sidebarTOC_H5 {padding-left: 2.5em;}

ul.sideways li, ul.sideways li a{
    background-color: transparent;
}

li#customSidepanelEditHelp > ul > li > img{ float: left; }
/* end of sideways drop down list  */

/* copied from Mottie tablesorter blue theme and modified */
.tablesorter-default .tablesorter-header {
	/* black (unsorted) double arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-repeat: no-repeat;
	background-position: center right;
    padding-right: 18px;
    color: blue;
}
.tablesorter-default thead .tablesorter-headerAsc {
	/* black asc arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.tablesorter-default thead .tablesorter-headerDesc {
	/* black desc arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter-headerRow:hover { cursor: pointer; color: red; }
table thead { background-color: #b9d9f9; font-weight: bold; }
table tfoot { font-weight: bold; }
/* endo of Mottie tablesorter styling */

/* CHANGE THE SIDEBAR COLORS HERE */
div#sidebar, ul.sideways ul, #header, #message {
    background-color: #B9D9F9;
}

/* CHANGE COLORS OF PAGE CONTENT HERE */

div#page {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 4px 18px 18px 18px;
    margin: 18px;
}
html, body, div#wikipagecontent { background-color: #FFF; }
div#page {border: 0; }

/* gradient gradient coloring on top of page
    To make your own gradient image in a different color:
        - use your favorite image editor - or install The Gimp
        - create a 10 x 120 pixel image (can be any size you want)
        - fill with sidebar color
        - set gradient tool to go from sidebar color to page background color
        - use the gradient tool on the bottom 2/3rds of the image
        -save your image as ../htdocs/fixedleft/img/top-gradient.png
*/

body, div#wikipagecontent, div#page, div#content, h1 {
    background-color: transparent;
}
html {
    background-image: url(../img/top-gradient.png);
    background-repeat: repeat-x;
}


