h5 {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    margin: 0;
}

h6 {
    font-weight: 600;
    color: #6b456a;
}

.session-card {
    width: 100%;
}

.toggle-session-angle {
    float: right;
    margin: 15px;
    color: #6b456a !important;
    transition: 0.1s;
    font-weight: bold;
    font-size: 40px;
}

.rotate-angle {
    transform: rotate(180deg);
}

.clear {
    clear: both;
}

.track-id {
    padding-left: 14px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

.speaker-id {
    padding-left: 14px;
    color: #000;
}

    .session-tag {
        padding-left: 14px;
        color: #007c35 !important;
        font-size: 12px;
    }

    .text-muted {
        color: #000 !important;
    }

.container-saag {
    max-width: 100% !important;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

    .profile-inline ~ .card-title {
        display: inline-block;
        margin-left: 4px;
        vertical-align: top;
    }

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

    .meta a {
        text-decoration: none;
        color: rgba(0, 0, 0, .4);
    }

        .meta a:hover {
            color: rgba(0, 0, 0, .87);
        }

.row-header {
    padding: 5px 10px;
    padding-top: .5rem;
    width: 100%;
    color: #4e6079;
    border-bottom: 3px solid #efefef;
}

.rowheader h3 {
    font-weight: 600 !important;
}


@media (min-width: 1200px) {
    .col-lg-3 {
        max-width: 20% !important;
    }
}

#sidebar-wrapper {
    margin-left: -250px;
    left: 250px;
    width: 250px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

#wrapper.active {
    padding-left: 0;
}

    #wrapper.active #sidebar-wrapper {
        left: 0;
    }

#page-content-wrapper {
    width: 100%;
    padding-left: 250px;
    transition: all 0.4s ease 0s;
}

.main {
    margin-left: 140px; /* Same width as the sidebar + left position in px */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

.content-header {
    height: 65px;
    line-height: 65px;
}

    .content-header h1 {
        margin: 0;
        margin-left: 20px;
        line-height: 65px;
        display: inline-block;
    }

#menu-toggle {
    text-decoration: none;
}

.btn-menu {
    color: #000;
}

.inset {
    padding: 20px;
}

@media (max-width:767px) {

    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        left: 0;
    }

    #wrapper.active {
        position: relative;
        left: 250px;
    }

        #wrapper.active #sidebar-wrapper {
            left: 250px;
            width: 250px;
            transition: all 0.4s ease 0s;
        }

    #menu-toggle {
        display: inline-block;
    }

    .inset {
        padding: 15px;
    }
}

.filterDiv {
    width: 100%;
    margin: 0;
    display: none;
}

.show {
    display: block;
}

section .container {
    margin-top: 20px;
    overflow: hidden;
}

/* Style the buttons */
.filterBtn {
    border: none;
    outline: none;
    padding: 12px 14px;
    background-color: #f1f1f1;
    cursor: pointer;
}

    .filterBtn:hover {
        background-color: #ddd;
    }

    .filterBtn.active {
        background-color: #321538;
        color: white;
    }

.row-striped:nth-of-type(odd) {
    background-color: #efefef;
}

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
}

.row-striped {
    padding: 15px 0 5px 0;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.row-section .row-block {
    /* padding: 20px; */
}

    .row-section .row-block ul {
        padding-left: 10px;
    }

        .row-section .row-block ul li {
            list-style: none;
            margin-bottom: 10px;
        }
        
        .clear-ol{
            font-size: 14px;
            margin-bottom: 10px;
            list-style-type: decimal !important;
        }


    .row-section .row-block .media {
        border: 1px solid #d5dbdd;
        padding: 5px 10px;
        border-radius: 5px;
        box-shadow: 0px 2px 1px rgba(0,0,0,0.04);
        background: #fff;
        flex:1;
    }

    .inner-media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 5px 10px;
        border-radius: 5px;
        box-shadow: 0px 2px 1px rgba(0,0,0,0.04);
        background: #fff;
        flex:1;
    }
    

    .media-body ul li {
        list-style: unset !important;
        margin-bottom: 10px;
    }
.row-section .media .media-body img {
    width: 150px;
}

.row-section .media .media-body p,
.row-section .media .media-body ul li {
    padding: 0 15px;
    font-size: 14px;
}

.row-section .media h2 {
    color: #6b456a;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 14px;
    /*margin-top: 12px;*/
}

.row-section .media .media-body h4 {
    color: #6b456a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 14px;
    margin-top: 12px;
}

.row-section .media .media-body h5 {
    color: #6b456a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    /* padding-left: 14px; */
    margin-top: 12px;
}

    .keynote-style {
        color: #6b456a;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
        /* padding-left: 14px; */
        margin-top: 12px;
    }

.fa {
    margin-right: 5px;
}