﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 12px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/* main page */
.cube {
}
.cube-section {
    padding: 10px 0px 15px 0px;
}
.cube-section table {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid darkblue;
    border-right: 1px solid darkblue;
    box-shadow: 5px 10px lightgray;
}
.cube-section thead {
    background-color: darkblue;
    color: white;
}
.cube-section th {
    padding: 1px 10px;
    font-weight: initial;
}
.cube-section td {
    border-bottom: 1px solid darkblue;
    padding: 1px 10px;
    font-weight: initial;
}
.cube-section ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 1px;
}
.cube-section ul li:first-child {
    font-weight: bold;
}
.cube-section ul span {
    font-weight: normal
}
img {
    width: inherit;
}
/* general */
.negativ-number {
    color: red;
    font-weight: bold;
}
.positiv-number {
    color: #00AA00;
    font-weight: bold;
}
.cube-link {
}
.cube-link:hover,
.cube-link:focus {
    text-decoration: underline;
}
.cube-link-button {
    width: 150px;
    height: 22px;
    background-color: darkblue;
    color: white;
    position: relative;
    margin-top: 5px;
}
.cube-link-button:after {
    content: "";
    position: absolute;
    top: 0;
    right: -11px;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent transparent transparent darkblue;
}
.cube-link-button > a {
    color: inherit;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 22px;
}
.cube-link-button:hover {
    background-color: black;
}
.cube-link-button:hover:after {
    border-left-color: black;
}
.btn-default {
    padding-left: 0px;
    padding-right: 0px;
}
/* sub page css */
.cube-table {
    font-size: 11px;
    white-space: nowrap;
    margin-top: 25px
}
.cube-table-7 {
    font-size: 11px;
    table-layout: fixed;
}
.cube-details-table,
.cube-table-7,
.cube-details-table4 {
    width: 100%;
    margin-bottom: 25px
}
.cube-details-table thead th {
    width: 13.84%;
}
.cube-details-table thead th:first-child {
    width: 16.96%;
}
.cube-table-7 th, td,
.cube-details-table th, 
.cube-details-table td,
.cube-details-table4 th, 
.cube-details-table4 td {
    border-bottom: 1px solid lightgray;
}
.cube-table-7 tbody th {
    width: 14.29%;
}
.cube-table-7 tbody td {
    width: auto;
}
.cube-details-table4 th {
    width: 16.96%;
}
.cube-details-table4 td {
    width: 33.04%;
}
.cube-edit select,
.cube-edit input,
.cube-edit-short,
.cube-edit-button {
    height: 23px;
    padding: 1px 5px;
    line-height: initial;
}
.cube-edit td {
    padding: 0px 1px;
}
.cube-edit-short {
    width: 50px;
    display: inline;
}
.cube-edit-button {
    vertical-align: top;
}