/* CSS Document */
:root {
	--default-text-color: #c0c0c0;
	--default-link-color: #d0d0e0;
	--default-hover-color: #d0d0aa;
	
	--rating-off: #cccccc;
	--rating-red: #ff0000;
	--rating-orange: #cc9933;
	--rating-yellow: #ffff00;
	--rating-blue: #33cccc;
	--rating-green: #00ff00;
	
	--status-red: #ff0000;
	--status-yellow: #ffff00;
	--status-green: #00ff00;
	
	--background-color: #404040;
	--fs-background-color: #222;
	--admin-list-background: var(--fs-background-color);
	
	--default_border: 1px solid #c0c0c0;
	
	--piece-thumb-max-width: 230px;
	--piece-thumb-max-height: 230px;
	
	
}
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: var(--background-color);
	color: var(--default-text-color);
	min-width: 950px;
	width: 100%;
	
}

a, .anchor {
	color: var(--default-link-color);
	text-decoration: none;
	
}
.a_click {
	color: #cc9933 !important;
}
a:hover, .link:hover {
	color: var(--default-hover-color);
}
.link {
	color: var(--default-link-color);
	text-decoration: none;
	cursor: pointer;
}
.no_link {
	cursor: default !important;
}
.fit {
	width: fit-content;
}
b, strong {
	color: #eee;
}
.toplink {
	padding: 5px 0px 15px 15px;
	
}
#maintenance_message {
	display: block;
	width: fit-content;
	max-width: 1000px;
	margin: 40px 30px 20px 30px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #ff0;	
}
#maintenance_message_bottom {
	display: block;
	width: fit-content;
	max-width: 1000px;
	border: 1px solid #ff0;	
	margin: 5px 30px 60px 30px;
	padding: 15px 30px 20px 30px;
}
.maintenance_message_text {
	padding: 5px;
}
.debugmessage, .debug {
	color: #faa;
	text-decoration: underline;
}

.eyeball {
	cursor: pointer;
	height: 15px;
	vertical-align: middle;
}

.listitem {
	position: relative;
	padding-top: 7px;
	
}
.artistlistitem {
	padding: 3px 5px 3px 5px; 
	
}
.fpoverview{
	position: relative
}
label {
	cursor: pointer;
}
#pagewrapper {
	display: block;
	position: absolute;
	min-height: 100%;
	min-width: 950px;
	width: 100%;
	
}
#workarea {
	display: block;
	position: relative;
	/* max-width: 1100px; */
	max-width: calc(100% - 75px);
	float: none;
	clear: both;
	padding: 10px 20px 20px 30px;
	margin-bottom: 20px;
	/* min-width: 950px; */
	width: 100%;	
}
.wa_indent {
	padding-left: 40px!important;
}

#toggle_closed_calls, .toggle_closed_calls {
	cursor: pointer;
	width: fit-content;
}
#link_add_new {
	width: fit-content;
}

.options_wrapper {
	padding-left: 15px;
}

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

.sectiontext {
	position: relative;
	display: block;
	padding-bottom: 5px;
	
}

.sectionnav {
	display: block;
	position: relative;
	background-color: #5E86BF;
	color: #ccc;
	padding: 5px 10px 5px 10px;
	margin-bottom: 0px;
	font-size: 0.8em;
	font-style: italic;
	cursor: pointer;
	text-align: center;
}
.sectionnav_expand {
	width: 100%;
	margin: -5px -5px -5px -10px;
}

#header {
	display: block;
	background-image: url(../images/logo-bg.png);
	background-repeat: repeat-x;
	height: 150px;
	
}

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

.sub_info_header {
	display: inline-block;
	font-weight: bold;
	
}

#headerbar {
	background-color: #000;
	
}

#header_left {
	display: block;
	position: relative;
}

#logo {
	margin-left: 5px;
	height: 71px;
}

#topmenubar2 {
	display: block;
	position: relative;
	width:100%;
	height: 30px;
	margin: -8px 20px 20px -20px;
	padding: 5px 0px 0px 20px;
	background-color: #000;	
}
#topmenubar {
	display: block;
	position: relative;
	/* width:100%; */
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 22px;
	background-color: #000;	
	border-bottom: 1px solid #c0c0c0;
}
#topmenubaritems {
	height: 30px;
	width: 100%;
	background-color: rgba(0,0,0,.75);
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: 0.9em;
	
}
#topmenubaritems a {
	color: #c0c0c0;
}
#adminlink {
	height: 30px;
	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;
}
#adminlink, A.footerlink {
	height: 30px;
	background-color: rgba(0,0,0,.75);
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: 1.0em;
	padding: 3px 0px 0px 0px;
}

#pagetitle {
	position: relative;
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	padding: 20px 0px 10px 40px;
	color: #fff;
	float: left;
	
}
.showtitle {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	/* padding: 0px 10px 0px 10px; */	
}
legend.showtitle {
	padding: 5px 10px 5px 10px;
}
.showtitle_status_current {
	border: 1px solid #c0c0c0;
	background-color: #003300;
}
.showtitle_status_exhibition_open {
	border: 1px solid #c0c0c0;
	background-color: #333300 !important;
}
.showtitle_status_pinned, .call_status_pinned {
	border: 1px solid #c0c0c0;
	background-color: #333300 !important;
}
.showtitle_status_past {
	border: 1px solid #c0c0c0;
	background-color: #990099 !important;
}
.showtitle_status_archived {
	border: 1px solid #c0c0c0;
	background-color: #333300 !important;
}
.showtitle_status_offline {
	border: 1px solid #c0c0c0;
	background-color: #990000 !important;
}

.fs_showtitle_status_current {
	border: 1px solid #c0c0c0;
	background-color: #007700;
}
.fs_showtitle_status_exhibition_open {
	border: 1px solid #c0c0c0;
	background-color: #222200 !important;
}
.fs_showtitle_status_pinned, .fs_call_status_pinned {
	border: 1px solid #c0c0c0;
	background-color: #222200 !important;
}
.fs_showtitle_status_past {
	border: 1px solid #c0c0c0;
	background-color: #330033 !important;
}
.fs_showtitle_status_archived {
	border: 1px solid #c0c0c0;
	background-color: #777700 !important;
}
.fs_showtitle_status_offline {
	border: 1px solid #c0c0c0;
	background-color: #330000 !important;
}

.showsubtitle {
	display: inline-block;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
}
#imgpreview{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 1.0;
	margin:auto;
	vertical-align: middle;
	
}
#imgpreview_fullimage {
	max-height: 97%;
	max-width: 97%;
}

.fullimage {
	position: fixed;
	margin:auto;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	max-width:  100%;
	
}

.imagethumbdiv {
	cursor: pointer;
	text-align: center;
}
.showoverview {
	cursor: pointer;
	font-size: 0.9em;
	font-style: italic;
	width: fit-content;
}
.overview {
	position: relative;
	display: none;
	padding: 5px 5px 5px 5px;
	border: 1px solid #aaa;
	background-color: #fafafa;
	color: #000;
	
	
}
.prospectuslistitem {
	padding: 5px 0px 10px 0px;
	
}
.prospectus_title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
.user_action_button {
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	color: #050;
	background-color: #ddd;
	padding: 5px 10px 7px 10px;
	margin: 5px 5px 5px 0px;
	height: 1em;
	width: min-content;
	white-space: nowrap;
	cursor: pointer;
}
.user_action_button a {
	color: #333;
	
}
.user_action_button_disabled {
	cursor: default;
	background-color: #333;
	color: #777;
	border: 1px solid #777;
}
#btn_membership_request {
	height: 30px;
}


.submissionlink, a.submissionlink, .adminlink, a.adminlink {
	font-size: 1.0em;
	font-weight: normal;
	width: auto;
	padding: 2px 0px 2px 0px;

}
a.submissionlink, .adminlink, a.adminlink {
	cursor: pointer;
	color: #050;
	padding: 2px 5px 2px 5px;
}
#submitform {
	margin-left: 12px;
}

.status_complete, .status_ready {
	color: #0f0;
}
.status_inprogress, .status_loading {
	color: #fa0;
}
.status_error {
	color: #f44;
}
#statusheader {
	display: block;
	position: relative;
	font-weight: bold;
	margin: 5px;
}
#statusheader_right {
	display: inline-block;
	position: relative;
	float: right;
}
#statusheader_left {
	display: inline-block;
	position: relative;
	text-align: left;
}
.adminoptionlistitemdiv, .submissionlink {
	padding: 5px 0px 4px 0px;
}
.adminoptionlistitemdiv_datalink {
	padding: 9px 0px 2px 20px;
}
.adminoptionlistitem {
	color: #999;
}
a.adminoptionlistitem {
	color: var(--default-link-color);
}
.optionlist {
	padding-top: 20px;
}


.textblock {
	padding-bottom: 15px;
	padding-top: 15px;
}
.gallery {
	padding: 2px 5px 10px 0px;
	
}

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

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

.guidelines {
	padding: 2px 5px 10px 0px;
	
}
.guidelineheader {
	font-weight: bold;
	display: block;
	position: relative;
	color: #e0e0e0;
	font-style: italic;
	padding-top: 10px;
	
}
.calendarrow {
	vertical-align: top;
	padding: 5px 0px 7px 0px;
	margin: 3px 0px 5px 0px;
	
}
.calendarheader {
	font-weight: bold;
	display: inline-block;
	position: relative;
	color: #e0e0e0;
	width: 200px;
	font-style: italic;
	vertical-align: top;
}
.uploadbox {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #c0c0c0;
	height: 80px;
	background-color: #666;
	
}

.usersubmissionheader {
	font-weight: bold;
	color: #fff;
}
legend.usersubmissionheader {
	padding: 5px 5px 5px 5px;
	border: 1px solid #c0c0c0;
}


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

.linespacer {
	height: 10px;
	
}
.medspacer {
	height: 25px;
}

.formheader {
	width: 150px;
	min-width: 150px;
	
}

.formheader_long {
	width: 700px;
	
}

.itemwrapper {
	
	
}
.textinput {
	position: relative;
	display: inline-block;
	width: 480px;
}
.textinput_short {
	position: relative;
	display: inline-block;
	width: 350px;
}
.textinput_number {
	position: relative;
	display: inline-block;
	width: 100px;
}


.fileinput {
	position: relative;
	display: block;
	
}

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

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

.thumbnailbox {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	max-width: 80px;
	max-height: 80px;
		
}	
.thumbnailimg {
	max-width: 80px;
	max-height: 80px;
	
}

.complete_image_thumb_wrapper {
	padding: 10px 10px 0px 5px;
}
.complete_image_thumb {
	max-width: 80px;
	max-height: 80px;
	
}

#additional {
	width: 510px;
	height: 70px;
}

#maineditor {
	width: 350px;
	height: 500px;
}
#title_createnew {
	cursor: pointer;
}
#options {
	padding-bottom: 20px;
	
}
.sectionseparator {
	display: block;
	width: 100%;
	border-bottom: 1px solid #C0C0C0;
}
.gradetable {
	border: 1px solid #c0c0c0;
}
.tablecol_grade {
	width: 40px;
}
.tablecol_points {
	width: 50px;
}
.tablecol_score {
	width: 50px;
}
.tablecol_explanation {
	vertical-align: text-top;
}
#createnew {
	cursor: pointer;
}
#currentdata {
	display: inline-block;
	position: relative;
	width: 547px;
	vertical-align: top;
	overflow: scroll;
	/* border: 1px solid #000; */
	padding: 5px 5px 5px 5px;
}
.sectionheader {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	max-width: 475px;
	max-height: 22px;
	overflow: hidden;
}
.sectionsubheader {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding-bottom:5px;
}
#wa_createnew {
}
#editexisting, #copyexisting {
	cursor: pointer;
}
.formline {
	display: block;
	position: relative;
	width: 525px;
}
.formitemcaption, .sectiontitle {
	display: inline-block;
	position: relative;
	width: 500px;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	
}
.formitemcaption_block {
	display: block;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	
}
.formitem {
	display: inline-block;
	position: relative;
	width: 500px;
}
.sectiontitlebar {
	cursor: pointer;
}
.subsection {
	border: 1px solid #c0c0c0;
	width: 520px;
	padding: 5px;
}
.subsectionitem {
	width: 500px;
}
.sectiontitle {
	font-size: 1.0em;
	font-weight: bold;
	
}
.staticdata, .userdata {
	position: relative;
	min-width: 300px;
	min-height: 40px;
	display: none;
}
.staticdata, A .staticdata, A .staticdata:hover, A .staticdata:visited {
	color: #c0c0c0 !important;
}
.userdata {
	color: #000;
	background-color: #c0c0c0;
	width: 500px;
	cursor: pointer;
	
}
.multiline p {
	padding: 3px;
	margin: 0px;
}
.multiline {
	cursor: pointer;
	
}
.doadd {
	color: #f00;
	display: none;
}
.doedit {
	color: #0f0;
}
#savestatus {
	position: relative;
	display: block;
	
}
.status_notsaved {
	color: #faa;
}
.status_saved {
	color: #0f0;
}
.status_saving {
	color: #ff0;
}
.status_saveerror {
	color: #f00;
}
.item_ready {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	vertical-align: middle;
	margin-left: 7px;
	background-color: #0f0;
	
}
.item_todo {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	vertical-align: middle;
	margin-left: 7px;
	background-color: #f00;
	
}
.item_yellow {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	vertical-align: middle;
	margin-left: 7px;
	background-color: #0ff;
	
}
.required {
	color: #F00;
}
.required_user_form {
	color: #F77;
}
.required_user_form_complete {
	color: #7F7;
}
.required_use_default {
	color: #FF0;
}
.pwnomatch {
	color: #FF8500;
}
.pwmatch, .valid {
	color: #0f0;
}
.invalid {
	color: #FF8500;
}
.errormsg {
	color: #FF8500;
}
.alfilter_show {
	
}
.alfilter_hide {
	
}
.statusfieldheader {
	width: 300px;
	margin: 5px;
}
.statusfieldvalue {
	width: 75px;
	margin: 5px;
}
#btncompletesubmission {
	margin: 5px 5px 10px 15px;
}
#entryg {
	display: block;
	position: relative;
	min-width: 400px;
	min-height: 200px;
	border: 1px solid #aaa;
	width: 311px;
	
}
.progress {
    display: block;
    position: relative;
    margin: 4px;
    width: 370px;
    background-color: #777;
    border: 1px solid #333;
    padding: 1px;
    border-radius: 3px;
	
}

.progress-bar {
    background-color: green;
	border: 1px solid #aaa;
    width: 0%;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.percent {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -20px;
    -webkit-border-radius: 4px;
}
.imgconfirmation {
	max-width: 300px;
	max-height: 300px;
}
.formresponse {
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
.subformrow {
	height: 40px;
}

#editdata {
	display: inline-block;
	position: fixed;
	min-width: 500px;
	vertical-align: top;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
	z-index: 100;
	
	top: 200px;
	left: 50px;
	width: 500px;
	
	background-color: #ccc;
	box-shadow(50px 30px 10px 10px #222222);
	
}
.entryfeenotpaid {
	color: #c00;
}
.feepaid {
	color: #0a0;
}
.feenotpaid {
	color: #f77;
}
.submission_fieldset {
	margin: 5px 0px 30px 0px;
	background-color: #003000;
}
.submission_fieldset_incomplete {
	margin: 5px 0px 30px 0px;
	background-color: #300000;
}
.submission_fieldset_new {
	margin: 5px 0px 30px 0px;
	background-color: #00a0c0;
}
.submission_legend, .submission_legend_new {
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
	color: #eee;
	padding: 5px 10px 5px 10px; 
	background-color: #003000;
	border: 1px solid #777;
}
.submission_legend {
	background-color: #003000;
}
.submission_legend_incomplete {
	background-color: #300000;
}
.submission_legend_new {
	background-color: #00a0c0;
}


.call_status_current {
	
}
.call_status_archived, .call_status_archived_pinned {
	background-color: #333300 !important;
}
.call_status_exhibition_open {
	background-color: #333300 !important;
}
.call_status_offline {
	background-color: #990000 !important;
}
.call_status_past {
	background-color: #990099 !important;
}
.fs_call_status_archived, .fs_call_status_archived_pinned {
	background-color: #777700 !important;
}
.fs_call_status_exhibition_open {
	background-color: #222200 !important;
}
.fs_call_status_offline {
	background-color: #440000 !important;
}
.fs_call_status_past {
	background-color: #550055 !important;
}








.call_status_closedcall {
	display: none;
	background-color: #333300 !important;
}
.call_status_closedcall_visible, .call_status_archivedcall_visible, .call_status_archivedcall_pinned {
	display: block;
	background-color: #333300 !important;
}
.call_status_show_open_visible {
	
}
.call_status_archived {
	background-color: #330033 !important;
}
.noaccess {
	display:none;
}

.fieldset_prospectus_list_item {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #003300;
}
.fieldset_user_entry_status {
	margin: 5px 0px 30px 0px;
	background-color: #003000;
	width: max-content;
	min-width: 800px;
	/* min-height: 450px; */
}
.legend_user_entry_status {
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
	color: #eee;
	padding: 5px 10px 5px 10px;
	background-color: #003000;
	border: 1px solid #777;
}
.nopointer, .legend_user_entry_status.nopointer {
	cursor:auto;
	
}
fieldset#partner_list {
	background-color: #505350;
	
}
legend#legend_partner_list {
	font-weight: bold;
	cursor: pointer;
	color: #eee;
	padding: 5px 10px 5px 10px;
	background-color: #505350;
	border: 1px solid #777;
}

#user_status_instructions_wrapper {
	width: 500px;
}
.list_item {
	display: block;
	margin-left: 5px; 
}
#user_entry_status_wrapper {
	display: inline-block;
	padding: 0px 15px 0px 0px;
	width: 100%;
}
.user_entry_status_not_started {
	
}
.user_entry_status_incomplete {
	
}
.user_entry_status_complete {
	
}
.user_status_item_wrapper {
	border-bottom: 1px solid #707070;
	padding: 5px 0px 3px 5px;
	
}
.user_status_header {
	display: inline-block;
	padding: 0px 5px 0px 0px;
	font-weight: bold;
	min-width: 270px;
	vertical-align: top;
	
}
.user_status_data {
	padding: 0px 5px 0px 0px;
	display: inline-block;
	width: auto;
}
.upload_wrapper {
	display: inline-block;
	position: relative;
	
}
.piece_wrapper {
	
}
.thumb_wrapper {
	display: inline-block;
	position: relative;
	width: calc(var(--piece-thumb-max-width) + 20px);
}
.piece_thumb, .piece_wrapper {
	display: inline-block;
	position: relative;
	border: 2px solid #202020;
	background-color: #c0c0c0;
	cursor: pointer;
	max-width: var(--piece-thumb-max-width);
	max-height: var(--piece-thumb-max-height);
	vertical-align: top;
	margin: 0px 20px 0px 0px;
}
.piece_info_wrapper {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.piece_info {
	display: block;
	position: relative;
}
.piece_info_heading {
	display: inline-block;
	position: relative;
	padding: 0px 0px 10px 0px;
	width: 215px;
}
.status_header {
	display: inline-block;
	position: relative;
	padding: 0px 0px 10px 0px;
	width: 60px;
}
.piece_info_input_div {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.piece_info_input {
	display: inline-block;
	position: relative;
	width: 300px;
}
.piece_info_small {
	display: inline-block;
	position: relative;
	width: 100px;
}
.div_save {
	display: inline-block;
	position: relative;
	padding-top: 15px;
	
}
.img_file_btn {
	padding: 15px 0px 10px 0px;
}
.btn_delete_entry {
	display: block;
	width: 120px;
	padding: 2px;
	border: 1px solid #c0c0c0;
	cursor: pointer;
	font-size: 0.9em;
	color: #000;
	background-color: #f0f0f0;
	text-align: center;
}
.btn_save_enabled {
	border: 1px solid #e00;
}
.btn_save_enabled_ok {
	border: 1px solid #0e0;
}
.filebutton {
	cursor: pointer;
	
}
.notice {
	color: #ff7;

}
.status_wrapper {
	display: inline-block;
	vertical-align: top;
}
#paypal-button-container {
	max-width: 500px;
}
#paypal_wrapper.status_wrapper {
	width: 470px;
	padding: 0px 0px 0px 15px;
	white-space: normal;
}
.show_pay_now {
	cursor: pointer;
}
.overall_status_complete {
	color: #0f0;
}
.overall_status_payment_due {
	color: #f77;
	font-weight: bold;
}
.overall_status_warning {
	color: #fda;
}
.overall_status_files_missing {
	color: #fda;
}
.overall_status_no_payment_due {
	color: #7f7;
}
.user_row_item {
	padding: 5px 10px 5px 10px;
	
}
.delete_user {
	cursor:pointer;
}
.set_as_member {
	cursor: pointer;
}
.user_row_item_header {
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
.membership_option_membership_requested {
	background-color: #f77;
}
.membership_option_leader {
	background-color: #cfe;
}
.membership_option_member {
	background-color: #efd;
}
.membership_option_member_test {
	background-color: #eef;
}
.membership_option_inactive_member {
	background-color: #eee;
}
.membership_option_honorary_member{
	background-color: #ffe;
}
.membership_option_non_member {
	background-color: #fee;
}
.membership_option_special_member {
	background-color: #ffe;
}
.membership_status_saving {
	background-color: #ff7;
}

.part_fee_instructions_header {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 12px;
}
.part_fee_instructions {
	padding-bottom: 12px;
}

.help_topic_title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0px 15px 0px;
}

#search_wrapper {
	vertical-align: middle;
	padding: 0px 0px 15px 0px;
	font-weight: normal;
	
}
.search_string, .search_string_wrapper {
	display: none;
}
#search_input, .user_search_input {
	display: inline-block;
	width: 300px; 
	margin-right: 10px;
	
}
.hide_from_search {
}
.btn_clear_search {
	width: 20px;
	max-width: 20px;
	vertical-align: middle;
	cursor: pointer;
}
.btn_clear_search_disabled {
	width: 20px;
	max-width: 20px;
	vertical-align: middle;
	cursor: normal;
}

.sub_summary_fieldset {
	
}
.sub_summary_title {
	font-weight: bold;
	font-size: 1.2em;
	
}
.sub_summary_item_header {
	display: inline-block;
}
.sub_summary_item_data {
	display: inline-block;
	padding-left: 15px; 
}

#confirmation {
	display: none;
	position: fixed;
	top: 150px;
	left: 200px;
	border: 1px solid #c0c0c0;
	border-bottom: 4px solid #444;
	border-right: 4px solid #444;
	background-color: #c0c0c0;
	width: 500px;
	min-height: 300px;
	max-height: 600px;
	overflow: auto;
	color: #222;
	padding: 10px; 
	z-index: 200;
}
#conf_title {
	font-weight: bold;
	font-size: 1.3em;
}
#conf_buttons_div {
	position: absolute;
	left: 10px;
	bottom: 20px;
}
#btn_close_confirmation {
	cursor: pointer;
}
#btn_finish {
	cursor: pointer;
}
#open_confirmation {
	cursor: pointer;
}

.conf_sub_title {
	font-size: 1.3em;
	font-weight: bold;
}
.sub_msg {
	
}
	
.sub_msg_title {
	font-weight: bold;
}
.empty_name_field {
	color: #FF8500;
	display: inline-block;
}
#page_status {
	padding: 20px 0px 0px 20px; 
}

.float_right {
	float:right;
}

@keyframes spinning {
	from { transform: rotate(0deg) }
	to { transform: rotate(360deg) }
}
.spin {
	margin: 20px 20px 0px 20px;
	height: 30px;
	width: 30px;
	animation-name: spinning;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	/* linear | ease | ease-in | ease-out | ease-in-out */
	animation-timing-function: linear;
}
.pointer {
	cursor: pointer;
}

.popup {
	display: none;
	position: fixed;
	left: 55px;
	top: 100px;
	width: 800px;
	max-width: calc(100vw - (150px));
	height: calc(100vh - (200px));
	border: 1px solid #f00;
	padding: 15px;
	background-color: #333;
	overflow: auto;
	
}
#popup_edit_curators, #popup_edit_jurors {
	overflow: hidden;
}
.btn_close_popup {
	padding: 3px 7px 3px 7px;
	border: 1px solid #c0c0c0;
	cursor: pointer;
	float: right;
	
}
#fs_all_users {
	max-height: 480px;
	overflow: auto;
}
.curator_list_item div, .juror_list_item div {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.selected_users_edit_prospectus {
	padding-left: 40px;
}

.artist_info {
	font-weight: bold;
	padding: 5px 10px 3px 10px; 
}
.indent {
	padding-left: 10px;
}

.members_only {
	font-size: 0.9rem;
	font-style: italic;
	padding-bottom: 10px;
}
.legend_members_only {
	font-weight: bold;
	/* background-color: #400; */
	background-color: #111100;
	border: 1px solid #c0c0c0;
	padding: 3px 3px 3px 3px;
}
.legend_members_only_ok {
	font-weight: bold;
	background-color: #002200;
	border: 1px solid #c0c0c0;
	padding: 3px 3px 3px 3px;
}
.fs_members_only { 
	/* background-color: #400; */
	background-color: #222200;
}
.fs_members_only_ok { 
	/* background-color: inherit; */
	/* background-color: var(--fs-background-color); */
	background-color: #002200;
}

.photo_status_accepted {
	display: block;
	position: relative;
	border: 1px solid #0f0;
	color: #0f0;
	font-weight: bold;
	width: fit-content;
	padding: 3px 7px 3px 7px;
	margin: 3px 0px 10px 20px;
}

.fs_options_home_page {
	
}
.fs_options_admin_page {
	/* background-color: var(--admin-list-background); */
	
}
#admin_links_click_to_show {
	cursor:pointer;
}
.fieldset_admin_list {
	/* padding: 10px 10px 10px 10px; */
	/* margin: 0px 0px 20px 0px; */
	vertical-align: top;
	margin-top: 20px;
	/* min-width: 400px; */
	width: fit-content;
	/* background-color: var(--fs-background-color); */
}
legend.showtitle_admin_list {
	background-color: inherit;
	border: 1px solid #c0c0c0;
	padding: 3px 3px 3px 3px;
	cursor: pointer;
}
.legend_admin_list {
	font-weight: bold;
	background-color: inherit;
	border: 1px solid #c0c0c0;
	padding: 3px 3px 3px 3px;
}
.showtitle_status_admin_list {
	border: 1px solid #c0c0c0;
	
}
#prospectus_link {
	max-height: 30px;
}

.submission_details {
	/* background-color: #F00;
	border: 1px solid #f00; */
}

/* #bottom_spacer {
	height: 25px;
} */

#payment_wrapper {
	padding: 10px 0px 0px 10px;
}
#paypal_wrapper_sub40 {
	
}

.hidden, .HIDDEN {
	display: none !important;
}

.highlight_message {
	font-weight: bold;
	color: #fda;
}