@charset "utf-8";

@media only screen and (max-width: 980px) and (orientation: portrait) {
	
#login_form {
	width:100%;
	border-radius:0;
	height:75vh;
	margin-top:0;
	padding:25vh 0 0 0;
	}
#ribbon_logo {
	left:20px !important;
	}
#ribbon_menu_logo {
	right:20px !important;
	}
#data_form {
	width:85%;
	}
#form_title {
	font-size:22px;
	color:rgba(10,26,77,1.00);
	text-align:center;
	padding-bottom:10px;
	padding-top:20px;
	}
#menu_container {
	width:60%;
	right:-60%;
	}
#menu_container > div{
	padding:10px 10px 10px 10px;
	}
#data_container {
	width:90%;
	margin-left:3%;
	overflow:auto;
	background-color:rgba(252,252,252,1.00);
	padding:2%;	
	}
#search_container, #input_file {
	width:95%;
	left:2.5%;
	height:70vh;
	overflow:auto;
	top:4vh;
	}
#search_container table {
	width:95%;
	}
#msg_container {
	width:95%;
	left:2.5%;
	overflow:auto;
	top:4vh;
	}
#edit_container, #newuser_container {
	width:90%;
	left:5%;
	overflow:auto;
	}
#main_container2 {
	width:100% !important;
	padding-top:15px !important;
	}
img#outlet_logo2 {
	height:40px !important;
	}
}