form
{
	margin:0 0 30px 0;
}
form#create1form
{
	padding-top:0
}
form.form1,
form#register1form,
form#register2form,
form#register3form,
form#registerSpots,
form#registerForm,
form#loginForm,
form#passwordRecoveryForm,
form#resetPasswordForm,
form#deleteForm
{
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	padding-left:10px;
	padding-right:10px;
}
form#loginForm,
form#requestTokenForm
{
	justify-content:flex-start;
}
form#deleteForm
{
	padding-top:0;
}
form label
{
	display:inline-block;
	width:auto;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 7px;
}
form label.red_error
{
	background-color:rgba(255,0,0,0.4)
}
form label.green_no_error
{
	background-color:rgba(0,255,0,0.4)
}
#labelSpots,
#labelTotalSpotsFee,
#labelSponsorFee,
#labelTotalCharges
{
	padding-left:0
}
.fieldStatusMsg
{
    display: inline-block;
}
form textarea, 
form input[type=text], 
form input[type=date], 
form input[type=number], 
form input[type=password], 
form select
{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px;
    font-family: arial, helvetica, sans-serif;
    background-color: #fcfcfc;
    border: 1px solid #999999;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgb(50 50 50 / 30%);
    -moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
    box-shadow: 1px 1px 5px rgb(50 50 50 / 30%);
}
form textarea
{
	min-height:160px;
	resize:vertical
}
textarea#description
{
	height:75px
}
#mediaandpublications-new textarea#itemDescription,
#mediaandpublications-edit textarea#itemDescription,
#member-mediaandpublications-new textarea#itemDescription,
#member-mediaandpublications-edit textarea#itemDescription
{
	height:94px;
	min-height:94px;
	resize:none
}
.password_wrapper
{
	position:relative;
	width:100%;
	z-index:1;
}
.show_password
{
	position:absolute;
	top:0;
	right:0;
	width:36px;
	height:36px;
	background-color:#999;
	background-image:url('/_images/show-password.png');
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.show_password.hideit
{
	background-image:url('/_images/hide-password.png');
}
form .label_wrapper
{
	position:relative;
	width:100%;
}
#passwordGuide
{
	display:inline-block;
	z-index: 0;
	position:absolute;
	right:0;
	bottom:0;
	box-sizing:border-box;
	width: 255px;
	padding:10px;
	font-size:0.8em;
	background-color:#fff;
	border: 1px solid #999;
	transition: visibility 0.3s;
	z-index: 100000;
}
#passwordGuide.visible
{
}
#resetPasswordForm #passwordGuide.visible
{
	z-index: 100000;
}
#passwordGuide header
{
	padding-left: 25px;
	font-weight:bold;
}
#passwordGuide ul
{
	margin:0;
	padding:0
}
#passwordGuide ul li
{
	list-style:none;
	padding:2px 2px 2px 25px;
	margin:4px 0 0 0!important;
	background-image: url("/_images/red-x.png");
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}
#passwordGuide ul li.green_check
{
	background-image: url("/_images/green-check.png");
}
input.password
{
	padding-right:40px!important
}
#recaptcha_div
{
}
form input[type=submit]
{
}
#account-registerform form input[type=submit]
{
    margin-top: 20px;
}
input[type=checkbox]
{
	height:15px!important;
	width:15px!important;
}
#subscribe
{
	display:flex;
	/*
	height:50px!important;
	width:50px!important;
	*/
}
.checkbox_wrapper
{
	display:flex!important;
	width: 15px;
	margin-right: 10px;
}
input[type=submit]
{
	height:40px
}
#licensedHam
{
	margin-left:7px
}
#spotCount
{
	width:55px;
}
#totalSpotsFee
{
}
#contact_thanks
{
	height:60px;
	max-height:0;
	margin:0!important;
	padding:0;
	text-align:center;
	color:#0a0;
	opacity:0;
	transition:all 0.5s;
}
#contact_thanks.slideIn
{
	max-height:60px;
}
#contact_thanks.fadeIn
{
	opacity:1;
}
.spacer_7px
{
	width:7px
}
.seo_form_wrapper
{
	width:100%;
	padding:30px;
	margin-bottom:30px;
	background-color: #eee;
}
.modal
{
	display:flex;
	width:800px;
	padding:30px;
	background-color:#fff
}
#fileuploadform .close
{
	position:absolute;
	top:10px;
	right:10px;
	line-height:1;
	font-size:20px;
	font-weight:bold;
}
body.modal_open
{
	overflow: hidden;
}

#fileuploadform,
#makelink,
#filecleanupform
{
	display: flex;
	flex-direction:column;
	position: fixed;
	top:100px;left:560px;
	width: 800px;
	text-align: left;
	font-size: 0.8em;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #000000;
	z-index: 1002;
}

#upload_browse_button,
#upload_button,
#upload_cancel_button
{
	margin:0;
	padding:5px;
	font-size:15px
}

#ok_cancel
{
	position: absolute;
	bottom: 0;
	right: 0;
}

#remove_link_button.disabled,
.wysiwyg-icon.disabled,
#item_form_submit.disabled
{
	opacity: 0.3;
	cursor: default;
}
span#paging a,
span.page_nav_no_link,
div#header_hide_show a,
#non_selected_heading a,
a.filepicker,
#upload_browse_button_disabled,
#open_file_upload,
#insert_link_button,
#remove_link_button,
#cancel_button,
#item_form_submit,
#delete_files_button
{
	padding: 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px !important;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	background-color: #f96e00;
	background: -moz-linear-gradient(top,#ff9a44 0%,#f96e00 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,#ff9a44 0%,#f96e00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#ff9a44 0%,#f96e00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,#ff9a44 0%,#f96e00 100%); /* IE10+ */
	background: linear-gradient(to bottom,#ff9a44 0%,#f96e00 100%); /* W3C */
	border: none;
}
#open_file_upload,
#remove_link_button
{
	display: inline-block;
	margin-top: 3px;
	margin-left: 10px;
}
#insert_link_button,
#cancel_button
{
	display: inline-block;
	width: 75px;
	margin-left: 10px;
}
.progress 
{ 
	position:relative; 
	width:400px; 
	border: 1px solid #ddd; 
	padding: 1px; 
	border-radius: 3px; 
}
.bar 
{
	background-color: #B4F5B4;
	width:0%;
	height:20px;
	border-radius: 3px;
}
.percent
{
	position:absolute;
	display:inline-block;
	top:3px;
	left:48%;
}
#file_input_mask
{
	position: relative;
	width: 60px;
	height: 25px;
	overflow: hidden;
}
#file_input
{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2000;
}
#upload_browse_button_disabled
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	color: #999999;
	background: none;
	background-color: #dddddd;
	z-index: 2001;
}
#file_name
{
	width: 250px;
	margin: 0 0 0 10px;
	border: 1px solid #666666;
}
#upload_button
{
	margin-left: 10px;
	z-index: 2001;
	cursor: pointer;
}
#upload_cancel_button
{
	margin-left: 10px;
	z-index: 2001;
	cursor: pointer;
}
#loading_spinner
{
	display: none;
	position: absolute;
	top: 35px;
	right: 220px;
	width: 50px;
	height: 50px;
}
#upload_progress_bar
{
	width: 200px;
	height: 23px;
	margin-left:10px;
	text-align: center;
	border: 1px solid #666666;
}
#progress_num
{
	padding-top: 4px;
	display: none;
	font-size: 13px;
	color: #000000;
}
#upload_status_message
{
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	width: 275px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}	
#file_list
{
	width: 100%;
	height: 188px;
	margin: 0;
	border: 1px solid #666666;
	overflow: auto;
}
#file_list div
{
	padding: 3px;
	cursor: pointer;
	background-color: #ffffff;
}

#filecleanupform #file_list li
{
	cursor: default;
}

#file_list li:first-child
{
	padding-top: 0;
	border-top: none;
}
#file_list li span
{
}
#file_list li span:first-child
{
	width: 65px;
	margin-right: 20px;
	text-align: center;
	background-color: #ddd;
}
#file_list span img
{
	margin: 0 auto;
}
#file_list span input[type=checkbox]
{
	margin-left: 20px;
	margin-top: 15px;
}
.file_list_file_name
{
	display: inline-block;
	padding-left:10px;
	color: blue;
	text-decoration: none;
}

#image_delete_dialog
{
	width: 100%;
	text-align: center;
}

#image_delete_dialog img
{
	margin-left: auto;
	margin-right: auto;
}

#image_delete_dialog p
{
	width: 100%;
	text-align: center;
	font-weight: bold;
}
#mask,
#search_mask,
#search_bar
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#mask,
#search_mask
{
	height:100%;
}
#mask
{
	position:fixed;
	background-color:rgba(0,0,0,0.8);
}
#search_bar
{
	height:186px;
	background-color:#15324F;
	background-color:#fff;
	background-color:#a1bbd4;
	border-bottom:3px solid rgba(21,50,117,0.2);
	transition:opacity 0.4s
}
#search_bar_inner
{
	display:flex;
	flex:0 0 100%;
	flex-wrap:wrap;
	justify-content:center;
	height:100%
}
/*
	WYSIWYG
*/
.wysiwyg
{
	width: 100%;
	height: 500px;
	resize: none;
	margin-bottom: 20px;
	background-color: #fcfcfc;
	border: 1px solid #999999;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.3);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.3);
}

#wysiwyg-icons
{
	margin-top: 0;
	margin-bottom: 5px;
}

.wysiwyg-icon
{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 3px;
	background-color: #f0f0f0;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.wysiwyg-icon.bold
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: 0 0;
}

.wysiwyg-icon.italic
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -30px 0;
}

.wysiwyg-icon.left
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -360px 0;
}

.wysiwyg-icon.center
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -330px 0;
}

.wysiwyg-icon.unorderedlist
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -240px 0;
}

.wysiwyg-icon.picture
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -180px 0;
}

.wysiwyg-icon.link
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -120px 0;
}

.wysiwyg-icon.html
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -210px 0;
}

.wysiwyg-icon.floatleft
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -390px 0;
}

.wysiwyg-icon.floatright
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -420px 0;
}

.wysiwyg-icon.paragraph
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -480px 0;
}

.wysiwyg-icon.undo
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -510px 0;
}

.wysiwyg-icon.redo
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -540px 0;
}

.wysiwyg-icon.erase
{
	background-image: url('/_images/wysiwyg-icons.png');
	background-position: -540px 0;
}

.wysiwyg-icon-active
{
	/*
	background-color: #fd6;
	*/
}

.flex input[type=checkbox]
{
	flex:0 0 15px;
}
#search_button:hover,
#clear_button:hover
{
	border:1px solid #aaa;
	color:#000;
	background-color:#e7e7e7
}
#search form input[type=text],
#search-results form input[type=text],
#mediaandpublications form input[type=text],
#search_bar_combobox
{
	border:1px solid #ccc;
	border-radius:0;
	box-shadow:none
}
#search form input[type=text]:focus-visible,
#search-results form input[type=text]:focus-visible,
#mediaandpublications form input[type=text]:focus-visible,
#search_bar_combobox:focus-visible
{
	outline:none;
}
.charsRemaining
{
	font-weight:100
}