.calendar {
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	background-color: #F5F5F5;
}

.calendar-grid-link {
	padding: 5px;
	width: 80%;
	border-radius: 5px;
	margin: auto;
	position: relative;
	right: 5px;
}

.calendar-grid-link a {
	text-decoration: none;
}

.calendar-grid-link:hover {
	text-decoration: underline;
}

.calendar-grid-notification {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #A9A9A9;
	font-style: italic;
}

.calendar-grid-notification a {
	text-decoration: none;
}

.calendar-grid-notification:hover {
	text-decoration: underline;
}

.calendar-grid-restricted {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #A9A9A9;
}

.calendar-grid-day {
	background-color: white;
	padding: 5px 0px 20px 10px;
	font-size: 15px;
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	height: 90px;
	text-align: left;
	vertical-align: top;
	box-sizing:border-box;
	position:relative;
}

.calendar-grid-day a {
	color: #00008B;
}

.calendar-grid-today a {
	color: #00008B;
	font-size: 11px;
}

.today-number {
	background-color: #03A4FF;
	color: white;
	display: flex;
	border: none;
	padding: 0;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin-bottom: 2px;
}

.calendar-grid-weekend-day {
	background-color: #F5F5F5;
}

.calendar-grid-weekend-day a {
	color: #00008B;
}

.calendar-grid-other-month {
	color: #B6C0D9;
}

.calendar-grid-other-month a {
	color: #00008B;
}

.calendar-grid-day-header {
	font-size: 15px;
	font-weight: bold;
	color: black;
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	padding: 5px;
	text-align: left;
}

.calendar-grid-table {
	border:1px solid #ccc;
}

.calendar-grid-table > tbody > tr:nth-child(1) > td {
	background-color: transparent !important;
}

.calendar-grid-title {
	display: block;
	height: 0px;
}

.calendar-grid-title tr td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 24px;
	border-style: none;
	border-collapse: collapse;
}

@media screen and (max-width: 720px) {
	.calendar-grid-title > tbody > tr > td:nth-child(2) {
		//font-size: 18px;
	}
}

.other-month-nav {
	font-size: 24px !important;
}

.calendar-standard-holiday {
	font-size: 8pt;
	color: #cc3300;
	font-variant: small-caps;
}

.calendar-print-other-month-header {
	color: #000000;
	font-weight: bold;
	font-size: 6pt;
	font-family: Arial, Sans-Serif;
	text-align: right;
}

.calendar-print-other-month-content {
	color: #000000;
	font-weight: normal;
	font-size: 6pt;
	font-family: Arial, Sans-Serif;
	text-align: right;
}

.calendar-print-header {
	color: #000000;
	font-weight: bold;
	font-size: 20pt;
	font-family: Arial, Sans-Serif;
}

.calendar-print-other-month-title {
	font-weight: bold;
	font-size: 6pt;
	text-transform: capitalize;
	font-family: Arial, Sans-Serif;
	background-color: white;
}

.event-admin-div {
	border-right: darkblue 1px solid;
	border-top: darkblue 1px solid;
	border-left: darkblue 1px solid;
	text-indent: 20px;
	border-bottom: darkblue 1px solid;
	background-color: #f5f5f5;
	position: relative;
	top: 5px;
}

.event-admin-link {
	color: red;
	/*	font-family: Arial, Sans-Serif; */
	font-size: 11px;
	text-decoration: none;
}

.event-admin-link:hover {
	text-decoration: underline;
	color: blue;
}

.event-activity-filled {
	background-color: #f5f5f5;
}

.event-admin-div {
	border-right: darkblue 1px solid;
	border-top: darkblue 1px solid;
	border-left: darkblue 1px solid;
	text-indent: 20px;
	border-bottom: darkblue 1px solid;
	background-color: #f5f5f5;
	position: relative;
	top: 5px;
}

.event-admin-link {
	color: red;
	font-size: 11px;
	text-decoration: none;
}

.event-admin-link:hover {
	text-decoration: underline;
	color: blue;
}

.event-activity-filled {
	background-color: #f5f5f5;
}

.calendar-standard-holiday {
	font-size: 8pt;
	color: #cc3300;
	font-variant: small-caps;
}

.event-warning-message {
	border: #CCCCCC 1px solid;
	background-color: #f5f5f4;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0px;
	color: #ff0000;
}
/***** EVENTS NEW STYLES *****************



*******************************************/

#cal_nav_panel .ce-button,
#cal_nav_panel .ce-button:hover,
.time-nav-button,
.time-nav-button:hover {
	background-image: none;
}

.date-header {
	float: left;
	clear: left;
	width: 80px;
}

.big-date {
	float: left;
	width: 70px;
	box-sizing: border-box;
	border: 1px solid #000000;
	border-radius: 8px;
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.big-date > div {
	width: 100%;
	float: none;
}

.big-date-month {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-family: Arial;
}

.big-date-day {
	clear: left;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
}

.event-details-container {
	float: left;
	margin-left: 10px;
	position: relative;
	width: 500px;
}

.event-list-title {
	font-size: 15px;
	font-weight: bold;
}

.event-drop-trigger {
	background-image: url(/images/shared_images/black_down_arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	float: left;
}

.event-drop-trigger.expanded {
	background-image: url(/images/shared_images/black_arrow_up.png);
}

.more-list,
.less-list {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	float: left;
	padding-right: 30px;
}

.less-list,
.event-drop-details {
	display: none;
}

.event-drop-details {
	float: left;
	clear: left;
	padding-top: 10px;
	width: 500px;
}

.vcalendar-div {
	float: left;
}

.event-display {
	float: left;
	clear: left;
}

.event-list-description {
	float: left;
	clear: left;
}

.event-details-text {
	float: left;
	width: 50%;
	min-width: 350px;
}

.event-list-buttons {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

.list-event-container {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
}

.event-list-title a {
	text-decoration: none;
	color: #000000;
}

.event-list-title a:hover {
	text-decoration: underline;
	color: #272727;
}

.vcal-image {
	cursor: pointer;
	vertical-align: middle;
}

.event-list-heading {
	margin-top: 20px;
}

.time-nav-container {
	float: left;
	position: relative;
}

.time-nav-button, .time-nav-button:hover {
	float: left;
	background-repeat: no-repeat !important;
}

.next-nav-button {
	padding-right: 30px !important;
}

.prev-nav-button {
	padding-left: 30px !important;
}

.next-nav-button.open {
	background-position: 95% 50% !important;
	background-image: url(/images/buttons/arrow_up.png) !important;
}

.next-nav-button.closed {
	background-position: 95% 50% !important;
	background-image: url(/images/buttons/arrow_down.png) !important;
}

.prev-nav-button.open {
	background-position: 5% 50% !important;
	background-image: url(/images/buttons/arrow_up.png) !important;
}

.prev-nav-button.closed {
	background-position: 5% 50% !important;
	background-image: url(/images/buttons/arrow_down.png) !important;
}

.time-list-container {
	float: left;
	clear: left;
	display: none;
	position: absolute;
	left: 0px;
	top: 30px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	z-index: 3;
	white-space: nowrap;
}

.time-list-container a {
	display: block;
	padding: 5px 30px 5px 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.time-list-container a:nth-child(even) {
	background-color: #eeeeee;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

.time-list-container a:last-child {
	border-bottom: none;
}

.time-list-container a:first-child {
	border-top: none;
}

.time-list-container a:hover {
	text-decoration: underline;
}

.event-panel-completed {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-size: 14px;
	font-weight: bold;
}

.question-admin-panel {
	padding-left: 20px;
}

.registration-fees-panel {
	padding-left: 20px;
}

.who-can-register-panel {
	padding-left: 20px;
}

.event-dates-panel {
	padding-left: 30px;
}

.event-activities-panel {
	padding-left: 20px;
}

.policy-panel {
	padding-left: 20px;
}

.post-event-panel {
	padding-left: 20px;
}

.results-text {
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	color: rgb(102, 102, 102);
}

.no-results {
	color: rgb(102, 102, 102);
	padding: 3px 5px;
	margin: 6px 15px 5px;
	overflow: auto;
}

.cal-results-panel {
	width: 90%;
	margin: auto;
}

.notice {
	float: left;
	width: 450px;
	height: 68px;
	padding-left: 80px;
	padding-top: 10px;
	background-image: url(/images/member_directory/member-directory-icons.png);
	background-repeat: no-repeat;
	background-position: 0px -355px;
}

.notice-text {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.event-tools-title {
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
}

.event-tools-legend {
	height: 16px;
	width: 16px;
	cursor: pointer;
	position: absolute;
	right: 0px;
}

.event-admin-icons,
.events-button-holder {
	float: left;
	width: 100%;
	border: 1px solid #E0DEDE;
	border-radius: 8px;
	background-color: #F8F8F8;
	background-image: linear-gradient(center top, #EDE9E9 0px, #F8F8F8 100%);
	border-radius: 10px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

.event-padded {
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.inner-icons {
	text-align: left;
}

.event-admin-icons a {
	background-image: url(/images/events/event_admin_sprite.png?v=02242020);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	margin-top: 5px;
	display: inline-block;
	margin-right: 3px;
}

.event-tools-legend .legend-item {
	background-image: url(/images/events/event_admin_sprite.png) !important;
}

#event_detail_wrapper {
	/*float:left;*/
}

#event_detail_right {
	width: 180px;
	float: left;
}

#event_detail_left {
	width: 500px;
	float: left;
	margin-right: 10px;
}
/** X, Y **/
.inner-icons {
	width: 100%;
}

.basic-info-link {
	background-position: 0px 0px;
}

.description-admin-link {
	background-position: -57px -0px;
}

.more-info-link {
	background-position: -114px -1px;
}

.edit-quick-event-link {
	background-position: -181px -133px;
}

.convert-quick-link {
	background-position: 0px -192px;
}

.activities-link {
	background-position: -52px -191px;
}

.registrations-link {
	background-position: -178px 0px;
}

.attendance-link {
	background-position: 0px -64px;
}

.reports-link {
	background-position: -54px -64px;
}

.emailing-table .reports-link {
	background-position: 0px -345px;
}

.questions-link {
	background-position: -114px -65px;
}

.emailing-link {
	background-position: -180px -64px;
}

.notes-link {
	background-position: 0px -133px;
}

.export-link {
	background-position: -56px -132px;
}

.share-link {
	background-position: -114px -132px;
}

.speaker-link {
	background-position: -111px -191px;
}

.vcalbutton {
	background-image: url("/images/events/addtocal.png") !important;
	background-repeat: no-repeat !important;
	background-position: 15px 50% !important;
	padding-left: 50px !important;
	white-space: normal;
	width: 78px;
	text-align: left;
	white-space: normal !important;
}

.vcalbutton:hover {
	background-image: url(/images/events/addtocal.png) !important;
}

.vcal-tooltip {
	display: none;
	padding: 5px 2px;
	border: 1px solid #000000;
	border-radius: 5px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	background-color: #FFFFFF;
}

.tooltip-pointer {
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -5px;
	height: 10px;
	width: 10px;
	background-image: url('/images/member_directory/pointer.png');
	background-repeat: no-repeat;
}

.help-link {
	color: #027bc7;
}

.help-link:hover {
	text-decoration: underline;
}

.event-detail-box,
.bottom-event-detail-box {
	/*border:1px solid #666;*/
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px;
	/*border: 1px solid #E0DEDE;*/
	border-radius: 8px;
	/*background-color: #F8F8F8;*/
	background-image: linear-gradient(center top, #EDE9E9 0px, #F8F8F8 100%);
	width: 100%;
	overflow: hidden;
}

.bottom-event-detail-box {
	padding: 0px;
}

#bottom_event_detail {
	padding: 10px;
}

.legend-drop-info {
	min-width: 130px;
}

.regs-and-rules .field-label {
	width: 100px !important;
	text-align: right;
	font-weight: bold;
}

.event-detail.box.regs-and-rules .nowrap {
	white-space: normal;
	width: 100% !important;
	text-align: left
}

.event-rules {
	width: 100%;
}

.event-detail-box .field-label {
	font-size: 12px;
	font-weight: bold;
	width: 90px;
	/*color:#000;*/
}

.event-detail-box .no-wrap {
	white-space: nowrap;
}

.event-detail-box .form-row {
	margin-bottom: 0px;
}

.registrants-fees {
	clear: left;
	font-weight: normal;
	margin-top: 5px;
}

.registrant-table {
	border-collapse: collapse;
	padding: 0px;
}

.registrant-table .field-label {
	font-size: 12px;
}

.registrant-table td {
	font-size: 12px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #333;
}

.activities-items-title,
.activity-title {
	font-weight: bold;
	font-size: 15px;
	/*color:#000000;*/
}

.icon-cell {
	margin-right: 5px;
	cursor: pointer;
}

.activity-padded {
	padding-left: 10px;
}

.open-close-all {
	margin-right: 5px;
	margin-left: 10px;
	cursor: pointer;
}

.event-description-text {
	width: 400px;
}

.bold-field {
	font-weight: bold;
}

.activity-sep {
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
	width: 80%;
	margin: 10px auto;
}

.options-panel .field-label {
	width: 200px;
}

.event-registration-title,
.non-member-title {
	clear: left;
	font-size: 16px;
	/*color:#000000;*/
	margin-bottom: 10px;
	font-weight: bold;
}

.non-member-title {
	font-size: 14px;
}

.event-instructions {
	color: #000000;
	border: none;
	padding: 0px;
	font-size: 12px;
	margin-left: 0px;
	display: none;
}

.admin-padded {
	overflow: visible;
}

.registrant-total {
	font-size: 14px;
	font-weight: bold;
	float: right;
	text-align: right;
	color: #333;
	float: right !important;
	text-align: right;
}

.registration-total {
	font-size: 15px;
	font-weight: bold;
	float: right;
	text-align: right;
	color: #000;
	float: right !important;
	text-align: right;
}

.activity-title-text {
	float: left;
	font-size: 15px;
	color: #000000;
	padding-left: 25px;
	font-weight: bold;
	cursor: pointer;
}

.activity-price {
	float: right;
}

.activity-title-text.closed {
	background-image: url(/images/shared_images/black_down_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

.activity-title-text.open {
	background-image: url(/images/shared_images/black_arrow_up.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

.activity-fee {
	float: left;
	margin-right: 5px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 2px;
}

.user-icon {
	background-image: url(/images/events/user_16.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	padding: 1px;
	float: left;
	margin-right: 5px;
}

.event-registration-title.user-icon {
	float: left;
	width: auto;
	padding-left: 20px;
	background-position: 0px 50%;
}

.event-registration-title.underlined {
	width: 100%;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-top: 15px;
}

.activity-description {
	width: 50%;
}

.activity-margin {
	margin-top: 15px;
}

.activity-registrant-name {
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
	background-image: url(/images/events/user_12.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

.registrant-type-title {
	padding-top: 10px;
	font-size: 14px !important;
	color: #000000;
	text-decoration: underline;
}

.activity-indent {
	margin-left: 20px;
}

.button-pos-table {
	position: absolute;
	right: -107px;
	width: 130px;
}

.event-detail-box .field-label.registrant-title {
	font-size: 14px;
	text-decoration: underline;
}

.event-detail-box .field-label.registration-title,
.event-detail-box .field-label.payment-title {
	font-size: 14px;
}

.registrant-table tr:nth-child(even),
.payment-schedule-table tr:nth-child(even) {
	background-color: #FFFFFF;
}

.registrant-table,
.payment-schedule-table {
	border-collapse: collapse;
	border: 1px solid #cdcdcd;
}

.registrant-table td,
.payment-schedule-table td {
	padding: 6px;
	border-bottom: 1px solid #cdcdcd;
}

.payment-schedule-table {
	margin-left: 0px;
	margin-top: 5px;
}

#cal_nav_panel {
	padding-bottom: 20px;
	width: 90%;
	margin: auto;
}

#cal_nav_panel .ce-button.grid-button {
	padding-left: 26px;
	padding-right: 12px;
	background-image: url(/images/events/gridview.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}

#cal_nav_panel .ce-button.grid-button:hover {
	background-image: url(/images/events/gridview.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}

#cal_nav_panel .ce-button.list-button {
	padding-left: 26px;
	padding-right: 12px;
	background-image: url(/images/events/listview.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}

#cal_nav_panel .ce-button.list-button:hover {
	background-image: url(/images/events/listview.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}

#cal_nav_panel .nav-panel.ce-button,
#cal_nav_panel .nav-panel.ce-button:hover {
	padding: 0px 0px;
	overflow: hidden;
}

#cal_nav_panel .nav-button {
	/*padding:6px 8px;*/
	text-decoration:none;
	box-sizing:border-box;
	border-radius:0px;
}

#cal_nav_panel .nav-button:hover { 
	box-shadow: 0px 0px 1px;
}

.nav-panel {
	float: left;
	margin-right: 10px;
}

.nav-panel a {
	/*color:#000000;*/
}

.nav-button.ce-button {
	border:none;
	width: 100%;
}

.comp-repeater {
	width: 300px;
	position: relative;
}

.reg-edit-buttons {
	position: absolute;
	left: 100%;
	width: 100px;
}

.view-button-container {
	margin-top: 20px;
	margin-left: 10px;
	width: 110px;
}

.event-list-buttons {
	min-width: 150px;
}

.list-view-link {
	background-image: url(/images/shared_images/green_right_arrow.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	background-position: 50% 0px;
	color: #328b25;
	font-size: 11px;
	width: 110px;
	text-decoration: none;
	text-align: center;
	width: 80px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.view-button-container {
	width: 80px;
	margin-top: 0px;
	float: left;
}

.list-view-link:hover {
	opacity: .8;
}

.event-search-wrapper {
	position: absolute;
	z-index: 1;
	right: 0;
	background: white;
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	margin-right: 18em;
}

.event-search-wrapper .form-row label {
	text-align: left;
}

#search_title{
	color: #A3A3A3;
}

#search_title .material-icons {
	color: black;
}

table > tbody > tr > td.rcbInputCell.rcbInputCellLeft {
	background-image: none;
	padding: 0 4px 0 0;
}

table > tbody > tr > td.rcbInputCell.rcbInputCellLeft > input {
	width: 108%;
	padding: 2px 0 1px 2px;
}

table > tbody > tr > td.rcbArrowCell.rcbArrowCellRight {
	background-position: -306px -176px !important;
}

.RadDropDownTree.RadDropDownTree_Default {
	width: 325px !important;
}

.form-row .RadComboBox.RadComboBox_WebBlue {
	width: 320px !important; 
}

.RadDropDownTree span.rddtInner {
	border: 1px solid #dddddd !important;
	border-radius: 3px;
	background-color: white;
	background-image: none;
}

.RadDropDownTree span.rddtInner span.rddtIcon {
	background-position: -7px -20px;
}

.form-row.date-filter-row {
	margin-left: 3em;
}

.form-row.text-search-row input {
	width: 320px;
}

.search-panel .search-button-panel-up {
	position: static;
	float: right;
	padding-top: 2em;
}

.search-panel .search-button-panel-up a {
	margin: 0px 10px;
	position: relative;
	font-size: 12px;
	margin-right: 1em;
	color: black;
	background-image: none;
	background-color: white;
	border-style: none !important;
	padding: 1em;
	text-decoration: none;
	font-weight: bold;
}

.search-panel .search-button-panel-up a:hover {
	background-image: none;
	box-shadow: 0px 0px 1px;
}

.search-panel .search-button-panel-up .search-button {
	background-color: #03A4FF;
	color: white;
}

.date-field input {
	width:6em;
}

.quick-buttons {
	width: 200px;
	position: relative;
	z-index: 1;
	float: right;
	font-size: 30px;
	display: flex;
	justify-content: flex-end;
}

.nav-container-button {
	font-size: 15px;
	text-decoration: none;
	background-color: white;
	color: black;
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	display: inline-block;
	width: 6.5em;
}

.view-mode-text {
	position: relative;
	vertical-align: 50%;
	padding: 0px 8px;
}

.quick-buttons.list-mode {
	width: 310px;
}

.event-panel {
	width: min-content;
	position: absolute;
	padding: 0px 5px 10px 5px;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	box-shadow: 1px 1px 2px;
	background: white;
}

.event-panel a {
	background-color: white;
	color:black;
	font-size: 15px;
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-weight:normal;
	border:none;
}

.event-panel a:hover {
	background-color: white;
	color:black;
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-weight:normal;
	border:none;
	text-shadow: 0px 0px 1px;
}

.option-link {
	padding: 0.1em 0.2em 0em 0.2em;
	height:40px;
}

.option-link span.material-icons {
	font-size: 30px;
	color: #000;
}

.option-link:hover {
	box-shadow: 0px 0px 1px;
}

.add-menu {
	right:0px;
	top: 44px;
}

.list-view-nav-container {
	right: 121px;
	top: 44px;
	width: 3.1em;
}

.event-category-container {
	z-index: 5;
	right: 35px;
	top: 44px;
	padding: 10px 5px;
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.today-button {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	background-color: white;
	color: black;
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	display: inline-block;
	padding: 0.25em 1em;
	float: left;
	box-shadow: 0px 0px 1px;
}

#search_title span {
	vertical-align: middle;
	padding: 0.2em;
}

#page_content {
	min-height: 500px;
}
.events-buttons a { white-space:normal !important; }
.waiver-container input { }
.location-text { max-width:320px; }
.activity-title,
.activity-title-text.closed {
	max-width: 80% !important;
	white-space: normal;
}

/* Event History */
.waiver-signed-link {
	background-position: 0px 258px;
}

.waiver-unsigned-link {
	background-position: 0px 0px;
}
/* End Event Details */

/* Event Details */
.spots-remaining {
	background-color: lavenderblush;
	font-size: 16px;
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-weight: bold;
	width: fit-content;
	padding: 5px;
	border-radius: 5px;
}

.spots-remaining.not-complete-warning {
	font-size: 11px;
	font-weight: normal;
	color: red;
	margin-bottom: 5px;
}

.event-detail-content > div {
	float: left;
	clear: left;
	min-width: 500px;
}

.event-detail-content div.user-control-container {
	float: right;
	clear: none;
	min-width: initial;
}

.section {
	clear: left;
	padding-bottom: 10px;
}

/* The large icon-group icons probably make the header have space below already */
.section.event-details-header {
	padding-bottom: 0px;
}

.section.full {
	clear: left;
}

.section .open-close-all,
.section .activities-items-title {
	float: left;
}

.section-title {
	padding: 0px 3px; /*match form-row*/
	font-size: larger;
	font-weight: bold;
}

.section-subtitle {
	font-weight: bold;
}

.title-pair {
	width: 100%;
}

.title-container {
	width:100%;
}

.event-detail-title {
	float: left;
	font-size: x-large;
	font-weight: bold;
	padding: 0px 3px; /*match form-row*/
}

.event-detail-content .section.date-time h3 {
	margin-top:2px;
}

.user-control-container .material-symbols-outlined {
	font-size: 36px;
	padding: 4px;
	color: black;
}

.user-control-container .vcalbutton {
	float: right;
}

.map-link {
	float: left;
	margin-left: 30px;
}

.more-dates-link {
	font-weight: bold;
	cursor: pointer;
	clear: left;
}

.more-dates-link img {
	vertical-align: middle;
	max-width: 16px;
}

.top-half {
	float: left;
	clear: left;
}

.register-half {
	float: right;
}

.rsvp {
	text-align: center;
	width: 100px;
}

.detail-control .icon-group {
	float: left;
}

.user-action-control {
	width: fit-content;
	float: right;
}

.user-action-control .ce-button {
	float: right;
	clear: both;
	width: 100%;
	margin: 2px;
}

.registration-description {
	font-weight: bold;
}

.register-now-button.lower-button {
	margin-bottom: 50px;
}

.registrant-table {
	border: none;
}

.registrant-table .form-row {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}

.registrant-table .form-row:last-child {
	border-bottom: none;
}

.registrant-table .form-row label {
	text-align: left;
	width: 200px;
	max-width: 200px;
	white-space: normal;
	font-weight: bold;
	margin-right: 10px;
}

.registrant-fee {
	font-weight: bold;
}

.registrant-fee-change {
	clear: left;
	font-weight: bold;
}

.payment-schedule-table {
	border: none;
}

.payment-schedule-table .form-row {
	font-size: 13px;
}

.payment-schedule-table .form-row label {
	min-width: 100px;
	font-weight: bold;
}

.payment-schedule-table .form-row .schedule-amount label {
	font-weight: initial;
	text-align: left;
}

#mobile_content_column .payment-schedule-table .form-row label {
	width: 100px;
	float: left;
}

#mobile_content_column .payment-schedule-table .form-row div.schedule-amount {
	width: auto;
	float: left;
	margin-top: 5px;
}

#mobile_content_column .registrant-table .form-row label {
	width: 200px;
}

#mobile_content_column .registrant-table .form-row div.registrant-fee {
	width: auto;
	margin-top: 5px;
}

.search-click {
	font-size: smaller;
}

.event-search-grid {
	float: left;
	padding: 10px;
	border: 3px solid #000000;
	margin-bottom: 10px;
	border-radius: 8px;
	background-color: #FFFFFF;
	position: relative;
}

.event-search-grid input {
	max-width: 90%;
}

.non-member-title {
	padding-right: 20px;
}

.registrant-type-options, .fake-table {
	display: table;
}

.registrant-type-options > div, .fake-table > div {
	display: table-row;
	float: none;
	padding: 2px 3px;
}

.registrant-type-options > div > div, .fake-table > div > div {
	display: table-cell;
	float: none;
	padding: 2px 4px;
}

.registrant-type-options > div > div {
	font-weight: bold;
}

.registrant-type-options .form-row {
	margin-bottom: 0px;
}

.registrant-type-options .form-row div {
	float: none;
}

.spinner-container {
	float: right;
}

.number-style {
	float: left;
}

.number-style input,
.spinner-container .number-style input {
	float: none;
	margin: 2px;
	width: 24px;
}

.number-style span,
.spinner-container .number-style span {
	border-radius: 4px;
	border: none !important;
	margin: 0px;
}

.number-style span.number-plus,
.spinner-container .number-style span.number-plus {
	color: #FFF;
	background-color: #009cf6;
}

.spinner-container .number-style span.number-minus {
	color: black;
	background-color: #C5C5C5;
}

.number-style span.number-plus.disabled {
	background-color: #959595;
}

.spinner-container .number-style span.number-plus:before,
.spinner-container .number-style span.number-plus:after {
	background-color: white;
}

.spinner-container .number-style span.number-minus:after,
.spinner-container .number-style span.number-minus.disabled:after {
	background-color: black;
}

.number-style.disabled:after {
	content: '';
	width: 80px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0);
}

.spinner-container.disabled .number-style span.number-plus,
.spinner-container.disabled .number-style span.number-minus {
	display: none;
}

.spinner-container.disabled .DESVALRequiredFieldMarker {
	float: left;
	padding-left: 8px;
}
/* End Event Details */

/* Registration Basic Info */
.event-registration-page-title {
	float: left;
	clear: left;
	font-size: x-large;
	font-weight: bold;
	padding: 0px 3px; /*match form-row*/
}

.options-panel {
	border: 1px solid lightgrey;
	border-radius: 4px;
}

.options-panel input {
	margin: 5px;
}

.options-panel h3 {
	margin-top: 0px;
}

.registration-top label {
	font-weight: bold;
}

.registrant-main div {
	float: left;
	padding-right: 3px;
}

.registration-top .admin-link {
	color: rgb(14, 136, 248) !important;
}

.select-member-section {
	line-height: 20px;
	min-width: 80px;
}

.registration-header,
.registration-footer {
	text-align: center;
}

.RadComboBox .rcbInput {
	background-color: white;
}

/* End Registration Basic Info */

/* Registration Details */
.nameable-registrant .separator {
	padding: 5px 0px;
}

.nameable-registrant .form-row {
	padding: 0px;
}

.nameable-registrant .form-row label {
	width: initial;
}

.nameable-registrant .form-row div {
	clear: left;
}

.nameable-registrant .form-row input {
	border-radius: 3px;
}

.admin-only {
	color: red;
}
/* End Registration Details */


/* Activity */
.activity-entry {
	border-bottom: 1px solid #CDCDCD;
	padding: 5px 0px;
}

.registrant .activity-entry:nth-child(2n) {
	background-color: #f3f3f3;
}

.activities-items-title {
	font-size: larger;
	padding-bottom: 10px;
}

.activity-title-bar {
	font-weight: bold;
	margin-bottom: 3px;
}

.activity-title, .activity-title * {
	float: left;
}

.activity-title .admin-only {
	margin-left: 10px;
}

.activity_availability {
	float: right;
	clear: none;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 5px;
}

.activity-description {
	width: 100%;
}

.overlap-warning {
	max-width: 150px;
	float: left;
}

.activity-filled .material-icons {
	color: #F00;
	font-size: 24px;
	margin-right: 5px;
	vertical-align: middle;
}

.activity-filled {
	font-weight: bold;
	line-height: 32px;
}
/* End Activity */

/* Questions */

.registrant-section-buffer {
	padding-top: 5px;
}

/* End Questions */

/* Waiver */

.registrant-waiver {
	text-align:left;
	white-space: nowrap;
	margin-bottom: 10px;
}

.waiver-link {
	display: inline-flex;
	margin-top: initial;
	background-image: initial;
	padding-left: initial;
	text-decoration: none;
	color: black;
}

.registrant-waiver .DESVALRequiredFieldMarker {
	vertical-align: top;
}

.registrant-waiver .material-icons {
	font-size: 20px;
}

.waiver-container {
	text-align: center;
}

.waiver-links {
	margin-top: initial;
	background-image: initial;
	padding-left: initial;
	text-decoration: none;
	color: black;
	text-align: left;
	clear: both;
	display: inline flex;
	flex-direction: column;
}

.bottom-waiver-instruction-text {
	color: #666666;
	font-size: 11px;
	padding: 10px;
}
/* End Waiver */
/* Summary */
.summary-date-time-section {
	float: left;
}

.summary-calendar-link {
	float: left;
	padding-left: 5px;
}

.activity-summary {
	padding: 7px 0px;
}

.activity-summary .form-row {
	padding: 0px 3px;
}

.activity-summary .activity-info {
	font-size: smaller;
}

.summary-fee-table {
	float: right;
}

.summary-total {
	float: right;
	clear: both;
	font-size: 15px;
	font-weight: bold;
}

.login-note {
	position: relative;
	display: block;
	clear: both;
	margin-left: 0px;
	max-width: 580px;
}

.login-note a {
	font-size: 12px;
}

.confirmation-email-container {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
}

/* End Summary */

@media print {
	h1, h1 span {
		font-size: 14pt !important;
	}

	.big-date {
		background-color: transparent !important;
		border: 1px solid #000 !important;
		padding: 3px !important;
	}

	.instruction-text,
	#cal_nav_panel,
	.time-nav-container .ce-button,
	.event-list-buttons,
	.event-drop-trigger {
		display: none;
	}

	.big-date-month {
		font-size: 8pt !important;
	}

	.big-date-day {
		font-size: 18pt !important;
	}

	.location-literal *,
	.list-date-time {
		font-size: 8pt !important;
	}

	.event-list-title a {
		font-size: 10pt !important;
	}
}

/* Smartphones (portrait and landscape) --- */
/*@media (min-width : 320px) and (max-width : 667px) {*/
@media (min-width : 320px) and (max-width : 767px) {
	.event-detail-content > div {
		float: left;
		clear: left;
		width: 100%;
		min-width: initial;
	}

	.user-action-control {
		float: left;
		width: 100%;
	}

	.user-action-control .ce-button {
		float: left;
		clear: both;
		width: 97%;
	}

	.event-search-grid .ce-button {
		width: 100%;
	}

	.registrant-type-options, .fake-table {
		display: block;
	}

	.registrant-type-options > div, .fake-table > div {
		display: block;
	}

	.registrant-type-options > div > div, .fake-table > div > div {
		display: block;
		float: left;
		padding: 0px;
	}

	.fake-table > div > div.remove-registrant {
		float: right;
	}

	.registrant-main {
		max-width: 80%;
	}

	.spinner-container {
		width: 100%;
	}

	/*Fix iPad display issue*/
	.number-style input, .spinner-container .number-style input {
		min-width: 40px;
	}

	.registration-footer {
		width: 100%;
	}

	.options-panel input {
		margin: 7px;
	}

}

@media (min-width : 768px) and (max-width : 1024px) {
	/*Fix iPad display issue*/
	.number-style input, .spinner-container .number-style input {
		min-width: 40px;
	}
}