.headings,
.shared-list h3.no-results {
	grid-column: 1 / -1;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	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 {
	text-align: center;
	justify-content: space-between;
	align-items: center;
}
.shared-list ul.timeWindow li a {
	position: relative;
	line-height: 1;
	font-size: 15px;
	padding-bottom: 3px;
	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;
}

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

.daterange-calendar {
    margin-bottom: 40px;
}

.daterange-calendar .footer { display: none; }

.daterange-calendar table,
.daterange-calendar thead,
.daterange-calendar tr {
    background-color: transparent !important;
}

.daterange-calendar table {
    width: 100%;
}

.daterange-calendar .month-name {
    font-size: 20px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.daterange-calendar .caption .prev,
.daterange-calendar .caption .next {
    display: flex;
    align-items: center;
}

.daterange-calendar .caption .prev {
    justify-content: flex-start;
}

.daterange-calendar .caption .next {
    justify-content: flex-end;
}

.daterange-calendar .caption i {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.daterange-calendar .week-name th {
    color: white;
    font-size: 16px;
}

.daterange-calendar .caption {
    border-bottom: none;
}

.daterange-calendar tr {
    border-bottom: 1px solid #D3EFEF;
}

.daterange-calendar td {
    color: #D3EFEF;
    font-size: 16px;
    text-align: center;
}

.daterange-calendar td {
    padding: 0;
}

.daterange-calendar td div,
.daterange-calendar th {
    padding: 8px;
}

.daterange-calendar td div {
    margin: 3px 0;
}

.shared-list .date-picker-wrapper .month-wrapper table .day.valid {}

.shared-list .date-picker-wrapper .month-wrapper table .day.checked {
    background-color: var(--secondary-blue);
    color: white;
}

.calendar-label {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.timeWindow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    list-style: none;
}

.timeWindow li {
    padding-bottom: 20px;
}

.timeWindow li > a {
    color: #D3EFEF;
    font-size: 16px;
}

.timeWindow li > a.active {
    color: var(--secondary-blue);
    font-weight: 700;
    border-bottom: 1px solid var(--secondary-blue);
}

.date-inputs-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.date-inputs-container .date-sep {
	text-align: center;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
}

.date-inputs-container .date-sep p {
	font-size: 0.875em;
	color: #fff;
}

.date-inputs-container input.shared-input {
	font-family: var(--font-secondary);
	font-size: 0.875em;
	color: #fff;
	text-align: center;
	padding: 7px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	background-color: transparent;
	margin: 0;
	height: 35px;
	line-height: 35px;
	width: 100%;
	vertical-align: middle;
}

.date-inputs-container span {
    color: white;
    display: inline-block;
    margin: 0 8px;
}

.date-inputs-container input.txt_daterange_calendar::-webkit-input-placeholder {
    color: white;
    opacity: 1;
    font-size: 16px;
}
.date-inputs-container input.txt_daterange_calendar:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    opacity: 1;
    font-size: 16px;
}
.date-inputs-container input.txt_daterange_calendar::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    opacity: 1;
    font-size: 16px;
}
.date-inputs-container input.txt_daterange_calendar:-ms-input-placeholder {
    color: white;
    opacity: 1;
    font-size: 16px;
}

.shared-list .headings {
	padding: 0px;

	height: 100%;
	position: relative;

}

.shared-list h5.headings {
	font-size: 30px;
	margin: 20px 0 10px;
}
.shared-list .shared-items ul h5.headers:first-of-type(1) { margin-top: 0; }

.shared-list h6.headings {
	color: #fff;
	font-weight: 300;
	background-color: var(--secondary-blue);
	padding: 5px;
	padding-bottom: 0px;
	padding-bottom: 0px;
	margin: 0 0 20px;

	line-height: 24px;
	padding-bottom: 0;
	height: 34px;
	font-size: 20px
}

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

.shared-list .date-picker-wrapper{
	border: none !important;
	background-color: transparent;
	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: var(--secondary-blue);
}

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

.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: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
}

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

.shared-list .date-picker-wrapper .month-wrapper table tbody tr{}
.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;
	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: var(--secondary-blue);
}

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

.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,
.shared-list .date-picker-wrapper .month-wrapper table .checked.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{background-color: transparent !important}*/
