/* 22 SEP 20 */
h3.search-title.avatarstu {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}
img.media-object.avatarstu {
    margin-top: 10px;
}
label.btn.btn-sm.btn-yellow.stuques {
    margin-bottom: 10px;
    margin-right: 9px;
    border: none;
    width: 38px;
    height: auto;
    border-radius: 2px !important;
}
label.btn.btn-sm.btn-yellow.stuques.done {
    background-color: #49a900 !important;
    color: #fff !important;
}
label.btn.btn-sm.btn-yellow.stuques.done:hover {
    background-color: #49a900 !important;
    color: #fff !important;
}
label.btn.btn-sm.btn-yellow.stuques {
    background-color: #f5c5c5 !important;
}
label.btn.btn-sm.btn-yellow.stuques:hover {
    background-color: #fff !important;
}
.well-sm {
    padding: 10px;
    border-radius: 3px;
}
span.label.label-warning.attempted {
    background-color: #49a900;
    width: auto;
    height: auto;
    padding: 7px;
    text-align: left;
    margin-bottom: 5px;
}
span.label.label-warning.Nattempted {
    background-color: #ff0000;
    width: auto;
    height: auto;
    padding: 7px;
    text-align: left;
    margin-bottom: 5px;
}
span.label.label-warning.are {
    background-color: #000c65;
    width: auto;
    height: auto;
    padding: 7px;
    text-align: left;
    margin-bottom: 5px;
}
span.label.label-warning.nare {
    background-color: #4f0058;
    width: auto;
    height: auto;
    padding: 7px;
    text-align: left;
    margin-bottom: 5px;
}
h3.lighter.block.green.ques {
    font-size: 19px;
    font-weight: 700;
    color: #000c65 !important;
    margin-top: 0px;
}
label.form-field-8.question {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.submit-btns {
    margin-top: 10px;
}
span.btn.btn-info.btn-sm.popover-info.quesbtn {
    margin-right: 20px;
}

.ss-oe-question {
display:none;
}

.oe-active {
    display: block;
}


/* The Modal (background) */
.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}



/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}


.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.single-feature {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    transition: transform 0.3s ease;
    padding: 15px;
}

    .single-feature:hover {
        transform: translateY(-5px);
    }

.feature-head img {
    width: 100%;
    height: auto;
    display: block;
}

.page-header {
    
    margin-top: 171px;
}

.UniversityLogo{
    margin-bottom:25px;
}

.univ-includes{
    margin-top:22px;
}
.university-includes{
    height:330px;
}
.trending-univ {
    margin-top: 20px !important;
}
