/**
 * A conference abstract submission and refereeing system.
 *
 * @author David Allingham
 * @license http://www.opensource.org/licenses/mit-license.html MIT License
 * @licencefile LICENCE.txt
 * @copyright 2020
 */

* {
	font-family: "Arbutus Slab"; /* "Sansita One" */
	/* cursor: default; */
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #eac67a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #cb7b76; /* 20% brighter version of #984843 */
}
body {
	height: 100%;
	padding: 0;
	margin: 0;
}
fieldset {
	background-color: #ccc;
	border-radius: 12px;
	width: 95%;
	text-align: left;
	color: #111;
}
form {
	font-size: 1em;
	margin-left: 30px;
	margin-right: 30px;
}
h2#location {
	font-size: 2.8em;
	line-height: 0.8em;
}
hr {
	margin-bottom: 10px;
	border: 2px dotted white;
	border-style: none none dotted;
	width: 98%;
	margin-left: 11px;
}
hr#beneath {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
hr#top {
	margin-bottom: 10px;
	border: 2px dotted white;
	border-style: none none dotted;
	margin-left: 11px;
	margin-right: 11px;
}
html {
	background: #233237;
	padding: 0;
	margin: 0;
	height: 100%;
}
.mainbox > div {
	background: #233237; /* set to the same colour as html just above */
}
p.small {
	font-size: 0.8em;
}
.absauthor .affil {
	font-size: 8pt;
	line-height: 7px;
	padding-left: 10px;
}
.absbody {
	width: 88%;
	float: right;
	min-height: 310px;
	padding: 5px;
	border-left: solid black 1px;
	display: inline;
	background-color: #cca;
	color: #333;
}
.absnotes {
	xxxwidth: 88%;
	xxxfloat: right;
	xxxmin-height: 20px;
	xxxpadding: 5px;
	xxxborder-left: solid black 1px;
	margin-top: 30px;
	display: inlineblock;
	background-color: #888;
	color: #ff3;
}
.chpwd {
	text-align: right;
	width: 50%;
}
.chpwd input {
	text-align: left;
}
.chbutton {
	font-size:30px;
}
.editabsnotes {
	width: 88%;
	float: right;
	min-height: 20px;
	padding: 5px;
	xxxborder-left: solid black 1px;
	display: inlineblock;
	display: none;
	background-color: #888;
	color: #ff3;
}
.editabsnotes textarea {
	width: 95%;
	background-color: #dd5;
	color: #000;
	xxxwidth: 50em;
	height: 3em;
}
.abscomments {
	width: 100%;
	font-size: 10pt;
	padding: 2px;
	text-align: center;
	border-bottom: solid black 1px;
	background-color: #777;
	color: #eee;
}
.abscontrols {
	width: 9%;
	float: left;
	height: 230px;
	height: 300px;
	padding: 5px;
	padding-right: 0;
	display: inline;
}
.absfield {
	xxxbackground-color: inherit;
	xxxcolor: inherit;
	xxxborder: none;
	font-size: 16px;
	margin: 2px;
}
.abstitle,
.absauthor,
.abstopic {
	background-color: black;
	font-size: 10pt;
	text-indent: 10px;
	color: #eee;
	width: 100%;
	cursor: default;
}
.abstopic {
	padding-bottom: 8px;
	color: #c33;
}
.accepted {
	background-color: #070;
	color: #eee;
}
.colourcode {
	width: 450px;
	text-align: center;
	margin: 20px;
}
.container {
	width: 60%;
	min-height: 80%;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
	padding: 10px;
}
.content ol {
	margin-top: 5px;
	margin-left: 15px;
	padding: 0;
	color: #ccc;
	font-size: 0.9em;
	line-height: 20px;
}
.content p {
	margin-top: 10px;
}
.content ul li#first {
	margin-top: 15px;
}
.content ul ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding: 0;
	color: #ccc;
}
.content ul {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 15px;
	padding: 0;
	color: #ccc;
}
.content {
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.detailbutton {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.detailfield {
	text-align: right;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-right: 10px;
	padding-left: 80px;
}
.field {
	text-align: right;
	font-size: 1.2em;
	line-height: 1.2em;
}
.formbuttons input {
	color: #444;
	font-size: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
}
.formerror {
	font-size: 0.9em;
	line-height: 1.1em;
	color: red;
	text-transform: uppercase;
	text-align: center;
}
.formerror a {
	color: #f0f;
}
.frontpagebuttons > ul {
	list-style-type: none;
}
.frontpagebuttons li {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	background-color: #bbb;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	text-transform: uppercase;
	box-shadow: 1px 1px 1px #eac67a;
}
.frontpagebuttons li > a {
	color: #233237;
	text-decoration: none;
}
.frontpagebuttons li:hover {
	box-shadow: none;
}
.frontpagebuttons li:hover > a {
	color: red;
	transition: all 0.1s;
	text-decoration: none;
	text-shadow: 1px 1px 2px black,-1px -1px 3px black;
}
.header h1 {
	font-size: 6em;
	line-height: 0.8em;
}
.header h2 {
	font-size: 2.8em;
	line-height: 0.8em;
}
.header {
	float: left;
	padding: 8px;
	margin-left: 10px;
}
.incaps {
	text-transform: uppercase;
	background-color: #eeb;
	font-size: 1.1em;
	line-height: 1.1em;
}
.isposter {
	background-color: #030;
	color: #eee;
}
.yesposter {
	background-color: #030;
	color: #eee;
}
.logo {
	height: 100px;
	padding: 0;
	margin: 0;
}
.altlogo {
	color: #eec;
	margin: 20px;
	cursor: default;
}
.logstable td {
	padding: 2px;
}
.logstable tr:hover {
	color: #eec;
	background-color: #777;
}
.managetable td {
	min-width: 20px;
	padding: 0 10px;
	font-size: 16px;
}
.navigation ul li {
	display: inline;
	margin-left: 0;
	margin-right: 15px;
}
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 25px;
	margin-left: 15px;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.navigation {
	clear: both;
}
.oddrow {
	background-color: rgba(255,255,255,0.2);
}
.refcomments {
	background-color: #833;
	color: #eee;
}
.rejected {
	background-color: #700;
	color: #eee;
}
.ignored {
	background-color: #555!important;
	color: #888!important;
}
.red {
	color: red;
}
.requiredfield input {
	text-align: left;
	background-color: #eeb;
	font-size: 1.1em;
	line-height: 1.1em;
}
.requiredfield textarea {
	text-align: left;
	background-color: #eeb;
	font-size: 1.1em;
	line-height: 1.1em;
}
.rot90 {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	width: 15px;
}
.showabstract table {
	background-color: #eeb;
	border-radius: 12px;
	width: 95%;
}
.showabstract td {
	color: #111;
	font-size: 0.9em;
	padding: 5px;
}
.showabstract textarea {
	background-color: white;
	color: #444;
	font-size: 0.9em;
}
.singleabstract {
	width: 98%;
	margin-bottom: 5px;
	background-color: #eee;
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}
.singlebutton {
	font-size: 1.2em;
	margin: 0;
	margin-top: 5px;
}
.smalltext {
	font-size: 0.8em;
}
.ticketlist li {
	color: #222;
	margin-left: 50px;
}
.ticketlist ol {
	color: #222;
	margin-left: 10px;
	margin-top: 5px;
}
.ticketprice {
	text-align: right;
	font-weight: bold;
}
.topabscontrols {
	width: 100%;
	font-size: 10pt;
	padding: 2px;
	text-align: center;
	border-bottom: solid black 1px;
	background-color: #777;
	color: #eee;
}
.unassigned {
	background-color: #ee7;
	color: #222;
}
.undecided {
	background-color: black;
	color: #eee;
}
.pending {
	background-color: black;
	color: #eee;
}
.underlinethis {
	text-decoration: underline;
	font-weight: bold;
}
.user {
	float: left;
	width: 90%;
	border: 1px solid white;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	padding: 20px;
	padding-top: 20px;
	font-size: 1em;
	color: #ccc;
	margin-bottom: 5px;
}
.footer {
	clear: both;
	padding: 5px;
	font-size: 16px;
	color: #ccc;
}
.tableheader {
	text-align: center;
}
.tableheader th {
	font-size: 14px;
	background: #d44;
	padding:0 10px;
	color: #ff8;
}
.userpowerstable .rot90 {
	height: 1px;
}
.userpowerstable td {
	width: 1px;
	padding: 0;
	border: 0;
}
.userpowerstable {
	line-height: 22px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	padding-bottom: 20px;
}
.usersignup {
	float: left;
	width: 90%;
	border: 1px solid white;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 30px;
	padding: 20px;
	padding-top: 30px;
	font-size: 1em;
	color: black;
	margin-bottom: 20px;
}
.usertable .tableheader td {
	height: 45px;
	padding: 0 10px;
	text-align: center;
}
.usertable .tableheader th {
	font-weight: normal;
}
.usertable a {
	color: #cb7b76;
	color: orange;
}
.usertable td {
	font-size: 12px;
	padding: 6px 3px;
	background-color: #111;
	color: orange;
	color: #cb7b76;
	color: #999;
	text-align: left;
}
.usertable input[type='checkbox'] {
	-moz-appearance: none;
	width: 30px;
	height: 30px;
	background: #555;
	border-radius: 5px;
	border: 2px solid #555;
	cursor: pointer;
}
.usertable input[type='checkbox']:checked {
	background: #abd;
	background: #3b4;
}
.usertable input[type='checkbox']:hover {
	border: 1px solid #ff0;
	background: #662;
}
.usertable .redbg {
	background-color: red;
}
.usertable .greenbg {
	background-color: green;
}
.usertable .odd {
	font-weight: normal;
	background-color: #ddd;
}
.usertable .even {
	font-weight: bold;
	background-color: #bbb;
}
.usertable .ticketbtn{
	margin: 1px;
	font-size: 10px;
}
.value input {
	font-size: 1.1em;
	line-height: 1.1em;
}
.value {
	text-align: left;
	color: red;
}
.yesno {
	text-align: center;
}
.white {
	color: white;
}
#details table {
	text-align: center;
	align: middle;
}
#details tr {
	text-align: left;
}
#ellothere {
	font-size: 1.2em;
	line-height: 1.2em;
	width: 85%;
	margin-top: 17px;
	margin-bottom: 17px;
	text-align: center;
}
.usertable .hasunsubmittedabstract {
	background: #400;
}
.usertable .submittedallabstracts {
	background: #030;
}
.addabsbutton {
	margin-left: 10px;
	background: #099;
	color: black;
	border-radius: 1px;
	padding: 1px;
	font-size: 0.8em;
	cursor: pointer;
}
