/* #Media Queries
================================================== */


/* All Mobile Sizes (devices and browser) */
@media only screen and (min-width:320px){
    .login-head{
        margin-left: 5%;
    }
}
@media only screen and (max-width:767px) {
    .calendar-icon {
        top: 69%;
        left: 77%;
        font-size: 13px;
    }
    .login-head{
        margin-left: 5%;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {

    .login-form {
        left: 58%
    }
    .login-head{
        margin-left: 0% !important;
    }
    .w-50{
        width: 70% !important;
    }
    .w-35 {
        width: 85%;
        margin:10px auto;
    }
    .footer{
    font-size:22px;
    }
    .nav-logo{
    width:80px !important ;
    }
    .btnResponsive{
    background-color:#dddddd !important;
    }
    .responsiveLabel{
            font-size:22px !important;
        }
        .previewImgResponsive{
        img{
        height:320px !important;
        }
        }
        .checkApp-form label{
            color: black;
            font-size: 25px;
            font-weight: 500;
            margin-bottom: 4px
        }
    .w-40 {
        width: 62%;
        margin-left: 156px;
    }

    .edit-user-sign-form .title{
        font-size: 25px !important;
    }
    .activity-log table{
        margin-left: -48px;
    }

    .lost-doc-card {
        max-width: 92%;
        display:none;
        float: none;
        margin: 18% auto;
    }
    .title-lost{
        font-size: 42px !important;
    }
    .nav-item .nav-link {

        font-size: 25px;

    }
    .lost-doc-form label{
        margin-top:3px;
        font-size: 25px;

    }
    .form-control{
    height:50px !important;
    font-size:20px !important;
    }

    /*application form*/
    .detail{
        width: 112% !important;
    }
    .applications-title{
        margin-left: 7% !important;
    }
    .application .container{
        margin-left: 85px !important;
    }
    .application .add-btn{
        margin-left: 103% !important;
        float: none !important;
    }
    .calendar-icon {
        top: 70% !important;
    }
    .search-form{
        margin-left: 60% !important;
    }
    .search-icon {
        left: 97% !important;
    }
    .dash-label {
        padding: 12px 210px !important;
    }
    .lost-doc-overview-card .card-wrapper{
        width: 36% !important;
    }
    .w-20{
        width: 30% !important;
    }
    .overview .card-wrapper{
        margin-right: 0px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
}


/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width:1060px) {}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width:960px) {}

@media only screen and (min-width:768px) and (max-width:1024px) {}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {}


/* All Mobile Sizes (devices and browser) */


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width:480px) and (max-width:767px) {}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width:479px) {}