html, body{
    padding:0;
    margin:0;
    background-color: white;
}
body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}
#globalContainer{
    width:100%;
    margin:0;
    margin:auto auto;
    padding:0;
    text-align: center;
    border: 1px solid red;
}
#video{
    left:0;width:100%;height:70%;object-fit: cover;position:absolute;
}
#pageContainer{
    padding:0;
    margin:auto;
    position:absolute;
    top:0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 1200px;
    display: block;
    text-align: left;
}
#logoBlock{
    margin-top: 20px;
    width: 100%;
    height: 66px;
}
#logo{
    background-image: url(img/logo.png);
    width: 66px;
    height: 66px;
    margin-left: 20px;
    float: left;
    margin-right: 10pt;
}
#logo a{
    display: block;
    height: 66px;
    width: 66px;
}
#pageTitle{
    width: 320px;
    font-size: 55px;
    font-weight: bold;
    float: left;
    color: white;
}
#orangeLine{
    height: 3pt;
    width: 100%;
    background-color: #ff4200;
}
#menuItems .menuItem{
    height: 66px;
    line-height: 66px;
    display: inline;
    float: left;
    margin-left: 50px;
    color: white;
    font-size: 21px;
}
#menuItems .menuItem a{
    color: white;
}
#menuItems .menuItem a:hover{
    color: gray;
}
#blockWithOpacity{
    height: 7em;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    position:absolute;top:70%;margin-top:-6.8em
}
#blockWithOpacity .internalBlock{
    top:0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 1200px;
    position: relative;
}
#blockWithOpacity .VideoText{
    color: white;
    font-weight: bold;
    font-size: 4em;
    line-height:1.7em;
    width:8em;
    float: left;
    text-align: center;
    margin-right: 1em;
}
#blockWithOpacity .ScreenShot{
    margin-top: -250px;
    width: 244px;
    height: 494px;
    background-image: url(img/screenshot.png);
    display: block;
    background-repeat: no-repeat;
    float: left;
}
#blockWithOpacity .FindOutText{
    width:15em;
    text-align: right;
    float: left;
    font-size: 2em;
    color: #ff4300;
    clear: left;
    font-size: 2em;
    margin-right: 2em;
    margin-top: 0.5em;
    font-weight: 400;
}
.FindOutText a{
    border:0;
}
.FindOutText a img{
    border:0;
}
    body, html{
        background-color: #fff;
        -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
         -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
    }
#quizContainer, #imageContainer{
    margin: auto auto;
    width: 100%;
    height: 100%;
    min-height: 600px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
#quizContainer{
        border-radius: 20px;
        overflow: hidden;
        background: gray;
        border: 1px solid #ccc;
}
#imageContainer{
    background-size: 100% auto;
    border-radius: 20px;
    background-repeat: no-repeat;
    position: relative;
}
#topOpacity{
    border-radius: 20px;
    background-image: url(/img/quiz_list_top_opacity.png);
    background-repeat: repeat-x;
    width:100%;
    height: 50%;
    position: absolute;
}
#bottomOpacity{
    border-radius: 20px;
    background-image: url(/img/quiz_list_bottom_opacity.png);
    background-repeat: repeat-x;
    width:100%;
    height: 50%;
    position: absolute;
    bottom:0;
    background-position: bottom;
}
#quizTitleContainer{
    width: 100%;
    position: absolute;
    top:10px;
    height: 30px;
}
#quizTitleContainer p{
    margin:0;
    padding:0;
    margin-left:10px;
    margin-right:10px;
    color: white;
    font-size: 3.5em;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 2px #000;
}
#quizTitleContainer p.author{
    margin-top: 20px;
    font-size: 1.5em;
}
#questionContainer{
    margin:0;
    padding:0;
    top: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 2px #000;
    height: 23%;
    width: 90%;
    margin-left: 5%;
    position: absolute;
}
#questionContainer span{
    display: block;
}

#inputFieldContainer{
    position: absolute;
    bottom: 3em;
    width:100%;
}
#inputFieldContainer p{
    padding:0;
    margin:0;
    font-size: 3em;
    color: white;
    text-shadow: 0 0 2px #000;
    margin-left: 20px;
    text-align: left;
}
#inputFieldContainer form{
    padding:0;
    margin:0;
    width: 100%;
    text-align: center;
}
#inputFieldContainer form input{
   width: 90%;
   font-size: 2em;
   line-height: 1.5em;
   padding:5px;
   padding-left:15px;
   border-radius: 30px;
   font-weight: bold;
   color: #333;
   border: 1px solid #ccc;
}
#inputFieldContainer p span{
    color: #fe561b;
}
input {
    -webkit-appearance: none;
}
input#submitButton{
    color: white !important;
    background-color: #fe561b;
    border: 0 !important;
    width: 60% !important;
    margin: 0;
    padding:0;
    margin-top: 0.5em;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    /*
    background-image: url(/img/play.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 35px 35px;*/
}
#progressBarWithSkip{
    position: absolute;
    bottom: 1em;
    width: 100%;
}

#skipButtonContainer{
    position: absolute;
    top:0;
    right:0;
    margin-right: 5%;
}
#skipButtonContainer a{
    text-decoration: none;
    color: white;
}

#progressBarLabel{
    margin: 0;
    padding:0;
    font-size: 1em;
    color: white;
    margin-right: 5%;
    margin-left: 5%;
    width: 50%;
    text-align: left;
}
#progressBar{
    overflow: hidden;
    border-radius: 10px;
    height: 0.2em;
    background-color: white;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0.2em;
}
#progressLine{
    background-color: #fe561b;
    width:0%;
    height: 10px;
    top:0;
    left:0;
}

#video1, #video2, #video3, #video_tmp{
    margin:0;
    padding:0;
    position: absolute;
    width:100%;
    height: 100%;
    left:0;
    top:0;
    object-fit:cover;
    border-radius: 20px;
}
#chooseAnswersContainer{
    position: absolute;
    bottom:20px;
    left:10%;
    width:83%;
}
#a1, #a2, #a3, #a4{
    height: 2.28em;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 12px;
    position: relative;
}
#answersList div.answerSymb{
    width: 1.6em;
    height: 1.6em;
    border-radius: 1.5em;
    background:white;
    color: black;
    padding:0;
    margin:0;
    font-size: 1.5em;
    position: relative;
    float:left;
    margin-left: -1em;
    vertical-align: middle;
    line-height: 1.6em;
    font-weight: bold;
    margin-top: -1px;
}
#answersList a{
    margin:0;
    padding:0;
    display: block;
    width: 90%;
    height:2em;
    float:left;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    margin-top: 2px;
}
#replayNextReviewContainer{
    position: relative;
    margin-top: 20px;
}
#replayNextReviewContainer div{
    text-align: center;
    width:100%;
}
#replayNextReviewContainer div a{
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 45%;
    float: left;
    
    color: white !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-left: 3px;
    margin-right: 10px;
    margin-top: 10px;
     font-size: 1.5em;
   line-height: 1.5em;
   text-decoration: none;
   height: 2em;
   line-height: 2em;  
}

#replayNextReviewContainer a.singeButtonInTheCenter{
    float:none;
    margin:auto auto;
     clear:both;
     margin-top: 10px;
}

#reviewAllAnswersButton{
    width:95% !important;
}
#nextOrFinishButton{
    background-color: #fe561b !important;
}
#loader{
 z-index:999999;
 display:block;
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background:url(/img/loader3.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}

#a1.selectedWhileLoading, #a2.selectedWhileLoading, #a3.selectedWhileLoading, #a4.selectedWhileLoading{
    background: white;
}
.selectedWhileLoading a{
    color: black !important;
}


#a1.correctAnswer, #a2.correctAnswer, #a3.correctAnswer, #a4.correctAnswer{
    background: rgba(84, 192, 4, 0.9); /*green*/
}
.correctAnswer a{
    color: white !important;
}


#a1.wrongAnswer, #a2.wrongAnswer, #a3.wrongAnswer, #a4.wrongAnswer{
    background: rgba(255, 66, 0, 0.9); /*red*/
}
.wrongAnswer a{
    color: white !important;
}

#answerCounterContainer, #leaderBoardAnswerCounterContainer{
    position: absolute;
    top: 27%;
    height: 5px;
    width: 100%;
    text-align: center;
}
#leaderBoardAnswerCounterContainer{
    width: 60%;
    margin: auto auto;
    margin-top:10px;
    position: relative;
}
#answerCounterTable, #leaderBoardAnswerCounterTable, .LeaderBoardUserTableContainer table{
    border:0;
    padding:0;
    margin:0;
    border-collapse: collapse;
    height: 5px;
    width:90%;
    margin: auto auto;
}
#answerCounterTable tr td, #leaderBoardAnswerCounterTable tr td, .LeaderBoardUserTableContainer table tr td{
    padding-left: 2px;
    padding-right: 2px;
}
#answerCounterTable tr td span, #leaderBoardAnswerCounterTable tr td span, .LeaderBoardUserTableContainer table tr td span{
    height: 5px;
    width:100%;
    display: block;
    border-radius: 5px;
    background: white;
}

#answerCounterTable tr td.selectedQuestion span, #leaderBoardAnswerCounterTable tr td.selectedQuestion span, .LeaderBoardUserTableContainer table tr td.selectedQuestion span{
    background: #404040;
}
#answerCounterTable tr td.correctQuestion span, #leaderBoardAnswerCounterTable tr td.correctQuestion span, .LeaderBoardUserTableContainer table tr td.correctQuestion span{
    background: rgba(84, 192, 4, 0.9);
}
#answerCounterTable tr td.wrongQuestion span, #leaderBoardAnswerCounterTable tr td.wrongQuestion span, .LeaderBoardUserTableContainer table tr td.wrongQuestion span{
    background: rgba(255, 66, 0, 0.9); /*red*/
}

#wrongOrRightAnswerContainer{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 30%;
}
#wrongOrRightImage{
    margin: auto auto;
    width: 100px;
    height: 100px;
}

#wrongOrRightText{
    color: white;
    font-size: 1.9em;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 2px #000;
    margin-top: -0.4em;
}
#LeaderBoardContainer{
    overflow: scroll;
    position: relative;
    z-index:1;
    height:100%;
    width:100%;
    background:white;
    top: 0;
}
#LeaderBoardHead{
    background-color: #ee8838;
    background-image: url(/img/leaderboard_head2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#LeaderBoardHead p{
    padding: 0;
    margin:0;
    font-size: 1.5em;
    color: #5e1e14;
    text-align: center;
}
#LeaderBoardHead p.congrats{
   padding-top: 20px;
   font-weight: bold;
   text-align: center;
}
#LeaderBoardUserName{
   font-weight: bold;
   color: white;
   font-size: 2.5em;
   text-align: center;
   text-shadow: 0 0 1px #000;
}
p#LeaderBoardDescription{
    width: 80%;
    margin: auto auto;
    margin-top: 10px;
}
p#LeaderBoardTableDescription{
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 1em;
}
.LeaderBoardSectionHeader{
    width: 100%;
    font-size: 1.5em;
    text-align: left;
    color: white;
    background-color: #fe561b;
    line-height: 1.5em;
    text-indent: 1em;
}
a#LeaderBoardReviewAllAnswersButton, #LeaderBoardOpenApp{
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 70%;
    
    color: white !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: auto auto;
    margin-top: 10px;
     font-size: 1.5em;
   line-height: 1.5em;
   text-decoration: none;
   height: 2em;
   line-height: 2em;
}
#LeaderBoardOpenApp{
    background-color: #fe561b;
}
@media screen and (min-width: 300px) {
  a#LeaderBoardReviewAllAnswersButton, #LeaderBoardOpenApp {
     font-size: 1.2em;
  }
}
div.LeaderBoardSectionResultItem .LeaderBoardUserTableContainer table{
    
}
div.LeaderBoardSectionResultItem .LeaderBoardNumber{
    margin-top: 5px;
    margin-left: 1em;
    width: 3em;
    height: 2.5em;
    float: left;
}
div.LeaderBoardSectionResultItem .LeaderBoardNumber span{
    display: block;
    border: 2px solid #484747;
    width: 1.8em;
    height: 1.8em;
    color:  #484747;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.8em;
    border-radius: 1.8em;
}
div.LeaderBoardSectionResultItem .LeaderBoardUsername{
    display: block;
    width: 40%;
    height: 1.8em;
    line-height: 2em;
    font-size: 1.5em;
    font-weight: bold;
    color:  #484747;
    text-align: left;
    float: left;
    overflow-wrap: break-word;
}
div.LeaderBoardSectionResultItem .LeaderBoardUserTableContainer{
    display: block;
    width: 40%;
    float: left;
    height: 2.5em;
}
div.LeaderBoardSectionResultItem .LeaderBoardUserTableContainer table{
    margin-top: 15px;
}
div.LeaderBoardSectionResultItem .LeaderBoardUserTableContainer .tableSubDescription{
    font-size: 0.9em;
    color:  #484747;
}
div.LeaderBoardSectionResultItem{
    height: 3em;
    clear:both;
    border-bottom: 1px solid #ccc;
}
div.LeaderBoardCommentItem{
   clear:both;
   border-bottom: 1px solid #ccc;  
}
div.LeaderBoardCommentName{
    padding-top: 5px;
    width: 30%;
    float: left;
    min-height: 3em;
}
div.LeaderBoardCommentName .LeaderBoardCommentNameItem{
    display: block;
    font-size: 1.4em;
    width:100%;
    color: #de3600;
    text-align: left;
    overflow-wrap: break-word;
    margin-left: 25px;
}
div.LeaderBoardCommentName .LeaderBoardCommentNameTime{
    display: block;
    font-size: 0.7em;
    width:100%;
    color: #484747;
    text-align: left;
    overflow-wrap: break-word;
    margin-left: 25px;
}
div.LeaderBoardCommentItem .LeaderBoardCommentText{
    padding-top: 10px;
    width: 60%;
    float: left;
    color:  #484747;
    text-align: left;
    overflow-wrap: break-word;
    margin-left: 5px;
}
#LeaderBoardCommentsFormContainer{
    clear: both;
    top: 30px;
}
#LeaderBoardCommentsFormContainer form#commentsForm{
    margin: 0;
    padding: 0;
}
#LeaderBoardCommentsFormContainer form#commentsForm p{
    margin: 0;
    padding: 0;
    color:  #484747;
    text-align: left;
    margin-left: 5%;
}
#LeaderBoardCommentsFormContainer form#commentsForm textarea{
    border: 1px solid #ccc;
    color:  #484747;
   height: 20%;
   width: 90%;
   border-radius: 10px;
   font-size: 1.4em;
   font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}
#commentSubmitButton{
     color: white !important;
    background-color: #fe561b;
    border: 0 !important;
    width: 60% !important;
    margin-top: 0.5em;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.4em;
    line-height: 2em;
    position: relative;
    right: 5%;
}