/* font-family: 'Raleway', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');

/* Css Import */

@import 'https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/css/rawline.css';

body {
    background: #FFF;
    color: #000000;
    font-weight: 500;
    line-height: 23px;
}

body,
button {
    font-family: 'Raleway', sans-serif;
}

.container {
    max-width: 1228px;
    width: 100%;
    background: transparent;
    margin: 0 auto !important;
}

/* Header */

a:focus,
*:focus {
    outline: none !important;
}

.header {
    padding: 0;
    margin: 0;
    background: #cf4520;
    padding: 23px 0;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
}

.header .container {
    background: transparent;
}

.middle-part {
    padding-top: 100px;
    padding-bottom: 52px;
    position: relative;
}

.middle-part .content-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


@media screen and (max-width: 1199px) {

    .middle-part .content-menu {
        margin: 0 -15px 0;
        position: relative;
    }

    .middle-part {
        padding-top: 0;
    }

}

@media screen and (min-width: 1200px) {

    .navbar-custom {
        height: auto;
        border: none;
        background: transparent;
    }

    .navbar-custom .navbar-header .navbar-brand {
        padding: 0;
    }

    .navbar-custom .navbar-header .navbar-brand > img {
        height: 86px;
    }

    .navbar-custom .nav-custom .navbar-nav {
        padding-top: 52px;
        margin-left: 85px;
    }

    .navbar-custom .nav-custom .navbar-nav > li > a,
    .navbar-custom .nav-custom .navbar-nav > li > .btn-dropdown-link {
        padding: 0 4px;
        border-bottom: 2px solid transparent;
        text-transform: uppercase;
        color: #FFF;
        font-weight: 600;
        display: inline-block;
        line-height: 1.4em;
        transition: all 0.5s;
        font-family: 'Raleway', sans-serif !important;
        font-size: 16px;
    }

    .navbar-custom .nav-custom .navbar-nav > li > button:hover,
    .navbar-custom .nav-custom .navbar-nav > li > a:hover,
    .navbar-custom .nav-custom .navbar-nav > li > .btn-dropdown-link:focus,
    .navbar-custom .nav-custom .navbar-nav > .open > .btn-dropdown-link:focus,
    .navbar-custom .nav-custom .navbar-nav > li > a:focus {
        border-color: #FFF;
        color: #FFF;
        padding-bottom: 0;
        border-width: 2px;
    }

    .navbar-custom .nav-custom .navbar-nav > li {
        padding: 0 10px;
    }

    .course-page .container-app {
        border: none;
    }

    .navbar-custom .auth-navbar .navbar-nav li {
        font-size: 16px;
        font-weight: normal;
        display: -ms-flexbox;
        display: flex;
    }


    .navbar-custom .auth-navbar .navbar-nav li .btn-dropdown-link {
        padding: 0 !important;
        height: auto;
        border: none !important;
    }
    .navbar-custom .auth-navbar .navbar-nav li span {
        margin-top: 8px;
        margin-right: 5px;
    }





    .course-content-menu .container > .nav-pills {
        float: left;
    }

    .course-content-menu .container > .nav-pills:last-child {
        float: right;
    }

}

.navbar-custom .navbar-nav .dropdown.open .dropdown-menu:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    background-color: white;
    left: 50%;
    margin-left: -3px;
    top: -5px;
}

.navbar-custom .navbar-nav .dropdown.open .dropdown-menu {
    padding: 0;
    min-width: 200px;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #00000005;
    border-radius: 10px;
    box-shadow: 0 0px 4px #00000017;
    padding: 10px 0;
}

.navbar-custom .navbar-nav .dropdown.open .dropdown-menu .submenu-item {
    font-family: 'Raleway', sans-serif !important;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    text-transform: none;
    color: #000000;
}

.navbar-custom .auth-navbar .navbar-nav .dropdown.open .dropdown-menu {
    right: auto;
    left: 50%;
    text-align: left;
}

.navbar-custom .navbar-nav .dropdown.open .dropdown-menu .submenu-item:hover {
    background-color: #eeeeee;
}

.vhs-page-header {
    padding: 0;
    margin: 0;
}

.navbar-custom {
    background: transparent !important;
}

.main-content {
    overflow-x: hidden;
}

.content-menu {
    background: #f0f1f1;
    padding: 0;
    margin: 0 0 30px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.content-menu .breadcrumb {
    color: #878a8b;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    margin: 0;
    padding: 16px 0 9px;
    font-size: 13px;
}

.content-menu .breadcrumb a {
    font-weight: 600;
    color: #383838;
    font-family: 'Raleway', sans-serif !important;
}

.breadcrumb > li + li:before {
    content: ">";
    color: #383838;
}

.course-page .container-app #mainContent,
.course-page .footer {
    margin: 0;
}

#topMenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end;
}

#topMenu.nav-pills li {
    padding: 0 10px;
}

#topMenu.nav-pills li:last-child {
    padding-right: 0 !important;
}

.course-content-menu .nav-pills li > a,
.course-content-menu .nav-pills li .img-link {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px !important;
    padding: 15px 0 7px;
    border-bottom: 3px solid transparent !important;
    font-family: 'Raleway', sans-serif;
    min-height: 48px;
}

.course-content-menu .nav-pills li > a:hover,
.course-content-menu .nav-pills li .img-link:hover {
    border-color: #cf4520 !important;
}

.content-menu .breadcrumbs-container .breadcrumb li {
    overflow: hidden;
}

.course-content-menu .nav-pills li.active .img-link {
    background: transparent !important;
    color: #383838 !important;
    border-color: #cf4520 !important;
}

.course-content-menu .nav-pills .img-link .icon {
    height: 23px;
    margin-right: 5px;
    vertical-align: middle;
}

/* Header */

.course-slide {
    max-width: 1228px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.course-main-content .course-section-content-block {
    padding-left: 0;
}

/* Content */

.education-sidebar-filter {
    background: transparent;
    font-family: 'Raleway', sans-serif;
}

@media (min-width: 768px) {
    .education-sidebar-filter .advanced-search-filter {
        padding: 12px 18px 10px 16px;
        border: 1px solid #9ea2a2;
        margin-bottom: 23px;
    }
}

@media (max-width: 767px) {
    .education-sidebar-filter .advanced-search-filter {
        padding: 12px 18px 10px 16px;
    }
}

.advanced-search-filter h5 {
    font-weight: bold;
    font-family: 'rawline', sans-serif;
}

.advanced-search-filter h5 strong {
    display: block;
    font-size: 17px;
    line-height: 30px;
}

.advanced-search-filter h5 span {
    font-size: 12px;
    color: #000;
}

.advanced-search-filter .requirements {
    color: #cf4520;
    font-weight: bold;
}

.advanced-search-filter .complete-percentage {
    font-size: 20px;
    line-height: 30px;
}



.education-sidebar-filter .filter-text {
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 4px;
    font-weight: 600;
    height: auto;
    margin: 0 0 10px;
    color: #383838;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
}

.education-sidebar-filter .advanced-search-filter:first-child {
    background-color: #f9f9f9;
}

.education-sidebar-filter .filter-control-buttons {
    padding: 0;
}

.education-sidebar-filter .filter-control-buttons .btn-secondary {
    background-color: #cf4520;
    color: #fff;
    border: 1px solid #cf4520 !important;
    padding: 10px 0;
    font-size: 16px;
    font-family: 'Raleway', sans-serif !important;
}

.education-sidebar-filter .filter-control-buttons .btn-secondary:hover {
    background-color: #fff;
    color: #cf4520;
    border-color: #cf4520;
}

.education-sidebar-filter .advanced-search-filter .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    float: none;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    margin-top: 12px;
    margin-bottom: 18px;
    padding-right: 20px;
}

.education-sidebar-filter .advanced-search-filter .progress-bar-item {
    width:21px;
    height: 20px;
    display: inline-block;
    border: 1px solid #000;
    margin-bottom: 10px;
    position: relative;
}

.education-sidebar-filter .advanced-search-filter .progress-bar-item.complete {
    background-color: #00a651;
}

.education-sidebar-filter .advanced-search-filter .progress-bar-item:nth-child(n) {
    margin-left: -1px;
}

.education-sidebar-filter .advanced-search-filter .progress-key-legend img {
    width: 100%;
}

.radio label,
.checkbox label {
    line-height: 23px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    /*display: block;*/
    position: relative;
    padding-left: 32px;
    font-family: 'Raleway', sans-serif;
}

.checkbox,
.checkbox input{
    display: inline-block;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-top: 4px;
}

.view-main-content .view-table .table .table-body .table-row .table-column {
    padding: 0;
}

.view-main-content .view-table .table .table-body .table-row:nth-child(4n + 1) {
    background-color: transparent;
}

.view-main-content .view-table .table .table-body .table-row {
    border: 1px solid #9ea2a2;
}

.view-main-content .view-table .table .table-body .table-row td {
    border: none;
    padding: 40px;
    font-family: 'Raleway', sans-serif !important;
}

.view-main-content .view-table .table .table-body .table-row-renewal {
    background-color: #eef8ff;
}
.view-main-content .view-table .table .table-body .table-row-credentials {
    background-color: #fffdca;
}

.view-main-content .view-table .table .table-body .table-row-renewal td {
    border: 1px solid #8e9295;
    padding: 12px 17px;
}

.view-main-content .view-table .table .table-body .table-row-renewal .title {
    font-weight: bold;
    font-size: 18px;
}

.view-main-content .view-table .table .table-body .table-row-renewal .title span {
    font-weight: 500;
    font-size: 16px;
    margin-left: 4px;
}

.view-main-content .view-table .table .table-body .table-row-renewal .checkbox {
    padding: 5px 0 0 26px;
}

.view-main-content .view-table .table .table-body .table-row-renewal .checkbox label {
    color: #000;
    font-family: 'rawline', sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}

.view-main-content .view-table .table .table-body .table-row-renewal .checkbox input[type="checkbox"] {
    opacity: 0;
    left: 0;
    margin: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.view-main-content .view-table .table .table-body .table-row-renewal .checkbox label:before {
    content: "";
}

.view-main-content .view-table .table .table-body .table-row-renewal .checkbox label:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 3px;
    position: absolute;
    left: 0;
}

.view-main-content .view-table .table .table-body .table-row-renewal .checkbox label:after {
    position: absolute;
    left: 5px;
    top: 2px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 7px;
    height: 11px;
    transform: rotate(45deg);
}

.view-main-content .view-table .table .table-body .table-row-renewal .checkbox input[type="checkbox"]:checked + label:before  {
    background-color: #00a651;
    border-color: #00a651;
}

.checkbox input[type="checkbox"]:checked + label:before {
    border-color: #00a651;
}

.checkbox input[type="checkbox"]:checked + label:after {
    content: "";
}

.view-main-content .view-table .table .table-body .table-row-renewal .checkbox a {
    border-bottom: 1px solid;
}


.thumbnail-column .element-preview .default-preview {
    max-width: 640px;
    max-height: 100%;
    background: transparent;
    overflow: hidden;
}

.view-main-content .view-table .table .table-body .table-row td h3 {
    display: block;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
    line-height: 1.3em;
    margin: 0 0 10px
}

.view-main-content .view-table .table .table-body .table-row td span {
    font-size: 14px;
    font-weight: bold;
    font-family: 'rawline', sans-serif;
}

.view-main-content .view-table .table .table-body .table-row td span strong {
    font-weight: normal;
}

.view-main-content .view-table .table .table-body .table-row td .section-type {
    margin-right: 20px;
}

/* New page */

#section-block-all-materials .table,
#leftCourseMenu .table {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e8eced !important;
}

.section-block-all-materials h3,
.left-course-menu-list h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
}

.table-column-material a,
.course-main-content .left-course-menu div.toggle-wrap .left-course-menu-btn-icon {
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px;
    width: auto;
    font-weight: 500;
    color: #00a2e0;
    text-decoration: none !important;
    padding-right: 10px;
}

.table-column-material a {
    width: 74px !important;
}

.course-main-content .left-course-menu .toggle-wrap .left-course-menu-btn-icon .left-course-menu-icon {
    height: 24px;
    background-position: bottom left;
    width: 5px;
}

.course-main-content .left-course-menu .toggle-wrap {
    top: -5px;
    width: auto !important;
}

.menu-section-name {
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    line-height: 14px;
    padding: 11px 0
}

.selected td {
    color: #fff;
    background: #00a2e0 !important;
}

.table-column-material a {
    color: #00a4de !important;
    padding-right: 0;
    font-size: 14px
}

.table-column-material-download a {
    font-size: 18px;
    color: #00a5df
}

.table-column-material-type a {
    font-size: 18px;
    color: #00a2e2
}

.course-main-content .course-section-content-block .section-block-materials .section-block-all-materials {
    padding-right: 0;
}

.course-main-content .course-section-content-block .section-block-materials .section-block-all-materials .table .table-row .table-column {
    padding: 15px 0 15px 0 !important;
}

.course-main-content .course-section-content-block .section-block-materials .section-block-all-materials .table .table-row .table-column:nth-child(1) {
    padding-left: 17px !important;
    padding-right: 9px !important;
}

.course-main-content .course-section-content-block .section-block-materials .section-block-all-materials .table .table-row .table-column:nth-child(2) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.course-main-content .course-section-content-block .section-block-materials .section-block-all-materials .table .table-row .table-column:nth-child(3) {
    padding-left: 10px !important;
    padding-right: 16px !important;
}

.course-main-content .course-section-content-block .section-block-materials .section-block-all-materials .table .table-row:hover,
.course-main-content .course-section-content-block .section-block-materials .section-block-all-materials .table .table-row:focus {
    background: #00a2e2;
}

.course-main-content .course-section-content-block .section-block-materials .section-block-all-materials .table .table-row:hover a,
.course-main-content .course-section-content-block .section-block-materials .section-block-all-materials .table .table-row:focus a {
    color: #FFF !important;
}

.course-main-content .course-section-content-block .course-section-control-buttons {
    border-bottom: 1px solid #e6e6e6;
    padding: 24px 0 17px;
    margin: 0;
    overflow: hidden;
    clear: both;
}

.course-main-content .course-section-content-block .course-section-control-buttons a {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Raleway', sans-serif !important;
    color: #d04621;
    text-decoration: none !important;
}

.course-main-content .course-section-content-block .course-section-check {
    text-align: center;
}

.course-main-content .course-section-content-block .course-section-check input[type=checkbox] {
    /*transform: scale(1.3);*/
    /*-ms-transform: scale(1.3);*/
    /*-webkit-transform: scale(1.3);*/
    left: auto;
    width: 300px;
    /*margin: 0 10px;*/
}

.course-main-content .course-section-content-block .course-section-check label {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #337ab7;
    border-bottom: 1px solid;
    padding-left: 0px;
}

.course-main-content .course-section-content-block .course-section-check label:before {
    right: -26px;
    left: auto;
    border-radius: 3px;
    margin-top: 1px;
}

.course-main-content .course-section-content-block .course-section-check label:after {
    left: auto;
    right: -20px;
}

.course-main-content .course-section-content-block .course-section-check input[type="checkbox"]:checked + label {
    color: #337ab7;
}

.quiz-container {
    background: #f1f1f1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 0;
    font-family: 'Raleway', sans-serif !important;
}


#quiz_form .vhs-green {
    background: #cf4520;
    padding: 7px 0;
    font-size: 25px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif !important;
    text-transform: capitalize;
}

#quiz_form .font-weight_600 {
    font-weight: 600 !important;
}

.form-horizontal .control-label {
    padding-top: 5px;
    margin-bottom: 0;
    text-align: right;
    border-right: 1px solid #ccc;
    padding-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.form-control-static {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-weight: bold;
}

.section-content {
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
    padding: 0;
    font-family: 'Raleway', sans-serif !important;
}

.section-content h1 {
    margin: 15px 0 15px;
    font-size: 36px;
    color: #383838;
}

.section-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-content ul li a {
    font-size: 15px;
    color: #00a2e0;
    font-weight: 500;
}

#section_summary_rich_text.section-content ul {
    list-style: unset;
    margin-left: 30px;
}



/* Media screen added here */

@media screen only ( max-width: 767px) {
    .this {
        display: none;
    }

    .view-main-content .view-cards .thumbnail {
        min-height: inherit;
    }

}

div[vhs-view-elective-osc] .sandbox-popup.modal {
    overflow-y: auto;
}


/*  */

.row.section-block-content {
    margin-left: -15px;
    margin-right: -15px;
}

p:empty {
    display: none;
}

.subject-content .form-group {
    margin-bottom: 0;
}

.subject-content {
    /*background: #FFF;*/
}

.attempt-number-content {
    padding: 10px 20px 10px;
}

.subject-content {
    padding: 40px 20px 40px;
}

.quiz-container > div:nth-child(2n) {
    background: #FFF;
}

.attempt-number-content .col-xs-12 br {
    display: none;
}

.attempt-number-content .col-xs-12 label {
    display: inline;
    vertical-align: top;
    font-weight: 700;
    font-family: 'Raleway', sans-serif !important;
    font-size: 15px;
    min-height: 46px;
    margin-bottom: 20px;
}

.attempt-number-content .col-xs-12 label span {
    display: inline;
    font-weight: 700;
    margin-top: 3px;
    font-size: 16px;
}

/*------------- My custom css -------------*/

.modal-content {
    border-radius: 0;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #cf4520 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIUlEQVQoU2NkgABfBgaGzfhoRqhCghRM4aiJWMOT6HAEALFVFYwty4B4AAAAAElFTkSuQmCC) repeat;
    color: #fff;
}

.modal-dialog.passed .modal-header {
    min-height: 31px;
    padding: 15px;
    border-bottom: none;
    background: none;
    color: #fff;
}

.modal-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 20px;
    border: 3px solid #9ea2a3;
    color: #9ea2a3;
}

.modal-content .form-control {
    border: 1px solid #e6e6e6;
}

.modal-content .form-inline {
    border: 1px solid #e6e6e6;
    display: inline-block;
     width: auto;
}

.modal-content textarea.form-control {
    height: auto;
    resize: none;
    box-shadow: 1px 0px 5px rgba(210, 210, 210, 0.8);
}
.modal-content .congratulation {
    font-size: 38px;
    font-style: italic;
    color: #cf4520;
    font-weight: bold;
}
.modal-content .title {
    font-size: 29px;
    color: #000;
    padding-bottom: 16px;
}
.modal-content .content {
    font-size: 23px;
    color: #000;
    font-weight: 500;
}
.modal-content .link {
    text-align: center;
    padding: 25px;
}
.modal-content .link a {
    color: #cf4520;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid;
    padding: 10px 40px;
    display: inline-block;
}
.modal-content .link a:hover {
    text-decoration: none;
}
.modal-content .content-bottom {
    font-size: 15.5px;
}

/* FILTER DISCUSSIONS */

.course-filter-discussions-block {
    padding-top: 23px;
}

.course-filter-discussions-block h3 {
    font-size: 24px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif !important;
    margin: 0 0 19px;
    padding-bottom: 16px;
    border-bottom: 1px solid #00000024;

}

.course-discussion-block {
    padding: 0;
    margin: 0;
}

.course-discussion-block .input-group {
    margin-right: 28px;
    width: 243px;
}

.course-discussion-block .course-discussion-block-search .custom-input {
    height: 27px;
    border-radius: 0;
    padding-left: 0;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    padding: 0 27px 0 8px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #383838;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.course-discussion-block .course-discussion-block-search .input-group-btn .btn {
    height: 21px;
    font-size: 17px;
    line-height: 18px;
    padding: 0 4px 0 6px;
    border: none;
    margin: 3px 0px;
    position: relative;
    z-index: 2;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #cecece;
    box-shadow: none !important;
}

.course-discussion-block .btn-primary {
    background: #cf4520;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 18px !important;
    height: auto !important;
    text-transform: capitalize;
    padding: 6px 20px;
    line-height: 24px;
}

.course-discussion-block .btn-primary:hover,
.course-discussion-block .btn-primary:focus,
.course-discussion-block .btn-primary:active {
    background: #00a2e2;
    color: #FFF;
}

.course-discussion-block .input-group:last-child {
    width: auto;
    margin-right: 0;
}

.course-discussion-block .course-discussion-block-search .btn-secondary {
    font-size: 18px;
    height: auto;
    padding: 6px 20px;
    font-family: 'Raleway', sans-serif;
    line-height: 24px;
    background: #00a4de;
    color: #FFF;
}

.course-discussion-block .course-discussion-block-search .btn-secondary:hover {
    background: #cf4520;
    color: #FFF;
}

.course-discussion-block .course-discussion-block-search .form-inline {
    text-align: right;
}


/* footer */

.footer {
    background: #cf4520;
    padding: 20px 0;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

textarea.form-control {
    width: 100%;
    border: 1px solid #e6ebee;
    box-shadow: none !important;
    height: 100px;
    padding: 11px 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    resize: none;
}

.comment-media-control div .btn {
    height: 37px;
    border: 3px solid transparent !important;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    padding: 0 10px;
}

.comment-media-control div .btn-danger {
    background: transparent !important;
    border-color: #9ea2a3 !important;
    color: #9ea2a3;
}

.comment-media-control div .btn-primary {
    background: #cf4520 !important;
    color: #FFF;
}

.comment-media-control div .btn-danger:hover {
    background: #cf4520 !important;
    border-color: #cf4520 !important;
    color: #FFF;
}

.comment-media-control div .btn-primary:hover {
    background: transparent !important;
    border-color: #9ea2a3 !important;
    color: #9ea2a3;
}


/*==============Start 19-1-2018=============*/

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }

    .modal-dialog .modal-dialog {
        width: 600px;
    }

    .sandbox-popup  .modal-dialog {
        margin: 0 auto;
    }
}

@media (min-width: 850px) {
    .modal-dialog.passed {
        width: 830px;
        margin: 30px auto;
    }
    .modal-dialog.passed .modal-content .content {
        margin: 0 55px 0 30px;
    }
}

.modal-body form h4 {
    margin-bottom: 26px;
}

.modal-header {
    padding: 15px;
}

.modal-dialog.passed .modal-header {
    padding: 0;
}

.modal-dialog .close {
    font-size: 30px;
    color: #fff;
    opacity: 1;
    line-height: 0;
}

.modal-dialog.passed .close {
    font-size: 16px;
    background-color: #cf4520;;
    opacity: 1;
    color: #fff;
    font-weight: lighter;
    padding: 6px 19px;
    text-decoration: underline;
    text-shadow: none;
    margin-top: 0;
    line-height: normal;
}

.comments-block > div {
    margin-bottom: 20px;
}

.content-menu .container {
    background: none;
}
.content-menu .container h3 {
    float: left;
    color: #000000;
}

.list-group-item button.close {
    color: #fff;
    text-shadow: none;
    opacity: 1
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #f1f1f1;
}

.comment-info .pull-right {
    margin-top: 10px;
}

.comments-block .comment-media-control .btn-primary,
.comments-block .comment-media-control .btn-primary:hover,
.comments-block .comment-media-control .btn-primary:focus,
.comments-block .comment-media-control .btn-primary:active {
    background: #cf4520;
}

/*============== END 19-1-2018 =============*/

.list-group-item {
    font-weight: bold;
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px;
    border: none;
    color: #383838 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    margin-bottom: 0;
}

.list-group-item button.close {
    color: #383838;
}

.list-group {
    border: 1px solid #e6e6e6 !important;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

.list-group-item:last-child {
    border-bottom: none !important;
}

.list-group-item.active {
    color: #383838 !important;
}

.news-container {
    border: none;
    margin-bottom: 20px;
    border-radius: 0;
    padding: 10px 30px;
}

.comments-block .new-comment {
    background: transparent;
}

.comments-not-found {
    padding-bottom: 30px;
    font-family: 'Raleway', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: red;
}



.checkbox input[type="checkbox"] {
    opacity: 0;
    left: 0;
    margin: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.checkbox label:before {
    content: "";
}
.checkbox label:has(input:checked):before {
    background-color: #000000;
    box-shadow: 0px 0px 0px 2px #353535;
    border: 2px solid white;
}
.checkbox label:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid black;
    background-color: #ffffff;
    position: absolute;
    left: 5px;
    top: 2px;
    transition: 0.3s;
}
.checkbox label:has(input:disabled)::before {
    cursor: not-allowed;
    opacity: 0.2;
}

.checkbox label:after {
    position: absolute;
    left: 11px;
    top: 4px;
    border-right: 2px solid #cf4520;
    border-bottom: 2px solid #cf4520;
    width: 6px;
    height: 11px;
    transform: rotate(40deg);
}

.checkbox input[type="checkbox"]:checked + label {
    color: #cf4520;
}

.checkbox input[type="checkbox"]:checked + label:before {
    border-color: #cf4520;
}

.checkbox input[type="checkbox"]:checked + label:after {
    content: "";
}



/* Box design */

.view-main-content .view-cards .thumbnail {
    border-width: 0;
    background: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 25px;
    float: left;
    font-family: 'Raleway', sans-serif !important;
    width: 100%;
    min-height: 330px;
    padding-bottom: 30px;
}

.view-main-content .view-cards .thumbnail:hover {
    /*box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
}



.view-main-content .view-cards .thumbnail .thumbnail-main-content {
    margin: 0;
}

.view-education-items .view-cards .thumbnail .thumbnail-main-content .element-type-info {
    height: auto;
    padding: 0 25px 8px;
}

.view-main-content .view-cards .thumbnail .element-title {
    padding: 0 25px 8px;
    margin: 0;
}

.view-main-content .view-cards .thumbnail .element-description {
    padding: 0 25px 8px;
}

.view-main-content h3 span {
    font-size: 18px;
}

/* FileZilla */

.user-profile > img {
    width: 179px;
    height: 179px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-profile {
    padding: 0;
    margin-bottom: 46px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

.left-personal-menu {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    padding: 0;
    background: #FFF;
}


.left-personal-menu .navbar {
    border: none;
    padding: 0;
    border-radius: 0;
}

.left-personal-menu .navbar .nav-stacked > li + li {
    margin: 0;
}

.left-personal-menu .navbar .nav-pills > li > a {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #383838;
    padding: 13px 20px 11px;
    font-size: 18px;
    text-transform: capitalize;
}

.left-personal-menu .navbar .nav-pills > li.active > a,
.left-personal-menu .navbar .nav-pills > li.active > a:hover,
.left-personal-menu .navbar .nav-pills > li.active > a:focus {
    background: #cf4520;
    color: #FFF;
}

.user-profile-title {
    margin-bottom: 32px;
}

.table-striped {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background: #FFF;
    font-family: 'Raleway', sans-serif;
}

.table-header {
    border: none;
    border-bottom: 1px solid #e6ebee;
}

.table > thead > tr > th {
    border: none;
    background: #ce4520;
    padding: 14px 20px 9px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    font-size: 16px;
}

.table.table-align-center > tbody > tr > td {
    max-height: none;
    text-align: center;
    padding: 20px 20px;
    background-color: transparent;
    font-size: 15px;
    line-height: 19px;
    vertical-align: middle;
}

.table.table-align-center > tbody > tr > td a {
    color: #383838;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    line-height: 1.24em;
}

.table.table-align-center > tbody > tr > td .btn-link + p {
    display: none;
}

.table-preview {
    max-width: 37px;
    background-color: #383838;
    border-radius: 0;
}

td:hover .table-preview,
.table-preview:hover {
    background-color: #ce4520;
}

.table.table-align-center > tbody > tr > td .btn-link {
    border: none;
    margin: 0;
    padding: 0;
    min-height: 37px;
}

.table.table-align-center > tbody > tr > td > span {
    font-size: 18px;
    color: #383838;
    display: block;
    line-height: 1.2em;
    padding: 10px 0;
    font-weight: normal;
}

.table-striped > tbody > tr > td:first-child {
    width: 310px;
    text-align: left !important;
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: transparent;
}

.table-striped > tbody > tr:nth-child(odd) {
    border: none;
    border-bottom: 1px solid #ddd;
}



/* .search-header */

.search-header {
    margin: 0;
    background: none;
    padding: 23px 0 20px;
}

.form-header .input-group {
    width: 100%;
}

.form-header .input-group .form-control {
    height: 27px;
    border: 1px solid #e6e6e6;
    background: #FFF;
    box-shadow: none !important;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #e6e6e6;
    padding: 0 9px;
}

.form-header .input-group .input-group-btn {
    position: absolute;
    right: 1px;
    top: 3px;
    width: 28px;
    border-left: 1px solid #e6e6e6;
    z-index: 9;
}

.form-header .input-group .input-group-btn .btn-default {
    width: 100%;
    height: 21px;
    border: none;
    box-shadow: none !important;
    background: #FFF;
    margin: 0;
    font-size: 17px;
    padding: 0;
}

.pagination > li {
    float: left;
}

.pagination > li > input {
    height: 21px;
    width: 31px;
    border: none;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 2px 0;
}

.pagination .btn {
    border: none;
    width: 23px;
    height: 23px;
    overflow: hidden;
}

.pagination .btn > img {
    height: 30px;
    margin-top: -2px;
    margin-left: -2px;
}

/*.pagination {*/
/*    display: block;*/
/*    float: left;*/
/*}*/

.search-pagination {
    float: left;
}

.pagination .pages-count > span {
    height: 27px;
}

.search-bar {
    float: left;
    width: 243px;
    margin-right: 29px;
}

.material-form-header,
.course-form-header {
    margin-bottom: 0;
}

.label-search {
    display: none;
}

.form-inline .form-control {
    height: 27px;
    padding: 0 8px;
    min-width: 70px;
}

.search-form {
    float: right;
}

/*.filter-control-buttons .col-lg-6,*/
/*.col-xs-12 {*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*}*/

/*.row {*/
/*    margin-left: -15px;*/
/*    margin-right: -15px;*/
/*}*/

.pagination {
    background: #FFF;
    border: 1px solid #e6e6e6;
    margin-right: 65px;
    height: 27px;
    position: relative;
}

.pages-count {
    white-space: nowrap;
    position: absolute;
    left: 100%;
    top: 0;
}

.content-menu .nav-pills {
    float: left;
}

.responsive-box:before {
    padding-top: 0 !important;
}

.responsive-box-content {
    position: relative;
}

.view-education-items .view-education-items-cards {
    margin-left: 0;
}

.view-education-items .view-cards .card {
    padding-left: 15px;
    padding-right: 15px;
}





/* Grid */

.search-result-grid a {
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
    font-family: 'Raleway', sans-serif;
    text-decoration: none !important;
}

.search-result-grid .search-result-element,
.search-result-grid .favorite-element {
    padding: 0;
    height: auto;
    margin-bottom: 29px;
}

.search-result-grid .image-preview-search > div > img {
    border-radius: 0;
    max-height: none;
}

.search-result-grid .image-preview-search {
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    border: none;
    background: #383838;
    height: auto;
}

.search-result-grid .material-type {
    display: none;
}

.search-result-grid .material-type div {
    position: relative;
    bottom: 0;
}

.search-result-grid .search-result-element > .element-info,
.search-result-grid .search-result-element > .element-title {
    padding: 0 25px;
}

.search-result-grid .search-result-element > .element-info {
    padding: 4px 25px;
    color: #000;
}

.search-result-grid .search-result-element > .element-title {
    color: #383838;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    line-height: 1.24em;
}

.search-result-grid .search-result-element > .element-title > .vhs-green-text {
    color: #383838;
}

.search-result-grid a:hover .image-preview-search {
    background: #cf4520;
}

.marg-btm23 {
    margin-bottom: 23px;
}

.course-main-content .left-course-menu-block {
    padding: 0 15px 0 5px;
}

.course-main-content .left-course-menu .left-course-menu-list {
    padding-right: 0;
}

.course-main-content .course-section-content-block {
    padding-right: 0;
}

/* Css Import */

/* Header */

.navbar-custom .auth-navbar {
    right: 0;
}

/* Header */

.course-discussion-block .input-group.input-group-clear-btn {
    width: auto;
}

.course-discussion-block .course-discussion-block-search {
    border-color: #dbdbdb;
}

.course-main-content .course-section-content-block .course-section-control-buttons .section-control-img {
    height: auto;
    margin-left: 8px;
    margin-top: -3px;
}

.selected .section-progress-availability-status,
.selected .section-progress-completion-status {
    color: #FFF;
}

.list-content tr td {
    padding: 11px 0 !important;
    vertical-align: middle !important;
    text-align: left !important;
}

.list-content tr td:nth-child(1) {
    padding-left: 17px!important;
    padding-right: 9px!important;
}

.list-content tr td:nth-child(2) {
    padding-left: 0!important;
    padding-right: 0!important;
}

.list-content tr td:nth-child(3) {
    padding-left: 10px !important;
    padding-right: 16px !important;
}

/*# sourceMappingURL=custom.css.map */

.section-content ul li a:before,
.section-content ul li a:after {
    content: "";/*\e022*/
    /*display: block;
    font-family: "Glyphicons Halflings";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0;*/
}

.section-content ul li a::after {
    content: "";/*\f019*/
    /*font-family: fontawesome;
    height: 30px;
    left: auto;
    right: -10px;
    width: 30px;*/
}

.section-content ul li a {
    position: relative;
    /*padding: 0 25px 0 25px;*/
}

.list-group-item:hover .hover-btn {
    opacity: 1;
}

.course-content-menu .nav-pills li > a:hover,
.course-content-menu .nav-pills li .img-link:hover {
    color: #383838;
}

.title-content {
    padding: 5px 40px;
    text-align: center;
}

.title-content h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

.attempt-number-content h2 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.attempt-number-content .col-xs-12 .quiz-result {
    margin-bottom: 10px;
}

.attempt-number-content .col-xs-12 .quiz-result label {
    margin-bottom: 10px;
    min-height: auto;
}

.attempt-number-content .col-xs-12 .quiz-result .yourscore {
    font-size: 28px;
}

.course-main-content .course-section-content-block .section-block-quiz {
    padding-right: 0;
}

.content-menu .breadcrumbs-container .breadcrumb li:first-child a:before {
    content: "";
    background: url(../img/home-icon.png) no-repeat center top / 16px 14px;
    position: absolute;
    left: 0;
    color: #383838;
    top: 0;
    width: 16px;
    height: 14px;
}

.content-menu .breadcrumbs-container .breadcrumb li:first-child a {
    padding-left: 24px;
    position: relative;
}





/* .content-menu .view-type-buttons > li */

.content-menu .view-type-buttons {
    padding: 11px 0;
}

.content-menu .view-type-buttons > li {
    background: none !important;
    height: auto;
    width: auto;
}

.content-menu .view-type-buttons > li > .btn-view-type {
    margin: 0;
    width: 26px;
    height: 26px;
    background: #9ea2a2 !important;
    font-size: 16px;
    color: #fff !important;
    box-shadow: none;
    margin-left: 9px;
}

.content-menu .view-type-buttons > li > .btn-view-type.active {
    background: #cf4520 !important;
}

.content-menu .view-type-buttons > li > a {
    padding: 2px 0;
    color: #00a3e0;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

/* section-course-quiz-block */

.section-course-quiz-block {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 40px 100px 46px 100px !important;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

@media (max-width: 767px) {
    .section-course-quiz-block_xs {
        padding: 40px 30px 46px 30px !important;
    }
}

.section-course-quiz-block .quiz-instruction {
    font-weight: 500;
    font-size: 14pt;
    border-bottom: 2px solid #cf4520;
    padding: 15px 15px 25px;
    text-align: justify;
}

.section-course-quiz-block .grade-quiz-info {
    text-align: center;
    padding-bottom: 15px;
}
.section-course-quiz-block .grade-quiz-info .grade-quiz-instruction {
    font-weight: 500;
    font-size: 12pt;
}
.section-course-quiz-block .grade-quiz-info .missed-questions-warning {
    font-weight: bold;
    color: red;
    font-size: 14pt;
}

.search-scroll {
    overflow-y: auto;
    /* max-height: 350px; */
    height: auto;
}

.section-course-quiz-block h3 {
    margin: 0 0 10px;
    color: #383838;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.section-course-quiz-block h4 {
    font-weight: bold;
}

.section-course-quiz-block .quiz-passing-ol {
    padding-left: 0;
}

.section-course-quiz-block .quiz-passing-li {
    border-bottom: 1px solid;
}

.section-course-quiz-block .radio label {
    font-size: 14px;
    font-weight: 400;
}

.section-course-quiz-block .grade-quiz-button {
    text-transform: uppercase;
}

.question-answers-buttons {
    text-align: center;
}

.question-answers-buttons .btn {
    background-color: #868a8b;
    height: 51px;
    padding: 0 17px 1px;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
}

.question-answers-buttons .vhs-green {
    background-color: #cf4520;
}

.question-answers-buttons .btn:hover {
    color: #FFF;
    background-color: #868a8b;
}


.modal-footer .btn {
    margin-bottom: 0;
    font-size: 20px;
    border: 3px solid #9ea2a3;
    color: #9ea2a3;
    background-color: transparent;
}

.modal-footer .btn.btn-primary {
    background-color: #cf4520;
    border-color: #cf4520;
    color: #FFF;
}

/*# sourceMappingURL=custom.css.map */

/* 30 1 2018 */

.list-content tr:hover,
.view-main-content .view-table .table .table-body .table-row:hover {
    cursor: pointer;
}

.course-main-content .menu-hidden .left-course-menu {
    min-height: 50px;
}

.course-main-content .menu-hidden .left-course-menu .toggle-wrap {
    position: relative;
    top: -5px;
    float: right;
    right: 10px;
}

.course-main-content .left-course-menu-block.menu-hidden {
    /*padding: 0 15px 0 15px;*/
}

.content-menu .breadcrumbs-container .breadcrumb li a {
    padding-top: 0;
    padding-bottom: 0;
    border: none !important;
}

.content-menu .breadcrumbs-container .breadcrumb li a:hover {
    border: none !important;
}

select.form-control {
    background-image: url(../img/down-arrow.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 17px auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    min-width: 70px;
    display: inline-block;
}

.ta-insert-video {
    display: block;
    margin: 0 auto;
}

.table.table-align-center > tbody > tr > td > a.course-title {
    font-weight: inherit;
    color: #00a4de;
    font-size: 15px;
}

.selected-class-name {
    font-weight: normal;
}

/* 31 1 2018 */

.table > tbody > tr > td button {
    font-family: 'Raleway', sans-serif;
    color: #00a4de;
}

.course-main-content .left-course-menu div.toggle-wrap .left-course-menu-btn-icon {
    width: 60px;
    line-height: 16px;
    text-align: left;
}


.content-menu .view-type-buttons .btn-view-cards .icon,
.content-menu .view-type-buttons .btn-view-list .icon {
    width: 26px;
    height: 26px;
    background-size: auto 14px;
    background-position: center;
}

.count-title {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    color: #383838;
    font-family: 'Raleway', sans-serif;
    padding: 15px 0;
}


div.grid-container {
    position: inherit;
}

.view-main-content .view-cards .thumbnail .element-preview .element-preview-img {
    background: #383838;
}

.view-education-items .view-cards .thumbnail .thumbnail-secondary-content {
    text-align: left;
    padding: 0 25px;
    background: transparent;
    text-transform: none;
    font-weight: 600;
}

.view-education-items .view-cards .thumbnail .thumbnail-secondary-content .element-info {
    text-align: left;
    text-transform: none;
    font-weight: normal;
}

.element-preview {
    margin-bottom: 20px;
}

.description-text {
    font-size: 100%;
}

.view-main-content .view-cards .thumbnail .element-title .responsive-box-content .title-text {
    font-weight: bold;
    font-size: 16px
}

.view-quizzes .view-cards .thumbnail .thumbnail-secondary-content .responsive-box .responsive-box-content > div:last-child {
    font-weight: normal;
}

.view-main-content .view-table .table .quizzes-table-body .table-row .table-column {
    padding: 14px 20px;
}

.view-main-content .view-table .quizzes-table .quizzes-table-header .table-row,
.view-main-content .view-table .quizzes-table .quizzes-table-body .table-row {
    border: none;
    border-top: 1px solid #ddd;
}

.yourscore {
    font-size: 28px;
    font-weight: 700;
}

.question-content {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
}

.question-answers .radio label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #000;
}

.question-answers .checkbox label {
    color: #000;
}

.video-js {
    margin: 0 auto;
}

/*# sourceMappingURL=custom.css.map */


.question-explanation {
    font-size: 18px;
    font-weight: 500; 
}
body.osc-elective-body > div {
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden;
}

.red-bordered-button {
    padding: 16px 38px;
    background-color: transparent;
    border: 2px solid #d04621;
    color: #d04621;
    cursor: pointer;
    display: inline-block;
    width: auto;
    font-size: 13px;
    letter-spacing: 2px;
    transition: color .1s,background-color .1s,border-color .1s;
    font-weight: 700;
    text-decoration: none;
}

.red-bordered-button:hover,
.red-bordered-button:focus {
    background-color: #d04621;
    color: #fff;
}

.gray-bordered-button {
    padding: 16px 38px;
    background-color: transparent;
    border: 2px solid #7e7e7e;
    color: #333;
    cursor: pointer;
    display: inline-block;
    width: auto;
    font-size: 13px;
    letter-spacing: 2px;
    transition: color .1s,background-color .1s,border-color .1s;
    font-weight: 700;
    text-decoration: none;
}

.gray-bordered-button:hover,
.gray-bordered-button:focus {
    background-color: #cacaca;
    color: #000;
}

.green-bordered-button {
    padding: 16px 38px;
    background-color: transparent;
    border: 2px solid #0DA7AF;
    color: #0DA7AF;
    cursor: pointer;
    display: inline-block;
    width: auto;
    font-size: 13px;
    letter-spacing: 2px;
    transition: color .1s,background-color .1s,border-color .1s;
    font-weight: 700;
    text-decoration: none;
}

.green-bordered-button:hover,
.green-bordered-button:focus {
    background-color: #0DA7AF;
    color: #fff;
}

/* individual progress directive */

.individual-course-progress {
    padding: 0 20px;
}

.individual-course-progress .btn-link {
    color: #354db1;
    text-decoration: underline;
    min-height: 1em;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.individual-course-progress .btn-link:hover,
.individual-course-progress .btn-link:focus {
    color: #354db1;
}

.individual-course-progress .separator {
    border-top: 2px solid #616161;
    margin-top: 20px;
}

/* overall progress block */

.individual-course-progress .overall-progress-info {
    position: relative;
    min-height: 225px;
}

.individual-course-progress .overall-progress-info h3 {
    padding-left: 0;
    margin-bottom: 20px;
}

.individual-course-progress .overall-progress-info h3 span {
    font-weight: 500;
    font-size: 18px;
    padding-left: 20px;
}

.individual-course-progress .overall-progress-info h5 {
    font-weight: 600;
}

.individual-course-progress .overall-progress-info .progress-bar {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-right: 20px;
}

.individual-course-progress .overall-progress-info .progress-bar-label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    position: relative;
    color: #000;
    padding-right: 10px;
    font-size: 17px;
}

.individual-course-progress .overall-progress-info .progress-bar-item {
    width: 35px;
    height: 20px;
    display: inline-block;
    float: left;
    border: 1px solid #000;
    margin-bottom: 10px;
    position: relative;
}

.individual-course-progress .overall-progress-info .progress-bar-item.complete {
    background-color: #3db879;
}

.individual-course-progress .overall-progress-info .progress-bar-item:nth-child(n) {
    margin-left: -1px;
}


/* individual progress details directive*/

.individual-progress-details {
    position: relative;
    min-height: 50px;
}

.individual-course-progress .progress-details h3 {
    border-top: 2px solid #616161;
    margin: 10px 20px 10px 10px;
    padding-left: 0;
    padding-top: 15px;
}

.individual-course-progress .scroll-top {
    padding: 10px 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-left: -15px;
}

.individual-course-progress .red-underline-text {
    color: #b36b5c;
    text-decoration: underline;
}

.individual-course-progress .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 10px;
}

.individual-course-progress .buttons button {
    margin: 0;
}

/* idividual course progress details */

.individual-progress-details {
    margin-bottom: 25px;
}

.individual-progress-details .module-caption {
    background: #7e7e7e;
    height: 45px;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    color: #fff;
}

.individual-progress-details .module-caption h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 12px;
}

.individual-progress-details .module-caption h4 span {
    font-size: 22px;
    font-weight: 200;
}

.individual-progress-details .module-block .section-progress-block:nth-child(odd) {
    background: #f0f0f0;
}

.individual-progress-details .module-block .section-progress-block:nth-child(even) {
    background: #fff;
}

.individual-progress-details .module-block .section-progress-block {
    padding: 0 5px;
}

.individual-progress-details .module-block .section-progress-block .section-title {
    padding: 5px 0;
    font-weight: 600;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: baseline;
        align-items: baseline;
}

.individual-progress-details .module-block .section-progress-block .section-title .btn-link {
    text-align: left;
    padding-left: 5px;
}

.individual-progress-details .module-block .section-progress-block .section-title .title .btn-link {
    font-weight: 600;
}

.individual-progress-details .section-details {
    padding-bottom: 20px;
}

.individual-progress-details .section-details table {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}

.individual-progress-details .section-details table > thead > tr > th {
    border: none;
    padding: 14px 20px 9px;
    background-color: transparent;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.individual-progress-details .section-details table > tbody > tr > td {
    max-height: none;
    padding: 5px 20px;
    background-color: transparent;
    font-size: 15px;
    line-height: 19px;
    vertical-align: middle;
    border-bottom: 1px solid #000;
}

.individual-progress-details .section-details table > tbody > tr > td > select {
    border-radius: 4px;
}

.individual-progress-details .section-details table > thead > tr > th:first-child {
    width: 40%;
}

.individual-progress-details > .row {
    margin-right: 5px;
    margin-top: 20px;
}

.course-progress-info h3 {
    color: #000;
    font-weight: bold;
}

.course-progress-info .progress-legend-block {
    border: 1px solid #eee;
    margin: 0 0 10px 30px;
    padding: 10px 0 0 10px;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
}

.course-progress-info .progress-legend-block > h5 {
    font-size: 17px;
}

.course-progress-info .progress-legend-block h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.course-progress-info .progress-legend-block ul {
    margin-bottom: 20px;
}

.course-progress-info .module-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 5px;
}

.course-progress-info .module-type .module-block {
    -ms-flex-positive: 2;
        flex-grow: 2;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
}

/* individual course progress certificates */

.individual-course-progress-certificates {
    position: relative;
    min-height: 50px;
}

.individual-course-progress-certificates table > thead > tr > th {
    background-color: #777777;
}

.individual-course-progress-certificates .graduation-cert-caption {
    width: 100%;
    background-color: #5f5f5f;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.individual-course-progress-certificates .graduation-cert-caption > h4{
    padding: 10px;
}

.individual-course-progress-certificates .graduation-cert-params {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 20px;
}

.individual-course-progress-certificates .graduation-cert-params .cert-types {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}

.individual-course-progress-certificates .graduation-cert-params .cert-dates {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
}

.individual-course-progress-certificates .graduation-cert-params .cert-dates .control-label {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.individual-course-progress-certificates .graduation-cert-params .cert-dates .date-input {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    padding: 0 15px;
    margin-bottom: 15px;
}

/* individual participation info directive */

.individual-participation-info {
    position: relative;
    min-height: 50px;
}


/* individual course progress other*/

.individual-course-progress #viewPreviousProgressesDialog .modal-header h3 {
    width: 100%;
    color: black;
    padding-left: 25px;
    margin: 10px 0 0 0;
    font-weight: 700;
}

.individual-course-progress #viewPreviousProgressesDialog .modal-header button {
    position: absolute;
    top: 0;
    right: 0;
}

.individual-course-progress #viewPreviousProgressesDialog .modal-content {
    width: 45vw;
    border: 1px solid #6c6c6c;
}

.individual-course-progress #viewPreviousProgressesDialog .modal-body {
    padding: 30px;
    max-height: 89vh;
    overflow-y: auto;
}

.migration-info {
    padding: 2px 0;
    color: #cf4520;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding-left: 50px;
}

.reed_window_info {
    border: 1px solid #9ea2a2;
    margin-bottom: 23px;
}

.reed_window_info_text {
    border: none !important;
    margin: 0 !important;
    padding: 12px 10px 20px 10px !important;
    background-color: #f9f9f9;
}

.reed_window_info_text span {

}

.reed_window_info_text.red {
    background: #fcf8e3;
}

.reed_window_info_head {
    padding: 12px 18px 10px 16px !important;
    color: #FFF !important;
    margin: 0 !important;
    text-align: center !important;
}

.blue.reed_window_info_head {
    background: #00a4de;
}
.orange.reed_window_info_head {
    background: #fe5200;
}
.red.reed_window_info_head {
    background: #fe0000;
}
.green.reed_window_info_head {
    background: #00a651;
}

.reed_window_info_date {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-right: 6px;
    padding: 10px 0px 10px 0px;
    font-family: "Open Sans Regular";
}

.blue .reed_window_info_date {
    color: #00a4de;
}
.orange .reed_window_info_date,
.orange .reed-warning {
    color: #fe5200;
}
.red .reed_window_info_date,
.red .reed-warning-red,
.attention-message {
    color: #fe0000;
}
.green .reed_window_info_date,
.green .reed-warning {
    color: #00a651;
}

.reed_window_info_help {
    font-size: 12px;
    text-align: left;
}

@media (min-width: 751px) {
    .control-label_warning_message {
        width: calc((100% / 6) - 5px);
    }
}

.reed-warning {
    text-transform: uppercase;
    font-weight: bold;
}

.red .reed-warning {
    text-align: center;
    padding-bottom: 10px;
}
/*# sourceMappingURL=custom.css.map */