﻿.form-group input[type=checkbox]:checked, .form-group input[type=checkbox]:not(:checked), .form-group input[type=radio]:checked, .form-group input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}
    .form-group input[type=radio]:checked + label, .form-group input[type=radio]:not(:checked) + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        display: inline-flex;
        min-width: 20px;
        min-height: 20px;
        margin: 0 10px 0 0;
        top: 0;
        font-weight: 500;
        line-height: 21px;
    }

        .form-group input[type=radio]:checked + label:before, .form-group input[type=radio]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 20px;
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
            box-sizing: border-box;
        }

        .form-group input[type=radio]:checked + label:after, .form-group input[type=radio]:not(:checked) + label:after {
            content: '✔';
            position: absolute;
            top: 0;
            left: 0;
            font-size: 14px;
            line-height: .8;
            color: #09ad7e;
            transition: .2s;
            font-family: Helvetica, Arial, sans-serif;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    display: inline-flex;
    white-space: nowrap;
    min-width: auto;
    min-height: 20px;
    margin: 0 10px 0 0;
    top: 0;
    font-weight: 500;
}

    [type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        border: 2px solid #ccc;
        background: #fff;
        border-radius: 4px;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
        box-sizing: border-box;
    }
    [type=checkbox]:not(:checked) + label:after, [type=radio]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0);
    }
    [type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:after {
        content: '✔';
        position: absolute;
        top: 2px;
        left: 1px;
        font-size: 15px;
        line-height: .8;
        color: #09ad7e;
        transition: .2s;
        font-family: Helvetica, Arial, sans-serif;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.acc-name {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.acc-desig {
    font-size: 12px;
}


.clsCommitteMessage {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clsPhotuUpload .removephoto {
    bottom: 20px;
    right: 22px;
}





.clsFeatures .clsHeading {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.clsFeatures .clsFeaturesTitle {
    font-size: 17px;
    font-weight: 600;
}

.clsFeatures .clsAmount {
    font-size: 15px;
}

.clsFeatures .clsHeading {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.clsFeatures .clsFeaturesList {
    padding: 10px;
}

.clsFeatures {
    padding: 13px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

    .clsFeatures i.mdi {
        margin-right: 8px;
    }

.clsRatings {
    text-align: center;
    width: 100%;
    padding: 0px;
}

    .clsRatings li {
        width: 8%;
        display: inline-flex;
        background: #ccc;
        text-align: center;
        justify-content: center;
        padding: 8px 0px;
        font-weight: 500;
        font-size: 14px;
        margin-right: 1px;
    }

        .clsRatings li.active {
            background: #4CAF50;
        }

        .clsRatings li:hover {
            background: #4CAF50;
        }

.highlight {
    margin: 0px 6px;
    margin-bottom: 12px;
    border: 2px solid #2196F3;
    background: #2196f347;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



#GridResult > .TotalQuestionCount {
    margin-bottom: 8px;
}

b, strong {
    font-weight: 600;
}

.que-box {
    /*padding:15px;*/ margin-bottom: 15px;
    border: 1px solid #ddd;
    /*border-left: 3px solid var(--theme-background);*/
    border-radius: 5px;
    /*overflow: hidden;*/
}

.que-box-row{
    width:100%;
}

.que-box-header {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px 15px;
    position: relative;
    /*justify-content: space-between;*/
    /*margin: -15px -15px 0;*/
}

    .que-box-header > div > .que-box-title:nth-child(1) {
        position: relative;
    }

        .que-box-header > div > .que-box-title:nth-child(1) strong {
            position: relative;
            z-index: 1;
            color: #fff !important;
        }

        .que-box-header > div > .que-box-title:nth-child(1):after {
            display: block;
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            content: "";
            background: var(--theme-background);
            position: absolute;
            top: -18px;
            bottom: -18px;
            left: -18px;
            right: -25px;
        }

    .que-box-header > div > .que-box-title:nth-child(2) {
        margin-left: 25px;
    }

    .que-box-header .que-box-title {
        font-size: 1rem;
        font-weight: 600;
    }

.que-box-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .que-box-actions .qba-button {
        padding: 5px 10px;
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.qba-button:before {
    content: '';
    font-family: "fontawesome";
    width: 20px;
}

.qbab-edit:before {
    content: "\f040";
}

.qbab-delete:before {
    content: "\f014";
}

.qbab-edit {
    color: #4CAF50 !important;
}

    .qbab-edit:hover {
        border-color: #bfe0c0;
        background: #ddecde;
    }

.qbab-delete {
    color: #FF5722 !important;
}

    .qbab-delete:hover {
        border-color: #fac3b1;
        background: #f8e0d8;
    }

.que-box-body {
    padding: 0 15px 15px 15px;
}

.qbb-content {
    /*border: 0;
        width: 90%;
        margin: 10px auto;*/
}

    .qbb-content tr td:nth-child(1) {
        font-weight: 600;
        text-align: right;
        width: 150px;
        border-left: 0;
    }

    .qbb-content tr td:nth-child(2) {
        border-right: 0;
    }

    .qbb-content tr:nth-last-child(1) td {
        border-bottom: 0;
    }

.que-item {
    /*display: flex;
        padding: 10px;
        padding: 0 5px;
    margin-bottom: 12px;*/
    position: relative;
}

    .que-item label {
        display: inline-block;
        margin-bottom: 0.3em;
    }

.que-box-header .que-box-title {
    /*width: 78%;*/
}

.que-box-actions {
    width: 40%;
    text-align: right;
}

.que-item img {
    max-width: 850px;
}

.que-item:hover .control_action {
    display: block;
}

.control_action {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    transition: .2s all;
    display: none;
}

.action_dotmenu_wrapper {
    position: absolute;
    top: -1px;
    right: 5px;
    text-align: right;
}

.action_dotmenu {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    position: relative;
    padding: 10px;
    text-align: right;
    border-radius: 7px;
    display: none;
    z-index: 99;
}

.action_dotmenu_wrapper:hover .action_dotmenu {
    display: block;
}

.action_dotmenu ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

    .action_dotmenu ul li {
        margin-bottom: 10px;
    }

        .action_dotmenu ul li:last-child {
            margin-bottom: 0px;
        }

        .action_dotmenu ul li a {
            color: #999;
        }

            .action_dotmenu ul li a:hover, .action_dotmenu ul li a:focus {
                color: #212121;
            }

.dotaction {
    background-color: var(--theme-bg-sub-menu);
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
    text-align: center;
    margin-left: auto;
    z-index: 1;
    position: relative;
    font-size: 21px;
}



.control_action a {
    display: inline-block;
    padding: 10px;
    color: #999;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 10px;
    text-align: center;
}

    .control_action a:last-child {
        margin-left: 10px;
    }

    .control_action a:hover {
        color: #212121;
        background-color: #f5f5f5;
    }

.Child {
    padding: 0px !important;
}

.clsAutoPopUp {
    height: auto !important;
    padding: 16px;
}

    .clsAutoPopUp span {
        margin-right: 8px;
        padding: 8px 20px 8px 5px;
        border: 1px solid #dce6d3;
        position: relative;
        border-radius: 5px;
        background: #EAFEDA;
        color: #434343;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 8px;
    }

    .clsAutoPopUp input {
        height: 32px;
        width: 100%;
        border: 0px solid #ccc;
    }

    .clsAutoPopUp .mdi {
        position: absolute;
        right: 1px;
        color: #48A600;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
    }

.question_box_action_dotmenu_wrapper {
    position: absolute;
    top: 7px;
    right: 10px;
    text-align: right;
}

.dotaction1 {
    background-color: var(--theme-bg-sub-menu);
    box-shadow: 0 2px 5px rgba(0, 0, 0,.02);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
    text-align: center;
    margin-left: auto;
    z-index: 1;
    position: relative;
    font-size: 21px;
}

.question_box_action_dotmenu_wrapper:hover .action_dotmenu {
    display: block;
}

.question_box_action_dotmenu_wrapper ul li a {
    color: #999 !important;
    cursor: pointer;
}

    .question_box_action_dotmenu_wrapper ul li a:hover, .question_box_action_dotmenu_wrapper ul li a:focus {
        color: #212121 !important;
        background: transparent !important;
    }

#TopicWiseQuestion .que-box-row:last-child {
    margin-bottom: 30px;
}

.box {
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
}

.para {
    position: relative;
    padding-left: 30px;
    text-align: left;
    padding-top: 10px;
}

    .para:before {
        background: #ddd;
        bottom: 0;
        content: "";
        left: 8px;
        position: absolute;
        top: 8px;
        width: 2px;
    }

    .para:after {
        content: "";
        background: #ddd;
        height: 10px;
        left: 4px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 4px;
        width: 10px;
        border-radius: 100%;
    }

    .para p {
        font-weight: 700;
        margin-bottom: 5px;
    }

        .para p a {
            float: right;
            color: rgba(0,0,0,.15);
        }

            .para p a:hover {
                color: #050cec;
            }

    .para span {
        display: inline-block;
        margin-bottom: 5px;
        width: 28%;
        vertical-align: top;
    }

span.spnText {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    span.spnText:before {
        content: ":";
        padding-right: 5px;
    }
