body,
.body-color {
    background-color: #fafafa !important
}

html {
    position: relative;
    min-height: 100%
}

pre {
    text-align: left;
    white-space: pre-wrap
}

.test {
    border: 1px solid red
}

.page {
    margin-bottom: 61px
}

@media (max-width:991px) {
    .page {
        margin-bottom: 102px
    }
}

@media (max-width:767px) {
    .page {
        margin-bottom: 153px
    }
}

.main-raised {
    margin: 0 30px 0
}

.main-raised-image {
    margin: -60px 30px 0
}

.clear-raised {
    padding-top: 30px
}

.page footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.navbar-brand {
    padding: 5px 15px !important
}

.logo img {
    width: 13rem
}

.logo-pro img {
    width: 18rem
}

.content-logo-pro img {
    width: 23rem
}

.btn-paypal img {
    margin-left: 3px;
    width: initial
}

.btn-paypal {
    line-height: 21px
}

.payment-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}

.text-payment {
    color: #7a7a7a !important
}

.svg-btn img {
    width: 24px;
    height: auto;
    margin-right: 16px
}

.svg-btn {
    text-align: left;
    padding: 10px 16px
}

.m-auto,
.m-auto img {
    margin: auto
}

.fs-14 {
    font-size: 14px !important;
    line-height: 21px !important
}

.fs-16 {
    font-size: 16px !important;
    line-height: 24px !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.bold,
.bold p {
    font-weight: 700 !important
}

.no-bold {
    font-weight: 400
}

.w-100,
.w-100 .btn {
    width: 100% !important
}

.text-normal {
    text-transform: none
}

.content {
    padding-top: 70px;
    padding-bottom: 70px
}

.section {
    padding-bottom: 0
}

.section-last {
    padding-bottom: 70px
}

.course-section {
    padding-top: 40px
}

.title-desc {
    margin-top: 30px
}

.text-desc {
    color: #76787B
}

.pro-features .info {
    padding-top: 30px
}

.info-horizontal .icon {
    top: 18px;
    float: none;
    margin-top: 0;
    margin-right: 0;
    position: relative
}

.none {
    display: none
}

.inactive-link {
    pointer-events: none;
    cursor: default
}

.inactive-link:hover {
    color: inherit !important
}

.disable-link {
    cursor: not-allowed !important;
    pointer-events: all !important
}

.center-pills {
    display: inline-block
}

.card-signup .social-line .btn {
    margin-left: 10px;
    margin-right: 10px
}

.card-signup .social-line .btn.btn-just-icon i {
    width: 100%
}

.card-signup .footer {
    margin-bottom: 22px
}

.card-signup .header {
    padding: 20px 0 30px 0
}

.btn-link {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important
}

.btn-trans {
    border: 1px solid #7cb342 !important;
    padding: 11px 29px !important
}

.btn-trans:active,
.btn-trans:focus,
.btn-trans:hover {
    box-shadow: 0 14px 26px -12px rgba(200, 200, 200, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(200, 200, 200, .2) !important
}

.head-text {
    min-height: 260px;
    text-shadow: 2px 2px 4px #636b6f
}

.tagline,
.sub-tagline {
    transition: all 0.7s ease-in-out
}

.sub-tagline {
    opacity: 0;
    margin: 0
}

.lift-text .sub-tagline {
    opacity: 1
}

.m-t-b-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m0,
.lift-text .tagline {
    margin: 0 !important
}

.p0 {
    padding: 0 !important
}

.not-found {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #777
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    animation: blink 1s infinite
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media all and (max-width:767px) {
    .navbar {
        padding: 5px 0 5px 0px !important
    }

    .navbar-collapse {
        height: 101vh
    }

    .navbar .navbar-collapse .navbar-nav {
        margin-top: 5px
    }

    .navbar .navbar-collapse .open .dropdown-menu>li>a {
        padding-left: 15px
    }

    .media .media-responsive {
        display: grid
    }

    .media .media-responsive>div {
        padding-left: 0
    }

    .main-raised {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width:768px) {
    .navbar-right {
        margin-right: 0
    }

    .nav>.open>.dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0, 0, 0, .15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }

    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%)
    }

    .timeline .timeline-panel::before {
        width: 85px;
        border-top: 3px solid #E5E5E5;
        content: "";
        display: block;
        position: absolute;
        height: 5px;
        left: -80px;
        top: 40px;
        z-index: -1
    }

    .media .media-responsive {
        display: table-cell
    }

    .media .togglebutton {
        width: 110px
    }
}

.page-header[data-parallax*="true"] {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .page-header[data-parallax*="true"] {
        background-attachment: scroll
    }

    .page .header-large .container-title {
        padding-top: 20vh !important;
        padding-bottom: 10vh !important
    }

    .user-edit-option {
        margin-top: 0 !important
    }
}

.page .header-xsmall .container-title {
    padding-top: 10vh !important;
    padding-bottom: 0 !important
}

.page .header-xsmall {
    height: auto;
    min-height: 25vh
}

.page .header-small {
    height: 380px;
    background-position: top center
}

.page .page-title {
    font-family: 'Titillium Web', 'Raleway', sans-serif;
    letter-spacing: .08em;
    margin-top: 22px;
    margin-bottom: 22px
}

.navbar {
    padding: 5px 15px
}

.black-footer {
    background-color: #4a4d48;
    padding: 5px 0 !important
}

.black-footer .copyright {
    color: #fff;
    opacity: .86;
    font-weight: 500
}

.black-footer a {
    color: #fff;
    opacity: .86
}

.black-footer a:hover {
    opacity: 1
}

.no-page-header {
    height: auto;
    min-height: 60px !important
}

.lesson-footer {
    color: #555;
    padding: 6px 0 4px 0 !important
}

.lesson {
    height: 100vh
}

.lesson-content {
    height: calc(100% - 121px);
    padding: 8px 8px 0 8px;
    box-sizing: border-box;
    overflow-y: auto
}

#docs,
#editor,
#console {
    background-color: #555;
    color: #fff
}

@media all and (max-width:767px) {

    #docs,
    #editor,
    #console {
        min-width: 100%
    }
}

.section-title {
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    min-height: 40px;
    background-color: #d4d5d6;
    color: #828685
}

.section-content {
    padding-left: 20px;
    padding-right: 20px
}

.section-instruction {
    padding-top: 20px
}

.section-instruction.alert {
    margin-bottom: 0
}

.result-content {
    padding: 10px
}

.code-content {
    display: block;
    white-space: pre-wrap;
    color: inherit;
    background-color: inherit;
    border-radius: 0
}

.split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden
}

.gutter {
    background-color: #fafafa !important
}

.gutter.gutter-horizontal {
    cursor: ew-resize
}

.split.split-horizontal,
.gutter.gutter-horizontal {
    height: 100%;
    float: left
}

#ace-editor {
    height: calc(100% - 41px);
    width: 100%
}

.ace_hidden-cursors .ace_cursor {
    opacity: 0 !important
}

.card-signup {
    margin-top: 80px;
    margin-bottom: 40px
}

.card .footer {
    padding-left: 30px;
    padding-right: 30px
}

.auth-alert,
.catalog-content,
.text-header {
    margin-top: 40px
}

.forgot-link {
    margin-top: 8px
}

.navbar .navbar-nav>li>a,
.btn,
.navbar .navbar-nav>li>a.btn {
    font-weight: 500
}

.sk {
    font-size: 12px;
    font-weight: 400;
}

.card-icon {
    font-size: 12em
}

.icon-transform-js i::before {
    transform: translateX(10%)
}

.card .catalog-detail {
    padding-top: 0
}

.catalog-image img {
    max-width: 200px;
    margin: auto
}

.course-image {
    margin-top: 0
}

.course-image img {
    max-width: 200px;
    margin: auto
}

.submission-image img {
    max-width: 100px;
    margin: auto
}

.courses .card-icon {
    font-size: 9em;
    background-color: #3C4858
}

.courses .card-content {
    margin-bottom: 20px
}

.col-no-padding {
    padding-left: 0;
    padding-right: 0
}

.col-no-padding>div {
    padding-top: 20px;
    padding-bottom: 20px
}

.span-m {
    margin-right: 15px
}

.timeline-heading .span-m,
.excercise-content .span-m {
    margin-right: 5px
}

.courses .panel .panel-heading {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 5px;
    padding-top: 15px
}

.courses .panel .panel-body {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px
}

.courses .timeline-heading {
    margin-top: 15px
}

.courses .timeline-heading .h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1em
}

.courses .timeline-heading .h6,
.fs-12 {
    font-size: 12px
}

.courses .panel-title .h5 {
    font-size: 16px
}

.courses .timeline-panel {
    box-shadow: none;
    border: 1px solid #e4e4e4;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 15px;
    transition: all .1s linear
}

.courses .timeline-panel:hover {
    box-shadow: 0 1px 4px 0 #e4e4e4
}

.c-offcanvas-bg {
    z-index: 1033
}

.c-offcanvas--left {
    left: 0;
    overflow-y: auto;
    width: 360px;
    z-index: 1034;
    text-align: left;
    border-right: 1px solid #e3e3e3;
    padding: 20px;
    transform: translate3d(-360px, 0, 0)
}

.close {
    color: inherit !important
}

.excercise-main {
    margin-bottom: 15px
}

.excercise-content span {
    font-size: 16px !important
}

.excercise-content i {
    float: right
}

.locked,
.locked:hover,
.locked:active,
.locked:focus {
    color: #999;
    cursor: not-allowed
}

.done i,
.done i:hover,
.done i:active,
.done i:focus {
    color: #4caf50
}

.on-progress,
.on-progress:hover,
.on-progress:active,
.on-progress:focus {
    color: #3C4858;
    cursor: default
}

.forum-section,
.user-section {
    padding-top: 24px;
    padding-bottom: 40px
}

.forum-main .done i {
    font-size: 30px;
    line-height: 2
}

.forum-main .media .media-footer .btn {
    margin-bottom: 0
}

.text-bold-medium,
.text-bold-medium p,
.text-bold-medium a {
    font-weight: 500
}

.media .avatar {
    box-shadow: none
}

.card-profile .card-avatar {
    box-shadow: none
}

.thumbnail,
.no-bg {
    background-color: transparent
}

.forum-main .media .avatar,
.forum-answer .media .done,
.message-main .media .avatar {
    width: 50px;
    height: 50px
}

.forum-main .card,
.forum-main .list-group-item,
.user-main .card,
.user-main .list-group-item,
.message-main .card,
.message-main .list-group-item {
    border-radius: 0
}

.forum-option,
.user-edit-option {
    margin-top: 65px
}

.forum-option .card,
.user-edit-option .card {
    border: 1px solid #d3e0e9;
    padding: 10px 15px
}

.forum-option .list-group-item a,
.user-edit-option .list-group-item a,
.forum-question p,
.forum-answer p,
.profile-page p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400
}

.make-thread .btn,
.compose-msg .btn {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%
}

.question-title {
    margin-bottom: 24px
}

.forum-question,
.separator {
    padding-bottom: 10px;
    border-bottom: 1px solid #d3e0e9;
    margin-bottom: 20px
}

.forum-answer {
    margin-top: 20px
}

.answer {
    padding: 15px;
    margin-top: 0;
    margin-bottom: -1px;
    border: 1px solid #d3e0e9
}

.answer-count .text-title {
    margin: 0;
    font-weight: 400
}

.best-answer .answer {
    margin-top: -1px
}

.best-answer-header .title {
    margin: 0;
    padding: 1em 2em;
    border: 1px solid #d3e0e9;
    background: #00bcd4;
    color: #fff
}

.forum-create,
.user-card {
    border: 1px solid #d3e0e9;
    padding: 30px
}

.forum-create .btn-command .btn,
.user-card .btn-command .btn {
    margin-top: 20px;
    margin-bottom: 0
}

.note-editor .btn-group,
.note-editor .btn-group-vertical {
    margin-bottom: 0
}

.note-editor .dropdown-menu li>a:focus,
.note-editor .dropdown-menu li>a:hover,
.navbar .dropdown-menu li>a:focus,
.navbar .dropdown-menu li>a:hover,
.navbar.navbar-default .dropdown-menu li>a:focus,
.navbar.navbar-default .dropdown-menu li>a:hover {
    box-shadow: none
}

.note-editor.panel .panel-heading a:active,
.note-editor.panel .panel-heading a:hover,
.note-editor.panel .panel-heading a[aria-expanded=true],
.navbar .navbar-collapse .open .dropdown-menu>li>a:focus,
.navbar .navbar-collapse .open .dropdown-menu>li>a:hover {
    color: inherit
}

.note-editor .dropdown-menu li a:active,
.note-editor .dropdown-menu li a:focus,
.note-editor .dropdown-menu li a:hover,
.navbar .dropdown-menu li>a:focus,
.navbar .dropdown-menu li>a:hover,
.navbar.navbar-default .dropdown-menu li>a:focus,
.navbar.navbar-default .dropdown-menu li>a:hover {
    background-color: #f5f5f5
}

.note-editor.panel {
    border-radius: 0;
    border: 1px solid #D2D2D2
}

.note-editor .panel-heading.note-toolbar .dropdown-menu {
    max-height: 216px;
    overflow-y: auto
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
    background-color: #ffffff
}

.note-editor.panel .panel-heading i {
    float: none
}

.note-editor.panel,
.note-editor.panel .panel-heading {
    background-color: #ffffff
}

.reply-panel .media,
.reply-panel .media-body {
    overflow: inherit
}

.timeline>li>.timeline-panel {
    border-radius: 0;
    border: 1px solid #d3e0e9
}

.profile-page .card .card-content {
    padding: 0 !important
}

.profile-page .timeline.timeline-simple {
    margin-top: 20px;
    padding: 0
}

.user-edit-option .card-profile {
    margin-top: 20px;
    margin-bottom: 25px
}

.user-edit-option .card-profile .card-avatar {
    max-width: 118px;
    max-height: 118px;
    margin: 0 auto 20px
}

.user-edit-option a .material-icons,
.list-group-item a .material-icons {
    vertical-align: top
}

.message-section {
    padding-top: 24px;
    padding-bottom: 24px
}

.message-main .people-list p,
.chat-header p {
    margin-bottom: 0
}

.message-main .list-group-item {
    padding: 0
}

.message-main .list-group-item .media {
    padding: 0 15px
}

.people-list .search-box {
    padding: 20px
}

.people-list .card,
.no-margin-bottom {
    margin-bottom: 0
}

.message-main .people-list .form-control-feedback {
    opacity: 1
}

.people-list .list-group {
    max-height: 62vh;
    overflow-y: auto
}

.people-list i.material-icons {
    line-height: 2;
    color: #62bf6e
}

.chat .btn .material-icons {
    font-size: 24px
}

.chat-history ul,
.chat-history li,
.chat-history ol {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.chat .chat-header {
    background-color: #EEE
}

.chat .chat-header .media-right {
    padding-right: 10px
}

.chat .chat-header.media .avatar {
    margin: 0
}

.chat .chat-history {
    padding: 15px 20px 5px;
    border-bottom: 2px solid white;
    overflow-y: auto;
    min-height: 40vh;
    max-height: 60vh
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
    font-size: 12px
}

.chat .chat-history .message {
    color: white;
    padding: 8px 12px;
    line-height: 26px;
    font-size: 14px;
    border-radius: 7px;
    margin-bottom: 10px;
    max-width: 90%;
    position: relative;
    word-wrap: break-word
}

.chat .chat-history .message:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -11px;
    border-bottom: 12px solid #62bf6e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.chat .chat-history .my-message {
    background: #62bf6e
}

.chat .chat-history .other-message {
    background: #7bc4ef
}

.chat .chat-history .other-message:after {
    right: 9px;
    border-bottom-color: #7bc4ef
}

.chat .chat-history .my-message:after {
    left: 9px;
    border-bottom-color: #62bf6e
}

.chat .chat-message {
    padding: 0 30px 20px 30px;
    background-color: #EEE
}

.chat .chat-message textarea {
    margin-bottom: 10px;
    overflow: hidden
}

.chat .chat-message .attach .btn {
    padding: 6px 12px;
    margin: 6px 0
}

.chat .chat-header .btn,
.people-list .media .btn,
.chat .chat-history .btn {
    padding: 0;
    margin: 0
}

.chat .chat-header .btn .material-icons {
    font-size: 36px
}

.chat .chat-message .send-command {
    float: right
}

#syllabus .media p,
#syllabus-view .media p {
    margin: 0
}

#syllabus .btn,
#syllabus-view .btn {
    border-radius: 0
}

#syllabus .media .btn,
#syllabus-view .media .btn {
    padding: 6px 12px;
    margin: 0
}

.syllabus-section {
    margin-bottom: 30px;
    background-color: #f2f3f5;
    border: 1px solid #cacbcc;
    padding: 10px
}

.syllabus-section .section-header {
    margin-bottom: 20px;
    margin-top: 10px
}

.syllabus-section .list-group {
    margin-bottom: 0;
    min-width: 100%;
    min-height: 20px
}

.syllabus-section .list-group-item {
    border: 1px solid #cacbcc
}

.syllabus-section .answer-option,
.review {
    margin-bottom: 45px
}

.command-btn,
.action-btn,
.mt-10 {
    margin-top: 10px !important
}

.command-btn .btn {
    width: 100%;
    margin: 5px 0
}

.form-group .help-block.t-area,
.t-area {
    display: block;
    padding-bottom: 10px
}

.note-editor.panel {
    margin-bottom: 7px
}

.note-editor .note-editable p {
    color: #555
}

.action-btn,
.pd-10 {
    padding-top: 10px
}

.pdl-10 {
    padding-left: 10px
}

.pdr-10 {
    padding-right: 10px
}

.mrgtb-15,
.student-report,
.author-report {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.explain_txt {
    margin-top: 34px
}

.s-icon {
    vertical-align: middle !important;
    font-size: 20px !important;
    top: -2px !important;
    position: relative !important
}

.social-link .s-icon {
    top: 0 !important
}

.m-icon {
    vertical-align: middle !important;
    font-size: 24px !important;
    top: -2px !important;
    position: relative !important
}

.m-icon.text-primary {
    top: -1px !important
}

.l-icon {
    vertical-align: middle !important;
    font-size: 28px !important;
    top: -2px !important;
    position: relative !important
}

.l-icon.text-primary {
    top: -1px !important
}

.side-menu-trigger-btn .s-icon {
    top: -1px
}

.question-list {
    margin-bottom: 30px
}

.answers {
    margin-top: 10px
}

.questions p,
.answers p {
    display: inline
}

.answers .material-icons {
    font-size: 17px;
    position: relative;
    top: 3px
}

.italic {
    font-style: italic
}

.empty-chat,
.empty-thread {
    margin-top: 73px;
    text-align: center
}

.empty-chat .title,
.empty-thread .title {
    color: #777 !important
}

.empty-chat i,
.empty-thread i {
    color: #777 !important;
    font-size: 48px;
    line-height: 1 !important
}

.btn-group .btn-first {
    width: 70%
}

.btn-group .btn-last {
    padding: 7px 30px;
    width: 30%
}

.btn-group .btn-last i {
    line-height: 1;
    font-size: 30px
}

.btn-group-chat {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px
}

#preview-avatar,
#preview-bg,
#preview-image {
    max-width: 70%;
    display: block;
    margin: auto
}

#preview-avatar {
    max-width: 40%
}

#preview-avatar img,
#preview-bg img,
#preview-image img {
    max-width: 100%
}

#avatar-cropper #preview-avatar .cropper-view-box,
#avatar-cropper #preview-avatar .cropper-face {
    border-radius: 50%
}

.btn-mini {
    padding: 6px 12px;
    margin: 0
}

.indent {
    padding-left: 14px
}

.hand {
    cursor: pointer
}

.drag-handle {
    margin-right: 10px;
    font: bold 20px Sans-Serif;
    color: #00bcd4;
    display: inline-block;
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}

.indicator {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: default
}

.indicator .material-icons {
    vertical-align: middle;
    font-size: 17px;
    top: -1px;
    position: relative
}

.catalog-title {
    margin: 20px 0 10px
}

.catalog-title .text-beta {
    padding-left: 6px
}

.submission-title {
    margin-top: 20px
}

.submission-title span {
    word-wrap: break-word
}

.dropdown-user p {
    padding: 0;
    margin: 0
}

.du-email {
    font-size: 12px
}

.quiz-question {
    margin-top: 30px
}

.multiple-choice {
    padding: 0;
    border: 1px solid #cacbcc;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer
}

.multiple-choice.survey {
    padding: 5px
}

.modal-small .modal-body {
    margin-top: 0
}

.multiple-choice p {
    margin: 0;
    display: initial
}

.correction,
.option {
    margin-top: 50px
}

.correction .false {
    border-top: 1px solid #3C4858
}

.correction .true {
    border-top: 1px solid #3C4858;
    border-bottom: 1px solid #3C4858
}

.correction i {
    margin-right: 50px
}

.correction h3,
.summary h3 {
    margin: 20px 0 20px
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px
}

.caps {
    text-transform: uppercase
}

.submission .title {
    margin-top: 11px;
    margin-bottom: 11px
}

.card-course {
    border-radius: 2px;
    border: 1px solid #d3e0e9;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    transition: box-shadow .25s ease-in, -webkit-box-shadow .25s ease-in
}

.card-course:hover {
    box-shadow: -2px 8px 22px 0 rgba(0, 0, 0, .15)
}

.card-submission .card-content,
.card-student .card-content {
    padding: 15px
}

.card-student {
    margin-top: 50px
}

.card-explore .card-content {
    padding: 16px;
    margin-bottom: 0
}

.card-explore .card-footer {
    padding: 16px;
    border-top: 1px dashed #d4d5d6
}

.course-nav {
    margin-top: 10px
}

.nav-pills>li>a.course-tab {
    font-size: 1em
}

.cursor-default {
    cursor: default
}

.wrong-answer {
    border: 2px solid #f44336
}

.wrong-answer .s-icon {
    color: #f44336
}

.right-answer {
    border: 2px solid #4caf50
}

.right-answer .s-icon {
    color: #4caf50
}

.answer-content {
    margin-left: 10px
}

.review .radio .s-icon {
    min-width: 20px
}

.hidden-view {
    visibility: hidden
}

.zero-opacity {
    opacity: 0
}

.card-pricing .card-title {
    margin-top: 11px
}

.card-pricing small:first-child {
    position: relative;
    top: -7px;
    font-size: 20px
}

.card-pricing ul li i {
    vertical-align: middle;
    top: -2px
}

#run-loading {
    left: 10px
}

.pointer-cursor {
    cursor: pointer
}

.summary {
    margin-top: 60px
}

.summary .answer {
    border: 1px solid #4caf50
}

.payment-done-header .title {
    margin: 0;
    padding: 1em 2em;
    background: #4caf50;
    color: #fff
}

table.content-wrap th,
table.content-wrap td {
    word-break: break-word;
    white-space: pre-wrap
}

.info-section {
    padding-top: 40px;
    padding-bottom: 40px
}

.info-section p {
    margin-top: 14px;
    margin-bottom: 14px
}

.form-group input[type=file].note-image-input {
    opacity: 1;
    position: inherit
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background: 0 0;
    border-color: #d3e0e9
}

.list-group-item.active a,
.list-group-item.active:focus a,
.list-group-item.active:hover a {
    color: #00bcd4;
    font-weight: 700
}

.introjs-hint {
    z-index: 10
}

.introjs-hint-dot {
    border: 10px solid rgba(244, 67, 54, .66)
}

.introjs-hint-pulse {
    border: 5px solid rgba(211, 47, 47, .57);
    background-color: rgba(229, 57, 53, .24)
}

.introjs-hint:hover>.introjs-hint-pulse {
    border: 5px solid rgba(211, 47, 47, .57)
}

.introjs-skipbutton {
    display: none !important
}

.introjs-donebutton {
    display: initial !important
}

.course-section .card-blog {
    margin-top: 0;
    margin-bottom: 0;
}

.course-section .tab-space {
    padding-bottom: 0
}

.answer-panel {
    position: relative
}

.answer-panel .anchor {
    position: absolute;
    top: -60px
}

div.hopscotch-bubble {
    z-index: 999;
    font-size: 14px
}

div.hopscotch-bubble .hopscotch-bubble-number {
    display: none !important
}

div.hopscotch-bubble .hopscotch-bubble-content {
    margin: 0 !important
}

div.hopscotch-bubble h3 {
    font-family: 'Titillium Web', 'Raleway', sans-serif;
    font-weight: 600
}

div.hopscotch-bubble .hopscotch-content {
    font-family: 'Roboto', sans-serif
}

.forum-main .media .media-body img,
.profile-page .timeline .timeline-body img {
    max-width: 50%
}

.note-editor.note-frame .note-editing-area .note-editable {
    overflow-x: hidden
}

#accordion-syllabus .panel .panel-heading {
    padding: 12px 10px 5px 0
}

.syllabus-view-font {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.auto-align {
    text-align: right
}

@media (max-width:991px) {
    .auto-align {
        text-align: left
    }
}

.medium-font {
    font-weight: 500;
    font-size: 14px
}

.notif {
    display: inline !important;
    padding: 0 !important
}

.form-group select {
    appearance: auto;
}

.multiple-choice .checkbox label,
.multiple-choice .radio label {
    padding-right: 100%;
}

.signoff img {
    width: 13rem;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

@media print {
    input[type="radio"] {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    input[type="radio"] {
        filter: none !important;
    }

    /* Hide native circle only when printing */
    input[type="radio"] {
        opacity: 1;
    }

    /* Add dot when checked */
    input[type="radio"]:checked::after {
        content: "";
        position: relative;
        left: 3px;
        top: -1px;
        display: inline-block;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: black;
    }
}

.signature-pad {
    border-radius: 8px;
    border: 1px solid #cacbcc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    background-color: #fff;
}

a.wrapper-clear {
    cursor: pointer;
    color: #954120;
    display: inline-flex;
}

.wrapper-signature.disabled,
.wrapper-signature.disabled .signature-pad,
.wrapper-signature.disabled a.wrapper-clear {
    cursor: not-allowed;
    pointer-events: none !important;
    background-color: #EFEFEF4D;
    background-color: #EFEFEF4D;
    color: #EFEFEF4D;
    display: none;
}

.signoff img {
    width: 50%;
    height: auto;
}

.auto-grow textarea {
    field-sizing: content;
    min-height: 12rem;
}