/*big desktops*/
@media (min-width: 1700px){
    .loginbox{right:20%;}
}
@media (min-width: 1400px) and (max-width: 1680px) {
    .loginbox{right:14%;}
}
/*all desktops*/
@media (min-width: 769px){
    body{overflow-x:hidden; overflow-y: auto;} .username{color:#004a8f;}
    .arrowUp{display:none !important;}
    .addNewTable{width: 70%}
}
/*all small devices*/
@media (max-width: 1200px){
    
}
/*ipad - both*/
@media (min-width: 768px) and (max-width: 1024px){
    
}
/*ipad - landscape*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){

}
/*ipad - portrait*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){


}
/*all mobiles & small tabs*/
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){


}
/*mobile*/
@media (max-width: 580px){
        
}

/*overides*/
.marb10{margin-bottom:10px;} .padt0{padding-top:0;} .pad0{padding:0 !important;}