/* external, public view styles */

@font-face {
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    src: url("Roboto-Regular-webfont.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
    src: url("Roboto-Medium-webfont.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-weight: bold;
    font-style: normal;
    src: url("Roboto-Bold-webfont.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-weight: normal;
    font-style: italic;
    src: url("Roboto-Italic-webfont.woff") format("woff");
}

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("fontawesome-webfont.woff2") format("woff2"), url("fontawesome-webfont.woff") format("woff");
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 12pt;
    font-weight: normal;
    margin: 0 auto 0 auto;
    padding: 0;
    max-width: 1000px;
}

.header {
    padding: 10px;
}

.header-table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.header-table td:nth-child(1) {
    width: 280px;
}

.header-table td:nth-child(2) {
    text-align: center;
    vertical-align: middle;
}

.header-table .institution {
    font-size: 15px;
}

.header-table .app-title {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
}

.header-table td:nth-child(3) {
    width: 200px;
    vertical-align: middle;
    padding: 8px 0 4px 2px;
}

.header-table .operator-logo img {
    max-height: 80px;
}

.header-table .logo-wrapper {
    position: relative;
    margin: 10px 10px 0 0;
    text-align: right;

}

.header-table .logo-wrapper .url {
    position: absolute;
    right: 0px;
    top: -14px;
    width: 130px;
    text-align: left;
    font-size: 10px;
}

.header-table .logo-wrapper a:link {
    color: rgba(50, 100, 50, 0.5);
}

.header-table .logo-wrapper a:visited {
    color: rgba(50, 100, 50, 0.5);
}

.header-table .logo-wrapper a:focus {
    text-decoration: none;
}


.header-table .labana-logo {
    display: inline-block;
    width: 130px;
}

.header-table .product-variant {
    font-size: 14px;
    margin-top: 2px;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 150%;
}

.left-just {
    margin-left: 20px;
}

.right-just {
    margin-right: 20px;
}

.navbar-nav li a:hover {
    color: #1abc9c !important;
}

.content {
    padding: 10px;
}

/* footer */
.footer {
    margin-top: 20px;
    margin-bottom: 20px;
    border: solid 1px lightgrey;
    border-radius: 4px;
}

.footer ul.list-inline {
    margin: 0px;
}

.footer .list-inline li + li::before {
    margin-right: 12px;
    content: "•";
}

.ftr-section {
    text-align: center;
}

.ftr-section + .ftr-section {
    margin-top: 5px;
}

.ftr-section > nav {
    border-radius: 4px;
    padding: 10px 0;
}

td {
    white-space: normal !important;
    word-wrap: break-word;
}

table.catalog {
    table-layout: fixed;
    width: 100%;
}

table.catalog col.col-name {
    width: 300px;
}

table.catalog col.col-annotation {
    width: 300px;
}

table.catalog col.col-code {
    width: 150px;
}

table.catalog col.col-version {
    width: 90px;
}

table.catalog col.col-release {
    width: 140px;
}

table.catalog th.col-version,
table.catalog td.col-version,
table.catalog th.col-release,
table.catalog td.col-release {
    text-align: center;
}

.sub-table th,
.sub-table td {
    padding: 5px;
    text-align: left;
}

.sub-table th:first-child,
.sub-table td:first-child {
    padding-left: 0;
}

.sub-table th {
    font-weight: bold;
}

.t-title {
    font-weight: bold;
}

.ae-content-frame {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
}

.ae-content-frame .col-ae-caption {
    width: 200px;
}

.ae-content-frame .col-ae-content {
    width: auto;
}

.attachments-frame {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px;
}

.attachments-frame .attm-name,
.attachments-frame .attm-type {
    hyphens: auto;
}

.param-grp {
    margin: 0;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 1px rgba(180, 180, 180, 0.5);
}

.param-grp + .param-grp {
    margin-top: 20px;
}

.param-grp > table {
    margin-bottom: 0;
}

.param-grp .specimen-list {
    list-style: none;
    padding-left: 0;
}

.param-grp .specimen-list li {
    display: block;
}

.param-grp .specimen-list li + li {
    border-top: solid 1px rgb(221, 221, 221);
    margin-top: 2px;
    padding-top: 2px;
}

.param-grp .specimen-list .material-name,
.param-grp .specimen-list .container-img {
    display: inline-block;
    vertical-align: middle;
}

.param-grp .specimen-list .material-name {
    width: 300px;
}

.param-grp .specimen-list .container-img {
    width: 200px;
    overflow-x: hidden;
    padding-left: 5px;
}

.param-grp .specimen-list .container-img img {
    height: 60px;
}

.param-grp .inline-label {
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 1ch;
    margin-right: 1ch;
}

.param-grp ul.consent-docs {
    list-style-type: none;
    padding-left: 2px;
}

.param-grp ul.consent-docs > li {
    position: relative;
    padding-left: 20px;
}

.param-grp ul.consent-docs > li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f016"
}

.grp-all > tbody > tr > td:first-of-type {
    font-weight: 500;
}

.grp-all > tbody > tr:first-child > td:nth-child(1) {
    border-radius: 5px 0 0 0;
}

.grp-all > tbody > tr:last-child > td:nth-child(1) {
    border-radius: 0 0 0 5px;
}

.grp-all > tbody > tr:only-child > td:first-child {
    border-radius: 5px 0 0 5px;
}


.grp1 > tbody > tr > td:nth-child(1) {
    background-color: rgba(230, 230, 230, 0.2);
}

.grp2 > tbody > tr > td:nth-child(1) {
    background-color: rgba(240, 128, 128, 0.3);
}

.grp3 > tbody > tr > td:nth-child(1) {
    background-color: rgba(230, 230, 0, 0.1);
}

.grp4 > tbody > tr > td:nth-child(1) {
    background-color: rgba(50, 205, 50, 0.1);
}

.grp5 > tbody > tr > td:nth-child(1) {
    background-color: rgba(10, 10, 200, 0.1);
}

.grp-safety > tbody > tr > td:nth-child(1) {
    background-color: rgba(191, 63, 167, 0.2);
}

.borderless tr:first-child td,
.borderless tr:first-child th {
    border: none;
}

.grid-wrapper {
    display: flex;
    grid-gap: 10px;
}

.grid-box {
    width: 120px;
    padding: 5px;
}

.grid-box-dyn {
    padding: 5px;
}

.h-grid-wrapper {
    display: flex;
    flex: 1;
}

.h-grid-cell {
    padding: 10px;
    flex-grow: 1;
}

.h-title {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}

.h-logo {
    text-align: left;
}

.ac-textfield {
    white-space: pre-wrap;
}

.param-title {
    margin-bottom: 10px;
}

.param-header {
    margin-bottom: 20px;
}

.reference-range + .reference-range {
    margin-top: 15px;
}

table.attachments {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    table-layout: fixed;
    width: 100%;
}

table.attachments th,
table.attachments td {
    padding: 8px 8px;
}

table.attachments th {
    font-weight: 500;
}

table.attachments > tbody > tr:first-of-type > td {
    border-top: solid 1px lightgray;
}

/* ref ranges table */
table.ref-ranges {
    margin-top: 5px;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

table.ref-ranges th,
table.ref-ranges td {
    padding: 1px 1ch 1px 5px;
    border-left: solid thin lightgray !important;
}

table.ref-ranges th {
    font-weight: normal;
    font-size: 95%;
}

table.ref-ranges th.group {
    min-width: 180px;
}

table.ref-ranges th.range {
    min-width: 130px;
    text-align: center;
}

table.ref-ranges td.range {
    text-align: center;
}

table.ref-ranges th.units {
    min-width: 150px;
}

table.ref-ranges thead > tr:nth-last-of-type(1) > th {
    border-bottom: solid thin lightgray;
}

table.ref-ranges td:nth-child(1),
table.ref-ranges th:nth-child(1) {
    border-left: none !important;
}

table.ref-ranges span.limit + span.limit::before {
    content: " oder ";
    font-style: italic;
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.9em;
}

.filter-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 3px 3px 0 3px;
    border-radius: 4px;
}

.filter-group > .flex-col {
    flex: auto;
}

.my-filter {
    flex: 0 0 350px;
    display: flex;
    flex-direction: row;
}

.my-filter > input,
.my-filter > button {
    display: inline-block;
    flex: auto;
    height: 34px;
    margin-left: 10px;
}

.safety-signal {
    display: table-row;
}

.safety-signal .signal-icon {
    display: table-cell;
    text-align: center;
}

.safety-signal .signal-icon + .signal-icon {
    padding-left: 10px;
}

.safety-signal .signal-icon > img {
    display: block;
    height: 60px;
}

.safety-signal .signal-icon > span {
    display: block;
    white-space: nowrap;
}

.safety-signal .signal-word {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    font-size: 150%;
}

.safety-statement-container.with-margin {
    margin-top: 20px;
}

.safety-statement-group + .safety-statement-group {
    margin-top: 15px;
}

.safety-statement-group > .caption {
    margin-bottom: 5px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
}

.safety-statement {
    display: table-row;
}

.safety-statement > div {
    display: table-cell;
    padding-left: 2px;
    padding-top: 5px;
}

.safety-statement > .description {
    padding-left: 20px;
}


#filter-by-letter {
    flex: auto;
}

#filter-by-letter li > a {
    display: inline-block;
    text-align: center;
}

#filter-by-letter .letter-box {
    display: inline-block;
    min-width: 30px;
    border-radius: 4px;
    border: solid 1px lightgrey;
    margin-bottom: 2px;
}

#filter-by-letter ul.first-letter {
    list-style-type: none;
    padding-inline-start: 0px;
}

#filter-by-letter ul.first-letter > li {
    display: inline-block;
}
