html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: .75em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a {
  text-decoration: none;
}
img.thumb {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 70px;
}
img.thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.radius {
  border-radius: 2px;
}
.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.small-text {
  font-size: 12px;
  font-family: "ABeeZee", sans-serif;
  font-style: normal;
}
.body-text {
  font-size: 16px;
  font-family: "ABeeZee", sans-serif;
  font-style: normal;
}
.medium-text {
  font-size: 18px;
  font-family: "ABeeZee", sans-serif;
  font-style: normal;
}
.large-text {
  font-size: 36px;
  font-family: "ABeeZee", sans-serif;
  font-style: normal;
}
/* Media Query Breakpoints */
body {
  background-color: #ffffff;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-width {
  width: 1100px;
  margin: 0 auto;
}
.font {
  font-family: "ABeeZee", sans-serif;
  font-style: normal;
}
.font-stylish {
  font-family: "Enriqueta", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.link-button {
  display: block;
  padding: 7px 15px;
  background-color: #f5f5f5;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
}
/* Main Header
---------------- */
header.main {
  background: #292929 url(../picts/header.jpg) no-repeat 50% 60%;
  background-size: cover;
  position: relative;
  padding: 5px 0;
  min-width: 1200px;
}
header.main .content-wrap {
  width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

header.main .content-wrap:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 70%) repeat 0 0;
    z-index: 1;
}

header.main .content-wrap h1 {
  position: relative;
  font-family: "Enriqueta", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  color: #FFF !important;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
header.main .content-wrap h2 {
  position: relative;
  font-family: "Enriqueta", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  padding-right: 10px;
  color: white;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

header.main .conf_date {
    font-size: 30px !important;
}

header.main.collapsed {
  margin-bottom: 80px;
}
header.main.collapsed .icon a {
  left: 0px;
  top: 4px;
}
@media (min-width: 1080px) {
  header.main.collapsed {
    margin-bottom: 80px;
  }
  header.main.collapsed .icon a {
    left: -220px;
    top: 4px;
  }
}
/* Main Nav
-------------------- */
div.main {
    min-width: 1200px;
}

div.main .content-wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
nav.main {
  left: 0;
  margin-bottom: 40px;
  margin-top: 40px;
  float: left;
  width: 100%;
  background-color: #f5f5f5;
}
nav.main ul.global-nav {
  display: block;
  font-size: 13px;
  font-family: "ABeeZee", sans-serif;
  font-style: normal;
  margin-bottom: 20px;
}
nav.main ul.global-nav li {
  float: left;
  margin-right: 1px;
}
nav.main ul.global-nav li a {
  display: block;
  padding: 7px 15px;
  background-color: #f5f5f5;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
}
nav.menu h2 {
  font-size: 17px;
  text-align: right;
  margin-top: 30px;
}
nav.menu h3 {
  text-align: right;
  margin-top: 30px;
}
nav.main ul.global-nav .here a {
  background-color: #007ea8;
  color: #FFF;
}
@media (min-width: 1080px) {
  nav.main {
    display: block;
    width: 160px;
    position: absolute;
    left: -220px;
    top: 40px;
    float: none;
    width: auto;
    background-color: transparent;
  }
  nav.main ul.global-nav li {
    float: none;
    margin-right: 0px;
    margin-bottom: 1px;
  }
}
nav {
  float: left;
  width: 220px;
  padding: 40px 40px 40px 0;
  font-family: "Enriqueta", sans-serif;
  font-style: normal;
  font-weight: 400;
}
nav.menu ul {
  padding-top: 0px;
  font-size: 16px;
}
nav.menu ul li {
  padding: 3px 0;
  text-align: right;
}
nav.menu ul li.active {
  color: #548235;
  border:1px solid; 
  padding:2px;
  /*  font-weight: bold;*/
}
nav.menu ul li a {
  color: #262626;
}
nav.menu ul li {
  color: #A0A0A0;
}
nav.menu ul li a:hover {
  color: #548235;
}

/* Entries
------------------ */
article.content {
  padding: 40px 0;
  min-height: 500px;
  width: 600px;
  margin-bottom: 10px;
}

h1.first {
  margin-top: 3px;
}

article.content h1 {
  font-family: "Enriqueta", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #548235;
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
}
article.content h2 {
  font-family: "Enriqueta", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #548235;
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
}
article.content h3 {
/*  font-family: "Enriqueta", sans-serif;*/
  font-family: "ABeeZee", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000;
/*  text-align: center;*/
  font-size: 18px;
  margin-bottom: 10px;
}
article.content p.intro {
  font-size: 24px;
  color: #2f6780;
  font-family: "Enriqueta", sans-serif;
  font-style: normal;
  font-weight: 400;
}
article.content a {
  color: #007ea8;
}
article.content p.entry-details {
  font-size: 16px;
  font-family: "ABeeZee", sans-serif;
  font-style: normal;
  color: #b3b3b3;
  margin-top: 0;
}
article.content p.entry-details a {
  color: #b3b3b3;
}
article.content p.entry-details :hover {
  color: #8c8c8c;
}
article.content p.entry-summary {
  padding-bottom: 30px;
}
article.content p,
article.content ul,ol {
  font-size: 16px;
  font-family: "ABeeZee", sans-serif;
  font-style: normal;
  text-align: justify;
}
article.content ul,ol {
  color: #f0a31d;
  margin-left: 20px;
}
article.content ul,ol p {
  font-size: 16px;
  font-family:  "ABeeZee", sans-serif;
  font-style: normal;
  color: #262626;
}
article.content footer {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 6px;
}
article.content footer .button {
  float: left;
  background-color: #e5e5e5;
  display: block;
  padding: 7px 15px;
  background-color: #f5f5f5;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 5px;
}
article.content footer .button:hover {
  background-color: #007ea8;
  color: #FFF;
}
article.content footer .share {
  float: right;
}

.prog_title_text {
    color: black;
}

.td_content {
    vertical-align: center;
}

.td_header {
    background-color: rgba(242,242,242,255);
}

.td_social {
    background-color: rgba(250,228,155,255);
}

.td_empty {
    background-color: rgba(172,169,169,255);
}

.td_hybrid {
    background-color: rgba(162,193,227,255);
}

.td_journal {
    background-color: #ffeb95;
}

.td_industrial {
    background-color: #fcffcb;
}

.td_wip {
    background-color: #def3d9;
}

.td_panel {
    background-color: #dce9f7;
} 

.td_keynote {
    background-color: #FCE4D6;
}

/* Right menu
--------------------- */
#menuright {
    width: 250px;
    margin-top: 40px;
    margin-left: 40px;
    font-size: 16px;
    font-family: "ABeeZee", sans-serif;
    font-style: normal;
}

#menuright a{
    color : #007ea8
}

#menuright .panel-heading {
    background-color: #548235;
    color: white;
    padding: 10px;
}

#menuright .panel-content {
    padding-top : 0px;
}

#passed-event{
    background-color: rgba(128,128,128,0.2); 
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

#upcoming-event{
    background-color:azure; 
    padding-top: 10px;
    padding-left: 5px;
}
/* Footer
--------------------- */
footer.main .content-wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
footer.main {
  background-color: #ffffff;
  line-height: 1.8em;
  color: #999999;
  padding-top: 30px;
  padding-bottom: 30px;
  clear: both;
  text-align: center;
  min-width: 1200px;
}
footer.main a {
  color: #bababa;
}
footer.main a:hover {
  color: #007ea8;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.passed {
    text-decoration: line-through;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
