h1.toptitle {font-size: 3em;}
ul.catmenu-level1 {}
.catmenu-level1 a,.catmenu-level2 a,.catmenu-level3 a,.catmenu-level4 a {
    text-decoration: none !important;
    display: inline-block;
    width: 70%;
    color: white;
    line-height: 2.5;
    margin-left: 4%;
    overflow: hidden;
    font-size: 0.9em;
    clear:both;
}
a.catmenu_down {
    width: 10% !important;
    display: block;
    margin: 0;
    float: right;
    padding: 1px 10px 0 0;
    font-size: 1em;
    text-align: right;
}
.catmenu-level2 li a {
    color: #202020;
}


ul.catmenu-level1 a:hover {text-decoration:underline; color:silver;}
ul.catmenu-level1, ul.catmenu-level2, ul.catmenu-level3, ul.catmenu-level4, ul.catmenu-level5 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
ul.catmenu-level1 li, ul.catmenu-level2 li, ul.catmenu-level3 li, ul.catmenu-level4 li, ul.catmenu-level5 li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
ul.catmenu-level2, ul.catmenu-level3, ul.catmenu-level4, ul.catmenu-level5 { display: none; }

.manual_menu li {
    font-weight: bold;
    background-color: #f1f1f1;
    border-color: #ddd;
    padding: 0;
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    background-color: #363636;

}
/*
ul.catmenu-level1 li {
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: bold;
    background-color: #f1f1f1;
    border-color: #ddd;
    padding: 0;
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    background: #363636;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

}
*/

ul.catmenu-level1 li:hover {}
ul.catmenu-level2 li {
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    font-weight: bold;
    background-color: #f0f0f0;
    border-color: silver;
    padding: 0;
}
ul.catmenu-level3 li:first-child {border-top: 1px solid silver;}
ul.catmenu-level3 li {background-color: #EEEEEE;}
ul.catmenu-level4 li {background-color: #ffffff;}
.active_menu ul { display: block;}
.active_menu ul li ul  { display: none;}
.active_menu ul li { background: #f8f8f8;}

.black-gradient {
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.manual_content {
    display: inline-block;
    margin-bottom: 20px;
    z-index: 2;
    background: #ffffff;
    padding: 2em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 0.95em;
}
.manual_content h1 {
    font-size: 1.2em;
    color: white;
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #141414;
    padding-bottom: 10px;
    background-color: #363636;
    background: #363636;
    padding: 5px;
    padding-left: 10px;
    line-height: 1.5;
}
.manual_content h2 {
    font-size: 1em;
    color: #141414;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.manual_editlinks { float: right;}
.manual_editlinks a {
    text-decoration: none;
    opacity: 0.8;
    color: silver;
    line-height: 2.1;
    margin-right: 5px;
    font-size: 1em;
}
.manual_editlinks a:hover { opacity: 1;}
.manual_menu {
    width: 100%;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.menuedit { margin-top: 80px;}
.manuals_toolbar { padding: 10px;}
.manual_content img {
    max-width: 100%;
    image-rendering: auto;

}
.catmenu-level1 .active_menu {background-color: #202020;}
.catmenu-level2 .active_menu, .catmenu-level3 .active_menu, .catmenu-level4 .active_menu  {
   background-color: #ffffff;
}

.graybox {
    background: #f1f1f1;
    padding: 5px;
    text-transform: initial;
}
span.graybox {display: block;}
.lightgray {
    background: #f1f1f1;
    padding: 5px;
    text-transform: initial;
    box-sizing: border-box;
}
.darkgray {
    background: #dadada;
    padding: 5px;
    text-transform: initial;
    box-sizing: border-box;
}
.gray {
    background: #e8e8e8;
    padding: 5px;
    text-transform: initial;
    box-sizing: border-box;
}
span.gray,span.lightgray {
    display: block;
    box-sizing: border-box;
}
.manual_content article.graybox {
	background: #f1f1f1;
}
.manual_content article.graybox, .manual_content article.gray, .manual_content article.lightgray, .manual_content article.darkgray {
    border: 1px solid white;
    box-sizing: border-box;
    padding: 5px;
    color: black !important;
}
segment.fullgrid.graybox {
    background: #f2f2f2;
    color: initial;
    box-sizing: border-box;
    border: 1px solid white;
}
.manual_content article.whitebox {
    border: 1px solid white;
    background: #ffffff;
    box-sizing: border-box;
    padding: 5px;
    color: initial;
}
.menuedit a {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid silver;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    font-size: 0.9em;
}
.menuedit a:hover {
    background-color: #202020;
    color: white;
}
/* .active_menu {border: 1px solid white !important;} 

ul.catmenu-level2 .active_menu a {
    color: red !important;
}
*/
ul.catmenu-level2 .active_menu li a {
    color: initial !important;
}
span.label {
    font-size: 1em;
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: normal;
    white-space: normal;
    line-height: 1.5;
}
.cat_delete{
    color: white;
    border:0;
}
span.cat_nextpage {
    float: right;
    padding-top: 10px;
    width: 100%;
    text-align: right;
    border-top: 1px solid silver;
    margin-top:10px;
}
span.cat_nextpage a {
    color: gray;
    text-decoration: none;
}
span.cat_nextpage a:hover {
    color: black;
    text-decoration: underline;
}
span.bluecircle ol,span.redcircle ol {list-style: none;}
span.bluecircle li,span.redcircle li { margin-bottom: 5px;counter-increment: item;}
span.bluecircle li:before,span.redcircle li:before  {
    content: counter(item);
    border-radius: 100%;
    color: white;
    text-align: center;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6;
}
span.bluecircle li:before {background: #2DB2EA;}
span.redcircle li:before {background: red;}
span.margin {
    margin: 10px;
    display: inline-block;
}

/* fancy list */
span.fancylist {
    display: block;
    box-shadow: 0px 2px 2px silver;
    border: 1px solid #f1f1f1;
}
.fancylist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fancylist ul li ul {
    list-style: none;
    padding: 5px;
}
.fancylist ul li {
    background-color: #f1f1f1;
    padding-left: 5px;
    line-height: 2;
    margin-bottom: 2px;
}
.fancylist ul li a {
    text-decoration: none;
    display: block;
}
.fancylist ul li ul li {
    background: #ffffff;
    display: block;
    line-height: 2;
    padding-right: 5px;
    margin-bottom: 2px;
}
.fancylist ul li ul li a {
    text-decoration: none;
    padding-left: 10px;
}
.fancylist ul li ul li ul li {
    background: #f1f1f1;
}
.fancylist ul li ul li ul li ul li {
    background-color: #e6e6e6;
}
a {color: #202020;}
a.anchor:hover {text-decoration: underline;}
a.anchor {text-decoration: none;}
a.anchor:before {
    content: '\f041  ';
    font-family: FontAwesome;
    font-size: 0.8em;
    opacity: 0.3;
}
.nbgreen {background-color: #5cb85c;}
.nbred {background-color: red;}
.nbblue {background-color: #2DB2EA;}
.nbgreen,.nbblue,.nbred {
    width: 20px;
    margin: 5px;
    font-size: 1em;
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: normal;
    white-space: normal;
    line-height: 1.5;
    vertical-align: baseline;
    border-radius: .25em;
    text-align: center;
    color: #ffffff;
    font-weight: bold;

}
#breadcrumbs {
    display: block;
    text-align: right;
    padding-bottom: 5px;
    color: #202020;
    text-transform: uppercase;
    margin-top: -1.5em;
    padding-right: 5px;
}
#breadcrumbs a { text-decoration: none; }
#breadcrumbs a:hover { text-decoration: underline; }
.border {
	border: 1px solid #888888;
    display: inherit;
    width: auto;
}

.userleveltext {
    border: 1px dotted silver;
    display: inline-block;
    box-sizing: border-box;
}

.userleveltext small {
    display: block;
    color: red;
    font-size: 0.8em;
}

.manual_printlink {
    float: right;
    color: gray;
    
}
.manual_printlink a {
    text-decoration: none;
    opacity: 0.8;
    color: silver;
    line-height: 2.1;
    margin-right: 5px;
    font-size: 1em;
}
.manual_printlink,.manual_editlinks { 
margin-top: 4px;
}
@media screen and (min-width: 48em) {
 .manual_menu { width: 90%; }
}

.keywords {
    font-size: 0.7em;
    margin-top: 50px;
    display: block;
    color: gray;
    font-family: monospace;
    font-style: italic;
}


.breadcrumb {background: rgb(54 54 54); border: 0px solid rgba(255, 255, 255, 1); border-radius: 0px; display: block;}
.breadcrumb li {font-size: 0.9em; font-weight:bold;padding-left:5px;}
.breadcrumb a {color: rgba(224, 224, 224, 1); text-decoration:none;}
.breadcrumb a:hover {color: #fff; text-decoration: underline;}
.breadcrumb>.active {color: rgba(191, 191, 191, 1);}
.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content:"\002F\00a0"; padding-right:8px;}



body.darkmode .manual_content {background-color: #2d2e2f;border: 1px solid #151515;}
body.darkmode .manual_menu {border: 1px solid #151515;}
body.darkmode .manual_menu li {background-color: #2d2e2f; border-bottom: 1px solid #1f2021;}
body.darkmode ul.catmenu-level2 li  {background-color: #38393a; border-color: #1f2021;}
body.darkmode ul.catmenu-level3 li {background-color: #404142;}
body.darkmode ul.catmenu-level4 li {background-color: #484a4c;}
body.darkmode .catmenu-level2 li a {color: #d1d1d1 !important;}
body.darkmode .graybox {background: #363636;}
body.darkmode .manual_content h2 {color: #f1f1f1;}
body.darkmode .fancylist ul li {background-color: #363636;}
body.darkmode .fancylist ul li ul li {background: #404040;}
body.darkmode .fancylist ul li ul li ul li {background: #4c4b4b;}
body.darkmode .fancylist ul li ul li ul li ul li {background-color: #484848;}
body.darkmode span.fancylist {box-shadow: 0px 2px 2px #1c1c1c;border: 1px solid #1f2021;}
body.darkmode .catmenu-level1 a, body.darkmode .catmenu-level2 a, 
body.darkmode .catmenu-level3 a, body.darkmode .catmenu-level4 a {color: #cbcccc !important;}
body.darkmode a, body.darkmode a:visited {color: #b7b7b7 !important;}
body.darkmode .darkgray {background: #3c3d3e;}
body.darkmode .gray {background: #363638;}
body.darkmode .lightgray {background: #353536;}
body.darkmode .manual_content article.graybox, body.darkmode .manual_content article.gray,
body.darkmode .manual_content article.lightgray, body.darkmode .manual_content article.darkgray {
    border: 1px solid #1f2021;
    color: #dddddd !important;
}
body.darkmode .label-success {background-color: #668366;}
body.darkmode .manual_content article.whitebox {
    border: 1px solid #1f2021;
    background: #3e3d3d;
    color: #dddddd;
}