/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/style/fonts/material-design.woff2) format('woff2');
    font-display: block;
}


/* fallback */


/*
@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(/style/fonts/material-outlined.woff2) format('woff2');
    font-display: block;
}



@font-face {
    font-family: 'Material Icons Round';
    font-style: normal;
    font-weight: 400;
    src: url(/material-rounded.woff2) format('woff2');
}


@font-face {
    font-family: 'Material Icons Sharp';
    font-style: normal;
    font-weight: 400;
    src: url(/material-sharp.woff2) format('woff2');
}


@font-face {
    font-family: 'Material Icons Two Tone';
    font-style: normal;
    font-weight: 400;
    src: url(/material-twotone.woff2) format('woff2');
}
*/

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.material-icons.info {
    font-size: 18px;
    color: grey;
}

@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?dv7jl');
    src: url('/fonts/icomoon.eot?dv7jl#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?dv7jl') format('truetype'), url('/fonts/icomoon.woff?dv7jl') format('woff'), url('/fonts/icomoon.svg?dv7jl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    font-display: swap;
}

html {
    --anchor-color: #0000EE;
    --red-color: #E60003;
    --font-size: 18px;
    font-size: var(- -font-size);
}

body {
    display: grid;
    min-height: 100vh;
    scroll-behavior: smooth;
}

footer {
    text-align: center;
}

footer a {
    color: white;
    text-decoration: none;
    font-size: small;
}


/*.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: var(- -font-size);
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}*/

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-justice:before {
    content: "\e900";
}

.icon-balance:before {
    content: "\e900";
}

.icon-equality:before {
    content: "\e900";
}

.icon-court:before {
    content: "\e900";
}

.icon-balance-scale:before {
    content: "\e901";
}

.icon-load-balancer:before {
    content: "\e902";
}

a {
    color: #0000EE;
    text-decoration: none;
}

body {
    font-family: Hevetica neue, Helvetica, sans-serif;
}

header {
    align-items: center;
}

header>img {
    flex: 0 1 100px;
}

header>.formContainer {
    flex: 1;
    padding-left: 10%;
}


/* nav bar */

nav ul {
    list-style: none;
    justify-content: space-between;
}

nav a {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.5px;
}

nav a:hover {
    color: brown;
    fill: brown;
}

nav svg {
    vertical-align: middle !important;
    margin-right: 5px;
}

.row-container {
    display: flex;
    flex-direction: row;
}

.column-container {
    display: flex;
    flex-direction: column;
}

nav {
    justify-content: space-between;
    padding: 1% 2% 0 2%;
}

main {
    padding: 0 1% 0 1%;
}


/*
main.full,
main.advanced-search {
    grid-column: 1/3;
}
*/


/*main.structurediv {
    padding-top: 30px;
    align-items: center;
}*/

aside {
    padding: 0 1% 0 1%;
}

i.status,
i.transport {
    vertical-align: top;
}

span.transport {
    color: teal;
    fill: teal;
}

i.transport {
    color: teal;
}

i.balanced {
    color: black;
}

i.approved {
    color: green;
}

i.preliminary {
    color: orange;
}

i.obsolete {
    color: red;
}

i.polymer {
    color: maroon;
}

.advanced-search {
    padding-top: 1%;
}

#browse-button {
    font-style: italic;
}

#advanced-search-button,
#browse-button {
    text-decoration: underline;
    color: black;
    margin-right: 10px;
    cursor: pointer;
}

rhea-advance-search {
    --border-setting: 1px dotted black;
    --justify-transformations: space-evenly;
}


/* optional  styling */

header {
    padding: 1%;
    border-bottom: 1px grey solid;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #888;
}

.tippy-content a {
    color: antiquewhite;
}

.tippy-content ul {
    list-style: none;
    padding-left: 5px;
}

.rxnText {
    line-height: 1.8;
}

#searchForm {
    width: 80%;
}

#query {
    width: 70%;
}

.obsoletemsg {
    color: #2423239e;
}

.logos a {
    text-decoration: none;
    margin-right: 4px;
}

.material-icons-outlined.info {
    /* color: #0393c1;
    color: brown;
    cursor: pointer;*/
    font-size: inherit;
    color: brown;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    transform: scale(0, 0);
}

.modal.open {
    transform: scale(1, 1);
}

.modal .modal-container {
    background-color: #f4f4f4;
    margin: 5% auto auto 10%;
    width: 80%;
    padding: 2em;
    min-height: 50%;
    max-height: 80%;
    overflow-y: scroll;
}

.modal-container li {
    line-height: 2em;
}

.modal-container .column-container:not(:last-child) {
    border-right: 1px dotted;
}

.modal-container .column-container {
    padding: 0 20px 0 20px
}

.modal-container .column-container ul {
    list-style: none;
    margin: 0;
}

.modal-container .column-container h4 {
    margin: 0 0 1em 0;
}

.modal-container .row-container {
    margin-left: 20px;
}

.modal i.close {
    font-size: 2em;
    float: right;
}

.modal i.close:hover {
    cursor: pointer;
}

.info:hover {
    color: brown;
}

.tippy-content {
    text-align: left;
}

code {
    background-color: #dfdddd;
    font-family: inherit;
    font-size: 1em;
}

footer {
    background: linear-gradient(to bottom, #a92a2b, rgba(253, 126, 110, 0.78));
    padding-top: 10px;
    justify-content: center;
    margin-top: 10px;
    gap: 5px;
}

footer h4 {
    color: white;
}

footer img {
    width: 48px;
    height: 48px
}

.footer-logo {
    align-items: center;
    gap: 2px;
}

#global-cdr-logo {
    background-color: whitesmoke;
    padding: 0px 5px;
}
body{display:grid;height:100vh;grid-template-rows:.1fr .1fr minmax(100px, auto) .1fr;grid-template-columns:1fr;grid-template-areas:"head" "nav" "main" "footer";grid-gap:.2rem;margin:0px}body.bannered{grid-template-rows:.1fr .1fr .1fr minmax(100px, auto) .1fr;grid-template-areas:"head" "nav" "banner" "main" "footer"}header{grid-area:head}.banner{grid-area:banner;justify-content:center;background-color:#deb887;line-height:2;margin:0 10px 0 10px;border-radius:5px}nav{grid-area:nav}aside{grid-area:side;display:none}main{grid-area:main;overflow-y:scroll}footer{grid-area:footer}@media(min-width: 900px){body{grid-template-rows:.1fr .1fr minmax(100px, auto) .1fr;grid-template-columns:minmax(100px, 200px) auto;grid-template-areas:"head head" "nav nav" "side main" "footer footer"}body.nosidebar{grid-template-columns:1fr;grid-template-areas:"head" "nav" "main" "footer"}body.nosidebar aside{display:none}body.bannered{grid-template-rows:.1fr .1fr .1fr minmax(100px, auto) .1fr;grid-template-areas:"head head" "nav nav" "banner banner" "side main" "footer footer"}body.bannered.nosidebar{grid-template-columns:1fr;grid-template-areas:"head" "nav" "banner" "main" "footer"}body.bannered.nosidebar aside{display:none}aside{display:block}}body{min-height:100vh;height:100%}body main{overflow-y:unset}h2{color:brown}a{color:rgba(0,0,238,.7294117647)}.reaction-header h2{margin-bottom:0px}table{width:50%;border-spacing:0px;margin:20px 0 10px 0}table thead tr{background:#eee}table tbody tr td:first-child{background:#eee;text-align:left}table th{border:1px solid #dedede;padding:10px;vertical-align:middle;text-align:center}table td{vertical-align:middle;text-align:center;padding:10px;border-right:1px dotted #ccc;border-left:1px dotted #ccc;border-bottom:1px dotted #ccc;border-collapse:collapse}
