/* buttons */

/* button Top */
.btn-main {
    border-radius: 8px;
    width: 45px;
    height: 45px;
    margin-top: 0px;
    cursor: pointer;  
}

.btn-main:hover {
    border-radius: 8px;
}

#btnTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    z-index: 99; /* Make sure it does not overlap */
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */         
    background-image: url("btn-top-30.svg");    
    background-repeat: no-repeat;
    background-position: center center;
    
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 7px; /* Place the button 30px from the right */    
}

/* button navigation */
.btn-nav {
  border-radius: 8px;
  width: 45px;
  height: 45px;
  margin-top: 0px;
  cursor: pointer;

  z-index: 905; /* Make sure it does not overlap */
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */         
  background-repeat: no-repeat;
  background-position: center center;   
}

.btn-nav:hover {
/*  box-shadow: 0px 0px 10px #999;    
  border-radius: 8px;
*/
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */ 
}

.btn-disabled {
  opacity: 0.1;
  filter: alpha(opacity=10); /* For IE8 and earlier */       
}

#btnFirst {
  background-image: url("btn-first-30.svg");
  float:left;
  margin-left: 5px;
  display: none;
}

#btnPrev {
  background-image: url("btn-prev-30.svg");
  float:left;
  margin-left: 5px;
}

#btnAbb {
  background-image: url("btn-abb-30.svg");
  float:left;
  margin-left:5px;
  display: none;
}

#btnMenu {
  background-image: url("btn-menu-30.svg");
}

.btnClose {
  background-image: url("btn-close-30.svg") !important;
}

#btnNext {
  background-image: url("btn-next-30.svg");
  float:right;
  margin-right:5px;
}

#btnLight {
  background-image: url("btn-light-30.png");
  float:right;
  margin-right:5px;
  display: none;
}

#btnDark {
  background-image: url("btn-dark-30.png");
  float:right;
  margin-right:5px;
  display: none;
}

#btnInfo {
  background-image: url("btn-info-30.svg");
  float:right;
  margin-right:5px;
  display: none;
}

#btnSettings {
  background-image: url("btn-settings-30.svg");
  float:right;
  margin-right:5px;
  display: none;
}

.btnIdx{
  background-image: url("btn-idx-30.svg") !important;
}

.btn-disabled:hover {
  box-shadow: none;
  border-radius: 8px;
  opacity: 0.1 !important;
  filter: alpha(opacity=10); /* For IE8 and earlier */    
  cursor: default;
}

.btnEmpty {
  width: 45px;
  height: 45px;
  cursor: default;
}
  
.btnEmptyL {
  float:left;
  margin-left: 5px;
}

#wrapBtnEmptyL {
  float:left;
}

#wrapBtnEmptyR {
  float:right;
}

.btnEmptyR {
  float:right;
  margin-right: 5px;
}

/* Top Menu */
#wrapTopMenu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
  min-width: 285px;
}
.wrap {
  height: 100%;
}
.topmenu {
  padding-top: 5px;
  margin: auto;
  height: 55px;
  text-align: center;
}

.nav-center {
  height: 45px;
  display:inline-block;
}

/* main menu */
#wrapMainMenu {
  width: 100%;
  height: calc(100vh - 60px);
  position: fixed;
  top: 60px;
  z-index: 800;
  display: none;
}

.wrapMenuContent {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 280px;
}

.main-menu {
  height: 100%;
  overflow: auto;
  text-align:center;
}

/* menu INDEX */
#main-menu-index {
  display:block;
  text-align:center;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.wrapMenuList {
  display: block;
  margin: auto;
  padding: 0;
  text-align: left;
}

.wrapMenuItem {
  width: 100%;
  cursor: pointer;
}

.innerMenuItem {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menuItem {
  display: block;
}

.innerMenuItem {
  padding-left: 5px;
  padding-right: 5px
}

.indexHeader, 
.indexFooter {
  text-transform: uppercase;
/*  font-family: arial, sans-serif; */
  font-size: 0.75em;
  padding-top: 15px;
  padding-bottom: 5px;
}

.indexLine {
  margin-bottom: 15px;
  width: 100%;
  margin-right: 10px;
}

.numberingMenuItem {
  float: left;
}

.headingTextMenuItem {
  overflow: hidden;
}

.numberingMenuItem,
.headingTextMenuItem {
/*  font-family: arial, sans-serif; */
}

.innerMenuItem.level0 {
  font-weight: bold;
}

.innerMenuItem.level0 .numberingMenuItem {
  padding-right: 10px;
  width: 20px;
}

.innerMenuItem.level1 {
  font-weight: normal;
}

.innerMenuItem.level1 .numberingMenuItem {
  padding-right: 10px;
  padding-left: 0px;
}

.innerMenuItem.level2,
.innerMenuItem.level3 {
  font-weight: normal;
  font-size: 0.75em;
}

.innerMenuItem.level2 .numberingMenuItem,
.innerMenuItem.level3 .numberingMenuItem {
  padding-right: 10px;
  padding-left: 30px;
}


/* menu INFO */
#main-menu-info {
  display:none;
/*
position: relative;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;  
*/
  /*display:none;*/
}

#podpora-logo {
  padding-top: 20px; /* 20px */
  max-width: 250px;
  padding-bottom: 20px; /* 20px */
}

.beneficiaries-text {
	padding-bottom: 20px;
	font-size: 0.875em;
} 

#projekt-logo {
  max-width: 200px;
}

#main-menu-info {
/*  font-family: arial, sans-serif; */
  padding-left: 15px; /* 15px */
  padding-right: 15px; /* 15px; */
}

#main-menu-info h1 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 35px; /* 35px */
  margin-bottom: 10px; /* 10px */
}

#main-menu-info h2 {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-top: 25px; /* 25px */
  margin-bottom: 5px; /* 5px */
}

#main-menu-info .first {
  margin-top: 0px;
}

#main-menu-info .podpora h1 {
  margin-bottom: 0px;
}

#main-menu-info .projekt {
  font-size: 0.875em;
}

#main-menu-info .nazev {
  font-size: 1em;
  font-weight: bold;
}

#main-menu-info .altcs,
#main-menu-info .alten,
#main-menu-info .altde
{
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 5px; /* 5px */
}

#main-menu-info .autor {
  font-size: 0.875em;
  padding-top: 15px;
}

#main-menu-info .licence,
#main-menu-info .duration,
#main-menu-info .dateofcreation {
  font-size: 0.875em;
}

#main-menu-info .isbn {
  color: #970000;
  font-size: 0.875em;
  margin-top: 25px; /* 25px */
}

#main-menu-info .projekt-resitel {
  padding-top:10px; /* 10px */
}

#main-menu-info .projekt-name,
#main-menu-info .projekt-url {
  padding-top:10px; /* 10px */
}

#main-menu-info {
  padding-top: 20px;  /* 20px */
  padding-bottom: 20px; /* 20px */
}

/* abbreviations */
.wrapAbb {
  text-align: left;
  margin:auto;
  padding-left: 10px; /* 10px */
  padding-right: 10px; /* 10px */
}

#abbreviations {
  width: auto;
}

#abbreviations td {
  vertical-align:top;
}

#abbreviations .delim {
  padding-left: 10px;  /* 10px */
  padding-right: 10px;  /* 10px */
}

#abbreviations .meaning {
  text-align:left;
}

.abbreviationItem {
  max-width: 30%;
}

.abblink, 
.abblink:link, 
.abblink:visited, 
.abblink:active,
.abblink:hover {
  text-decoration: none; 
}

.abblink:hover {
  padding-top: 1px;  /* 1px */
  padding-bottom: 1px;  /* 1px */
}

/* settings */
.wrapSettings {
  max-width: 800px;
}

.wrapMenuContentSetting {
  margin-left: auto;
  margin-right: auto;
}

#settings {
  width: 100%;
}

.settingsItem,
.settingsValue {
  vertical-align:middle;
  height: 25px; /* 25px */
}

.settingsValue {
  font-weight:normal;
  text-align: right;
}

.settingsValue .active {
  font-weight:bold;
}

.settingsValue div {
  display:inline-block;
  vertical-align:middle;
}

.settingsValue .set {
  padding-left: 5px; /* 5px */
  padding-right: 5px; /* 5px */
  cursor: pointer;
}

#themeSettings .settingsValue {
  white-space: nowrap;
}

#themeSettings .settingsValue .set img {
}

#themeSettings .active {
  font-weight:normal;
}

#themeSettings .setLVal {
  background-color: #FFF;
  color: #000;
  padding: 5px;
}

#themeSettings .setRVal {
  background-color: #000;
  color: #FFF;
  border: 1px solid #666;
  padding: 5px; /* 5px */
}

#fontfaceSettings {
  vertical-align: middle;
}

#fontfaceSettings .settingsValue {
  white-space: nowrap;
}

#fontfaceContent0 {
  padding: 5px; /* 5px */
  border: 1px solid #666;
  background-color: #FFF;
  font-family: Arial,Helvetica,sans-serif;
  cursor: pointer;
  line-height: 1em;
}

#fontfaceContent1 {
  padding: 5px; /* 5px */
  border: 1px solid #666;
  background-color: #FFF;
  margin-left: 10px; /* 10px */
  font-family: "Times New Roman", Times, serif;
  cursor: pointer;
  line-height: 1em;
}

#fontfaceContent2 {
  padding: 5px; /* 5px */
  border: 1px solid #666;
  background-color: #FFF;
  margin-left: 10px; /* 10px */
  font-family: Verdana, Geneva, sans-serif;
  cursor: pointer;
  line-height: 1em;
}

#fontfaceContent .active {
  background-color: transparent;
}

#main-menu-settings .descr {
  font-size: 0.8em;
  font-style: italic;
  padding-bottom: 7px; /* 7px */
}