﻿body {
     margin:0;
     background-color:#f0fff8;
}

/*--- license button ---*/
.button {
        background-color: #FFC439;
        border-style: none;
        border-color: #FFC439;
	border-radius: 12px;
        color: black;
        padding: 4px 18px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
	font-weight: bold;
        cursor: pointer;
}

/*---- menu ------*/
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;

    background: #202020;
    background: -moz-linear-gradient(bottom, #030303 0%, #101010 25%, #202020 70%, #303030 85%, #505050 100%);
    background: -webkit-linear-gradient(bottom, #030303 0%, #101010 25%, #202020 70%, #303030 85%, #505050 100%);
    background: -o-linear-gradient(bottom, #030303 0%, #101010 25%, #202020 70%, #303030 85%, #505050 100%);
    background: -ms-linear-gradient(bottom, #030303 0%, #101010 25%, #202020 70%, #303030 85%, #505050 100%);
    background: linear-gradient(to top, #030303 0%, #101010 25%, #202020 70%, #303030 85%, #505050 100%);
}

.menu li {
    float: left;
}

.menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu li a:hover:not(.active) {
    background: #105010;
    background: -moz-linear-gradient(bottom, #103010 0%, #104010 25%, #105010 70%, #106010 85%, #108010 100%);
    background: -webkit-linear-gradient(bottom, #103010 0%, #104010 25%, #105010 70%, #106010 85%, #108010 100%);
    background: -o-linear-gradient(bottom, #103010 0%, #104010 25%, #105010 70%, #106010 85%, #108010 100%);
    background: -ms-linear-gradient(bottom, #103010 0%, #104010 25%, #105010 70%, #106010 85%, #108010 100%);
    background: linear-gradient(to top, #103010 0%, #104010 25%, #105010 70%, #106010 85%, #108010 100%);
}

.menu li a.textlogo:hover {
    background: #202020;
    background: -moz-linear-gradient(bottom, #030303 0%, #101010 25%, #202020 70%, #303030 85%, #505050 100%);
    background: -webkit-linear-gradient(bottom, #030303 0%, #101010 25%, #202020 70%, #303030 85%, #505050 100%);
    background: -o-linear-gradient(bottom, #030303 0%, #101010 25%, #202020 70%, #303030 85%, #505050 100%);
    background: -ms-linear-gradient(bottom, #030303 0%, #101010 25%, #202020 70%, #303030 85%, #505050 100%);
    background: linear-gradient(to top, #030303 0%, #101010 25%, #202020 70%, #303030 85%, #505050 100%);
}

.menu .active {
    background: #40A030;
    background: -moz-linear-gradient(bottom, #105010 0%, #308020 25%, #40A030 70%, #50C040 85%, #60D050 100%);
    background: -webkit-linear-gradient(bottom, #105010 0%, #308020 25%, #40A030 70%, #50C040 85%, #60D050 100%);
    background: -o-linear-gradient(bottom, #105010 0%, #308020 25%, #40A030 70%, #50C040 85%, #60D050 100%);
    background: -ms-linear-gradient(bottom, #105010 0%, #308020 25%, #40A030 70%, #50C040 85%, #60D050 100%);
    background: linear-gradient(to top, #105010 0%, #308020 25%, #40A030 70%, #50C040 85%, #60D050 100%);
}

.menu .textlogo {
    display: block;
    color: #B07000;
    text-align: center;
    line-height: inherit;
    padding: 14px 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
}

/*-----------------*/
.main {
    padding:20px;
    margin-top:30px;
}

.footer {
/*   position: fixed;*/
   left: 0;
   bottom: 0;
   width: 100%;
   background: #202020;
   color: white;
   padding-top: 4px;
   padding-bottom: 4px;
   text-align: center;
}

.footer:after {
   content: "Copyright © 2018-2026 by Petr Novak. All Rights Reserved."
}

/* adapt anchor when fixed header is used */
a.anchor::before { 
  display: block; 
  content: " "; 
  margin-top: -30px;
  height: 40px; 
  visibility: hidden; 
  pointer-events: none;
}
/*-----------------*/
.collapsibleList li > input + * {
   display: none;
}
 
.collapsibleList li > input:checked + * {
   display: block;
}

.collapsibleList li > input {
   /* old browsers - hide checkbox symbol */
   position: absolute;
   left: 0;
   margin-left: -999px;

   /* new browsers - hide checkbox symbol */
   display: none; 
}

.collapsibleList label {
   cursor: pointer;
}

.collapsibleList ul {
   list-style-type: none;
   margin-left: 0px;
   padding-left: 0px;
}

.collapsibleList ul li ul li {
   list-style-type: square;
   list-style-position: inside;
   margin-left: 0px;
   padding-left: 20px;
}

.collapsibleList label {
     cursor:pointer;
     color:blue;
     text-decoration:underline;
}

/*-----------------*/
.info {
    position: absolute;
    top: 60px;
    right: 20px;
}

.formcontainer {
  background-color: #f0fdf0;
  padding-left: 20px;
  padding-bottom: 30px;
}

.form1 {
    height: 5px;
    display: block;
    display: none;
    display: block;
    display: none;
}

.form2 {
    height: 5px;
    visibility: visible;
    visibility: collapse;
}

.form3 {
    height: 5px;
    visibility: visible;
    visibility: hidden;
    visibility: visible;
    visibility: hidden;
}

.form4 {
    visibility: visible;
    visibility: hidden;
    visibility: visible;
}
