@media handheld, only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {
body {-webkit-text-size-adjust: none;}
.sidePanel{width:100%;position:static}
.mainPanel.leftPadRem{padding-left:0;}
.statusButton ul li{width:48%;display:inline-block;margin:1% !important;border:1px #ccc solid;}
.formViewInner{width:49%;}
.formBtn input[type="submit"]{max-width:90px;margin-top:20px;}
.inputBlock{width:49%;}
}
@media handheld, only screen and (max-width: 640px) {
.loginForm{width: 88%;min-width:auto}
.input-group.captcha{width:100%;}
.cptimg{float:none;margin:10px auto 0px auto;text-align:center}
.remember{text-align:center}
.loginFormSection{background-size:cover}
header .logo{width:100%;}
.listView{padding:0 5px 20px;}
.list{width:100%;overflow:auto}
.chart{width:98%;}
.latestUpdates{width:98%;}
}
@media handheld, only screen and (max-width: 480px){
.statusButton ul li{width:100%;display:block;margin:10px auto;border:1px #ccc solid;}
.formViewInner{width:98%;}
.inputBlock{width:99%;}
}