/*responsive login*/
@import url(metisMenu.css)  (max-width: 767px);/*767px*/
@import url(menu-small.css) (max-width: 767px);/*767px*/
@import url(menu-layer.css) (min-width: 768px);/*768px*/

@media screen and (min-width: 2150px) {
	.col-md-offset-2 { margin-left: 8.33%;}
}
@media screen and (min-width: 1650px) and (max-width: 2149px) {
	.col-md-offset-2 { margin-left: 10%;}
}
@media screen and (min-width: 1450px) and (max-width: 1649px) {
	.col-md-offset-2 { margin-left: 14%;}
}
@media screen and (max-width: 840px) {
	.header .normal .h-clock {display: none;}
}

@media screen and (max-width: 800px) {

	/*input#login_button,#login select,#username,#password{
		width: 90%;
	}*/
	
	.text_box_wide, #login_box{
		width: 100%;
		margin: 0px;
		-webkit-border-radius:none;
		-moz-border-radius: none;
		border-radius: 0px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	
	}
	
}

@media screen and (max-width: 767px) {
	.header .navbar-right {display: none;}
	.header .nav li {display: inline-block;}
	.col-sm-9, .col-md-10 { padding-left: 25px;	}
	.header .navbar-nav { margin: 0px;}
	/*.header .h-logout {display: inline-block;}*/
	.sidebar {
		width: 250px;
		position: absolute;
		top: 0px;
		bottom: auto;
	}

}

@media only screen and (max-width: 640px) {
	#login_wide {
		width: 430px;
		margin-top: 10px
	}
	#login_infobox {
		margin-top: 10px;
		width: 92%;
	}

}

@media only screen and (max-width: 620px) { 
	.col-sm-9, .col-md-10 {
		padding-left: 25px;
	}
	
	#login_wide {
		width: 100%;
	}
}

@media only screen and (max-width: 440px) { 
	.header li .username {display: none;}
}

@media only screen and (max-width: 320px) { 
	#login_header img {max-width: 260px;}
}
