/* ========================================
   Sample Questions Page Specific Styles
   ======================================== */

/* Main Container */
#sqid {
    margin-top: -30px;
}

#spcid {
    margin-top: 120px;
}

/* Question & Answer Styling */
.question .ans {
    cursor: pointer;
}

.disable_click {
    pointer-events: none;
}

button.col.s12.waves-effect.waves-light.btn.ans {
    text-transform: unset;
    height: auto;
    padding: 5px;
}

/* PDF Viewer */
.pdf_file {
    height: 700px;
}

/* Quick Links */
.quick-links {
    float: right;
}

.quick-links h1 {
    text-align: left;
}

.notif {
    text-align: left;
}

/* Hide/Show Elements */
.hide_on_phone {
    display: block;
}

.hide_on_desktop {
    display: none !important;
}

#phone_link {
    display: none !important;
}

#desktop_link {
    display: block !important;
    text-align: center;
}

.fixediconstop {
    display: none;
}

/* Desktop Specific Styles */
@media only screen and (min-width: 769px) {
    .hide_on_desktop {
        display: none !important;
    }

    .quick-links {
        float: right;
    }

    #phone_link {
        display: none !important;
    }

    #desktop_link {
        display: block !important;
        text-align: center;
    }

    .pdf_file {
        height: 700px;
    }
}

/* Mobile Specific Styles */
@media only screen and (max-width: 768px) {
    #spcid {
        margin-top: 10px;
    }

    .row .col.m8 {
        width: 100%;
    }

    .hide_on_phone {
        display: none !important;
    }

    #phone_link {
        display: block !important;
        text-align: center;
    }

    #desktop_link {
        display: none !important;
    }

    .max_height_40 {
        max-height: 40px !important;
    }

    .quick-links {
        float: none;
    }

    .quick-links h1,
    .quick-links h4 {
        text-align: left;
    }

    .notif {
        text-align: left;
    }

    .pdf_file {
        height: 400px;
    }

    .syllabus-menu ul li {
        padding: 17px;
        line-height: 2px;
        margin: 3px;
    }

    .left-align {
        margin-top: -20px;
        padding-left: 0 !important;
    }

    .white-text button {
        display: none;
    }

    .hide_on_desktop {
        display: none;
    }

    .pull-left {
        display: none;
    }

    .flow-text {
        margin-top: -9px;
    }
}
