.pc-container {
    padding: 30px;
    background: white;
}

.pcei-chair-name, .pcei-profile-link {
  color: green;
}

.pc-header {
    padding: 12px 6px;
    border-top: 1px solid #b8b8b8;
}

.pc-heading {
    font-weight: 600;
    color: #20687e;
}

.pc-events-head {
    display: flex;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}

.pc-events-head-col {
    padding: 14px 10px;
    color: black;
    font-size: 14px;
}

.pc-events-head-col.pc-events-col-time,
.pcei-header-col.pcei-header-col-time {
    width: 200px;
}

.pc-events-head-col.pc-events-col-title{
    width: calc(100% - 200px);
}

.pcei-header-col.pcei-header-col-data {
    width: calc(100% - 440px);
}

.pcei-header-col.pcei-header-col-options {
    width: 240px;
}

.pc-events-item {
    background: #edf9fe;
}

.pcei-header {
    display: flex;
}

.pcei-header-col {
    padding: 14px 10px;
    color: black;
    font-size: 14px;
}

.pcei-title-set {
    display: flex;
    margin-bottom: 5px;
}

.pcei-number {
    margin-left: 5px;
    color: #848484;
}

.pcei-location{
    margin-bottom: 10px;
}

.pcei-presenter {
    display: flex;
    margin-bottom: 5px;
}

.pcei-presenter-img {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 4px;
}

.pcei-presenter-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.pcei-presenter-details {
    width: calc(100% - 28px);
}

.pcei-button {
    background: #1D428A;
    border: none;
    padding: 4px 14px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: normal;
    color: white;
    border-radius: 3px;
    margin-left: 10px;
    font-family: "Montserrat", Sans-serif;
    font-size:12px;
}

.pcei-content, .pcei-header-col.pcei-header-col-data {
  font-family: "Montserrat", Sans-serif;
}

.pcei-button.pc-link{
    display: none;
}

.pcei-button.pc-hide{
    display: none;
}
.pc-events-item.active{
    background: #d2f0fb !important;
}

.pc-events-item.active .pcei-button.pc-link,
.pc-events-item.active .pcei-button.pc-hide{
    display: inline-block;
}

.pc-events-item.active .pcei-button.pc-show{
    display: none;
}


.pcei-timings {
    margin-bottom: 5px;
}

.pcei-share-actions .pcei-button {
    margin-left: 0;
    text-align: center;
}

.pcei-title-set {
    display: block;
}

.pcei-chair-set {}

.pcei-chair-heading {
    font-weight: 500;
}

.pcei-chair {
    display: flex;
    margin-bottom: 5px;
}

.pcei-chair-img {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 4px;
}

.pcei-chair-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.pcei-chair-details {
    width: calc(100% - 28px);
}


.pcei-coauthor-heading {
    font-weight: 500;
}

.pcei-coauthor {
    display: flex;
    margin-bottom: 5px;
}

.pcei-coauthor-details {}

.pcei-body {
    border-top: 1px solid #6e6e6e;
    border-bottom: 1px solid #b8b8b8;
    padding: 20px 0px;
    color: #000000;
    font-size: 14px;
    display: none;
}

.pc-events-item.active>.pcei-body {
    display: block;
}

.pcei-data {
    margin-left: 200px;
    padding: 0px 10px;
}

.pcei-tabs-nav {
    margin-bottom: 10px;
}

.pcei-tabs-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}


.pcei-tabs-nav ul li a {
    display: block;
    background: white;
    padding: 2px 10px;
    color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #000c;
    min-width: 150px;
    text-align: center;
}

.pcei-tabs-nav ul li.current a {
    font-weight: 500;
}

.pcei-tabs-content {
    display: none;
}

.pcei-tabs-content.active {
    display: block;
}

.pcei-categories {
    margin-bottom: 10px;
}

.pcei-categories-heading {
    font-weight: 500;
}

.pcei-content {
    margin-bottom: 15px;
    max-width: 700px;
}

.pcei-content:last-child {
    margin-bottom: 0px;
}

.pcei-content-heading {
    font-weight: 500;
}

.pcei-content-text p {
    margin-bottom: 10px;
}

.pcei-content-text p:last-child {
    margin-bottom: 0;
}

.pcei-videos-set {
    max-width: 700px;
}

.pcei-video {
    margin-bottom: 10px;
}

.pcei-share-actions a:hover {
  color: white;
  font-weight: bold;
}

.pcei-button.pc-show, .pcei-button.pc-hide {
  color: white !Important;
}

.pcei-data-heading {
    font-weight: 600;
    margin-top: 10px;
}

.pc-events-item.active,
.pc-events-item.active .pc-events-item {
    background: #eff9fe;
}

.pc-events-item .pc-events-item {
    position: relative;
}

.pc-events-item .pc-events-item:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #6e6e6e;
    left: 200px;
    right: 10px;
    bottom: 0;
}

.pcei-body .pcei-body {
    border: none;
    position: relative;
}

.pcei-body .pcei-body:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #6e6e6e;
    left: 200px;
    right: 10px;
    top: 0;
}

.pc-events-item.active .pc-events-item .pcei-button.pc-show {
    display: inline-block;
}

.pc-events-item.active .pc-events-item.active .pcei-button.pc-show {
    display: none;
}

.pc-events-item.active .pc-events-item .pcei-button.pc-link,
.pc-events-item.active .pc-events-item .pcei-button.pc-hide {
    display: none;
}

.pc-events-item.active .pc-events-item.active .pcei-button.pc-link,
.pc-events-item.active .pc-events-item.active .pcei-button.pc-hide {
    display: inline-block;
}

.pc-filter {
    margin-bottom: 20px;
}

.pc-filter-set {
    display: flex;
    justify-content: space-between;
}

.pc-filter-date {
    background: white;
    border: 1px solid #ccc;
    position: relative;
    background-image: url('../img/calendar.png');
    background-size: 20px 20px;
    background-position: 174px 8px;
    background-repeat: no-repeat
}

.pc-filter-date input {
    background: transparent;
    border: none;
    height: 40px;
    width: 200px;
    padding: 5px 30px 5px 10px;
}

.pc-filter form {
    margin-bottom: 0px;
}

.pc-search-submit{
    display: none !important;
}

.pc-container {
    margin-bottom: 20px;
}

.pc-no-item {
    padding: 30px;
    text-align: center;
    color: #a3a3a3;
    font-size: 18px;
}

.pcei-main-title {
    color: white;
    font-style: italic;
}
@media screen and (max-width: 600px) {

.pc-container {
  padding: 0px;
}

.pc-filter-set {
  display: block;
}

input[type="search"] {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.pcei-header {
  display: block;
}
.pcei-header-col.pcei-header-col-data {
  width: 100% !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.pcei-button {
width: 100%;
}
.pcei-button.pc-show {
  background: #adddef;
}
.pcei-header-col.pcei-header-col-options {
  width: 100%;
  margin: 0px 0px 0px -10px;
  padding-top: 0px;
}
.pcei-data {
  margin-left: 0px;
  padding: 0px 10px;
}
.pc-events-item.active .pc-events-item {
  background: #d2f0fb;
}
.pcei-header-col.pcei-header-col-time-group {
  display: inline-flex !important;
}

.pcei-header-col.pcei-header-col-time {
  width: 100%;
  display: inline-flex;
}
.pcei-timings {
  width: 50%;
  padding-top: 6px;
}
}