@import url(https://fonts.googleapis.com/css?family=Nunito:300,600,700,800,900|Varela+Round);

#course_search, #header .container, #header .user, .ticket_comments .box {
    position: relative
}

#course_search, #elearning_left .list-group-item:hover, #header .dropdown ul li a.main, #header .dropdown ul li a:hover, .bg-white, .list-group .list-group-item:hover {
    background: #fff
}

#home_dashboard, #settings_page, #simple_form {
    padding: 30px
}

#main_bread_crumb a, #settings_page h1, #simple_form h1 {
    font-size: 18px;
    font-weight: 600
}

.page_text p, .page_text ul, body {
    line-height: 26px
}

#side_feedback, #side_notes {
    position: fixed;
    right: -351px;
    width: 350px
}

body {
    font-family: 'Varela Round', sans-serif;
    background-color: #edeff0;
    color: #576366;
    text-rendering: geometricPrecision;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.img-circle {
    border-radius: 50%
}

.no_borders, .panel, .panel .panel_body {
    border: none
}

.h-20 {
    height: 20px
}

.w-20 {
    width: 20px
}

.pl-15 {
    padding-left: 15px
}

.pr-15 {
    padding-right: 15px
}

.mr-15 {
    margin-right: 15px
}

p {
    line-height: 20px
}

a:focus, a:hover {
    text-decoration: none
}

#page_form .form-control:focus, #single_course .question .fill_blanks input:focus, .form-control:focus {
    outline: 0;
    -webkit-box-shadow: normal;
    box-shadow: none
}

.ssb {
    margin-bottom: 20px
}

.small_container {
    max-width: 900px
}

#page_form .btn, .btn {
    font-weight: 600
}

.input-group-btn > .btn {
    padding: 6px 12px
}

h4 {
    font-weight: 700
}

.sub_title {
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: 300
}

.green_underline {
    margin: 20px auto;
    height: 5px;
    width: 60px;
    background-color: #ebb129
}

.panel {
    box-shadow: none;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1)
}

#single_course .course_info .modules .box ul li .view_unit_btn, .alignright, .top_title_section .admin_top_buttons {
    float: right
}

.list-group {
    background: #f9fafa;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.list-group .list-group-item {
    border: 1px solid #f0f2f4;
    border-left: none;
    border-right: none;
    color: #7b8b8e;
    font-weight: 600;
    padding: 15px;
    background: #f9fafa
}

.list-group-item:first-child {
    border-top: none
}

.modal, .no_results {
    text-align: center
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}

.not_found_404 {
    padding: 100px 0
}

.not_found_404 .fa {
    font-size: 100px
}

.not_found_404 h1 {
    font-weight: 600;
    font-size: 44px
}

.not_found_404 p {
    font-weight: 600;
    font-size: 24px
}

.no_results h3 {
    font-size: 24px
}

.no_results .fa {
    font-size: 48px
}

#header {
    background-color: #fff;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center center;
    padding: 0;
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10
}

#header .logo {
    float: left
}

#header .logo img {
    height: 50px
}

#header ul.main_menu {
    float: left;
    margin: 15px 0 0 30px;
    padding: 0 0 0 30px
}

#header ul.main_menu.register_links {
    float: right;
    border-left: none
}

#header ul.main_menu li {
    list-style: none;
    float: left;
    margin-right: 30px
}

#header ul.main_menu li a, #header ul.user li a, .header1 ul.main_menu li a, .header1 ul.user li a {
    font-weight: 600;
    color: #555;
    font-size: 15px
}

#header .notifications {
    float: right;
    font-size: 24px;
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px
}

#faqs li i.fa-plus, #faqs li.active i.fa-minus, #header .notifications:hover .dropdown, #header .user:hover .dropdown, .header1 .notifications:hover .dropdown {
    display: inline-block
}

#header .notifications .fa, .header1 .notifications .fa {
    color: #888
}

#header .notifications .date, .header1 .notifications .date {
    display: block;
    color: #999;
    padding-bottom: 6px
}

#header .notifications .count {
    display: block;
    background: #ed5a5a;
    position: absolute;
    top: 0;
    right: -7px;
    font-size: 14px;
    padding: 0 3px;
    line-height: 16px;
    z-index: 3;
    font-weight: 500;
    border-radius: 4px
}

#header .user {
    float: right;
    margin-top: 10px;
    margin-left: 15px
}

#header .user .fa, .header1 .user .fa {
    color: #888;
    cursor: pointer
}

#header .user .fa.fa-caret-down, .header1 .user .fa.fa-caret-down, .top_title_section h1 a {
    color: #999
}

#header ul.user li {
    list-style: none;
    float: left
}

#header .nav > li > a, #header .navbar-brand, .header1 .nav > li > a, .header1 .navbar-brand {
    padding: 0
}

#header .navbar, .header1 .navbar {
    margin: 10px
}

#header .icon-bar, .header1 .icon-bar {
    background-color: #555 !important
}

.ticket_info {
    padding-bottom: 15px
}

.ticket_new_reply {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px
}

.ticket_new_reply textarea {
    height: 100px;
    border: none;
    border-bottom: 1px solid #e1e1e1
}

.ticket_new_reply .bottom {
    padding: 10px
}

.ticket_comments .box {
    margin-bottom: 30px;
    background-color: #ebebeb;
    border: 1px solid #cecece;
    padding: 15px;
    border-radius: 10px 10px 0
}

.ticket_comments .box.green {
    background-color: #d3f1cd;
    border: 1px solid #a4db98;
    border-radius: 10px 10px 10px 0
}

.ticket_comments .box .title {
    font-weight: 600;
    font-size: 16px
}

.ticket_comments .box .title span {
    float: right;
    font-size: 12px
}

.ticket_comments .box .description {
    padding-top: 20px;
    margin-bottom: 20px
}

#header .dropdown {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: -15px;
    background: #f9fafa;
    border-radius: 6px;
    width: 200px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1), 0 0 1px 1px rgba(0, 0, 0, .08);
    z-index: 100
}

#header .dropdown.notification_dropdown {
    width: 350px;
    max-height: 300px;
    overflow: auto
}

#header .dropdown .fa-caret-up {
    display: none;
    position: absolute;
    top: -20px;
    color: #fff;
    right: 20px;
    font-size: 34px
}

#header .dropdown ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    border-left: none
}

#header .dropdown ul li {
    margin: 0 !important;
    padding: 0 !important;
    float: none;
    border: 0 solid #e1e1e1;
    border-width: 0 0 1px
}

#header .dropdown ul li:last-child {
    border-bottom: none
}

#header .dropdown ul li a {
    font-size: 14px;
    padding: 15px 20px;
    display: block;
    font-weight: 600;
    color: #333;
    text-align: left
}

#header .dropdown ul li a span {
    font-weight: 400;
    display: block;
    font-size: 13px
}

#main_bread_crumb, #page_form .form-control.ssb {
    margin-bottom: 15px
}

#main_bread_crumb a {
    color: #666
}

#main_bread_crumb a .fa {
    font-size: 16px;
    color: #999;
    margin-right: 5px
}

#course_search {
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px
}

#course_search input {
    width: 100%;
    height: 60px;
    border: none;
    outline: 0;
    color: #576366;
    padding-left: 50px
}

#home_dashboard, #normal_page, #settings_page {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
    margin-bottom: 40px;
    overflow: hidden
}

#course_search .fa {
    position: absolute;
    top: 19px;
    font-size: 20px;
    left: 20px;
    z-index: 2
}

#normal_page {
    padding: 40px 50px
}

#normal_page h1 {
    color: #333;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 40px
}

#settings_page h1 {
    color: #333;
    margin-top: 0;
    margin-bottom: 40px
}

#settings_page .form-control {
    background: #e8ebed;
    border: 2px solid #e8ebed;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 42px
}

#settings_page .form-control:focus, .header1 {
    background-color: #fff
}

#settings_page label {
    font-weight: 600;
    padding-top: 10px
}

#settings_page ul {
    list-style-type: none
}

#settings_page li {
    display: inline-block;
    padding: 0 20px 0 0
}

#simple_form {
    width: 500px;
    margin: 0 auto 40px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
    overflow: hidden
}

#simple_form h1 {
    text-align: center;
    color: #333;
    margin-top: 0;
    margin-bottom: 40px
}

#simple_form .form-control {
    background: #fff;
    border: 2px solid #e8ebed;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 42px
}

#home_dashboard .pic, .intro .bkg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

#simple_form .form-control:focus {
    border: 2px solid #ccc
}

#simple_form a.forgot_pass {
    color: #555;
    margin-top: 15px
}

#home_dashboard h1 {
    color: #333;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px
}

#home_dashboard h1 a {
    color: #333
}

#home_dashboard .pic {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #e1e1e1;
    border-radius: 900px;
    margin-right: 15px
}

#home_dashboard .dash_access_code {
    padding: 20px 0 20px 30px;
    border-left: 1px solid #e1e1e1
}

#dash_last_course {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px
}

#dash_last_course .title {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    margin: 20px 30px 0
}

#dash_last_course .title h3 {
    line-height: 44px;
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 17px
}

#dash_last_course .title h3 a {
    color: #838cc7
}

#dash_last_course .title .btn {
    padding: 8px 20px;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #838cc7
}

#dash_last_course .title .btn:hover {
    background-color: #838cc7;
    color: #fff
}

#dash_last_course .info {
    position: relative;
    margin: 30px;
    padding-bottom: 15px
}

#dash_last_course .info h3 {
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 22px;
    color: #000
}

#dash_last_course .info p {
    font-size: 16px
}

#dash_last_course .modules {
    background-color: #f9f9f9
}

#dash_last_course .modules .box ul, #faqs li, #side_notes .content ul, .unit_quiz_responses ul {
    margin: 0;
    padding: 0
}

#dash_last_course .modules .box ul li {
    list-style-type: none;
    border-top: 1px solid #e1e1e1;
    margin: 0
}

#dash_last_course .modules .box ul li a {
    font-weight: 600;
    color: #555;
    display: block;
    padding: 15px 10px 15px 30px
}

#dash_last_course .modules .box ul li a:hover {
    background-color: #fff;
    color: #333
}

#dash_last_course .modules .box ul li a .fa.fa-check-circle, #dash_last_course .modules .box ul li a:hover .fa, #single_course .course_info .modules .box .status_icon:hover .fa, #single_course .course_info .modules .box ul li a .fa.fa-check-circle, #single_course .course_info .modules .box ul li a:hover .fa {
    color: #eb7728
}

#dash_last_course .modules .box ul li a .fa, #single_course .course_info .modules .box ul li a .fa {
    margin-right: 10px;
    font-size: 24px;
    float: left;
    line-height: 20px;
    color: #ccc
}

#dash_last_course .bottom {
    padding: 15px 30px;
    border-top: 1px solid #e1e1e1
}

#dash_last_course .modules .box ul li .view_unit_btn {
    float: right;
    padding: 3px;
    display: inline-block
}

#single_course .course_info .about, .courses_table {
    margin-bottom: 0
}

.courses_table tbody tr td {
    background-color: #f9f9f9;
    border-top: 1px solid #e1e1e1
}

.courses_table .fa-book, .courses_table .fa-star {
    margin-right: 10px;
    margin-left: 10px
}

.no_course_message h3 {
    font-weight: 400
}

.no_course_message .btn {
    padding: 5px 15px;
    background-color: transparent;
    border: 2px solid #999;
    color: #444;
    margin-bottom: 30px;
    margin-top: 10px
}

.no_course_message .btn:hover {
    background-color: #838cc7;
    border-color: #838cc7;
    color: #fff
}

.no_course_message img {
    max-width: 500px
}

.page_text h1, .page_text h2, .page_text h3, .page_text h4 {
    color: #384047;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.page_text h1 {
    font-size: 28px;
    margin-bottom: 20px
}

.page_text h2 {
    font-size: 22px;
    margin-bottom: 20px
}

.page_text h3 {
    font-size: 18px;
    margin-bottom: 20px
}

.page_text p {
    font-size: 15px;
    margin-bottom: 20px
}

.page_text.smaller p {
    font-size: 13px;
    line-height: 22px
}

.page_text ul {
    font-size: 15px;
    margin-bottom: 30px
}

.intro {
    background-color: #eb7728;
    font-weight: 600;
    border-radius: 5px 5px 0 0
}

.intro .top {
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    height: 60px;
    padding: 10px;
    font-size: 24px
}

.intro .top ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    display: table;
    transition: transform .3s
}

.intro .top ul li {
    position: relative;
    display: table-cell;
    width: 42px
}

.intro .top ul li.divider:before {
    content: "";
    background: #fff;
    height: 2px;
    color: #fff;
    opacity: .2;
    border-radius: 2px;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%)
}

.intro .top ul li a {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 60px;
    transition: opacity .3s;
    font-weight: 400
}

.intro .top ul li .fa {
    color: #fff;
    opacity: .7
}

.intro .top ul li .fa-check-circle, .intro .top ul li .fa-circle-o-notch {
    opacity: 1;
    color: #fff
}

.intro .eligibility {
    text-align: center;
    color: #fff;
    margin-top: 30px;
    border-radius: 5px 5px 0 0
}

.intro .eligibility h1, .intro .text h1 {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    line-height: 74px
}

.intro .eligibility .btn, .intro .text .btn {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    margin: 0 5px;
    opacity: .95
}

#side_feedback form .btn:hover, #side_notes form .btn:hover, .intro .eligibility .btn:hover, .intro .text .btn:hover {
    opacity: 1
}

.intro .eligibility .btn.btn-primary, .intro .text .btn.btn-primary {
    background: #fff;
    color: #eb7728;
    border: 2px solid #fff
}

.intro .eligibility .btn.btn-default, .intro .text .btn.btn-default {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff
}

.btn:active, .intro .eligibility .btn:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.intro .text {
    text-align: center;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
    border-radius: 5px 5px 0 0
}

.intro#small, .intro#tiny {
    height: auto
}

.intro#small .text {
    padding-top: 50px;
    padding-bottom: 70px
}

.intro#tiny .text, .intro#tiny2 .text {
    padding-top: 20px;
    padding-bottom: 20px
}

.queueable-tarp {
    position: relative;
    height: 50px
}

.queueable-tarp:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 10px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 47px;
    background: #d4d9dd;
    border-radius: 5px
}

#single_course {
    border-radius: 5px;
    margin-bottom: 30px
}

#single_course.no_shadow {
    box-shadow: none
}

#single_course .teacher img {
    float: right;
    width: 70px;
    border-radius: 100%;
    margin-left: 20px
}

#single_course .question {
    background: #fff;
    border-bottom: 2px solid #e1e1e1
}

#single_course .question .info {
    background: #f3f5f6;
    padding: 20px;
    height: 70px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05) inset, 0 -1px 0 rgba(0, 0, 0, .05) inset
}

#single_course .question .info p {
    float: left;
    line-height: 34px
}

#single_course .question .info .btn {
    float: right;
    background-color: #f9845b;
    border-color: #f9845b;
    color: #fff;
    font-weight: 600;
    margin-left: 10px
}

#single_course .question .info .btn-default {
    opacity: 1;
    color: #333;
    border: 2px solid #d4d9dd;
    background: 0 0
}

#single_course .question .info .btn-default:hover {
    border-color: #999
}

#single_course .question .main {
    padding: 40px 15px;
    text-align: center
}

#single_course .question .main .sub {
    color: #999;
    margin-bottom: 15px
}

#single_course .question .main h3 {
    margin: 0;
    color: #384047;
    font-weight: 600;
    font-size: 24px
}

#single_course .question .written_answer {
    padding: 20px
}

#single_course .question .written_answer textarea {
    height: 300px;
    border-radius: 0
}

#single_course .question .written_answer textarea:focus {
    border: 1px solid #ccc
}

#single_course .question .fill_blanks {
    padding: 50px 20px
}

#single_course .question .fill_blanks input {
    width: 100px;
    display: inline-block;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #e1e1e1;
    outline: 0;
    -webkit-box-shadow: none
}

#faqs, #single_course .question .quiz-answers {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#faqs li i, #faqs li.active i.fa-plus, #single_course .course_info .modules .box .accordion_panel, #single_course .question .quiz-answers li input {
    display: none
}

#single_course .question .quiz-answers li a {
    padding: 20px 30px;
    height: 90px;
    border-bottom: 1px solid #ebedef;
    display: table;
    position: relative;
    width: 100%;
    transition: background .3s;
    font-size: 24px;
    font-weight: 600;
    color: #7b8b8e
}

#single_course .question .quiz-answers li a span.abc {
    border: 3px solid #d4d9dd;
    display: inline-block;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 46px;
    margin-top: 0;
    text-align: center;
    margin-right: 30px
}

#single_course .question .quiz-answers li a span.answer {
    display: inline-block;
    font-size: 18px
}

#single_course .question .quiz-answers li.active a {
    background: #f9f9f9;
    color: #000
}

#single_course .course_info .modules .box .status_icon.completed, #single_course .question .quiz-answers li.active a .abc {
    color: #fff;
    background: #eb7728;
    border-color: #eb7728
}

#single_course .col-sm-8 {
    padding-right: 60px
}

#single_course .course_info {
    padding: 50px 30px 30px;
    background: #fff
}

#single_course .course_info.plain {
    padding: 0;
    background: 0 0
}

#single_course .course_info .modules .box {
    position: relative;
    padding-left: 70px;
    padding-bottom: 70px
}

#single_course .course_info.plain .modules .box {
    padding-bottom: 20px
}

#single_course .course_info .modules .box .status_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-radius: 200px;
    text-align: center;
    display: block
}

#single_course .course_info .modules .box .status_icon:hover {
    border-color: #eb7728
}

#footer, .unit_quiz {
    border-top: 1px solid #e1e1e1
}

#single_course .course_info .modules .box .status_icon.completed .fa, .reminderoff a, .reminderon a, .surveyactiveno a, .surveyactiveyes a {
    color: #fff
}

#single_course .course_info .modules .box .status_icon .fa {
    font-size: 24px;
    margin-top: 10px;
    display: block;
    color: #999
}

#single_course .course_info .modules .box .status_icon .fa.fa-play {
    margin-left: 4px
}

#single_course .course_info .modules .box .info h3 {
    color: #384047;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0
}

#single_course .course_info .modules .box .info p {
    font-size: 14px;
    line-height: 20px
}

#single_course .course_info .modules .box .show_modules {
    color: #eb7728;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600
}

#single_course .course_info .modules .box .show_modules:after {
    content: '\002B';
    color: #eb7728;
    font-weight: 700;
    float: left;
    margin-right: 5px
}

#single_course .course_info .modules .box .show_modules.active:after {
    content: "\2212"
}

#single_course .course_info .modules .box ul {
    margin: 0;
    padding: 0;
    display: none
}

#faqs li.active .answer, #single_course .course_info .modules .box ul.active {
    display: block
}

#single_course .course_info .modules .box ul li {
    list-style-type: none;
    border-top: 1px solid #e1e1e1
}

#single_course .course_info .modules .box ul li a {
    font-weight: 600;
    color: #333;
    display: block;
    padding: 15px 10px 15px 0
}

#faqs li h3:hover, #single_course .course_info .modules .box ul li a:hover {
    background-color: #f1f1f1
}

#single_course .course_info.rtl .modules .box ul li a .fa {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

#single_course .course_info.rtl .modules .box ul li .view_unit_btn {
    float: left;
    margin-left: 10px
}

#single_course .course_info.rtl .modules .box {
    padding-left: 0;
    padding-right: 70px
}

#single_course .course_info.rtl .modules .box .status_icon {
    left: auto;
    right: 0
}

#single_course .course_info .mark_as_completed_div {
    font-weight: 600;
    position: relative;
    padding: 20px;
    background: #f1f1f1;
    border-radius: 7px;
    line-height: 35px;
    margin-bottom: 30px
}

#single_course .course_info .next_module {
    text-align: center;
    padding: 20px;
    background: #f1f1f1;
    border-radius: 7px;
    margin-bottom: 50px
}

#single_course .course_info .next_module .btn {
    padding: 10px 30px;
    font-weight: 600
}

#courses_list .box {
    background: #fff;
    position: relative;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .06);
    border-radius: 5px 5px 4px 4px;
    min-height: 375px;
    overflow: hidden;
    color: #7b8b8e;
    margin-bottom: 30px;
    display: block
}

#courses_list .box .btn-default:hover, #courses_list .box:hover .top {
    opacity: .8
}

#courses_list .box:focus {
    box-shadow: 0 2px 0 rgba(0, 0, 0, .3)
}

#courses_list .box .top .fa {
    padding-right: 15px;
    font-size: 18px
}

#courses_list .box .top {
    height: 60px;
    background-color: #f87217;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 15px
}

#courses_list .box .top .modules {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 600
}

#courses_list .box .info {
    padding: 20px 30px
}

#courses_list .box .info .type {
    font-size: 14px;
    font-weight: 600
}

#courses_list .box .info h3 {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #4b5658
}

#courses_list .box .bottom {
    position: absolute;
    bottom: 30px;
    right: 20px;
    left: 30px
}

#courses_list .box .spacer {
    margin-top: 40px;
    float: left;
    display: inline-block
}

#side_feedback .feedback_icons .fa, #side_notes .notes_icons .fa, .header1 .user {
    margin-top: 10px
}

#courses_list .box .btn-default {
    font-weight: 700;
    background: #fff;
    color: #555;
    padding: 10px 20px
}

#page_form {
    padding: 50px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
    margin-bottom: 100px
}

#page_form h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 40px
}

#page_form h2 span {
    border: 2px solid #5fcf80;
    width: 30px;
    height: 30px;
    border-radius: 90px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    color: #5fcf80;
    font-size: 19px;
    line-height: 27px
}

#page_form .form-control {
    height: 42px;
    background-color: #f9fafa;
    transition: .2s;
    margin: 0;
    font-size: 18px;
    padding: .75rem 1rem;
    outline: 0;
    border: 2px solid #d4d9dd;
    border-radius: 4px;
    box-shadow: 0;
    box-sizing: border-box;
    color: #40484a
}

#page_form hr {
    margin: 50px 0
}

#page_form .btn.btn-success {
    border: none;
    background: #5fcf80;
    padding: 20px 50px
}

#landing_intro {
    margin-top: -40px;
    background: url(../images/landing_intro.jpg) center center/cover no-repeat #2d3339
}

#landing_intro .overlay {
    background-color: rgba(0, 0, 0, .5);
    height: 700px
}

#landing_intro .text {
    color: #fff;
    padding-top: 200px;
    width: 50%
}

#landing_intro .text h1 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 20px
}

#landing_intro .text p {
    font-weight: 400;
    font-size: 18px;
    color: #f1f1f1;
    margin-bottom: 20px
}

#landing_intro .text .btn {
    padding: 10px 30px
}

#landing_welcome_text {
    background: #fff;
    padding: 50px 0
}

#landing_welcome_text p {
    line-height: 28px;
    font-size: 16px
}

#landing_welcome_text img {
    max-width: 100%;
    border-radius: 6px
}

#landing_welcome_text h2 {
    font-weight: 600;
    color: #384047;
    margin-bottom: 30px
}

#landing_get_started {
    background: #edeff0;
    padding: 50px 0
}

#landing_get_started h2 {
    font-weight: 600;
    font-size: 34px;
    text-align: center;
    color: #384047;
    margin-bottom: 30px
}

#landing_get_started .sub_title {
    color: #7b8b8e;
    font-size: 18px;
    margin-bottom: 40px
}

#side_feedback .feedback_icons, #side_notes .notes_icons {
    font-size: 29px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    height: 50px
}

#landing_get_started .box {
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px
}

#landing_get_started .box h3 {
    font-size: 17px;
    font-weight: 600
}

#landing_get_started .box .info, #plans .box .info {
    height: 150px
}

#landing_get_started .box .btn {
    border: none;
    padding: 10px
}

#landing_get_started .box .btn:hover {
    opacity: .7
}

#side_notes {
    top: 20px;
    bottom: 175px;
    z-index: 100;
    background-color: rgba(252, 241, 205, .95);
    border: 1px solid #e1e1e1;
    padding-bottom: 300px
}

#side_feedback.active, #side_notes.active {
    right: -1px
}

#side_notes .notes_icons {
    background-color: #fcf1cd;
    left: -50px;
    top: 200px;
    z-index: 100;
    border-radius: 5px 0 0 5px;
    border: 1px solid #e1e1e1;
    border-right: none
}

#side_notes .content {
    padding: 10px 10px 150px;
    overflow: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 160px
}

#side_notes .content ul li {
    margin-bottom: 15px;
    list-style-type: none;
    line-height: 20px;
    background-color: #faf5e6;
    border-radius: 5px;
    padding: 10px
}

#side_notes .content ul li .unit_bottom_info {
    font-size: 12px;
    padding-top: 15px
}

#side_notes .content ul li .unit_bottom_info a, #side_notes .content ul li .unit_top_info a {
    color: #2d91ca
}

#side_notes .content ul li .unit_bottom_info a:hover, #side_notes .content ul li .unit_top_info a:hover {
    color: #000
}

#side_notes .content ul li .unit_bottom_info .fa, #side_notes .content ul li .unit_top_info .fa {
    float: right;
    margin-left: 10px
}

#side_feedback form, #side_notes form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 3
}

#side_feedback form textarea, #side_notes form textarea {
    outline: 0;
    padding: 10px;
    color: #000;
    background-color: rgba(0, 0, 0, .1);
    height: 100px;
    width: 100%;
    border: none
}

#side_notes .content ul li .unit_bottom_info .fa:hover, #side_notes .content ul li .unit_top_info .fa:hover {
    opacity: .5
}

#side_feedback form .btn, #side_notes form .btn {
    width: 100%;
    color: #fff;
    background-color: #000;
    opacity: .6
}

#side_notes .content ul li .unit_top_info {
    font-size: 12px;
    padding-top: 0
}

#side_feedback {
    height: 175px;
    bottom: 0;
    z-index: 101;
    background-color: #f0f8ff;
    border: 1px solid #e1e1e1;
    padding-bottom: 30px
}

#side_feedback .feedback_icons {
    background-color: #f0f8ff;
    left: -50px;
    top: 35px;
    z-index: 101;
    border-radius: 5px 0 0 5px;
    border: 1px solid #e1e1e1;
    border-right: none
}

#unit_support h4 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px
}

#faqs li h3 {
    cursor: pointer;
    margin: 0;
    font-weight: 700;
    padding: 15px;
    font-size: 16px
}

#faqs li h3 i {
    margin-right: 5px;
    color: #999
}

#faqs li .answer {
    padding: 15px;
    display: none
}

#module_complete {
    text-align: center;
    background: #384047;
    padding: 100px 30px
}

#module_complete .icon {
    font-size: 72px;
    color: #fff;
    font-weight: 600
}

#module_complete hr {
    width: 50%;
    margin: 20px auto;
    border-top: 1px solid #999
}

#module_complete h2 {
    color: #fff;
    font-weight: 600
}

#module_complete p {
    font-size: 18px;
    width: 60%;
    margin: 0 auto 30px;
    font-weight: 600;
    color: #87929d
}

#module_complete .btn {
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    margin: 0 5px;
    opacity: .9
}

#plans, #plans .box, #plans .box .price, .unit_quiz, .unit_quiz_responses {
    margin-bottom: 30px
}

#module_complete .btn.btn-default {
    background: #fff;
    color: #000
}

#plans {
    padding: 30px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    overflow: auto
}

#plans .box {
    border: 2px solid #e1e1e1;
    padding: 20px;
    border-radius: 5px;
    background: #f9fafa
}

#plans .box h3 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #777
}

#plans .box .price {
    font-weight: 600;
    font-size: 34px;
    text-align: center
}

#plans .box .info ul {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none
}

#plans .box .btn {
    padding: 10px 20px;
    font-size: 15px
}

#plans.single {
    padding: 0;
    margin: 0
}

#plans.single .box {
    padding: 0;
    border: none;
    background: 0 0
}

#elearning_left .list-group-item:first-child, #elearning_left .list-group-item:last-child, #elearning_left ul, .unit_quiz {
    border-radius: 0
}

#footer {
    text-align: center;
    padding: 40px 0
}

#footer p {
    color: #777;
    font-size: 12px
}

.unit_quiz .form_buttoms {
    text-align: center;
    padding-top: 20px
}

.unit_quiz h3 {
    margin: 0
}

.unit_quiz {
    background-color: #fff;
    padding: 30px
}

.unit_quiz .control-label {
    text-align: right;
    display: block
}

.unit_quiz_responses {
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 10px
}

.unit_quiz_responses h3 {
    margin: 0 0 20px
}

.unit_quiz_responses li {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
    position: relative
}

.unit_quiz_responses li .icon {
    position: absolute;
    left: 0;
    margin-bottom: 30px;
    text-align: center
}

.unit_quiz_responses li .icon .fa {
    font-size: 28px;
    color: #999
}

.unit_quiz_responses li .icon .fa.fa-check-circle {
    color: #5cb85c
}

.unit_quiz_responses li .info {
    margin-left: 40px
}

#admin {
    padding-top: 100px;
    font-family: roboto, sans-serif, arial
}

#elearning_container {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

#elearning_left {
    display: none;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0
}

#elearning_left .list-group {
    background: 0 0;
    border-radius: 0;
    box-shadow: none
}

#elearning_left .list-group-item {
    color: #777;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #e1e1e1
}

#elearning_right {
    padding: 30px;
    min-height: 400px
}

#elearning_right h2 {
    font-size: 24px;
    font-weight: 600;
    color: #444;
    margin: 0 0 30px
}

#elearning_right h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 30px
}

#elearning_right h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px
}

#elearning_container .panel {
    box-shadow: none;
    border: 1px solid #e1e1e1
}

#elearning_container .panel-heading {
    font-weight: 700;
    color: #444
}

#header_placeholder {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #343434), color-stop(100%, #292929));
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.admin_module {
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none
}

.admin_module li {
    margin-left: 0;
    cursor: move;
    clear: both;
    margin-bottom: 10px;
    background: #f1f1f1;
    padding: 8px 8px 8px 10px;
    border-radius: 5px
}

.admin_module li .fa-bars {
    margin-right: 7px;
    vertical-align: top
}

.admin_module li .title {
    display: inline-block;
    font-weight: 400;
    color: #2e6da4;
    font-size: 14px
}

.admin_module li .title:hover {
    color: #2e6da4
}

.admin_module li .title .quiz {
    color: #fff;
    margin-left: 10px
}

.admin_module .btn {
    margin-left: 10px
}

.admin_module .add_unit {
    padding: 0;
    cursor: pointer;
    border: 1px dashed #ccc;
    background: #fff;
    text-align: center;
    margin-bottom: 50px
}

.admin_module .add_unit a {
    display: block;
    padding: 10px;
    color: #333
}

.top_title_section {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.top_title_section h1 {
    font-weight: 600;
    margin: 0;
    color: #555;
    font-size: 22px
}

.top_title_section h1 span {
    font-weight: 400;
    color: #999
}

.admin_tabs_group .btn {
    font-size: 13px;
    border-right: none;
    border-left: 1px solid #ccc;
    background-image: linear-gradient(to bottom, #fff 0, #f2f2f2 100%)
}

.admin_tabs_group .btn-group.active .btn, .admin_tabs_group .btn:hover {
    background: #e1e1e1
}

.admin_tabs_group .btn-group:last-child .btn {
    border-right: 1px solid #ccc
}

.subdued {
    color: #999;
    font-size: 13px
}

.note {
    padding-top: 10px
}

.required:after {
    content: "* ";
    color: #f90;
    font-size: 20px
}

.validated_entry {
    display: inline-block;
    width: 22px;
    height: 22px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.validated_entry_circle {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: green;
    border-radius: 11px;
    left: 0;
    top: 0
}

.validated_entry_kick, .validated_entry_stem {
    width: 3px;
    background-color: #fff;
    position: absolute
}

.validated_entry_stem {
    height: 9px;
    left: 11px;
    top: 6px
}

.validated_entry_kick {
    height: 3px;
    left: 8px;
    top: 12px
}

.invalidated_entry {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.invalidated_entry_circle {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: red;
    border-radius: 11px
}

.top-buffer {
    margin-top: 20px
}

.header1 .logo img {
    height: 50px;
    padding: 10px
}

.header1 ul.main_menu {
    margin: 15px 0 0 30px;
    padding: 0 0 0 30px
}

.header1 ul.main_menu.register_links {
    border-left: none
}

.header1 ul.main_menu li {
    list-style: none;
    margin-right: 15px
}

.header1 .notifications {
    font-size: 24px;
    margin-top: 10px;
    padding-bottom: 10px
}

.header1 .notifications .count {
    display: block;
    background: #ed5a5a;
    font-size: 14px;
    padding: 0 3px;
    line-height: 16px;
    z-index: 3;
    font-weight: 500;
    border-radius: 4px
}

.header1 .user {
    margin-left: 15px
}

.header1 ul.user li {
    list-style: none
}

@media (max-width: 767px) {
    #simple_form {
        width: 100%
    }

    #pushContent {
        height: 150px;
        width: 100%;
        display: none
    }
}

@media (max-width: 480px) {
    #pushContent {
        height: 150px;
        width: 100%;
        display: none
    }
}

.access_code_input_course {
    max-width: 300px;
    margin: 10px auto
}

.access_code_input_course .btn, .access_code_input_course .form-control {
    height: 45px;
    margin: 0
}

.access_code_input_course .btn:hover {
    background-color: #fff;
    color: #000
}

.reminderon, .surveyactiveyes {
    background: green;
    color: #fff
}

.reminderoff, .surveyactiveno {
    background: red;
    color: #fff
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}

h2 {
    padding-left: 0px;
    color: var(--bs-emphasis-color);
}

.course-boundry img {
    border-radius: 20px 0px 0px 20px;
}

.course-boundry div {
    border-radius: 0px 20px 20px 0px;
}

.course-boundry {
    border: none;
    border-radius: 20px;
    box-shadow: 1px 1px 9px 3px rgba(101, 101, 101, 0.25);
}

third-col-sidebar {
    margin-top: 20px;
}

.related-courses .card {
    margin-top: 20px;
}

.far.fa-user {
    margin-left: 5px;
}

.signin {
    width: 70px;
}

.ctrl-top {
    margin-top: 8px;
}

.navbar {
    background-color: #0F8190;
}

.material-icons.cust-colorf-icon {
    color: #F1FAFB;
}

.third-col-sidebar .card {
    margin-top: 1em;
    margin-right: 3em;
    margin-left: 0em;
}


.course-bg {
    height: 377px;
    background: url("/static/inourplace/resources/img/banner.jpg") center / cover no-repeat;
    backdrop-filter: opacity(1);
    -webkit-backdrop-filter: opacity(1);
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-brand {
    font-size: 15px;
}


@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 7px;
        padding-left: 5px;
    }
}

.navbar-brand {
    margin: 0px 3px 0px 0px;
}

@media (max-width: 768px) {
    .course-bg {
        height: auto;
    }
}

@media (max-width: 460px) {
    .mobile-xs {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

.course-block {
    background: #ffffff;
    border-radius: 0px;
    height: 300px;
    border-radius: 0px 20px 20px 0px;
}

.course-img-block {
    border-radius: 20px 0px 0px 20px;
}

.course-subt {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    color: #0f8190;
    font-size: 15px;
}

.course-block.course-border3 {
    border-left: 8px solid #980000;
}

.course-block.course-border1 {
    border-left: 8px solid rgb(243, 186, 76);
}

.course-block.course-border2 {
    border-left: 8px solid #008200;
}

.course-block.course-border4 {
    border-left: 8px solid #c400c4;
}

.img-col-bg {
    background: rgba(255, 255, 255, 0);
}

@media (max-width: 460px) {
    .ps-xs-2.course-block {
        padding-left: 8px !important;
    }
}

.options-list {
    justify-content: space-between;
}

@media (min-width: 600px) and (max-width: 780px) {
    .list-md {
        font-size: 13px;
    }
}

@media (min-width: 600px) and (max-width: 780px) {
    .mid-list1 {
        width: 30%;
    }
}

@media (min-width: 600px) and (max-width: 780px) {
    .mid-list2 {
        width: 35%;
    }
}

@media (min-width: 600px) and (max-width: 780px) {
    .mid-list3 {
        width: 42%;
    }
}

@media (max-width: 460px) {
    .list-md {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .list-md {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .py-xs {
        padding: 20px 0px 20px 0px;
    }
}

@media (max-width: 460px) {
    .c-header {
        color: #fff !important;
    }
}

.c-header {
    font-family: 'Noto Sans', sans-serif;
    color: #0f8190;
}

@media (max-width: 460px) {
    .c-colors {
        color: #fff !important;
        text-shadow: 1px 1px 2px #000;
    }

    .carousel-slick {
        height: 500px;
    }
}

.c-colors {
    color: rgb(75, 75, 75);
}

.btn-close {
    filter: var(--bs-btn-close-white-filter);
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
    --bs-modal-color: #adb5bd;
    --bs-modal-bg: #212529;
    --bs-modal-border-color: rgba(255, 255, 255, 0.15);
    --bs-modal-header-border-color: #495057;
    --bs-modal-footer-border-color: #495057;
}

.btn-close {
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    filter: var(--bs-btn-close-white-filter);
}

.modal-body {
}

.modal-footer {
    border: none;
    border-radius: 0px;
}

.col-shadow {
    box-shadow: 5px 0px 4px #bababa;
    border-radius: 20px;
}

h2 {
}

.featured-nav li a {
    margin-left: 4px;
    margin-right: 4px;
}

.featured-nav li {
    border-radius: 20px;
    cursor: pointer;
}

a {
}

.active-color {
    color: #FFF !important;
}

@media (min-width: 768px) {
    .rounded-md-0 {
        border-radius: 0 !important;
    }
}

#unitsSidebar {
    position: fixed;
    top: 50%;
    right: 5%;
}