﻿
@import url(https://fonts.googleapis.com/css?family=Lato:400,300italic,400italic,700,700italic);
/*header*/
body {
    background-color: #f8f8f8;
    font-size: 16px;
    font-family: Arial,Verdana, sans-serif;
}

.btn-simple {
    font-weight: 500;
    font-size: 15px;
}

.top_banner {
    background: url('../images/dentalcampus.jpg') center no-repeat;
    background-color: #f8f8f8;
    /*height: 282px;*/
    max-height: 282px;
    height: 10%;
    position: relative;
    background-size: 100% 100%;
}

    .top_banner.img2 {
        background: url('../images/lecture.jpg') center no-repeat;
        background-size: 100% 100%;
    }

    .top_banner.img3 {
        background: url('../images/exams.jpg') center no-repeat;
        background-size: 100% 100%;
    }

    .top_banner img {
        visibility: hidden;
    }

nav {
    background: #d8b67a;
}

    nav .menu a {
        color: #000;
        font-weight: normal;
    }

        nav .menu a:focus {
            text-decoration: none;
        }

    nav .menu .active a {
        color: #fff;
        background: #493f35;
    }

    nav .menu li:hover a {
        background: #493f35;
        color: #fff;
    }

    nav .menu a {
        font-size: 16px;
        padding: 13px 48px 12px;
    }

    nav .menu li:first-of-type a {
        margin-right: 19px;
        padding: 13px 25px 15px;
    }

.module-parts {
    margin-top: 16px;
    display: inline;
    float: right;
}

    .module-parts > ul {
        display: inline-block;
        margin-top: 35px;
        position: absolute;
        width: 634px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -204%;
    }

    .module-parts .dropdown {
        display: inline-block;
        margin-top: 10px;
        padding: 6px 4px 0 0;
    }

        .module-parts .dropdown a {
            color: #d3ad6f;
            text-decoration: none;
            font-size: 16px;
        }

        .module-parts .dropdown #dLabel {
            padding: 12px 73px 12px 74px;
            color: #fff;
            background-color: #d3ad6f;
            position: relative;
        }

#caret {
    position: absolute;
    top: 13px;
    right: 12px;
    font-size: 38px;
    line-height: 17px;
}

.module-parts .dropdown li {
    display: list-item;
    margin-left: 0;
    padding: 5px 0 4px;
}

    .module-parts .dropdown li:nth-child(2) {
        margin-left: 0;
    }

    .module-parts .dropdown li:hover {
        background: none;
    }

        .module-parts .dropdown li:hover a {
            color: #262626;
        }

.module-parts .dropdown #dLabel:hover {
    background: #fff;
    color: #27282d;
}

.module-parts .dropdown-submenu a {
    color: #d3ad6f;
    text-decoration: none;
    /*font-weight: bold;*/
    font-weight: 500;
    font-size: 16px;
    padding: 3px 20px;
}

.module-parts li {
    background-color: #fff;
    color: #27282d;
    display: inline;
    padding: 14px 0 12px;
}

    .module-parts li a {
        font-size: 16px;
        padding: 15px 81px 12px 74px;
    }

        .module-parts li a:focus {
            text-decoration: none;
        }

    .module-parts li:nth-child(2) {
        margin: 6px;
    }

    .module-parts li:hover {
        background-color: #d3ad6f;
    }

        .module-parts li:hover a {
            color: #fff;
        }

.module-parts .active {
    background-color: #d3ad6f;
}

    .module-parts .active a {
        color: #fff;
    }

.nav_btns {
    display: initial;
    margin-right: 30px;
    margin-top: 0;
}

    .nav_btns li.header_btns_li + li.header_btns_li:before {
        background: none;
        border-right: 1px solid #dde2e4;
        height: 44px;
    }

    .nav_btns a {
        margin-top: 5px;
    }

.icon_profile_white {
    background: url(../images/icon_profile_white.png) center no-repeat;
    background-size: 25px 25px;
}

.icon_admin_white {
    background: url(../images/icon_admin_white.png) center no-repeat;
    background-size: 25px 25px;
}

.icon_logout_white {
    background: url(../images/icon_logout_white.png) center no-repeat;
    background-size: 23px 25px;
}

.icon_home {
    background: url(../images/home-icon3.png) center no-repeat;
    background-size: 20px 16px;
    display: block;
    width: 23px;
    height: 16px;
    text-indent: -99999px;
}

#menu .home:hover .icon_home {
    background: url(../images/home-icon2.png) center no-repeat;
    background-size: 20px 16px;
}

#menu .home.active .icon_home {
    background: url(../images/home-icon2.png) center no-repeat;
    background-size: 20px 16px;
}

.partsMenu {
    display: none;
    position: absolute;
    top: 151%;
    background: #fff;
}

.dropdown-menuParts li {
    display: list-item;
}

    .dropdown-menuParts li:nth-child(2) {
        margin: 0;
    }

    .dropdown-menuParts li a {
        padding: 15px 64px 12px 64px;
    }

.slicknav_nav a:hover {
    background: #493f35;
}

.slicknav_btn {
    background-color: #493f35;
}

.slicknav_nav .home:hover .icon_home, .slicknav_nav .home.active .icon_home {
    background: url(../images/home-icon2.png) center no-repeat;
    background-size: 20px 16px;
}

.slicknav_nav li.active a {
    color: #fff;
    background: #493f35;
}

/*end header*/

/*Announcements/home*/
#annoucementContainer {
    background-color: #fff;
    padding-left: 16px;
}

.mainAnnouncements {
    padding-top: 12px;
}

.posts_list .post {
    padding-bottom: 31px;
    padding-right: 76px;
}

.add-announcement.btn-courses, .allmessage .btn-courses {
    background-color: #f7f7f7;
    padding: 3px 15px;
}

    .add-announcement.btn-courses:hover {
        color: #747474;
    }

.deleteAnnouncement {
    float: right;
}

.course_title, .course_objectives {
    background-color: #fff;
    margin-bottom: 12px;
    padding-left: 28px;
}

    .course_title h1 {
        color: #000;
        font-size: 24px;
        padding: 26px 0px 1px 0px;
    }

    .course_title p {
        color: #494949;
        font-size: 16px;
        padding-bottom: 21px;
    }

    .course_objectives h2 {
        color: #000;
        font-size: 22px;
        margin-bottom: 36px;
        padding-top: 29px;
        position: relative;
    }

        .course_objectives h2:before {
            border-bottom: 1px solid #000;
            content: "";
            bottom: -17px;
            position: absolute;
            width: 148px;
        }

    .course_objectives ul {
    }

    .course_objectives li {
        color: #000;
        font-size: 16px;
        padding-bottom: 14px;
    }

    .course_objectives .fa-circle {
        color: #494949;
        font-size: 8px;
        margin-right: 8px;
        position: relative;
        bottom: 3px;
    }

.instruction {
    font-size: 22px;
    float: left;
    position: relative;
}

    .instruction:before {
        border-bottom: 1px solid #879999;
        content: "";
        bottom: -17px;
        position: absolute;
        width: 159px;
        left: 0;
    }

.add-announcement {
    float: right;
}

.announcement-head {
    margin-bottom: 25px;
    padding: 30px 25px 5px 12px;
}

.posts_list .post_meta .date {
    font-size: 14px;
    color: #879999;
}

.posts_list .post_meta .author {
    color: #7c7671;
    font: 600 16px Arial;
}

.post_content .title {
    color: #9a8d77;
}

.posts_list {
    border-top: none;
}

.suggestions {
    background-color: #fff;
    margin-top: 12px;
    padding: 50px 30px 27px 28px;
    position: relative;
}

    .suggestions:after {
        content: '+';
        color: #a7b4b4;
        font-size: 29px;
        position: absolute;
        right: 19px;
        top: -2px;
    }

    .suggestions h2 {
        color: #000;
        font-size: 22px;
        margin-bottom: 45px;
        position: relative;
    }

        .suggestions h2:before {
            border-bottom: 1px solid #000;
            content: "";
            bottom: -22px;
            position: absolute;
            width: 148px;
            left: 0px;
        }

.suggestion-box {
    border: 1px solid #d8d8d8;
    padding: 9px;
    text-align: center;
}

.suggestion-desc {
    padding: 10px 10px 20px;
    text-align: left;
}

    .suggestion-desc h3 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .suggestion-desc h3, .suggestion-desc p {
        color: #000;
    }

.btn-suggestion {
    background-color: #398ec4;
    border-radius: 6px;
    border-color: #378abe;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 3px 29px 0 0;
}

    .btn-suggestion .icon9 {
        border-right: 1px solid #4192c6;
        background-color: #388bc0;
        padding: 10px 14px 10px;
        margin-right: 18px;
    }

    .btn-suggestion:hover {
        background-color: #398ec4;
    }

    .btn-suggestion:focus {
        color: #fff;
    }

#annoucementContainer h2 {
    padding-bottom: 13px;
    padding-left: 12px;
}

.goToLectureButton {
    text-align: right;
    padding: 0 10px 0 0;
}

/*sidebar*/
.sidebar {
    padding-left: 0;
}

    .sidebar .widget {
        background-color: #fff;
        margin-bottom: 15px;
    }

        .sidebar .widget:after {
            content: none;
        }

        .sidebar .widget:before {
            content: '+';
            color: #a7b4b4;
            font-size: 29px;
            position: absolute;
            right: 17px;
            top: 17px;
            line-height: 15px;
        }

.widget .widget-title {
    border-bottom: none;
    color: #000;
    font-size: 22px;
    margin-bottom: 33px;
    text-transform: uppercase;
    padding-left: 12px;
    padding-top: 28px;
    position: relative;
}

    .widget .widget-title:before {
        border-bottom: 1px solid #000;
        bottom: -1px;
        content: "";
        left: 15px;
        position: absolute;
        width: 148px;
    }

.widget_instructors img {
    height: 53px;
    margin-right: 14px;
    margin-bottom: 7px;
    width: 53px;
}

.widget_instructors li a {
    cursor: pointer;
}

.sidebar .widget_colleagues, .sidebar .widget_instructors, .sidebar .widget_schedule, .sidebar .widget_objectives, .sidebar .widget-chart {
    padding: 25px 22px 17px 25px;
}

.widget-chart .widget-title {
    padding-bottom: 17px;
}

.widget-chart .pie-chart-title {
    color: #000;
    font-size: 16px;
    margin-top: 30px;
    height: inherit;
}

.chart {
    margin-top: 22px;
}

.widget-chart .widget-title:before {
    width: 139px;
}

.widget .fa-circle {
    bottom: 3px;
    font-size: 8px;
    margin-right: 14px;
    position: relative;
}

.widget_schedule .posts_list {
    margin-bottom: 5px;
}

.today_events {
    padding-left: 25px;
    padding-right: 20px;
}

.ui-datepicker-inline.ui-datepicker {
    background-color: #fff;
}

.more_events {
    color: #aa8e5e;
    text-align: center;
    margin: 46px 0 0 0;
}

.allMessage .btn-courses {
    background-color: #f7f7f7;
}

    .allMessage .btn-courses:hover, .discussion-set .btn-courses:hover {
        color: #747474;
        background-color: #f7f7f7;
    }

.event_date {
    display: inline-block;
    min-width: 88px;
}

.widget_schedule .btn-courses {
    margin-top: 10px;
    padding-left: 13px;
}

.widget_colleagues .allMessage .btn-courses {
    font-size: 13px;
    margin-top: 10px;
}

#datepicker3 .ui-datepicker .ui-state-active {
    background: #d8b67a;
}

#datepicker4 .ui-datepicker .ui-state-active {
    background: #d8b67a;
}

.popup h3 {
    color: #ac9b86;
}

.chat-window, .chat-window p {
    border-color: #d8b67a;
}

#datepicker3edit .ui-datepicker .ui-state-active, #datepicker4edit .ui-datepicker .ui-state-active {
    background: #d8b67a;
}

.chat-window {
    margin-top: 11px;
}

/*Lecture*/
.divider {
    display: none;
}

.lectrue-description-top {
    color: #494949;
    font-size: 16px;
    border-bottom: 1px solid #9a885e;
    margin-bottom: 12px;
    padding: 0 0 15px 10px;
}

.lecture-videos {
    background-color: #fff;
    margin-bottom: 18px;
    padding: 34px;
    padding-bottom: 10px;
}

    #lecturesContainer h4, .lecture-videos h3 {
        color: #398ec4;
        font-weight: 500;
    }

.toggle-title {
    background: url(../images/icon-plus.png) 17px center no-repeat;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 44px;
    padding: 0px 38px 0px 42px;
    position: relative;
}

.toggle-section {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin-bottom: 5px;
    border-bottom: transparent;
}

    .toggle-section .grade {
        float: none;
    }

    .toggle-section.active .toggle-title {
        background: url(../images/icon-minus.png) 17px center no-repeat;
        color: #ac9b86;
    }

    .toggle-section.active {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 9px;
    }

.toggle-title:before {
    background: url(../images/brown-doc.png) no-repeat center;
    content: "";
    position: absolute;
    right: 20px;
    top: 8px;
    height: 27px;
    width: 13px;
}

.toggle-title.videoIcon:before {
    background: url(../../../Content/Images/video.png) no-repeat center;
    content: "";
    position: absolute;
    right: 16px;
    top: 8px;
    height: 25px;
    width: 17px;
    background-size: 100% auto;
}


.toggle-title > span, .toggle-title > h4 {
    border-left: 1px solid #e8e8e8;
    padding: 11px 2px 11px 30px;
    display: inline-block;
}

.toggle-title > h4 {
    padding: 13px 2px 13px 30px;
}

.toggle-title.doneSection:before {
    background: none;
    background-color: #398ec4;
    color: #fff;
    font-size: 21px;
    height: 29px;
    left: inherit;
    right: 12px;
    top: 8px;
    width: 29px;
    content: "\f00c";
}

.toggle-title.lockedContent:before {
    background: none;
}

.toggle-title .iconStep {
    display: none;
}

.toggle-cont {
    padding-bottom: 45px;
    padding-left: 49px;
    padding-right: 49px;
}

.toggle-section .text {
    border-bottom: none;
}

.locked .toggle-title {
    color: #979797;
    background: none;
    cursor: default;
    padding: 14px 38px 14px 18px;
    position: relative;
}

    .locked .toggle-title span {
        border: none;
        padding: 0;
    }

.btn-courses {
    border-radius: 6px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
    padding-right: 13px;
    padding-left: 0;
    border: 1px solid #e9e9e9;
    display: inline-block;
    text-align: right;
    margin-left: 10px;
    float: right;
    font-size: 13px;
    background-color: #398ec4;
    color: #747474;
}

#AssessmentsContainer .btn-courses {
    float: none;
    margin-left: 0px;
}

.btn-courses:active {
    box-shadow: 0px 2px 4px 0px rgba(233,233,233,1) inset;
}

.lecture-videos .btn-courses, #AssessmentsContainer .btn-courses {
    background-color: #f7f7f7;
    color: #747474;
    font-size: 16px;
    padding: 3px 13px 3px 0;
}

    .lecture-videos .btn-courses .icon9, #AssessmentsContainer .btn-courses .icon9 {
        background-color: #f2f2f2;
        padding: 9px 14px 11px;
    }

#gotoexamButton {
    float: right;
}

    #gotoexamButton .icon9 {
        background-color: inherit;
    }

.toggle-title {
    border-radius: 6px;
}

.toggle-section.active .toggle-title {
    border-radius: 0;
}

.lecture-videos #gotoexamButton {
    margin-top: 10px;
}

.toggle-cont .text h3 {
    color: #ac9b86;
}


/*Exams*/
.text-section {
    background-color: #fff;
    padding: 34px;
}

    .text-section h2 {
        color: #ac9b86;
    }

#AssessmentsContainer .toggle-title:before {
    content: none;
}

#AssessmentsContainer .toggle-cont {
    padding-bottom: 0;
}

/*Student's forum*/
.discussion-set .list li .comments-count .glyphicon {
    color: #398ec4;
}

.thread-buttons .btn-courses {
    background-color: #f7f7f7;
}

.discussion-set .top .btn-simple {
    padding: 5px 15px;
}

.discussion-set .top h3 {
    color: #475055;
    font-size: 24px;
    line-height: inherit;
    margin: 7px 0 0 28px;
}

.discussion-set .top img {
    display: none;
}

.discussion-doc {
    background: url(../images/icon-doc-blue.png) no-repeat center;
    background-color: #398ec4;
    display: inline-block;
    float: left;
    height: 40px;
    margin-left: 16px;
    width: 40px;
}

.discussion-set .top {
    padding-left: 0;
}

.tabs-btns {
    display: none;
}

#searchDiscussionBtn, #newDiscussionSetBtn {
    background-color: #f7f7f7;
}

.search-widget {
    background-color: #fff;
    border-bottom: none;
    margin-bottom: 16px;
    padding: 7px 18px;
}

    .search-widget .btn-courses {
        background-color: #f7f7f7;
        border-color: #efefef;
        height: 41px;
        font-size: 13px;
        color: #747474;
        font-weight: 600;
    }

.upcomming-course {
    background-color: #eeeeee;
    margin-bottom: 16px;
    padding-bottom: 13px;
}

    .upcomming-course h2 {
        color: #ac9b86;
        font-size: 25px;
        margin: 10px 0 10px 24px;
    }

    .upcomming-course span {
        font-size: 18px;
        margin-left: 24px;
    }

.select-forum-photo {
    margin-bottom: 10px;
}

    .select-forum-photo span {
        color: #a3abaf;
        display: inline-block;
        background-color: #fff;
        text-align: center;
        font-size: 18px;
        padding: 10px;
        width: 100%;
    }

        .select-forum-photo span.active {
            background-color: #eeeeee;
            color: #000;
        }

.student-forum {
    padding-right: 8px;
}

.student-photos {
    padding-left: 7px;
}

#resetBtn {
    display: none;
}

.btn-courses .icon9 {
    border-right: 1px solid #4192c6;
    border-color: #efefef;
    padding: 11px 14px 13px;
    margin-right: 18px;
}

#searchTerm {
    border-radius: 7px;
    margin-top: 3px;
}

.search-widget input[type="text"]::-webkit-input-placeholder {
    color: #c1aa76;
}

.search-widget input[type="text"]::-moz-placeholder {
    color: #c1aa76;
}

.search-widget input[type="text"]::-ms-input-placeholder {
    color: #c1aa76;
}

.search-input {
    position: relative;
}

    .search-input .glyphicon-search {
        color: #b2b9bd;
        font-size: 15px;
        position: absolute;
        right: 31px;
        top: 12px;
    }

#searchDiscussionBtn {
    margin-left: 0px;
    min-width: 168px;
    padding-right: 2px;
    padding-left: 0px;
    text-align: left;
}

    #searchDiscussionBtn .icon9 {
        margin-right: 33px;
    }

#newDiscussionSetBtn {
    padding-top: 3px;
}

    #searchDiscussionBtn:focus, #newDiscussionSetBtn:focus {
        outline: none;
    }

.assesment-head {
    border-bottom: 1px solid #9a885e;
    padding-bottom: 10px;
}

    .assesment-head p {
        color: #494949;
        font-size: 16px;
        margin-bottom: 3px;
    }

.text-section .exam-for-course {
    font-size: 22px;
    color: #398ec4;
    margin-top: 23px;
    margin-bottom: 9px;
}

.forum-topic.discussion-set .top .btn-simple:hover {
    background-color: #d3ad6f;
}

.modal-footer .btn-danger {
    background-color: #d3ad6f;
    border-color: #d3ad6f;
}

.forum-topic .btn-simple.alt, .text-section .btns .btn-simple.alt {
    background-color: #d3ad6f;
}

.text-section .btns .btn-simple.alt {
    margin-top: 17px;
}

.btn-danger:active:focus {
    background-color: #d3ad6f;
    border-color: #d3ad6f;
}

.discussion-set .list li .info span.author, .discussion-set.forum-topic h4 span.author, .shelf .item p span, .gallery-by .gallery-by-author {
    color: #398ec4;
}

.text-section h2.noModuleMessage {
    color: #ac9b86;
    float: none;
}

/*footer*/
#footer {
    background: #2C353C;
    color: #FFFFFF;
    font-size: 12px;
    padding-top: 30px;
}

    #footer h4 {
        font-size: 1.2em;
        margin-bottom: 6px;
        margin-top:10px;
    }

.footer_list {
    padding-top: 15px;
    margin-top: 2px;
}

#footer ul {
    list-style: none;
}


    .footer_list li a::before {
        background-attachment: scroll;
        background-color: transparent;
        background-image: url("../images/arrow.png");
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        filter: none;
        height: 16px;
        width: 12px;
        margin-bottom: -8px;
    }

.social-icons-wrapper {
    line-height: 31px;
    margin-top: 15px;
    padding-right: 54px;
}

.footer_rights {
    padding-top: 15px;
}

.social-icons-wrapper a {
    margin-right: 8px;
    width: 24px;
}

/*user profile*/
.patient-history .btn-simple:hover {
    background-color: #d3ad6f;
}

.patient-history .title h2 {
    color: #ac9b86;
}

/*Photos*/
#photosContainerTab .text-section .btns .btn-simple.alt {
    background-color: #f7f7f7;
    border: none;
    color: #747474;
    line-height: 26px;
    margin: 19px 3px 10px 10px;
    padding: 5px 15px;
}

    #photosContainerTab .text-section .btns .btn-simple.alt:hover {
        color: #747474;
        background-color: #f7f7f7;
    }

/*take exam*/
.lectureContent .timer.timer-popup {
    background-color: #d8b67a;
}

.module-parts .forbidden {
    background-color: #DDDDDD;
}

    .module-parts .forbidden:hover {
        background-color: #DDDDDD;
    }

.widget_schedule .btn-courses, .widget_schedule .btn-courses:hover {
    background-color: #f7f7f7;
    color: #747474;
}

.lectureContent .timer-popup.timer .btn-simple.red {
    background-color: #d3ad6f;
}

    .lectureContent .timer-popup.timer .btn-simple.red:hover {
        background-color: #DCBE8D;
    }

.assessment-popup .btn-simple.red {
    background-color: #d3ad6f;
}

    .assessment-popup .btn-simple.red:hover {
        background-color: #DCBE8D;
    }


/*Log In*/
#bg-image {
    background: url(../images/bg2.jpg) center no-repeat;
    background-size: 100% 100%;
}

.login-widget input[type="submit"], .reset-password-widget input[type="submit"] {
    background: #d8b67a;
}

#logoutForm {
    display: none;
}

/*forgot password*/
.forgot {
    margin-top: 123px;
    text-align: center;
}

    .forgot h2, .forgot p {
        font-size: 29px;
        color: #fff;
        line-height: 1em;
    }
/******************************************************************************************************************/
/************************************************* New Style *****************************************************/
/****************************************************************************************************************/
/*@font-face {
    font-family: 'Lato Regular';
    src: url('../font/Lato-Regular.ttf');
}

@font-face {
    font-family: 'Lato Black';
    src: url('../font/Lato-Black.ttf');
}

@font-face {
    font-family: 'Lato Bold';
    src: url('../font/Lato-Bold.ttf');
}

@font-face {
    font-family: 'Lato Light';
    src: url('../font/Lato-Light.ttf');
}

@font-face {
    font-family: 'Lato Italic';
    src: url('../font/Lato-Italic.ttf');
}*/

@font-face {
    font-family: 'icomoon';
    src: url('../font/icomoon.eot?juirrt');
    src: url('../font/icomoon.eot?juirrt#iefix') format('embedded-opentype'), url('../font/icomoon.ttf?juirrt') format('truetype'), url('../font/icomoon.woff?juirrt') format('woff'), url('../font/icomoon.svg?juirrt#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-user, .icon-cart {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .icon-user:before {
        content: "\e900";
    }

    .icon-cart:before {
        content: "\e901";
    }

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font: 400 1.4rem 'Lato';
    padding-top: 0;
    padding-bottom: 0;
    background: #f2f2f2;
    /*background: -moz-linear-gradient(top, rgba(232,231,229,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,1) 78%, rgba(232,231,229,1) 90%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,231,229,1)), color-stop(11%, rgba(255,255,255,1)), color-stop(78%, rgba(255,255,255,1)), color-stop(90%, rgba(232,231,229,1)));
    background: -webkit-linear-gradient(top, rgba(232,231,229,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,1) 78%, rgba(232,231,229,1) 90%);
    background: -o-linear-gradient(top, rgba(232,231,229,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,1) 78%, rgba(232,231,229,1) 90%);
    background: -ms-linear-gradient(top, rgba(232,231,229,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,1) 78%, rgba(232,231,229,1) 90%);
    background: linear-gradient(to bottom, rgba(232,231,229,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,1) 78%, rgba(232,231,229,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e7e5', endColorstr='#e8e7e5', GradientType=0 );*/
}

.body-background {
    background: -moz-linear-gradient(top, rgba(232,231,229,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,1) 78%, rgba(232,231,229,1) 90%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,231,229,1)), color-stop(11%, rgba(255,255,255,1)), color-stop(78%, rgba(255,255,255,1)), color-stop(90%, rgba(232,231,229,1)));
    background: -webkit-linear-gradient(top, rgba(232,231,229,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,1) 78%, rgba(232,231,229,1) 90%);
    background: -o-linear-gradient(top, rgba(232,231,229,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,1) 78%, rgba(232,231,229,1) 90%);
    background: -ms-linear-gradient(top, rgba(232,231,229,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,1) 78%, rgba(232,231,229,1) 90%);
    background: linear-gradient(to bottom, rgba(232,231,229,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,1) 78%, rgba(232,231,229,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e7e5', endColorstr='#e8e7e5', GradientType=0 );
    padding: 15px 0;
}

ul {
    list-style: none;
    padding-left: 0;
}

/***********************************************/
/****************** Fonts *********************/
/***********************************************/

header .nav li a, header .nav li .btn, .mobile-text {
    font-weight: 700;
    font-size: 1.4rem;
    font-family: 'Lato';
}

header .nav li .fa, header .icon-user, header .icon-cart {
    font-size: 2rem;
}

header .icons-nav .dropdown-menu a {
    font-weight: 700;
    font-size: 1.2rem;
    font-family: 'Lato';
}

footer h4 {
    font-weight: 700;
    font-size: 1.4rem;
}

footer a, footer span, footer p {
    font-weight: 400;
    font-size: 1.4rem;
    font-family: 'Lato';
}

footer p {
    font-weight: 400;
    font-size: 1.2rem;
}

footer a {
    font-size: 1.2rem;
}

footer .fa-angle-double-right {
    font-size: 1.4rem;
}

.fa-search {
    font-size: 1.6rem;
}

.search input {
    font-size: 1.6rem;
    font-family: 'Lato';
}

.side-menu {
    font-size: 1.4rem;
}

.breadcrumb {
    font-family: 'Lato';
    font-size: 1.2rem;
}

    .breadcrumb .fa-home {
        font-size: 1.2rem;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato';
    font-weight: 700;
}

h1 {
    font-size: 2.8rem;
}

p {
    font-size: 1.5rem;
    font-family: 'Lato';
}

h3 {
    font-size: 1.8rem;
}

header .icons-nav li a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}


a.tip span.hover-tip {
    font-family: 'Lato';
    font-size: 1.4rem;
}

span {
    font-family: 'Lato';
    font-size: 1.4rem;
}

h1 span {
    font-family: inherit;
    font-size: inherit;
}

.fa-clock-o {
    font-size: 1.5rem;
}

header .icons-nav li .font-smaller {
    font-size: 1.5rem;
    line-height: 2.3rem;
}

nav .menu a {
    font-size: 1.6rem;
    font-family: 'Lato';
    font-weight: 700;
}

.menu-description {
    font-size: 1.6rem;
}

.course_title h1 {
    font-size: 2.8rem;
}

.course_objectives h2 {
    font-family: 'Lato';
    font-size: 2rem;
}

.course_title p {
    font-size: 1.6rem;
}

.course_objectives li {
    font-family: 'Lato';
    font-size: 1.5rem;
}

.instruction, .suggestions h2, .widget .widget-title {
    font-family: 'Lato';
    font-size: 2rem;
}

.suggestion-desc h3 {
    font-family: 'Lato';
    font-size: 1.6rem;
    font-weight: 700;
}

.widget span {
    font-size: 1.6rem;
}

.widget_colleagues ul li {
    font-size: 1.4rem;
}

.fa-check {
    color: #398ec4;
    font-size: 1.4rem;
    padding-right: 13px;
}

.course-parts a {
    font: 400 1.6rem 'Lato';
}

.course-section {
    font-weight: 700;
    font-size: 1.6rem;
}

.c-name {
    font-size: 1.6rem;
}

.no-announcements {
    font: 400 1.4rem 'Lato';
}

.lecture-videos h3 {
    font-size: 3rem;
}

.lectrue-description-top {
    font-size: 1.6rem;
}

#lecturesContainer h4 {
    font-size: 1.8rem;
}

.locked .toggle-title span {
    font-size: 1.2rem;
}

.text-section .exam-for-course {
    font-size: 2.2rem;
}

.widget-chart .pie-chart-title {
    font-size: 1.6rem;
}

.objectives_widget_list li {
    font-size: 1.4rem;
}

.discussion-set .top h3 {
    font-size: 2.4rem;
}

.select-forum-photo span {
    font-size: 1.8rem;
}

.upcomming-course h2 {
    font-size: 2.5rem;
}

.search-widget input[type="text"] {
    font-size: 1.4rem;
}

.btn-xs, .btn-group-xs > .btn {
    font-size: 1.2rem;
}

.discussion-set .list li .title {
    font-size: 1.6rem;
}

.courses-list h2 {
    font: 700 2.4rem 'Lato';
}

.course-link a {
    font-size: 1.4rem;
    font-weight: 700;
}

.course-cme-points, .to-buy .course-price {
    font-weight: 700;
}

.course-title, .course-title a {
    font-size: 1.6rem;
}

.course-preview-container .author span {
    font-weight: 700;
}

.aquire .buy-Course {
    font-size: 1.6rem;
}

.course-price .early-bird, .course-price .normal-price-value, .course-price .early-bird-value {
    font-weight: 700;
}

.course-price .normal-price-value, .course-price .early-bird-value {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

.post_content p,
.post_content div {
    font-size: 1.4rem !important;
}



/***********************************************/
/****************** Header *********************/
/***********************************************/

header {
    background: #ffffff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    font-family: "Lato";
}

    header .nav a, .navbar-nav .btn, header .nav button {
        color: #565a5c;
        text-transform: uppercase;
    }

.about-btn {
    margin-right: 20px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.header .about-btn .more {
    padding: 22px 12px;
}

.header .about-btn .more:before {
    background: #ac9b86;
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    transition: all .3s linear;
    bottom: 0;
    left: 0;
    width: 0;
}

.header .about-btn .more:hover:before {
    right: 0;
    width: 100%;
}

    header > .navbar {
        border-bottom: 0;
    }

header .nav-menu {
    position: relative;
}

header .nav-menu li {
    position: unset;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.spacer {
    flex-grow: 1;
}

.navbar {
    margin-bottom: 0;
}

header .navbar-right {
    margin-top: 5px;
}

.navbar-nav .btn, .navbar-nav li a:focus, .navbar-nav li .btn:focus, .navbar-nav li .btn:active {
    background: none;
    border: none;
    box-shadow: none;
}

.navbar-nav li.active a, .navbar-nav li.active .btn, .navbar-nav li:hover a, .navbar-nav li:hover.btn {
    background: none;
    color: #ac9b86;
}

    .navbar-nav li.active .btn .caret {
        border-top-color: #ac9b86;
        border-bottom-color: #ac9b86;
        position: relative;
        top: -1px;
    }

header .top-menu li:hover,
header .top-menu li.active {
}

header .navbar-nav > li > a {
    padding-bottom: 20px;
    position: relative;
}

header .top-menu .language-dropdown li {
    margin: 0;
    padding: 0;
}

    header .top-menu .language-dropdown li a {
        text-align: center;
    }

header .top-menu .home-icon {
    margin-top: 3px;
}

header .top-menu .home-icon a {
    padding: 21px 12px;
}

header .top-menu li {
    margin-top: 6px;
    padding: 0 8px 0;
}

.navbar-nav > li > a {
    padding: 0;
}

.join-now-container a, .login-container a {
    display: block;
}

header .nav li .fa, header [class*="icon-"] {
    padding-left: 18px;
}

.nav .caret-font {
    /*border-top-color: #565a5c;
    border-bottom-color: #565a5c;*/
    position: absolute;
}

.icons-nav li:hover .caret {
    border-top-color: #ac9b86;
    border-bottom-color: #ac9b86;
}

.fa-font {
    position: relative;
}

header .logo {
    font-size: inherit;
    float: none;
    margin: 0;
}

.caret-font-smaller {
    top: 5px;
    right: -4px;
}

.caret-font-upper {
    border-top: 0 dotted;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    border-left: 4px solid transparent;
    top: 1px;
    right: -3px;
}

.icons-nav {
    padding-left: 17px;
}

    .icons-nav .dropdown .icon-user {
        color: #565a5c;
    }

    .icons-nav .dropdown #user-account-btn:hover .icon-user {
        color: #ac9b86;
    }

header .icons-nav li a {
    padding: 0;
}

navbar-right .icons-nav li button {
    background: none;
    border: none;
}

.navbar-right .icons-nav li a:hover, .navbar-right .icons-nav li button:hover {
    color: #ac9b86;
    background: inherit;
}


.icons-nav a:hover .caret-font {
    border-top-color: #ac9b86;
    border-bottom-color: #ac9b86;
}

.search {
    background: #fff;
    padding-top: 17px;
    padding-bottom: 18px;
    text-align: center;
    /*box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.1) inset;*/
    border-bottom: 1px solid #fff;
}

    .search input {
        border: 1px solid #ebebeb;
        box-shadow: none;
        color: #cccccc;
        min-width: 545px;
        height: 40px;
        padding: 0 12px 0 14px;
        box-sizing: border-box;
    }

        .search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #cccccc;
        }

        .search input::-moz-placeholder { /* Firefox 19+ */
            color: #cccccc;
        }

        .search input:-ms-input-placeholder { /* IE 10+ */
            color: #cccccc;
        }

        .search input:-moz-placeholder { /* Firefox 18- */
            color: #cccccc;
        }

    .search .input-group {
        max-width: 583px;
        margin: 0 auto;
    }

    /*.search .input-group-btn:last-child > .btn {
        background: #ac9b86;
        border-radius: 4px;
        border: none;
        color: #fff;
        padding: 0.8rem 16px 0.8rem;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }*/

    .search .input-group-btn:last-child > .btn {
        background: #d0bca4;
        background: -moz-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #d0bca4), color-stop(100%, #ac9b86));
        background: -webkit-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
        background: -o-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
        background: -ms-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
        background: linear-gradient(#d0bca4,#ac9b86);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e1d3", endColorstr="#aea38f", GradientType=0);
        font-size: 1.6rem;
        height: 40px;
        font-weight: 700;
        padding: 8px 35px;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        text-transform: initial;
        color: #fff;
    }

        .search .input-group-btn:last-child > .btn:active,
        .search .input-group-btn:last-child > .btn:focus,
        .search .input-group-btn:last-child > .btn:hover {
            background: #d0bca4;
            background: -moz-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, #ac9b86), color-stop(100%, #d0bca4));
            background: -webkit-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
            background: -o-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
            background: -ms-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
            background: linear-gradient(#ac9b86,#d0bca4);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac9b86", endColorstr="#d0bca4", GradientType=0);
            outline: none;
            color: #fff;
        }

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
}

input::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
}

input:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
}

input:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}

.breadcrumb {
    background: none;
    color: #9e9e9e;
    padding-left: 0;
    padding-top: 0;
}

    .breadcrumb ul > li:not(:last-child)::after {
        content: ' /';
        padding-left: 4px;
    }

    .breadcrumb li {
        display: inline-block;
        padding: 0 4px;
    }

.navbar-toggle .icon-bar {
    background-color: #565a5c;
}

.side-menu .navbar-toggle {
    float: left;
}

.mobile-text {
    padding-top: 5px;
    line-height: 23px;
}

header .dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
}

header li .dropdown .dropdown-menu li a {
    padding: 11px 14px;
}

    header li .dropdown .dropdown-menu li a:hover {
        background: #ac9b86;
        color: #fff;
    }


.search .input-group-btn {
    display: table-cell;
}

.search .fa-search {
    display: none;
}

.navbar {
    border: 0;
    min-height: 10px;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .top-menu > li > a:before,
    .top-menu > li > a:before {
        background: #ac9b86;
        content: '';
        display: block;
        height: 4px;
        position: absolute;
        transition: all .3s linear;
        bottom: 0;
        left: 0;
        width: 0;
    }

    .top-menu > li.active > a {
        color: #ac9b86
    }

    .top-menu > li.active > a:before,
    .top-menu > li:hover > a:before {
        right: 0;
        width: 100%;
    }
}

/*******************Checkbox and hover messages************************/

button.tip {
    border: none;
    background: none;
}

    button.tip:focus {
        outline: none;
    }

a.tip, button.tip {
    text-decoration: none;
}

    a.tip:hover, button.tip:hover, .lesson-status {
        position: relative;
    }

        a.tip span.hover-tip,
        button.tip span.hover-tip,
        .lesson-status label + span.hover-tip,
        .register-button + .hover-tip,
        #google_translate_element + .hover-tip {
            display: none;
        }

        a.tip:hover span.hover-tip,
        button.tip:hover span.hover-tip,
        .lesson-status label:hover + span.hover-tip,
        .register-button:hover + .hover-tip,
        #google_translate_element:hover + .hover-tip {
            background: #393939;
            border-radius: 3px;
            color: #ffffff;
            display: block;
            padding: 16px 17px 15px 16px;
            text-transform: initial;
            position: absolute;
            right: 0;
            top: 100%;
            z-index: 20;
            white-space: nowrap;
        }

        .lesson-status label:hover + span.hover-tip {
            right: -62px;
            top: -55px;
        }

li .dropdown .dropdown-menu li a {
    color: #565a5c;
}

    li .dropdown .dropdown-menu li a:hover {
        color: #ac9b86;
    }

nav {
    background: none;
}

    nav .menu li {
        background: #ac9b86;
        margin-right: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        width: 25%;
        padding-left: 23px;
        padding-bottom: 12px;
        border-right: 4px solid #fff;
        height: 5rem;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    }

        nav .menu li:last-of-type {
            border-right: none;
        }

    nav .menu a {
        background: none;
        color: #fff;
        padding: 16px 5px 2px 0;
    }

    nav .menu li:first-of-type a {
        margin: inherit;
        padding: 13px 5px 2px 0;
    }

    /*nav .menu li:first-of-type {
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    }*/

    nav .menu li.active {
        background: #fff;
        /*border-right: #e5e5e5;
        border-left: 1px solid #e5e5e5;*/
        position: relative;
    }

        nav .menu li.active:before {
            content: "";
            width: 102%;
            border-bottom: 3px solid #398ec4;
            position: absolute;
            left: 0;
            bottom: 0;
        }

    nav .menu li:last-of-type.active:before {
        width: 100%;
    }

    nav .menu li:first-of-type.active {
        border-left: none;
    }

    nav .menu li:hover {
        background: #fff;
    }

        nav .menu li:hover a {
            background: none;
            color: #ac9b86;
        }

    nav .menu .active a {
        background: none;
        color: #ac9b86;
    }

.menu-description {
    color: #9a9fa2;
    display: block;
    text-align: left;
    font-weight: 400;
}

.search .input-group .form-control, .search .input-group-btn {
    z-index: 1;
    -webkit-appearance: none;
}

#user-account-btn {
    cursor: pointer;
}

.search .btn-default:hover {
    background: #398ec4;
    color: #fff;
}

/***********************************************/
/****************** Footer *********************/
/***********************************************/

.footer_list li a::before {
    content: none;
}

#footer {
    background: #2C353C;
    color: #FFFFFF;
    padding: 10px 0 0;
    border-top: 1px solid #fff;
}

footer h4, footer span {
    color: #ffffff;
}

footer a {
    color: #9BA0A3;
}

footer h4 {
    margin-bottom: 6px;
    color: #ffffff;
}
footer-row {
    margin: 0 60px;
    padding-bottom: 10px;
}

.footer-logo-container {
    position: relative;
}

.footer-logo-container img {
    position: absolute;
    left: -62px;
    height: 16px;
}

.footer_list {
    padding-top: 15px;
    margin-top: 2px;
}

.footer_list {
    padding-top: 12px;
    margin-top: 2px;
}

.footer_list ul {
    list-style: none;
    padding: 0;
}

.footer_list ul li {
    padding: 8px 0;
}

.footer-row {
    margin: 0 60px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

footer .fa-angle-double-right {
    padding-right: 10px;
}

.footer_rights {
    padding-top: 25px;
    text-align: center;
}

.help-and-social {
    display: block;
    text-decoration: none;
    color: white;
    background: #AC9B86;
    font-size: 1.2rem;
}

.white--text {
    color: white;
}

.change-language {
    margin-right: 10px;
}

.help-and-social .social-icons a {
    margin-left: 40px;
}

.help-and-social .social-icons .linkedin {
    margin-bottom: 2px;
}

.mobile-legal ul {
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
}

.mobile-legal ul li {
    list-style: none;
}

.help-and-social .help-img {
    width: 17px;
    color: white;
    margin-right: 6px;
}

.help-and-social .ask-now {
    display: block;
    text-decoration: none;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 12px 26px;
    margin-left: 24px;
}

#help-modal .modal-dialog {
    left: 0;
}

.social-icons-wrapper {
    line-height: 31px;
    margin-top: 15px;
    padding-right: 54px;
    padding-left: 19px;
}

.social-icons-wrapper a {
    margin-right: 8px;
    width: 24px;
    font-size: 1.2rem;
}

.copyright {
    background: #282C2F;
    color: #83898D;
}

.copyright p {
    padding: 8px 15px;
    margin-bottom: 0;
}

.footer_list span:nth-of-type(2) {
    padding-left: 19px;
}

/***************************** Side bar **********************************/

.main .sidebar {
    float: left;
    margin-top: -50px;
    padding-left: 15px;
    padding-right: 15px;
}

.widget {
    color: #565a5c;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.sidebar .widget:before {
    content: none;
}

.widget .widget-title {
    padding-top: 0;
    text-transform: none;
}

.widget_instructors img {
    height: 65px;
    width: 65px;
    border: 2px solid #ebebeb;
}

.course-parts {
    background: #ac9b86;
}

    .course-parts a {
        display: block;
        color: #fff;
        padding: 22px 6px 2px 33px;
    }

        .course-parts a:last-of-type {
            padding-bottom: 22px;
        }


.sidebar .widget-course-selected {
    padding-bottom: 0;
    padding-top: 2px;
}

.course-section {
    color: #ac9b86;
    margin-bottom: 7px;
    padding: 10px 0px 10px 25px;
}

.c-name {
    color: #565a5c;
    padding-bottom: 18px;
    padding-left: 25px;
    width: 251px;
    margin-bottom: 3px;
}

.phase-border-left {
    border-left: 4px solid #ac9b86;
    margin-left: 2px;
}

.widget span, .no-announcements {
    color: #565a5c;
}

.userList {
    position: relative;
}

    .userList:after {
        content: "\f0e5";
        color: #b9bec1;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 0;
        position: absolute;
        top: 0;
    }

.widget .widget-title {
    padding-left: 0;
}

/******************************* Content ************************************/

.inner {
    padding: inherit;
    margin: 0 auto;
}

.mainAnnouncements {
    padding-top: 0;
}

.course_title, .course_objectives {
    margin-bottom: 0;
}

.main-content {
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.main {
    /*background: #f2f2f2;*/
    background: none;
}

.course_objectives h2:before, .widget .widget-title:before, .instruction:before {
    content: none;
}

.course_title h1 {
    color: #398ec4;
    padding: 36px 0px 7px 0px;
}

.course_title p {
    padding-bottom: 12px;
}

.course_objectives h2, .course_objectives li, .instruction, .suggestions h2, .widget .widget-title,
.suggestion-desc h3, .suggestion-desc p {
    color: #565a5c;
}

    .course_objectives h2, .suggestions h2 .suggestion-desc h3,
    .announcement-head h3 {
        color: #398ec4;
    }

    .suggestions:after, .suggestions h2:before {
        content: none;
    }

.widget_schedule .btn-courses, .widget_colleagues .allMessage .btn-courses {
    min-width: 168px;
    float: none;
    margin: 25px auto 10px;
}

.btn-default {
    text-transform: uppercase;
}

/*.btn-suggestion, .btn-courses, .widget_colleagues a, .add-announcement.btn-courses, .allmessage .btn-courses,
.lecture-videos .btn-courses, #AssessmentsContainer .btn-courses, .lecture-videos .btn-courses:hover, #AssessmentsContainer .btn-courses:hover,
.lectureContent .timer-popup.timer .btn-simple.red:hover, .lectureContent .timer-popup.timer .btn-simple.red {
    text-transform: uppercase;
    color: #0180cf;
    border: 1px solid #0180cf;
    border-radius: 2px;
    background: #fff;
    padding: 12px 27px 11px 27px;
    font: 700 1.4rem 'Lato';
    min-height: 0;
}

    .btn-courses, .widget_schedule .btn-courses, .widget_schedule .btn-courses:hover, .widget_colleagues a,
    .allMessage .btn-courses, .add-announcement.btn-courses, .allmessage .btn-courses, .add-announcement.btn-courses:hover,
    .allMessage .btn-courses:hover, .discussion-set .btn-courses:hover,
    .modal-footer .btn-danger, .modal-footer .btn-danger:active:focus {
        color: #0180cf;
        border-color: #0180cf;
        background: none;
        box-shadow: none;
        outline: none;
        text-transform: uppercase;
    }*/

.btn {
    padding: 8px 12px;
}

/*.btn-suggestion, .btn-courses, .widget_colleagues a, .add-announcement.btn-courses, .allmessage .btn-courses,
.lecture-videos .btn-courses, #AssessmentsContainer .btn-courses,
.lectureContent .timer-popup.timer .btn-simple.red,
.btn-courses, .widget_schedule .btn-courses, .widget_colleagues a,
.allMessage .btn-courses, .add-announcement.btn-courses, .allmessage .btn-courses, .thread-buttons .btn-courses,
.modal-footer .btn-danger,
#searchDiscussionBtn, #newDiscussionSetBtn,
#photosContainerTab .text-section .btns .btn-simple.alt {
    text-transform: uppercase;
    color: #fff;    
    border-radius: 4px;
    background: #398ec4;
    padding: 12px 15px 11px 15px;
    font: 700 1.2rem 'Lato';
    min-height: 0;
    text-align: center;
    border: none;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
    height: inherit;
}



    .btn-simple:hover,
    .lecture-videos .btn-courses:hover, #AssessmentsContainer .btn-courses:hover,
    .lectureContent .timer-popup.timer .btn-simple.red:hover,
    .widget_schedule .btn-courses:hover,
    .add-announcement.btn-courses:hover,
    .allMessage .btn-courses:hover,
    .discussion-set .btn-courses:hover, #searchDiscussionBtn:hover, #newDiscussionSetBtn:hover,
    #photosContainerTab .text-section .btns .btn-simple.alt:hover {
        background: #1ba7fe;
        outline: none;
        color: #fff;
    }

    .modal-footer .btn-danger:active:focus,
    .btn-suggestion:focus,
    .btn-simple:focus,
    .lecture-videos .btn-courses:focus, #AssessmentsContainer .btn-courses:focus,
    .lectureContent .timer-popup.timer .btn-simple.red:focus,
    .widget_schedule .btn-courses:focus,
    .add-announcement.btn-courses:focus,
    .allMessage .btn-courses:focus,
    .discussion-set .btn-courses:focus,
    #searchDiscussionBtn:focus, #newDiscussionSetBtn:focus,
    #photosContainerTab .text-section .btns .btn-simple.alt:focus {
        outline: none;
        color: #fff;
    }

    modal-footer .btn-danger:active:focus,
    .btn-suggestion:active,
    .btn-simple:active,
    .lecture-videos .btn-courses:active, #AssessmentsContainer .btn-courses:active,
    .lectureContent .timer-popup.timer .btn-simple.red:active,
    .widget_schedule .btn-courses:active,
    .add-announcement.btn-courses:active,
    .allMessage .btn-courses:active,
    .discussion-set .btn-courses:active,
    #searchDiscussionBtn:active, #newDiscussionSetBtn:active,
    #photosContainerTab .text-section .btns .btn-simple.alt:active {
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        outline: none;
        color: #fff;
    }*/

.btn-suggestion, .btn-courses, .widget_colleagues a, .add-announcement.btn-courses, .allmessage .btn-courses,
.lecture-videos .btn-courses, #AssessmentsContainer .btn-courses,
.lectureContent .timer-popup.timer .btn-simple.red,
.btn-courses, .widget_schedule .btn-courses, .widget_colleagues a,
.allMessage .btn-courses, .add-announcement.btn-courses, .allmessage .btn-courses, .thread-buttons .btn-courses,
.modal-footer .btn-danger,
#searchDiscussionBtn, #newDiscussionSetBtn,
#photosContainerTab .text-section .btns .btn-simple.alt,
.aquire .buy-Course {
    background: #d0bca4;
    background: -moz-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d0bca4), color-stop(100%, #ac9b86));
    background: -webkit-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -o-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -ms-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: linear-gradient(#d0bca4,#ac9b86);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0bca4", endColorstr="#ac9b86", GradientType=0);
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    text-indent: 0;
    padding: 8px 12px;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    min-height: initial;
    line-height: 26px;
    height: initial;
}



    .btn-simple:hover,
    .lecture-videos .btn-courses:hover, #AssessmentsContainer .btn-courses:hover,
    .lectureContent .timer-popup.timer .btn-simple.red:hover,
    .widget_schedule .btn-courses:hover,
    .add-announcement.btn-courses:hover,
    .allMessage .btn-courses:hover,
    .discussion-set .btn-courses:hover, #searchDiscussionBtn:hover, #newDiscussionSetBtn:hover,
    #photosContainerTab .text-section .btns .btn-simple.alt:hover,
    .aquire .buy-Course:hover {
        background: #d0bca4;
        background: -moz-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #ac9b86), color-stop(100%, #d0bca4));
        background: -webkit-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
        background: -o-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
        background: -ms-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
        background: linear-gradient(#ac9b86,#d0bca4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac9b86", endColorstr="#d0bca4", GradientType=0);
        text-decoration: none;
        display: inline-block;
        color: #fff;
        text-shadow: none;
        text-indent: 0;
    }

    .modal-footer .btn-danger:active:focus,
    .btn-suggestion:focus,
    .btn-simple:focus,
    .lecture-videos .btn-courses:focus, #AssessmentsContainer .btn-courses:focus,
    .lectureContent .timer-popup.timer .btn-simple.red:focus,
    .widget_schedule .btn-courses:focus,
    .add-announcement.btn-courses:focus,
    .allMessage .btn-courses:focus,
    .discussion-set .btn-courses:focus,
    #searchDiscussionBtn:focus, #newDiscussionSetBtn:focus,
    #photosContainerTab .text-section .btns .btn-simple.alt:focus,
    .aquire .buy-Course:focus {
        color: #fff;
        text-decoration: none;
    }

    modal-footer .btn-danger:active:focus,
    .btn-suggestion:active,
    .btn-simple:active,
    .lecture-videos .btn-courses:active, #AssessmentsContainer .btn-courses:active,
    .lectureContent .timer-popup.timer .btn-simple.red:active,
    .widget_schedule .btn-courses:active,
    .add-announcement.btn-courses:active,
    .allMessage .btn-courses:active,
    .discussion-set .btn-courses:active,
    #searchDiscussionBtn:active, #newDiscussionSetBtn:active,
    #photosContainerTab .text-section .btns .btn-simple.alt:active,
    .aquire .buy-Course:active {
        outline: 0;
    }

.widget_colleagues .allMessage .btn-courses {
    width: 168px;
    text-align: center;
    display: block;
}


.icon9 {
    display: none;
}

.suggestion-box {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    height: 312px;
    overflow: hidden;
}

.suggestion-desc h3 {
    height: 7rem;
}

.fa-check {
    color: #398ec4;
    padding-right: 13px;
}

.goToLectureButton {
    padding: 0 25px 0;
}

.suggestions h2 {
    margin-bottom: 30px;
}

#annoucementContainer h2 {
    padding-left: 0;
}

.posts_list .post_content {
    background: none;
    padding-left: 0;
}

    .posts_list .post_content .top_paper {
        display: none;
    }

    .posts_list .post_content:before, .posts_list .post_content:after {
        content: none;
    }

.posts_list .post_meta .date {
    display: none;
}

.posts_list .post {
    margin-bottom: 13px;
}

.suggestions {
    padding-top: 12px;
}

.posts_list .post_meta {
    width: 100%;
}

/***************************************** Lecture *******************************************/

.toggle-title:before {
    right: 14px;
}

.toggle-title.doneSection:before {
    line-height: 17px;
    font-size: 12px;
    height: 16px;
    left: inherit;
    right: 12px;
    top: 1.4rem;
    width: 16px;
    border-radius: 3px;
    border: none;
    background-color: #398ec4;
}

.objectives_widget_list li {
    margin-bottom: 10px;
}

.toggle-title > span, .toggle-title > h4 {
    display: inline-flex;
    align-items: center;
}

#lecturesContainer .toggle-title > span, #AssessmentsContainer .toggle-title > h4,.lecture-content.module-lecture-content > span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    max-width: 100%;
}

#AssessmentsContainer .toggle-title > h4 {
    padding-top: 15px;
}

/************************************ Exams *****************************************/
.widget-chart .pie-chart-title {
    color: #565a5c;
}

.toggle-title > h4 {
    color: #565a5c;
}

/******************** Classroom forum ************************/
.select-forum-photo span.active {
    background: #fff;
    color: #565a5c;
}

.select-forum-photo span {
    background: #eeeeee;
    color: #565a5c;
}

/*.btn-simple:focus {
    color: #cea867;
}*/


/*************************** Courses lists ********************************/

.courses-list {
    margin-bottom: 45px;
}

.courses-list h2 {
    color: #5A5A5A;
    margin-top: 20px;
    padding-bottom: 19px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.course-box {
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    color: #565a5c;
    margin-bottom: 30px;
}

.course-link {
    padding: 0 15px 15px 0;
    text-align: right;
}

    .course-link a {
        color: #ac9b86;
        text-transform: uppercase;
    }

.course-box .course-title, .course-box .course-title a {
    color: #565a5c;
    display: -webkit-box;
    max-width: 472px;
    height: 6.8rem;
    -webkit-box-orient: vertical;
    text-overflow: initial;
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 10px;
}

.course-box .course-author {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2rem;
}

.course-box .course-price {
    height: 2rem;
}

.course-cme-points, .to-buy .course-price {
    color: #398ec4;
    text-transform: uppercase;
    display: -webkit-box;
    max-width: 472px;
    height: 1.6rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .course-cme-points:hover,
    .to-buy .course-price:hover {
        color: #398ec4;
    }

.course-description {
    padding: 15px;
    padding-bottom: 46px;
}

.course-presentation-img {
    height: 140px;
}

    .course-presentation-img img {
        width: 100%;
        height: 100%;
    }

.to-buy .course-description {
    padding-bottom: 10px;
}

.to-buy .left, .available-course .left {
    float: left;
    margin-left: 15px;
}



/***********************************************************/
/******************* Course Preview ************************/
/***********************************************************/

.background {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.course-preview-container {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    /*padding: 28px;*/
    color: #565a5c;
}

    .course-preview-container h1 {
        padding-bottom: 19px;
    }

    .course-preview-container .cme-points {
        margin-top: 22px;
        margin-bottom: 56px;
        display: block;
        text-transform: uppercase;
        color: #398ec4;
        font-weight: 700;
    }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



    .course-description-section h3 {
        /*border-bottom: 1px solid #d1d1d1;*/
        margin-bottom: 13px;
        padding-bottom: 12px;
    }

.curriculum-part h4 {
    margin-bottom: 18px;
}

.course-part-lessons {
    border: 1px solid #c0c0c0;
    margin-bottom: 35px;
}

/*li .lecture-content {
    border-bottom: 1px solid #c0c0c0;
}

li:last-of-type .lecture-content {
    border-bottom: none;
}

.lecture-content span {
    display: block;
    float: left;
    padding: 12px 0 11px 0;
}

.lecture-content .video-play {
    padding: 7px 0 0;
    width: 9%;
}

.lecture-content .lecture-number, .lecture-content.lecture-title {
    text-align: left;
}

.lecture-content .lecture-title {
    width: 60%;
}

.lecture-content .lecture-number {
    width: 15%;
}

.lecture-content .lecture-duration {
    text-align: right;
    padding-right: 8px;
    width: 16%;
}

.lecture-content .lecture-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 38px;
    overflow: hidden;
    padding-right: 3px;
}*/

.aquire {
    margin-bottom: 15px;
    padding: 26px;
    max-width: 390px;
}

    .aquire .buy-Course {
        color: #fff;
        /*background: #398ec4;*/
        margin-top: 13px;
        width: 100%;
    }

        .aquire .buy-Course:hover, .aquire .buy-Course:focus {
            color: #fff;
        }

    .aquire .course-coupon {
        margin: 23px 0 25px;
    }

    .aquire .course-price span {
        float: left;
        display: block;
    }

    .aquire .normal-price, .early-bird {
        width: 41%;
    }

    .aquire .course-details {
        /*border-top: 1px solid #959798;
        border-bottom: 1px solid #959798;*/
        padding-top: 16px;
        padding-bottom: 12px;
    }

.course-to-sell .learning-objectives {
    padding: 24px 0 37px;
}

.course-to-sell .inner-objectives {
    width: 90%;
    margin: 0 auto;
    padding: 7px;
}

.inner-objectives h3 {
    padding-bottom: 9px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 16px;
}

.inner-objectives ul {
    padding-left: 15px;
}

.inner-objectives .fa-circle {
    bottom: 3px;
    font-size: 0.1rem;
    margin-right: 10px;
    position: relative;
}

.course-price .normal-price-value {
    position: relative;
}

/*.course-price .normal-price-value::after {
        border-bottom: 0.125em solid rgba(86,90,92,0.5);
        content: "";
        left: 0;
        line-height: 1rem;
        margin-top: calc(0.125em / 2 * -1);
        position: absolute;
        right: 0;
        top: 60%;
    }*/

.preview-page .suggestions {
    background: none;
    padding: 0;
}

.preview-page .suggestion-box {
    border: none;
    border-radius: 3px;
    background: #fff;
}

.lecture-content .video-play img {
    width: 30px;
    height: 26px;
    margin-left: 10px;
}

.course-box a:focus {
    text-decoration: none;
}

.course-coupon a:focus {
    color: inherit;
    text-decoration: none;
}

/************************************* Search autocomplete *****************************************/
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    background: #fff;
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
}


/*********************************************** Help button ********************************************************/
.help-button {
    position: fixed;
    top: 51%;
    z-index: 1000;
    right: 0;
}

    .help-button a {
        background: #398ec4;
        display: block;
    }

    .help-button .fa-question {
        color: #fff;
        font-size: 27px;
        padding: 11px 13px 11px 13px;
        box-shadow: -2px 3px 4px 0 rgba(0,0,0,0.3);
    }

#help-modal .btn-cancel {
    margin-right: 6px;
}

}

.news-content-container img {
    max-width: 33%;
}

.custom-btn {
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background: #398ec4;
    padding: 12px 15px 11px 15px;
    min-height: 0;
    text-align: center;
    border: none;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
    height: inherit;
    width: initial;
}

    .custom-btn:hover {
        background: #1ba7fe;
        outline: none;
        color: #fff;
        text-decoration: none;
    }

    .custom-btn:focus {
        outline: none;
        background: #398ec4;
        color: #fff;
        text-decoration: none;
    }

    .custom-btn:active {
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        outline: none;
        background: #398ec4;
        color: #fff;
        text-decoration: none;
    }

.btn-cancel {
    border: 1px solid transparent;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 11px 15px 10px;
}

    .btn-cancel:hover, .btn-cancel:focus, .btn-cancel:active {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

header li .dropdown .dropdown-menu li a:hover {
    /*color: #ac9b86;*/
}

/****************************************************** buy now ****************************************************/

header .icons-nav li a.custom-btn {
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    background: #0180cf;
    background: -moz-linear-gradient(top, #0180cf 0%, #0066a6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0180cf), color-stop(100%, #0066a6));
    background: -webkit-linear-gradient(top, #0180cf 0%, #0066a6 100%);
    background: -o-linear-gradient(top, #0180cf 0%, #0066a6 100%);
    background: -ms-linear-gradient(top, #0180cf 0%, #0066a6 100%);
    background: linear-gradient(to bottom, #0180cf,#0066a6);
    padding: 9px 18px 8px 18px;
    min-height: 0;
    text-align: center;
    border: none;
    box-shadow: none;
    height: inherit;
    width: initial;
    margin-top: -7px;
    display: inline-block;
}

    header .icons-nav li a.custom-btn:hover {
        background: #0066a6;
        background: -moz-linear-gradient(top, #0066a6 0%, #0180cf 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #0066a6), color-stop(100%, #0180cf));
        background: -webkit-linear-gradient(top, #0066a6 0%, #0180cf 100%);
        background: -o-linear-gradient(top, #0066a6 0%, #0180cf 100%);
        background: -ms-linear-gradient(top, #0066a6 0%, #0180cf 100%);
        background: linear-gradient(to bottom, #0066a6,#0180cf);
        outline: none;
        color: #fff;
        text-decoration: none;
    }

    header .icons-nav li a.custom-btn:active {
        background: #0066a6;
        background: -moz-linear-gradient(top, #0066a6 0%, #0180cf 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #0066a6), color-stop(100%, #0180cf));
        background: -webkit-linear-gradient(top, #0066a6 0%, #0180cf 100%);
        background: -o-linear-gradient(top, #0066a6 0%, #0180cf 100%);
        background: -ms-linear-gradient(top, #0066a6 0%, #0180cf 100%);
        background: linear-gradient(to bottom, #0066a6,#0180cf);
        outline: none;
        color: #fff;
        text-decoration: none;
    }

/****************************************************** course preview *********************************************/

.tab-content.curriculum-tab {
    /*box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);*/
    background: #fff;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 20;
    padding: 20px;
}

.no-padding-top{
    padding-top: 0px !important;
}

.curriculum-tab .curriculum-cont {
    padding: 20px;
}

.padding-20 {
    padding: 20px;
}

.margin-20 {
    margin: 20px;
}

.course-description-section {
    padding-bottom: 0px;
}

.course-description-section h3 {
    margin-bottom: 0;
}

.lecture-content {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    color: #000;
    margin-bottom: 5px;
    min-height: 44px;
    padding: 0px 38px 0px 10px;
    position: relative;
}

    .lecture-content:before {
        background: url(../images/brown-doc.png) no-repeat center;
        content: "";
        position: absolute;
        right: 20px;
        top: 8px;
        height: 27px;
        width: 13px;
    }

    .lecture-content.videoIcon:before {
        background: url(../../../Content/Images/video.png) no-repeat center;
        content: "";
        position: absolute;
        right: 16px;
        top: 8px;
        height: 25px;
        width: 17px;
        background-size: 100% auto;
    }

    .lecture-content.videoIcon:before {
        display: none;
    }

    .lecture-content span {
        display: block;
        padding: 16px 10px 13px 10px;
    }

.nav-tabs .curriculum-tab {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /*border-right: 4px solid #fff;*/
    /*box-shadow: 0 0px 3px 0 rgba(0,0,0,0.3);*/
    width: 33.333%;
    text-align: center;
}

.course-description-section .nav-tabs .curriculum-tab a {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-family: 'Lato';
    font-weight: 700;
    background: #efefef;
    color: #565a5c;
    border: none;
    border-right: 2px solid #fff;
}

    .course-description-section .nav-tabs .curriculum-tab.active a,
    .course-description-section .nav-tabs .curriculum-tab:hover a,
    .course-description-section .nav-tabs .curriculum-tab a:hover,
    .course-description-section .nav-tabs .curriculum-tab.active a:hover {
        color: #ac9b86;
        background: #fff;
        border: none;
    }

.course-description-section .nav-tabs .curriculum-tab:last-of-type a {
    border-right: none;
    margin-right: 0;
}

.course-description-section .nav-tabs .curriculum-tab:hover a {
    border-right: 2px solid #fff;
}

.course-description-section .nav-tabs .curriculum-tab:last-child:hover a {
    border-right: none;
}

.course-description-section .nav-tabs {
    border: 0;
}

.course-cme-points-img {
    text-align: center;
}

/*************************************** Banner ************************************/


.banner {
    background: url('../images/courses-banner.jpg') top no-repeat;
    background-size: cover;
}

.banner-content {
    padding-top: 78px;
    margin-bottom: 43px;
    color: #fff;
}

    .banner-content .banner-text {
        font-size: 1.7rem;
        margin-bottom: 40px;
    }

.course-preview .banner-content .banner-text {
    margin-bottom: 30px;
}

.banner-title { 
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #fff;
    width: 100%;
}

.banner-content .btn-simple {
    padding: 8px 20px;
    width: 162px;
}

.course-preview.banner {
    height: 317px;
}

.banner-text a {
    color: #fff;
}

.new-footer {
    position: static !important;
}

.body-with-new-footer {
    padding-bottom: 0 !important;
    min-height: calc(100vh - 61px - 278px - 77px);
}

.initiallyHidden {
    display: none;
}

.icons-nav .user-profile-img {
    width: 30px;
    border-radius: 50%;
    height: 30px;
    margin: -5px -2px -3px 16px;
    display: inline-block;
}

#change-language {
    display: none;
}

.no-margin-top {
    margin-top: 0px !important;
}

.solutionText {
    padding-left: 18px;
}
.checkboxes-area.assessment-question {
    padding-left: 18px;
}
.checkboxes-area.assessment-question .checkbox{
    display: inline;
}
.correctAnswerCheckbox {
    display: inline;
}
.assessment-text-success {
    color: #00cc00;
}

.assessment-text-danger {
    color: #FF0000;
}

.header-options-dropdown {
    float: left;
}

header .top-menu.navbar-nav li a.custom-btn {
    padding-bottom: 9px;
}

header li a.custom-btn {
    border: 0;
    border-radius: 2px;
    background: #0180cf;
    background: -moz-linear-gradient(top, #0180cf 0%, #0173ba 50%, #0173ba 51%, #0066a6 100%);
    background: -webkit-linear-gradient(top, #0180cf 0%,#0173ba 50%,#0173ba 51%,#0066a6 100%);
    background: linear-gradient(to bottom, #0180cf 0%,#0173ba 50%,#0173ba 51%,#0066a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0180cf', endColorstr='#0066a6',GradientType=0 );
    box-shadow: none;
    color: #fff;
    border-radius: 2px;
    padding: 9px 18px 8px 18px;
    min-height: 0;
    margin-top: -7px;
    padding: 9px 15px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    box-shadow: none;
    height: inherit;
    width: initial;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
}

.header-options-dropdown .dropdown-menu li a.custom-btn:hover {
    background: #0066a6;
    background: -moz-linear-gradient(top, #0066a6 0%, #0173ba 49%, #0173ba 50%, #0180cf 100%);
    background: -webkit-linear-gradient(top, #0066a6 0%,#0173ba 49%,#0173ba 50%,#0180cf 100%);
    background: linear-gradient(to bottom, #0066a6 0%,#0173ba 49%,#0173ba 50%,#0180cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066a6', endColorstr='#0180cf',GradientType=0 );
    outline: none;
    color: #fff;
    text-decoration: none;
}

#user-account-btn .user-profile-img {
    width: 30px;
    border-radius: 50%;
    height: 30px;
    margin: -4px -2px -3px 0px;
    display: inline-block;
}

.header-options-dropdown button {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .header-options-dropdown button span {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #5c5447;
    }

    .header-options-dropdown button .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.top-menu > li > a.custom-btn:before {
    content: none;
}

header .header-options-dropdown .dropdown-menu {
    min-width: 230px;
    border-radius: 4px;
}

.header-options-dropdown .dropdown-menu li,
.header-options-dropdown .dropdown-menu li a {
    font-weight: 700;
    font-size: 1.2rem;
    font-family: 'Lato';
    text-transform: uppercase;
    color: #565a5c;
    padding: 0;
}

.header-options-dropdown .dropdown-menu li {
    padding: 10px 8px;
}

    .header-options-dropdown .dropdown-menu li span {
        font-weight: 700;
        font-size: 1.2rem;
        font-family: 'Lato';
        line-height: 14px;
    }

    .header-options-dropdown .dropdown-menu li a {
        line-height: 9px;
    }

.header-options-dropdown .text-col {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-options-dropdown .icon-col {
    width: 40px;
}

#user-account-btn .icon-col .user-profile-img {
    width: 30px;
    margin: 0;
}

.dropdown-menu .user-admin {
    background: #d0bca4;
}

.header-options-dropdown .dropdown-menu li:hover {
    background: #ac9b86;
}

    .header-options-dropdown .dropdown-menu li:hover a,
    .header-options-dropdown .dropdown-menu li:hover span {
        color: #fff;
    }

.header-options-dropdown .dropdown-menu li a:hover {
    background: none;
    text-decoration: none;
}

.header-options-dropdown .dropdown-menu li .fa {
    font-size: 1.8rem;
}

.header-options-dropdown .dropdown-menu li .caret {
    position: absolute;
}

.caret-font-smaller {
    top: 2px;
    right: -4px;
    border-top: 4px solid #565a5c;
}


.header-options-dropdown .dropdown-menu li span {
    padding: 0;
}

.text-col.user-name {
    vertical-align: middle;
}

.mobile-text {
    padding-top: 5px;
    line-height: 23px;
}

header li:hover a.custom-btn {
    background: #0066a6;
    background: -moz-linear-gradient(top, #0066a6 0%, #0173ba 49%, #0173ba 50%, #0180cf 100%);
    background: -webkit-linear-gradient(top, #0066a6 0%,#0173ba 49%,#0173ba 50%,#0180cf 100%);
    background: linear-gradient(to bottom, #0066a6 0%,#0173ba 49%,#0173ba 50%,#0180cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066a6', endColorstr='#0180cf',GradientType=0 );
    outline: none;
    color: #fff;
    text-decoration: none;
}

.header-options-dropdown .dropdown-menu li .icon-col,
.header-options-dropdown .dropdown-menu li .text-col {
    display: inline-block;
    padding: 0 5px;
}

.logo {
    display: inline-block;
    max-width: 212px;
}

    .logo img {
        max-width: 100%;
    }

.course-preview-section {
    padding: 20px;
}

.center {
    text-align: center;
}

.course-content-section {
    margin: 25px 0;
}

.course-part-img {
    width: 152px;
    height: 109px;
    border: 2px solid #e0e0e0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}

    .course-part-img img {
        bottom: 0;
        display: inline-block;
        max-width: none;
        width: auto;
        min-width: 100px;
        height: 106px;
    }

.course-part-title {
    margin-bottom: 20px;
}

/*.course-preview-section h3 {
    margin-bottom: 25px;
}*/

.course-preview-section .professor-portrait {
    max-height: 182px;
    border: 2px solid #e0e0e0;
    border-radius: 100%;
}

.course-preview-section .module-img-cont img {
    width: 100%;
}

/******************************** Certificate Modal **********************************/

#userCertificateModal #userCertificatesContainer .fa {
    top: 0;
    right: 6px;
    color: inherit;
}

#userCertificateModal #certificateLanguageId {
    width: 110px;
}

#userCertificateModal .modal-footer {
    margin-top: 7px;
}

#userCertificateModal #downloadUSACertificateBtn,
#userCertificateModal #downloadEUCertificateBtn {
    margin-left: 7px;
}

#userCertificateModal .modal-body {
    padding-bottom: 0;
}

#userCertificateModal .modal-dialog {
    width: 60%;
}

#userCertificateModal h4 {
    font-size: 1.8rem;
}

.no-padding-left {
    padding-left: 0;
}

#userCertificateModal .btn-default {
    text-transform: none;
}

.margin-top-10 {
    margin-top: 10px;
}

#userCertificateModal a {
    color: #428bca;
}

header .nav li.buy-now-btn a:hover,
header .nav li.buy-now-btn a:focus {
    background: #0066a6;
    background: -moz-linear-gradient(top, #0066a6 0%, #0173ba 49%, #0173ba 50%, #0180cf 100%);
    background: -webkit-linear-gradient(top, #0066a6 0%,#0173ba 49%,#0173ba 50%,#0180cf 100%);
    background: linear-gradient(to bottom, #0066a6 0%,#0173ba 49%,#0173ba 50%,#0180cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066a6', endColorstr='#0180cf',GradientType=0 );
}

#lecture-instr-widget {
    margin-top: 18px;
}


#learning-obj {
    width: 100%;
}

.aquire.course-preview-container {
    width: 100%;
    padding: 19px;
}

    .aquire.course-preview-container .course-price {
        text-align: center;
    }

    .aquire.course-preview-container .buy-Course {
        width: 203px;
        margin: 0;
    }

.lecture-content:before {
    display: none;
}

.userHappinessSurvey {
    border: 0px;
    padding-right: 5px;
    width: 870px;
    height: 730px;
}

.course-preview-container h3 {
    color: #398ec4;
}

/*         */
.timer.timer-popup {
    z-index: 1000;
    background-color: #d8b67a;
}

    .timer.timer-popup .btn-simple.red {
        padding: 8px 12px;
        font-size: 1.6rem;
        font-weight: 700;
        border: none;
        background: -moz-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #d0bca4), color-stop(100%, #ac9b86));
        background: -webkit-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
        background: -o-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
        background: -ms-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
        background: linear-gradient(#d0bca4,#ac9b86);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0bca4", endColorstr="#ac9b86", GradientType=0);
        border-radius: 2px;
        margin: 0;
        line-height: 26px;
    }

        .timer.timer-popup .btn-simple.red:hover {
            background: -moz-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, #ac9b86), color-stop(100%, #d0bca4));
            background: -webkit-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
            background: -o-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
            background: -ms-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
            background: linear-gradient(#ac9b86,#d0bca4);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac9b86", endColorstr="#d0bca4", GradientType=0);
        }

.timer.timer-popup {
    z-index: 1;
}

.assessment-footer .timer.timer-popup {
    position: relative;
}

.assessment-footer {
    background-color: #d8b67a;
    height: 85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 -12px -124px;
}

.module-lecture-img-cont {
    float: left;
}

.module-lecture-img {
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.module-lecture-content {
    width: 100%;
    min-height: 40px;
}

    .module-lecture-content span, .module-lecture-content a, .step-title {
        color: #565a5c;
        font-size: 1.5rem;
    }

.module-lecture-content a {
    margin-left: 10px;
}

.margin-top-medium {
    line-height: 3.0;
}

.lecturesContainer:first-child{
    line-height: 1.0;
}

.padding-left-medium {
    margin-left: 5px;
}

.module-lecture-content {
    background: none !important;
}
.locked .toggle-title .lockedTitle{
    border-left: 1px solid #e8e8e8;
    padding: 15px 2px 15px 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-top:-13px;
}

.nav-tabs .available-courses-nav a {
    padding: 0px 20px 0px 0px;
    font-size: 1.6rem;
    font-family: 'Lato';
    font-weight: 700;
    margin-left: 0;
    position: relative;
    background: none;
}

.nav-tabs .available-courses-nav:hover a {
    color: #565a5c;
}

.nav-tabs.available-courses
{
    border-bottom: 1px solid #ccc;
}

.nav-tabs.available-courses > li{
    margin-bottom: 1px;
}
.nav-tabs.available-courses > li > a {
    border-color : none;
    border-width : 0px;
    color: #565a5c;
    height: 62px;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    background :none;
}

.nav-tabs.available-courses > li > a.link:hover{
    color: #428bca;
}

.nav-tabs.available-courses > li.active > a,
.nav-tabs.available-courses > li.active > a:hover,
.nav-tabs.available-courses > li.active > a:focus {
  color: #428bca;
  cursor: default;
  border-bottom-color: transparent;
  background-color: none;
  background :none;
  border-width : 0px;
}

#offline-courses{
    padding-top:30px;
}

.module-title-span{
    min-height: 78px;
}

.sorting_1 {
    cursor: move;
}
img.vertical {
    width: 100%;
    height: auto;
}

img.horizontal {
    height: 100%;
    width: auto;
}
.preview-page p, .lecture-videos p {
    line-height: 22px;
    color: #565a5c;
}

.step-image {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    position: relative;
    left: -4px;
    height: 79px;
    top: 1px;
}

.module-title-span.no-border{
    border-left:none;
}

@media (max-width:549px) {   
    .solutionText div
    {
        display: none;
    }
}

.course-box .course-type {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2rem;
}

.courses-list .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    margin: 0 -15px;
}

.page-details .title {
    font-weight: 700;
    font-size: 24px;
    color: #5A5A5A;
    margin-top: 35px;
}

.page-details .description {
    color: #5A5A5A;
    font-size: 16px;
    margin-top: 8px;
    line-height: 30px;
}

.page-details .description a {
    color: #2097F6;
    font-weight: 700;
}

.course {
    background: white;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    margin: 0 15px;
    margin-bottom: 30px;
}

.courses .content {
    margin: auto;
    overflow: hidden;
}

.course .preview img {
    width: 348px;
    height: 173px;
    object-fit: cover;
}

.course .preview img.no-image {
    object-fit: unset;
}

.course .title {
    font-weight: 700;
    margin-bottom: 5px;
    color: #5c5447;
    font-size: 16px;
    min-height: 38px;
}

.course .people {
    color: #89969F;
}

.course .people {
    font-size: 14px;
    margin-top: 8px;
    min-height: 24px;
}


.course .begin-course {
    border: 1px solid #2097F7;
    border-radius: 4px;
}

.course .people img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 5px;
}

.course .footer {
    margin: 20px;
}

.course .begin-course {
    border: 1px solid #2097F7;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 12px;
    text-transform: uppercase;
}

.courses .begin-course a {
    font-size: 12px;
}

.course .more-info {
    padding: 15px 0;
    justify-content: space-around;
    font-size: 14px;
    color: #5A5A5A;
}

.course .more-info img {
    margin-right: 5px;
}

.courses .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: fit-content;
}

.courses .course .header {
    border-bottom: 1px solid #F2F2F2;
}

.course .header {
    padding: 20px 20px 8px;
}

.ce img {
    width: 30px;
}

.ce {
    color: #2097F6;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.link-with-chevron {
    font-size: 18px;
    font-weight: 700;
}

.link-with-chevron img {
    height: 12px;
    margin-left: 12px;
}

.new-design a {
    color: #2097F7;
    cursor: pointer;
}

.new-design a:hover,
.new-design a:active {
    color: #2097F7;
    text-decoration: none;
    opacity: 0.9;
}

.new-container {
    padding-right: 165px;
    padding-left: 165px;
    margin-right: auto;
    margin-left: auto;
}


.new-container:before,
.new-container:after {
    display: table;
    content: " ";
}


@media (min-width: 1200px) {
    .new-container {
        max-width: 1440px;
    }
}

.light-gray {
    background: #F1F4F4;
}

.redesign-page {
    margin-top: -15px;
}