﻿

.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: 100%;
    overflow: auto;
    background:#fff;
    position:absolute;
    top:0;
}
    .divConfirm h2
    {
        display:block;
        text-align:center;
        margin-top:25px;
        font-weight:600;
        text-decoration:underline;
        font-size:40px;


    }

.explanationSrc {
    width: 95%;
    margin-bottom:10%;
    margin-top:5%;
}

.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-top: 50px;
        margin-bottom: 50px;
    }
    .divConfirm a {
        display: block;
        width: 18%;
        float: left;
        margin-top: 35px;
        height: 45px;
        line-height: 45px;
        font-size: 25px;
        margin-left: 20%;
    }

        #div {
            width: 100%;
            height: 100%;
            overflow: auto;
        }
#VideoQuestionOpen h1
{
   width:30%;
    display:block;
    clear:both;
   
    color:#000;
    font-size:25px;
    font-weight:600;
    margin:auto;
    text-align:center;
    text-decoration:underline;
}
#VideoQuestionOpen.fullscreenMode h1 {
    font-size: 50px;
}

    .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: 100%;
        height: 100%;
        top: 0;
        background-color: #dae7f6;
        overflow: auto;
    }
.questions {
    height: auto;
    float: right;
    direction: rtl;
    width: 100%;
    display:none;
    overflow:hidden;
}
    .questions.active{
        display:block;
    }

    .questionHolder {
        height: 60%;
        width: 100%;
    }
.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: #fff;
    color: #000;
    display: flex;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    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;
    }
    .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:95px;
       height:25px;
       line-height:25px;
    }
    .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: 22px;
    cursor: pointer;
    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;
    }
