﻿@charset"utf-8"; /**/

h3 {
    font-family: Calibri,Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    margin-top: -4px;
}

h4 {
    font-family: Calibri,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wraper-01 {
    width: 400px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
    background-color: #FFF;
}

.login_header {
    width: 400px;
    height: 25px;
    background: #55741b; /**/
    background: -moz-linear-gradient(top,#55741b 0%,#41541e 100%); /**/
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#55741b),color-stop(100%,#41541e)); /**/
    background: -webkit-linear-gradient(top,#55741b 0%,#41541e 100%); /**/
    background: -o-linear-gradient(top,#55741b 0%,#41541e 100%); /**/
    background: -ms-linear-gradient(top,#55741b 0%,#41541e 100%); /**/
    background: linear-gradient(to bottom,#312c8a 0%,#2b2870 100%); /**/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55741b',endColorstr='#41541e',GradientType=0); /**/
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.login_wraper {
    width: 400px;
    background-color: #CCC;
    padding-bottom: 16px;
}

.tbl {
    margin-left: 20px;
    padding-top: 10px;
    position: relative;
    top: 4px;
}

.button {
    width: 70px;
    height: 30px;
    color: #FFF;
    font-weight: bold;
    margin-top: 5px; /**/
    margin-bottom: 5px;
    border: 0px;
    background: #55741b; /**/
    background: -moz-linear-gradient(top,#55741b 0%,#41541e 100%); /**/
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#55741b),color-stop(100%,#41541e)); /**/
    background: -webkit-linear-gradient(top,#332d90 0%,#41541e 100%); /**/
    background: -o-linear-gradient(top,#55741b 0%,#41541e 100%); /**/
    background: -ms-linear-gradient(top,#55741b 0%,#41541e 100%); /**/
    background: linear-gradient(to bottom,#342e92 0%,#2d297a 100%); /**/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55741b',endColorstr='#41541e',GradientType=0); /**/
}

    .button:hover {
        background-color: #06C;
    }

.header {
    width: 100%;
    height: 40px;
    background: #55741b; /**/
    background: -moz-linear-gradient(top,#55741b 0%,#41541e 100%); /**/
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#55741b),color-stop(100%,#41541e)); /**/
    background: -webkit-linear-gradient(top,#55741b 0%,#41541e 100%); /**/
    background: -o-linear-gradient(top,#55741b 0%,#41541e 100%); /**/
    background: -ms-linear-gradient(top,#55741b 0%,#41541e 100%); /**/
    background: linear-gradient(to bottom,#362f9c 0%,#282667 100%); /**/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55741b',endColorstr='#41541e',GradientType=0); /**/
}

    .header h2 {
        font-family: Calibri,Arial,Helvetica,sans-serif;
        font-size: 23px;
        font-weight: bold;
        color: #FFF;
        margin-top: 0px;
        text-align: center;
        padding-top: 5px;
    }

.footer {
    bottom: 0px;
    width: 100%;
    height: 44px;
    background-color: #2b2870;
    border-top: #2a2771 thin solid;
    position: relative;
}


.main_wraper {
    width: 990px;
    background-color: #666;
    margin-left: auto;
    margin-right: auto;
}

.left_main {
    width: 760px;
    height: auto;
    float: left;
}

.right_main {
    width: 230px;
    height: auto;
    background-color: #036;
    float: left;
}

.btn_holder {
    width: 990px;
    height: 40px;
    background-color: #99F;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.q_holder1 {
    width: 740px;
    height: 60px;
    background-color: #FFF;
    overflow-y: scroll;
    padding: 10px;
    text-align: justify;
}

.q_holder2 {
    width: 740px;
    height: 250px;
    background-color: #FFF;
    overflow-y: scroll;
    padding: 10px;
    padding-top: 0px;
    text-align: justify;
}

.ans_holder {
    width: 760px;
    height: 145px;
    float: left;
    padding-top: 5px;
}

.ans_tdl {
    width: 100%;
}

    .ans_tdl tr {
        height: 3px;
    }

    .ans_tdl td {
        padding-left: 10px;
    }

.catagory {
    width: 750px;
    height: 25px;
    background-color: #CCF;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.btn {
    border: 0px;
    width: 145px;
    height: 25px;
    background-color: #2f72b7;
    color: #FFF;
    font-weight: bold;
    font-family: Calibri,Arial,Helvetica,sans-serif;
    font-size: 15px;
}

.total_wraper {
    width: 100%;
    height: 100%;
}

.left_wraper {
    width: 80%;
    height: auto;
    float: left;
}

.right_wraper {
    width: 20%;
    height: 587px;
    background-color: #dcebf2;
    float: left;
}

.time_holder {
    width: 100%;
    height: 60px;
    background-color: #FFF;
    padding-left: 0;
}

    .time_holder h3 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin: 0px;
        padding-top: 5px;
    }

    .time_holder h2 {
        font-size: 14px;
        font-weight: bold;
        color: #039;
        margin: 0px;
        padding-top: 10px;
    }

.header_tab {
    width: 100%;
    height: 40px;
}

#headerTab {
    margin-left: -37px;
}

.qustn_no {
    width: 98%;
    height: 30px;
    margin-left: 7px;
    margin-right: auto;
    border: #333 thin solid;
}

    .qustn_no h3 {
        color: #333;
        font-size: 16px;
        padding-left: 10px;
        padding-top: 5px;
        font-weight: bold;
    }

.question_instraction {
    width: 98.9%;
    max-height: 150px;
    overflow-y: scroll;
    padding: 5px 5px 10px 5px;
    border:1px solid #ccc;
}

    .question_instraction p {
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 5px;
        text-align: justify;
    }

.question_main {
    width: 98.9%;
    max-height: 235px;
    overflow-y: scroll;
    padding: 5px 5px 10px 5px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

    .question_main p {
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: justify;
    }

.ans_wraper {
    width: 98.9%;
    padding: 5px 5px 10px 5px;    
    margin-bottom: 40px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    
}

.component_wraper {
    width: 100%;
    height: 25px;
    background-color: #FFF;
}

.component {
    margin-left: 20px;
    float: left;
}

.ans_txt {
    float: left;
    margin-left: 30px;
}

.subject_tab {
    width: 16%;
    height: 30px;
    background-color: #558201;
    border: #039 thin solid;
    margin-top: 5px;
    margin-left: 8px;
    float: left;
    list-style: none;
    cursor: pointer;
}

    .subject_tab h3 {
        color: #FFF;
        font-size: 14px;
        text-align: center;
        padding-top: 5px;
    }

.mark_review {
    width: 180px;
    height: 28px;
    float: left;
    margin-top: 9px;
    margin-left: 20px;
    padding-top: 2px;
    padding-left: 6px;
    border: #039 thin solid;
    background-color: #558201;
    font-weight: 300;
    color: #ffffff;
}

.clear_response {
    width: 130px;
    height: 28px;
    float: left;
    margin-top: 9px;
    margin-left: 20px;
    padding-top: 2px;
    padding-left: 6px;
    border: #039 thin solid;
    background-color: #558201;
    font-weight: 300;
    color: #ffffff;
}

.submit {
    width: 70px;
    height: 28px;
    float: right;
    margin-top: 9px;
    margin-right: 180px;
    padding-top: 2px;
    padding-left: 8px;
    border: #039 thin solid;
    background-color: #41541e;
    font-weight: 300;
    color: #ffffff;
}

.Save_Next {
    width: 115px;
    height: 28px;
    float: left;
    margin-top: 9px;
    margin-left: 100px;
    padding-top: 2px;
    padding-left: 6px;
    border: #039 thin solid;
    background-color: #558201;
    color: white;
    font-weight: 200;
}

.number_header {
    width: 100%;
    height: 25px;
}

    .number_header h3 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        padding-top: 5px;
        padding-left: 10px;
    }

.q_number_holder {
    width: 90%;
    height: 330px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: scroll;
}

.btn_wraper {
    width: auto;
}

/*.not_ans {
    width: 26px;
    height: 23px;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
    background: url(../images/not_ans.png);
}

.ans {
    width: 26px;
    height: 23px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    background: url(../images/ans.png);
}

.marked {
    width: 26px;
    height: 23px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    background: url(../images/marked.png);
}

.not_visited {
    width: 26px;
    height: 23px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    background: url(../images/not_visited.png);
}

.ans_marked {
    width: 26px;
    height: 23px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    background: url(../images/ans_marked.png);
}*/

.not_ans {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    background: url(../images/not_ans.png);
    padding-left: 6px;
    padding-top: 3px;
}

.ans {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    background: url(../images/ans.png);
    padding-left: 6px;
    padding-top: 3px;
}

.marked {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    background: url(../images/marked.png);
    padding-left: 6px;
    padding-top: 3px;
}

.not_visited {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    background: url(../images/not_visited.png);
    padding-left: 6px;
    padding-top: 3px;
}

.ans_marked {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    background: url(../images/ans_marked.png);
    padding-left: 6px;
    padding-top: 3px;
}

.btn_legend {
    width: auto;
    height: 120px;
    background: url(../images/btn_legend.jpg);
    background-repeat: no-repeat;
    margin-top: 15px;
    padding-bottom: 0;
}

.window_wraper {
    width: 98.4%;
    height: auto;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    /*min-height:475px;
    max-height:475px;
    border:1px solid #ccc;*/
}

.window_left {
    width: 60%;
    float: left;
    border: #ccc thin solid;
    border-top: #ccc thin solid;
    border-left: #ccc thin solid;
    max-height: 475px;
    min-height:475px;
}

.window_right {
    width: 39%;
    float: left;
    border: #ccc thin solid;
    min-height: 475px;
}

.instraction_inner {
    width: 97.5%;
    max-height: 150px;
    overflow-y: scroll;
    padding: 5px;
    padding-bottom: 10px;
}

.descrip_inner {
    width: 97.5%;
    overflow-y: scroll;
    text-align: justify;
    padding: 5px;
    position:relative;
    max-height: 396px;
}

.question_inner {
    width: 97%;
    max-height: 245px;
    padding: 5px;
    overflow-y: scroll;
}

.ans_inner {
    width: 100%;
    max-height: 210px;
}

.ans_wraper_inner {
    width: 98%;
    height: 140px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
}
/**/

.active li {
    background-color: #41541e;
}

.score_content {
}
/**/

.instruct_wraper {
    width: 100%;
    height: auto;
}
/**/

.instructions {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

    .instructions h3 {
        margin: 0px;
        text-align: center;
        margin-top: 30px;
        color: black;
    }

    .instructions ol {
    }

    .instructions li {
        padding-bottom: 5px;
    }


@media only screen and (max-width: 480px) {

    .header {
        width: 100%;
        height: auto;
    }

        .header h2 {
            font-size: 22px;
            font-weight: 400;
            padding: 20px;
        }

    #headerTab {
        /*margin-left: 0 !important;*/
    }

    .left_wraper {
        width: 100%;
        float: left;
    }

    .right_wraper {
        width: 100%;
        float: left;
        height: auto;
    }

    .window_left {
        width: 100%;
        float: left;
        border: 1px #333 solid;
        height: auto;
    }

    .window_right {
        width: 100%;
        border-top: none;
        border: 1px #333 solid;
        margin-top: 25px;
    }

    .footer {
        bottom: 0px;
        width: 100%;
        position: fixed;
        background-color: #fff;
        border-top: #666 thin solid;
    }

    .instraction_inner {
        width: 95%;
        max-height: 150px;
        padding: 3%;
        padding-bottom: 10px;
        overflow-y: hidden;
        clear: both;
    }

    .descrip_inner {
        width: 95%;
        max-height: auto;
        text-align: justify;
        padding: 3%;
        overflow-y: hidden;
        clear: both;
    }

    .qustn_no {
        width: 98%;
        height: 30px;
        margin-left: 0;
        margin-right: 0;
        border: none;
        clear: both;
    }

    .question_inner {
        width: 96%;
        height: auto;
        max-height: auto;
        padding: 4%;
        overflow-y: hidden;
    }

    .q_number_holder {
        width: 90%;
        height: auto;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        overflow-y: hidden;
    }

    .mark_review {
        width: 100%;
        height: 28px;
        float: left;
        margin-top: 9px;
        margin-left: 0;
        padding-top: 2px;
        padding-left: 6px;
        border: #039 thin solid;
        background-color: #558201;
        font-weight: 300;
        color: #ffffff;
    }

    .clear_response {
        width: 100%;
        height: 28px;
        float: left;
        margin-top: 4px;
        margin-left: 0;
        padding-top: 2px;
        padding-left: 6px;
        border: #039 thin solid;
        background-color: #558201;
        font-weight: 300;
        color: #ffffff;
    }

    .Save_Next {
        width: 100%;
        height: 28px;
        float: left;
        margin-top: 4px;
        margin-left: 0;
        padding-top: 2px;
        padding-left: 6px;
        border: #039 thin solid;
        background-color: #558201;
        color: white;
        font-weight: 200;
    }

    .submit {
        width: 100%;
        height: 28px;
        float: right;
        margin-top: 4px;
        margin-right: 0px;
        padding-top: 2px;
        padding-left: 8px;
        border: #039 thin solid;
        background-color: #41541e;
        font-weight: 300;
        color: #ffffff;
    }

    .not_visited {
        width: 26px;
        height: 23px;
        float: left;
        margin-left: 5px;
        margin-top: 5px;
        background: url(../images/not_visited.png);
    }

    .btn_legend {
        width: auto;
        height: 120px;
        background: url(../images/btn_legend.jpg);
        background-repeat: no-repeat;
        margin-top: 15px;
        padding-bottom: 10px;
    }

    .time_holder {
        width: 96%;
        height: 60px;
        background-color: #FFF;
        padding-left: 4%;
    }

    .question_instraction {
        width: 98.5%;
        max-height: 150px;
        overflow-y: hidden;
        padding: 5px;
        padding-bottom: 10px;
    }

    .subject_tab {
        width: 100%;
        height: 30px;
        background-color: #558201;
        border: #039 thin solid;
        margin-top: 5px;
        margin-left: 0;
        float: left;
        list-style: none;
        cursor: pointer;
    }

    .question_main {
        width: 100%;
        max-height: 235px;
        padding-top: 5%;
        overflow-y: hidden;
        font-family: 'STM-BNT-Arjun,calibri,arial' !important;
    }

        .question_main span {
            font-family: 'STM-BNT-Arjun,calibri,arial' !important;
        }

    .ans_wraper {
        width: 99.8%;
        padding-top: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}
