.shared-list .date-inputs-container { display: flex; }
.shared-list .date-inputs-container .date { flex: 2; }
.shared-list .date-inputs-container .date-sep { flex: 1; }
.shared-list ul.timeWindow {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
  	list-style: none;
	margin: 0;
	font-size: 0;
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
}
.shared-list ul.timeWindow li {
	flex: 2;
	text-align: center;
	width: 100%;
}
a.rssLink {
	position: absolute;
	top: 10px;
	left: 15px;
}
.shared-layout .filters label.print {
	display: inline;
	color: #fff;
	width: auto;
	font-family: "montserrat",sans-serif;
	font-weight: 100;
	font-size: 14px;
	margin-left: 5px;
}
.shared-layout .filters i.fa.fa-print {
	display: inline-block;
}
.events.shared-layout .filters h4 {
	margin-top: 16px;
}
.shared-layout .filters h4.between {
	font-size: 14px;
	margin-top: 0px;
}
.shared-list ul.timeWindow li a {
	position: relative;
	font-size: 16px;
	color: #fff;
	padding-bottom: 5px;
	display: inline;
	-webkit-box-decoration-break: clone;
			box-decoration-break: clone;
}
.shared-list ul.timeWindow li a.active,
.shared-list ul.timeWindow li a.selected  {
	color: #ff0000;
	border-bottom: 2px solid #ff0000;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.shared-list ul.timeWindow li a{
		font-size: 14px;
	}
}
.events.shared-layout ul.mobile-options li.filter.active a,
.shared-list ul.timeWindow li a{
	padding: 9px 0 1px;
}
@media screen and (min-width: 40em) {
	.shared-list ul.timeWindow li {
		height: 30px;
	}
}

.shared-list .headings {
	margin-bottom: 10px;
	width: 85%;
	height: 100%;
}
.shared-list h5.headings { 
	margin-bottom: 5px; 
	color: #ff0000;
	font-family: "montserrat",sans-serif;	
}
.shared-list h6.headings {
	color: #ff0000;
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: "montserrat",sans-serif;
}
.shared-list h5.headings + h6.headings { margin-top: 0; }

.shared-list.layout-grid .headings{display: none;}

.shared-list .date-picker-wrapper{
	border: none !important;
	background-color: transparent; !important;
	box-shadow: none !important;
}

.shared-list .date-picker-wrapper table thead,
.shared-list .date-picker-wrapper table tr.even,
.shared-list .date-picker-wrapper table tr.alt,
.shared-list .date-picker-wrapper table tr:nth-of-type(even){
	background: transparent;
}

.shared-list .date-picker-wrapper{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding: 0;
	color: #585858;
}

.shared-list .date-picker-wrapper table thead tr th,
.shared-list .date-picker-wrapper table thead tr td,
.shared-list .date-picker-wrapper table thead tr td div{
		color: #585858 !important;
}

.shared-list .date-picker-wrapper table .caption .next .fa,
.shared-list .date-picker-wrapper table .caption .prev .fa{
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.shared-list .date-picker-wrapper table .caption .prev .fa{
    text-align: right;
    width: 100%;
}

.shared-list .date-picker-wrapper .month-wrapper{
	border: none !important;
	width: 100% !important;
	max-width: 250px;
}
.shared-list .date-picker-wrapper .month-wrapper table{
	width: 100% !important;
	background: transparent;
	max-width: 250px;
}
.shared-list .date-picker-wrapper .month-wrapper table tbody {
	background: #fff;
}
.shared-list .date-picker-wrapper .month-wrapper table tr td {
    padding: 5px 0;
    font-size: 14px;
    line-height: 16px;
}

.shared-list .date-picker-wrapper .month-wrapper table thead tr th,
.shared-list .date-picker-wrapper .month-wrapper table thead tr td {
    padding: 0.5rem 0 0.625rem;
    padding-bottom: 2px;
    padding-top: 2px;
}

.shared-list .date-picker-wrapper .month-wrapper table .month-name{
	font-size: 14px;
	width: 100%;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	color: #fff !important;

}
.shared-list .date-picker-wrapper .month-wrapper table .week-name{height: 25px !important;}
.shared-list .date-picker-wrapper .month-wrapper table .week-name th {
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
	font-family: "montserrat",sans-serif;
}

.shared-list .date-picker-wrapper .month-wrapper table tbody tr{
	border-top: 1px solid #585858;
	border-bottom: 1px solid #585858;
}

.shared-list .date-picker-wrapper .month-wrapper table tbody tr:last-of-type{
	border-bottom: none;
}

.shared-list .date-picker-wrapper .month-wrapper table .day{
	padding: 5px 2px !important;
	color: #787878;
	text-align: center;
}
.shared-list .date-picker-wrapper .month-wrapper table .day.invalid { opacity: 0.4; }
.shared-list .date-picker-wrapper .month-wrapper table .day:not(.invalid):hover{
	color: #ff0000;
	cursor: pointer;
}

.shared-list .date-picker-wrapper .month-wrapper table .day.real-today.checked,
.shared-list .date-picker-wrapper .month-wrapper table .day.checked,
.shared-list .date-picker-wrapper .month-wrapper table .day.checked:hover {
	color: #fff;
	background-color: #ff0000;
	font-family: "montserrat",sans-serif;
}

.shared-list .date-picker-wrapper .month-wrapper table .day.toMonth.hovering{color: #ff0000 !important;}

.shared-list .date-picker-wrapper .month-wrapper table .day.real-today.first-date-selected,
.shared-list .date-picker-wrapper .month-wrapper table .checked.first-date-selected {
	border-radius: 6px 0 0 6px;
}

.shared-list .date-picker-wrapper .month-wrapper table .day.real-today.last-date-selected,
.shared-list .date-picker-wrapper .month-wrapper table .checked.last-date-selected {
	border-radius: 0 6px 6px 0;
}

.shared-list .date-picker-wrapper .month-wrapper table .day.real-today.first-date-selected.last-date-selected,
.shared-list .date-picker-wrapper .month-wrapper table .checked.first-date-selected.last-date-selected {
	border-radius: 6px;
}
