﻿/***********************---------------------------------------- SIZE LESS THAN IPAD ------------------------------------------***********************   */
@media only screen 
and (max-width : 767px) {
        
    .m-hide{
        display:none !important;
    }
    .m-show{
        display: inherit !important;
    }
    .m-logout{
        float: right;
        font-size: 20px;
        position: relative;
        top: 8px;
        right: 5px;
        color: #fff;
    }
    .main-container{
        padding-top: 40px !important;
    }
    .page-content{
        padding: 10px !important;
    }
    .page-header>h1{
        font-size: 20px !important;
    }
    .blank-entry{
        background-color: #fff;
    }


    .signin-container {
        width: 90% !important;
    }
    .btn {
        display: block;
        width: 100%;
    }
    #btn-finishExam{
        margin-top:20px;
        float:none !important;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
    
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {    
    
}
@media only screen 
and (max-width : 375px) {    
    
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}
