/* Place links in the specific symbio color */
html {
  background-color: rgb(253, 204, 154) !important;
  min-width: 40em;
}

body {
  display:grid;
  grid-template-columns: auto;
  grid-template-rows: auto 1fr auto;
  color: rgb(70, 48, 124);
  background-color: white !important;
  background-image: url("contentBackground.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Ubuntu', sans-serif !important;
  background-attachment: fixed;
}

.registration-div {
  height:60%;
  max-height:18em;
}

/* Place titles in the specific symbio color */
h1 {
    color: rgb(72,19,131) !important;
}

.grid {
  text-align: center;
  width: 100%;
}

.grid-item {
  display: inline-block;
  min-width: 120px;
  width: 20%;
  max-width: 175px;
  vertical-align: middle;
  height: inherit;
  padding: 5px 0 5px 0;
  margin: auto 3em;
}

.grid-item img {
  width: 90%;
}

/* ===================================================== */
/* HEADER */
header {
  grid-row: 1;
}

.header_bkg {
  width: 100%;
  height: 0px;
  margin: 0;
}

.symbio_header_navbar {
  /* position: fixed !important; */
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 999;
}

#symbio_header {
  text-align: center;
  /*background-color:#075B62 !important;*/
  background-image: url("headerBackground.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0 px;
}

#symbio_header #symbio_logo {
  margin: 0 auto;
  display: block;
  /*width:90%;
    max-width:500px;*/
}

#symbio_header #symbio_logo-min {
  margin: 0 auto;
  padding-top: 5px;
  /*background-color:#075B62;*/
  width: 30px;
  display: none;
}



/*======================================================*/
/* ===================================================== */
/* FOOTER */

footer {
  grid-row: 3;
}

#symbio_footer {
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  width: 100%;
  background: rgb(72,19,131) !important;
  border-radius: 1px !important;
  border-style: none !important;
  border-top-width: 4px !important;
  border-top-style: solid !important;
  font-weight: bold;
}

#footer {
  box-shadow: 0px 500px 0px 500px rgb(84, 112, 178);
  font-weight: bold;
}

/*Navigation Bar Footer*/
#navfooter>li>a {
  color: #FFF !important;
  text-shadow: none !important;
  font-size: 1.1em;
}

#navfooter>li>a:hover,
#navfooter>li>a:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

#navfooter>.active>a,
#navfooter>.active>a:hover,
#navfooter>.active>a:focus {
  color: rgb(84, 112, 178);
  background-color: rgba(255, 255, 255, 0.3);
}

#navfooter>.open>a,
#navfooter>.open>a:hover,
#navfooter>.open>a:focus {
  color: #555;
  background-color: #D5D5D5;
}

.contents {
  grid-row: 2;
}
/* ===================================================== */
/* NAVBAR */

.navbar-inverse {
  background: rgb(72,19,131) !important;
  border-radius: 0px !important;
  border-style: none !important;
  /*border-bottom-width: 4px !important;
    border-bottom-style: solid !important;*/
  border-color: rgb(84, 112, 178) !important;
}

.navbar-nav {
  float: none !important;
  text-align: center !important;
}

.navbar-nav li {
  float: none !important;
  display: inline-block !important;
}

/* title */
.navbar-inverse .navbar-brand {
  color: #FFF;
  font-size: 1.1em;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #FFF;
}

/* link */
.navbar-inverse .navbar-nav>li>a {
  color: #FFF !important;
  font-size: 1.4em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: rgb(33, 12, 86) !important;
  background-color: rgb(253, 204, 154) !important;
}

/* overwrite do dropdown Previous Editions */
.navbar-inverse .navbar-nav>.open>a { 
  background-image: linear-gradient(to bottom,rgb(248, 182, 109) 0 ,rgb(253, 204, 154) 100%) !important;
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0);
} 

/* caret */
.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
  border-top-color: rgb(33, 12, 86)!important;
  border-bottom-color: rgb(33, 12, 86) !important;
}


/* mobile version */
.navbar-inverse .navbar-toggle {
  border-color: rgb(84, 112, 178) !important;
  background: rgb(84, 112, 178) !important;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: rgb(84, 112, 178) !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: rgb(33, 12, 86) !important;
}

@media (max-width: 900px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ffffff;
  }
}

@media (max-width: 900px) {
  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}


/* OTHERS */
.page-header {
  color: rgb(33, 12, 86) !important;
  text-align: center;
  border-style: none;
}

.row {
  margin: 0 auto;
}

.col-md-offset-1-5 {
  margin-left: 12.0%;
}

.fill-parent {
  margin-left:auto;
  margin-right:auto;
  width:95%;
}

.shaded-box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px;
  margin: 10px;
}

.blue-shaded-box {
  background-color: rgb(255, 255, 255, 0.3);
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 255, 255, 0.5);
  padding: 25px;
  margin: 10px;
}

.shaded-box h3 {
  margin-top: 0px;
}

.text-content {
  text-align: justify;
  font-size: 1.1em;
}

.not-shaded-box {
  margin: 10px;
}

.not-shaded-box h3 {
  margin-top: 0px;
}

.sci-com-photo {
  display: block;
  margin: 0 auto;
  max-height: 400px;
  width: auto;
}

.speaker-photo {
  margin: 0 auto 1em auto;
  max-height: 320px;
  width: auto;
  border-radius: 50%;
}

.workshop-photo {
  margin: 0 auto 1em auto;
  max-height: 200px;
  max-width: 200px;
  border-radius: 50%;
}

/* Carousel controls*/
.carousel-control, .carousel-control:focus {
  color: rgb(33, 12, 86);
  background-image: none !important;
  text-shadow: none !important;
  opacity: 0.5;
}

.carousel-control:hover {
    color: rgb(253, 204, 154);
}

/* Homepage Sections Title */
div h3 {
    text-align:center;
}

.about-img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
}

/*Registration and About icons*/

.icon {
  width: 40%;
}

/* Social Media icons*/
.social-media a:hover {
    text-decoration: none;
}

/* Accordions */
.panel-heading {
  color: #fff !important;
  padding: 0 !important;
  background-color: rgb(70, 48, 124) !important;
  background-image: none !important;
  border-style: none !important;
  box-shadow: none !important;
  border-radius: 10px;
}

.schedule-line {
  padding: 10px 15px;
  margin: 10px 0px;
  border-radius: 30px;
  color: white;
}

.panels {
  background-color: rgb(33, 12, 86);
}

.speed-dating {
  background-color: rgb(57, 68, 126);
}

.breaks {
  background-color: rgb(170, 170, 170);
}

.extras {
  background-color: rgb(98, 121, 174);
}

.schedule-more-info {
  color: rgb(33, 12, 86);
  text-align: left;
  padding: 0em 2em 0em 2em;
}

.panel-default {
  background-color: rgba(255, 255, 255, 0.54) !important;
  background-image: none !important;
  border-style: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
}

.panel-speakers {
    background-color: rgba(255, 255, 255, 0) !important;
    color:rgb(33, 12, 86) !important;
    background-image: none !important;
    border-style: none !important;
    box-shadow: none !important;
    border-radius: 10px !important;
}

.speaker-bibliography {
  display:none;
  text-align: justify;
  margin: 1% 5% 1% 5%;
}

.speaker-div:hover + div .speaker-bibliography {
  display:block;
}

.panel-description {
  margin: 1% 5% 1% 5%;
  text-align: justify;
}

h4.panel-name {
    font-size: 1.6em;
}

.panel-body {
 /* padding-left: 4em; */
  background-image: none !important;
  border-style: none !important;
  box-shadow: none !important;
}

.panel-group {
  margin-top: 30px !important;
}

.panel-group-friday {

  margin-top: 30px !important;
  margin:auto;

}

.panel-default+.panel-default {
  margin-top: 10px !important;
}

/* FAQ Section */
div.FAQ-section {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

div.FAQ-section .panel-body {
    padding-right: 1em;
    padding-left: 1em;
}

@media (min-width:60em) {
    div.FAQ-section .panel {
    margin-left: 10em;
    margin-right: 10em;
}

    
    
}

/*Text inside each FAQ Question*/
.panel-body>ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: justify;
  display: inline-block;
  color: rgb(70, 48, 124);;
}

.panel-body>ul>li {
    color:#FFF;
}

.panel-body li+li {
  margin-top: 7px;
}

.panel-speed-dating {
  background-color: rgb(84, 112, 178) !important;
}

.panel-speed-dating> .panel-heading a{
  color: white;
}

.panel-break {
  background-color: rgb(170, 170, 170) !important;
  color:white !important;
}


.panel-break > .panel-heading {
  background-color: rgba(0, 0, 0, 0) !important;
  color:black;
}

.panel-break> .panel-heading a{
  color: white;
}

.panel-break> .panel-title {
  text-decoration-color:black;
  color:black;
}

.col-xs-12 .col-md-6{
    margin:auto;
}

.registration-package {
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-radius: 15px !important;
  margin: 5px !important;
  padding: 10px !important;
}

.meal-box {
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-radius: 15px !important;
  margin: 5px !important;
  padding: 15px !important;
}

.registration-package .package-head {
  color: rgb(84, 112, 178);
}

.registration-package .package-title {
  font-weight: bold;
  font-size: 1.7em;
}

.registration-package .package-desc {
  font-size: 1.2em;
}

.registration-package .package-price {
  padding-top: 10px;
  font-size: 1.7em;
  font-style: italic;
}

.registration-package .package-latebird {
  padding-top: 10px;
  font-size: 1.1em;
  font-style: italic;
  text-decoration: line-through;
  color: rgb(164, 164, 164);
}

a:hover .registration-package, label.registration-package:not(.disabled, .overlap-disabled):hover, input:checked+label.registration-package{
  background-color: rgb(255, 255, 255, 0.75) !important;
  opacity: 0.8;
}

a:hover .package-price, a:hover .package-title, a:hover .package-desc {
  color: rgb(33, 12, 86);
  text-decoration: none !important;
}


/* FAQ Questions*/
.panel-title > a {
    text-decoration:none;
    display: block;
    width: 100%;         
    padding: 10px 15px; /* Adds the spacing INSIDE the clickable area */
    text-decoration: none;
    color: inherit;      
    outline: none;

}
.panel-title > a:focus{
    text-decoration:none;
}
.panel-title > a:hover{
  text-decoration: underline;
}


.panel-more-button {
  text-align: right;
}

.speaker-pic {
  display: table-cell;
  width: 15%;
  max-width: 150px;
  vertical-align: top;
  text-align: left;
}

.speaker-pic img {
  width: 80%;
  border-radius: 50%;
}

.speaker-info {
  display: table-cell;
  vertical-align: top;
  width: 80%;
}

@media (max-width:40em) {
  .speaker-pic {
    display: none;
  }

  .speaker-info {
    width: 100%;
  }
}

input:not(.checkbox) {
  width: 60%;
  border-style: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  /* border-bottom-color: #C1581E; */
  text-align: center !important;
  padding: 5px;
}

.button-submit {
  margin-top: 20px;
  border-radius: 10px;
  padding: 10px;
  background-color: rgb(33, 12, 86);
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  width: 10em !important;
  border-style: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-color: grey;
}

.button-submit:hover {
  background-color: rgb(253, 204, 154);
}

.button-submit:disabled {
  background-color: gray;
}

.contribution {
  min-width: 4em !important;
  width: 5em !important;
  max-width: 90% !important;
}

.checkbox {
  display: inline;
  padding-right: 8px;
}

.registration-link {
  color: rgb(33, 12, 86);
}

a.registration-link:hover {
  color: rgb(10, 83, 38);
}

.fa {
  font-size: 50px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
  color: rgb(84, 112, 178);
}

.fa-facebook, .fa-instagram, .fa-linkedin, .fa-youtube {
  padding: 0em;
  font-size: 30px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0.3em 0.7em;
  color: rgb(215, 122, 238);
}


ul {
  padding-left: 0;
}

/*Links*/

a {
  color: rgb(72,19,131)
}

a:hover {
  color: rgb(253, 204, 154);
}

.schedule-line a:hover{
  text-decoration: none;
}

.FAQ-section a:focus, .FAQ-section a:hover {
  color:white;
}



/*
.social-media a:focus, .social-media a:hover {
    color:rgb(137, 206, 179);
}
*/


.package-list a:focus, .package-list a:hover {
    color: transparent;
}

.img-responsive {
  display: block;
  max-width: 300px;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.symbioPanelLogo {
  display: block;
  max-height: 200px;
  width: auto;
}

li {
  list-style-type: none;
}

/* Symposium in numbers */
.symbioStats ul > li {
    list-style-type: none;
    font-size: 1.5em;

}

.symbioStats ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
}

.symbioStats .statGroup {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 0 0 0;
    color: rgb(70, 48, 124);
}

.symbioStats .numStat {
    font-weight: bold;
    font-size: 2em;
}

/* Partners and Supporters */
/*
.diamond img {
    border: #64afff solid 0.15em;
}

.institutional img {
    border: #64d55a solid 0.15em;
}

.logistic img {
    border: #f76075 solid 0.15em;
}
*/

.diamond {
 padding-bottom: 1.5em;   
}

.diamond .grid-item, .gold .grid-item {
    max-width: 280px;
    padding: 3em 0;
}

.diamond .grid-item img, .gold .grid-item img {
    width: 100%;
}


/* Panel List*/
.panelList .grid-item {
    max-width: 170px;
    margin: 0;
}

.panelList .grid-item img {
    width: 100%;
}

.panelList .grid-item img:hover {
    scale: 1.1;
}

/* Schedule */
.schedule-photo {
    max-width: 75%;
}

@media (max-width:40em) {
.schedule-photo {
    max-width: 100%;
}
}

/* Workshop Registration */
.workshop-box {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  height: 15em;
  
}

label.workshop-box {
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  margin: 5px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

.workshop-title{
  font-size: 1.3em;
  font-weight: bold;
}

.workshop-time {
  font-weight: 500;
}

a:hover .workshop-box, label.workshop-box:not(.disabled, .overlap-disabled):hover, input:checked+label.workshop-box{
  background-color: rgb(255, 255, 255, 0.75) !important;
  opacity: 0.8;
}

.workshops-ref:hover{
  color: rgb(33, 12, 86);
}

input:checked+label.workshop-box { 
  border: 3px solid rgb(255, 255, 255);
}

.workshop-button {
  display: none;
}


.disabled, .overlap-disabled {
  background-color: rgba(191, 214, 230, 0.5) !important;
  color:rgb(33, 12, 86, 0.5);
}

/* Workshops */
.workshop-field-header {
  background-color: rgba(255, 255, 255, 0.1); /* Lighter color for the background to make the text stand out */
  color: rgb(33, 12, 86); /* Darker color for the text to create contrast */
  padding: 15px;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
  
  margin: 20px auto;
}

.workshop-field-header h2 {
  font-size: 1.5em;
  font-weight: bold; 
  text-transform: uppercase; 
  margin: 0;
}

.workshop-field-header i {
  font-size: 2em;
  margin-bottom: 10px;
}

/* Estilo dos cards de workshops */
.workshop-card {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 40px;
  margin: 20px auto;
  /*border-radius: 10px; */
  line-height: 1.6;
  max-width: 1000px;
  text-align: justify;
}

.workshop-card h3 {
  margin-top: 0;
  font-size: 1.6em;
  color: rgba(33, 12, 86,1);
}

.workshop-details {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
  margin: 15px 0;
}

.workshop-description span {
  display: block;
  margin-top: 10px;
  text-align: center;
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}