@charset "UTF-8";
.ma0 {
  margin: 0;
}

.ma30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.ma-auto {
  margin: auto;
}

.pa0 {
  padding: 0;
}

.pt30 {
  padding-top: 30px;
}

.hightlight {
  color: #2de984;
}

.color-2 {
  color: #198760;
}

.color-3-1 {
  color: #B63B9F;
}

.color-5-1 {
  color: #EE7A00;
}

.section-title {
  text-align: center;
  color: #333333;
}
.section-title .expo-title-crumb {
  font-size: 20px;
}
.section-title .expo-title-main {
  font-size: 62px;
  letter-spacing: 2px;
}
.section-title .expo-title-sub {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.4em;
}
.section-title .expo-title-desc {
  text-align: center;
}

/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/
/***** 2018 agenda-page *****/
#agenda {
  position: relative;
  color: #000000;
  padding-top: 0;
}

.agenda-search {
  background-color: #444444;
  position: absolute;
  width: 20%;
  top: 0;
  bottom: 0;
  padding-top: 5%;
  transition: 0.5s ease-out;
}

.search-condition {
  margin: 15px 0;
}

.search-condition > label {
  margin-bottom: 10px;
}

.agenda-searchBox > ul > li > a {
  color: #fff;
  font-size: 18px;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

.agenda-searchBox > ul > li > a:hover,
.agenda-searchBox > ul > li > a:active {
  color: #fff100;
}

.formType-tab {
  padding-left: 5%;
  padding-right: 5%;
  display: table;
  margin: 0 auto;
}

.formType-tab > li {
  display: inline-block;
  width: 12vh;
  height: 12vh;
  border-radius: 50%;
  background-color: #d7d7d7;
  color: #333;
  padding: 25px;
  margin: 0 20px;
  text-align: center;
}

.formType-tab > li:hover {
  background-color: #e6e6e6;
}

.formType-tab > li > a {
  font-size: 3vh;
  color: #333;
  line-height: 1.2;
}

.formType-tab > li > a:hover {
  color: #555;
}

.formType-tab > .active {
  background-color: #fff100;
  color: #333;
}

.formType-tab > .active:hover {
  background-color: #fcc800;
}

.agenda-searchContent {
  padding: 10px 8%;
  color: #000000;
}

.search-condition .choose-tag-btn {
  background: #ffffff;
  color: #000000;
}

.search-condition {
  margin-top: 5%;
  color: #bfbfbf;
}

.agenda-searchContent > h4 {
  color: #fff;
  border-bottom: 1px solid #848484;
  padding-bottom: 10px;
}

.sdate {
  padding: 18px 25px;
  min-width: 200px;
  text-align: center;
  color: #555;
  margin-right: 5px;
  font-size: 22px;
  font-weight: bold;
}

/* agenda-info */
.agenda-right {
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  margin-left: 20%;
  transition: 0.5s ease-out;
  position: relative;
  overflow: hidden;
}

.agenda-right.tableType {
  margin-left: 0;
}

.agendaInfo-area {
  position: relative;
}

.agenda-right > .agendaInfo-area .right-side {
  display: none;
  transition: 0.3s ease-in;
}

.agenda-right > .agendaInfo-area .left-side {
  display: block;
  transition: 0.3s ease-in;
}

.tableType > .agendaInfo-area .right-side {
  display: block;
}

.tableType > .agendaInfo-area .left-side {
  display: none;
}

/*****agenda-old*****/
.grayline {
  color: #444;
}

.yellowline {
  color: #d7880d;
}

.tb-fontW {
  color: #fff;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  width: 7.5%;
}

.table .tb-title18 {
  line-height: 1.3;
}

.table-time {
  color: #888;
  border-right: 1px solid #ccc;
}

.table-forum {
  color: #555;
  border-right: 1px solid #ccc;
}

.border-right {
  border-right: 1px solid #ccc;
}

.table > tbody > tr > td > a .tb-title18 {
  color: #15bdc3;
  transition: 0.3s ease-in-out;
}

.table > tbody > tr > td > a:hover .tb-title18 {
  color: #333;
}

.session-classroom {
  background-color: #fff1004f;
}

td.forum-title {
  font-weight: 800;
}

/*****agenda-old*****/
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.agendaInfo-area > .list-agenda {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.nav.list-agenda > li.left-side,
.nav.list-agenda > li.right-side {
  width: 6%;
  text-align: left;
}

.nav.list-agenda > li.left-side > a > .text-box,
.nav.list-agenda > li.right-side > a > .text-box {
  width: 85%;
  text-align: left;
  padding-left: 6%;
}

.nav.list-agenda > li.left-side > a > .text-box i,
.nav.list-agenda > li.right-side > a > .text-box i {
  font-size: 2vh;
}

.nav.nav.list-agenda a {
  padding: 30px 15px;
  width: 100%;
  max-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.nav.nav.list-agenda a span {
  font-size: 80%;
}

.nav.list-agenda a.btn-outlink {
  color: #2de984;
}

.nav.list-agenda a.btn-outlink span {
  font-size: 100%;
}

.agendaInfo-area > .list-agenda > li.left-side > a {
  background-color: #198760;
  border-radius: 0 15px 15px 0;
  font-size: 2.5vh;
  font-weight: normal;
  margin-right: 5px;
  color: #fff;
  border-right: 8px solid #093123;
}

.agendaInfo-area > .list-agenda > li.right-side > a {
  background-color: #198760;
  font-size: 2.5vh;
  font-weight: normal;
  color: #fff;
  border-left: 8px solid #093123;
}

.nav.list-agenda .text-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.nav.list-agenda > li > a:before {
  content: "";
  width: 0;
  height: 180px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.nav.list-agenda a:hover,
.nav.list-agenda a:active {
  background-color: #24563b;
}

.nav.list-agenda > .active > a {
  background-color: #ffffff;
  color: #333;
}

.nav.list-agenda > .active > a:hover,
.nav.list-agenda > .active > a:focus,
.nav.list-agenda > .active > a:visited {
  background-color: #ffffff;
  color: #555;
  position: relative;
}

.agendaInfo-area > .list-agenda > li > .btn-table {
  border-radius: 50%;
  min-height: 150px;
  height: 150px;
  width: 150px;
  font-size: 18px;
  line-height: 1.5;
}

.tab-content {
  background-color: #ffffff;
  padding-top: 3%;
  padding-bottom: 3%;
  min-height: 600px;
}

.tab-content .sp-size18 {
  color: #333;
}

.tab-content-group {
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  float: left;
  margin-left: 2.5%;
}

h3.agenda-table-mode,
h3.agenda-list-mode {
  font-weight: 800;
  margin-top: 60px;
}

.type-list {
  justify-content: center;
  padding-bottom: 3%;
  float: left;
  width: 100%;
  position: relative;
  background-color: #ffffff;
}

.tableType > .agendaInfo-area .type-list {
  display: none;
}

.type-list > li > a {
  background-color: #e2e2e2;
  border-bottom: 1px solid #2de984;
  font-size: 20px;
  color: #333333;
  outline: transparent;
  transition: 0.3s ease-in-out;
  word-break: keep-all;
  white-space: nowrap;
  border-radius: 5px;
  display: block;
  float: left;
  padding: 3px 5px 1px;
  margin: 3px 2px;
  display: flex;
  flex-wrap: wrap;
}

.type-list > li > a:hover,
.type-list > li > a:active {
  background-color: #16d76f;
}

.type-row {
  background-color: #1C6F87;
  text-align: center;
  padding: 5px 15px;
  color: #ffffff;
  font-weight: bold;
}

.issue-row {
  border-bottom: 0.5px solid #bbb;
  padding: 2%;
}

.type-row h3 {
  margin-top: 10px;
}

.issue-box {
  display: flex;
  padding: 15px 0;
}

.time-box {
  flex: 0 1 10%;
  text-align: center;
  color: #666;
  padding: 0 3px;
  font-size: 18px;
  font-weight: 700;
}

.issue-info {
  padding: 5px 15px;
}

.issue-info,
.session-row {
  flex: 1 0 90%;
}

.issue-info + .issue-info {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.issue-content + .issue-content {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.issue-content:hover {
  box-shadow: -2px 2px 5px #888;
}

.issue-box .issue-info {
  padding-bottom: 15px;
}

.issue-box .issue-info:hover,
.issue-box .issue-info:focuse {
  background-color: #CDE08A;
}

.issue-box .issue-info p {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  /* 高度为需要显示的行数*行高，比如这里我们显示两行，则为3 */
}

.session_summary {
  color: #333;
}
.session_summary li {
  color: #333;
}

/* .issue-box .issue-info p:after {
    content:"...";
    position:absolute;
    bottom:0;
    right:0;
    padding: 0 5px;
    background-color: #fff;
} */
.issue-box .issue-info a {
  color: #333;
}

.issue-box .issue-info a:hover,
.issue-box .issue-info a:active,
.issue-box .issue-info a:focus {
  color: #c56500;
}

.issue-box .issue-info kbd {
  margin-right: 10px;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

.issue-info kbd {
  margin-right: 10px;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

.trackA {
  background-color: #fd0579;
  color: #fff;
  box-shadow: 0 0 0;
  margin-bottom: 5px;
  display: inline-block;
}

.trackB {
  background-color: #fd8905;
  color: #fff;
  box-shadow: 0 0 0;
  margin-bottom: 5px;
  display: inline-block;
}

.trackC {
  background-color: #066e25;
  color: #fff;
  box-shadow: 0 0 0;
  margin-bottom: 5px;
  display: inline-block;
}

.trackD {
  background-color: #874587;
  color: #fff;
  box-shadow: 0 0 0;
  margin-bottom: 5px;
  display: inline-block;
}

.trackE {
  background-color: #3491dd;
  color: #fff;
  box-shadow: 0 0 0;
  margin-bottom: 5px;
  display: inline-block;
}

.trackVideo {
  background-color: #fd8905;
  color: #fff;
  font-size: 10px;
  padding: 2px 3px;
  display: inline-block;
}

.issuSpeaker-row {
  display: flex;
  margin: 2% 0 2.5%;
}

.issuSpeaker-row > .speaker-img {
  flex: 1 0 12%;
}
.issuSpeaker-row > .speaker-img img {
  width: 130px;
}

.issuSpeaker-row > .speaker-title {
  flex: 0 1 88%;
}

.speaker-title > .tb-title18 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 90%;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .speaker-title > .tb-title18 {
    line-height: 1.4em;
  }

  .tb-title20 {
    line-height: 1.4em;
  }
}
.speaker-title h4 {
  color: #a0a0a0;
}

.speaker-title:before {
  content: "";
  position: relative;
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.timeLocation > li {
  display: inline-block;
  padding: 2px 5px;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
}
.timeLocation > li a {
  color: #000000;
}

.timeLocation > li + li {
  /* border-left: 2px solid $color-theme-2; */
}

#agenda ol,
.sessionType ol {
  list-style: decimal;
  padding-left: 20px;
}

.issue-info > p ul {
  list-style-type: disc;
  margin-left: 22px;
  padding-left: 20px;
}

/*****agenda-page end*****/
.select-date {
  font-weight: bold;
  font-size: 30px;
  color: #555;
  line-height: 1.5;
  padding-bottom: 2%;
}
.select-date i {
  background: #dddddd;
  font-size: 36px;
  margin: 2px 20px;
  border: 0.5px solid #dddddd;
  box-shadow: 0px 3px 3px #333333;
  padding: 8px 1px 0px 3px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 26px;
  transition: 0.3s ease;
  transform: translateY(0px);
}
.select-date i:hover, .select-date i:focus {
  box-shadow: 0px 1px 3px #333333;
}
.select-date i:active {
  transform: translateY(2px);
}

.pdficon {
  max-height: 30px;
}

/* ------media------ */
@media (max-width: 768px) {
  .agenda-search {
    display: none;
  }

  .agenda-right {
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    margin-left: 0%;
  }

  .formType-tab > li {
    display: inline-block;
    width: 10vh;
    height: 10vh;
    padding: 10px;
    margin: 0 20px;
  }

  .formType-tab > li > a {
    font-size: 2vh;
    color: #333;
  }

  .agenda-searchBox {
    display: flex;
  }

  .agenda-searchBox > .search-condition {
    flex: 50%;
  }

  .agenda-searchBox > .search-condition {
    margin-top: 1%;
  }

  .nav.list-agenda {
    display: none;
  }

  .select-date {
    display: block;
  }

  .search-condition > .btn-blue {
    display: block;
    width: 100%;
    color: #ffffff;
  }

  .agendaInfo-area > .list-agenda {
    display: none;
  }

  .type-list > li > a {
    font-size: 1.5vh;
  }

  .issuSpeaker-row > .speaker-img {
    float: left;
    position: relative;
  }
}
@media (min-width: 768px) {
  .agenda-search {
    display: none;
  }

  .agenda-right {
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    margin-left: 0%;
  }

  .formType-tab > li {
    display: inline-block;
    width: 10vh;
    height: 10vh;
    padding: 10px;
    margin: 0 20px;
  }

  .formType-tab > li > a {
    font-size: 2vh;
    color: #333;
  }

  .agenda-searchBox {
    display: flex;
  }

  .agenda-searchBox > .search-condition {
    flex: 50%;
  }

  .agenda-searchBox > .search-condition {
    margin-top: 1%;
  }

  .nav.list-agenda {
    display: none;
  }

  .select-date {
    display: block;
  }

  .agendaInfo-area > .list-agenda {
    display: none;
  }

  .type-list > li > a {
    font-size: 20px;
  }

  .issuSpeaker-row > .speaker-img {
    display: block;
  }
}
@media (min-width: 964px) {
  .agenda-search {
    display: none;
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .agenda-search.Close > .agenda-searchContent {
    display: none;
  }

  .agenda-right {
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    margin-left: 0%;
  }

  .formType-tab > li {
    display: inline-block;
    width: 10vh;
    height: 10vh;
    padding: 10px;
    margin: 0 10px;
  }

  .formType-tab > li > a {
    font-size: 2vh;
    color: #333;
  }

  .agenda-searchBox {
    display: flex;
  }

  .agenda-searchBox > .search-condition {
    flex: 50%;
  }

  .agenda-searchBox > .search-condition {
    margin: 8% 0 2%;
  }

  .nav.list-agenda {
    display: block;
  }

  .select-date {
    display: none;
  }

  .search-condition > .btn-blue {
    display: block;
    width: 100%;
    color: #ffffff;
  }

  .nav.list-agenda > li.left-side,
.nav.list-agenda > li.right-side {
    width: 8%;
  }

  .agendaInfo-area > .list-agenda {
    display: flex;
    background: #333;
  }
}
@media (min-width: 1200px) {
  .agenda-search {
    display: block;
    position: absolute;
    width: 20%;
    top: 0;
    bottom: 0;
    padding-top: 5%;
  }

  .agenda-right {
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    margin-left: 20%;
    /* 原設定20％ */
  }

  .agenda-searchBox {
    display: block;
  }

  .agenda-search.Close {
    left: -20%;
  }

  .nav.list-agenda > li.left-side,
.nav.list-agenda > li.right-side {
    width: 8%;
  }
}
@media (min-width: 1500px) {
  .formType-tab > li {
    display: inline-block;
    width: 11vh;
    height: 11vh;
    padding: 25px;
    margin: 0 20px;
  }

  .formType-tab > li > a {
    font-size: 2.5vh;
    color: #333;
  }

  .nav.list-agenda > li.left-side,
.nav.list-agenda > li.right-side {
    width: 6%;
  }
}
.tb-title20 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 1.5;
}

.modal.in .modal-dialog {
  background: #ffffff;
}

.session_summary ul,
.session_summary ul li {
  list-style: inherit;
  margin-left: 10px;
}

.tag-block.gold > li {
  background-color: #c5fd85;
  border: none;
  padding: 2px 5px 2px;
  box-shadow: 0 1px 0 #90cc4c;
  margin: 5px 5px 5px 0;
  color: #333333;
  font-weight: 700;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}

.key-kbd,
.session-kbd {
  background-color: #AE0003;
}

.tag-block > li {
  background-color: #e2e2e2;
  color: #333333;
  border: 0.5px solid #2de984;
  border-radius: 3px;
  margin: 3px;
  padding: 2px;
}

/*# sourceMappingURL=agenda.css.map */
