@CHARSET "UTF-8";

body {
    color: #eeeeee;
    background-repeat: no-repeat;
    margin: 0em 0em;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    opacity 0.7;
}

.image-vw {
  width : 100vw ; 
}

div.titlebar {
    z-index : 2;
    top: 0px;
    margin-top: 0px;
	background-color:#072370;
}

div.top-titlebarsponsor {
    padding-top: 1em;
    padding-right: 1em;
    text-align: right;
    background-color: #072370;
    font-weight: 700;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    line-height:1.2em;
}

div.titlebarsponsor {
    padding-top: 1em;
    padding-right: 1em;
    text-align: right;
    background-color: #072370;
    font-weight: 700;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
	line-height:1.2em;
    height: 140px;
}

.titlebarsponsor h1{
	font-size:3em;
}

ul.annotation {
    font-size: 0.9em;
    font-style: italic;
    list-style: none;
    margin: 0px;
    padding-left: 0.5em;
    text-indent: -0.59em;
}

ul.annotation > li {
}

ul.annotation > li::before {
    content: "*" ' ';
}

#menu {
    z-index : 5;
    margin: 0px;
    padding: 0px;
    width: 220px;
    height: 1800px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    background-color: transparent;
}

#menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    padding: 0px;
}

#menu > iframe {
    width: 220px;
    height: 100%;
    border: none;
}

img.menu_logo {
    width: 100%;
    margin: 5px 0px 5px 0px;
}

.left_pane {
    position: absolute;
    z-index : 5;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    top: 0px;
    width: 200px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    background-color: transparent;
}

ul.menu_item {
    list-style-type: none;
    font-size: 11pt;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 0px;
    margin: 5px 0px 5px 0px;
}

ul.menu_item > li {
    margin: 5px 0px 5px 0px;
}

ul.menu_item > li > a {
    text-decoration: none;
    color: #0f0f0f;
    border: 1px solid #072370;
    border-radius:5px;
    height: 30px;
    padding: 0px 0px 0px 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.menu_item > li > a:hover {
    background:#d3d8eb;
    color:#072370;
}

ul.menu_item > li > a.disable {
    background-color:#ccc;
    color: gray;
    pointer-events: none;
    font-style: italic;
}

ul.menu_item > li > a.disable:hover {
    background-color:#ccc;
    cursor: not-allowed;
}

div.body {
    display: flex;
}

div.main {
    z-index : 3;
    width: 100%;
}

div.rimage {
    float: right;
    margin-right: 1em;
}

div.centerimage {
    width: 100%;
}

div.imageletter {
    text-align: left;
    padding-top: 0px;
    padding-left: 15px;
    padding-bottom: 10px;
    color: #072370;
    font-size: 1.5em;
	line-height:1.2em;
}

.imageletter h1 {
	font-size: 5em;
	color: #072370;
}

div.square {
    position: relative;
    margin-top: 0em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #072370;
    color: #292929;
    background-color: #ffffff;
}

div.whatsnewitemday {
    position: relative;
    margin-top: 0em;
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    padding: 5px;
    color: #eeeeee;
    background-color: #072370;
}

h4.title {
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    color: #104869;
    background-color: #ffffff;
}

h5.title {
    font-size: 1.0em;
    margin-top: 0.5em;
    margin-left: 1.0em;
    margin-bottom: 0em;
    color: #104869;
    background-color: #ffffff;
}

p.justify{
  text-align: justify;
}

div.comments {
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
    background-color:ffffff;
}

div.commentsnosub {
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.bottombar {
    z-index : 4;
    clear: both;
    margin-left:230px;
    margin-right:1em;
    bottom: 0em;
    height: 3em;
    color: #eeeeee;
    background-color: #072370;
}

a.bottomitem:link {
    color: #eeeeee;
}

a.bottomitem:visited {
    color: #eeeeee;
}

table td {
    vertical-align: top;
}

table.program {
    border-spacing: 0;
    width: 100%;
}

table.program tr {
}

table.program tr th:nth-child(1) {
    width: 100px;
}

table.program tr th:nth-child(2) {
    width: 300px;
}

table.program tr th:nth-child(3) {
}

table.program tr th {
    color: #ffffff;
    padding: 8px 15px;
    background: #3d5a80;
    border: 1px solid #3d5a80;
    font-weight: bold;
    text-align: left;
}

table.program tr td {
    padding: 8px 15px;
    border-left: 1px solid #3d5a80;
    border-bottom: 1px solid #3d5a80;
    text-align: left;
}

table.program tr td:last-child {
    border-right: 1px solid #3d5a80;
}

table.program tr:nth-child(2n+1) {
    background: #eee;
}

table.nodecoration {
    margin-left: 0.5em;
    width: 98%;
}

table.nodecoration tr, table.nodecoration td {
    border: 0px none;
    background: #ffffff;
}

header {
    width: 100%;
    height: 150px;
    background-color: #072370;
}

.headbar {
    padding: 10px;
    text-align: right;
}

.headbar h1 {
    font-size: 3em;
    margin: 10px;
}

.headbar h2 {
    font-size: 1.3em;
    margin: 10px;
}

header iframe {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 5em;
}

footer {
    width: 100%;
    height: 3em;
    background-color: #072370;
}

footer iframe {
    width: 100%;
    height: 3em;
    border: none;
}
.footer_text {
    text-align: right;
    padding-right: 1em;
}

.footer_text > a {
    color: white;
}

div.copyright {
    padding-right: 1em;
    text-align: right;
}

div.bottomlink {
    padding-top: 0.5em;
    padding-right: 1em;
    text-align: right;
}

h3.title {
    font-size: 1.5em;
    margin-left: 0.7em;
    margin-bottom: 0em;
    color:#0f0f0f;
}

p.paper-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
}

p.paper-author {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

table.program div.item {
    margin-bottom: 0.8em;
}

table.program div.item[last="1"] {
    margin-bottom: 0em;
}

table.program div.item p.title {
    font-weight: bold;
    margin: 0px;
}

table.program div.item p.info {
    font-size: 0.9em;
    margin: 0px;
}

table.program p.paper-author {
    margin-top: 0px;
    font-size: 0.9em;
}

span.menu_header {
	display: block;
    outline-width: 0px;
    margin: 5px 0px 5px 0px;
    border: 0px;
    padding: 5px;
    height: 25px;
    min-height: 0px;
    font-size: 11pt;
    font-family: 'Lato', sans-serif, Arial, Helvetica;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;

	background:#072370;
/* 	background-image: -moz-linear-gradient(top, #666 0%, #555 50%, #444 50%, #555 100%); */
/* 	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(0.50, #555), color-stop(0.50, #444), color-stop(1, #555)); */
	border-radius:5px 5px 5px 5px;
}

div.spo {
    width: 100%;
}

div.spo-title{
    display: block;
    outline-width: 0px;
    margin: 5px 0px 5px 0px;
    border: 0px;
    padding: 5px;
    min-height: 0px;
    font-size: 11pt;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #111111;
    text-decoration: none;
    background:#A7C0CE;
    border-radius:5px 5px 5px 5px;
}

div.spo-logo {
    text-align: center;
    width: 100%;
}

a.spo{
	display: block;
    outline-width: 0px;
    margin: 0px;
    margin-top:5px;
    /*margin-left:25px;*/
    border: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom:3px;
    padding-left: 5px;
    width: 200px;
    min-height: 0px;
    font-size: 11pt;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #111111;
    text-decoration: none;
    vertical-align: bottom;

	background:#888;
	background-image: -moz-linear-gradient(top, #AAA 0%, #999 50%, #888 50%, #999 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AAA), color-stop(0.50, #999), color-stop(0.50, #888), color-stop(1, #999));
	border-radius:5px 5px 5px 5px;
}

img.spo {
    margin: auto;
}

img.venue {
    width: 100%;
    max-width: 500px;
}

label {
	display: block;
    outline-width: 0px;
    margin: 0px;
    margin-top:5px;
    margin-left:10px;
    border: 1px solid #072370;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 5px;
    width: 200px;
    height: 25px;
    min-height: 0px;
    font-size: 11pt;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #0f0f0f;
    text-decoration: none;
    vertical-align: bottom;
 	border-radius:5px 5px 5px 5px;
}


input[type="checkbox"].on-off{
    display: none;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 530px;
}


#teaser {
    height: 400px;
}

.top_image {
    position: relative;
    width: 100%;
    min-height: 10cm;
    margin-left: 1em;
    margin-bottom: 0em;
}

.top_image h1{
    position: absolute;
    margin-left: 10px;
    color: white;
    font-weight: bold;
    font-size: 6.5em;
    line-height: 1em;
    top: -60px;
    left: 10px;
}

.top_image h2{
    position: absolute;
    margin-left: 10px;
    color: white;
    text-stroke: 0.1px #000;
    font-weight: bold;
    font-size: 5.5em;
    line-height: 1em;
    top: -60px;
}

.top_image h3{
    position: absolute;
    margin-left: 10px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    font-family: arial, sans-serif;
    background:	rgba(0,0,0,0.3);
    padding: 10px;
    top: 220px;
}

.top_image a,a:visited{
    color: inherit;
}

.old-date {
    text-decoration: line-through;
    color:#999;
}
.new-date {
    font-weight: bold;
    color:#9d0208;
}

.todo {
    font-size: 0.8em;
    font-family: arial, sans-serif;
    font-style: italic;
    color: red;
}

.note {
    font-size: 0.8em;
    font-family: arial, sans-serif;
    font-style: italic;
    color: blue;
}
