
.cbp-l-filters-button .cbp-filter-item.btn:hover,
.pm_filter_container  .pm_filter.btn:hover{
    background-color: #073248;
    border-color: #073248;
    color: #fff;
    cursor: pointer;
}
.cbp-l-filters-button .cbp-filter-item.btn,
.pm_filter_container  .pm_filter.btn{
    border: 1px solid transparent;
    vertical-align: bottom;
    padding: 11px 45px;
    background-color: #0F72A2;
    border-color: #0F72A2;
    color: #fff;
    border-radius: 10px;
    display:  inline-block;
    line-height: inherit;
    font-family: 'itc-officina-sans-pro', sans-serif;
    font-size: 14px;
    margin-right: 15px;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active.btn,
.pm_filter_container  .pm_filter.btn.active{
    background-color: #073248;
    border-color: #073248;
}
body .cbp-l-filters-button{
    margin-bottom: 0px;
}
.success_image{
    width: 50%;
    position: relative;
}

.pm_filter_item {
    margin-bottom: 35px;
    transition: all 300ms ease-in-out;
}
.pm_filter_item:hover {
    transform: scale(1.06);
    z-index: 9;
}
.row .pm_filter_item .chapter_item {
    height: 100%;
    position: relative;
    box-sizing: content-box;
    padding-bottom: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0);
    transition: all 300ms ease-in-out;
}
.pm_filter_item:hover .back_light_gray.chapter_item {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.chapter_item .fa-check{
    background: #fff;
    width: 35px;
    height: 35px;
    border: 3px solid #F7A600;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}
.pm_filter_item .chapter_content {
    padding-bottom: 10px;
}
.chapter_content .progress_bar {
    position: absolute;
    padding: 0;
    height: 13px;
    width: calc( 100% - 40px );
    bottom: 15px;
}
.chapter_content{
    padding: 20px;
    background: #F8F8F8;
}
.chapter_content .information_icon{
    cursor: pointer;
}
/*position hover information*/
.chapter_content .information_icon .hover_information > span{
    top: -5px;
    transform: translate(-50%,-100%);
    z-index: 9;
    width: 200px;
}
.chapter_content .progress_bar{
    margin-bottom: 0px;
}
.chapter_image{
    height: 200px;
    background-size: cover;
    background-position: center;
    text-align: right;
    position: relative;
}
.chapter_image .cover_overlay.back_dark_transparent{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.bigger_button, .bigger_button.share_popup.btn{
    font-size: 17px;
    padding: 12px 20px;
}
.progress_buttons {
    position: absolute;
    right: 0px;
    top: 10px;
}
#learning_path_edit>.progress_buttons,
#edit_learning_chapter>.progress_buttons,
#add_learning_chapter>.progress_buttons{
    width: initial;
}
@media screen and (min-width: 680px) {
    #learning_path_edit>.progress_buttons,
    #edit_learning_chapter>.progress_buttons,
    #add_learning_chapter>.progress_buttons{
        padding: 0;
    } 
}

@media screen and (max-width: 860px) {
    #learning_path_edit>.progress_buttons,
    #edit_learning_chapter>.progress_buttons,
    #add_learning_chapter>.progress_buttons{
        padding: 0 15px;
    } 
}
@media screen and (max-width: 679px) {
    #learning_path_edit>.progress_buttons,
    #edit_learning_chapter>.progress_buttons,
    #add_learning_chapter>.progress_buttons{
        width: 100%;
    } 
}

a.share_popup.btn.bigger_button >i {
    margin-left: 20px;
}

.progress_overview_page .progress_path_details li,
.progress_overview_page .progress_path_details p {
    font-size: 17px;
}
.progress_overview_page .view_progress.layout_index h1 {
    margin-bottom: 8px;
}

.progress_overview_page .progress_path_details h4 {
    margin-top: 5px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
}

.progress_overview_page .progress_path_details {
    margin-bottom: 26px;
}
.progress_overview_page h1:after {
    content: '.';
    color: #F7A600;
}
.progress_overview_page h1 {
    display: inline-block;
}

span.header_active,span.header_draft {
    font-size: 35px;
    font-weight: bold;
    color: #f7a600;
    display: inline-block;
    margin-left: 7px;
}
.result_question{
    color: #005680;
    font-size: 20px;
    margin-top: 0pc;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0, 0.125);
}
span.result_answer  {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}
.result_answer:not(.checked):before{

    color: #9C9C9C !important;
}
.result_answer:before{
    content:"\f0c8";
    background-image: none;
    font-family: 'fontAwesome';
    font-size: 18px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: -20px;
    top: 0px;
}
.result_answer.checked:before{
    content:"\f14a";
}
.result_answer span{
    color: #3D9749;
}
.result_answer.right_answer:not(.checked) span,
.result_answer.checked:not(.right_answer) span{
    color: #D92B2B;
}

.result_questions {
    border: 1px solid rgba(0,0,0, .125);
    margin-bottom: 30px;
}

.result_questions > p {
    margin-bottom: 0px;
}

.result_questions > p {
    padding: 13px 20px;
}

h1.result_heading {
    margin-top: 70px;
}


/* Individual Learning path Edit */

.btn_lc.btn{padding: 11px 18px;}
.add_btn_lc{ background: #005680; padding: 10px;}
.form-heading-section {display: inline-flex;}
button.icon_btn{
    background: inherit;
    box-shadow: inherit;
    color: #005680; 
    border: 0;
    padding: 0;
}
button.icon_btn:hover,button.icon_btn:active,button.icon_btn:focus-visible, button.icon_btn:focus-visible,button.icon_btn:focus{
    bottom:0;
    box-shadow: inherit;
    border-color: inherit;
    background-color: inherit;
    color:#005680;
    border: 0;
}
button.icon_btn i.fa.fa-plus {
    background: #005680;
    padding: 20px;
    color: #fff; 
    border-radius: 3px;
}

.heading-right-section .btn {
    padding: 11px 20px;
}

