

.hr_main{
    position: relative;
}
.download_btn{
    background-color: #ff7b19;
    color:#fff;
    font-size: 16px;
    width:120px;
    padding:8px 0;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    right:0;
    top:20px;
    cursor: pointer;
}
#testArea{
    padding-top: 40px;
}

.testCon {
    padding: 5px 0 5px 32px;
}

h4.tesTitle {
    color: #ff7b19;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

/*.test-form-box {*/
/*    max-height: 660px;*/
/*    overflow: auto;*/
/*}*/

.assignment {
    margin: 10px 0 60px;
    text-align: center;
}

.assignment .btn {
    background: #ff7b19;
    width: 120px;
    font-size: 18px;
    border-color: #ff7b19;
}

#testForm .testCon:nth-child(odd) {
    /*background: #eee;*/
}

label {
    font-weight: normal;
}

.jxz-title {
    text-align: justify;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}

.topic-answer {
    display: none;
}
.jxz-box {
    margin-bottom: 20px;
    padding: 0;
}


.answerText {
    box-shadow: none;
    /*border-top: none;*/
    /*border-right: none;*/
    /*border-left: none;*/
    /*border-radius: 0;*/
    /*padding-left: 5px;*/
}
.answerText:focus{
    box-shadow: none;
}

.totalFractionModal .modal-dialog{
    width:400px;
    margin-top: 200px;
    text-align: center;
    height: 150px;
}
.totalFractionModal .modal-body{
    padding: 30px 0 15px;
}

.totalFractionModal .modal-body>p{
    font-size: 20px;
}
.totalFractionModal .modal-body>p>span{
    font-size: 28px;
    color:#ff0000;
}
.totalFractionModal .modal-footer{
    text-align: center;
    border-top: none;
    padding-bottom: 25px;
}
.totalFractionModal .modal-footer>button{
    background-color: #ff7b19;
    color: #fff;
    font-size: 16px;
    width: 120px;
    padding: 8px 0;
    border-radius: 5px;
}