﻿/*quiz test*/
.quizcontest {
    font-size: 18px;
    line-height: 30px;
    color: Red;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.quizList ul {
    list-style-image: url(/images/bullet_quiz.png);
    list-style-position: inside;
    margin-left: 5px;
    line-height: 22px;
}

    .quizList ul li {
        margin-bottom: 15px;
        padding: 15px;
        background-color: #f9f9f9;
        border: solid 1px #f0f0f0;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    }

.quizmore {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.quizSave {
    /*width:500px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.quizbtnsave {
    height: 40px;
    background-color: #00804f;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    font-size: 15px;
    padding: 5px 10px;
}

.quizParent {
    font-weight: bold;
    color: #0b03bf;
    font-size: 16px;
    text-align: center;
}

.quizname {
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
}

.quiztab {
    padding-left: 25px;
    padding-bottom: 15px;
    /*margin-top:-125px;*/
}

.quizcheck {
    line-height: 20px;
    font-size: 15px;
        
}

.quizred {
    color: Red;
}

.quiztable {
    line-height: 20px;
    font-size: 15px;
}

    .quiztable td {
        padding: 2px;
    }

.quizTextMore {
    color: Red;
    text-transform: uppercase;
    font-weight: bold;
}

.form-control {
    display: inline;
    font-size: 13px !important;
}

.cssGridView td {
    padding: 3px;
}

.btnContest {
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

    .btnContest a {
        color: #fff;
    }

        .btnContest a:hover {
            color: #ffff00;
            opacity: 70%;
            text-decoration: none;
        }
