ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.questionli{
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #444444;
    float: left;
    background-color: #fff;
    /*margin-bottom: 10px;*/
    padding-top: 5px;
    border-radius: 5px;
}
.container{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    min-height: 1150px;
    background-color: #F9F9F9;
}

.questiontitleholder{
    display: block;
    float: left;
    position: relative;
    height: auto;
    width: calc(100% - 20px);
    margin: 0px 10px 10px 10px;
}
.editbuttonholder{
    display: block;
    float: left;
    position: relative;
    height: auto;
    width: calc(100% - 20px);
}

.controlbuttonholder{
    display: block;
    width:242px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.editbuttontext{
    display: block;
    float: left;
    /*width: 50px;*/
    position: relative;
    margin: 8px 3px 3px 3px;
    padding: 5px 8px 5px 8px;
    background-color: #007fff;
    color: #FFF;
    border-radius: 5px;
}
.fbsharebuttontext{
    display: block;
    float: left;
    /*width: 50px;*/
    position: relative;
    margin: 8px 3px 3px 3px;
    padding: 5px 8px 5px 8px;
    background-color: #007fff;
    color: #FFF;
    border-radius: 5px;
}
.editbutton{
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    width: 110px;
    height: 22px;
    text-align: center;
    background-color: #63a0dc;
    border-radius: 5px;
    padding-top: 3px;
    color: #fff;
    cursor: pointer;
}
.editbutton:hover{
    background-color:#1478dc;
}
.question_text{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    color: #333;
    text-align: left;
}
.questionpaperholder{
    display: block;
    float: left;
    position: relative;
    height: auto;
    width: calc(100% - 20px);
    margin: 10px 10px 25px 10px;
}
.question_paper_container{
    display: block;
    position: relative;
    width: 100%;
}
.question_paper_box{
    display: block;
    position: relative;
    /* max-width: 1000px; */
    width: calc(100% - 10px);
    padding: 0px 5px 5px 5px;
    border-radius: 5px;
    float: left;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #f9f9f9;
}
.go_next_page_btn_holder{
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
}
.go_next_page_btn{
    display: none;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 145px;
    cursor: pointer;
    text-align: center;
    height: 27px;
    background-color:#dddfe2;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 5px;
    margin-bottom: 25px;
}
.clickcountholder{
    display: block;
    position: fixed;
    /*background-color: #1f1f1f;*/
    width: calc(100% - 555px);
    float: left;
    top: 50px;
    z-index: 9;
}
.clockcounttxt{
    display: block;
    position: relative;
    float: right;
    font-size:22px;
    color: #990000;
    font-weight: bold;
    /*width:150px;*/
    /*height: 32px;*/
    /*background-color: #ffffff;*/
    text-align: right;
    border-radius: 10px;
    padding-right: 10px;
    opacity: .5;
}

.questionholder{
    display: block;
    float: left;
    margin: 5px;
    width: calc(100% - 10px);
    line-height: 15px;
}
.question_ans_holder{
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
.radiobuttonholder{
    display: block;
    float: left;
    width: 23px;
}
.optiontext{
    display: block;
    float: left;
    width: calc(100% - 27px);
    font-size: 14px;
}
.optionsholder{
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: calc(100% - 10px);
    line-height: 15px;
    color: #666666;
}
.questionname{
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.testtitletxthloder{
    display: block;
    width: 100%;
    margin: 5px;
    top: 20px;
    float: left;
    position: relative;
}
.timemarkeshloder{
    display: block;
    width: 100%;
    float: left;
    top:15px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #444444;
}
.markes{
    display: block;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin: 4px;
}
.time{
    display: block;
    width: 100%;
    float: right;
    position: relative;
    text-align: center;
    margin: 4px;
}
.testtitletxt{
    display: block;
    width: 100%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: Roboto, sans-serif;
    color: #666666;
}
.selected-button{
    float: right;
}
.selected_button_holder{
    display: block;
    position: fixed;
}
.examstartbtnholder{
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 40px);
    height: auto;
    margin:10px 20px;
}



.selected_button {
    width: 90%;
    height: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 2px 4px rgba(83, 100, 255, 0.45);
    background: #fff;
    color:#047204;
    font-weight: 800;
    text-decoration: none;
    line-height: 40px;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}
.selected_button:hover {
    background: #518577;
    color: #fff;
    cursor: pointer;
}

.top_row_questions{
    display: block;
    float: left;
    width: 100%;
}
.bottom_row_questions{
    display: block;
    float: left;
    width: 100%;
}
.submitbtn{
    display: block;
    float: left;
    position: fixed;
    bottom: 0;
    width: calc(80% - 335px);
    height: 30px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    border-radius: 6px;
    color: #dddfe2;
    font-size: 20px;
    background-image: linear-gradient(to right, #fdfdfd , #128012, #fdfdfd);
    background-image: -o-linear-gradient(to right, #fdfdfd , #128012, #fdfdfd);
    background-image: -ms-linear-gradient(to right, #fdfdfd , #128012, #fdfdfd);

}
.submitbtn.hover{
    background-color:#0c5a0c;
}


#woronganswares{
    color: #990000;
    cursor: pointer;
    /*text-decoration: underline;*/
}
#woronganswares:hover{
    text-decoration: underline;
}



#signindropdownholder {
    display: block;
    position: relative;
    width: 100%;
    /*min-height: 495px;*/
}
#examineedropdownholder {
    display: block;
    position: relative;
    width: 100%;
    /*min-height: 495px;*/
}
#signindropdown {
    display: table;
    z-index: 1;
    position: relative;
    width:450px;
    /*height: 290px;*/
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #888888;
    background-color: #F6F6F6;
    -moz-border-radius: 0.30em;
    -webkit-border-radius: 0.30em;
    border-radius: 0.30em;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .45);
}


#wrongquestionscotainer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: #000000;
    z-index: 1;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    left: 0;
    top: 41;
}
#examineedatacontainer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-color:#dfdede;
    z-index: 2;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    left: 0;
    top: 41;
}
#wrongquestionswrapper {
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
}
#examineedatawrapper {
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
}
#wrongquestionsholder {
    display: table;
    z-index: 1;
    position: relative;
    width:450px;
    height: 450px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #888888;
    background-color: #F6F6F6;
    -moz-border-radius: 0.30em;
    -webkit-border-radius: 0.30em;
    border-radius: 0.30em;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .45);
}
.wrongquestionsul{
    display: block;
    float: left;
    height: 430px;
    width: calc(100% - 10px);
    /*margin: 10px 10px 10px 10px;*/
    overflow: scroll;
}
.loadinggificon{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #666666;
}

.examineedatasul{
    display: block;
    float: left;
    height: 430px;
    width: calc(100% - 20px);
    margin: 10px 10px 10px 10px;
    overflow: scroll;
}
.wronganstitleholder{
    display: block;
    width: 100%;
    float: left;
    position: relative;
    background-color: #990000;
}
.wrongquestiontitletextholder{
    display: block;
    width: calc(100% - 30px);
    float: left;
    position: relative;
    color: #fff;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
}
.wrongquestiontitletext{
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}
.examineetitletext{
    width: 100%;
    margin-left: calc(50% - 80px);
    float: left;
    position: relative;
}
.selectansware{
    color: #087914;
}

.wrongquestionpopupclose {
    position: relative;
    float: right;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ada6a6;
    cursor: pointer;
    margin-right: 5px;
}
.examineepopupclose {
    position: relative;
    float: right;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ada6a6;
    cursor: pointer;
    margin-right: 5px;
}
.close {
    position: relative;
    float: right;
    margin-top: -10px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #bbaeae;
    cursor: pointer;
    margin-right: -1px;
}
.close:hover{
    color: #990000;
}
.closeholder{
    display: block;
    width: 30px;
    position: relative;
    float: left;
}
.resulttextholder{
    display: block;
    width: calc(100% - 20px);
    position: relative;
    float: left;
    color: #fff;
    background-color:#1f4339;
    padding: 15px 10px 15px 10px;
}
.resulttext{
    display: block;
    float: left;
    width: calc(100% - 30px);
    position: relative;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.resultcontainer{
    display: block;
    width: calc(100% - 20px);
    position: relative;
    float: left;
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid #dddfe2;
}
.resultholder{
    display: block;
    width: calc(100% - 20px);
    position: relative;
    float: left;
}
.wrongresultholder{
    display: block;
    width: calc(100% - 20px);
    position: relative;
    float: left;
}
.tesulttxt{
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.answaretext {
    display: block;
    width: calc(100% - 10px);
    padding: 8px;
    float: left;
    position: relative;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color:#333;
}
.wrongtesulttxt {
    display: block;
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.answarecorrectincorrect {
    display: block;
    width: 100%;
    float: left;
    /*margin-top: 15px;*/
}
.seequestionanswareholder {
    float: left;
    display: block;
    width: calc(100% - 20px);
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #444444;
    margin: 10px 5px 10px 5px;
    padding: 5px;
    font-size: 14px;
}
.questionsanswaretext{
    float: left;
    display: block;
    width: calc(100% - 102px);
    font-family: 'Roboto', sans-serif;
    color: #666666;
}
.questionsanswarebtn{
    float: right;
    display: block;
    position: relative;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    background-color: #0b5440;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.question_paper_from{
    margin: 0;
    display: block;
    float: left;
}
.emptydiv{
    display: block;
    width: 100%;
    float: left;
    position: relative;font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    color: #444444;

}
.empty_text{
    display: block;
    position: relative;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    top :250px;

}


.examineeinfoholder{
    display: block;
    width: 420px;
    float: left;
    position: relative;

}
.examineeinfodata{
    display: block;
    width: calc(100% - 6px);
    padding: 3px;
    float: left;
    position: relative;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}
.examineenumber{
    display: block;
    width: 40px;
    float: left;
    position: relative;
    text-align: center;
}
.examineenametitle{
    display: block;
    width: calc(100% - 200px);
    float: left;
    position: relative;
    text-align: left;
}
.examineename{
    display: block;
    width: calc(100% - 205px);
    float: left;
    position: relative;
    text-align: left;
    margin-left: 5px;
}
.examineeresulttitle{
    display: block;
    width: 60px;
    float: left;
    position: relative;
    text-align: center;
}
.examineeresult{
    display: block;
    width: 50px;
    margin-top: 3px;
    float: left;
    position: relative;
    text-align: center;
}
.examineedatetimetitle{
    display: block;
    width: 140px;
    float: left;
    position: relative;
    text-align: center;
}
.examineedatetime{
    display: block;
    width: 150px;
    float: left;
    position: relative;
    text-align: right;
}


input[type='radio']:checked:before {
    background-color: #0b5440;
}
input[type='radio']:checked:after {
    width: 14px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #060606;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

@media only screen and (max-width: 470px){
    #wrongquestionsholder{
        width: calc(100% - 10px);
    }
}
@media only screen and (max-width: 890px){
    .clickcountholder{
        width:calc(100% - 235px);
    }
}
@media only screen and (max-width: 800px){
    /* .clickcountholder{
         width:calc(100% - 255px);
     }*/
    .questiontitleholder{
        /*top: 20px;*/
    }
    .submitbtn{
        width: calc(80% - 20px);
    }
}

@media screen and (max-width: 560px) {
    .clickcountholder{
        width:calc(100% - 2px);
    }
}
@media screen and (max-width: 425px) {
    .selected_button {
        width: 100%;
    }
    .submitbtn{
        width: calc(100% - 5px);
    }

    .questionpaperholder{

        width: calc(100% - 2px);
        margin: 0px 0px 8px 0px;
    }
    #signindropdown{
        width: 350px;
    }
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.questionli{
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #444444;
    float: left;
    background-color: #fff;
    /*margin-bottom: 10px;*/
    padding-top: 5px;
    border-radius: 5px;
}
.container{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    min-height: 1150px;
    background-color: #F9F9F9;
}
.questiontitle{
    display: block;
    float: left;
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 0px;
}
.questiontitleholder{
    display: block;
    float: left;
    position: relative;
    height: auto;
    width: calc(100% - 20px);
    margin: 0px 10px 10px 10px ;
}
.editbuttonholder{
    display: block;
    float: left;
    position: relative;
    height: auto;
    width: calc(100% - 20px);
}
.examratingholder{
    display: block;
    float: left;
    position: relative;
    height: auto;
    width: calc(100% - 20px);
    margin: 0px 5px 6px 5px;
}

.controlbuttonholder{
    display: block;
    width:242px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.mediasharebuttonholder{
    display: block;
    width:87px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.examineefbshareeditbuttontext{
    display: block;
    float: left;
    /*width: 50px;*/
    position: relative;
    margin: 8px 8px 3px 3px;
    padding:5px 10px 5px 10px;
    background-color:#5f8cb9;
    color: #FFF;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    cursor: pointer;
}
.fbshareeditbuttontext{
    display: block;
    float: left;
    /*width: 50px;*/
    position: relative;
    margin: 8px 8px 3px 3px;
    padding:4px 10px 5px 10px;
    background-color:#5f8cb9;
    color: #FFF;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    cursor: pointer;
}
.fbshareeditbuttontext:hover{
    background-color:#3c74ac;
}
.examineefbshareeditbuttontext:hover{
    background-color:#3c74ac;
}
.editbuttontext{
    display: block;
    float: left;
    /*width: 50px;*/
    position: relative;
    margin: 8px 3px 3px 3px;
    padding: 5px 8px 5px 8px;
    background-color: #007fff;
    color: #FFF;
    border-radius: 5px;
}
.fbsharebuttontext{
    display: block;
    float: left;
    /*width: 50px;*/
    position: relative;
    margin: 8px 3px 3px 3px;
    padding: 5px 8px 5px 8px;
    background-color: #007fff;
    color: #FFF;
    border-radius: 5px;
}
.fbtitle{
    display: block;
    float: left;
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    background-color: #f5f6f7;
    color: #007fff;
    padding: 0px 5px;
    margin-right: 5px;
    border-radius: 2px;
}
.editbutton{
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    width: 110px;
    height: 22px;
    text-align: center;
    background-color: #63a0dc;
    border-radius: 5px;
    padding-top: 3px;
    color: #fff;
    cursor: pointer;
}
.editbutton:hover{
    background-color:#1478dc;
}

.questionpaperholder{
    display: block;
    float: left;
    position: relative;
    height: auto;
    width: calc(100% - 20px);
    margin: 10px 10px 25px 10px;
}
.question_paper_container{
    display: block;
    position: relative;
    width: 100%;
}
.question_paper_box{
    display: block;
    position: relative;
    /* max-width: 1000px; */
    width: calc(100% - 10px);
    padding: 0px 5px 5px 5px;
    border-radius: 5px;
    float: left;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #f9f9f9;
}
.go_next_page_btn_holder{
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
}
.go_next_page_btn{
    display: none;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 145px;
    cursor: pointer;
    text-align: center;
    height: 27px;
    background-color:#dddfe2;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 5px;
    margin-bottom: 25px;
}
.clickcountholder{
    display: block;
    position: fixed;
    /*background-color: #1f1f1f;*/
    width: calc(100% - 555px);
    float: left;
    top: 50px;
    z-index: 9;
}

.radiobutton{
    float: left;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 1px 6px 0px 5px;
}
.questionholder{
    display: block;
    float: left;
    margin: 5px;
    width: calc(100% - 10px);
    line-height: 15px;
}
.question_ans_holder{
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
.radiobuttonholder{
    display: block;
    float: left;
    width: 23px;
}
.optionsholder{
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: calc(100% - 10px);
    line-height: 15px;
    color: #666666;
}
.questionname{
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.testtitletxthloder{
    display: block;
    width: 100%;
    margin: 5px;
    top: 20px;
    float: left;
    position: relative;
}
.timemarkeshloder{
    display: block;
    width: 100%;
    float: left;
    top:15px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #444444;
}
.channelinfoholder{
    display: block;
    width: 100%;
    float: left;
    top:15px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #444444;
}
.channelinfocontainer{
    display: block;
    width: 38%;
    min-width: 120px;
    float: left;
    cursor: pointer;
}
.totalviewholder{
    display: block;
    width: 30%;
    min-width: 96px;
    float: left;
    cursor: pointer;
}
.createdateholder{
    display: block;
    width: 32%;
    min-width: 100px;
    float: left;
    cursor: pointer;
}
.channelimageholder{
    display: block;
    float: left;
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0px 3px 3px 3px;
    border-radius: 50%;
    background-color:#eaae9b;
}
.channelimage{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 1px;
}
.channelname{
    display: block;
    float: left;
    position: relative;
    width: calc(100% - 40px);
    margin: 4px 2px 2px 2px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #5dabf9;
    line-height: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.channelname:hover{
    text-decoration: underline;
    cursor: pointer;
}
.totalview{
    display: block;
    float: left;
    position: relative;
    width: calc(100% - 4px);
    margin: 4px 2px 2px 2px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    line-height: 15px;
}
.createdatetext{
    display: block;
    float: left;
    position: relative;
    width: calc(100% - 4px);
    margin: 0px 2px 2px 2px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    color: #333;
    line-height: 15px;
}
.timemarkes{
    display: block;
    width:100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}


.tokenmarkesholder{
    display: block;
    float: left;
    width: calc(100% - 10px);
    position: relative;
}
.accesstokentext{
    display: block;
    float: left;
    position: absolute;
    width: 172px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    padding: 7px;
}
.tokentext{
    color: #087914;
    font-size: 15px;
}



.markes{
    display: block;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin: 4px;
}
.time{
    display: block;
    width: 100%;
    float: right;
    position: relative;
    text-align: center;
    margin: 4px;
}
.testtitletxt{
    display: block;
    width: 100%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: Roboto, sans-serif;
    color: #666666;
    margin: 0px;
}
.selected-button{
    float: right;
}
.selected_button_holder{
    display: block;
    position: fixed;
}





.top_row_questions{
    display: block;
    float: left;
    width: 100%;
}
.bottom_row_questions{
    display: block;
    float: left;
    width: 100%;
}
.options{
    display: block;
    float: left;
    margin: 3px 3px 5px 10px;
    width: calc(50% - 16px);
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.submitbtn{
    display: block;
    float: left;
    position: fixed;
    bottom: 0;
    width: calc(80% - 335px);
    height: 30px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    border-radius: 6px;
    color: #dddfe2;
    font-size: 20px;
    background-image: linear-gradient(to right, #fdfdfd , #128012, #fdfdfd);
    background-image: -o-linear-gradient(to right, #fdfdfd , #128012, #fdfdfd);
    background-image: -ms-linear-gradient(to right, #fdfdfd , #128012, #fdfdfd);

}
.submitbtn.hover{
    background-color:#0c5a0c;
}


#woronganswares{
    color: #990000;
    cursor: pointer;
    /*text-decoration: underline;*/
}
#woronganswares:hover{
    text-decoration: underline;
}
#newsignincotainer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: #000000;
    z-index: 2;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    left: 0;
    top: 41;
}

#newsignindropdownwrapper {
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
}
#signindropdownholder {
    display: block;
    position: relative;
    width: 100%;
    /*min-height: 495px;*/
}
#examineedropdownholder {
    display: block;
    position: relative;
    width: 100%;
    /*min-height: 495px;*/
}
#signindropdown {
    display: table;
    z-index: 1;
    position: relative;
    width:450px;
    /*height: 290px;*/
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #888888;
    background-color: #F6F6F6;
    -moz-border-radius: 0.30em;
    -webkit-border-radius: 0.30em;
    border-radius: 0.30em;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .45);
}


#wrongquestionscotainer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: #000000;
    z-index: 1;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    left: 0;
    top: 41;
}
#wrongquestionswrapper {
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
}
#examineedatawrapper {
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
}
.wrongquestionsul{
    display: block;
    float: left;
    height: 430px;
    width: calc(100% - 10px);
    /*margin: 10px 10px 10px 10px;*/
    overflow: scroll;
}
.examineedatasul{
    display: block;
    float: left;
    height: 430px;
    width: calc(100% - 20px);
    margin: 10px 10px 10px 10px;
    overflow: scroll;
}
.wronganstitleholder{
    display: block;
    width: 100%;
    float: left;
    position: relative;
    background-color: #990000;
}
.wrongquestiontitletextholder{
    display: block;
    width: calc(100% - 30px);
    float: left;
    position: relative;
    color: #fff;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
}
.wrongquestiontitletext{
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}

.selectansware{
    color: #087914;
}

.wrongquestionpopupclose {
    position: relative;
    float: right;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ada6a6;
    cursor: pointer;
    margin-right: 5px;
}
.examineepopupclose {
    position: relative;
    float: right;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ada6a6;
    cursor: pointer;
    margin-right: 5px;
}
.close {
    position: relative;
    float: right;
    margin-top: -10px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #bbaeae;
    cursor: pointer;
    margin-right: -1px;
}
.close:hover{
    color: #990000;
}
.closeholder{
    display: block;
    width: 30px;
    position: relative;
    float: left;
}
.resulttextholder{
    display: block;
    width: calc(100% - 20px);
    position: relative;
    float: left;
    color: #fff;
    background-color:#1f4339;
    padding: 15px 10px 15px 10px;
}
.resulttext{
    display: block;
    float: left;
    width: calc(100% - 30px);
    position: relative;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.resultcontainer{
    display: block;
    width: calc(100% - 20px);
    position: relative;
    float: left;
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid #dddfe2;
}
.resultholder{
    display: block;
    width: calc(100% - 20px);
    position: relative;
    float: left;
}
.wrongresultholder{
    display: block;
    width: calc(100% - 20px);
    position: relative;
    float: left;
}
.tesulttxt{
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.answaretext {
    display: block;
    width: calc(100% - 10px);
    padding: 8px;
    float: left;
    position: relative;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color:#333;
}
.wrongtesulttxt {
    display: block;
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.answarecorrectincorrect {
    display: block;
    width: 100%;
    float: left;
    /*margin-top: 15px;*/
}
.seequestionanswareholder {
    float: left;
    display: block;
    width: calc(100% - 20px);
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #444444;
    margin: 10px 5px 10px 5px;
    padding: 5px;
    font-size: 14px;
}

.questionsanswarebtn{
    float: right;
    display: block;
    position: relative;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    background-color: #0b5440;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.question_paper_from{
    margin: 0;
    display: block;
    float: left;
}
.emptydiv{
    display: block;
    width: 100%;
    float: left;
    position: relative;font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    color: #444444;

}
.empty_text{
    display: block;
    position: relative;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    top :250px;

}


.examineeinfoholder{
    display: block;
    width: 420px;
    float: left;
    position: relative;

}
.examineeinfotitle{
    display: block;
    width: calc(100% - 10px);
    float: left;
    position: relative;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 5px;
}
.examineeinfodata{
    display: block;
    width: calc(100% - 6px);
    padding: 3px;
    float: left;
    position: relative;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}
.examineenumber{
    display: block;
    width: 40px;
    float: left;
    position: relative;
    text-align: center;
}
.examineenametitle{
    display: block;
    width: calc(100% - 200px);
    float: left;
    position: relative;
    text-align: left;
}
.examineename{
    display: block;
    width: calc(100% - 205px);
    float: left;
    position: relative;
    text-align: left;
    margin-left: 5px;
}
.examineeresulttitle{
    display: block;
    width: 60px;
    float: left;
    position: relative;
    text-align: center;
}
.examineeresult{
    display: block;
    width: 50px;
    margin-top: 3px;
    float: left;
    position: relative;
    text-align: center;
}
.examineedatetimetitle{
    display: block;
    width: 140px;
    float: left;
    position: relative;
    text-align: center;
}
.examineedatetime{
    display: block;
    width: 150px;
    float: left;
    position: relative;
    text-align: right;
}


input[type='radio']:checked:before {
    background-color: #0b5440;
}
input[type='radio']:checked:after {
    width: 14px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #060606;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

@media only screen and (max-width: 890px){
    .clickcountholder{
        width:calc(100% - 235px);
    }
}
@media only screen and (max-width: 800px){
    /* .clickcountholder{
         width:calc(100% - 255px);
     }*/
    .questiontitleholder{
        /*top: 20px;*/
    }
    .submitbtn{
        width: calc(80% - 20px);
    }
}

@media screen and (max-width: 560px) {
    .clickcountholder{
        width:calc(100% - 2px);
    }
}
@media screen and (max-width: 425px) {
    .selected_button {
        width: 100%;
    }
    .submitbtn{
        width: calc(100% - 5px);
    }

    .questionpaperholder{

        width: calc(100% - 2px);
        margin: 0px 0px 8px 0px;
    }
    #signindropdown{
        width: 350px;
    }
}

@media screen and (max-width: 330px) {
    .channelinfocontainer {
        display: block;
        width: 32%;
        min-width: 94px;
        float: left;
        cursor: pointer;
    }
}

