

/********** 議程頁樣式 **********/
.section-agenda {
  padding: 3em 0;
  font-family: 'Noto Sans', 'Noto Sans TC', Helvetica, '微軟正黑體', '新細明體', Arial, sans-serif;
}


/*********** 總表樣式  ***********/
.general-table{
  background-color: #ffffff;
}
.agenda-h2 {
  color: #00b9ba;
  letter-spacing: 1px;
  font-weight: 400;
}

.agenda-h2 span {
  background: linear-gradient(transparent 50%, #F8F044 68%, #F8F044 97%, transparent 100%);
  font-weight: 700;
}

.os-txt {
  padding: 10px 0;
}

.agenda-heading {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 5px #000 solid;
}

.bg-grey {
  background-color: #efefef;
}

.bg-grey2 {
  background-color: #666;
}


.agenda-rest {
  font-weight: 300;
  color: #666;
  padding: 15px;
}

.agenda-time {
  color: #333;
  font-size: 18px;
  margin: 15px 0;
  text-align: center;
}

.agenda-track {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  padding: 15px 0;
}

.keynote-topic {
  font-size: 20px;
  font-weight: 300;
  margin: 8px 0;
  line-height: 1.8;
}

.keynote-topic a {
  color: #FF4E3A;
  text-decoration: none;
}

.keynote-badge {
  padding: 4px 6px;
  background-color: #FF4E3A;
  color: #FFF;
  font-size: 14px;
  margin-right: 6px;
}


.agenda-title {
  font-size: 18px;
  color: #333333;
  font-weight: 300;
  padding: 10px 0 5px;
  transition-duration: 0.3s;
}

.tracks-content a {
  text-decoration: none;
}

.keynote-topic a:hover,
.agenda-title:hover {
  color: #000;
}

.agenda-name {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  margin: 5px 0 10px;
  font-weight: 100;
}

.bg-a {
  background-color: #6246ea;
}

.bg-b {
  background-color: #2B9FD6;
}

.bg-c {
  background-color: #FF4284;
}

.bg-d {
  background-color: #3DAB4A;
}

.bg-e {
  background-color: #6785FC;
}

.title-01 {
  color: #6246ea;
}

.title-02 {
  color: #3DAB4A;
}

.title-03 {
  color: #FF4284;
}

.title-04 {
  color: #3DAB4A;
}

.title-05 {
  color: #6785FC;
}

.title-06 {
  color: #CA965C;
}

.title-07 {
  color: #F76E11;
}

.title-08 {
  color: #F0A500;
}


.site-title-01 {
  background: #6246ea;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.site-title-02 {
  background: #3DAB4A;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.site-title-03 {
  background: #FF4284;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.site-title-04 {
  background: #3DAB4A;
    color: #fff;
  margin-top: 10px;
}

.site-title-05 {
  background: #6785FC;
    color: #fff;
  margin-top: 10px;
}

.site-title-06 {
  background: #CA965C;
    color: #fff;
  margin-top: 10px;
}

.site-title-07 {
  background: #F76E11;
    color: #fff;
  margin-top: 10px;
}

.site-title-08 {
  background: #F0A500;
    color: #fff;
  margin-top: 10px;
}

.tracks-content {
  padding-bottom: 10px;
  border-left: 1px #aaa dotted;
}

.track-kbd {
  border: 1px dotted #AAA;
  border-radius: 5px;
  padding: 0px 5px;
  text-align: center;
  font-size: 13px;
  margin: 3px;
  display: inline-block;
  font-weight: 100;
  color: #777;
}

.track-kbd-core {
  border: 1px solid #d73038;
  color: #d73038;
  border-radius: 5px;
  padding: 0px 5px;
  text-align: center;
  font-size: 14px;
  margin: 3px;
  display: inline-block;
}

.row:nth-child(even)>.tracks-content:nth-child(odd){
  background-color: #fff;
}

.row:nth-child(odd)>.tracks-content:nth-child(even){
  background-color: #fff;
}

.p-b-sm{
  padding-bottom: 15px;
}


.light-talk {
  background-color: #FDFA9C;
  font-weight: 700;
  text-align: center;
  color: #333;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

/* agenda-filter */

.filter nav {
  background-color: #121212;
}
.section-agenda-filter {
  background-color: #fff;
  margin-left: 20%;
}

.navbar-expand-lg .navbar-nav.side-nav {
  flex-direction: column;
}

.filter-tag-block{
  padding: 0px 0px 30px;
}

.side-nav-con {
  margin: 0 auto;
}

.filter-time {
  padding: 15px 0;
  font-weight: 700;
  color: #aaa;
  margin-top: 15px;
}

.side-nav .nav-item .nav-link {
  padding: 20px;
  
}

.side-nav .nav-item .nav-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  width: 1em;
  height: 1em;
  text-align: center;
  margin-left: 5px;
}


.choose{
  opacity: 1;
}

.bg-green {
  background-color: #006537;
}

.bg-green h2 {
  color: #ffffff;
  margin: 0;
}


.list-title {
  text-align: left;
  font-weight: 600;
}

.agenda-list-txt p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}


.tag-class {
  margin: 25px 0;
}

.list-tag {
  font-size: 14px;
  border: 1px solid #333;
  padding: 3px 8px;
  border-radius: 3px;
}

.core-tag {
  color: #d73038;
  border-color: #d73038;
}

.agenda-list-speaker {
  margin-top: 20px;
}

.list-img {
  border-radius: 50%;
}

.list-speaker-type {
  color: #3DAB4A;
  font-weight: bold;
}



@media(min-width:992px) {
  #wrapper {
    padding: 90px 40px 15px 75px;
  }

  .side-nav li a {
    padding: 20px
  }

  .navbar-nav.side-nav {
    background: #3DAB4A ;
    background-image: linear-gradient(120deg, #006537 0%, #3DAB4A 100%);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: fixed;
    top: 68px;
    flex-direction: column !important;
    left: 0px;
    width: 20%;
    overflow-y: auto;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px
  }

}

@media(max-width:992px) {
  .section-agenda-filter {
    margin: 35px 0px 0px ;
  }

}