body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
}

.PopOverValueBg {
    font-weight: normal;
    background-color: #bebebe;
    width: 14px;
    line-height: 14px;
    border-radius: 9px;
    color: #666666;
    text-align: center;
    margin-top: 5px;
}

.btn-handouts, .btnCertificate, .btnCreditInfo {
    color: #fff;
    background: #12679b;
    padding: 10px 31px;
    border: none;
    font-size: 14px;
    /*text-transform: uppercase;*/
    margin-top: 9px;
    /*width: 20%;*/
    text-shadow: none;
    text-decoration: none;
    /*border-radius: 0px !important;*/
}

    .btn-handouts:hover, .btnCertificate:hover, .btn-handouts:focus, .btnCertificate:focus {
        background: #4196ca !important;
        color: #fff !important;
        text-decoration: none;
    }

    .btnCreditInfo:hover, .btnCreditInfo:focus {
        background: #12679b !important;
        color: #fff !important;
        text-decoration: none;
    }

#seminarButtons, .seminarButtons {
    min-width: 850px;
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
}

#printSalesDetails {
    cursor: pointer;
    color: #337ab7;
    float: right;
    font-size: 24px;
}


/*Start SmartNotification */


.divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 100000;
}

.MessageBoxContainer {
    top: 35%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #232323;
    background-color: rgba(0,0,0,.8);
    padding: 20px;
}

.MessageBoxMiddle {
    position: relative;
    left: 20%;
    width: 60%;
}

    .MessageBoxMiddle .MsgTitle {
        letter-spacing: -1px;
        font-size: 24px;
        font-weight: 300;
    }

    .MessageBoxMiddle .pText {
        font-style: 30px;
    }

.MessageBoxContainer input, .MessageBoxContainer select {
    width: 50%;
    padding: 5px;
}

.MessageBoxButtonSection {
    width: 100%;
    height: 30px;
}

    .MessageBoxButtonSection button {
        float: right;
        margin-right: 7px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        font-weight: 700;
    }

.LoadingBoxContainer {
    top: 20%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #232323;
}

.LoadingBoxMiddle {
    position: relative;
    left: 20%;
    width: 50%;
    padding: 10px;
}

.LoadingBoxContainer .MsgTitle {
    font-size: 26px;
}

.LoadingBoxContainer .pText {
    font-style: 30px;
}

#LoadingPoints {
    position: absolute;
}

.bigBox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 390px;
    height: 150px;
    color: #fff;
    z-index: 99999;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    border-left: 5px solid rgba(0,0,0,.15);
    overflow: hidden;
}

    .bigBox span {
        font-size: 17px;
        font-weight: 300;
        letter-spacing: -1px;
        padding: 5px 0 !important;
        display: block;
    }

    .bigBox p {
        font-size: 13px;
        margin-top: 10px;
    }

#divMiniIcons {
    position: fixed;
    width: 415px;
    right: 10px;
    bottom: 180px;
    z-index: 9999;
    float: right;
}

.botClose {
    position: absolute;
    right: 10px;
    height: 16px;
    width: 15px;
    cursor: pointer;
    font-size: 18px;
    opacity: .5;
    display: block;
    top: 15px;
}

    .botClose:hover {
        opacity: 1;
    }

#divMiniIcons .cajita {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    color: #FFF;
    float: right;
    cursor: pointer;
    display: block;
    background-color: red;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 5px;
}

    #divMiniIcons .cajita:active {
        top: 1px;
        left: 1px;
        position: relative;
    }

.cajita img {
    width: 23px;
    height: 23px;
    padding-left: 3px;
    padding-top: 3px;
}

.bigBox .bigboxicon {
    font-size: 30px;
    text-align: left;
    position: absolute;
    top: 120px;
    left: 6px;
    z-index: 0;
}

.bigBox .bigboxnumber {
    width: 100%;
    text-align: right;
    font-size: 25px;
}

#divSmallBoxes {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.SmallBox {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    color: #fff;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid transparent;
}

    .SmallBox:hover {
        border: 1px solid #fff;
        cursor: pointer;
    }

    .SmallBox .foto {
        font-size: 50px;
        position: absolute;
        left: 17px;
    }

    .SmallBox .textoFull {
        width: 93%;
        float: left;
        padding-left: 20px;
    }

    .SmallBox .textoFoto {
        width: 78%;
        margin: 3px 20px 3px 80px;
        float: left;
    }

.miniPic {
    position: absolute;
    bottom: 8px;
    right: 9px;
}

.miniIcono {
    height: 100%;
    font-size: 20px;
}

.SmallBox span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    display: block;
    margin: 4px 0;
}

.SmallBox p {
    font-size: 13px;
    margin-top: 2px;
}

.txt-color-orangeDark {
    color: #a57225 !important;
}
/* End SmartNotification*/

/*Classroom Viewer Tabs*/

.wrappertabList {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    min-height: 50px;
    border-bottom: none !important;
}

.scrolltabList {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 9px;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
}

.scroller-right {
    float: right;
}

.scroller-left {
    float: left;
}

#myTabContent1 {
    border: 1px solid #ddd;
    border-top: 0px;
    border-top: none !important;
}

.scroller-right {
    position: absolute;
    top: 2px;
    right: 13px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
}

.scroller-left {
    position: absolute;
    top: 2px;
    left: 11px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
}

@media only screen and (max-width: 1050px) {
    .middle-part {
        max-width: 95%;
        margin: 0px auto 0 auto;
        padding: 0px !important;
    }

    iframe#videoFrame {
        min-width: 100% !important;
        width: 100% !important;
    }

    #seminarButtons, .seminarButtons {
        width: 100% !important;
        min-width: 100% !important;
    }

    .headertitle {
        text-align: center;
    }

    .logo {
        text-align: center;
    }

    .container {
        width: 100% !important;
    }

    .ForumWidget .chat-body li.message {
        MARGIN-LEFT: 0px !important;
        margin-right: 0px !important;
    }

        .ForumWidget .chat-body li.message img {
            height: 40px !important;
            width: 40px !important;
        }

        .ForumWidget .chat-body li.message .message-text {
            margin-left: 50px !important;
            line-height: normal !important;
            min-height: 50px !important;
            width: 83% !important;
        }

    .ClassroomViewer {
        margin-top: 10px;
    }


    .ForumWidget .chat-body li.message .forumPostInitiateImg {
        height: 40px;
        width: 40px;
        line-height: 39px;
        font-size: 36px;
    }

    .ForumWidget .chat-body li.message .mbr-gallery-title {
        width: 40px;
    }
}

@media only screen and (max-width: 355px) {
    iframe#videoFrame {
        width: 100% !important;
    }
}

@media only screen and (min-width : 250px) {
    .addminHeight {
        min-height: 43px !important;
        margin-bottom: -3px !important;
    }
}

@media only screen and (min-width : 1200px) {
    .addminHeight {
        min-height: 42px !important;
        margin-bottom: -2px !important;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }

    div.CE21_TIMER_BOX {
        display: none !important;
        visibility: hidden !important;
    }
}


.lblEventInProgress {
    background-color: rgba(119, 119, 119, 0.52);
    font-size: 12px;
}

@media only screen and (max-width: 660px) {
    .popUploadImageMainClass .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 135%; /* making height bigger in mobile devices*/
    }
}

.clsVisitedProduct {
    background-color: #e8e8e8 !important;
}

.clsRecenltyVisitedProduct {
    background-color: lightgoldenrodyellow !important;
}

.seminarButtonList a.btn {
    padding: 0px 5px !important;
    margin-bottom: 5px;
}

.seminarButtonList .btnDisableVideoDownload {
    background-color: #cccccc !important;
    background-image: none;
}

.btnSocilMediaShare {
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: transparent;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    width: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-right: 1px;
}

.ce21_share_facebook {
    background-image: url("https://cdn.pesi23.com/assets/img/share_facebook_32.png")
}

.ce21_share_linkedin {
    background-image: url("https://cdn.pesi23.com/assets/img/share_linkedin_32.png")
}

.ce21_share_twitter {
    background-image: url("https://cdn.pesi23.com/assets/img/share_twitter_32.png")
}

.ce21_share_email {
    background-image: url("https://cdn.pesi23.com/assets/img/share_email_32.png")
}


.ce21_shareonemail_gmail {
    background-image: url('https://cdn.pesi23.com/assets/img/share_gmail.png');
}

.ce21_shareonemail_yahoo {
    background-image: url('https://cdn.pesi23.com/assets/img/share_yahoo.png');
}

.ce21_shareonemail_email {
    background-image: url('https://cdn.pesi23.com/assets/img/share_email.png');
}


.btnShareOnMail {
    text-decoration: none;
    color: transparent;
    display: inline-block;
    cursor: pointer;
    height: 130px;
    width: 130px;
    background-size: cover;
    background-repeat: no-repeat;
}

ul.nav.navTabsToPills {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 2px;
}

    ul.nav.navTabsToPills > li {
        padding: 2px;
        margin-left: 2px;
    }

        ul.nav.navTabsToPills > li > a {
            background-color: #eeeeee;
        }

            ul.nav.navTabsToPills > li > a:hover {
                background-color: #d2d2d2;
            }


.btnLaunchChat, .btnLaunchChat:hover {
    background-color: #9C27B0;
    color: #FFF
}

ul.nav.nav-tabs > li > a {
    border-top: 0;
}

ul.nav.nav-tabs > li.active > a {
    font-weight: bold;
}

.back-to-top.well {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 18px;
    right: 10px;
    font-size: 14px;
    display: none;
    text-decoration: none !important;
    color: #000;
    background-color: #ccc !important;
    padding: 9px !important;
    border-radius: 3px !important;
    z-index: 9;
}

    .back-to-top.well.avoid-weglot-picker {
        bottom: 52px;
    }

a:hover.back-to-top.well, a:focus.back-to-top.well {
    color: #23527c !important;
    text-decoration: none !important;
}

@media screen and (max-width:768px) {
    .dl-horizontal.clsDlHorizontal dt {
        float: left;
        padding-right: 5px;
        padding-top: 4px;
    }

    .dl-horizontal.clsDlHorizontal dd {
        padding-top: 4px;
    }

    .clsProductDetail .divImageThumbnail, .clsProductDetail .seminarButtonList {
        text-align: center;
    }

    .clsProductTypeLabel {
        text-align: center;
        padding: 10px;
    }

    .wrapper-addon-list dd {
        margin-left: 0 !important;
    }
}

div.clsProductDetail .row {
    padding: 15px;
}

.divImageThumbnail .img-thumbnail {
    box-shadow: none;
    padding: 0px;
    border: none;
}

.divImageThumbnail .iLaunchViewer {
    border-radius: 50%;
    padding: 20px 0 21px 6px;
    width: 44px;
    height: 25px;
}

.divImageThumbnail {
    position: relative;
}

    .divImageThumbnail .btnLaunchViewer {
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

        .divImageThumbnail .btnLaunchViewer i {
            font-size: 32px;
            line-height: 0;
            color: white;
            text-shadow: 2px 2px 8px black;
        }

            .divImageThumbnail .btnLaunchViewer i:hover {
                font-size: 30px;
                color: #000000;
            }
/*custom checkbox start*/
.box {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .box input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent !important;
    border: 1px solid;
    border-radius: 5px;
    border-color: rgba(0,0,0,0.55);
}

/* When the checkbox is checked, add a blue background */
.box input:checked ~ .checkmark {
    border-color: skyblue !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.box .checkmark:after {
    left: 5px;
    top: 0px;
    width: 6px;
    height: 13px;
    border: solid skyblue;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(49deg);
    -ms-transform: rotate(49deg);
    transform: rotate(49deg);
}

.selectBlock .checkmark {
    top: 25px !important;
    left: -25px !important;
    height: 17px !important;
    border: 1px solid rgba(0,0,0,0.55) !important;
}
/*custom checkbox end*/

.sticky-inner-addon-products {
    top: 12px;
}

.wrapper-addon-list dt {
    width: 105px;
}

.wrapper-addon-list dd {
    margin-left: 120px;
}

.previewbanner {
    background: red;
    height: 53px;
    text-align: center;
    font-size: 25px;
    line-height: 2.1;
    font-weight: 500;
}

/* Start: Three Column View for faculty list */

.inline-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center
}

    .inline-box .thumbnail {
        border: none !important;
        box-shadow: none !important
    }

    .inline-box .threeColFacultyList {
        text-align: center;
        /*border: 1px solid;*/
        margin: 10px;
        padding: 20px 6px;
        width: 30%;
        margin-top: 50px;
    }

    .inline-box .thumbnail img {
        height: 195px;
        width: 195px;
        object-fit: cover;
        border-radius: 50%;
    }

    .inline-box span {
        word-break: break-all
    }

.content-box {
    border: 1px solid #dce8f2;
    border-radius: 10px;
    background-color: #dce8f2;
    color: #000;
    padding: 34% 20px 20px;
    margin-top: -99px;
    min-height: 330px;
    height: 330px;
    max-height: 300px;
}

    .content-box .content {
        overflow: auto;
        max-height: 207px;
    }

    .content-box .name {
        font-size: 20px;
        font-weight: 400 !important
    }

    .content-box .content::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    .content-box .content::-webkit-scrollbar-track {
        background: inherit;
    }

    /* Handle */
    .content-box .content::-webkit-scrollbar-thumb {
        background: inherit;
    }

    /* Handle on hover */
    .content-box .content:hover::-webkit-scrollbar-thumb {
        background: #555;
    }

@media(max-width:890px) {
    .content-box {
        border: 1px solid #dce8f2;
        border-radius: 10px;
        background-color: #dce8f2;
        color: #000;
        padding: 46% 20px 20px;
        margin-top: -99px;
        min-height: 270px;
    }

        .content-box .content {
            overflow: auto;
            max-height: 174px;
        }
}

@media(max-width:800px) {
    .inline-box .thumbnail img {
        height: 144px;
        width: 144px;
        object-fit: cover;
        border-radius: 50%;
        position: relative;
    }
}

@media(max-width:685px) {
    .inline-box .threeColFacultyList {
        width: 46%;
    }
}

@media(max-width:579px) {
    .inline-box .threeColFacultyList {
        width: 100%;
    }

    .content-box {
        padding: 82px 20px 20px;
    }
}
/* End: Three Column View for faculty list */


/*#region "Course Schedule Card View" */

.clsListCourseSchedule.clsListCourseScheduleview2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap
}

    .clsListCourseSchedule.clsListCourseScheduleview2 .col-lg-3.col-sm-3.col-md-3.col-xs-12, .clsListCourseSchedule.clsListCourseScheduleview2 .col-lg-9.col-sm-9.col-md-9.col-xs-12 {
        width: 100%
    }

    .clsListCourseSchedule.clsListCourseScheduleview2 .col-lg-9.col-sm-9.col-md-9.col-xs-12 {
        position: inherit
    }

    .clsListCourseSchedule.clsListCourseScheduleview2 .panel {
        width: calc(33.33% - 10px);
        margin: 0 5px 15px 5px;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-between
    }

.seminarButtonList .btn-calendar {
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.clsListCourseScheduleview2 .seminarButtonList .btn-calendar {
    height: 31px;
}

.clsListCourseSchedule.clsListCourseScheduleview2 .seminarButtonList .btn-calendar .addtocalendar ul {
    top: 23px;
    left: -70px;
}

.seminarButtonList .btn-calendar:hover {
    background-position: 0 -15px;
    background-color: #e3e3e3;
}

.seminarButtonList .btn-calendar .addtocalendar {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.clsListCourseSchedule {
    padding-bottom: 100px;
}

    .clsListCourseSchedule .seminarButtonList .btn-calendar .addtocalendar ul {
        top: 19px;
        left: -60px;
    }

        .clsListCourseSchedule .seminarButtonList .btn-calendar .addtocalendar ul li a {
            transition: none;
        }


@media only screen and (max-width: 812px) {
    .clsListCourseSchedule.clsListCourseScheduleview2 .panel {
        width: calc(50% - 10px)
    }
}

@media only screen and (max-width: 767px) {
    .clsListCourseSchedule.clsListCourseScheduleview2 .panel {
        width: 100%;
        margin: 0 0px 15px 0px
    }
}

.clsListCourseSchedule.clsListCourseScheduleview2 .panel .clsProductTypeLabel {
    position: absolute;
    top: 20px;
    left: 25px
}

@media only screen and (max-width: 767px) {
    .clsListCourseSchedule.clsListCourseScheduleview2 .panel .clsProductTypeLabel {
        top: 10px;
        left: 15px
    }
}

.clsListCourseSchedule.clsListCourseScheduleview2 .panel h4.ce21-top-reduce {
    margin: 10px 0 !important;
    font-weight: 600;
    line-height: 1.4
}

    .clsListCourseSchedule.clsListCourseScheduleview2 .panel h4.ce21-top-reduce + hr {
        display: none
    }

.clsListCourseSchedule.clsListCourseScheduleview2 .panel:hover .divImageThumbnail .img-thumbnail {
    transform: scale(1.2)
}

.clsListCourseSchedule.clsListCourseScheduleview2 .panel .divImageThumbnail {
    border-radius: 4px;
    overflow: hidden
}

    .clsListCourseSchedule.clsListCourseScheduleview2 .panel .divImageThumbnail .img-thumbnail {
        width: 100%;
        transform: scale(1);
        transition: 0.5s all ease;
        border-radius: 0
    }

    .clsListCourseSchedule.clsListCourseScheduleview2 .panel .divImageThumbnail .iLaunchViewer {
        background-color: transparent
    }

.clsListCourseSchedule.clsListCourseScheduleview2 .panel dl {
    border-radius: 5px;
    background-color: transparent;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap
}

.clsListCourseSchedule.clsListCourseScheduleview2 .panel .dl-horizontal dt {
    text-align: left;
    font-size: 14px;
    width: 100%;
    margin: 2.5px 0 2.5px 0;
    white-space: normal;
}

.clsListCourseSchedule.clsListCourseScheduleview2 .panel .dl-horizontal dd {
    margin: 2.5px 0 2.5px 0;
    font-size: 14px;
    width: 100%;
    white-space: normal;
}

.clsListCourseSchedule.clsListCourseScheduleview2.courselist1col .panel .dl-horizontal dt, .clsListCourseSchedule.clsListCourseScheduleview2.courselist2col .panel .dl-horizontal dt {
    text-align: left;
    font-size: 14px;
    width: 150px;
    margin: 2.5px 0 2.5px 0;
    white-space: normal;
}

@media only screen and (max-width: 767px) {
    .clsListCourseSchedule.clsListCourseScheduleview2.courselist1col .panel .dl-horizontal dt, .clsListCourseSchedule.clsListCourseScheduleview2.courselist2col .panel .dl-horizontal dt {
        width: 100%
    }
}

.clsListCourseSchedule.clsListCourseScheduleview2.courselist1col .panel .dl-horizontal dd, .clsListCourseSchedule.clsListCourseScheduleview2.courselist2col .panel .dl-horizontal dd {
    margin: 2.5px 0 2.5px 0;
    font-size: 14px;
    width: calc(100% - 150px);
    white-space: normal;
}

@media only screen and (max-width: 767px) {
    .clsListCourseSchedule.clsListCourseScheduleview2.courselist1col .panel .dl-horizontal dd, .clsListCourseSchedule.clsListCourseScheduleview2.courselist2col .panel .dl-horizontal dd {
        width: 100%
    }
}

.clsListCourseSchedule.clsListCourseScheduleview2 .panel + .row {
    width: 100%;
    margin: 5px 0 0 0;
    border-top: 1px solid #e2e2e2;
    padding: 15px 0 0 0 !important
}

    .clsListCourseSchedule.clsListCourseScheduleview2 .panel + .row a {
        font-size: 14px;
        border-bottom: 1px solid #333333;
        color: #333333;
    }

        .clsListCourseSchedule.clsListCourseScheduleview2 .panel + .row a:hover {
            opacity: 0.9
        }

.clsListCourseSchedule.clsListCourseScheduleview2 .panel .seminarButtonList {
    margin-top: 12px;
    text-align: center
}

    .clsListCourseSchedule.clsListCourseScheduleview2 .panel .seminarButtonList a.btn {
        padding: 6.5px 15px !important
    }
/*@media only screen and (max-width: 767px) {
.clsListCourseSchedule.clsListCourseScheduleview2 .panel .seminarButtonList a.btn {
	display: block
}
}*/
.clsListCourseSchedule.clsListCourseScheduleview2.courselist2col .panel {
    width: calc(50% - 10px)
}

.clsListCourseSchedule.clsListCourseScheduleview2.courselist1col .panel {
    width: calc(100% - 10px)
}

.clsListCourseSchedule.clsListCourseScheduleview2.courselist1col .col-lg-3.col-sm-3.col-md-3.col-xs-12 {
    width: 300px;
    padding-right: 0
}

.clsListCourseSchedule.clsListCourseScheduleview2.courselist1col .col-lg-9.col-sm-9.col-md-9.col-xs-12 {
    width: calc(100% - 300px)
}

@media only screen and (max-width: 992px) {
    .clsListCourseSchedule.clsListCourseScheduleview2.courselist1col .col-lg-3.col-sm-3.col-md-3.col-xs-12 {
        width: 200px;
    }

    .clsListCourseSchedule.clsListCourseScheduleview2.courselist1col .col-lg-9.col-sm-9.col-md-9.col-xs-12 {
        width: calc(100% - 200px)
    }
}

@media only screen and (max-width: 767px) {
    .clsListCourseSchedule.clsListCourseScheduleview2.courselist2col .panel {
        width: calc(100% - 10px)
    }

    .clsListCourseSchedule.clsListCourseScheduleview2.courselist1col .col-lg-3.col-sm-3.col-md-3.col-xs-12 {
        width: 100%;
        padding-right: 15px
    }

    .clsListCourseSchedule.clsListCourseScheduleview2.courselist1col .col-lg-9.col-sm-9.col-md-9.col-xs-12 {
        width: 100%
    }
}

.clsListCourseSchedule.clsListCourseScheduleview2.courselist1col .seminarButtonList {
    text-align: left
}
/*#endregion*/


/* Table UI Responsive Changes CSS Starts---------------------------- */

@media only screen and (max-width: 767px) {

    .clsListCourseSchedule {
        border: none;
    }

        .clsListCourseSchedule table.table {
            word-break: break-word;
            border: none;
            display: block;
        }

        .clsListCourseSchedule thead {
            display: none;
        }

        .clsListCourseSchedule table.table td {
            display: block;
            float: left;
            width: 100%;
            clear: both;
            background: #fff;
            border: none;
            padding: 0px 10px 10px;
            box-sizing: border-box;
            white-space: normal !important;
            position: relative;
        }


        .clsListCourseSchedule table.table tbody,
        .clsListCourseSchedule table.table tr {
            display: block;
        }

            .clsListCourseSchedule table.table tr.clsProductDetail:before {
                content: attr(data-label);
                padding: 10px;
                display: block;
                font-size: 16px;
                font-weight: 600;
                text-align: center;
                background-color: var(--ce21-primary-color,#e6e9ec);
                color: var(--ce21-primary-font-color,#5d5d5d);
            }

            .clsListCourseSchedule table.table tr.clsProductDetail td:before {
                content: attr(data-th);
                display: block;
                font-weight: bold;
                margin: 0 0 10px;
                background: #f9f9f9;
                color: var(--ce21-primary-color,#337ab7);
                padding: 8px 0px;
                position: relative;
                z-index: 1;
            }

            .clsListCourseSchedule table.table tr.clsProductDetail td:after {
                content: "";
                position: absolute;
                background: #f9f9f9;
                top: 0;
                left: 0;
                width: 100%;
                height: 34px;
                z-index: 0;
            }


            .clsListCourseSchedule table.table tbody tr:nth-child(even) td {
                background-color: #f9f9f9;
            }


                .clsListCourseSchedule table.table tbody tr:nth-child(even) td:before, .clsListCourseSchedule table.table tbody tr:nth-child(even) td:after {
                    background-color: #eee;
                }

            .clsListCourseSchedule table.table tbody tr {
                border: 1px solid var(--ce21-primary-color,#d5d5d5);
                overflow: hidden;
                border-radius: 10px;
                box-shadow: 0 0 3px rgba(0,0,0,0.1);
                background-color: transparent;
                margin: 30px 5px 0px;
            }


        .clsListCourseSchedule .clsProductDetail .seminarButtonList {
            text-align: left;
            margin-top: 5px;
        }

        .clsListCourseSchedule table.table tr.clsScheduleRowCreditInfo {
            margin-bottom: 20px;
            box-shadow: none;
            border: none;
        }

            .clsListCourseSchedule table.table tr.clsScheduleRowCreditInfo td {
                padding: 10px;
            }

        .clsListCourseSchedule .clsCertStatus {
            text-align: left !important;
        }
}

/*21106*/
@media only screen and (min-width: 767px){
    .clsListCourseSchedule table .clsCourseTitleColumnResponsive {
        min-width: 40% !important;
    }

    .clsListCourseSchedule table .clsSpeakerColumnResponsive {
        max-width: 25% !important
    }
    .clsListCourseSchedule table .clsFacultyCred {
        font-size: 12px !important;
    }
}

/* Table UI Responsive Changes CSS Endss---------------------------- */

/*#19390*/
.snapshotwidget {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

    .snapshotwidget .widget-title {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 8px;
        background-color: rgb(96, 116, 124);
        color: white;
        font-weight: 600;
    }

    .snapshotwidget .widget-body {
        background: white;
        border-radius: 0;
        border-width: 1px 1px 2px;
        border-style: solid;
        border-top: none;
        border-right-color: #60747c !important;
        border-bottom-color: #60747c !important;
        border-left-color: #60747c !important;
        margin-bottom: 20px !important;
    }

    .snapshotwidget section {
        margin-bottom: 7px;
    }

    .snapshotwidget .title {
        font-size: 14px;
    }

    .snapshotwidget hr {
        width: 98%;
        margin: 8px auto;
    }

        .snapshotwidget hr.hr-hidden {
            visibility: hidden;
            margin: 0 0 5px 0;
        }
    .snapshotwidget table {
        border-radius: 0px;
    }
    .snapshotwidget table tr td{
        border: 1px solid #dddddd !important;
    }