﻿/*LMS Specific Page's  & Common Custom CSS*/

/* LearneroverallTealReport.html page CSS */
.btn-sec {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 6px;
}

.panel-bottom-btns {
    position: relative;
    bottom: 0;
}

.panel.new-learningpath .box-header.with-border {
    background-color: transparent;
    color: #444444;
    border-radius: 0;
    min-height: 49px;
}

.panel.new-learningpath .headingFont .panel-title {
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
}

.panel.new-learningpath .panel-body {
    padding: 0 15px 8px 15px;
    border: none;
    border-radius: 0;
    background-color: #ffffff;
}

.new-learningpath .btn-sec .nav.nav-pills > li.active > a,
.new-learningpath .btn-sec .nav.nav-pills > li.active > a:focus,
.new-learningpath .btn-sec .nav.nav-pills > li.active > a:hover {
    color: #444444;
    border: none;
    border-bottom: 3px solid #22A7F0;
    background-color: transparent;
}

.new-learningpath .btn-sec .nav.nav-pills > li > a,
.new-learningpath .btn-sec .nav.nav-pills > li > a:focus,
.new-learningpath .btn-sec .nav.nav-pills > li > a:hover {
    padding: 9px 15px;
    color: #444444;
    border: none;
    background-color: transparent;
}

.tab-content {
    margin-bottom: 0;
    padding: 0;
}

.new-learningpath .tab-content .media-left, .new-learningpath .tab-content .media-body,
.new-learningpath .tab-content .media-right {
    vertical-align: middle;
}

.new-learningpath .sec-img, .new-learningpath .view-btn {
    padding: 10px !important;
    vertical-align: middle;
}

.detail-sec {
    padding: 6px;
}

.detail-sec .sub-title {
    padding-left: 5px;
    font-size: 11px;
    color: #444444;
}

.media-body.detail-sec .progress {
    height: 4px;
    width: 92%;
    overflow: initial;
}

.media-body.detail-sec .progress-bar {
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.media-body.detail-sec .progress-bar span.progress-value {
    width: 4%;
    position: absolute;
    top: -6px;
    left: 102%;
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: initial;
    color: #444444;
}

.media .con-asst {
    width: auto;
    display: inline-block;
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.con-asst-preview {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
}

.media .status-values .con-value {
    width: auto;
    position: relative;
    display: inline-block;
    padding-right: 5px;
    font-size: 12px;
    line-height: 1;
    border-right: 1px solid #dddddd;
}

#LPDetails .media .status-values .con-value:first-child {
    padding-left: 0 !important;
}

.media .status-values .con-value:last-child {
    border-right: none;
}

.detail-sec .status-values .con-value.badge {
    padding: 4px 6px !important;
    margin-top: 5px;
    float: right;
}

.media .status-values .btn {
    display: inline-block;
}

.media:hover .status-values .btn {
    display: inline-block;
}

.media .status-values {
    height: 36px;
    max-height: 36px;
}
.new-learningpath .media {
    border: 1px solid #fbfbfb;
}
#divcenteralign .media-heading > span {
    max-width: 74%;
    display: block;
    display: -webkit-box;
    height: 32px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
    -ms-word-break: break-all;
    word-break: break-all;
    white-space: pre;
}
#listView .media-heading > span {
    height: auto;
}
.tab-content[ng-click], .box_border[ng-click], .box_border[ui-sref], .box_border [ui-sref], .box_border [ng-click], div[ng-click],
.media-heading[ng-click], .media-heading[ui-sref],[ng-click],
#li_CourseContent .panel-heading .accordion-toggle:hover, .cursor-pointer {
    cursor: pointer;
}
[disabled] [ng-click], [disabled] {
    cursor: not-allowed;
}

.sec-img {
    padding: 5px !important;
}

.p_height {
    width: 100%;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    height: 56px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.p_height_2 {
    width: 100%;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    /*height: unset !important;*/
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    font-size: 13px !important;
    font-weight: 400;

}
.oneline {
    width: 100%;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    white-space: normal;
    height: 1.8em !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
}
.list_p_height {
    font-size: 12px;
    line-height: 1.2em;
    height: 70px !important;
    overflow: hidden;
}
.new-learningpath .tab-content .media-right {
    width: 37%;
    padding: 10px;
    border-left: 1px solid #ebeced;
}

.new-learningpath .tab-content .media:hover .media-right {
    border-left: 1px solid #cccccc;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
/*GetAllCourses.html CSS*/
.course-search {
    padding: 20px 0;
}

.course-search .form-group {
    position: relative;
    width: 40%;
}

.course-search .btn-search, .course-search .btn:active, .course-search .btn:focus:active, .course-search .btn:hover:active {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    border: 1px solid #cccccc;
    padding: 10px 16px;
    font-size: 1.42em;
    cursor: auto;
}

.new-learningpath .p_overview {
    height: auto;
}

.new-learningpath .tab-content .media-right, .new-learningpath .tab-content .media:hover .media-right {
    border-left: none !important;
}
.btn-bookmark {
    background-color: #ffffff !important;
    border: 1px solid #2196F3 !important;
    color: #2196F3 !important;
    width: 138px;
}

.btn-bookmark:hover {
    background-color: #66bafd !important;
    border: 1px solid #66bafd !important;
    color: #ffffff !important;
}

#registrationModal .dl-horizontal dd {
    margin-left: 100px;
}
/*Modal box*/
/*.courseListHeading, .courseListHeading.media-heading, .modal .modal-title {
    text-transform: capitalize;
}*/

#LPDetails .box-title {
    color: #444444 !important;
    text-align: center;
}

p.p-l-20::first-letter, p.p-l-20.help-block::first-letter {
    text-transform: capitalize;
}

.lpDiv {
    background: #F2F2F2;
    margin-bottom: 10px;
}

.leftPadding50 {
    padding-left: 50px;
}

/*.detail-sec.media-body .courseListHeading {
    margin-top: 4px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #22a7f0;
    font-family: "Open Sans" !important;
}*/

.detail-sec.media-body .courseListHeading .media-heading {
    margin-bottom: 0;
}

    .detail-sec.media-body .courseListHeading .media-heading:before, .detail-sec.media-body .courseListHeading .media-heading:after {
        display: table;
        content: " ";
        clear: both;
    }

.detail-sec.media-body .courseListHeading sup, .detail-sec.media-body .courseListHeading sup.badge {
    display: inline-block;
    padding: 0 4px !important;
    line-height: 1.5;
    vertical-align: text-top;
    text-transform: capitalize;
    color: #ffffff;
}

.detail-sec.media-body .courseListHeading sup {
    color: #444444;
}

.lpDivImage {
    background: #F2F2F2;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 3px;
    height: 120px;
}
/* style for the progress Bar*/
.progress {
    height: 16px;
    background-color: #BDBDBD !important;
    border: none !important;
}

.detail-sec .progress-value {
    margin-top: 10px;
    padding-left: 5px;
}

    .detail-sec .progress-value .progress-bar {
        line-height: 16px;
    }

#progressbar {
    background-color: grey;
    border-radius: 13px; /*(height of inner div) / 2 + padding*/
    padding: 2px;
}

    #progressbar > .orangeBar {
        background-color: orange; /*#04B431*/
        width: 40%; /*Adjust with JavaScript*/
        height: 20px;
        border-radius: 10px;
    }

.buttonGreen {
    background: green;
}

.Progress {
    color: brown;
}
/* LearningPathDetails.html page CSS */
.learningPathContainer .completion > .panel.panel-default > .panel-heading {
    background-color: #f5f5f5;
}
.learningPathContainer .ngrateit-star {
    background-size: 13px;
}
.learningPathContainer .nav-pills > li:first-child, .nav-pills > li:first-child a {
    margin-left: 0;
}
.learningPathContainer #loc .courses_img .media-object {
    height: 162px;
}
    /*Progressbar with tooltip*/
.progress-with-tp .tooltip {
    /*float:right;*/
    position: absolute;
    right: 0;
    left: 0 !important;
    width: 60px;
}
.progress-with-tp .tooltip > .tooltip-inner {
    background-color: #eebf3f;
    color:rgb(23,44,66);
    padding:5px 15px;
    font-weight:bold;
    font-size:13px;
}
.progress-with-tp .popOver + .tooltip > .tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #eebf3f;
    left: 8px !important;
}
.progress-with-tp.progress {
    border-radius:0;
    overflow:visible;
    height: 8px !important;
}
.progress-with-tp .progress-bar {
    position:relative;
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}
.progress-bar.progress-bar-success {
    background-color: #89c851;
}
/* Plan and courses */
.learningPathContainer .panel {
    padding-left: 0;
    padding-right: 0;
    /*box-shadow: none;*/
}

@media (max-width: 767px) {
    .learningPathContainer .border-left-1 {
        border-left: none !important;
        border-top: 1px solid #eeeeee;
    }

    .new-learningpath .btn-sec .nav.nav-pills > li {
        float: none;
        display: block;
        margin: 0 auto !important;
        width: 85%;
        text-align: center;
    }

    .new-learningpath .btn-sec .nav.nav-pills > li > a {
        margin-bottom: 5px;
    }

    #chart.c3 {
        max-height: 394px !important;
        width: 100% !important;
    }
    .course-search .form-group {
        width: auto;
    }
}

.backDivClass .Priority {
    color: #8722b1;
}

.backDivClass .timelineElement span {
    display: inline-block;
    width: 25%;
}

.backDivClass .timelineElement span.con-value {
    width: 75%;
}

.learningPathContainer .panel .panel-body {
    height: auto;
    border-radius: 0;
    background-color: #ffffff;
}

.learningPathContainer .timeline-body a {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #3c8dbc;
    text-decoration: underline;
}

.learningPathContainer #CurrentPlan .c100 {
    margin: 0 auto;
    font-size: 117px;
    float: none;
}

.learningPathContainer #BreakDown svg {
    height: 146px !important;
}

.learningPathContainer #BreakDown svg > g {
    -moz-transform: translate(40px,28px);
    -ms-transform: translate(40px,28px);
    -o-transform: translate(40px,28px);
    -webkit-transform: translate(40px,28px);
    transform: translate(40px,28px);
}

.learningPathContainer .courses .timeline-panel {
    padding: 6px;
}

.learningPathContainer .courses .timeline-panel img {
    margin: 0 auto;
}
.block {
    display: block;
}
.learningPathContainer .current-plan {
    float: right;
}

.learningPathContainer .course_rateit {
    display: inline;
}

.learningPathContainer .course_rateit .ngrateit-bg-star, .learningPathContainer .ngrateit-value {
    cursor: default !important;
}
/*App\Learner\Templates\LearningPathDetails.html CSS*/
.lp-details .LPCourseDetails .timeline:before {
    top: 16%;
    left: 27px;
    height: 68% !important;
    width: 0;
}
.lp-details .LPCourseDetails .timeline > li > .fa {
    top: 36%;
    left: 10px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
}

.lp-details .LPCourseDetails .timeline > li:before, .lp-details .LPCourseDetails .timeline > li:after {
    content: " ";
    display: block;
    width: 2px;
    position: absolute;
    left: 28px;
    top: 46%;
    height: 100%;
}
.lp-details .LPCourseDetails .timeline > li:last-child:before, .lp-details .LPCourseDetails .timeline > li:last-child:after {
    height: 0;
}

.lp-details .LPCourseDetails .ribbon {
    top: 5px;
    right: -5px;
    z-index: 1;
}
.lp-details .LPCourseDetails .media-heading > span {
    width: 84%;
    height: 2.8em;
}
.recommend-course.modal .modal-body .dl-horizontal dd {
    margin-left: 70px;
}
.recommend-course.modal .panel-title a.accordion-toggle,
.recommend-course.modal .panel-title a.accordion-toggle:focus, .recommend-course.modal .panel-title a.accordion-toggle:hover {
    padding: 0;
}
.recommend-course.modal .panel-title a.accordion-toggle i {
    position: absolute;
    right: 15px;
    top: 14px;
}
.recommend-course.modal #more-info .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.recommend-course.modal #more-info .panel-heading {
    padding: 0;
    border-radius: 0;
}
/* Responsive styles */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .btn-sec .pull-right {
        text-align: right;
    }

    .new-learningpath .btn-sec .nav.nav-pills > li {
        width: 30%;
        padding-bottom: 5px;
        text-align: center;
    }

    .new-learningpath .btn-sec .nav.nav-pills > li > a {
        border-bottom: 3px solid transparent;
    }

    /*GetAllCourses - search courses*/
    .course-search .form-group {
        width: 80%;
    }
}
/*courselearningpath.html css*/
.course-learningpath .detail-sec .con-asst, .course-learningpath .detail-sec .con-value {
    width: 11%;
}
.registerd-courses .detail-sec .con-asst, .registerd-courses .detail-sec .con-value {
    width: auto;
}

.registerd-courses .detail-sec .status-values .badge {
    float: right;
    margin-left: 5px !important;
    line-height: 18px;
}
.learner-course #listView .overlaylist ul li:first-child {
    width:80px;
}
.learner-course #listView .overlaylist ul li:last-child {
    vertical-align: top;
    width: 130px;
}
.course-overlay {
      background-color: #ececec !important;
    color: #000000 !important;
}
/*Common Tiles View Begain*/
/*.tiles-view .thumbnail {
    position: relative;
    cursor: pointer;
    min-height: 230px;
}*/
/*.tiles-view .thumbnail .label {
        height: 16px;
        line-height: 10px;
        position: absolute;
        top: 15px;
        right: 15px;
        text-transform: capitalize;
        padding-right: 15px !important;
        margin-right: -24px;
    }
    .tiles-view .thumbnail .label:before, .tiles-view .thumbnail .label:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;

    }
    .tiles-view .thumbnail .label:before {
        width: 0;
        left: auto;
        right: 100%;
        top: 0;
        border-width: 8px 10px;
        border-style: solid;
        border-color: #00c0ef #00c0ef #00c0ef transparent;
    }
    .tiles-view .thumbnail .label:after {
        content: "";
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        bottom: -8px;
        right: 0;
        border-top: 8px solid #666;
        border-right: 8px solid transparent;
    }*/
/*Tiles view Status Ribbon begain */
/*.tiles-view .thumbnail*/
.ribbon {
    position: absolute;
    top: 10px;
    right: 0;
    overflow: visible;
}
.global-search-result .listbox .ribbon {
    right: -5px;
    z-index: 1;
}
/*.ribbon.quiz-type, .ribbon.badge_groups, .quizlearner .ribbon {
    top: 35px;
}*/

.quizlearner .ribbon.quiz-type {
    top: 10px;
}
.quizlearner #listView .ribbon.quiz-type {
    right: -5px;
}

.ribbon:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 2px;
    left: -2px;
    /*border-top: 9px solid rgba(0, 0, 0, 0.3);
        border-bottom: 9px solid rgba(0, 0, 0, 0.3);*/
    border-right: 9px solid rgba(0, 0, 0, 0.3);
    border-left: 9px solid transparent;
}

.ribbon:after {
    content: "";
    height: 2px;
    /*background: rgba(0, 0, 0, 0.3);*/
    display: block;
    position: absolute;
    bottom: -2px;
    left: 16px;
    right: 2px;
}

.ribbon .label {
    display: block;
    position: relative;
    height: 18px;
    margin-left: 9px;
    padding: 3px 8px !important;
    overflow: visible;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
    text-decoration: none;
}

.ribbon .label:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: -9px;
    /*border-top: 9px solid #00c0ef;
        border-bottom: 9px solid #00c0ef;*/
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
}

.ribbon .label.label-info:before {
    border-top-color: #00c0ef;
    border-bottom-color: #00c0ef;
}

.ribbon .label.label-warning:before {
    border-top-color: #f39c12;
    border-bottom-color: #f39c12;
}

.ribbon .label.label-success:before {
    border-top-color: #76c763;
    border-bottom-color: #76c763;
}

.ribbon .label.label-danger:before {
    border-top-color: #dd4b39;
    border-bottom-color: #dd4b39;
}

.ribbon.quiz-type .label:before {
    border-top-color: #3c8dbc;
    border-bottom-color: #3c8dbc;
}

.ribbon .label:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -4px;
    right: 0;
    border-top: 4px solid #384042;
    border-right: 5px solid transparent;
}
.tiles-view .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.tiles-view .img-sec {
    background: #29303b;
    overflow: hidden;
}
.tiles-view .img-sec:hover img {
    opacity: .5;
}
.tiles-view .img-sec:hover .play-icon {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.img-sec .play-icon {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/icons/play-icon.svg) no-repeat;
    background-size: auto 50%;
    background-position: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    -moz-transition: -moz-transform 150ms ease-in-out;
    -o-transition: -o-transform 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
}
.tiles-view .thumbnail img {
    margin: 0 auto;
    height: inherit;
    outline: none;
}

.tiles-view .thumbnail .caption {
    padding-left: 6px;
    padding-right: 6px;
    /*min-height: 131px;*/
}

.tiles-view .thumbnail > img.rounded-img {
    width: 90px;
    height: 90px;
}

.tiles-view .quiz-heading {
    max-width: 100%;
    color: #22a7f0;
    font-size: 14px;
    font-weight: 600;
}
.tiles-view .ngrateit-star{
    background-size: 13px;
}
.tiles-view .thumbnail .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    background-color: #fff;
    /*-webkit-backface-visibility: hidden;
        backface-visibility: hidden;*/
    /*display: none;*/
    /*transform: scale(0);*/
    /*-webkit-transition: all 1s ease;
        transition: all 1s ease;*/
}
.label-warning-light {
    background-color: #ffe799;
    color: #593d00;
    font-size: .85em;
    border-radius: 4px;
    font-weight: 600 !important;
}
.tiles-view .thumbnail:hover .overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    border-radius: 0;
    display: block;
    cursor: auto;
    -moz-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    /*-webkit-transition: all 1s ease;
        transition: all 1s linear;*/
    /*CSS Rotate on hover*/
    /*transform: scale(1);*/
    /*CSS flip on hover*/
    /*-webkit-transform: rotateY(180deg);
        -webkit-transform-style: preserve-3d;
        transform: rotateY(360deg);
        transform-style: preserve-3d;*/
}
/*CSS on hover slide 4side axis*/
/*.tiles-view .thumbnail .overlay {
    width: 100%;
    height: 100%;
    top: auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateX(-100%);
    }

    .tiles-view .thumbnail:hover .overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateX(0);
    z-index: 2;
    }*/
/*CSS Skew on hover*/
/*@-webkit-keyframes skew {
0% { -webkit-transform: skew(0deg,0deg); }
10% { -webkit-transform: skew(0deg,4deg); }
20% { -webkit-transform: skew(0deg,8deg); }
30% { -webkit-transform: skew(0deg,12deg); }
40% { -webkit-transform: skew(0deg,16deg); }
50% { -webkit-transform: skew(0deg,20deg); }
60% { -webkit-transform: skew(0deg,18deg); }
70% { -webkit-transform: skew(0deg,12deg); }
80% { -webkit-transform: skew(0deg,8deg); }
90% { -webkit-transform: skew(0deg,4deg); }
100% { -webkit-transform: skew(0deg,0deg); }
}
@keyframes skew {
0% { -webkit-transform: skew(0deg,0deg); }
10% { -webkit-transform: skew(0deg,4deg); }
20% { -webkit-transform: skew(0deg,8deg); }
30% { -webkit-transform: skew(0deg,12deg); }
40% { -webkit-transform: skew(0deg,16deg); }
50% { -webkit-transform: skew(0deg,20deg); }
60% { -webkit-transform: skew(0deg,18deg); }
70% { -webkit-transform: skew(0deg,12deg); }
80% { -webkit-transform: skew(0deg,8deg); }
90% { -webkit-transform: skew(0deg,4deg); }
100% { -webkit-transform: skew(0deg,0deg); }
}
.tiles-view .thumbnail:hover .overlay {
-webkit-animation-name: skew;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-name: skew;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: 1;
}*/
/*CSS shakeit animation on hover*/
@-webkit-keyframes shakeit {
    0% {
        -webkit-transform: rotate(0) translate(2px, 1px);
        -moz-transform: rotate(0) translate(2px, 1px);
        -ms-transform: rotate(0) translate(2px, 1px);
        -o-transform: rotate(0) translate(2px, 1px);
        transform: rotate(0) translate(2px, 1px);
    }

    10% {
        -webkit-transform: rotate(2deg) translate(1px, 2px);
        -moz-transform: rotate(2deg) translate(1px, 2px);
        -ms-transform: rotate(2deg) translate(1px, 2px);
        -o-transform: rotate(2deg) translate(1px, 2px);
        transform: rotate(2deg) translate(1px, 2px);
    }
    50% {
        -webkit-transform: rotate(2deg) translate(1px, -2px);
        -moz-transform: rotate(2deg) translate(1px, -2px);
        -ms-transform: rotate(2deg) translate(1px, -2px);
        -o-transform: rotate(2deg) translate(1px, -2px);
        transform: rotate(2deg) translate(1px, -2px);
    }
    100% {
        -webkit-transform: rotate(2deg) translate(-1px, 2px);
        -moz-transform: rotate(2deg) translate(-1px, 2px);
        -ms-transform: rotate(2deg) translate(-1px, 2px);
        -o-transform: rotate(2deg) translate(-1px, 2px);
        transform: rotate(2deg) translate(-1px, 2px);
    }
}

@-moz-keyframes shakeit {
    0% {
        -moz-transform: rotate(0) translate(2px, 1px);
        -ms-transform: rotate(0) translate(2px, 1px);
        -o-transform: rotate(0) translate(2px, 1px);
        -webkit-transform: rotate(0) translate(2px, 1px);
        transform: rotate(0) translate(2px, 1px);
    }

    10% {
        -moz-transform: rotate(2deg) translate(1px, 2px);
        -ms-transform: rotate(2deg) translate(1px, 2px);
        -o-transform: rotate(2deg) translate(1px, 2px);
        -webkit-transform: rotate(2deg) translate(1px, 2px);
        transform: rotate(2deg) translate(1px, 2px);
    }
    50% {
        -moz-transform: rotate(2deg) translate(1px, -2px);
        -ms-transform: rotate(2deg) translate(1px, -2px);
        -o-transform: rotate(2deg) translate(1px, -2px);
        -webkit-transform: rotate(2deg) translate(1px, -2px);
        transform: rotate(2deg) translate(1px, -2px);
    }
    100% {
        -moz-transform: rotate(2deg) translate(-1px, 2px);
        -ms-transform: rotate(2deg) translate(-1px, 2px);
        -o-transform: rotate(2deg) translate(-1px, 2px);
        -webkit-transform: rotate(2deg) translate(-1px, 2px);
        transform: rotate(2deg) translate(-1px, 2px);
    }
}

@keyframes shakeit {
    0% {
        -moz-transform: rotate(0) translate(2px, 1px);
        -ms-transform: rotate(0) translate(2px, 1px);
        -o-transform: rotate(0) translate(2px, 1px);
        -webkit-transform: rotate(0) translate(2px, 1px);
        transform: rotate(0) translate(2px, 1px);
    }

    10% {
        -moz-transform: rotate(2deg) translate(1px, 2px);
        -ms-transform: rotate(2deg) translate(1px, 2px);
        -o-transform: rotate(2deg) translate(1px, 2px);
        -webkit-transform: rotate(2deg) translate(1px, 2px);
        transform: rotate(2deg) translate(1px, 2px);
    }
    50% {
        -moz-transform: rotate(2deg) translate(1px, -2px);
        -ms-transform: rotate(2deg) translate(1px, -2px);
        -o-transform: rotate(2deg) translate(1px, -2px);
        -webkit-transform: rotate(2deg) translate(1px, -2px);
        transform: rotate(2deg) translate(1px, -2px);
    }
    100% {
        -moz-transform: rotate(2deg) translate(-1px, 2px);
        -ms-transform: rotate(2deg) translate(-1px, 2px);
        -o-transform: rotate(2deg) translate(-1px, 2px);
        -webkit-transform: rotate(2deg) translate(-1px, 2px);
        transform: rotate(2deg) translate(-1px, 2px);
    }
}
.tiles-view .list-inline li {
    vertical-align: top;
}
.tiles-view .list-inline li:first-child {
    width: 48%;
    position: relative;
    /*text-align: right;
    float: left;*/
}
.quizlearner .tiles-view .list-inline li:first-child {
    padding-left: 25px;
}

.tiles-view .list-inline li:first-child:before {
    content: ":";
    position: absolute;
    right: 0;
}

.tiles-view .list-inline li:last-child {
    width: 50%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.tiles-view .thumbnail .overlay .status-values:last-child {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
}

.tiles-view .commentsModal .course-comments {
    max-height: 500px;
    overflow-y: auto;
}
.tiles-view .detail-sec .progress {
    width: 100%;
    overflow: initial;
}
.tiles-view .detail-sec .progress-bar {
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.tiles-view .detail-sec .progress-bar span.progress-value {
    width: 4%;
    position: absolute;
    top: -6px;
    left: 102%;
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: initial;
    color: #444444;
}
.tiles-view li span.con-asst, li span.con-value {
    font-size: 12px !important;
    font-family: 'open sans' !important;
}
#listView .list-inline li:first-child {
    width: 16%;
    position: relative;
}
#listView .list-inline li:first-child:after {
    content: ":";
    position: absolute;
    right: 0;
}
.tabs-sec .nav-tabs > li a {
    font-size: 14px;
}

/*LP_Course_Overview.html CSS*/
#LPcourseoverview .timeline li > .fa {
    width: 36px;
    height: 36px;
    line-height: 30px;
    left: 0;

    color: #ffffff;

}
#LPcourseoverview .timeline:before {
    left: 17px;
}
#LPcourseoverview .timeline .timeline-item {
    margin-left: 45px;
}
#LPcourseoverview .timeline .timeline-item .check-btn {
    position: absolute;
    bottom: 5px;
    right: 15px;
}
#LPcourseoverview .media .vertical-align {
    align-items: flex-end;
    justify-content: center;
}
#LPcourseoverview .panel.panel-default.more-panel {
    margin-bottom: 0 !important;
}
#LPcourseoverview .more-panel > .panel-heading .accordion-toggle {
    background-color: #ffffff;
    border-top: 1px solid #ccc;
    padding-right: 45px !important;
    text-align: right;
}
#LPcourseoverview .more-panel .subtopic-panel .panel-body {
    padding: 15px;
}
.ln-coursedetailview .preview #li_CourseContent .panel-group, .preview .panel.panel-default .panel-heading,
#LPcourseoverview .more-panel .panel-body {
    padding: 0;
}
.preview .topic-panel .panel-body {
    padding-bottom: 10px;
}
.preview .panel-title .sub-topic-header {
    padding: 10px 15px;
}
.ln-coursedetailview .preview .accordion-toggle i.fa, #LPcourseoverview .preview .accordion-toggle i.fa {
    position: absolute;
    right: 15px;
    top: 12px;
}
.preview .topic-panel .panel-group, #LPcourseoverview .preview .panel-group {
    margin-bottom: 0;
}
#LPcourseoverview .lmsUserView .nav.Navtabs_li:after {
    border-bottom: 0 solid #ccc;
}
#LPcourseoverview .nav-pills > li.active > a::after {
    width:5em;
}
.preview .panel.panel-default, #LPcourseoverview .panel.panel-default {
    margin-bottom: 10px;
}
#LP_CO {
    background-color:transparent !important; /* when remove this code check out a glance*/
}
#li_CO .list-group .badge {
    width: 20px;
    height: 20px;
}
@media only screen and (max-width: 479px) {
    .row-eq-height {
        display:block;
    }
}

#li_CourseContent p.panel-title {
    color: #555;
    font-size: 14px;
}

#li_CourseContent .accordion-toggle .panel-heading {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    background: #fefefe;
    border: 0 solid #e8ebef !important;
}

#li_CourseContent .panel-heading a {
    padding: 0 !important;
}

#li_CourseContent .panel-heading .accordion-toggle.collapsed:after,
#li_CourseContent .panel-heading .accordion-toggle:after {
    content: "" !important;
}

#li_CourseContent .panel table {
    font-size: 14px;
    border: 0 solid #ddd !important;
}

#li_CourseContent .panel table tr:hover {
    background-color: transparent !important;
}

#li_CourseContent .panel table tr td {
    font-size: 14px;
    border: 0 solid #ddd !important;
}
#li_CourseContent .panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
}
#LPcourseoverview #li_CourseContent .panel-group {
    padding: 15px 15px 10px;
}

#li_CourseContent .glyphicon-play-circle {
    color: #999;
}

#li_CourseContent .checkbox label::before {
    width: 21px;
    height: 21px;
    left: 0;
    margin-left: -22px;
    border-radius: 2px;
}

#li_CourseContent .attemptCount {
    float: right;
    width: 60px;
    position: relative;
    top: -12px;
}

.accordion-head-brd {
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.accordion-content {
    display: none;
    overflow: auto;
}

.co-overview .panel-body .course-desc img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    vertical-align: top;
}

.co-overview .panel-body .course-desc blockquote, .learningPathContainer .courses .course-desc blockquote {
    line-height: 22px;
}

.co-overview .panel-body .course-desc blockquote footer {
    position: relative;
    background-color: transparent;
    color: #444444 !important;
}

.co-overview .media .btn-listinline {
    width: 38%;
    vertical-align: bottom;
}

.box_footer_list {
    height: 24px !important;
    max-height: 24px !important;
    padding-left: 15px;
    font-weight: 400;
    color: #b3b3b3;
    font-size: 12px;
}

.box_footer_list .btn {
    display: block !important;
    vertical-align: middle;
}

.p_overview {
    min-height: 86px;
}

.c100.score {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.tabs-sec .nav-tabs > li {
    margin-bottom: -2px;
}

.tabs-sec .nav-tabs > li > a, .tabs-sec .nav-tabs > li > a:hover {
    padding: 10px 20px;
    border: 1px solid transparent;
}
.tabs-sec .tab-content .LP_overview_list {
    background-color: #fff;
    display: inline-block;
}

.tabs-sec .tab-content .tab-pane {
    border-radius: 0;
}

.LP_overview_list, .LP_overview_list:hover {
    padding: 5px;
    border: 1px solid #f4f4f4;
    border-bottom: 1px solid #cccccc;
}

.LP_overview_list:hover {
    color: #444444;
}

.course_rateit .ngrateit-background, .course_rateit .ngrateit-value {
    cursor: default !important;
}

.LP_sec-img {
    background-color: transparent;
}

#chart.c3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 294px !important;
}
/*InstructionQuiz.html CSS*/
.quiz-instruction .panel.panel-default {
    margin-bottom: 5px !important;
}
.sql-quiz-spinner {
    position: fixed;
    top: 10%;
    left: 22%;
    width: 54%;
    z-index: 1700;
}
.quiz-instruction .Note_instruction {
    list-style-type: disc;
    padding-left: 4%;
}
/*infmticaLearnerView.html CSS*/
.infmtica-leaner-view .panel .panel-heading {
    padding: 0;
}
#infmticaform .cke_contents {
    min-height: 270px;
}
.infmtica-leaner-view .bootstrap-filestyle {
    margin-bottom: 5px;
}
.infmtica-leaner-view .bootstrap-filestyle .form-control {
    margin-top: 0;
}
.infmtica-leaner-view .bootstrap-filestyle .btn, .infmtica-leaner-view .bootstrap-filestyle .btn:hover, .infmtica-leaner-view .bootstrap-filestyle .btn:focus {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #333333;
    border: 1px solid #ccc;
    background-color: #ffffff;
}

/*Tabs Round out corners*/
.round-out-tabs.group:before,
.round-out-tabs.group:after {
    content: "";
    display: table;
}
.round-out-tabs.group:after {
    clear: both;
}
.round-out-tabs.group {
    zoom: 1;
}
.round-out-tabs li {
	float: left;
	position: relative;
}
.round-out-tabs a {
	float: left;
    border-radius:0 !important;
	padding: 2px 20px;
	text-decoration: none;
	color: #333333;
	background: #d3d3d3;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    border: 0 !important;
}
.round-out-tabs .active {
	z-index: 3;
}
.round-out-tabs .active a,.round-out-tabs li a:hover  {
	    background: #282a36 !important;
    color: white;
}
.round-out-tabs li:before, .round-out-tabs li:after,
.round-out-tabs li a:before, .round-out-tabs li a:after {
	position: absolute;
	bottom: 0;
}
.round-out-tabs li:last-child:after,   .round-out-tabs li:last-child a:after,
.round-out-tabs li:first-child:before, .round-out-tabs li:first-child a:before,
.round-out-tabs .active:after,   .round-out-tabs .active:before,
.round-out-tabs .active a:after, .round-out-tabs .active a:before {
	content: "";
}
.round-out-tabs .active:before, .round-out-tabs .active:after {
	background: #ffffff;
	z-index: 1;
}
/*.round-out-tabs li:before, .round-out-tabs li:after {
	background: #ffffff;
	width: 10px;
	height: 10px;
}*/
.round-out-tabs li:before {
	left: -10px;
}
.round-out-tabs li:after {
	right: -10px;
}
/*.round-out-tabs li a:after, .round-out-tabs li a:before {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px;
	background: #d3d3d3;
	z-index: 2;
}*/
/*.round-out-tabs .active a:after, .round-out-tabs .active a:before {
	background: #ddc385;
}*/
.round-out-tabs li.active:first-child a:before,
.round-out-tabs li.active:last-child a:after {
	background: #d3d3d3;
}
.round-out-tabs li a:before {
	left: -20px;
}
.round-out-tabs li a:after {
	right: -20px;
}

/*Video download button hide*/
video::-internal-media-controls-download-button{
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

video::-webkit-media-controls:not(.audio-only) [pseudo="-webkit-media-controls-panel"] [pseudo="-internal-media-controls-overflow-button"] {
    background-image: none;
    display:none;
}

#searchkeyword,
#searchkeyword::-webkit-input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
}

.course-searchkeyword #s {
    cursor: pointer;
}

.category-checkbox .checkbox input[type="checkbox"]:focus + label::before,
.category-checkbox .checkbox input[type="radio"]:focus + label::before,
.category-checkbox input[type="checkbox"]:focus {
    outline: none !important;
    outline-offset: unset !important;
}

.category-checkbox .checkbox label {
    font-weight: 300;
    font-size: 14px;
}

h4 a.collapse-menu {
    color: #444444 !important;
    font-size: 18px;
    font-weight: 600;
}

.category-checkbox a.collapse-menu > span {
    float: right;
    font-size: 14px;
    margin-top: 4px;
}
