.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin #inputEmail {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin #inputPassword, .form-signin #inputPassword_register_2 {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin #inputPassword_register_1 {
  margin-bottom: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.clickable {
	cursor:pointer;
}


.bc_footer_text {
	display:none;
}
@media (min-width: 500px) {
	.bc_footer_text {
		display:inline;
	}
}

.red {
	color: red;
}
.bold {
	font-weight: bold;
}
.grey {
	color: grey;
}
.italics {
	font-style: italic;
}

.page-header {
	margin-top: 1px;
	padding-bottom: 9px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.disabled {
	opacity: 0.4;
	filter: alpha(opacity=40); /* msie */
}
/* notes (see view_components/note_list.inc.php) */
.roundedBorders { border-radius: 6px; }
.roundedBordersGrey { border: 1px solid #ddd; }
.note_row { padding: 8px 12px; margin-bottom: 8px; background-color: #f9f9f9; }
.note_meta { font-size: 12px; color: #888; margin-bottom: 4px; }
.note_content { white-space: normal; }
