html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
	
}





.form-heading {
	margin-bottom: 30px;
}

#login {	
	margin-top: 80px;
	margin-bottom: 80px;
}
#login form {
	max-width: 380px;
	padding: 15px 35px 45px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid rgba(0,0,0,0.1);
}
#login .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
}
#login input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#login input[type="password"] {
	margin-bottom: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}





table tr:hover {
	cursor: pointer;
}
table .table-actions {
	text-align: center;
	width: 50px;
	max-width: 150px;
}
table tr[data-tim="disabled"] { opacity: 0.33; font-size: 0.9em }
table tr[data-tim="disabled"]:hover { cursor: not-allowed !important; }

.tag {
	display: inline-block;
	width: 100%;
	padding: 2px 5px;
	border-radius: 3px;
	text-align: center;
}



.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}
.footer > .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}
.container-fluid .text-muted {
	margin: 20px 0;
}



.modal-footer.text-center { text-align: center !important; }