.headings,
.shared-list h3.no-results {
    grid-column: 1 / -1;
    display: block;
	width: 100%;
    margin-bottom: 10px;
    font-family: 'Lucida Fax W01 Regular', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.shared-list h3.no-results { text-align: left; }

.shared-list .desktop-filters .print {
	position: relative;
	left: 25px;
}

.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: 10px;
	display: flex;
}
.shared-list ul.timeWindow li {
	flex: 1;
	text-align: center;
	justify-content: space-between;
	align-items: center;
}
.shared-list ul.timeWindow li:first-of-type { flex: 1; }
.shared-list ul.timeWindow li a {
	position: relative;
	line-height: 25px;
	font-size: 15px;
	color: #e0bd6e;
	padding-bottom: 10px;
	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  {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 768px) {
	.shared-list ul.timeWindow li {
    	width: 38%;
	}
	.shared-list ul.timeWindow li:first-of-type {
    	width: 24%;
	}
	.shared-list ul.timeWindow li a{
		padding: 11px 0 9px !important;
		font-size: 14px;
	}
}

.calendar-filter { margin-bottom: 20px; }

.shared-list .headings {
	padding: 0px 20px;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.shared-list h5.headings {
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0 10px;
}

.shared-list h6.headings {
	color: #fff;
	font-weight: 700;
	background-color: #e0bd6e;
	padding: 10px 0;
	margin: 0 0 20px;
	width: 100%;
}

.layout-grid.shared-list h6.headings { margin: 0 15px 20px; }

.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: #e0bd6e;
}

.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: #e0bd6e !important;
	cursor: pointer;
}

.shared-list .date-picker-wrapper table .caption .next .fa,
.shared-list .date-picker-wrapper table .caption .prev .fa{
	color: #33aba1;
	font-size: 16px;
}
.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 tr td {
    padding: 7px 0;
}

.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;
}

.shared-list .date-picker-wrapper .month-wrapper table .month-name{
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	color: #fff !important;
	vertical-align: middle;
	line-height: 32px;

}
.shared-list .date-picker-wrapper .month-wrapper table .week-name{height: 25px !important;}
.shared-list .date-picker-wrapper .month-wrapper table .week-name th {
	font-weight: normal;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
}

.shared-list .date-picker-wrapper .month-wrapper table tbody tr{
	border-top: 1px solid #e0bd6e;
	border-bottom: 1px solid #e0bd6e;
}

.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: 7px 0.5625rem !important;
	color: #e0bd6e;
	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: #fff;
	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: #33aba1 !important;
	border-bottom: 2px solid #33aba1 !important;*/
	color: #fff;
	/*text-shadow: 1px 1px 3px rgba(0,0,0,0.4);*/
	background-color: #e0bd6e;
}

.shared-list .date-picker-wrapper .month-wrapper table .day.toMonth.hovering{color: #fff !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,
.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,
.shared-list .date-picker-wrapper .month-wrapper table .day.real-today.first-date-selected.last-date-selected {
	/*color: #33aba1 !important;
	border-bottom: 2px solid #33aba1 !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 {
	/*color: #33aba1 !important;
	border-bottom: 2px solid #33aba1 !important;*/
	border-radius: 6px;
}

/*.shared-list .date-picker-wrapper .month-wrapper table .day.real-today{background-color: transparent !important}*/
