/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27 Nov, 2018, 6:20:06 PM
    Author     : IND2
*/

.link-image{
    height: 96px;
    width: 96px;
    background: #F4511E;
    padding: 12px;
}

.link-games-image{
    height: 96px;
    width: 96px;
}

.link-text{
    height: 96px;
    width: 96px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    background: #F4511E;
    text-align: center;
    margin: 0 0 0px;
}

.pointer{
    cursor: pointer;
}

.media-body{
    height: 96px;
    overflow-y: hidden;
}

.media-body p{
    line-height: 1;
}

.progress{
    height: 0.5rem;
}

.expanded{
    height: 256px;
}

.media-right{
    line-height: 96px;
}

.media-right button{
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

small, .small {
    font-size: 85%;
    font-weight: 400;
}

.img-fluid60{
    max-width: 60%;
}

#up_lessonId_container,#updateIDSections,#assignment_id_container,#edit_id_container, #up_selected_classes_container,#test_lessonId_container, #test_selected_classes_container, #test_question_preference_container,#test_max_test_count_container,#test_max_question_count_container{
    display: none;
}

.table.content{
    font-size: 85%;
    font-weight: 400;
}

.classTest{
    cursor: pointer;
}

#testHistoryList .table{
    font-size: 85%;
    font-weight: 400;
}

#tableClassTestHistory{
    font-size: 85%;
    font-weight: 400;
}

.viewContent, .contentAction{
    cursor: pointer;
}

#contentReport .table{
    font-size: 85%;
    font-weight: 400;
}

.innerRow{
    cursor: pointer;
}

.typeahead {
    background-color: #FFFFFF;
}

.typeahead:focus {
    border: 2px solid #0097CF;
}

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #999999;
}

.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    min-width: inherit;
    width: auto;
}

.tt-suggestion {
    padding: 3px 20px;
}

.tt-suggestion:hover {
    cursor: pointer;
    background-color: #0097CF;
    color: #FFFFFF;
}

.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead{
    width: 100%;
}

.rating {
    float:left;
}

.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:300%;
    line-height:1.2;
    color:#ddd;
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #FFBF00;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #FFBF00;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #FFBF00;
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.modal-body p {
    word-wrap: break-word;
}

.custom-file-label {
    white-space: nowrap;
    overflow: hidden;
}

.testAction,.actionUpload {
    cursor: pointer;
}

#assignmentUploads .table, #clickDetails{
    font-size: 85%;
    font-weight: 400;
}

#assignmentUploads .table a{
    cursor: pointer;
}

#questionAnalysis .table{
    font-size: 85%;
    font-weight: 400;
}

#questionAnalysis table tr{
    cursor: pointer;
}

.sectionText{
    min-width: 110px;
}

.reviewPending, .answerSheet{
    cursor: pointer;
}

.bootstrap-table .fixed-table-container .table.table-sm .th-inner{
    padding-right: 1.5rem;
    white-space: nowrap;
}

.resetTest, .forceEvaluate, .evaluate{
    cursor: pointer;
}

.table-hover>tbody>tr:hover {
    background-color: #ffffff;
}

.sections {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30px;
}

.btn-close{
    height: 20px;
    width: 20px;
    font-size: 8px;
    line-height: 1.0;
    padding: 5px 5px 5px 5px;
}

.offlineSubmit{
    cursor: pointer;
}

.resetSelf,.addExtraTime, .resync{
    cursor: pointer;
}

.feedbackPublish{
    cursor: pointer;
}

table th, table td {
    white-space: nowrap;
}

.scan-button {
    margin-top: 20px;
    background-color: #007bff;
    color: white;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0px 5px 10px rgba(0, 123, 255, 0.3);
    transition: background-color 0.3s ease;
}

.scan-button:hover {
    background-color: #0056b3;
    color: white;
}

.btnPage {
    width: 62px;
    height: 62px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    color: white;
    background-color: #28a745;
    box-shadow: 0px 5px 15px rgba(40, 167, 69, 0.3);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btnPage:hover {
    background-color: #218838;
    transform: translateY(-5px);
}

.btnPage:active {
    background-color: #1e7e34;
    transform: translateY(0);
    box-shadow: 0px 2px 10px rgba(40, 167, 69, 0.2);
}

.btnNoSub {
    width: 62px;
    height: 62px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    color: white;
    background-color: #28a745;
    box-shadow: 0px 5px 15px rgba(40, 167, 69, 0.3);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btnNoSub:hover {
    background-color: #218838;
    transform: translateY(-5px);
}

.btnNoSub:active {
    background-color: #1e7e34;
    transform: translateY(0);
    box-shadow: 0px 2px 10px rgba(40, 167, 69, 0.2);
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.divider:not(:empty)::before {
    margin-right: 10px;
}

.divider:not(:empty)::after {
    margin-left: 10px;
}

.divider span {
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
