﻿/* DEFAULT CMS STYLES */
.cb {
	clear: both;
}

#navigation #calendar {
	width: 59px;
	height: 43px;
	display: block;
	background: #fff url(../images/calendar.jpg) no-repeat left top;
	cursor: pointer;
	position: relative;
	margin-bottom: 4px;
}

#navigation #calendar.active {
	background-position: left bottom;
}

#calendar-content {
	position: absolute;
	left: 91px;
	top: 72px;
	background-color: #fff;
	border: 1px solid #ae1f23;
	border-radius: 8px;
	border-left-width: 12px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	width: 288px;
	height: 568px;
	display: none;
}

#calendar-content-scroll {
	margin: 56px 0 0 408px;
	padding: 16px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

/* CUSTOM CMS STYLES */
.calendar-content-add,
.calCategory-content-add,
.calEvent-content-add {
	cursor: pointer;
	margin: 8px 0 0 14px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}

.calendar-content-add .add1,
.calCategory-content-add .add1,
.calEvent-content-add .add1 {
	background-color: #fff;
}

.calendar-menu-section,
.calendar-menu-item {
	background-color: #fff;
	position: relative;
	padding: 8px 8px 8px 8px;
	height: 16px;
	line-height: 16px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 12pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.calendar-menu-section {
	background-color: #eee;
	font-weight: bold;
	color: #000;
}

.calendar-menu-item {
	cursor: pointer;
}

.calendar-menu-item.active {
	background-color: #ae8384;
	color: #fff;
	font-weight: bold;
}

.calendar-legend {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 8px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#edit-activity-general-information .imagetab {
	margin: 0;
}

#edit-activity-general-information .imagetab-preview-container {
	margin: 0 0 3px 10px;
	font-size: 10px;
	text-align: left;
}

#edit-activity-file-agenda,
#edit-activity-file-minutes,
#edit-activity-file-notices,
#edit-activity-file-audio {
	padding:4px;
	margin-bottom:12px;
	border:1px solid #ccc;
}

#edit-activity-file-agenda .cb,
#edit-activity-file-minutes .cb,
#edit-activity-file-notices .cb,
#edit-activity-file-audio .cb {
	display: none;
}

#edit-activity-file-agenda .cb+a,
#edit-activity-file-minutes .cb+a,
#edit-activity-file-notices .cb+a,
#edit-activity-file-audio .cb+a {
	text-transform: uppercase;
}

#edit-activity-file-agenda a:hover,
#edit-activity-file-minutes a:hover,
#edit-activity-file-notices a:hover,
#edit-activity-file-audio a:hover {
	text-decoration: underline;
}

.imagetab-delete:hover {
	opacity: .8;
}

#edit-activity-file-agenda .cb+a+div,
#edit-activity-file-minutes .cb+a+div,
#edit-activity-file-notices .cb+a+div,
#edit-activity-file-audio .cb+a+div {
	display: none;
}

.activity-instructions {
	font-size: 10px;
	color: #aaa;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1.3;
}

#make-copy-parent {
	float: right;
	margin: 6px 1.2em 0 0;
}

.event-section-tab {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #e0e0e0;
	border-top-width: 4px;
	position: relative;
	bottom: -2px;
	padding: .25em 1em;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.event-section-tab+.event-section-tab {
	border-left: none;
}

.event-section-tab.active {
	border-top-color: #6cc200;
	border-bottom-color: #fff;
}

.event-section-content {
	display: none;
}

.event-section-content.active {
	display: block;
}


/* COPIED FROM HOME MODULE*/
#calendar-content {
	position: absolute;
	left: 91px;
	top: 72px;
	background-color: #fff;
	border: 1px solid #ae1f23;
	border-radius: 0 8px 8px 8px;
	border-left-width: 12px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	width: 288px;
	height: 568px;
	display: none
}

#calendar-preview {
	display: none
}

#calendar-top {
	width: 1000px;
	display: none
}

#calendar-title {
	color: #333;
	font-weight: 700;
	font-size: 18pt;
	margin-bottom: 8px;
	width: 37%;
	float: left
}

#calendar-status {
	width: 20%;
	float: left;
	line-height: 40px;
	text-align: center
}

#calendar-tab-0,
#calendar-tab-1,
#calendar-tab-2 {
	width: 100px;
	color: #777;
	float: left;
	cursor: pointer;
	border: 1px solid #a6a6a6;
	position: relative;
	top: 1px;
	background-color: #e9e9e9;
	padding: 12px;
	text-align: center;
	border-radius: 8px 8px 0 0;
	margin-left: 16px;
	height: 16px
}

#calendar-tab-0.active,
#calendar-tab-1.active,
#calendar-tab-2.active {
	color: #333;
	background-color: #f9f9f9;
	border-bottom-color: #f9f9f9;
	font-weight: 700
}

#calendar-container-0 {
	display: block
}

#calendar-container-1 {
	display: none
}

#calendar-container-2 {
	display: none
}

#calendar-container .up0 {
	width: 34px;
	height: 31px;
	display: inline-block;
	background: transparent url(../../../media/images/directions.png) no-repeat 0 0;
	border: 1px solid #bbb;
	cursor: pointer;
	border-radius: 4px 0 0 4px
}

#calendar-container .up1 {
	width: 34px;
	height: 31px;
	display: inline-block;
	background: transparent url(../../../media/images/directions.png) no-repeat 0 -31px;
	border: 1px solid #bbb;
	cursor: pointer;
	border-left-width: 0
}

#calendar-container .down1 {
	width: 34px;
	height: 31px;
	display: inline-block;
	background: transparent url(../../../media/images/directions.png) no-repeat 0 -62px;
	border: 1px solid #bbb;
	cursor: pointer;
	border-left-width: 0
}

#calendar-container .down0 {
	width: 34px;
	height: 31px;
	display: inline-block;
	background: transparent url(../../../media/images/directions.png) no-repeat 0 -93px;
	border: 1px solid #bbb;
	cursor: pointer;
	border-left-width: 0;
	border-radius: 0 4px 4px 0
}

#calendar-container {
	width: 1000px;
	height: auto;
	display: none;
	padding: 24px;
	border-radius: 8px;
	background-color: #f9f9f9;
	border: 1px solid #a6a6a6
}

#calendar-container .input {
	display: block;
	width: 982px;
	border: 1px solid #a6a6a6;
	padding: 8px;
	font-size: 12pt;
	margin-bottom: 24px
}

#calendar-container .link {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: transparent url(../../../media/images/link.png) no-repeat center center;
	cursor: pointer
}

#calendar-iphone {
	width: 420px;
	height: 810px;
	background: transparent url(../../../media/images/iphone.png) no-repeat center center;
	z-index: 1000000;
	position: relative;
	margin: 64px auto 0;
	display: none
}

#calendar-preview-source-mobile {
	z-index: 2000000;
	position: absolute;
	display: block;
	border-width: 0;
	background-color: #fff;
	left: 64px;
	top: 136px;
	width: 297px;
	height: 529px
}

#calendar-preview-source {
	z-index: 2000000;
	position: relative;
	margin: 0 auto;
	display: none;
	border-width: 0;
	background-color: #fff
}

#calendar-message {
	width: 1000px;
	display: none
}

.calendar-content-item-parent {
	position: relative;
	height: 34px;
	margin-bottom: -1px;
	overflow: visible
}

.calendar-content-item {
	background: #fff url(../../../media/images/grip.png) no-repeat 12px center;
	position: relative;
	padding: 8px 8px 8px 56px;
	height: 16px;
	line-height: 16px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 12pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.calendar-content-item.depth1 {
	background-color: #eee;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15) inset
}

.calendar-content-item.depth2 {
	background-color: #ddd;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15) inset
}

.calendar-content-item.depth3 {
	background-color: #ddd;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15) inset
}

.calendar-content-item.depthplus {
	background-color: #ddd;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15) inset
}

.calendar-content-item.hover,
.calendar-content-item:hover {
	background-image: url(../../../media/images/grip2.png);
	background-color: #ae1f23;
	color: #fff;
	font-weight: 700
}

.calendar-content-item-drag {
	position: absolute;
	left: 0;
	top: 0;
	width: 47px;
	height: 32px;
	cursor: move;
	z-index: 2
}

.calendar-content-item-expand {
	position: absolute;
	right: 4px;
	top: 8px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index: 2;
	background: transparent url(../../../media/images/plusminus.png) no-repeat left top
}

.calendar-content-item-expand.contract {
	position: absolute;
	right: 4px;
	top: 8px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index: 2;
	background: transparent url(../../../media/images/plusminus.png) no-repeat left bottom
}

.calendar-content-item.active {
	background-color: #ae8384;
	color: #fff;
	font-weight: 700;
	background-image: url(../../../media/images/grip2.png)
}

.calendar-content-item .top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: transparent;
	height: 8px;
	opacity: .6
}

.calendar-content-item .middle {
	position: absolute;
	left: 0;
	top: 8px;
	width: 100%;
	z-index: 1;
	background-color: transparent;
	height: 16px;
	opacity: .6
}

.calendar-content-item .bottom {
	position: absolute;
	left: 0;
	top: 24px;
	width: 100%;
	z-index: 1;
	background-color: transparent;
	height: 8px;
	opacity: .6
}

.calendar-image-resizer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #ae8384;
	opacity: .6;
	cursor: ns-resize
}

.calendar-image-resizer-bar {
	width: 400px;
	height: 16px;
	margin: 13px;
	display: inline-block;
	position: relative
}

.calendar-image-resizer-bar-left {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../../../media/images/resizer-bar.png) no-repeat left top
}

.calendar-image-resizer-bar-right {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent url(../../../media/images/resizer-bar.png) no-repeat left bottom
}

.calendar-image-resizer-bar-1 {
	width: 184px;
	height: 16px;
	position: absolute;
	left: 16px;
	top: 0;
	background: transparent url(../../../media/images/resizer-bar.png) repeat-x left -16px
}

.calendar-image-resizer-bar-0 {
	width: 184px;
	height: 16px;
	position: absolute;
	right: 16px;
	top: 0;
	background: transparent url(../../../media/images/resizer-bar.png) repeat-x left -32px
}

.calendar-image-resizer-control {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 188px;
	top: -4px;
	background: transparent url(../../../media/images/resizer-control.png) no-repeat center center;
	border-radius: 12px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	cursor: ew-resize
}

.calendar-map-edit,
.calendar-gallery-edit,
.calendar-form-edit,
.calendar-image-edit {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: transparent url(../../../media/images/edit.png) no-repeat center center;
	cursor: pointer;
	margin: 6px;
	vertical-align: top
}

#calendar-container .calendar-form td {
	white-space: nowrap
}

#calendar-container .calendar-form .input {
	width: 256px;
	display: inline-block;
	padding: 4px;
	font-size: 10pt;
	margin-bottom: 0
}

.calendar-widget-parent {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	width: 100%
}




/* VISION FINANCIAL STYLES */
#edit-activity-general-information {
	padding: 20px
}

#edit-activity-general-information>div {
	margin-bottom: 10px
}

#edit-calendar-activity-save-options {
	position: absolute;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	width: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 34px 6px 2px;
	border-radius: 4px;
	display: none
}

#edit-calendar-activity-save-options>span {
	cursor: pointer
}

#edit-calendar-activity-save-options>span:hover {
	color: #f7941e
}

.edit-field {
	width: 125px;
	display: block;
	float: left;
	position: relative;
	margin-top: 8px
}

.edit-activity-field {
	width: 125px;
	display: block;
	float: left;
	position: relative;
	margin-top: 8px
}

.edit-value {
	width: 535px;
	display: block;
	float: left;
	position: relative
}

.edit-activity-value {
	width: 365px;
	display: block;
	float: left;
	position: relative
}

.edit-value input[type=text] {
	border-radius: 2px;
	border: 1px solid #d7d7d7;
	padding: 6px;
	width: 535px;
	box-sizing: border-box;
	height: 30px
}

.edit-value select {
	width: 535px;
	box-sizing: border-box;
	height: 30px
}

.edit-value textarea {
	border-radius: 2px;
	border: 1px solid #d7d7d7;
	padding: 6px;
	width: 535px;
	resize: none;
	height: 64px;
	box-sizing: border-box;
	font-family: inherit;
}

.edit-item {
	margin-bottom: 10px
}

.edit-activity-value input[type=text] {
	border-radius: 2px;
	border: 1px solid #d7d7d7;
	padding: 6px;
	width: 344px;
	box-sizing: border-box;
	height: 30px
}

.edit-activity-value select {
	width: 344px;
	box-sizing: border-box;
	height: 30px
}

.edit-activity-value textarea {
	border-radius: 2px;
	border: 1px solid #d7d7d7;
	padding: 6px;
	width: 344px;
	resize: none;
	height: 64px;
	box-sizing: border-box;
	font-family: inherit;
}

.colorpicker {
	z-index: 1000000
}

#edit-activity-start-date {
	width: 80px
}

#edit-activity-start-time {
	width: 70px
}

#edit-activity-end-date {
	width: 80px
}

#edit-activity-end-time {
	width: 70px
}

#edit-activity-recurring-term {
	width: 176px
}

#edit-activity-recurring-end-date {
	width: 90px
}

#edit-activity-appointment-number {
	width: 140px
}

#edit-activity-appointment-status {
	width: 102px;
	background-color: #86c355;
	color: #fff;
	border-radius: 4px;
	border-width: 0
}

/*
#calendar-form input[type="checkbox"],
#calendar-form input[type="radio"] {
	cursor: pointer;
	box-sizing: border-box;
	width: 21px;
	height: 21px;
	border-width: 0;
	padding: 0;
	margin: 0;
	position: absolute;
}
*/

#calendar-form input[type="checkbox"]:disabled+label,
#calendar-form input[type="radio"]:disabled+label {
	opacity: .5
}

#calendar-form input[type="checkbox"]:focus+label,
#calendar-form input[type="radio"]:focus+label {
	outline: none;
}

#calendar-form input[type="checkbox"]+label,
#calendar-form input[type="radio"]+label {
	display: inline-block;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
}

#calendar-form input[readonly],
#calendar-form select[disabled],
#calendar-form input[readonly="readonly"],
#calendar-form select[disabled="disabled"] {
	opacity: .5;
}

/*
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label{background-image:url(../../images/checkbox-active4.png)}
*/
input.orange-checkbox[type="checkbox"],
input.orange-checkbox[type="radio"] {
	cursor: pointer;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	border-width: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	opacity: 0
}

input.orange-checkbox[type="checkbox"]:disabled+label,
input.orange-checkbox[type="radio"]:disabled+label {
	opacity: .5
}

input.orange-checkbox[type="checkbox"]:focus+label,
input.orange-checkbox[type="radio"]:focus+label {
	outline: 1px dotted #777
}

input.orange-checkbox[type="checkbox"]+label {
	display: inline-block;
	padding-left: 15px;
	height: 15px;
	line-height: 15px;
	background: transparent url(../../images/checkbox-orange.png) no-repeat 0 0
}

input.orange-checkbox[type="checkbox"]:checked+label {
	background-image: url(../../images/checkbox-orange-active.png)
}
/*
.ui-datepicker {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	display: none;
	margin-top: 4px;
	padding: 10px;
	width: 240px
}

.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
	color: #333
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #333;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out
}

.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center
}

.ui-datepicker .ui-datepicker-title {
	font-weight: 700
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-style: normal;
	font-weight: 400;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px
}

.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left
}

.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right
}

.ui-datepicker .ui-datepicker-prev:before {
	content: "<<";
	cursor: pointer
}

.ui-datepicker .ui-datepicker-next:before {
	content: ">>";
	cursor: pointer
}

.ui-datepicker .ui-icon {
	display: none
}

.ui-datepicker .ui-datepicker-calendar {
	table-layout: fixed;
	width: 100%
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 4px 0
}

.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
	-webkit-transition: background-color .1s ease-in-out, color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out, color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out, color .1s ease-in-out;
	transition: background-color .1s ease-in-out, color .1s ease-in-out
}

.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer
}

.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none
}

.ui-datepicker .ui-datepicker-current-day {
	background-color: #333
}

.ui-datepicker .ui-datepicker-current-day a {
	color: #fff
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default
}
*/
.cp-color-picker {
	z-index: 1000000
}



/* FRONT END STYLES */
th.headerSortUp:before {
	content: '▲';
	float: right;
	display: block;
}

th.headerSortDown:before {
	content: '▼';
	float: right;
	display: block;
}

#calendar-agenda {
	display: none;
}

/* avoid flash of agenda before switching to calendar */

.media-grid {
	border-collapse:collapse;
}
#calendar-agenda .agenda-grid, #calendar-agenda .media-grid {
	table-layout: auto;
	margin: 2em 0;
	clear: both;
	width:100%;
}

#calendar-agenda .agenda-mobile-grid {
	display: none;
	clear: both;
}
#calendar-agenda .agenda-mobile-grid .closeOverlay {
	display:none;
}

#calendar-agenda .agenda-details-grid {
	table-layout: auto;
	margin: 0;
}

#calendar-agenda .event-details-item {
	margin-top: 2em;
}

#calendar-agenda .fc-toolbar {
	width: 100%;
	float: left;
}


.mobileCal #calendar-agenda table.agenda-grid,
.mobileCal #calendar-agenda table.media-grid,
.mobileCal #calendar-agenda .fc-right {
	display: none;
}

.mobileCal #calendar-agenda div.agenda-mobile-grid {
	display: block;
}
#agenda-filters input[type=text] {
	vertical-align:top;
	height:30px;
}
#agenda-filters input[type=submit] {
	background-color:transparent;
	padding:0;
	height:30px;
	border-color:#ccc;
}
#agenda-filters select {
	vertical-align: top;
	height:30px;
}

.mobileCal #agenda-filters input[type=text] {
	width: 90%;
	margin: 0 0 1em;
}

.mobileCal #agenda-filters input[type=submit] {
	width: 10%;
	
}

.mobileCal #agenda-filters select {
	width: 100%;
	margin: 0 0 .8em;
}

.mobileCal #calendar-agenda .fc-toolbar {
	margin: 0;
	align-items:start;
	gap:4px;
}

.mobileCal #calendar-agenda form,
.mobileCal #calendar-agenda .fc-left {
	width: 100%;
	float: none;
}

.agenda-grid th,
.media-grid th,
.agenda-details-grid th,
.agenda-grid td,
.media-grid td,
.agenda-details-grid td {
	padding: 1em 8px;
	text-align: left;
	font-weight: normal;
}

.agenda-grid th,
.media-grid th,
.agenda-details-grid th {
	background-color: #fff;
	padding: .8em 8px;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border: 1px solid #ccc;
	font-size: .9em;
	vertical-align: middle;
}

.agenda-grid td,
.media-grid td,
.agenda-details-grid td {
	border: none;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

.agenda-grid td.file,
.media-grid td.file,
.agenda-details-grid td.file {
	text-align: center;
	padding: .7em 8px;
}

.agenda-grid td.file img,
.media-grid td.file img,
.agenda-details-grid td.file img {
	max-width: 100%;
	width: 30px;
}


.fc-toolbar input {
	font-size: inherit;
}

.fc-toolbar input[type=text],
.fc-toolbar select {
	box-sizing: border-box;
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;
	font-size: 1em;
	white-space: nowrap;
	border: 1px solid #ccc;
}

.fc-toolbar input[type=text] {
	border-right: 0;
}

.fc-toolbar select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background: url(../images/icon-select.png) no-repeat right 5px center, linear-gradient(to bottom, #ffffff, #e6e6e6);
	margin-left: 1em;
	border-radius: 4px;
	padding-right: 30px;
}

.fc-toolbar select::-ms-expand {
	width: 12px;
	border: none;
	background: transparent;
	display: none;
}

.fc-toolbar input[type=submit],
.fc-toolbar input+button {
	cursor: pointer;
	border: 1px solid #ccc;
	border-left: none;
	background: #fff;
	position: relative;
	width: 30px;
	height: 2.1em;
	background: #fff url(../images/icon-search.png) no-repeat center center;
	line-height: 1.7;
}

.simple-calendar .fc-toolbar {
	background-color: #701a01;
	color: #fff;
}

.simple-calendar .fc-toolbar h2 {
	font-size: 15px;
	line-height: 30px;
}

.simple-calendar button {
	border: none;
	background: transparent;
	color: #fff;
	line-height: 33px;
}

.simple-calendar button:active,
.simple-calendar button:focus {
	outline: none;
	border: none;
}


.overlayEvent {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .8);
}

.overlayEventWrapper {
	position: fixed;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 95%;
	max-width: 400px;
	max-height: 80%;
	z-index: 10001;
	overflow: visible;
}

.overlayEventContent {
	position: relative;
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
	padding: 20px;
}

a.fc-event {
	cursor: pointer;
}

/*
h1.event-details-name { font:20px 'open_sanslight',sans-serif; margin:.5em 0 0; }
p.event-details-location { margin-top:0; color:#ccc; text-transform:uppercase; }
h1.event-details-name+.agenda-details-grid { margin-top:1em; }
*/
.agenda-details-header th {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	background-image: none;
	padding: .2em 8px;
	letter-spacing: 1px;
}

.agenda-details-header td {
	font-size: 20px;
	padding: .5em 8px;
}

.agenda-details-grid {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size:14px;
	min-width:0;
}

.agenda-details-grid td {
	border: 1px solid #ccc;
	border-bottom: none;
}

.agenda-details-grid:last-of-type td {
	border-bottom: 1px solid #ccc;
}

a.show-event-details {
	color: #ba7300;
	text-decoration: none;
}

a.show-event-details:hover {
	text-decoration: underline;
}

.closeOverlay {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	padding:2px 6px 4px 6px;
	background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
	color:#333 !important;
	border:1px solid #333;
	border-radius:2px;
	font-size:16px;
	line-height:12px;
	vertical-align: top;
}


.admin-message-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
	background-color: #000;
	background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1));
	background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1));
	background: -ms-radial-gradient(circle, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1));
	background: radial-gradient(circle, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1));
}

.admin-message-container {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	overflow: visible;
	z-index: 10001;
}

.admin-message-container-absolute {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	overflow: visible;
	z-index: 10001;
}

.admin-message {
	position: relative;
	border: 1px solid #777;
	border-radius: 8px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	color: #333;
	background-color: #fff;
	overflow: hidden;
}

.admin-message .close {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 8px;
	top: 8px;
	background: #fff url(../../media/images/close.jpg) no-repeat center center;
	cursor: pointer;
}


.dhwp-events-calendar-list .box.events h2 { color: #fff; background: #8ebe13; padding: 7px 10px; position: relative; margin-bottom: 0; }
.dhwp-events-calendar-list .box .box-inner { border: 1px solid #d7d7d7; border-top: none; padding: 10px 15px 0 15px; }
.dhwp-events-calendar-list .box h3 { margin-bottom: 0; margin-top: 0; }
.dhwp-events-calendar-list .box h3 a { color: #ba7300; text-decoration: none; font-weight: normal; font-size: 14px; }
.dhwp-events-calendar-list .box h3 a:hover, .feature-news .box h3 a:active, .feature-news .box h3 a:focus { text-decoration: underline; }
.dhwp-events-calendar-list .box .date { color: #999; font-size: 11px; margin-top: 1px; margin-bottom: 0; }
.dhwp-events-calendar-list .box .excerpt { font-size: 12px; margin-top: 5px; }
.dhwp-events-calendar-list .box .excerpt a { text-decoration: none; color: #ba7300; }

.dhmain .dhwp-events-calendar-list h2 a { font-family:Montserrat, sans-serif; font-size:12pt; position: absolute; background: #fff; border-radius: 4px; color: #333; right: 10px; text-decoration: none; padding: 2px 5px; }
.dhwp-events-calendar-list h2 { font-weight: normal; font-size: 20px; }

.dhwp-events-calendar-list .box-inner {
	background: #ffffff;
}

.dhwp-events-calendar-list>div>.box {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	/* width: calc(50% - 20px); */
}

.dhwp-events-calendar {
	max-width:100% !important;
	font-size:12px;
	background-color:#fff;
	padding:12px;
}

.dhwp-events-media {
	max-width:100% !important;
	font-size:12pt;
	background-color:#fff;
	padding:12px;
}

.mobile-events .event table {
	width:100%;
	border-collapse:collapse;
	font-size:11pt;
	border-width:0;
}


.inner-event-calendar .events {
	border-spacing: 0;
}

.inner-event-calendar .media-grid th {
	border: 0px solid #ccc;
	border-bottom-width:1px;
}
.inner-event-calendar > .media-grid th {
	border-width:1px;	
}

.inner-event-calendar .mobile-events {
	display: none;
}

.inner-event-calendar .mobile-events .event {
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.inner-event-calendar .mobile-events table {
	width: 100%;
	border-spacing: 0;
}

.inner-event-calendar .mobile-events table.media td {
	border: 1px solid #ccc;
	border-bottom-width:0;
	border-top-width:0;
}
.inner-event-calendar .mobile-events table.media td:nth-child(1) {
	border-left-width:0;
}
.inner-event-calendar .mobile-events table.media td:nth-child(4) {
	border-right-width:0;
}

.inner-event-calendar-heading {
 font-weight: 800;
 color: #ba7300;
}

@media (max-width:928px) {
	.inner-event-calendar > .media-grid {
		display: none;
	}

	.inner-event-calendar > .mobile-events {
		display: block;
	}
}