@charset 'utf-8';

html {
  background: #f4f4f4;
  color: #101010;
  font-family: 'Open Sans', 'Noto Sans Math', 'Noto Sans Symbols', 'Noto Sans Symbols 2', sans-serif;
}

body {
  width: 1100px;
  margin: 1.0em auto;
  box-shadow: 0px 0px 3px #408040;
  background: #fcfcfc;
}

a {
  color: #800000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.tm {
  font-style: italic;
}

span.tm {
  color: #608060;
  font-style: italic;
  white-space: nowrap;
}

span.xx-large {
  font-size: x-large;  
}

span.x-large {
  font-size: x-large;  
}

span.large {
  font-size: large;  
}

span.small {
  font-size: small;  
}

span.x-small {
  font-size: x-small;  
}

span.xx-small {
  font-size: xx-small;  
}

.tmargin1 {
  margin-top: 0.75em;
}

.tmargin2 {
  margin-top: 1.5em;
}

.justify {
  text-align: justify !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.nowrap {
  white-space: nowrap !important;
}

.mnlhyphens,
.mnlhyphens p {
  hyphens: manual !important;
}

.balance {
  text-wrap: balance !important;
}

p > img,
li > img,
span > img,
div.alert > div img {
  width: 1.0em;
  height: 1.0em;
  margin-bottom: 0.125em;
  vertical-align: middle;
}

div#sec_header {
  position: relative;
  max-height: 106px;
  padding: 0.75em 1.0em;
  border-bottom: 6px solid #306030; 
  background: url('/shared/images/backgrounds/bg_sec_header_a.jpg') top left no-repeat;
}

div#sec_header h1,
div#sec_header h2,
div#sec_header p.snr a {
  color: #285028;
  font-family: 'Roboto Flex', 'Noto Sans Math', 'Noto Sans Symbols', 'Noto Sans Symbols 2', sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
}

div#sec_header h1 {
  font-size: 1.875em;
}

div#sec_header h2 {
  font-size: 1.375em;
}

div#sec_header p.snr {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translate(0%, -50%);
  line-height: 1.25;
}

div#sec_header div#organizers {
  position: absolute;
  top: 20px;
  left: 1100px;
  width: 200px;
}

div#sec_header div#organizers img {
  display: block;
  width: 180px;
  margin: 0px 15px;
  padding: 10px;
  border-right: 1px dotted #408040;
  border-bottom: 1px dotted #408040;
  border-left: 1px dotted #408040;
}

div#sec_header div#organizers img:first-child {
  border-top: 1px dotted #408040;
  border-bottom: 0px;
}

div#sec_header div#organizers p {
  width: 220px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  border-top: 1px dotted #408040;
}

table#sec_menu {
  width: 100%;
  height: 2.5em;
  font-size: 1.0em;
  line-height: 1.0;
}

table#sec_menu td {
  padding: 0.25em 0.5em;
  border: 1px solid white;
  background-color: #80a080;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

table#sec_menu td a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

table#sec_menu td:hover {
  background-color: #306030;
}


table#sec_menu td#participant {
  width: 100%;
  background-color: #c9e0d2;
}

table#sec_menu td#participant p {
  padding: 0.0em;
  font-family: 'Newsreader', 'Noto Sans Math', 'Noto Sans Symbols', 'Noto Sans Symbols 2', sans-serif;
  font-size: 0.75em;
  font-style: italic;     
  line-height: 1.25;
  text-align: center;
}

div#sec_alerts {
  margin: 5px;
  padding: 0.25em;
  border: 1px solid #ffc000;
  background-color: #ffe8bf;
}

div#sec_alerts li {
  list-style-type: none;
  margin-left: 0.0em;
  padding-left: 1.5em;
}

div#sec_alerts li.info {
  background: url(/shared/icons/info.svg) 0.125em 0.25em / 1.0em 1.0em no-repeat;
  color: #0000a0; 
}

div#sec_alerts li.warn {
  background: url('/shared/icons/warn.svg') 0.125em 0.25em / 1.0em 1.0em no-repeat;
  color: #e06000;
}

div#sec_alerts li.error {
  background: url('/shared/icons/error.svg') 0.125em 0.25em / 1.0em 1.0em no-repeat;
  color: #c00000;
}

div#sec_alerts li a,
div#sec_alerts li span[onclick] {
  color: inherit;
  text-decoration: none;
}

div#sec_alerts li a:hover,
div#sec_alerts li span[onclick]:hover {
  text-decoration: underline;
}


div#sec_moqpage_metadata {
  display: table;
  width: 100%;
  padding: 0.2em 1.5em;
  border-right: 1px solid white;
  border-bottom: 1px dotted #c0c0c0;
  border-left: 1px solid white;
  background: #f4f4f4;
  font-size: 0.75em;
  font-style: italic;
}

div#sec_moqpage_metadata div.metadata1 {
  float: left;
}

div#sec_moqpage_metadata div.metadata2 {
  float: right;
}

div#sec_moqpage {
  position: relative;
  clear: both;
  min-height: 20.0em;
  margin: 1.0em 1.5em 1.75em 1.5em;
}

h3,
h4 {
  font-family: 'Roboto Flex', 'Noto Sans Math', 'Noto Sans Symbols', 'Noto Sans Symbols 2', sans-serif;
}

h3 {
  max-width: 50.0em;
  margin-bottom: 0.5em;
  font-size: 1.375em;
  font-weight: bold;
  color: #285028;
}

h3.section {
  margin-bottom: 0.125em;
}

h3.page {
  font-size: 1.125em;
}

h4 {
  margin: 1.0em 0.0em 0.5em;
  padding: 0.375em;
  border: 1px solid #d0b8b8;
  border-radius: 4px; 
  background-color: #edd39a; 
  background: linear-gradient(to right, #edd39a, #ffffff);
  color: #825b07;
  font-size: 1.125em;
  font-weight: bold;
  font-style: italic;
}

h5 {
  margin: 0.75em 0.0em 0.375em;
  color: #285028;
  font-size: 1.125em;
  font-weight: bold;
  font-style: italic;
}

div.narrowpage {
  max-width: 850px;
  margin: 75px auto;
  padding: 1.5em 2.0em;
  box-shadow: 0 0 9px #408040;
}

div.widepage,
div.moq_content {
  min-height: 30.0em;
}

div.moq_content p {
  margin: 0.0em;
  padding-left: 1.5em;
}

div.moq_content p.section1,
div.moq_content p.section2 {
  padding-top: 0.75em;
  padding-bottom: 0.375em;
  font-size: 1.125em;
  font-weight: bold;
  font-style: italic;
  color: #285028;
}

div.moq_content p.ok {
  background: url('/shared/icons/val_bullet_ok.svg') left center / 0.75em 0.75em no-repeat;
}

div.moq_content p.mandatory {
  background: url('/shared/icons/val_bullet_mandatory.svg') left center / 0.75em 0.75em no-repeat;
}

div.moq_content p.error {
  background: url('/shared/icons/val_bullet_error.svg') left center / 0.75em 0.75em no-repeat;
}

div.moq_content p.none {
  background: url('/shared/icons/val_bullet_inactive.svg') left center / 0.75em 0.75em no-repeat;
}

div.moq_content p.accessible {
  color: #285028;
  cursor: pointer;
}

div.moq_content p.accessible:hover {
  text-decoration: underline;
}

div.moq_content p.inaccessible {
  color: #808080;
}

div.moq_content_legend {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0.5em;
  border: 1px dotted gray;
}

div.moq_content_legend p {
  padding-left: 1.25em;
  font-size: 0.875em;
  font-style: italic;
}

div.moq_content_legend p.ok {
  background: url('/shared/icons/val_bullet_ok.svg') left center / 0.75em 0.75em no-repeat;
}

div.moq_content_legend p.mandatory {
  background: url('/shared/icons/val_bullet_mandatory.svg') left center / 0.75em 0.75em no-repeat;
}

div.moq_content_legend p.error {
  background: url('/shared/icons/val_bullet_error.svg') left center no-repeat;
}

div.alert > div {
  margin: 0.5em 0.625em;
  font-style: italic;
  text-align: justify;
}

div.alert > div.info {
  font-size: 0.875em;
  padding: 0.25em 0.75em 0.25em 2.0em;
  border: 1px solid #60c0e8;
  background: url('/shared/icons/info.svg') 0.5em 0.5em / 1.0em 1.0em no-repeat #f0f8ff;
}

div.alert > div.emphatic {
  font-size: 0.875em;
  padding: 0.25em 0.75em 0.25em 2.0em;
  border: 2px solid #c06868;
  background: url('/shared/icons/info.svg') 0.5em 0.5em / 1.0em 1.0em no-repeat #e0b8b8;
}

div.alert > div.warn {
  font-weight: 450;
  color: #e8700f;
  padding: 0.25em 0.75em 0.25em 2.15em;
  border: 1px solid #ffc000;
  background: url('/shared/icons/warn.svg') 0.45em 0.45em / 1.15em 1.15em no-repeat #ffe8bf;
}

div.alert > div.error {
  font-weight: 450;
  color: #c00000;
  padding: 0.25em 0.75em 0.25em 2.15em;
  border: 1px solid #ffc000;
  background: url('/shared/icons/error.svg') 0.45em 0.45em / 1.15em 1.15em no-repeat #ffe8bf;
}

div.alert > div.security {
  font-size: 0.875em;
  padding: 0.25em 0.75em 0.25em 2.0em;
  border: 1px solid #60c0e8;
  background: url('/shared/icons/padlock_closed.svg') 0.5em 0.5em / 1.0em 1.0em no-repeat #f0f8ff;
}

div.alert > div a,
div.alert > div span[onclick] {
  color: #800000;
  text-decoration: none;
}

div.alert > div a:hover,
div.alert > div span[onclick]:hover {
  text-decoration: underline;
}

div.alert em {
  text-decoration: underline;
}


div.narrowpage > div.alert > div {
  margin: 0.75em 0.0em;
}

div.question {
  margin: 1.5em 0.625em 0.625em 0.625em;
  border-top: 1px dotted #408040;
  background-color: #c9e0d2;
  background: linear-gradient(to right, #c9e0d2, #ffffff);
}

div.question > p {
  padding: 0.25em 0.25em 0.25em 2.0em; 
  background: url('/shared/icons/qbullet.svg') 0.6em 0.5em / 0.9em 0.9em no-repeat;
}

div.question > div.hint {
  padding: 0.0em 0.25em 0.25em 3.625em;
  text-indent: -1.625em;
  color: #606060;
  font-style: italic;
}

div.question > div.hint em {
  text-decoration: underline;
}

div.answer {
  min-height: 2.0em;
  margin: 0.625em 0.625em 1.5em 2.625em;
}

div.answer div.hflow,
div.answer div.hflow > table {
  display: inline-block;
  margin-top: 0px !important;
}

div.answer p.sep {
  margin-top: 0.375em;
}

div.answer div.sections_header {
  font-weight: bold;
}

div.answer div.sections_content {
  padding: 0.5em 0.0em 0.5em 3.0em;
}

table.pairs tr {
  height: 1.75em;
}

table.pairs td {
  padding: 0.2em 0.625em;
}

table.pairs td.rowheader {
  text-align: right;
  border-right: 1px solid #a0a0a0;
  white-space: nowrap;
  min-width: 15.0em;
}

table.pairs td.rowheader div.hint {
  font-size: 0.8em;
  font-style: italic;
  color: #606060;
}

table.options tr.grpheader td {
  border-bottom: 0.2em solid transparent;
  font-weight: bold;
  font-style: italic;
}

table.options tr.grpheader:not(:first-of-type) td {
  border-top: 0.6em solid transparent;
}

table.options tr.grpheader td:empty {
  height: 0.4em;
}

table.options td {
  height: 1.75em;
  padding: 0px;
  white-space: nowrap;
}

table.options td:last-of-type {
  width: 100%;
}
  
table.options td:not(:first-of-type) {
  padding-left: 0.5em;
}

table.options tr.grp td {
  padding-left: 1.0em;
}

table.pairs span,
table.options td,
table.options td > span,
div.hflow > span,
div.hflow > table,
span.options > span {
  vertical-align: middle;
}

input[type='radio'], input[type='checkbox'] {
  vertical-align: middle;
}

input[type='text'], [type='password'] {
  padding: 0.1em 0.3em;
}

select {
  max-width: 17.5em;
  padding: 0.1em 0.3em;
}

optgroup {
  font-weight: bold;
  font-style: italic;
}

optgroup > option {
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
}

input.xxx-small {
  width: 2.6em;
}

input.xx-small {
  width: 3.8em;
}

input.x-small {
  width: 5.0em;
}

input.date {
  width: 6.0em;
}

input.small {
  width: 8.0em;
}

input.medium {
  width: 11.0em;
}

input.x-medium {
  width: 16.5em;
}

input.large {
  width: 22.0em;
}

input.x-large {
  width: 33.0em;
}

input.xx-large {
  width: 44.0em;
}

select.small {
  max-width: 150px;
}

select.large {
  max-width: 350px;
}

label {
  padding: 0.0em 0.2em;
  border: 1px solid transparent;
  vertical-align: middle;
}

label.mandatory {
  background-color: #ffffa0;
  border: 1px dotted #ff8000;  
}

label.error {
  background-color: #ffa0a0;
  border: 1px dotted #800000;  
}

label.disabled {
  color: #b0b0b0;
}

option[disabled] {
  color: #b0b0b0;
}

input.mandatory {
  background-color: #ffffa0;
  border: 1px dotted #ff8000;  
}

input.error {
  background-color: #ffa0a0;
  border: 1px dotted #800000;  
}

input.disabled {
  color: #f8f8f8;
  background-color: #f8f8f8;
  border: 1px solid #b0b0b0;  
}

select.mandatory {
  background-color: #ffffa0;
  border: 1px dotted #ff8000;  
}

select.error {
  background-color: #ffa0a0;
  border: 1px dotted #800000;  
}

select.disabled {
  color: #f8f8f8;
  background-color: #f8f8f8;
  border: 1px solid #b0b0b0;  
}

textarea {
  width: 60.0em;
  height: 10.0em;
  min-width: 30.0em;
  max-width: 60.0em;
  min-height: 4.0em;
  max-height: 20.0em;
}

textarea.threelines {
  width: 60.0em;
  height: 4.0em;
  min-width: 30.0em;
  max-width: 60.0em;
  min-height: 2.0em;
  max-height: 20.0em;
}

textarea.medium {
  width: 45.0em;
  height: 6.0em;
  min-width: 22.5em;
  max-width: 45.0em;
  min-height: 4.0em;
  max-height: 15.0em;
}

textarea.small {
  width: 30.0em;
  height: 6.0em;
  min-width: 15.0em;
  max-width: 30.0em;
  min-height: 3.0em;
  max-height: 12.0em;
  }

textarea.mandatory {
  background-color: #ffffa0;
  border: 1px dotted #ff8000;  
}

textarea.error {
  background-color: #ffa0a0;
  border: 1px dotted #800000;  
}

div.submit {
   text-align: center;
}

div.submit button {
  font-size: 1.375rem;
  font-weight: bold;
  color: #285028;
  padding: 8px 8px 4px 8px;
  cursor: pointer;
}

div.submit button.wide {
  min-width: 15.0em;
}

div.submit button:disabled {
  color: #a0a0a0;
  cursor: default;
}

div.submit button img {
  vertical-align: middle;
  padding: 1px 8px 4px 8px;
}

div#sec_footer {
  position: relative;
  clear: both;
  border-top: 1px solid #285028;
  margin-top: 10px;
  overflow: auto;
  background-color: #c9e0d2;
}

div#sec_footer > div.mmf {
  margin: 0.625em;
  float: left;
}

div#sec_footer > div.mmf img {
  margin-top: 0.125em;
}

div#sec_footer > div.mmf p {
  padding: 0.125em 0.75em 0.0em 0.75em;
  border-top: 1px dotted #285028;
  color: #285028;
  font-size: 0.875em;
  text-align: center;
}

div#sec_footer > div.mmf p a {
  color: #285028;
  text-decoration: none;
}

div#sec_footer > div.contact {
  margin: 0.625em;
  float: right;
}

div#sec_footer > div.contact h1 {
  padding: 0.0em 0.5em 0.125em 0.5em;
  border-bottom: 1px dotted #285028;
  color: #285028;
  font-size: 0.875em;
  font-weight: bold;
}

div#sec_footer > div.contact p {
  padding: 0.125em 0.5em 0.0em 0.5em;
  font-size: 0.875em;
}

div#sec_footer > div.contact a {
  color: black;
}

div#dialog_overlay {
  display: none;
  position: fixed;
  opacity: 0.6;
  background-color: #808080;
  top: 0px;
  left: 0px;
}

div#dialog {
  display: none;
  position: fixed;
  padding: 20px;
  background-color: #f0f0f0;
  box-shadow: 0 0 20px #404040;
}

div#dialog_close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  background-image: url('../images/dialog_close.png');
  cursor: pointer;
}

div#dialog iframe {
  display: none;
  border: 0px;
  box-shadow: 0 0 5px #a0a0a0;
}

div#dialog_content {
  display: none;
  padding: 1.5em;
  border: 0px;
  box-shadow: 0 0 5px #a0a0a0;
  background: #ffffff;
  overflow: auto;
}

div#dialog_content h1 {
  max-width: 800px;
  margin-bottom: 0.75em;
  color: #285028;
  font-family: 'Roboto Flex', 'Noto Sans Math', 'Noto Sans Symbols', 'Noto Sans Symbols 2', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: normal;
}

div#dialog_content ul {
  margin: 5px 10px 0px;
  padding-left: 15px;
}

div#dialog_content li {
  list-style: outside url('../images/li_checkmark.png');
  padding: 3px;
}

div#dialog_content p.code {
  font-family: monospace;
  font-size: x-small;
  line-height: 1.1em;
  padding-left: 1em;
  text-align: left;
}

div#noscript {
  border: 2px solid #a00000;
  margin: 10px 3px;
  padding: 15px 15px 15px 50px;
  background: url('../images/hand.png') 10px 15px no-repeat #f1d2ac;
  color: #a00000; 
  font-style: italic;
}

table.prot {
  border: 2px solid black;
  white-space: nowrap;
}

table.prot tr.header {
  border: 2px solid black;
  background-color: #f1d2ac;
}

table.prot tr.header th {
  font-size: 1.125em;
  font-weight: normal;
  text-align: center;
  border: 1px dotted gray;
  padding: 0.25em 0.625em;
  width: 9.0em;
}

table.prot tr.header th.wide {
  width: 15.0em;
}

table.prot tr.header th:last-of-type {
  width: 12.5em;
}

table.prot tr.header span.small {
  font-size: 0.75em;
  text-align: center;
}

table.prot tr.section {
  background-color: #f3e5d5;
}

table.prot tr.section th {
  font-size: 0.875em;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
  padding: 2px 10px;
}

table.prot tr.odd {
  background-color: white;
  height: 2.0em;
}

table.prot tr.even {
  background-color: #f0f0f0;
  height: 2.0em;
}

table.prot tr.odd td,
table.prot tr.even td {
  border-left: 1px dotted gray;
  border-right: 1px dotted gray;
  padding: 0px 10px;
  vertical-align: middle;
}

table.prot input[type='text'] {
  height: 1.4em;
  padding: 0.05em 0.3em;
}

table.prot td.detailshint {
  font-style: italic;
  color: gray;
}
