@media only screen and (max-width: 1200px) {
    body {
        background: #fff;
    }

    #wrapper_1 {
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
        height: 100%;
        overflow: auto
    }

    .header_1 {
        width: 100%;
        padding: 10px;
        border-bottom: 2px solid #eaecf3;
    }

    .header_1 .logo img {
        height: 34px;
    }

    /*	*/
    .section_home {
        padding: 20px 30px;
        margin: 0 auto;
        min-height: 0;
        overflow: auto;
        height: 100vh;
    }

    .section_home input {
        height: 50px;
        border-color: #cbcfda;
        font-size: 1.6em;

        border-radius: 0.2em;
    }

    .section_home .scan-bx .camera {
        width: 46%;
        float: left;
        box-sizing: border-box;
        background: #eaecf3;
        border: 1px solid #cbcfda;
        border-radius: 0.6em;
        padding: 20px;
        margin: 10px 2% 10px 0;
        height: 150px;
        text-align: center;
    }

    .section_home .scan-bx .camera img {
        height: 90px;
        opacity: 0.5;
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    /*	*/
    .section_common {
        padding: 20px 30px;
        margin: 0 auto;
        min-height: 0;
    }

    /*	*/
    .btn_1 {
        margin: 15px 0px;
    }
}
@media only screen and (max-width: 767px) {
    .outletid{
        order: 4; text-align: center !important; margin: 7px 0;background: #ebebeb;
    padding: 8px; 
    }
    .outletid p{ text-align: center !important; }
    .sessionout{
        order: 2; 
    }
    .sessionout button{ padding:6px }
    .header_2 .logo img{ height:25px }
    .menubar{ order:3; }
    .header_2{ border-bottom:none; }
    #wrapper_1{ border:none; border-bottom:0; }
    .menubar{}
}
@media only screen and (max-width: 400px) {
    .header_1 .logo img{height:20px;}
    .header_1 .logo {
        margin: 10px 0 0 0;
    } 
}
@media only screen and (max-width: 400px) {
    .header_1 .logo img{height:20px;}
    .header_1 .logo {
        margin: 10px 0 0 0;
    }
}