@charset "UTF-8";
:root {
  --color: #444; /*font color*/
  --half-color: #bbb; /*font color*/
  --link-color: #c32148;
  --border-color: #2ba2b8;
  --border-radius: 10px;
  --background-color: #c1e9f1;
}

*, *:after, *:before { border: 0; margin: 0; box-sizing: inherit;  color: inherit; }

body { min-height: 100vh; , overflow-x: hidden; box-sizing: border-box; color: var(--color); }

/*body { color: var(--color); text-align: center; font-family: "Roboto", Helvetica, Arial, sans-serif; min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; }*/

center { margin: auto; text-align: center; }
img { border: 0px solid var( --border-color); }
img#banner { width: 800px; }
img#bullet { margin: -3px 8px 3px 8px; }
img.border { border: 2px solid var( --border-color); }
img.noborder { border: 0px solid var( --border-color); }
nav.auth_image { position: absolute; margin-right: -385px; right: 50%; top: 76px; float: right; font-size: 14pt; }

main.container-fluid { max-width: 98.6vw; margin: auto; text-align: center; padding: 0px; border: 0px dashed red; }
/*main.main-container { display: inline-block; border: 1px solid green; }*/

h1, h2, h3, h4, h5, h6 { margin: 0px; width: 100%; font-weight: bold; text-align: center; border: 0px dotted red; }
h1 { font-size: 24pt; }
h2 { font-size: 22pt; }
h2.body { text-align: center; }
h2.user { text-align: left; }
h3 { margin-top: 0px; margin-bottom: 3px; font-size: 20pt; }
h3.left { text-align: left; }
h4 { margin-top: 0px; margin-bottom: 3px; font-size: 17pt; }
h5 { font-size: 15.5pt; }
h6 { font-size: 14pt; }

hr { margin: 6px auto; border-radius: 2px; border: 1px solid var(--half-color); }

table.img_list img { margin-right: 6px; }
table.img_list td h3, table.img_list td p { text-align: left; }

table { border-collapse: collapse;  width: 100% }
thead tr { background-color: #f1f1f1; }
tbody tr:hover { background-color: #fbf6d9; }
thead th { vertical-align: bottom; }
tbody tr { border-bottom: 2px solid #f1f1f1; }
td, th { padding: 4px 8px; text-align: left; vertical-align: top; }

p.chm { margin-bottom: 14pt; text-align: center; font-size: 14pt; }
button.edit, button.pdf { height: 10.5pt; min-width: 54px; margin: -4px 4px 0px 0px; padding: 0px 5px; vertical-align: middle; line-height: 8.2pt; font-size: 8pt; background-color: maroon; }
button.edit { background-color: navy; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.btn { display: inline-block; margin: 6px 0px; padding: 10px 20px; color: var(--color); font-weight: bold; background-color: var(--background-color); cursor: pointer; border-radius: 7px; border: 2px solid var(--border-color);
}
.btn:hover { background-color: white; }

p { margin-bottom: 14pt; text-align: left; }
div.news { margin-bottom: 10px; padding: 15px; border-radius: 15px; border: 3px solid #2ba2b8; }

table.research { width: 85%; max-width: 600px; margin: 0px auto; font-size: 13pt; font-weight: bold; border-collapse: collapse; }
table.research tr { border: 0px solid black; }
table.research td { width: 33.3%; margin: 0px; padding: 0px; text-wrap: wrap; white-space: normal; }
table.pubs tr { border: 0px solid black; }
table.pubs tbody td { padding-right: 3px; text-align: left; }
table.pubs tbody td.c { white-space: nowrap; cursor: pointer; }
table.pubs tbody td.g { color: green; white-space: nowrap; }
table.pubs tbody td.r { color: maroon; white-space: nowrap; }
table.pubs tbody td input[type="text"] { padding: 3px 8px; }

ol[type="1"] { margin-bottom: 16pt; text-align: left; }

footer.footer_text_center { position: relative; display: inline-block; margin-left: auto; margin-right: auto; width: 100%; min-width: 384px; max-width: 800px; margin-top: 3px; padding: 4px; -moz-border-radius: var(--border-radius); -webkit-border-radius: var(--border-radius); border-radius: var(--border-radius); text-align: center; line-height: 1.1; font-weight: normal; border: 3px solid var(--border-color); }

footer.bgc { background-color: var(--background-color); }
div#footer_text_left { float: left; right: 49%; width: 49%; text-align: right; border: 0px dashed red; }
div#footer_text_right { float: right; left: 51%; width: 49%; text-align: left; border: 0px dashed red; }
div.clear { float: none; clear: both; margin: 0px; }

/*div.body { position: relative; margin: 10px auto; padding: 5px 10px; min-width: 350px; max-width: 94vw; font-size: 12pt; font-weight: normal; }
div.media_unavailable { width: 640px; height: 360px; margin: auto; padding: 20%; text-align: center; font-size: 18pt; border-radius: var(--border-radius); border: 2px solid darkgray; }

div.news { position: relative; margin: 10px auto; padding: 5px 10px; min-width: 350px; max-width: 740px; font-size: 12pt; font-weight: normal; }
div.more_news { position: relative; margin: 10px auto; padding: 5px 10px; min-width: 350px; max-width: 740px; font-size: 12pt; font-weight: normal; border: 2px solid #f0c36d; border-radius: var(--border-radius); cursor: pointer; }

div.body_news fieldset { border: 0px solid #000; }
div.body_news div.w2p_fw, div.body_news div.w2p_fc { font-weight: normal; }
div.body_news h4 { margin-bottom: 10px; }
div.body_news h5 { margin: 10px 0px; }*/

/*just throw in*/
input.small { max-width: 80px; max-height: 20px; margin: 0px; padding: 0px 2px; text-align: center; font-size: 10pt; font-weight: bold; }


b, label, strong { font-weight: bold; }

ul { list-style-type: none; padding-left: 20px; }

.maroon { color: #993333; }
.brightmaroon { color: #cc3333; }
.darkgray { color: #444; }
.bold { font-weight: bold; }

a { color: var(--link-color); text-decoration: none; white-space: nowrap; } /*maroon*/
a:visited { color: var(--link-color); } /*bright maroon*/
a:hover { color: var(--link-color); cursor: pointer; } /*dark gray*/
a:active { color: var(--link-color); }

/*h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-align: center;
  padding: 6px 0px;
}

h1 {
  font-size: 20pt;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
  padding: 3px 0px;
}

h4 {
  font-size: 12pt;
  padding: 3px 0px;
}

h5 {
  font-size: 10pt;
  padding: 1px 0px;
}

h6 {
  font-size: 8pt;
  padding: 1px 0px;
}

header, footer {
  display:block;
  width:100%;
}

p, li, button, fieldset, input, select, textarea, blockquote, table {
  margin-bottom: 1.0rem;
}*/

/****************************************************
 table
 ****************************************************/

/*@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}*/

/****************************************************
 buttons
 ****************************************************/

[role="button"], button, input[type='button'], input[type='reset'], input[type='submit'] {
  background-color: #0074d9;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 300;
  height: 1.8rem;
  line-height: 1.8rem;
  padding: 0 1.0rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  min-width: 100px;
}

[role="button"]:focus, [role="button"]:hover, button:focus, button:hover, input[type='button']:focus, input[type='button']:hover, input[type='reset']:focus, input[type='reset']:hover, input[type='submit']:focus, input[type='submit']:hover {
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/****************************************************
 forms
 ****************************************************/

input[type='color'], input[type='date'], input[type='datetime'], input[type='time'], input[type='datetime-local'], input[type='email'], input[type='month'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], input[type='week'], input:not([type]), textarea, select {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: inherit;
  font-family: monospace;
  font-size: 1.2em;
  padding: .5em 1.0em .5em;
  width: 100%;
}

input[type='color']:focus, input[type='date']:focus, input[type='time']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='email']:focus, input[type='month']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='url']:focus, input[type='week']:focus, input:not([type]):focus, textarea:focus, select:focus {
  border-color: #0074d9;
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
}

select[multiple] {
  background: none;
  height: auto;
}

textarea {
  min-height: 6.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'], input[type='radio'] {
  display: inline;
}

[disabled] {
  cursor: default;
  opacity: .5;
}

/****************************************************
 grid and page formatting
 ****************************************************/

.columns {
  display: table;
  width: 100%;
}

.columns .columns {
  margin: 0 -1.5em;
}

@media (min-width:600px) {
  .col,.c25,.c33,.c50,.c66,.c75 {
    padding: 1.5em;
    display: table-cell;
    vertical-align: top;
  }
  .c25 { width: 24.9%; }
  .c33 { width: 33.3%; }
  .c50 { width: 49.9%; }
  .c66 { width: 66.6%; }
  .c75 { width: 74.9%; }
}

@media (max-width:600px) {
  .col,.c25,.c33,.c50,.c66,.c75 {
    padding: 20px;
    display: block;
    vertical-align: top;
  }
}

.columns:after {
  content: "";
  clear: both;
  display: table;
}

/****************************************************
 colors
 ****************************************************/

.transparent{background-color:transparent;color:#111}
.default{background-color:#0074d9;color:white}
.success{background-color:#2ecc40;color:white}
.warning{background-color:#ffdc00;color:#111}
.error{background-color:#cc1f00;color:white}
.info{background-color:#f1f1f1;color:#111}
.white{background-color:white;color:#111;padding 5px;}
.black{background-color:#111;color:white}
.ivory{ background-color: #f9edbe; color: #444; }
.bgc{ color: vars(--color); background-color: vars(--background-color); }

/****************************************************
 navigation and nested menu
 ****************************************************/

label.hamburger { margin: 0px; paddind: 0px; line-height: 12pt; font-size: 13pt; }

/*nav {
  position:relative;
  padding: 0 1.5em;
  display: table;
  width: 100vw;
  max-height: 10px;
  color: #444;
  border-bottom: 2px solid var(--border-color);
  font-size: 12pt;
  font-weight: bold;
}

nav ul {
  list-style:none;
  position:relative;
  padding:0
}

nav > input[type=checkbox], nav > label {
  display: none;
}

@media (min-width:600px) {
  nav > * {
    display: table-cell;
    vertical-align: middle;
  }
  nav > ul:last-child {
    float:right;
  }
  nav > ul > li {
    padding: 0.5em 0.5em
  }
}

@media (max-width:600px) {
  nav > ul {
    display: table-column;
    vertical-align: middle;
  }
  nav > label {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 20px;
    font-size: 2em;
  }
  nav > a {
    display: inline-block;
    padding-top: 8px !important;
  }
  nav > ul {
    display: block;
  }
  nav > input[type=checkbox]:not(:checked) ~ ul {
    display: none;
  }
  nav > ul > li {
    display: block;
    text-align: center;
    padding: 0.5em 0.2em;
  }
}

nav li:hover {
  background-color: #0074d9
}

nav li:hover > a {
  color: white
}

nav a {
  padding:0 5px;
  text-decoration:none;
  text-align:left;
  color: maroon;
}

nav.black ul ul a {
  color: black
}

nav.black a, nav.black > label {
  color: white
}

nav li {
  position:relative;
  margin:0;
  padding:0;
  display: inline-block
}

nav ul ul {
  border:1px solid #e1e1e1;
  visibility:hidden;
  opacity:0;
  position:absolute;
  top:90%;
  left:-20px;
  padding:0;
  z-index:1000;
  transition:all 0.2s ease-out;
  list-style-type: none;
  box-shadow:5px 5px 10px #666;
  background-color: white
}

nav ul ul li {
  width: 100%;
}

nav ul ul a {
  padding:10px 15px;
  color:#333;
  font-weight:700;
  font-size:12px;
  line-height:16px;
  display: block;
  color: #111;
}

nav ul ul ul {
  top:0;
  left:80%;
  z-index:1100
}

nav li:hover > ul {
  visibility:visible;
  opacity:1
}

nav>li>ul>li:first-child:before{
  content:'';
  position:absolute;
  width:1px;
  height:1px;
  border:10px solid transparent;
  left:50px;
  top:-20px;
  margin-left:-10px;
  border-bottom-color:white
}*/

/****************************************************
 modal
 ****************************************************/
/*
[role="dialog"] > div {
  position:fixed;
  z-index:9999;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color:rgba(0,0,0,0.8);
  padding-top:20vh;
  transition:opacity 500ms;
  visibility:hidden;
  opacity:0;
}
[role="dialog"] > input[type=checkbox] { display: none !important; }
input[type=checkbox]:checked ~ div {visibility:visible; opacity:1}
[role="dialog"] > div > *:not(.close) {width: 66%; margin-left:auto; margin-right:auto; border-radius: 5px;}
[role="dialog"] > div > .close, [role="alert"] > .close {
  background: url('data:image/svg+xml;utf8,<svg fill="%23000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M 12 2 C 6.4889971 2 2 6.4889971 2 12 C 2 17.511003 6.4889971 22 12 22 C 17.511003 22 22 17.511003 22 12 C 22 6.4889971 17.511003 2 12 2 z M 12 4 C 16.430123 4 20 7.5698774 20 12 C 20 16.430123 16.430123 20 12 20 C 7.5698774 20 4 16.430123 4 12 C 4 7.5698774 7.5698774 4 12 4 z M 8.7070312 7.2929688 L 7.2929688 8.7070312 L 10.585938 12 L 7.2929688 15.292969 L 8.7070312 16.707031 L 12 13.414062 L 15.292969 16.707031 L 16.707031 15.292969 L 13.414062 12 L 16.707031 8.7070312 L 15.292969 7.2929688 L 12 10.585938 L 8.7070312 7.2929688 z"/></svg>') center right no-repeat;
  width:24px; height:24px; cursor: pointer; position:absolute; top:15px; right:15px;
  cursor: pointer;
}
*/
/****************************************************
 accordion
 ****************************************************/

.accordion>label{cursor:pointer}
.accordion>input ~ label:before {content:"\25b2"; color:#ddd}
.accordion>input:checked ~ label:before {content:"\25bc"; color:#ddd}
.accordion>input {display:none}
.accordion>input:checked ~ *:not(label) {
  max-height: 1000px !important;
  overflow:hidden !important;
  -webkit-transition: max-height .3s ease-in;
  transition: max-height .3s ease-in;
}

.accordion>*:not(label) {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-transition: max-height .3s ease-out;
  transition: max-height .3s ease-out;
}

/****************************************************
 convenience
 ****************************************************/

[role="alert"] {
  margin: 1.5em;
  padding: 1.5em;
  position: relative;
  border-radius: 5px;
  color: black;
}

[role="alert"] > .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.padded {
  /*padding: 1.5em;*/
}

.fill {
  width: 100%;
}

ul.tags-list {
  padding-left: 0;
}

ul.tags-list li {
  display: inline-block;
  border-radius: 100px;
  background-color: #111111;
  color: white;
  padding: 0.3em 0.8em 0.2em 0.8em;
  line-height: 1.2em;
  margin: 2px;
  cursor: pointer;
  opacity: 0.2;
  text-transform: capitalize;
}

ul.tags-list li[data-selected=true] {
  opacity: 1.0;
}
