h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: "Lora", Georgia Bold;
	font-weight: bold;
}
.btn,
.dropdown-menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
	padding-bottom: 40px;
}

header#uon-branding img {
	width: 220px;
}

.ie-only {
	display: none;
}

body.msie .ie-only {
	display: block;
}

.dropdown-item a {
	display: block;
}
.dropdown-item.active a {
	color: #fff;
}
.navbar-inverse .navbar-inner {
	background: #eee;
	border-radius: 0;
	box-shadow: none;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar.navbar-inverse .navbar-inner .nav > li > a {
	color: #777;
	text-shadow: none;
}
.navbar.navbar-inverse .navbar-inner .nav > li > a:hover {
	color: #000;
}

.navbar.navbar-inverse .nav .active > a,
.navbar.navbar-inverse .nav .active > a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ccc;
}

.sidebar-nav {
	padding: 9px 0;
}

span.brand {
	font: 2.6em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 32px 0 1em 1em;
	display: inline-block;
}
.branding .uon-brand {
	text-align: right;
}

.navbar .search-query {
	max-width: 140px;
	border-radius: 20px;
}

.form-control-inline .form-control,
.form-control-inline .form-control-plaintext {
	/* display: inline; */
	/* width: inherit; */
}

@media all and (max-width: 766px) {
	.branding .brand {
		font-size: 1.8em;
	}
	.branding .uon-brand img {
		max-width: 110px;
		margin: -5em 0 0 0;
	}

	.hero-unit h1 {
		font-size: 2.6em;
	}
}
@media all and (max-width: 400px) {
	.branding .brand {
		font-size: 1.6em;
	}
	.branding .uon-brand img {
		max-width: 100px;
	}
}

@media (min-width: 768px) {
	header.d-flex {
		justify-content: space-between;
	}
}

/* content */

body .bg-light,
.card-header {
	background-color: rgba(0, 0, 0, 0.08) !important;
	font-family: "Lora", Georgia Bold;
	font-weight: bold;
}

.form-control-inline input.suggest {
	width: 57.5%;
}
/* ol li {
	margin-bottom: 20px;
} */
.formFooter {
	text-align: right;
	border-top: 1px solid #000;
	margin-top: 30px;
	padding-top: 10px;
}
.clear {
	clear: both;
}
.delete {
	cursor: pointer;
}

fieldset p {
	margin-left: 20px;
}
#goback {
	float: left;
}
.username {
	width: 60px;
}

.chart {
	text-align: center;
}

.noshow {
	text-indent: -9000px;
}
ul.noshow {
	position: absolute;
	list-style-type: none;
}

textarea {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}
.center {
	text-align: center;
}
th.date {
	width: 18%;
}
th.actions {
	width: 38%;
}

tr {
	vertical-align: top;
}
thead tr:hover {
	background-color: #fff;
}
/*tbody tr:hover { background-color: #f0f0f0; }*/
a img {
	border: 0;
}

a em {
	font-weight: inherit;
	font-style: normal;
	text-decoration: underline;
}
a:hover {
	color: #c00;
}

/* review event - accordion formatting */
#questions ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: url("../images/icon_plus.gif") outside;
}
#questions ul h3 {
	margin-bottom: 10px;
	padding: 0;
	cursor: pointer;
	clear: both;
}
#questions ul h3 span {
	font: normal 0.7em Helvetica, Arial, sans-serif;
	color: #666 !important;
	font-style: italic;
}
#questions li.closed {
}
#questions li.open div.questions {
	display: block;
	padding-left: 10px solid #ccc;
}
#questions li.closed div.questions {
	display: none;
}
#questions li.open {
	list-style: url("../images/icon_minus.gif") outside;
}
#questions li.open ol li {
	list-style-type: decimal;
	list-style-image: none;
}
#questions .save {
	margin: 1em 0 2em 1em;
}
#questions ol {
	list-style: decimal;
}
#questions ol li {
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: none;
	margin: 0;
	padding: 0 5px;
}
.questions li:hover {
	background: #f5f5f5;
}

/* review event - radios and thumbs up/down formatting */
/*
#questions li .questions div {  background: url(../images/negative.png) no-repeat left; width: 280px; margin: 10px auto 0; }
#questions li .questions div div { text-align: center; background: url(../images/positive.png) no-repeat right; padding:16px 40px; width: 300px; } */
#questions li {
	clear: both;
}
#questions li .questions div {
	height: 2em;
	margin-top: 0.5em;
}
#questions li .questions span {
	color: #999;
}

@media (max-width: 691px) {
	#questions li .questions span {
		font-size: 70%;
	}
	#questions ol {
		padding-left: 15px;
	}
}

/* #questions li div div label {
  padding-left: 14px;
} */

/* review event - comments  box */
#comments {
	padding-left: 20px;
}
#comments label {
	display: block;
	clear: both;
}
#comments textarea {
	width: 100%;
	height: 4em;
	clear: both;
}

/* modal window content formatting */

#logout_list,
.actions {
	margin: 25px 0;
}
#logout_list li {
	margin-right: 0;
}
#logout_list a,
.actions a {
	margin-right: 10px;
	padding: 5px 10px;
	text-decoration: none;
	background: #809f00 url("../images/button-bg.png") repeat-x 0 50%;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #809f00;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
}
#logout_list a:hover,
.actions a:hover {
	background-color: #596f00;
}

/* Code - maybe this can be removed */
code {
	display: block;
	border: 1px solid #ccc;
	color: #333;
	padding: 5px;
	background-color: #f6ffcf;
	font-family: American Typewriter, Lucida Console, Nimbus Mono L, monospace;
}

/* all horizontal menus */
ul.horizontalMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.horizontalMenu li {
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
}
.horizontalMenu li.disabled {
	color: #888;
	cursor: help;
}

/* login form */
#loginform p {
	position: relative;
	clear: both;
}
#loginform p label {
	width: 100px;
	display: block;
	text-align: right;
}
#loginform p input {
	position: absolute;
	display: block;
	top: 0;
	margin-left: 110px;
}
#loginform #submit {
	margin-left: 110px;
}

/* messages - alert */
.alert {
	margin: 10px 0;
}

/* messages - help */
.help {
	margin: 10px 0;
}

/* messages - error */
#error,
.error {
	margin: 10px 0;
}

/* messages - #error - initially hidden, but displayed by javascript when required */
#error {
	display: none;
}

/* review setup */
#review_setup .radios {
	max-height: 200px;
	overflow: auto;
	border: 1px solid #809f00;
}
.email_message {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	color: #000;
}
#user_message {
	height: 6em;
	width: 100%;
}

/* participants - reviewers setup */
#newReviewerType {
	width: 85%;
}
#newReviewerType #AddReviewer {
	float: right;
}
.externalReviewer {
	width: 64%;
}

/* buttonised links */
#begin {
	margin: 30px 0;
	padding: 0;
}
#begin a {
	font-size: x-large;
	background: #809f00 url("../images/button-bg.png") repeat-x 0 50%;
	color: #fff;
	padding: 5px 20px;
	text-decoration: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #809f00;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
}
#begin a:hover {
	background-color: #596f00;
	color: #fff;
}

/* admin links */
.isPublished {
	background: white url(../images/1.gif) no-repeat 50% 50%;
	text-indent: -9000px;
	width: 16px;
	height: 12px;
	display: block;
	margin-left: 30%;
}
.notPublished {
	background: white url(../images/0.gif) no-repeat 50% 50%;
	text-indent: -9000px;
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 30%;
}

/* jeditable start - admin/create review inplace editor */
#new_reviews .main {
	width: 70%;
}
.admin_reviews .center {
	/*width: 30%;*/
}

.editable h2 input,
.editable h3 input {
	color: #809f00;
	font-family: inherit;
	line-height: 100%; /*font-size: large;*/
}
.editable .section input[type="button"] {
	margin-bottom: 10px;
}
.editable h3 {
	position: relative; /* for the delete icon */
}
.editable li {
	position: relative; /* for the delete icon */
	padding-bottom: 0.5em;
}
.editable .delete_button {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
}
.editable h3 em,
.editable li em {
	font: normal 0.8em Helvetica, Arial, sans-serif;
	color: #900 !important;
	font-style: italic;
}

/**/
.editable h2 {
	border: 1px dotted #ccc;
	padding: 0.2em;
	cursor: pointer;
}
.editable span {
	border: 1px solid #ccc;
	padding: 0.2em;
	cursor: pointer;
	display: block;
	width: 95%;
}

.editable h2:hover,
.editable span:hover {
	border: 1px dotted red;
	background: white url(../images/icon_edit.gif) 98% 50% no-repeat; /*text-indent: 20px;*/
}

.review_name form {
	width: 450px;
}
.review_name input {
	font-family: inherit;
}
/* jeditable end */

.free_comment h3 {
	margin-bottom: 0;
}
.free_comment div {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.brief th {
	border: 0;
	text-align: right;
	padding-right: 1em;
}
.brief td {
	border: 0;
}
.brief tr:hover {
	background-color: inherit;
}

/* pagination 
.pagination { font-family: Helvetica, Arial, sans-serif;}
.pagination a { margin: 0 0.1em; padding: 0.2em 0.4em; border: 1px solid #ccc; text-decoration: none; color: #809F00; font-weight: bold;}
.pagination a:hover { background-color: #eee; }
.pagination b { font-size: 1.6em; margin-top: 0.2em; }*/

/* admin - edit user */
#editUser ol {
	list-style-type: none;
	padding: 0;
	width: 50%;
}
#editUser li label {
	display: block;
}
#editUser li input {
	width: 100%;
}
#editUser li fieldset ol li input {
	width: auto !important;
}
#editUser li fieldset ol li label {
	display: inline !important;
}
#editUser li fieldset ol.short li {
	display: inline !important;
}

/* admin - view user */
.brief .edit {
	float: right;
}

/* reviewer substitution */
tbody tr.substitution:hover {
	background-color: #fff !important;
}
.table tr.substitute td {
	border: 0;
}
td #substitution {
	margin: -8px;
	padding: 10px;
	background-color: #fafafa;
}
td #substitution #internal {
	display: none;
}

/*login help*/
dt {
	font-weight: bold;
}
dd {
	margin: 0.5em 0 1em 0;
}
dd ul {
	margin: 0.5em 0;
}

span.delete {
	margin-bottom: 9px;
}

body.dev .navbar-fixed-top .navbar-inner {
	background: hotpink;
}

body form .row {
	margin: 0;
}

select#reviewers.bulkimport {
	height: 30em;
}

/* Hide the "external" reviewer role from UoN LDAP (internal) users */
.username + select > option[value="_11"],
.username + select > option[value="_17"] {
	display: none;
}

.select2--result .title {
	font-size: 80%;
	opacity: 0.7;
}

.select2-container--default
	.select2-results__option--highlighted[aria-selected]
	.select2--result
	.title {
	color: white;
}

.alert.dev-warning {
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 2;
	right: 0;
	border-radius: 0;
	margin: 0;
}

.album .col-lg-6 {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.alert ul {
	margin-top: 1rem;
}

/* CSS-only horizontal shadow-scrolling effect  */
.overflow-scroll {
	/* border: 1px solid rgba(128, 128, 128, 0.05); */
	overflow: auto;

	background:
	/* Shadow covers */ linear-gradient(
			90deg,
			white 30%,
			rgba(255, 255, 255, 0)
		),
		linear-gradient(90deg, rgba(255, 255, 255, 0), white 70%) 100% 0,
		/* Shadows */
			radial-gradient(50% 100% at left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 0
			100%,
		radial-gradient(50% 100% at right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0))
			100% 0;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;

	/* Opera doesn't support this in the shorthand */
	background-attachment: local, local, scroll, scroll;
}

.overflow-scroll select {
	background: transparent !important;
}
