/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

    .left-panel{

    }
    .search-container{
        width: 100%;
    }

    .right-panel{
        padding-top: 60px;
        width: 100%;
    }
    .the-form-container{
        width: 100%;
    }
    .side-menu{
        width: 70%;
        position: fixed;
        left: -70%;
        top: 0;
    }
    .menu-icon{
        display: block !important;
    }
    .right-panel>.page-content{
        padding: 0 16px;
    }
    .header-title{
        width: 115%;
    }
    .header-title h2{
        font-size: 20px;
    }
    .logo-container img{
        max-height: 30px;
        margin-top: 10px;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    /* Styles */
    .left-panel{

    }

    .right-panel{
        padding-top: 60px;
        width: 100%;
    }
    .the-form-container{
        width: 100%;
    }
    .side-menu{
        width: 30%;
        position: fixed;
        left: -30%;
        top: 0;
    }
    .menu-icon{
        display: block !important;
    }
    .right-panel>.page-content{
        padding: 0 16px;
    }
    .header-title{
        width: 105%;
    }


}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    .left-panel{
        width: 16%;
    }
    .right-panel{
        width: 84%;
        padding-top: 60px;
    }

    .side-menu{
        width: 16%;
        top: 0;
        left: 0;
    }
    .the-form-container{
        min-width: 800px;
    }
    .right-panel>.page-content{
        padding: 0 30px;
    }
    .header-title{
        width: 105%;
    }
}

/* 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 */
}
