/* SCSS Document */
/* DEFINITIONS */
/*#0066FF922b65;560031*/
/*END DEFINITIONS */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

html, body {
  background-color: #f8f8f8;
  font-family: 'Orienta', serif;
  font-size: 1em;
  height: 100%; }

body {
  /*font-size: 100%;*/ }

#container {
  margin: 0 auto -90px auto;
  /* -90px = footer height 60 + footer margin 30 */
  padding: 0 0 113px 0;
  /*60+30+20+3 footer+margins+shadow*/
  min-height: 100%;
  max-width: 1000px;
  min-width: 200px;
  border-radius: 2px;
  /*box-shadow: 3px 3px 3px #777777;*/
  box-shadow: 1px 4px 12px #777777;
  text-align: left;
  background-color: #ffffff; }

/* ****** */
/* HEADER */
/* ****** */
#headertop {
  height: 2px;
  background-color: #f7b800;
  /*border-bottom: 2px solid #f7b800;
  border-top: 2px solid #f7b800;*/ }

#header {
  margin: 0 0 0 0;
  padding: 20px;
  /*border-radius: 2px;*/
  /*background: $color-gradient-dark; /* for old browsers */
  /*background: linear-gradient(to bottom, $color-gradient-dark 0%, $accent-color 100%); /* w3c */
  /*background: -moz-linear-gradient(top, $color-gradient-dark 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, $color-gradient-dark 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, $color-gradient-dark 0%, #ffffff 100%);
  background: -o-linear-gradient(top, $color-gradient-dark 0%, #ffffff 100%);*/
  text-align: center; }

#headertitle {
  color: #007FDB;
  font-family: 'Open Sans',sans-serif;
  font-weight: normal;
  text-shadow: 1px 1px 1px #aaaaaa;
  margin-bottom: 10px; }

#headersubtitle {
  color: #666666;
  font-size: 1.3em;
  font-style: italic;
  font-family: Arial, sans-serif; }

#headerdate {
  line-height: 2em;
  color: #666666;
  font-size: 1.5em;
  font-weight: normal;
  font-family: Arial, sans-serif; }

#headerlocation {
  line-height: 1.5em;
  color: #42b0ff;
  font-size: 1.3em;
  font-weight: normal;
  font-family: Arial, sans-serif; }

/* END HEADER */
/* ******** */
/* NAV MENU */
/* ******** */
#mainmenu {
  /*@include box-sizing-border-box;*/
  margin: 0;
  /*padding: 3px;*/
  background-color: #ffffff;
  border-bottom: 2px solid #f7b800;
  border-top: 2px solid #f7b800;
  /*background: $main-color; /* old browsers */
  /*background: linear-gradient(to bottom, $color-gradient-dark 0%, $accent-color 100%); /* w3c */
  /*background: -moz-linear-gradient(top, $main-color, $accent-color);
  background: -webkit-linear-gradient(top, $main-color, $accent-color);
  background: -ms-linear-gradient(top, $main-color, $accent-color);
  background: -o-linear-gradient(top, $main-color, $accent-color);*/
  text-align: center; }
  #mainmenu a {
    padding: 0 6px 0 6px; }

#mainmenu ul {
  /*height: 50px;	*/ }

#mainmenu a {
  /*border: 1px solid green;*/
  display: block;
  font: normal 0.8em 'Telex','Arial', sans-serif;
  letter-spacing: 1pt;
  color: #f7b800;
  text-decoration: none;
  margin: 0; }
  #mainmenu a:hover {
    color: #007FDB; }

/* END NAV MENU */
/* ******* */
/* CONTENT */
/* ******* */
#content {
  /*@include box-sizing-border-box;*/
  margin: 0 0 0 0;
  width: 100%;
  background-color: transparent;
  border-radius: 2px;
  font: normal 0.9em 'Telex', sans-serif;
  color: #444444; }

/* ****** */
/* FOOTER */
/* ****** */
#footer-wrap {
  clear: both;
  /*@include box-sizing-border-box;*/
  margin: 30px auto 20px auto;
  padding: 0;
  height: 60px;
  max-width: 1000px;
  border-radius: 0 0 2px 2px;
  background-color: #cccccc;
  /*border-bottom: 2px solid #dddddd;*/
  border-top: 2px solid #dddddd;
  /*background: #bbbbbb; /* for old browsers */
  /*background: linear-gradient(to top, #999999 0%, #cccccc 100%); /* w3c */
  /*background: -moz-linear-gradient(bottom, #999999 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom #999999 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #999999 0%, #cccccc 100%);
  background: -o-linear-gradient(bottom, #999999 0%, #cccccc 100%);*/ }

#footer {
  margin: 0;
  padding: 10px;
  height: 60px;
  text-align: right;
  font-size: 0.8em;
  vertical-align: middle;
  border-radius: 2px; }

#footer a {
  text-decoration: none;
  color: #eeeeee;
  padding: 0;
  margin: 0;
  line-height: 30px;
  /* same height as footer for vertical align */ }

/* ******* */
/* GENERAL */
/* ******* */
.clearfix {
  clear: both; }

.flex, .img-bar {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: flex-start; }

#content p, #content address, #content li {
  line-height: 1.75em; }

#content div {
  /*margin-bottom: 30px;*/ }

div.flex > div, div.img-bar > div {
  margin-bottom: 10px;
  margin-right: 40px;
  flex-grow: 1;
  /*border: 1px solid red;*/ }

.flex-center {
  justify-content: center; }

.flex3 {
  /*@extend .flex;*/
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: center; }

.flex3 > div {
  	/*flex-grow: 0;
  border: 1px solid red;	*/ }

.flex3 > div.img-label-wrapper {
  flex-basis: 25%;
  margin: 4%; }

.w270 {
  width: 270px;
  max-width: 270px; }
  .w270 img {
    max-width: 250px;
    margin: 10px; }

.maxw650 {
  max-width: 570px; }

div p:first-child {
  margin-top: 3px; }

div p:last-child {
  margin-bottom: 3px; }

h1 + div {
  margin: 0 !important; }

div + ul {
  margin: 0 !important; }

div > h2:first-child,
div > h3:first-child {
  margin-top: 0px; }

#content > h1:first-of-type {
  margin-top: 0; }

#content > div:first-of-type h1:first-child {
  margin-top: 0; }

h1 {
  clear: both;
  margin: 40px 0 20px 0;
  padding: 7px 0 6px 0;
  /*border: 1px solid $main-color;*/
  /*background: #bbbbbb; /* for old browsers */
  /*background: linear-gradient(to right, $dark-gradient 0%, $light-gradient 100%); /* w3c */
  /*background: -moz-linear-gradient(left, $dark-gradient 0%, $light-gradient 100%);
  background: -webkit-linear-gradient(left, $dark-gradient 0%, $light-gradient 100%);
  background: -ms-linear-gradient(left, $dark-gradient 0%, $light-gradient 100%);
  background: -o-linear-gradient(left, $dark-gradient 0%, $light-gradient 100%);*/
  color: #333333;
  font: normal 1.6em 'Orienta', 'Arial Narrow', sans-serif;
  /*text-shadow: 0 -1px #ffffff;*/
  letter-spacing: 2px;
  /*&:first-child {margin-top: 0;}
  &:first-of-type {margin-top: 0;}*/ }

h1 + h2 {
  margin: 20px 0 20px 0; }

h1 + * {
  margin-top: 0; }

h2 {
  margin: 40px 0 20px 0;
  color: #333333;
  font: bold 1.2em 'PT Sans', 'Arial Narrow', sans-serif;
  letter-spacing: 1px; }

h3 {
  font-size: 1.1em;
  font-weight: bold;
  color: #777777; }

form h2 {
  clear: both;
  font: normal 1em 'PT Sans', 'Arial Narrow', sans-serif;
  letter-spacing: 1px;
  background-color: #e0e0e0;
  margin: 40px 0 15px 0;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 0px #aaaaaa; }

h2 + h3 {
  margin-top: 10px !important; }

h4 {
  clear: both;
  padding: 3px;
  font: normal 1em 'Orienta', 'Arial Narrow', sans-serif;
  text-decoration: underline;
  margin: 10px 0 10px 0; }
  h4:first-child {
    margin: 0 0 10px 0; }
  h4:first-of-type {
    margin: 0 0 10px 0; }

a,
.link {
  color: #0066CC;
  text-decoration: none; }
  a:hover,
  .link:hover {
    text-decoration: underline; }

.link:hover {
  cursor: pointer; }

div.title {
  font-weight: bold;
  line-height: 1.4em; }

div.author {
  line-height: 1.4em; }

div.joint {
  font-size: 0.9em;
  line-height: 1.4em; }

div.abstract {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.4em; }

/*fieldset {
border: 1px solid #000099;
margin: 10px 0px 30px 0px;
padding: 5px;
text-align: left;
}

legend {
border: 1px solid #000099;
padding: 3px 5px 3px 5px;
font: bold 0.8em "Verdana", sans-serif;
}*/
img.shadow {
  box-shadow: 2px 2px 2px 1px #cccccc; }

.img-bar {
  clear: both;
  /*line-height: 0;*/
  width: 100%;
  margin: 40px 0 0 0; }
  .img-bar div + img {
    margin: 5px 0 5px 0; }
  .img-bar img {
    margin: 0px 20px 0px 20px;
    /*margin: 5px 0 5px 0;
    border: 1px solid $main-color;
    max-height: 40px;*/
    max-width: 100%;
    /*&:first-child {margin: 0 20px 0 0;}
    &:last-child {margin: 0 0 30px 0;}*/ }

.img-bar div {
  margin-bottom: 1.1em; }

.img-max-height-80 img {
  max-height: 80px !important; }

.img-max-height-70 img {
  max-height: 70px !important; }

.img-max-height-50 img {
  max-height: 50px !important; }

.img-max-height-40 img {
  max-height: 40px !important; }

.img-max-height-120 img {
  max-height: 120px !important; }

.img-label-wrapper {
  margin: 10px;
  min-width: 150px;
  /* limits shrinking relative to flex-basis */
  overflow: hidden; }
  .img-label-wrapper img {
    max-height: 60px;
    max-width: 100%; }
  .img-label-wrapper .img-alt {
    display: none; }
  .img-label-wrapper a {
    max-width: 100%; }

.inline-childs {
  margin: 0 0 10px 0;
  display: block; }
  .inline-childs * {
    display: inline; }
  .inline-childs a {
    margin: 0 10px 0 0; }

.display-box {
  display: flex; }

/* ****** */
/* TABLES */
/* ****** */
table {
  border-collapse: collapse; }

th {
  vertical-align: top;
  font-weight: normal; }

table.adminregs td {
  border: 1px solid #666666; }

table.adminregs tr td {
  text-align: center; }
  table.adminregs tr td:first-child {
    text-align: left; }

/* END TABLES */
/* ******* */
/* BORDERS */
/* ******* */
.border-main-color {
  border-color: #007FDB !important; }

.border-accent-color {
  border-color: #f7b800 !important; }

.bordered-box {
  margin: 15px 0 15px 0;
  padding: 10px;
  border: 1px solid #bbbbbb;
  vertical-align: middle;
  border-radius: 5px; }

.border-dashed {
  border-style: dashed !important; }

.border-left {
  text-align: left;
  border: 1px solid #ff9933;
  padding: 5px;
  border-spacing: 3px; }

/* END BORDERS */
/* LISTS */
ul {
  margin: 10px 0 10px 0; }

ul li {
  margin-bottom: 10px; }

ul li > ul:first-child {
  margin-top: 10px; }

ul > li:last-child {
  margin-bottom: 0px; }

/* END LISTS */
/* ******** */
/* ALIGNING */
/* ******** */
.center {
  text-align: center !important; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.sup {
  vertical-align: super; }

.bottom {
  vertical-align: bottom; }

.marginR-20 {
  margin-right: 20px !important; }

.marginR-0 {
  margin-right: 0px !important; }

.marginT-0 {
  margin-top: 0 !important; }

.marginT-15 {
  margin-top: 15px !important; }

.marginT-30 {
  margin-top: 30px !important; }

.marginT-40 {
  margin-top: 40px !important; }

.marginB-0 {
  margin-bottom: 0 !important; }

.marginL-0 {
  margin-left: 0 !important; }

.marginL-20 {
  margin-left: 20px !important; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.indent20 {
  text-indent: 20px; }

/* END ALIGNING */
/* FORMS */
input[type="radio"], label {
  vertical-align: middle; }

input[type="password"] {
  margin: 0; }

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%; }

textarea {
  width: 100%; }

/*input[type=radio].green:checked {
color: #009900;
}
input[type=radio].red:checked {
color: #CC0000;
}*/
#approvedyes:checked {
  color: #009900; }

#approvedno:checked {
  color: #cc0000; }

select {
  margin-left: 0;
  padding: 1px; }

.error {
  color: #FF0000; }

.message {
  color: #339900; }

fieldset.error, legend.error {
  border: 1px solid #FF0000; }

/* Registration form */
#sponsor_code {
  margin: 0 0 10px 20px; }

#lunch1 {
  /*display: none;*/
  margin-left: 20px; }

#dinner {
  margin-left: 20px; }

#lunch2 {
  /*display: none;*/
  margin-left: 20px; }

.vegtd {
  font: normal 12pt Times, serif;
  color: #000000;
  padding-right: 30px; }

#paperchoice1 {
  display: none; }

#paperchoice2 {
  display: none; }

.button {
  font-size: 1.5em;
  color: #444444; }

.button:hover {
  cursor: pointer;
  color: #000000; }

.button_clone {
  background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  background-color: #ededed;
  border-radius: 2px;
  border: 1px solid #999999;
  display: inline-block;
  cursor: pointer;
  font: 1.1em "Telex", sans-serif;
  color: #000000;
  padding: 4px 12px !important;
  text-decoration: none;
  text-align: center;
  min-width: 200px; }

.button_clone:hover {
  background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
  background-color: #dfdfdf;
  text-decoration: none;
  color: #000000; }

.bgbold {
  background-color: #CCCCCC;
  font: inherit;
  font-weight: bold;
  padding-left: 3px; }

.bglight {
  background-color: #dddddd; }

/* regOK */
.box {
  width: 700px;
  padding: 10px;
  border: 1px solid #333333;
  text-align: left; }

.redbox {
  padding: 10px;
  border: 1px solid #CC0000;
  font-weight: bold;
  color: #CC0000;
  background-color: #FAE7E7; }

.greenbox {
  padding: 8px 10px;
  margin: 15px 0 15px 0 !important;
  border: 1px solid #009900;
  font-weight: normal;
  font-size: 0.9em;
  background-color: #ddEedd;
  margin: 10px 0 10px 0;
  border-radius: 10px; }

/*.abstractsubmissionform table,
.regform table {
border-collapse: separate;
width: 100%;
border-spacing: 10px 0px;
}*/
.abstractsubmissionform div {
  /*margin: 0 10px 0 10px;*/ }

.abstractsubmissionform table tr td:first-child,
.regform table tr td:first-child {
  white-space: nowrap; }

.abstractsubmissionform table tr td:nth-child(2),
.regform table tr td:nth-child(2) {
  width: 100%; }

.abstractsubmissionform .abstract {
  margin: 15px 0 0 0;
  padding: 0; }

/* END FORMS */
/* FONTS and COLORS */
.courier, .latex, .nolatex {
  font: normal 1em "Courier New", Courier, monospace; }

.large {
  font-size: 2em; }

.small {
  font-size: 0.8em; }

.middle {
  font-size: 1.5em; }

.medium {
  font-size: 1.1em;
  font-variant: small-caps; }

.background-white {
  background-color: #FFFFFF !important; }

.bold {
  font-weight: bold; }

.background-grey {
  background-color: #f4f4f4; }

.background-light-red {
  background-color: #FBe6e8; }

.background-light-green {
  background-color: #eeffee; }

.color-green, .latex {
  color: #339900; }

.color-red, .nolatex {
  color: #CC0000; }

.color-orange {
  color: #FF8800; }

.color-grey {
  color: #666666; }

.border-green {
  border: 1px solid #009900 !important; }

.border-red {
  border: 1px solid #CC0000 !important; }

.redbold {
  font-weight: bold;
  color: #cc0000;
  font-style: normal; }

.redbold a {
  font-weight: bold;
  color: #cc0000;
  font-style: normal; }

.redbold a:hover {
  text-decoration: underline; }

.redborder {
  border: 1px solid red;
  padding: 3px; }

/* END FONTS and COLORS */
.color-main-color {
  color: #007FDB; }

/* ***** */
/* PAGES */
/* ***** */
/* HOME */
/* CALL FOR PAPERS */
#callforpapers {
  margin: 20px auto 0 auto;
  padding: 10px;
  width: 90%;
  max-width: 500px;
  min-width: 200px;
  /* + 2x2px border + 2x10px padding = 240px */
  border: 2px solid #00CC00;
  background-color: #FFFFFF;
  text-align: center;
  background-color: #FFFFFF;
  color: #009900;
  border-radius: 5px 5px 5px 5px; }

#callforpapers a {
  color: #009900;
  background-color: #FFFFFF;
  /*border-radius: 10px;*/
  font-family: Calibri, sans-serif; }

/* PROGRAMME */
.progtab {
  width: 100%; }
  .progtab tr td {
    padding: 10px;
    line-height: 175%; }
  .progtab a {
    font-weight: bold; }

.tdhours {
  width: 120px;
  white-space: nowrap; }

.speakertype {
  font-variant: small-caps;
  letter-spacing: 2px; }

/*.speakertype::before{
	content:"[";
}
.speakertype::after{
	content:"]";
}*/
.discussant {
  font: normal 0.8em Arial, sans-serif; }

.break a {
  text-decoration: none;
  color: #660066; }

.break a:hover {
  text-decoration: underline;
  color: #660066; }

.lineheight {
  line-height: 1em; }

/* REGISTRATION */
table.regform td:first-child {
  white-space: nowrap; }

/* PARTICIPANTS */
table.participants td {
  border: 1px solid #CCCCCC; }

/*  EDITIONS */
/* ADMIN */
.delbutton:hover {
  border: 1px solid #CC0000;
  border-radius: 2px;
  padding: 2px 8px 2px 8px;
  margin: 2px 1px;
  color: #FFFFFF;
  background: -moz-linear-gradient(top, #eeeeee 40%, #ffdddd);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffccff), to(#cc0000)); }

.admininfo {
  padding: 10px;
  background-color: #dddddd;
  margin: 20px 0 20px 0; }

.admininfo p {
  margin: 0px;
  line-height: 200%; }

.redbg_bold {
  padding: 3px;
  background-color: #CC0000;
  color: #FFFFFF;
  font-weight: bold; }

.greenbg_bold {
  padding: 3px;
  background-color: #339900;
  color: #FFFFFF;
  font-weight: bold; }

/* ACCOMOCATION */
#accomodation img {
  margin: 10px; }

/*div:only-of-type,
div:last-of-type {
margin-right: 0;
}*/
@media (min-width: 320px) {
  html {
    margin: 0;
    padding: 0; }

  body {
    margin: 0;
    padding: 5px; }

  #header {
    text-align: left; }

  #headertitle {
    font-size: 2em; }

  #headersubtitle {
    margin-bottom: 10px; }

  #mainmenu-icon img {
    width: 50px; }

  #mainmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: square;
    list-style-position: outside;
    font-size: 1.2em;
    z-index: 2; }

  #mainmenu ul li,
  #mainmenu ul li img {
    margin: 0;
    padding: 0;
    display: block; }

  #mainmenu ul li ul {
    display: none;
    padding: 0;
    margin: 0; }

  #mainmenu-items li {
    padding: 0;
    margin: 0;
    /*background-color: #4279bd;*/
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: left; }
    #mainmenu-items li:first-child {
      border-top: 1px solid #ffffff; }
    #mainmenu-items li:last-child {
      border-bottom: none; }

  #mainmenu-items li a {
    display: block;
    padding: 13px;
    color: #f7b800;
    text-decoration: none; }

  #mainmenu li:hover > ul {
    display: block; }

  /*#mainmenu li:hover>img {
  display: none;
  
  }*/
  #content {
    padding: 20px 5px 20px 5px; }

  .columns2 {
    column-count: 1;
    column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    -moz-column-count: 1;
    -moz-column-gap: 10px; }

  .column-block {
    display: inline-block;
    width: 100%; }

  .column1-70-30 {
    width: 100%; }

  .column2-70-30 {
    width: 100%;
    padding: 0 0 0 0; }

  .img-bar {
    text-align: left; }

  td {
    padding: 3px; }

  .progtab tr {
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #cccccc; }
  .progtab td:first-child {
    text-align: center;
    border-right: 1px solid #cccccc;
    padding-right: 5px;
    vertical-align: top; }

  .participants td {
    vertical-align: top; } }
/* END min320px */
@media (min-width: 600px) {
  .column1-70-30 {
    width: 69%; }

  .column2-70-30 {
    width: 29%;
    padding: 0 0 0 0; } }
@media (min-width: 800px) {
  body {
    padding: 10px; }

  #content {
    padding: 30px 40px 30px 40px; }

  .img-bar {
    text-align: left; }

  .progtab {
    white-space: nowrap; }

  td {
    padding: 5px; } }
/* END min800px */
@media (min-width: 1000px) {
  #mainmenu {
    /*height: 50px;	*/ }

  #mainmenu ul {
    font-size: 1em;
    padding: 0; }

  #mainmenu ul li {
    display: inline;
    padding: 0; }

  #mainmenu ul li img {
    display: none; }

  #mainmenu ul li ul {
    display: inline;
    padding: 0;
    margin: 0; }

  #mainmenu-items li {
    padding: 0;
    margin: 0;
    /*background-color: #4279bd;*/
    border-bottom: none;
    color: #FFFFFF; }
    #mainmenu-items li:first-child {
      border-top: none; }
    #mainmenu-items li:last-child {
      border-bottom: none; }

  #mainmenu-items li a {
    line-height: 50px;
    /*height: 50px;*/
    padding: 15px;
    display: inline;
    color: #f7b800;
    text-decoration: none; }
    #mainmenu-items li a:hover {
      color: #007FDB; }

  .progtab {
    white-space: normal; }

  /*#mainmenu li:hover>ul {
  display: block;
  
  }*/ }
/* END min1000px */
