﻿

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
}

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {

    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 3em;
    }

    h3 {
        font-size: 2em;
    }
 
}


/* Screens Resolution : 767px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

    p {
        line-height: 1.4;
    }

    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.5em;
    }

    h5 {
        font-size: 1.2em;
    } 

    /* ---------------------------------
	3. MENU
	--------------------------------- */


    header .main-menu {
        display: none;
        float: none;
        clear: both;
        border-top: 1px solid #ccc;
    }
     
    /* NAV ICON */

    .menu-nav-icon {
        display: inline-block;
    }
    /* Inventory */
    .PanelPandian {
        padding-bottom: 300px;
    }
    /* UcOrderNew */
    .PanelOrderNew {
        padding-bottom: 177px;
    }
    
    /* btn */
    .autoInput {
        height: 40px;
        font-size: 1.1em;
        -webkit - appearance : none;
    }
    .autoHeight {
        height: 40px;
    }

    .autoInput2 {
        height: 140px;
        width: 160px;
        font-size: 1.3em;
    }
    .autoHide {
        display: none;
    }
    .dropdown-menu{
        left:-116px;
    }
    /* ---------------------------------
	10. FOOTER
	--------------------------------- */
    footer {
        padding: 40px 0 0px;
        margin-top: 0px;
    }
}

/* Screens Resolution : 479px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

    body {
        font-size: 14px;
    }
}

/* Screens Resolution : 359px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 359px) {
}

/* Screens Resolution : 290px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 290px) {
}
