/* Stylesheet for Pandamodellen v. 1.0 */
/* panda-main.css */
:root {
    --panda-yellow: #fc3;
}

body {
    font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
    color: #000;
}

input {
    margin: 0;
}

h1 {
    font-weight: bold;
    padding: 0;
}

h2 {
    font-weight: bold;
    padding: 0px;
}

h3 {
    font-weight: bold;
    padding: 0px;
}

form {
    margin: 0;
    padding: 0;
}

a:link,
a:visited {
    text-decoration: none;
    color: #333;
}

td {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

abbr,
acronym,
span.help {
    border-bottom: 1px dotted #333;
    cursor: help;
}

/*
acronym, abbr {
    text-decoration: none;
}
*/
table {
    border-collapse: collapse;
    font-size: 1.0em;
}

/* Styles for page architecture --------------------------------------------------------------*/
div#main {
    margin: 0 0 2em 14em;
}

div#main-zoom {
    margin: 0 0 2em 1em;
}

div#submenu {
    padding: 0.5rem 0;
    color: red;
    position: absolute;
    left: 0;
    width: 14em;
    white-space: nowrap;
    border-right: 2px var(--panda-yellow) solid;
    min-height: calc(100vh - 1rem);
}

div#position-bar {
    color: red;
    background-color: var(--panda-yellow);
    padding-left: 5px;
    font-size: 1rem;
    font-weight: bold;
}

/* Styles for form elements --------------------------------------------------------------------*/
select.large {
    height: 200px;
    width: 25em;
    margin: 0 0 5px 0;
}

select.medium {
    height: 150px;
    width: 20em;
    margin: 0 0 5px 0;
}

select.small {
    height: 100px;
    width: 15em;
    margin: 0 0 5px 0;
}

select.dropdown {
    width: 25em;
    margin: 0 0 5px 0;
}

button.large-button {
    width: 150px;
}

button.medium-button {
    width: 100px;
}

button.small-button {
    width: 50px;
}

img.button {
    cursor: pointer;
}

div.report-header {
    font-weight: bold;
    margin-bottom: 0;
}

p.report-page-dimension {
    font-weight: bold;
    margin-bottom: 0;
}

td.report-table-corner {
    font-style: italic;
    border: 1px solid black;
    padding-left: 5px;
}

td.report-cell-x-0 {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    border: 1px solid black;
}

td.report-cell-x-1 {
    text-align: right;
    white-space: nowrap;
    border: 1px solid black;
}

td.report-cell-x-2 {
    text-align: right;
    white-space: nowrap;
    border: 1px solid black;
}

td.report-cell-x-3 {
    text-align: right;
    white-space: nowrap;
    border: 1px solid black;
}

td.report-cell-x-4 {
    text-align: right;
    white-space: nowrap;
    border: 1px solid black;
}

td.report-cell-y-0 {
    font-weight: bold;
    /*text-indent: 5px;*/
    padding-left: 5px;
    white-space: nowrap;
    border: 1px solid black;
}

td.report-cell-y-1 {
    /*text-indent: 10px;*/
    padding-left: 10px;
    white-space: nowrap;
    border: 1px solid black;
}

td.report-cell-y-2 {
    /*text-indent: 15px;*/
    padding-left: 15px;
    white-space: nowrap;
    border: 1px solid black;
}

td.report-cell-y-3 {
    /*text-indent: 20px;*/
    padding-left: 20px;
    white-space: nowrap;
    border: 1px solid black;
}

td.report-cell-y-4 {
    /*text-indent: 25px;*/
    padding-left: 25px;
    white-space: nowrap;
    border: 1px solid black;
}

td.report-cell-value-even {
    text-align: right;
    padding-left: 5px;
    background-color: #ddd;
    border: 1px solid black;
}

td.report-cell-value-odd {
    text-align: right;
    padding-left: 5px;
    border: 1px solid black;
}

/* Styles for general classes ----------------------------------------------------------------------*/
td.small-header {
    background-color: #ddd;
    font-weight: bold;
    font-size: 1em;
    border-top: 1px dotted gray;
    padding-left: 5px;
}

span.step-header-main {
    font-weight: bold;
    padding-top: 5px;
    font-size: 1.75em;
}

span.step-header-sub {
    padding-left: 2%;
    font-size: 1em;
}

span.step-header-panda {
    font-weight: bold;
    padding-top: 5px;
    font-size: 1.75em;
    color: White;
}

div.small-header-index {
    border-color: #fea44b;
    background-image: url(../images/dot.gif);
    background-repeat: no-repeat;
    background-position: 5px;
    border-style: solid;
    background-color: White;
    border-width: 1px;
    font-weight: bolder;
    font-size: 1.25em;
    padding-left: 30px;
    margin: 20px 20px 0 20px;
}

td.report-header-choose {
    vertical-align: top;
    text-align: center;
    font-weight: normal;
    padding-right: 0;
}

td.report-addremove {
    text-align: center;
}

td.model-flaps {
    padding: 2px 0 2px 5px;
    background-color: #ccc;
    /*  border-width: 1px 0 0 1px;*/
    border-style: solid;
    border-color: gray;
    white-space: nowrap;
    /*  width: 100px;*/
}

td.model-flaps-active {
    padding: 2px 0 2px 5px;
    /*  border-width: 1px 0 0 1px;*/
    border-style: solid;
    border-color: gray;
    white-space: nowrap;
}

span.position {
    color: black;
    font-weight: normal;
    font-size: 1em;
}

span.position-inactive {
    color: #aaaaaa;
    font-weight: normal;
    font-size: 1em;
}

div.reportgenerator {
    background-color: #eee;
    border: 3px var(--panda-yellow) solid;
}

div.loginframe {
    width: 50%;
    padding: 2%;
    margin: auto;
    text-align: center;
}

summary.login_terms {
    background: #f79b35;
    width: max-content;
    margin: 0.5em auto;
    border-radius: 9999px;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

p.login_info {
    padding: 1.25em 2.375em;
    padding-top: 1.25em;
    padding-right: 2.375em;
    padding-bottom: 1.25em;
    color: white;
    padding-left: 2.375em;
    background-color: #162a64;
    width: max-content;
    margin: 0.5em auto;
}

button.login_button {
    background: #f79b35;
    border-radius: 9999px;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    border-style: none;
    cursor: pointer;
}

table.generator-table {
    width: 100%;
}

table.logintext {
    width: 100%;
    font-size: 1em;
}

table.report-resulttable tr:nth-child(even) {
    background-color: gainsboro;
}

div.help {
    border: 1px dotted gray;
    background-color: #FFF1D2;
    padding: 5px;
    margin: 5px;
}

p.help {
    margin-top: 0px;
}

td.table-variables {
    text-align: center;
    padding: 0 10px 0 10px;
}

td.table-dimensions {
    text-align: left;
}

td.table-checkbox {
    text-align: center;
    background-color: white;
}

div.menu-header {
    padding: 1em 0.5em 0 0.5em;
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

div.menu-project {
    padding-left: 1em;
    font-size: 1em;
    color: black;
}

div.menu-choice {
    padding-left: 1em;
    font-size: 1em;
}

div.menu-choice-active {
    background-color: var(--panda-yellow);
    padding-left: 1em;
    font-size: 1em;
}

div.menu-left {
    text-align: left;
}

div.menu-right {
    text-align: right;
    font-weight: bold;
    width: 1em;
    float: right;
    padding-right: 2px;
}

a.menu-mouseover:hover {
    color: #666;
}

td.tab {
    border-right: 1px solid gray;
    border-bottom: 2px solid gray;
    border-top: 1px solid gray;
    padding: 5px;
    background-color: #dddddd;
    white-space: nowrap;
    font-weight: bold;
    color: gray;
}

td.tab-active {
    border-right: 2px solid gray;
    border-left: 2px solid gray;
    border-top: 2px solid gray;
    padding: 5px;
    white-space: nowrap;
    font-weight: bold;
}

td.tab-left {
    border-right: 1px solid gray;
    border-bottom: 2px solid gray;
    padding: 5px;
}

td.tab-right {
    border-bottom: 2px solid gray;
    border-left: 1px solid gray;
    padding: 5px;
    width: 100%;
}

div#logo {
    text-align: center;
    background-color: White;
}

table.flaps {
    margin: 10px 0 10px 0;
    width: 100%;
}

td.radio {
    padding-right: 5px;
    vertical-align: middle;
}

td.radio-text {
    width: 100%;
    vertical-align: middle;
}

td.settings-preview {
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    white-space: nowrap;
}

span.help-mark {
    font-size: 2em;
    padding-right: 0.25em;
}

span.warning-mark {
    font-size: 2em;
    padding-right: 0.25em;
    color: Red;
}

div.feedback-warning {
    margin: 5px;
    padding: 5px;
    border: 2px solid var(--panda-yellow);
    background-color: white;
}

div.feedback-error {
    margin: 5px;
    padding: 5px;
    border: 2px solid red;
    background-color: white;
}

div.feedback-ok {
    margin: 5px;
    padding: 5px;
    border: 2px solid green;
    background-color: white;
}

.report-resulttable {
    width: 100%;
    font-size: 1em;
    border: 1px solid black;
}

div.small-header {
    background-color: Silver;
    font-weight: bolder;
    font-size: 1.25em;
    padding: 5px;
}

a.link,
a.link:visited {
    text-decoration: underline;
    color: blue;
}

.confirm-delete {
    color: Red;
}

div.content-index {
    border-style: solid;
    border-width: 1px;
    border-color: var(--panda-yellow);
    background-color: white;
    padding: 10px 30px 15px 30px;
    margin: 0 20px 20px 20px;
}

td.navigate {
    background-color: var(--panda-yellow);
    text-align: right;
    padding: 1px;
}

div.navigate {
    background-color: var(--panda-yellow);
    text-align: left;
    padding: 1px;
}

div#logout {
    color: #000;
    padding: 1em 0.5em 0 0.5em;
    font-size: 1em;
}

div.report-table-wrapper {
    padding: 1px 5px 20px 5px;
    overflow: auto;
}

div.content {
    margin: 5px;
    padding: 5px;
    border: 1px solid gray;
    background-color: white;
}

a.flap {
    color: #000;
}

td.list-action {
    padding: 0 2px 0 2px;
    border-bottom: 1px solid #ddd;
}
