/*!
* 21-May-2019 Online Exams CSS@prasad
 */
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-6{
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width:50%;
}

.onlineExam-list {
    padding: 15px;
}
.card-link1{
    text-align: center;
    font-weight: 500;
    width: 100%;
    display: table;
        list-style: none;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.01em;
}
.kk{
    margin-bottom: 15px;
}
.examimg{
    padding: 5px;
        border-bottom: 2px solid #eee;
}
.examimg img{
    display: block;
    margin:0px auto;
    width:100%;
}
.examListgroup ul{
    padding-left: 0px;
}
.examListgroup ul li{
     list-style: none;
     width: 100%;
}
.examListgroup ul li a{
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    border-radius: 30px;
    color: #333;
    border:1px solid #eee;
    display: table;

}
.symble-list{
    padding-left: 0px;
}
.symble-list li{
    list-style: none;
    padding: 5px 0px;
}
.stepTwo-2 .btn{
    padding: 10px;
    display: table;
    float: left;
}
.timeFilter{
    width: 100%;
    display: table;
    border-radius:30px;
    background: #f1f1f1;
    padding: 5px;
    position: relative;
    line-height: 35px;
}
.examPanal {
    /*padding: 10px;*/
}
.examTime{
        width: 35px;
    line-height: 26px;
    height: 36px;
    background: blue;
    display: table;
    float: left;
    border-radius: 50px;
    text-align: center;font-size: 25px;
    color: #fff;
    padding: 5px;
}
.qFilter{
       position: absolute;
    right: 0px;
    width: 45px;
    top: 0px;
    height: 45px;
    border-radius: 50%;
    background: #555;
    text-align: center;
    line-height: 45px;
    font-size: 28px;
    color: #fff;
}
.examSubjects{
    /*clear: both;*/
    /*max-width: 412px;*/
    overflow: auto;
}
.examSubjects ul{
        width: 100%;
    background: #fff;
    /*height: 64px;*/
    padding: 10px 0px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    display: -webkit-box;
    border-radius: 0;
    margin-bottom: 0px;
}
.examSubjects li{
    list-style: none;
    margin:0px 5px;
    display: inline-flex;
}
.examSubjects li a{
        padding: 5px 10px;
    border: 1px solid #555;
    color: #555;
}
.examSubjects .active{
    background: #6c4dab;
    color: #fff;
    border-color: #6c4dab;  
}
.goto-question ul{
    padding-left: 0px;
    height: 200px;
    margin: 0px;
    overflow: auto;
}

.goto-question ul li{
    display: inline;
    margin:5px;
}
.goto-question ul li a{
    padding:9px;
    color: #fff;
    font-weight: 500;
}
/*.goto-question ul li a.not-visit, .not-visit{
    background: #03a9f5;
}
.goto-question ul li a.not-answered, .not-answered{
    background: #e53935;
}
.goto-question ul li a.not-answered-review, .not-answered-review{
    background: #f49ac0;
}
.goto-question ul li a.answered-review, .answered-review{
    background: #f57e16;
}
.goto-question ul li a.answered, .answered{
    background: #009788;
}*/

.goto-question ul li a.not-visit, .not-visit{
    background: url(../img/exams/not-visit.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.goto-question ul li a.not-answered, .not-answered{
    background: url(../img/exams/not-answered.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.goto-question ul li a.not-answered-review, .not-answered-review{
    background: url(../img/exams/marked.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.goto-question ul li a.answered-review, .answered-review{
    background: url(../img/exams/marked-for-review.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.goto-question ul li a.answered, .answered{
    background: url(../img/exams/answered.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.instructionList ul{
    padding-left: 0px;
    margin:0px;
}
.instructionList ul li{
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.instructionList ul li span{
    width: 60px;
    height: 35px;
    margin-right: 15px;
}
.fs-17{
    font-size: 17px !important;
}
.question-Q {
    float: left;
    padding-left: 20px;
    width: 94%;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #000;
}
.qse{
    float: left;
}
.q-panal{
    position: fixed;
    width: 100%;
    height: 100%;
}
.panal-body{
    height: 100%;
        /*height: 100%;*/
    position: relative;
}
.q-options {
    width: 100%;
    padding: 5px;
    border: 1px solid #eee;
    display: table;
    margin-bottom: 5px;
}
.questionDis {
    height: 300px;
    overflow: auto;
    display: block;
    width: 100%;
}
.saveandnext {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #6c4dab;
    padding: 10px;
    width: 100%;
}
.btn-save{
    padding: 4px 10px;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 5px;

}
.fl{
        float: left;
}
.Options label.form-check-label {
    width: 100%;
}
.submit-exam-btn{
 background: #fff;
 color: #000;
}
.summer-layout{
    padding-left:0px;
    margin:0px;
    display: block;
}
.summer-layout li{
        list-style: none;
    display: table;
    border: 1px dashed #555;
    padding: 10px;
    text-align: center;
    width: 50%;
    float: left;
}

.modal-dialog.modal-notify .heading {
    margin: 0;
    padding: .3rem;
    font-size: 1.15rem;
    color: #673AB7;
    font-weight: 500;
}
.s-cont i{
    font-size:25px;
}
.m-t-21{
    margin-top: 20px;
    display: table;
    width: 100%;
}
.submitExampannel {
    display: table;
    width: 100%;
}
#exam-list-paper-table.table td, .table th{
    padding:4px !important;
}
.no-margin-lr{
    margin:0px 0px;
}
.res-lu{
    margin: 0px;
    padding: 0px;
}
.res-lu li{
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;  
}
.bg-f{
    height: 100%;
    background: #fff;
}
span.v-val {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.res-lu li span{
    font-size: 18px;
    color: #555;
    padding-left: 10px;
}
.breadcrumb{
    margin-bottom: 0px;
}
.m-t-30{
    margin-top: 50px;
}
.m-b-100{
    margin-bottom: 100px;
}
.p-t-50{
    padding-top: 50px;
}
