@charset "UTF-8";

@media screen {


#logged-in-header-con {
	margin-top: 14px;
	margin-left: 14px;
	background-color: #333;
	background-color:rgba(0, 0, 0, 0.5);
	padding: 20px;
	border-radius: 3px;
}
#logged-in-links-con {
	float: right;
	margin-left: 30px;
}
#logged-in-header-con a {
	color: #a6c3fd;
	font-style: italic;
}


#main-content {
	margin-top: 30px;
	min-height: 300px;
}
#main-content p {
	line-height: 22px;
}
#main-content a {
	color: #fa671a;
	font-style: normal;
	text-decoration: none;
}

#main-content-header {
    position: relative;
    font-size: 20px;
    font-weight: normal;
}
#main-content-header > div {
    margin: 0 auto;
    height: auto;
}

#viewing-user-con {
	padding: 6px 20px;
	background-color: #fff;
	box-shadow: 0 0 6px #888;
	border-radius: 3px;
}


#main-wrapper .right-info-con h3 {
	margin-top: 0;
}
#main-wrapper .right-info-con {
	padding-left: 100px;
	background-color: #eee;
}

#login-container-form1 input[type="submit"] {
	width: 100%;
}

/*
 * admin links container styles
 */
.admin-links-container > a {
	float: left;
	min-width: 20%;
	margin: 10px;
	padding: 14px;
	border: 1px solid #ccc;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	transition: border-color 0.10s ease-in-out;
}
.admin-links-container > a:hover {
	border-color: #4585f3;
}
.admin-links-container h5 {
	margin: 0;
	color: #000;
	font-size: 1em;
	font-family: 'Montserrat',Helvetica\ Neue,Helvetica,sans-serif;
	font-weight: normal;
}

.ui-widget-overlay {
	opacity: .7;
	filter: Alpha(Opacity=70);
}



#all-events-container ul {
	float: left;
	width: 46%;
	margin: 0 2%;
}

#all-events-container li {
	display: block;
	margin: 20px 0;
}

@media screen and (max-width: 650px) {
	#all-events-container ul {
		float: none;
		width: 100%;
		margin: 0;
	}
}


#register-event-form {
	width: 60%;
	margin: 0 auto;
}




#registrants-con {
	overflow: hidden;
}
.registration-row {
	padding: 11px 14px;
}
.registration-row > div {
	position: relative;
}
.alt-registration-row {
	background-color: #eee;
}
#main-wrapper.registration-system .registration-row input {
	background-color: #fff;
	margin-bottom: 4px;
	width: 200px;
}
#registrants-con label.error {
	position: absolute;
	left: 0;
	bottom: -19px;
}

.page-content-container {
	background-color: #fff;
	box-shadow: 0px 0px 10px #999;
}
.page-content-container > div {
	padding: 42px 30px;
}
.page-content-container .user-info {
	text-align: center;
}




#page-header-buttons {
	margin-top: 5px;
}

.navigation-links {
	text-align: center;
	margin-top: 100px;
}

#username, #password {
	padding: 2px 4px;
}


.full-width {
	width: 100%;
}


#site-header #login-link {
	padding: 17px 30px;
	font-size: 15px;
}

#account-submit-button {
	font-size: 14px;
	padding: 8px 14px;
}

div.checkbox label.error {
	left:16px;
	position:absolute;
	top:18px;
	width:300px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 1em !important;
}
input[disabled="disabled"] {
	cursor: not-allowed;
}
input[type="text"][disabled="disabled"] {
	opacity: .4;
}
input[type="text"][disabled="disabled"]:hover {
	border: 1px solid #bbb;
}
textarea {
	padding: 12px;
}

.styled-select select {
	background: transparent;
	width: 350px;
	padding: 4px 8px;
	padding-right: 25px;
	font-size: 13px;
	line-height: 1.1;
	border: 0;
	border-radius: 0;
	height: 32px;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}
.styled-select {
	width: 332px;
	height: 36px;
	overflow: hidden;
	background: #fff url('../images/icon-dropdown.png') no-repeat 314px center;
	border: 1px solid #888;
	border-radius: 0;
	transition: all 0.15s ease-in-out;
}
.styled-select:focus {
	outline: none !important;
}
.styled-select select:focus {
	box-shadow: none;
	border-color: transparent;
}
.styled-select label.error {
	position: absolute;
}


blockquote {
	line-height: 22px;
}


.padded-content-con > div {
	margin: 0 30px;
}


#login-container label { font-size: 11px; line-height: 14px; text-shadow: 1px 1px 3px #ddd; }
#login-container input[type="submit"] { line-height: 14px; padding: 5px 10px; }
#login-container .error-message { color: #ff4141 !important; font-weight: bold; }


#page-login-con {
	width: 400px;
	max-width: 98%;
	margin: 0 auto;
}
#page-login-con > div {
	padding: 34px;
}
#page-login-con #username1-con, #page-login-con #password1-con {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#page-login-con #username1-con .icon, #page-login-con #password1-con .icon {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 20px;
	height: 20px;
}
#page-login-con #username1-con .icon {
	background: transparent url('../images/icon-login-username.png') no-repeat center center;
}
#page-login-con #password1-con .icon {
	background: transparent url('../images/icon-login-password.png') no-repeat center center;
}
#page-login-con #username1, #page-login-con #password1 {
	width: 100%;
	max-width: 100%;
	border: none;
	border-radius: 0;
	padding: 8px 7px;
	padding-left: 40px;
	border: 1px solid #fff;
	background: #fff;
	margin-top: 3px;
}
#page-login-con #username1:focus, #page-login-con #password1:focus {
	box-shadow: none;
}
#page-login-con #username1.error-empty, #page-login-con #password1.error-empty {
	border: 1px solid #ff8888;
}
#page-login-con label {
	font-size: 12px;
	line-height: 12px;
}
#page-login-con label.error {
	margin-top: 9px;
}




#tabs {
	position: absolute;
	right: 16px;
	bottom: 0;
}
#tabs > ul {
	margin: 0px;
}
#tabs > ul > li {
	list-style-type: none;
	display: inline;
	margin-left: 20px;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#tabs > ul > li > a {
	padding: 8px 34px;
	border-bottom: 4px solid transparent;
	color: #000;
	text-decoration: none;
	display: inline-block;
	transition: border-bottom-color 200ms linear;
}
#tabs > ul > li:hover > a {
	border-bottom-color: rgba(243, 110, 33, .5);
}
#tabs > ul > li.selected > a {
	border-bottom-color: #f36e21;
}


#tabs .counter, .inset-counter {
	background: #615d55;
	box-shadow: inset 0 1px rgba(0, 0, 0, .4), 0 1px rgba(255, 255, 255, .2);
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	text-shadow: none;
	color: #eee;
	line-height: 16px;
	margin: 0 0 0 6px;
	padding: 1px 6px;
	vertical-align: text-top;
	border-radius: 2px;
}

.form-tip {
	opacity: .60;
	filter:Alpha(Opacity=60);
	font-size: 12px;
}
.minor-info {
	opacity: .60;
	filter:Alpha(Opacity=60);
}

#breadcrumbs-container {
	margin-top: 4px;
}
ul#breadcrumbs a {
	color: #444;
}



.ui-button {
	outline: none !important;
}

.required-star {
	font-weight: bold;
	font-family: Courier;
	font-size: 16px;
}

.highlight-blue {
	background-color: #d5e7ff !important;
}


.box-shadow {
	box-shadow: 0 0 10px #aaa;
}


/*
 * custom modal dialog styles
 */
.modal-dialog {
	border: none;
	border-radius: 0;
	padding: 30px;
	font-size: 13px;
	box-shadow: 0 0 15px #666;
	z-index: 1003;
	pointer-events: all;
}
.modal-dialog .ui-dialog-titlebar {
	position: absolute;
	right: 30px;
	top: 40px;
	z-index: 1;
	background: none;
	border: none;
	cursor: default;
	padding: 0;
}
.modal-dialog .ui-dialog-titlebar-close {
	padding: 10px;
}
.modal-dialog .ui-dialog-titlebar .ui-dialog-title {
	display: none;
}
.modal-dialog.no-close-button .ui-dialog-titlebar {
	display: none;
}
.modal-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	top: -10px;
	right: -10px;
	border: none;
	background: transparent url('../images/icon-close.png') center center no-repeat;
	opacity: 0.5;
	filter:Alpha(Opacity=50);
}
.modal-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close > span {
	background: none;
}
.modal-dialog .dialog-header {
	margin-top: 0;
}
.modal-dialog.no-close-button .ui-dialog-titlebar-close {
	display: none;
}
.modal-dialog .ui-dialog-buttonpane.ui-widget-content {
	border-top: none;
}



#body-content-overlay.negative-z {
	z-index: -1;
}





#event-cost-container {
	font-size: 38px;
	line-height: 44px;
	vertical-align: middle;
	font-family: 'Montserrat',Helvetica\ Neue,Helvetica,sans-serif;
}
#event-cost-container .bold {
	font-size: 22px;
}
#event-cost-container .user-fee-input-con {
	position: relative;
	font-size: 26px;
	line-height: 31px;
}
#event-cost-container .user-fee-input-con input, #event-cost-container .user-fee-input-con select {
	font-size: 14px;
	overflow: visible;
}
#event-cost-container .user-fee-input-con select {
	font-size: 12px;
	min-width: 64px;
}
#event-cost-container .user-fee-input-con .dollar {
	position: absolute;
	right: 98px;
	top: 6px;
}
#event-cost-container #user-fee {
	width: 76px;
}

} /* end of media styles */






/*
 * responsive styles
 */

@media only screen and (min-width: 240px) {

	#page-login-con input[type="text"], #page-login-con input[type="password"] {
		max-width: 94%;
	}
	#login-container label { color: #fff; text-shadow: 1px 1px 3px #333; }

	.admin-links-container > a {
		min-width: 88%;
	}
	#content #admin-link {
		display: none;
	}

	.modal-dialog.mobile-login-modal {
		border-radius: 4px;
		font-family: "droid_sans", Helvetica, Arial;
		font-size: 13px;
	}
	.mobile-login-modal input[type="text"], .mobile-login-modal input[type="password"] {
		width: 90%;
		margin: 4px 0;
	}
	.mobile-login-modal input[type="image"] {
		float: right;
	}


	#breadcrumbs-container {
		margin-bottom: 20px;
	}
	ul#breadcrumbs {
		height: 16px;
		line-height: 16px;
	}
	ul#breadcrumbs li {
		padding-left: 4px;
	}
	ul#breadcrumbs li a {
		height: 16px;
		padding-right: 12px;
	}
	ul#breadcrumbs .home {
		margin: 1px 0 1px 3px;
		width: 14px;
		height: 14px;
	}


	h1 { font-size: 26px; line-height: 30px; }
	h2 { font-size: 18px; line-height: 22px; }
	h3 { font-size: 16px; line-height: 20px; }
	h4 { font-size: 14px; line-height: 18px; }
	h5 { font-size: 13px; line-height: 15px; }
	h6 { font-size: 12px; line-height: 15px; }
	h1.page-header, h2.content-header {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.fc-header-title h2 {
		font-size: 13px;
	}


	.modal-dialog {
		max-width: 92%;
		padding: 9px;
		font-size: 12px;
	}
	.modal-dialog.large {
		top: 58px !important;
	}
	.modal-dialog .ui-dialog-titlebar {
		right: 18px;
		top: 22px;
	}
	.modal-dialog .ui-dialog-content {
		padding: 1em;
	}

	#page-header-buttons {
		margin-top: 16px;
		margin-bottom: 4px;
	}

	#main-content {
		margin: 30px 18px 20px 18px;
	}
	#main-content-container .page-actions-container {
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}

	#main-content #edit-this-content.button {
		top: 3px;
	}

	#main-content-header > div {
	    padding-left: 0;
	    text-align: center;
	}
	#main-content-header.has-tabs > div {
	    padding-bottom: 30px;
	    min-height: 28px;
	}

	#main-content-container .edit-content-action > span {
		display: block;
		margin-bottom: 14px;
	}

	#tabs {
		left: 0;
	}
	#tabs > ul > li {
		font-size: 12px;
		margin-left: 4px
	}
	#tabs > ul > li:first-child {
		margin-left: 0;
	}
	#tabs > ul > li > a {
		padding: 4px 10px;
		letter-spacing: 0.02em;
	}
	#tabs .counter {
		padding: 1px 4px;
		margin-left: 2px;
		margin-top: -1px;
	}


	table.basic th, table.basic td {
		padding: 6px;
	}


	#register-event-form {
		width:100%;
	}

	#register-event-form .column1, #register-event-form .column2 {
	    width: 100%;
	}
	#register-event-form .column1 > div {
		margin-right: 0;
	}

	#main-wrapper #register-event-form .city {
		width: 100%;
		margin-right: 0;
	}
	#main-wrapper #register-event-form .state {
		width: 53%;
	}
	#main-wrapper #register-event-form .zipcode {
		width: 44%;
	}


	span.icon-text-input-container,
	input[type="text"].long, textarea {
		width: 96%;
	}
	.full-width, input[type="text"].full-width, input[type="password"].full-width, textarea.full-width {
		max-width: 96%;
		width: 100%;
	}

	table.basic th, table.basic td {
		padding: 6px;
	}

	.jq-ui-table {
		font-size: 11px;
	}
	.jq-ui-table th, .jq-ui-table td {
		padding: 3px 5px;
	}


	#add_edit_account_form .info-group > div {
		float: none;
	}


	#login-container {
		margin-bottom: 36px;
		width: 100%;
	}
	#login-container > div {
		text-align: center;
	}




	.modal-dialog {
		padding: 3%;
	}
	.modal-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
		top: 4px;
		right: 0px;
	}
	.modal-dialog input[type="text"], .modal-dialog input[type="password"] {
		max-width: 94%;
	}
	.modal-dialog textarea {
		max-width: 94%;
	}


	.mobile-only {
		display: inline;
	}
	div.mobile-only, p.mobile-only {
		display: block;
	}
	.no-mobile {
		display: none;
	}
}


@media only screen and (min-width: 980px) {


	#login-container label { color: #000; text-shadow: 1px 1px 3px #ddd; }
	#page-login-con input[type="text"], #page-login-con input[type="password"] {
		max-width: 95%;
	}

	#content #admin-link {
		display: inline-block;
	}

	#logged-in-header-con {
		margin-top: 6px;
		padding: 9px;
	}
	#logged-in-header-con h4 {
		font-size: 14px;
	}
	#logged-in-links-con a.button {
		font-size: 12px;
		padding: 4px 8px;
	}



	#logged-in-links-con {
		float: none;
		clear: left;
		padding-top: 12px;
		margin-left: 0;
	}

	.admin-links-container > a {
		min-width: 26%;
	}

	#breadcrumbs-container {
		margin-top: 10px;
		margin-bottom: 40px;
	}
	ul#breadcrumbs li {
		padding-left: 12px;
	}
	ul#breadcrumbs li a {
		height: 16px;
		padding-right: 20px;
	}
	ul#breadcrumbs .home {
		margin: 1px 0 1px 3px;
		width: 14px;
		height: 14px;
	}

	#main-content-header > div {
	    padding: 14px 18px;
	}
	#main-content-header > div {
	    padding: 18px 0;
	    text-align: left;
	}
	#main-content-header.has-tabs > div {
	    position: relative;
	    padding-bottom: 14px;
	    text-align: left;
	    max-width: 1124px;
	}

	#main-content-container .page-actions-container {
		text-align: right;
	}

	.full-width, input[type="text"].full-width, input[type="password"].full-width, textarea.full-width {
		max-width: 100%;
	}

	h1 { font-size: 32px; line-height: 36px; }
	h2 { font-size: 24px; line-height: 28px; }
	h3 { font-size: 20px; line-height: 23px; }
	h4 { font-size: 18px; line-height: 21px; }
	h5 { font-size: 16px; line-height: 18px; }
	h6 { font-size: 14px; line-height: 16px; }
	h1.page-header, h2.content-header {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 25px;
	}

	.fc-header-title h2 {
		font-size: 22px;
	}

	table.basic th, table.basic td {
		padding: 9px 11px;
	}


	#add_edit_account_form .info-group > div.float-left {
		float: left;
	}


	#register-event-form .column1, #register-event-form .column2 {
	    width: 50%;
	}
	#register-event-form .column1 > div {
		margin-right: 80px;
	}



	.modal-dialog {
		padding: 24px;
	}
	.modal-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
		top: 4px;
		right: -2px;
	}


	#login-container {
		position: relative;
		width: auto;
	}
	#login-container > div {
		text-align: right;
		padding: 0;
	}
	#main-content #login-link {
		padding: 20px 30px;
		font-size: 18px;
	}
	#username, #password {
		width: 120px;
	}
	#login-container .username-con, #login-container .password-con {
		display: block;
		float: left;
	}
	#login-container .username-con {
		margin-right: 14px;
		margin-bottom: 0;
	}
	#login-container .submit-con {
		float: right;
		text-align: left;
	}
	#login-container .error-message {
		position: relative;
		top: inherit;
	}


	#tabs {
		left: inherit;
	}
	#tabs > ul > li {
		font-size: 16px;
		margin-left: 10px;
	}
	#tabs > ul > li > a {
		padding: 6px 24px;
	}
	#tabs .counter {
		padding: 2px 6px;
		margin-left: 6px;
		margin-top: 0;
	}
	#page-header-buttons {
		float: right;
		margin-top: 0;
		margin-bottom: 0;
	}



	.no-mobile {
		display: inline;
	}
	div.no-mobile, p.no-mobile {
		display: block;
	}
	.mobile-only {
		display: none;
	}
}

@media only screen and (min-width: 1000px) {

	#logged-in-links-con {
		float: right;
		clear: none;
		padding-top: 0;
		margin-left: 30px;
	}

	#logged-in-header-con {
		padding: 20px;
		margin-top: 14px;
	}
	#logged-in-header-con h4 {
		font-size: 18px;
	}
	#logged-in-links-con a.button {
		font-size: 14px;
		padding: 4px 14px;
	}

	#tabs > ul > li {
		font-size: 18px;
		margin-left: 12px;
	}
	#tabs > ul > li > a {
		padding: 10px 28px;
	}

	.admin-links-container > a {
		min-width: 18%;
	}

}


@media only screen and (min-width: 1104px) {
	#main-wrapper #register-event-form .city {
		width: 28%;
		margin-right: 3%;
	}
	#main-wrapper #register-event-form .state {
		width: 40%;
	}
	#main-wrapper #register-event-form .zipcode {
		width: 26%;
	}
}
