﻿body {
    	font-family: 'Exo 2', sans-serif;
	font-size:14pt;
	padding: 20px;
    	align-items:center;
	background-color: palegoldenrod;
}
p
{
	margin-top: 5px;
	margin-bottom: 5px;
}
h1
{
	font-size:20pt;
	margin-top: 5px;
	color: white;
}
#mainform
{
    text-align:center;
}
#header
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	padding: 5px;
	background: black;
	opacity: 0.5;
}
.centred
{
	margin-left: auto;
	margin-right: auto;
}
.watermark
{
	position: relative;
}
.guide_text
{
	font-size: small;
	text-align: justify;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
	width: 90%;
}
.intro_text
{
	margin-top: 30px;
	margin-bottom: 15px;
	background: steelblue;
	color: white;
	padding: 10px;
	border-radius: 10px;
}
.title
{
	font-size: 20pt;
	margin-bottom: 20px;
}
.header_button
{
	position: fixed;
	top: 10px;
	right: 10px;
	height: 30px;
}
.add_button
{
	width: 30px;
	background-color: green;
}
#comment
{
	font-size: 15pt;
	background-color: beige;
	width: 90%;
	height: 40px;
	color: black;
	border: 1px solid black;
	margin-bottom: 50px;
}	
#reason
{
	font-size: 15pt;
	background-color: beige;
	text-align: left;
	height: 40px;
	color: black;
	width:90%;
	border: 1px solid black
}
.button_icon
{
	position: absolute;
	left: 0px;
	top:-35px;
	height: 70px;
	max-width: 60px;
}
.single_organisation
{
	text-align: center;
}
#main
{
	text-align: center;
	margin-top: 40px;
}
.input
{
	font-size:16pt;
	text-align:center;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: inline;
}
.button
{
	font-size:16pt;
	padding: 10px 30px 10px 30px;
}
.signin_button
{
	font-size: 14pt;
	width: 90%;
	left: 5%;
	right: 5%;
	position: fixed;
	bottom: 20px;
	height: 40px;
	background-color: mintcream;
	
}
.signout_button
{
	font-size: 24pt;
	padding: 5px;
	background-color: lightskyblue;
	position: fixed;
	bottom: 10px;
	height: 60px;
	left: 5%;
	right: 5%;
	width: 90%;
}
.signin_button_multi
{
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
}

.small_text
{
	font-size: 9pt;
	margin-left: 20px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.button_small_text
{
	font-size: 11pt;
	position: absolute;
	text-align: left;
	left: 80px;
	right: 10px;
	top: -35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.label_text
{
	font-size: 12pt;
	margin-left: 5%;
	text-align: left;
}
.identifier_text
{
	font-size: 36pt;
	color: darkblue;
	font-weight: bold;
	text-align: center;
}
.small_identifier_text
{
	font-size: 20pt;
	color: darkblue;
	text-align: left;
}
.button_small_identifier_text
{
	font-size: 40px;
	color: darkblue;
	position:absolute;
	left: 80px;
	top: -20px;
}
.helptext
{
    font-size:12pt;
	font-weight: bold;
    margin-top:10px;
    margin-bottom: 5px;
    color:steelblue;
}
.error_text
{
    color:red;
	margin-bottom: 70px;
}
.highlighttext
{
	font-size:18pt;
	color:blue;
}
.datatext
{
	font-size:18pt;
	color:darkblue;
}
#logo
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
#signedin
{
    color:green;
    font-weight:bold;
}
#signedout
{
    color:red;
    font-weight:bold;
}
.noborder
{
	border-style: none;
}
#initials
{
    width:130px;
    font-size:24pt;
    text-transform:uppercase;
	margin-left: auto;
	margin-right: auto;
    background-color:lemonchiffon;
    border:none;
}
#reason
{
    font-size:14pt;
    text-align:center;
	width:90%;
}
#comments
{
    font-size:12pt;
    width:90%;
}
#submit
{
    font-size:14pt;
    height:50px;
    width:50%;
    position:absolute;
    bottom: 10px;
    left:25%;
}