﻿.Agenda .tabpanel {
    text-align: center;
}

.DaytabsTxt {
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
}

.date {
    display: block;
    margin-top: -10px;
}

.StagetabsTxt {
    font-size: 1.5rem;
    font-weight: bold;
}

@media (max-width: 456px) {
    .DaytabsTxt {
        font-size: 1.5rem;
    }

    .date {
        font-size: 75%;
        margin-top: 0px;
    }

    .StagetabsTxt {
        font-size: 1rem;
        font-weight: bold;
    }
}

/*for BS4 tabs*/
/*Days Tab*/
.day-tabs.nav-justified .nav-item {
    background-color: #dfdfdf;
    margin: 0 5px;
}

.day-tabs.nav-pills .nav-link {
    color: #fff;
    border-radius: 0;
    transition: all ease-in 0.1s;
}

.day-tabs.nav-pills .nav-link:hover {
    color: #fff;
    background-color: #000;
}

.day-tabs.nav-pills .nav-link.active {
    border: 0;
    background-color: #000;
    color: #fff;
}

@media (max-width: 576px) {
    .day-tabs.nav-pills {
        justify-content: center;
    }

    .day-tabs.nav-justified .nav-item {
        display: inline-table;
        width: 46%;
        margin: 5px;
        flex-basis: auto;
    }

    .schedule-tab.nav-pills {
        justify-content: center;
    }
}

/*Stage Tab*/
.schedule-tab.nav-pills .nav-link {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    color: #848484;
    font-weight: 500;
    display: block;
    border-radius: 0;
    border: 2px solid #ecd58d;
    margin-right: 10px;
}

.schedule-tab.nav-pills .nav-link:hover {
    color: #ecd58d;
}

.schedule-tab.nav-pills .nav-link.active {
    background: #000;
    border: 2px solid #000;
    color: #fff;
    position: relative;
}

/*Stage Tab content*/
.stage-tab-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 576px) {

    .schedule-tab.nav-pills .nav-link {
        font-size: 1rem;
        padding: 0 5px;
        width: 90px;
        height: 60px;
        text-align: center;
    }
}


/*-------- Agenda List Style --------*/
.AgendaList .ForumTime {
    font-size: 18px;
    font-weight: bold;
}

.AgendaType {
    display: inline-block;
    min-width: 10px;
    width: 100px;
    padding: 5px 10px 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ecd58d;
    border-radius: 10px;
}

.AgendaName {
    font-size: 18px;
    font-weight: bold;
}

.AgendaName a {
    text-decoration: none;
    color: #333;
}

.AgendaName a:hover {
    text-decoration: none;
    color: #ff7700;
}

.AgendaPlace {
    font-size: 14px;
}

.place {
    margin-left: 10px;
}

.AgendaList .sideline {
    border: 1px solid #ccc;
    border-left: 5px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.AgendaContentList {
    border-bottom: 1px solid #ddd;
}

.AgendaContentList:hover {
    background-color: #f7f7f7;
}

.AgendaItem {
    margin: 0;
    padding: 10px 15px;
}

.AgendaItem > a {
    text-decoration: none;
    outline: 0;
    color: initial;
}

.Forum_Time_Type {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.AgendaTime {
    font-size: 1rem;
    font-weight: 300;
    margin-right: 15px;
}

.AgendaContentList .card {
    border-radius: 0;
    border: 0;
}

.AgendaContentList .card-link {
    color: #333;
}

.AgendaContentList .card-header {
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}

.AgendaContentList .card-header:hover {
    background-color: #ecd58d;
}

.AgendaContentList .card-header:first-child {
    border-radius: 0;
}

.AgendaContentList .card-body {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.AgendaContentList .card-body .speakers {
    font-weight: 400;
    /*margin-left: 120px;*/
    /*margin-left: 196px;*/
        margin-left: 210px;
}

.AgendaContentList .card-body .panel-type {
    /*margin-left: 120px;*/
    margin-left: 210px;
}

.AgendaContentList .card-body .panel-type span {
    font-size: 14px;
    background-color: #ffa200;
    color: #fff;
    padding: 0 5px;
}

.AgendaContentList .card-body .SpeakersName {
    font-weight: 700;
}

.AgendaContentList .card-body .SpeakersName::after {
    content: '|';
    padding: 0 5px;
}


@media only screen and (max-width: 768px) {
    .Forum_Time_Type {
        float: none;
        overflow: hidden;
    }

    .AgendaList {
        margin-left: 0;
    }

    .AgendaContentList .card-body {
        /*padding-left: 15px;*/
         padding-left: 10px
    }

    .AgendaContentList .card-body .speakers {
        margin-left: 10px;
    }

    .AgendaContentList .card-body .panel-type {
        margin-left: 10px;
    }

    .AgendaName {
        margin-top: 5px;
    }
}
