﻿/*App\Solution Designer\Views\Course\create-course-layout.html CSS*/
.tamil-lang .add-course form label {
    font-size: 12px;
}
.add-course .wizard .nav-tabs > li {
    width: 33.33%;
}
.add-course .course-imgholder {
    padding-top: 10px;
}
.add-course .thumb-image {
    /*float: left;
    width: 190px;*/
    width: 200px;
    height: 100px;
    position: relative;
    padding: 0px;
    border: 1px solid #ccc;
}
.tagforCourseTags > .bootstrap-tagsinput:first-child {
    border: 1px solid #cccccc;
}
.tagforCourseTags .bootstrap-tagsinput {
    background-color: #fff;
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 0;
    color: #444444;
    border-radius: 0;
    width: 100%;
}
.tagforCourseTags .bootstrap-tagsinput input {
    height: 24px;
    width: auto;
    max-width: inherit;
}
.tagforCourseTags .bootstrap-tagsinput .tag:first-child {
    margin-left: 10px;
}
.add-course-img #fileSelected {
    padding: 25px 0 0 0 !important;
}
.add-course-img .cropArea {
    /*background: #E4E4E4;*/
    overflow: hidden;
    /* width: 55%; */
    height: 25em;
    padding: 0;
}
.add-course-img img-crop {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.add-course-img img-crop canvas {
    display: block;
    left: 0%;
    outline: 0 none;
    position: absolute;
    top: 0%;
    width: 100%;
}
.add-course-img .cropArea canvas, #ImgModal img-crop.fixed-height canvas {
    margin-top: 0 !important;
    margin-left: 0 !important;
}
/*App\Solution Designer\Views\Course\sections.html*/
#step2 .section-align .fa-hand-o-right {
    -webkit-animation-name: moveleft;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: moveleft;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    top: 2px;
    right: 90px;
}

.enrolluser_list {
    position: absolute;
    top: 100%;
    width: 97%;
    max-height: 12em;
    overflow-y: auto;
    z-index: 10;
    /*background-color: transparent;*/
}
@-webkit-keyframes moveleft {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    10% {
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0);
    }

    20% {
        -webkit-transform: translate(30%, 0);
        transform: translate(30%, 0);
    }

    30% {
        -webkit-transform: translate(40%, 0);
        transform: translate(40%, 0);
    }

    40% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    50% {
        -webkit-transform: translate(45%, 0);
        transform: translate(45%, 0);
    }

    60% {
        -webkit-transform: translate(40%, 0);
        transform: translate(40%, 0);
    }

    70% {
        -webkit-transform: translate(30%, 0);
        transform: translate(30%, 0);
    }

    80% {
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0);
    }

    90% {
        -webkit-transform: translate(10%, 0);
        transform: translate(10%, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes moveleft {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    10% {
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0);
    }

    20% {
        -webkit-transform: translate(30%, 0);
        transform: translate(30%, 0);
    }

    30% {
        -webkit-transform: translate(40%, 0);
        transform: translate(40%, 0);
    }

    40% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    50% {
        -webkit-transform: translate(45%, 0);
        transform: translate(45%, 0);
    }

    60% {
        -webkit-transform: translate(40%, 0);
        transform: translate(40%, 0);
    }

    70% {
        -webkit-transform: translate(30%, 0);
        transform: translate(30%, 0);
    }

    80% {
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0);
    }

    90% {
        -webkit-transform: translate(10%, 0);
        transform: translate(10%, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes moveleft {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    10% {
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0);
    }

    20% {
        -webkit-transform: translate(30%, 0);
        transform: translate(30%, 0);
    }

    30% {
        -webkit-transform: translate(40%, 0);
        transform: translate(40%, 0);
    }

    40% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    50% {
        -webkit-transform: translate(45%, 0);
        transform: translate(45%, 0);
    }

    60% {
        -webkit-transform: translate(40%, 0);
        transform: translate(40%, 0);
    }

    70% {
        -webkit-transform: translate(30%, 0);
        transform: translate(30%, 0);
    }

    80% {
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0);
    }

    90% {
        -webkit-transform: translate(10%, 0);
        transform: translate(10%, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
#step2 .ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
    border: 1px solid rgb(204, 204, 204);
    text-align: center;
    padding: 0px 4px 0px;
    background: rgb(247, 247, 247);
    /*cursor: default;*/
    width: 100% !important;
}
#FileModal .modal-body #uploadFile, #ImgModal .modal-body #uploadFile {
    margin: 0px 0 0 -7px;
    height: 24px;
    padding: 0 0 4px 9px;
}
/*Add course sections - Accordion*/
#step2 .panel-group, .modal-footer.section-btn .btn {
    margin: 0 !important;
}
#step2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}
#step2 .panel-group .panel-heading, #step2 .accordion-lg .panel-title .accordion-toggle {
    padding: 0;
}
#step2 .panel-title a.accordion-toggle:focus, #step2 .panel-title a.accordion-toggle:hover {
    background-color: #f5f5f5;
    color: #333333;
}
#step2 .btn-white-bordered, #step2 .btn-white-bordered:hover {
    cursor:pointer;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
}

/*#step2 #AddTopic,#step2 #ReorderTopic,
#step2 .subtopic-btn {
    background-color: #ffffff !important;
    color: #22a7f0 !important;
    border: 1px solid #ccc;
}
#step2 #AddTopic,#step2 #ReorderTopic,
#step2 .subtopic-btn:hover {
    background-color: #ffffff !important;
    border: 1px solid #22a7f0 !important;
    color: #22a7f0 !important;
}
#step2 .subtopic-btn-del {
    color: #d9534f !important;
    background-color: #fff !important;
    border: 1px solid #ccc;
    padding: 0.1em 0.5em;
    line-height: 1;
}
#step2 .subtopic-btn-del:hover {
    color: #d9534f !important;
    background-color: #ffffff !important;
    border: 1px solid #d9534f !important;
}*/
#step2 .subtopic-activity-btn {
    background: #fff;
    padding: 5px 10px;
    /*border-radius: 100%;*/
    color: #405058 !important;
    border: 1px solid #dadada;
    font-size: 10px !important;
}
#step2 .subtopic-activity-del {
    background: #fff;
    padding: 4px 6px;
    border-radius: 100%;
    color: #405058 !important;
    border: 1px solid #dadada;
}
.list-group-item {
    border-width: 1px;
}
.list-group-item:first-child, .list-group-item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#QuizModal #quizActivityform .modal-body .box-header {
    background-color: #dddddd;
}
#QuizModal .question-group {
    min-height: 100px;
    max-height: 430px;
    overflow-x: auto;
}
@media screen and (min-width: 768px) {
    #QuizModal .available-question:after {
        font-family: FontAwesome;
        content: '\f0ec';
        position: absolute;
        top: 50%;
        right: -12px;
        font-size: 20px;
        color: #444444;
    }
}
#QuizModal .question-group .popover {
    background-color: #444444;
    color: #ffffff;
}
.modal-backdrop {
    display: none !important;
}
#ImgModal .cropArea {
    overflow: hidden;
    width: 100%;
    height: 23em;
}
#ImgModal #cropedimagesrc {
    width: 100%;
    margin: 0 auto;
}
.next-step[disabled] {
    pointer-events: none;
}
.activity_btns {
    background: #fff;
    border: 1px solid #d2d6de;
    font-size: 12px;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #333;
    width: 100px;
    text-transform: uppercase;
}

.activity_btns:hover {
    background: transparent;
}
.btn.btn-info.activity_btns:hover {
    border-color: #2d8ca9;
    background-color: #fff;
    color: #2d8ca9;
}
.activity_btns .help-block {
    margin-bottom: 0;
}
/*App\Solution Designer\Views\Course\approve.html CSS*/
#displaysearchcontent.search-dropdown {
    width: 94.4%;
}
/*Listviewcourses.html CSS*/
.commentsModal .course-comments {
    max-height: 500px;
    overflow-y: auto;
}
.commentsModal .chats li.me .message .chat-arrow {
    top: 30% !important;
}

.commentsModal ul.chats li.you .message .chat-arrow {
    top: 30% !important;
}
/*newenrolluser.html CSS*/
#assign_Course .enrol-box {
    height: 200px;
}
#assign_Course .connectedSortable {
    width: 100%;
}
.enroll #attemptBody {
    min-height: calc(100vh - 468px);
}
.enroll .listofassigned {
    min-height: calc(100vh - 302px);
    max-height: 54vh;
    overflow-y: auto;
}
.enroll .enrolluser_list {
    max-height: calc(100vh - 41em);
    width: 100%;
}
.typeahead .dropdown-menu {
    max-height: 44vh;
}
/*ViewEnrolledUsers.html*/
.viewassignedusers .panel-body {
    padding: 15px 6px;
}
.viewassignedusers .media-body {
    display: block;
    width: 100%;
}
.viewassignedusers .media-body.detail-sec .list-inline li {
    padding: 0 0 0 5px;
}
.viewassignedusers .detail-sec li.e-mail {
    overflow: hidden;
    width: 75%;
    vertical-align: text-top;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.viewassignedusers .detail-sec li.e-mail:hover {
    overflow: visible;
    position: absolute;
    width: auto;
    white-space: normal;
    background: #ffffff;
    z-index: 1050;
}*/
.viewassignedusers .media-body.detail-sec .progress {
    width: 86%;
}
.viewassignedusers .ReportGroupImg {
    width: 90px;
    border-radius: 65%;
    height: 90px;
    padding: 5px;
}
.ui-datepicker {
    z-index: 1051 !important;
}
/*App\Solution Designer\Views\Course\GroupCourseCompliance.html CSS*/
.grp-course-complience .panel.panel-default .panel-heading {
    padding: 0;
}
.Filter-section {
    padding: 6px 15px;
    background-color: #d6d6d6;
}
/*App\Solution Designer\Views\Course\ListOfGroupCourseCompliance.html CSSde*/
.enrollusers_list .panel.panel-default .panel-heading {
    padding: 0;
}
.enrollusers_list .dl-horizontal dt {
    position: relative;
}
.enrollusers_list .dl-horizontal dt:after {
    content: ":";
    position: absolute;
    right: 0;
}
.enrollusers_list .dl-horizontal dd {
    margin-left: 130px;
}
.topics-btns, .subtopics-btns ,.content-btns{
    visibility:hidden;
}
.topics-list:hover  .topics-btns  ,
.subtopics-list:hover  .subtopics-btns,
 .learnerTimeline-body:hover .content-btns {
    visibility:visible;
}

@media (max-width: 767px) {
    .enrollusers_list .dl-horizontal dt {
        width: 112px;
        float: left;
    }
    .enrollusers_list .dl-horizontal dd {
        margin-left: 112px;
    }
}
/*infmticaSkillQst.html CSS*/
.informatica .modal-body .panel {
    margin-bottom: 15px !important;
}
.informatica .modal-body .panel-heading {
    background-color: #eeeeee;
}
#infmticaModal .modal-body .panel-body.table-bordered {
    min-height: 120px;
}
#infmticaModal .bootstrap-filestyle {
    margin-bottom: 5px;
}
#infmticaModal .bootstrap-filestyle .form-control {
    margin-top: 0;
}
#infmticaModal .bootstrap-filestyle .btn, .bootstrap-filestyle .btn:hover, .bootstrap-filestyle .btn:focus {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #333333;
    border: 1px solid #ccc;
    background-color: #fff;
}
/* *** SD - Selenium CSS***
    ***App\Solution Designer\Views\Selenium\CriteriaMaster.html.html***
    ***App\Solution Designer\Views\Selenium\ParameterMaster.html***
    ***App\Solution Designer\Views\Selenium\ParameterValueMaster.html***
    ***App\Solution Designer\Views\Selenium\SeleniumEvaluation.html***
    ***App\Solution Designer\Views\Selenium\TestcaseMaster.html***
    ***App\Solution Designer\Views\Selenium\TopicMaster.html***
*/
#CriteriaTable.dataTable thead th, #ParameterTable.dataTable thead th, #ParameterValueTable.dataTable thead th,
#TestCaseTable.dataTable thead th, #TopicTable.dataTable thead th {
    outline: none;
    text-align: center !important;
    padding: 10px 10px !important;
}
.selenium-sd .dataTable thead .sorting:first-child, .selenium-sd .dataTable thead .sorting:last-child,
.selenium-sd .dataTable thead .sorting_asc:first-child, .selenium-sd .dataTable thead .sorting_asc:last-child,
.selenium-sd .dataTable thead .sorting_desc:first-child, .selenium-sd .dataTable thead .sorting_desc:last-child {
    background: none;
}
.selenium-evaluation .popover {
    display: none !important;
}
/* CSS*/