﻿
.quiz-item label {
    font-size: 15px;
    cursor: pointer;
    margin-right: 14px;
}

.quiz-item > img {
    margin-right: 10px;
}


#questionair-frame {
    width: 100%;
    max-width: 1309px;
    margin: auto;
    margin-top: 0px;
    box-shadow: 0 20px 26px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border: 0 !important;
    padding: 0px !important;
}

.questionairBottomNav {
    background: #f2f9fe;
    position: absolute;
    bottom: -7px;
    height: 78px;
    padding:16px;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.Nav_nextQuestion {
    float: right;
    width: 150px;
    font-family: 'Assistant', sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    padding-top: 12px;

    cursor: pointer;
    background-color: #fff;
    border-radius: 26px;
    height: 52px;
    width: 118px;
    text-align: center;
    line-height: 29px;
}

.Nav_Continue {
    float: left;
    width: 150px;
}

.Nav_Pager {
    width: calc(100% - 300px);
    float: right;
    text-align:center;
}


.VideoClosedNotes {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    cursor: s-resize;
    text-align: center;
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.71);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.71);
    box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.71);
}

    .VideoClosedNotes i {
        font-size: 35px !important;
        margin-top: 6px;
        position: relative;
    }

#VideoClosedNotesBubble {
    position: absolute;
    top: 6px;
    left: 8px;
    font-size: 14px;
    border-radius: 20px;
    width: 20px;
    line-height: 20px;
    font-weight: bold;
    height: 20px;
    color: #ffffff;
}
.divConfirm {
    width: 100%;
    height: 98%;
    overflow: auto;
    background:#fff;
   /* position:absolute;*/
    top:0;
}
    .divConfirm h2 {
        margin: auto;
        font-family: buDrakonit1_2700Bold;
        font-size: 42px;
        font-weight: bold;
        text-align: center;
        color: #2a2a2a;
        padding-bottom: 14px;
    }

.explanationSrc {
    width: 95%;
    margin-bottom: 10%;
    margin-top: 5%;
    text-align: right;
    direction: rtl;
}

.getNextQuestion
{
    padding:6px;
    display:block;
    width:30%;
    margin:auto;
}
.fullscreenOff {
    display: none;
    position: absolute;
    bottom: 20px;
    padding: 5px;
    right: 0px;
    height: 60px;
    width: 100px;
    font-size: 30px;
    margin-right: 5%;
}
.fullscreenMode .fullscreenOff {
    display:block;
}
.divConfirm .text {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 21px;
}

.divConfirm .explain {
    margin: auto;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #2a2a2a;
}
.divConfirmtopimage {
    margin: auto;
    width: 144px;
    padding-top: 15%;
}

.divConfirmNextVIdeo {
    color: #2a2a2a;
    opacity: 0.5;
    font-family: 'Assistant', sans-serif;
    font-size: 14px;
    margin: auto;
    float: none;
    margin-top: 16px;
    text-align: center;
    cursor:pointer;
}


.divConfirm a {
    display: block;
    width: 18%;
    float: left;
    margin-top: 35px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin-left: 20%;
    border-radius: 10px;
}

        #div {
            width: 100%;
            height: 100%;
            overflow: auto;
        }
#VideoQuestionOpen h1 {
    width: 30%;
    display: block;
    clear: both;
    color: #319eaf;
    font-size: 25px;
    font-weight: 600;
    margin: auto;
    text-align: center;
    text-decoration: double;
    font-style: italic;
}
#VideoQuestionOpen.fullscreenMode h1 {
    font-size: 50px;
}

.SelectedAnswer {
    background-color: #cde9fb;
}

.CorrectAnswer {
    background-color: #cdf5e5;
}

.WrongAnswer {
    background-color: #f9e3e3;
}


.Questionair_Explanation_header {
    width: 95%;
    margin: auto;
    background-color: #f2f9fe;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border: solid 1px #d3dae5;
    border-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #2a2a2a;
    text-align: right;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 16px;
    margin-top: 10px;
}

.Questionair_Explanation {
    width: 95%;
    margin: auto;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border: solid 1px #d3dae5;
    border-top: 0px;
    text-align: right;
    color: #2a2a2a;
    padding: 16px;
    font-size: 14px;
    margin-bottom: 100px;
}


a.proceed_disabled_btn {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}

.videoAnswer:hover, .videoAnswer {
    color:#000;
    cursor:pointer;
}

    .videoAnswer:hover > div span:last-child {
      /*  color: #fb8833;*/
    }


    .videoAnswer > div span:last-child {
      /*  margin-right: 10px;*/
    }
.VideoQuestionsOpened {
    position: absolute;
    z-index: 3;
    display: none;
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.71);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.71);
    box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.71);
    background-color: #fff;
    width: 97%;
    height: 97%;
    top: 6px;
    left: 13px;
    overflow: auto;
    border-radius: 10px;
    padding: 13px;
}
.questions {
    height: auto;
    float: right;
    direction: rtl;
    width: 100%;
    display:none;
    overflow:hidden;
}
    .questions.active{
        display:block;
    }

.questionContainer {
    max-width: 400px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 100px;
}
    .questionContainer ul li {
        width: 100%;
        display:contents;
    }
        .questionContainer ul li a {
            float: none;
            width: 100%;
        }
            .questionContainer ul li a span.videoanswerItem {
                display: table-cell;
                cursor: pointer;
                font-size: 14px;
            }

                .questionContainer ul li a span.videoanswerItem:first-child {
                    font-weight: bold;
                    padding-left: 3px;
                    
                }

               
    .questionHolder {
        width: 100%;
    }


.videoAnswer {
    margin: 6px 0 0 10px !important;
    min-height: 42px;
    padding: 12px 22px !important;
    line-height: normal !important;
    border-radius: 12px !important;
    border: solid 1px #d3dae5 !important;
    display: inline-block !important;
    height: auto !important;
}

.NV_pagesDots {
    margin: auto;
    text-align: center;
    display: inline-block;
}

.NV_pagesDots > div.dot {
    width: 19px;
    height: 19px;
    border: solid 1px #dee3eb;
    background-color: #fff;
    float: right;
    border-radius: 12px;
    margin-top: 2px;
}

    .NV_pagesDots > div.GreenDot {
        border: solid 1px #04cb7e;
        background-color: #04cb7e;
    }

    .NV_pagesDots > div.RedDot {
        border: solid 1px #e37272;
        background-color: #e37272;
    }

.NV_pagesDots > div.line {
    width: 12px;
    margin-top: 5px;
    height: 7px;
    border-bottom: solid 1px #dee3eb;
    float: right;
}

.NV_pagesDots > div.active {
    border: solid 1px #058feb;  
}
   
.NV_pagesDots > div.line:last-child {
    width: 0px;
    height: 0px;
    border-bottom: 0;
    float: right;
}


.dotV {
    background-image: url('/ImageFiles/NV_Questionair_V.svg');
    background-color: #dee3eb !important;
    background-repeat: no-repeat !important;
    background-position: center;
    width: 19px !important;
    height: 19px !important;
    margin-top: 2px !important;
}

.end_dotV {
    border: solid 1px #04cb7e !important;
    background-image: url('/ImageFiles/NV_Questionair_V.svg');
    background-color: #04cb7e !important;
    background-repeat: no-repeat !important;
    background-position: center;
    width: 19px !important;
    height: 19px !important;
    margin-top: 2px !important;
}

.end_dotX {
    border: solid 1px #e37272 !important;
    background-image: url('/ImageFiles/NV_Questionair_V.svg');
    background-color: #e37272 !important;
    background-repeat: no-repeat !important;
    background-position: center;
    width: 19px !important;
    height: 19px !important;
    margin-top: 2px !important;
}
.VideoQuestionsOpened.fullscreenMode .questionHolder {
    height: auto;
}
.questionImg {
    height: auto;
    float: right;
    width: 95%;
    margin-right:5%;
}
.opacityBG
{
    display:none;
    opacity:0.4;
    position:relative;
    width:100%;
    height:100%;
   
    z-index:10;
    background-color:#000;
    
}
.wrongAnswerMessage, .correctAnswerMessage, .explanationMessage {
    background-color: #fff9f2;
    color: #000;
    display: flex;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    border-radius: 10px;
    margin-left: -200px;
    z-index: 11;
}
    .wrongAnswerMessage span, .correctAnswerMessage span{
        display:block;
        width:100%;
        text-align:center;
        padding-top:20%;
        font-weight:600;  


    }

    .wrongAnswerMessage a, .correctAnswerMessage a {
        display: block;
        margin-top: 10px;
        background-color: #66c8d7;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        border-radius: 10px;
        height: 37px;
        /* line-height: 36px; */
                /* padding-top: 20px; */
                padding-top: 8px;
            }
    .wrongAnswerMessage {
        display: none;
    }
.correctAnswerMessage
{
    display:none;
}
.explanationMessage {
    display: none;
}
.questions ul {
margin-top:55px;   
    width: 100%;
    height:auto;
    display:block;
    clear:both;

}

.fullscreenMode .questions ul {
    margin-top: 125px;
}
    .questions ul li {
        height: 35px;
    }
        .questions ul li a {
            display: block;
            float: right;
            width: 100%;
            height: auto;
            
            cursor:pointer;
          
        }

            .questions ul li a img:hover
            {
                background-color: mediumpurple;
            }

    .questions ul li .answerImg {
        display: block;
        float: right;
        width: 95%;
        height: auto;
      margin-right:5%;
        cursor: pointer;
        padding-right: unset;
    }
   
           

.heLetter
{
    color:#000;
    font-size:22px;
    font-weight:400;
    font-family:David;
    padding-right:5%;
    float:right;

}
.heLetter:hover {
    color: purple;
    
    font-weight: 600;
   
}
.skipBtnHolder {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-bottom:20px;
}

.fullscreenMode .skipBtnHolder
{
    height:110px;
    line-height:110px;
}
.skipBtnHolder a.btn {
    width: 130px;
    height: 30px;
    line-height: 25px;
    border-radius: 10px;
    line-height: 30px;
}
    .fullscreenMode .skipBtnHolder a.btn {
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size:40px;
}

    @media only screen and (max-width: 600px) {
        .VideoClosedNotes {
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: auto !important;
        top: auto !important;
    }

    .VideoOpenedNotes {
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: auto !important;
        top: auto !important;
        max-height: none;
        height: calc(100% - 30px);
        width: 100%;
    }
}

.VideoNotesHeader {
    height: 80px;
    width: 100%;
}

.fullscreenMode .VideoNotesHeader{
    height:110px;
}
.VideoNotesHeader span.CloseNotes {
    float: right;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    margin-right: 8px;
    margin-top: 5px;
}

    .VideoNotesHeader span.Comments {
        float: left;
        background-color: #66c8d7;
        color: #ffffff;
        line-height: 30px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-right: 1px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        position: absolute;
        top: -31px;
        left: 110px;
    }

    .VideoNotesHeader span.PersonalNotes {
        float: left;
        background-color: #66c8d7;
        color: #ffffff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        line-height: 30px;
        cursor: pointer;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        top: -31px;
        left: 0px;
    }

    .VideoNotesHeader span.Activetimestamp {
        float: left;
        background-color: #66c8d7;
        color: #ffffff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        line-height: 30px;
        cursor: pointer;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        top: -31px;
        left: 233px;
    }

#Activetimestamp {
    vertical-align: middle;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.txtboxLTR {
    left: auto !important;
    right: 2px;
}

.txtboxinputLTR {
    text-align: left;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.NotesTxtInput {
    width: 100%;
    height: 30px;
    position: relative;
}

#sendNoteTxt {
    position: absolute;
    bottom: 8px;
    left: 9px;
    cursor: pointer;
}

.NotesTxtInput input {
    width: 98%;
    border: 0px solid transparent;
    border-bottom: 1px solid #319eaf;
    text-indent: 10px;
    border-radius: 3px;
    outline: none;
    margin: auto;
    display: block;
}

    .NotesTxtInput input:focus {
        transition: border-width 0.7s ease-in-out;
        border-bottom: 1px solid #AADA4B;
    }

#DataNotes {
    width: 100%;
    height: calc(100% - 90px);
    overflow: auto;
}

.NoteItem {
    width: 97%;
    margin: auto;
    margin-top: 10px;
    display: table;
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
    border-radius: 2px;
}

.NoteItemName {
    color: #1f1f1f;
    line-height: 30px;
    font-size: 14px;
}

    .NoteItemName i {
        color: green;
    }

.NoteItemDiffTime {
    line-height: 30px;
    font-size: 14px;
    color: #1f1f1f;
    text-align: left;
}

.NoteItemTxt {
    display: inline-block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    color: #000;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.NoteItemReply, .NoteItemReplyDisplay {
    font-size: 14px;
    color: #1f1f1f;
    margin-bottom: 10px;
    cursor: pointer;
}


.NoteItemReplyDisplay {
    text-align: left;
}

.NoteItemReplyDisplay_0 {
    display: none;
}

.CommentResponse {
    display: table;
    width: 100%;
}

.CancelResponse, .CancelUpdate {
    width: 100%;
    text-align: center;
    color: red;
    display: table;
    cursor: pointer;
}

.CommentResponse div.NotesTxtInput input, .NotesTxtInputUpdate input {
    width: 85%;
    display: inline-block;
}

.Type1 div.NoteItemReplyDisplay, .Type1 div.NoteItemReply {
    visibility: hidden;
}

div.NoteItemReplyDisplay span:after {
    content: "▼";
    font-size: 11px;
}

.noteMenu {
    display: none;
    background-color: #f4f4f4;
    border-radius: 30px;
    margin-top: 5px;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.71);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.71);
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.71);
}

.ItemMenuContainer {
    position: absolute;
    width: 150px;
    right: 20px;
    background-color: #efefef;
    min-height: 30px;
    list-style: none;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.71);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.71);
    box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.71);
}

    .ItemMenuContainer li {
        text-align: right;
        width: 100%;
        display: inline-block;
        line-height: 30px;
        cursor: pointer;
        border-bottom: 1px dotted #000;
    }

        .ItemMenuContainer li:last-child {
            border-bottom: 0px dotted #000;
        }

        .ItemMenuContainer li:hover {
            background-color: #66c8d7;
            color: #fff;
        }

.UpdateNote0 {
    cursor: pointer;
}

.UpdateNote i, .Deletenote i {
    float: right;
    line-height: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

.MainNotesTxtInput {
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.71);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.71);
    box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.71);
    width: 90%;
    border-radius: 5px;
    margin: auto;
    line-height: 35px;
    height: 35px;
    margin-top: 11px;
}

    .MainNotesTxtInput input {
        background-color: transparent;
    }

    .MainNotesTxtInput span#sendNoteTxt {
        bottom: -3px;
    }
