/* Copyright © Fuchs IT Services */

/* ROOT ~/

/* Import css style*/

@import "img.css"; 

/* FONTS */

@font-face {
	font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"),
         url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype');
}

/* Import Monospace to code */

@font-face {
    font-family: 'monospace'; 
    src: url('../fonts/Monospace/monospace.ttf');
}

/* MAIN STYLE*/

html {
	width: 100%;
	height: 100%; 
	margin: 0px; 
	padding: 0px;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	color: #000;
	padding: 10px;
	margin: 0;
}

h1 {
	font-size: 2.25em;
    line-height: 1.226em;
    font-weight: 300;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding: 0;
}

a {
	color: #b6b6b6; 
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	margin: 10px;
}

th, td {
	padding: 5px;
}

th {
	text-align: left;
	background-color: black;
	color: white;
}

tr:nth-child(even) {
	background-color: #eee;
}

input, select, textarea, button {
	font-family:'Montserrat', sans-serif;
}

.ok {
	background-color: #00ff00;
}

a[title=top] {
	margin-bottom: 50px;
	float: right;
}

#main.main_nav {
	position: absolute;
	top: 125px;
	left: 300px; 
	right: 0;
	padding: 0rem 1.5rem 1.5rem 0rem;
    margin: 0;
	overflow: inherit; 
}

#main {
	margin: auto;
	max-width: 1920px;
	padding-bottom: 30px;
}

#main h1 {
	font-size: 2.25em;
    line-height: 1.226em;
    font-weight: 300;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding: 0;
}

#main h2 {
    font-size: 1.625em;
    font-weight: 400;
    margin-top: 1em;
    padding: 1em 0 0;
	border-color: #d5dbdb;
    border-top-width: 1px;
    border-top-style: solid;
}

#main h2, #main h3 {
    line-height: 1.226em;
    margin-bottom: .75em;
}

#main a {
    color: #005cb2;
}

#main pre {
    border-color: #aab7b8;
	margin: 1.6rem 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 0;
	line-height: 1.5em;
	width: max-content;
}

#main pre code {
    background-color: #f9f9f9;
	display: block;
    padding: 1rem 2rem 1rem 1rem;
}

#main pre code[class=language-bash] {
    background-color: #000;
	font-family: "Courier New", monospace;
	color: #bbb;
	font-size: 10pt;
}

#main pre code[class=language-code] {
    background-color: #fff;
	font-size: 10pt;
    padding: 0;
	display: table;
}

#main pre code[class=language-ansible] {
    background-color: #fff;
	font-family: "Courier New", monospace;
	font-size: 10pt;
}

#main pre code[class=language-text] {
    background-color: #fff;
	font-family: "Courier New", monospace;
}

#main code {
	font-size: 12pt;
}

.print {
	width: 100%;
	text-align: right;
}

/* HEADER */

/*
header {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px; 
	padding: 0px;
	width: 100%;
	height: 125px; 
	overflow: hidden;
	z-index: 1;
}

.logo {
	min-width: 225px;
	min-height: 50px;
	margin-left: 25px;
	margin-top: 25px;
	background: url(../images/header.png) left top no-repeat;
}
*/

.logo {
	min-width: 225px;
	min-height: 50px;
	margin-left: 25px;
	margin-top: 25px;
	width: 300px;
}

.breadcrumb {
	height: 15px; 
	text-align: left; 
	width: 100%;
	max-width: 1920px;
	color: #b6b6b6; 
	font-size: 14px; 
	position: relative; 
	margin-left: 300px;
	margin-top: 5px;
	font-style: italic;
}

/* TOP MENU */

.nav {
    height: 125px;
    width: 100%;
    position: relative;
}
  
.nav > .nav-header {
    display: inline;
}
  
.nav > .nav-header > .nav-title {
    display: inline-block;
}
  
.nav > .nav-btn {
    display: none;
}
  
.nav > .nav-links {
    display: inline;
    float: right;
    font-size: 14px;
	margin-top: 25px;
}

.nav > .nav-links > ul li a{
    display: block;
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 5px;
	padding-right: 5px;
    color: #000;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
}

.nav > .nav-links > ul{
    padding: 0;
    margin-top: 5px;
    list-style: none;
    position: relative;
}

.nav > .nav-links > ul li{
    display: inline-block;
	margin: 0px 20px;
}

.nav > .nav-links > ul li a{
	border: 1px solid;
    border-color: transparent;
}
	
.nav > .nav-links > ul li.active a{
	border: 1px solid;
	border-color: #005cb2;
	border-radius: 5px;
}

.nav > .nav-links > ul li a:hover{
	border: 1px solid;
    border-color: #005cb2;
	border-radius: 5px;
	color: #005cb2;
}
  
  .nav > #nav-check {
    display: none;
}

/* MOBILE */
  
@media (max-width:750px) {
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
	  margin-top: 15px;
    }
    .nav > .nav-btn > label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 13px;
    }
    .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
      cursor: pointer;
    }
    .nav > .nav-btn > label > span {
      display: block;
      width: 25px;
      height: 10px;
      border-top: 2px solid #000;
    }
    .nav > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      background-color: #fff;
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 50px;
      left: 0px;
    }
    .nav > .nav-links > ul li a {
      display: block;
      width: 100%;
	  padding-top: 5px;
    }
	.nav > .nav-links > ul {
    margin-top: 25px;
	}
    /*   */
	.nav > .nav-links > ul li.active a{
	  border: none;
	}

    
      .nav > .nav-links > ul li{
        display: block;
        margin: auto;
        padding: 0;
		border-top: 1px solid;
		border-color: #005cb2;
         
      }
      .nav > .nav-links > ul li a{
          text-align: center;
      }
      .nav .nav-links ul a.icon{
        margin-left: 33%;
      }

    /*   */
    .nav > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
      height: calc(100vh - 50px);
      overflow-y: auto;
    }
	#main pre {
        white-space: pre-wrap;
        word-break: break-all;
        text-align: justify;
		width: 100%;
    }
}

/* LEFT MENU */
#nav {	top: 125px;
	bottom: 35px;
	left: 0; 
	margin: 0px; 
	padding-top: 100px;
	padding-bottom: 10px;
	width: 300px;
	overflow: hidden;
	z-index: 2;
}

.nav-link-list {
	list-style: none; 
	width: auto; 
	display: block; 
	padding-left: 20px;
}
.nav-link-list > li {
	margin-bottom: 5px;
	margin-left: 10px;
}
.nav-link-list a.nav-link {
	width: 250px; 
	height: 35px; 
	color: #000;  
	line-height: 30px; 
	display: block;
}

a.current {
	font-weight: bold;
}

.nav-link-list > li:hover > a.nav-link {
	color: #005cb2;
}

.nav-link-list > li ul li:hover > a.nav-link {
	color: #005cb2;
}

.nav-link-list > li ul li{
	margin-left: -15px;
}

/* MOBILE LEFT MENU */
  
@media (max-width:750px) {
	
}

/* FOOTER */
#footer {
	position: fixed;
	display: inline;
	margin: 0px; 
	padding: 0px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px; 
	overflow: hidden;
	background-color: #000;
/*	border-top: 1px solid #fff; */
	color: #fff;
	font-size: 13px;
}
.copyright {
	width: auto;
	float: left;
	padding-left: 10px;
	margin-top: 2px;
}
.copyright span {
	line-height: 35px;
	padding-right: 10px;
}
.version {
	width: auto;
	margin-left: 50%;
}
.version span {
	line-height: 35px;
	float: left;
	margin: 0px; 
	padding: 0px;
}
.footer_load {
	float: right;
	width: auto;
	margin: 0px; 
    padding-right: 10px;
}
.footer_load span {
	line-height: 35px;
}