fieldset
{
	position:	relative;
	padding:	60px;
	margin:		0px 0px 30px 0px;
	border:		1px solid #e3e3e3;
/*	background:	#f7f6f6;*/
}

div.subfieldset
{
	clear:			both;
	padding:		0px;
	margin-bottom: 		30px;
}

div.subfieldset:after
{
	clear:			both;
}

input[type="text"], input[type="date"], input[type="password"], input[type="datetime-local"], select
{
        border: 1px solid rgb(185, 193, 204);
        color: #666;
        height: 42px;
        margin-bottom: 15px;
        padding: 8px 10px;
        width: 100%;
	font-size:14px;
	background: #fff;
}

input[type="radio"], input[type="checkbox"]
{
	margin:	0px 5px 5px 5px;
}

td input[type="text"], td input[type="date"], td input[type="password"], td input[type="datetime-local"], td select
{
	margin:	0px!important;
}

textarea
{
	position:relative;
	display:block;
	width:100%;
	padding: 10px 10px; 
	color:#666;
	font-size:14px;
	line-height:20px;
	outline:none;
	border:none;
	margin:0 0 15px;
	height:180px;
	border: 1px solid rgb(185, 193, 204);
}

textarea.inputtext
{
	height:			500px;
}

textarea.smalltext
{
	height:			100px;
}

textarea.verysmalltext
{
	height:			50px;
}

span.needit
{
	display: 		inline;
	color: 			#930002;
}

#error_msg
{
	font-weight: bold;
	color: #930002;
}

.alert
{
	color: 			#930002;
}

span.unfilled input.inputtext,span.unfilled select,span.unfilled textarea 
{
	border: 		1px solid #930002;
}

span.unfilled label,blockquote.unfilled label
{
	font-weight:		bold;
	color: 			#930002;
}


.dispOff
{
	display:	none;
}

div#userbar
{
	background:		#010c1b;
	color:			#fff;
	margin-bottom:		15px;
	clear:			both;
}

div#userbar strong {
	float: left;
	margin-right: 5rem;
	line-height: 1.42857143;
	padding: 6px 0;
}

div#logout
{
	float:			right;
}

div#logout a
{
	color:			#fff;
}

div#logout a:hover
{
	color:			#fff;
}

span.subtext {
        display: block;
        font-size: 0.85em;
        font-style: italic;
}

.input_radio {
	width: 50px;
	text-align: center;
}

.input {
	text-align: 	center;
}

.quota {
	text-align: center;
	width: 80px;
	font-size: 12px;
	color: #800000;
}

.full {
	font-size:12px;
	color: #800000;
	font-weight: bold;
}

/*
.dropzone input[type=file] {
	display: none;
}

.dropzone {
	border-radius: 8px;
	text-align: center;
}

.dropzone .dz-button {
	font-size: 14pt;
	font-weight: 600;
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
        pointer-events: none;
        opacity: 0;
        z-index: 500;
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        margin-left: -27px;
        margin-top: -32px;
}
*/

input[type=file] {
	display: none;
}

.filepond--root {
        box-sizing: border-box;
        position: relative;
        margin-bottom: 1em;
        font-size: 1.6em;
        line-height: normal;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
        font-weight: 450;
        text-align: left;
        text-rendering: optimizeLegibility;
        direction: ltr;
        contain: layout style size;
}

li.filepond--item {
	list-style-type:none!important;
}

.filepond--credits {
	display: none;
}

.filepond--file-info .filepond--file-info-sub {
	margin-left: 3.7rem;
}

.filepond--download-icon {
	width: 25px;
	height: 25px;
}