/**
Legacy coming events styles so old styled plugins will have the bold date row (used to be hardcoded <strong> tag)
**/
.ceDateDisplay
{
	font-weight: bold;
}

/********
View event styles
****************/

.cal_view_event_container { }

.cal_view_event_popup {
	margin: 20px;
}

.cal_view_event_back {
	text-align: right;
}

.cal_view_event_nametime { }

.cal_event_categories {
	padding-left:25px;
}

.cal_view_event_desc {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cal_view_event_spotsleft_wording {
	font-weight: bold;
}

.cal_view_image_container {
	
}

.cal_view_image {
	max-width: 100%;
	height: auto;
}

.cal_view_event_location {
	margin-top: 10px;
}

.cal_view_event_date {
	margin-bottom: 4px;
}

.cal_view_event_time {
	
}

.cal_view_event_label {
	font-weight: bold;
	padding-right: 10px;
}

/*
New Main Calendar Styles
Monthly display to responsive mode, number of these are shared with other displays
*/
.cal_container {
	margin-top: 15px;
	
}

.cal_footer {
	
}

.cal_search_container {
	
}

.cal_header_container {
	margin-bottom: 15px;
	position: relative;
}

.cal_header_date {
	font-size: 30px;
}

.cal_previous_month, .cal_previous_month_disabled {
	position: absolute;
	bottom: -5px;
	right: 65px;
	width: 50px;
	height: 30px;
	-webkit-box-shadow: inset 10px 10px 5px -9px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 10px 10px 5px -9px rgba(0,0,0,0.05);
	box-shadow: inset 10px 10px 5px -9px rgba(0,0,0,0.05);
	background-color: #e2e2e2;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	overflow: hidden;
}

.cal_previous_month > .cal_button_disabled {
	padding-right: 3px;
}


.cal_button_disabled {
	text-align: center;
	margin-top: 2px;
}
.cal_button_disabled img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.cal_previous_month:hover {
	background-color: #CCCCCC;
}

.cal_previous_month a {
	display: block;
	font-size: 40px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding-right: 3px;
}

.cal_previous_month a:hover {
	text-decoration: none;
	
}

.cal_previous_month a:active, .cal_previous_month a:visited {
	text-decoration: none;
	
}

.cal_next_month, .cal_next_month_disabled {
	position: absolute;
	bottom: -5px;
	right: 0px;
	width: 50px;
	height: 30px;
	-webkit-box-shadow: inset 10px 10px 5px -9px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 10px 10px 5px -9px rgba(0,0,0,0.05);
	box-shadow: inset 10px 10px 5px -9px rgba(0,0,0,0.05);
	background-color: #e2e2e2;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	vertical-align: middle;
	overflow: hidden;
}

.cal_next_month > .cal_button_disabled {
	padding-left: 3px;
}


.cal_next_month:hover {
	background-color: #CCCCCC;
}

.cal_next_month a {
	display: block;
	font-size: 40px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding-left: 3px;
}

.cal_next_month a:hover {
	text-decoration: none;
	color: #444444;
}

.cal_next_month a:active, .cal_next_month a:visited {
	text-decoration: none;
	color: #000000;
}

.cal_main_display {
	margin-bottom: 10px;
}

.cal_monthly_maintable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

.cal_daysbox {
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;;
	width: 14%;
	text-align: center;
}

/*td for monthly day container cell*/
.cal_boxmain {
	padding: 0px 5px 5px 5px;
	vertical-align: top;
	height: 90px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.cal_boxright {
	border-bottom: 1px solid #CCCCCC;
	border-right: 0px;
}

.cal_boxmainOver {
	background-color: #EEFFFF;
}

/* table for monthly day content */
.cal_boxmain_table {
	width: 100%;
	border-collapse: collapse;
}

.cal_numberbox {
	text-align: right;
	padding-bottom: 5px;
	font-size: 11px;
}

.cal_boxmain_inactive {

}

.cal_numberbox_lite {
	color: #aaaaaa;
}

.cal_event_container {
	font-size: 12px;
	line-height: normal;
}

.cal_display_selector {
	float: left;
	margin-top: 10px;
}

.cal_date_jumper {
	float: right;
	margin-top: 10px;
}

.cal_search_container {
	/*margin-top: 10px;*/
	text-align: right;
	margin-top: 8px;
	margin-bottom: 30px;
}

.cal_search_results_container {
	margin-top: 20px;
}


/************************************************
Yearly List Calendar
**********************************************/
.cal_yearly_display {
	
}

.cal_yearly_month_container {
	margin-top: 20px;
	margin-bottom: 30px;
}

.cal_yearly_month_name {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.cal_yearly_month_eventstable {
	width: 100%;
}


/**************************************************
Weekly Calendar
****************************************************/
.cal_weekly_container {
	
}

.cal_weekly_table {
	width: 100%;
	border-collapse: collapse;
}

.cal_weekly_daysbox {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 13%;
	font-size: 12px;
	padding: 5px;
}

.cal_weekly_daysbox:first-child {
	border-left: 1px solid #CCCCCC;
	
}

.cal_weekly_timewidth {
	width: 30px !important;
}

.cal_weekly_timebox {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	height: 90px;
	vertical-align: top;
	font-size: 12px;
	text-align: right;
	padding: 5px;
}

.cal_weekly_boxmain {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 90px;
	vertical-align: top;
}

/* only used on weekly list left col */
.cal_weekly_boxmain_left {
	border-left: 1px solid #CCCCCC;
}

.cal_weekly_alt_row {

}

.cal_event_container {
display: block;
padding-bottom: 10px;
}

.cal_login_table {
	margin-top: 20px;
}

.cal_login_cell {
	padding: 8px;
}


/******************************
Responsive transitions
*****************************/
@media screen and (min-width: 751px) {
	.cal_main_display {
		display: block;
	}
	
	.cal_weekly_container {
		display: block;
	}
	
	.cal_mobile_display {
		display: none;
	}
	.cal_yearly_day_events_full {
		display: block;
	}
	
	.cal_yearly_day_events_mobile {
		display: none;
	}
	
	.cal_search_full_link {
		display:block;
	}
	.cal_search_mobile_link {
		display:none;
	}
}

@media screen and (max-width: 750px) {
	.cal_main_display {
		display: none;
	}
	
	.cal_weekly_container {
		display: none;
	}
	
	.cal_mobile_display {
		display: block;
	}
	
	.cal_display_selector {
		float: none;
	}
	
	.cal_date_jumper {
		float: none;
	}
	
	.cal_yearly_day_events_full {
		display: none;
	}
	
	.cal_yearly_day_events_mobile {
		display: block;
	}
	
	.cal_search_text_label {
		display: block;
	}
	.cal_search_full_link {
		display:none;
	}
	.cal_search_mobile_link {
		display:block;
	}
}

@media screen and (max-width: 450px) {
	.cal_header_date {
		padding-bottom: 40px;
		font-size: 25px;
		
	}
	.cal_previous_month {
		left: 0px;
		right: auto;
	}
	
	.cal_next_month {
		/*left: 65px;
		right: auto;*/
	}
}


/*************************
Mobile friendly view
****************************/
.cal_mobile_display {
	margin-top: 15px;
	margin-bottom: 30px;
}

.cal_mobile_table {
	width: 100%;
}
.cal_mobile_day_cell {
	border-top: 1px solid #CCCCCC;
	padding-top: 8px;
	padding-right: 8px;
	border-right: 1px solid #CCCCCC;
	padding-bottom: 15px;
	width: 40px;
}

.cal_mobile_day_number {
	font-size: 15px;
}

.cal_mobile_day_name {
	font-size: 12px;
}

.cal_mobile_events {
	padding-left: 8px;
	padding-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	padding-top: 8px;
}


/***************************
Daily Calendar
*****************************/

.dailycal_main_table {
	width: 100%;
	margin-top: 20px;
}

.dailycal_notime_left {
	width: 80px;
	text-align: right;
	/* border-bottom: 1px solid #E0E0E0;*/
	border: 1px solid #E0E0E0;
}

.dailycal_notime_right {
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

.dailycal_hour_left {
	width: 80px;
	text-align: right;
	height: 60px;
	padding-right: 10px;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}

.dailycal_hour_right_upper {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px dotted #E0E0E0;
}

.dailycal_hour_right_lower {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

.dailycal_hourly_event_container {
	/* do not touch unless you know exactly what your doing*/
	position: relative; 
	z-index: 1;
}

.dailycal_event_container {
	position: absolute;
}

.dailycal_event_item {
	border: 1px solid #BCBCBC; 
	background-color: #F2F2F2;
	background: rgb(252,252,252); 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(234,234,234,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(234,234,234,1))); 
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(234,234,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(234,234,234,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(234,234,234,1) 100%); 
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(234,234,234,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eaeaea',GradientType=0 );
	-webkit-print-color-adjust:exact;
	border-radius: 4px; margin-bottom: 4px; 
	margin-right: 2px; margin-left: 2px; min-height: 25px;
	z-index: 22;
}

.dailycal_event_item:hover {
	cursor: pointer;
	background: rgb(239,239,239); 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(211,211,211,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(211,211,211,1))); 
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(211,211,211,1) 100%); 
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(211,211,211,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(211,211,211,1) 100%); 
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(211,211,211,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d3d3d3',GradientType=0 ); 
}

.dailycal_event_notime {
	padding: 2px;
}

.dailycal_event_withtime {
	overflow: hidden;
	height: 100%;
}

.dailycal_event_item_inner {
	padding: 2px;
	padding-left: 5px;
}

.dailycal_event_item_time {
	display: inline;
	margin-right: 5px;
}

.dailycal_layouts_container {
	margin-top: 20px;
}

@media print {
	.dailycal_event_item {
		background-color: #F2F2F2 !important;
	}
	.dailycal_header_previous {
		display: none;
	}
	.dailycal_header_next {
		display: none;
	}
	.dailycal_layouts_container {
		display: none;
	}
}

/**********************
Front end admin styles
*********************/

.buildListBK1left {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 7px;
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
.buildListBK1right {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 7px;
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
.buildListBK1right a:link, .buildListBK1right a:visited {
	color: #0063A6;
	text-decoration: none;
}
.buildListBK1right a:hover {
	color: #0063A6;
	text-decoration: underline;
}

.buildListBK2left {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #EFEFEF;
	padding: 7px;
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
.buildListBK2left a:link, .buildListBK2left a:visited, .buildListBK1left a:link, .buildListBK1left a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #0063A6;
	text-decoration: none;
}
.buildListBK2left a:hover, .buildListBK1left a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #0063A6;
	text-decoration: underline;
}
.buildListBK2right {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #EFEFEF;
	padding: 7px;
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
.buildListBK2right a:link, .buildListBK2right a:visited {
	color: #0063A6;
	text-decoration: none;
}
.buildListBK2right a:hover {
	color: #0063A6;
	text-decoration: underline;
}

.buildListHeaderleft {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 7px;
	background-color: #E8E7E7;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
.buildListHeaderleft a:link, .buildListHeaderleft a:visited {
	color: #0063A6;
	text-decoration: none;
}
.buildListHeaderleft a:hover {
	color: #0063A6;
	text-decoration: underline;
}

.buildListHeaderright {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 7px;
	background-color: #E8E7E7;
	border-top: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
.buildListHeaderright a:link, .buildListHeaderright a:visited {
	color: #0063A6;
	text-decoration: none;
}
.buildListHeaderright a:hover {
	color: #0063A6;
	text-decoration: underline;
}

.calFilterForm {
	margin-bottom: 20px;
}

.calFilterForm td {
	font-family: Arial;
	font-size: 12px;
}

.calendarMessage {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.calendarDashboard {
	text-align: right;
}

#recurrenceChoice {
	font-family: Arial;
	font-size: 12px;
}

.calendarManageNote {
	/*font-family: Arial;
	font-size: 12px;*/
	margin-top: 10px;
}

.calendarEdit1left {
	/*font-family: Arial;
	font-size: 12px;*/
	padding: 8px;
}

.calendarEdit1right {
	/*font-family: Arial;
	font-size: 12px;*/
	padding: 8px;
}

.calendarEdit2left {
	/*font-family: Arial;
	font-size: 12px;*/
	padding: 8px;
}

.calendarEdit2right {
	/*font-family: Arial;
	font-size: 12px;*/
	padding: 8px;
}


@media screen and (max-width: 750px) {
	.calendarEdit1left {
		display:block;
		padding-bottom: 0px;
	}

	.calendarEdit1right {
		display:block;
		padding-top: 3px;
		padding-bottom: 10px;
	}
	
	.calendarEdit1left input[type=text], .calendarEdit1left input[type=file], .calendarEdit1right input[type=text], .calendarEdit1right input[type=file] {
		width: 100% !important;
	}
	
	.calendarEdit1left textarea, .calendarEdit1right textarea	{
		width: 100% !important;
		height: 100px !important;
	}
	
	.calendarEdit2left {
		display:block;
		padding-bottom: 0px;
	}

	.calendarEdit2right {
		display:block;
		padding-top: 3px;
		padding-bottom: 10px;
	}
	.calendarEdit2left input[type=text], .calendarEdit2left input[type=file], .calendarEdit2right input[type=text], .calendarEdit2right input[type=file]  {
		width: 100% !important;
	}
	
	.calendarEdit2left textarea,  .calendarEdit2right textarea {
	 	width: 100% !important;
	 	height: 100px !important;
	}

	.cal_view_editor_table {
		width: 100%;
	}
}