/**
 * Copyright 2024-2025 Kronseder & Reiner GmbH, smartics
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ............................................................................
 * Index
 */
div.projectdoc-index {
  margin-top: 2em;
}

span.projectdoc-index {
  font-size: larger;
  font-weight: bold;
}

/* ............................................................................
 * Index Panel
 * based on http://css.maxdesign.com.au/listutorial/horizontal_master.htm
 */
div.projectdoc-index-access-panel {
  border-radius: 10px;
  border: 2px solid #036;
}

.projectdoc-index-access-panel ul {
  margin: 3px;
  padding: 3px;
  list-style-type: none;
  text-align: center;
}

.projectdoc-index-access-panel ul li {
  display: inline;
}

.projectdoc-index-access-panel ul li a {
  border-radius: 10px;
  text-decoration: none;
  padding: .2em 1em;
  color: white;
  font-weight: bold;
  background-color: #369;
  line-height: 2;
}

.projectdoc-index-access-panel ul li a:visited {
  color: white;
  background-color: #369;
}

.projectdoc-index-access-panel ul li a:link {
  color: white;
  background-color: #369;
}

.projectdoc-index-access-panel ul li a:hover {
  color: white;
  background-color: #036;
}