/* CSS Document */

body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: #404040;
	color: #C0C0C0;
	
}

.busy {
	cursor: wait;
}
A {
	color: #5E86BF;
	text-decoration: none;
	
}

.link {
	color: var(--default-link-color);
	text-decoration: none;
	cursor: pointer;
}

.fit_content {
	width: fit-content;
}

a:hover, .link:hover {
	color: var(--default-hover-color);
}

.hidden {
	display: none !important;
	
}

.v_middle {
	vertical-align: middle;
}

#pagewrapper {
	display: block;
	position: absolute;
	width: 100%;
	min-height: 100%;
	
}
/* #workarea {
	display: block;
	position: relative;
	max-width: 800px;
	float: none;
	clear: both;
	padding: 10px 20px 20px 30px;
	margin-bottom: 20px;
} */


/* CAPTCHA */
#confirm_person {
}
.c_shape {
	display: inline-block;
	width: 50px;
	height: 25px;
	border: 1px solid #000;
	cursor: pointer;
}
.c_shape:hover {
	border: 1px solid #cc0;
}
.c_shape_selected {
	border: 1px solid #ff0!important;
}
.c_shape_black {
	background-color: #000;
}
.c_shape_gray {
	background-color: #ccc;
}
.c_shape_red {
	background-color: #c33;
}
.c_shape_green {
	background-color: #3c3;
}
.c_shape_blue {
	background-color: #77d;
}


/*  */
#headerbar {
	background-color: #000;
	
}
#topheaderbar {
	height:  71px;
}
#logo {
	display: inline-block;
	margin-left: -20px;
}

#profile_initials_wrapper {
	display: inline-block;
	width: fit-content;
	float: right;
	height: 46px;
	width: 46px;
	border: 2px solid #c0c0c0;
	border-radius: 7px;
	background-color: #404040;
	margin: 10px 20px 0px 0px;
	text-align: center;
	vertical-align: middle;
}
#profile_initials {
	width: fit-content;
	color: var(--color-dark-gray);
	text-align: center;
	vertical-align: middle;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16pt;
	font-weight: bold;
	padding-top: 10px;
}


#header_DELETE {
	display: block;
	position: relative;
	padding: 0px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/logo-bg.png);
	background-repeat: repeat-x;
}
#header_left_DELETE {
	display: block;
	position: relative;
	float: left;
}
#adminlink {
	height: 30px;
	width: 100%;
	background-color: rgba(0,0,0,.75);
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: 0.9em;
}
A.footerlink {
	height: 30px;
	width: 100%;
	color: #999;
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: 0.9em;
}
#footer {
	position: absolute;
	bottom:0;
	/* width:100%; */
	width: calc(100% - 20px);
	height: 30px;
	margin: 0px -20px 0px 0px;
	padding: 5px 0px 0px 20px;
	background-color: #000;
	z-index: 200;
}


#submitform {
	margin-left: 12px;
}


.gallery {
	padding: 2px 5px 10px 0px;
	
}

.smallprint, .small_print {
	font-size: 0.9em;
	font-style: italic;
	
}

.event_list_inline_spacer {
	display: inline-block;
	padding: 0px 5px;
}

.section {
	display: block;
	position: relative;
	
	padding: 5px 10px 20px 10px;
	margin-bottom: 10px;
	
	border: 1px solid #c0c0c0;
	
}

.sectionnav {
	display: block;
	position: relative;
	background-color: #5E86BF;
	color: #ccc;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
	cursor: pointer;
	
}

.sectiontitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	
}

.subheader {
	font-size: 1.2em;
	font-weight: bold;
	
}

.textblock {
	padding-bottom: 15px;
	
}

.inline, .inlinetextblock {
	display: inline-block !important;
	position: relative !important;	
}
.block {
	display: block!important;
}

.top {
	vertical-align: top;
}

.user_list {
	max-width: 400px;
}

.guidelines {
	padding: 2px 5px 10px 0px;
	
}
.guidelineheader {
	font-weight: bold;
	display: block;
	position: relative;
	color: #e0e0e0;
	font-style: italic;
	
}

.calendarheader {
	font-weight: bold;
	display: inline-block;
	position: relative;
	color: #e0e0e0;
	width: 200px;
	font-style: italic;
	
}

.uploadbox {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #c0c0c0;
	vertical-align: middle;
	height: 80px;
	background-color: #666;
	
}

.usersubmissionheader {
	font-weight: bold;
	color: #fff;
	
}

#exhibitdates {
	font-weight: bold;
	color: #eee;
	
}

.linespacer {
	height: 10px;
	
}

.formheader {
	width: 175px;
	
}

.formheader_long {
	width: 700px;
	
}

.textinput {
	position: relative;
	display: inline-block;
	width: 495px;
}

.fileinput {
	position: relative;
	display: inline-block;
	float: left;
	
}

.input_left {
	position: relative;
	display: inline-block;
	float: left;
	
}

.icon_copy {
	max-height: 30px;
	vertical-align: middle;
	border: 0px solid #0f0;
	padding: 3px;
}

.thumbnail {
	max-height: 100px;
	max-width: 100px;
	
}

.thumbnailbox {
	position: relative;
	display: inline-block;
	float: right;
	border: 1px solid #fff;
	width: 80px;
	height: 80px;
	background-color: #f00;
		
}	
.thumbnailimg {
	border: 1px solid #ccc;
	width: 80px;
	height: 80px;
	background-color: #0f0;
}

.overview {
	position: relative;
	display: none;
	
}

.hidden {
	display: none;
}

#additional {
	width: 678px;
	height: 50px;
}
#editdata {
	display: inline-block;
	position: fixed;
	min-width: 300px;
	vertical-align: top;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
	z-index: 100;
	
	top: 200px;
	left: 50px;
	width: 450px;
	
	background-color: #ccc;
	box-shadow(50px 30px 10px 10px #222222);
	
}
.feepaid {
	color: #0a0;
}
.feenotpaid {
	color: #a00;
}

.multiline p {
	padding: 3px;
	margin: 0px;
}
.multiline {
	cursor: pointer;
	padding-bottom: 8px;
	
}
.pointer {
	cursor: pointer;
}
.required {
	color: #f00;
}

#upload_icon, .upload_icon {
	padding: 0px 10px 0px 5px;
	max-height: 30px;
}
#img_file_icon {
	/* padding: 0px 10px 0px 5px;
	max-height: 35px; */
}

ul.partner_list {
	padding-inline-start: 0;
	/* padding: 25px; */
	/* margin: 20px; */
}
li.partner_list_item {
	display: block;
	list-style-type: none;
	padding: 5px 25px 5px 25px;
	
}

.important_message {
	color: #f77;
}

.item_wrapper {
	padding: 2px 5px;
}


.bg_red {
	min-width: 20px;
	min-height: 20px;
	background-color: #f00!important;
}

.btn_status_ok {
	border: 1px solid #090;
}
.btn_status_error {
	border: 1px solid #900;
}

.fee_message {
	color: #FA0;
	padding-bottom: 5px;
}




/* ______________________________________ */

@media print {
	.hide_when_printing {
		display: none;
	}
}

