/* Theme Style */


.error {
	color: #FF0000;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
.line-bottom{
	border-bottom:3px solid #aaa;
		font-size: 3em;
}
h2{
	margin-top:0;
	color: #aaa;
	font-size:36px;
}
.editdepartament{
	cursor: pointer;
	position: relative;
	top: -4px;
}
.keep_me{
	height:100px;
	position: relative;
}
.keep_me div{
	position: absolute;
	bottom:10px;
	left: 85px;
	min-width: 210px;
}
.center{
	text-align: center;
}
.showwithscroll{
	display: none;
}
@media screen and (max-width: 786px) {
	.line-bottom{
	border-bottom:3px solid #aaa;
		font-size: 2.1em;
		text-align: left;
		margin:0 auto;
	}
	.welcome h2{
		text-align: center;
	}
	h2.form-signin-heading{
		font-size:18px;
	}
	.line-bottom a{
		display: block;
		text-align: center;
	}
	.line-bottom div.pull-right{
		margin-top: 5px;
		margin-bottom:5px;
		float: none !important;
		text-align: center;
	}
	.pre-footer{
		margin-top:20px;
		font-size:12px;
	}
	.userinfo{
		margin-top:10px;
	}
}
@media screen and (max-width: 507px) {
	.line-bottom div.pull-right{
		margin-top: 5px;
		margin-bottom:5px;
		float: none !important;
		text-align: center;
	}
	.table td{
		font-size:14px;
	}
	h1.line-bottom{
		font-size: 1.4em;
		text-align: center;
	}
	#main{
		width:100%;
		overflow-x: scroll;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 10px;
		border-top: 2px dotted #ccc;
	}
	#main table{
		width:500px;
	}
	.showwithscroll{
		text-align: center;
		font-size: 12px;	
		display: block;
		color: #aaa;
	}
}