@charset "UTF-8";

.container .text-muted, .container-fluid .text-muted {
	margin: 5px 0;
}

.page-header {
	padding-bottom: 0px;
	margin: 15px 0 20px;
}

.navbar {
	margin-bottom: 15px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	font-size: 16px;
	/* Margin bottom by footer height */
	margin-bottom: 25px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 25px;
	background-color: #f5f5f5;
	font-size: 80%;
}

/* Footer
-------------------------------------------------- */
.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

/*
-------------------------------------------------- */
.breadcrumb li+li:before {
	content: '»';
}

/* bootstrap
-------------------------------------------------- */
.modal-dialog {
	margin: 10px auto;
}


.red {
  color: red;
}

.font-lg {
  font-size: 1.3em;
}


.authorcheck {
  width: auto;
  padding-right: 0;
}

.authorcheck-view {
  width: auto;
  padding-right: 0;
}

.authorcheck-view .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
