.shared-list .date-inputs-container { 
	display: flex; 
	margin-top: 16px;
	margin-bottom: 12px;
	padding: 0 15px;
}

.shared-list .filter.calendar-filter{
	margin-bottom: 20px;
}
.shared-list .date-inputs-container .date { flex: 2; }
.shared-list .date-inputs-container .date-sep { flex: 1; }
.shared-list ul.timeWindow {
	font-size: 16px;
	font-weight: 600;
  	list-style: none;
	margin: 0;
	font-size: 0;
	margin-bottom: 14px;
	display: flex;
	
}
.shared-list ul.timeWindow li {
	flex: 2;
	text-align: center;
}
.shared-list ul.timeWindow li:first-of-type { flex: 1; }
.shared-list ul.timeWindow li a {
	position: relative;
	height: 38px;
	line-height: 39px;
	font-size: 18px;
	font-weight: 500;
	color: #cfcfcf;
	padding-bottom: 5px;
	display: inline;
	-webkit-box-decoration-break: clone;
			box-decoration-break: clone;
	font-family: "expressway", serif;
}

.shared-list ul.timeWindow li a:hover,
.shared-list ul.timeWindow li a:focus{
	text-decoration: none;
}
.shared-list ul.timeWindow li a.active,
.shared-list ul.timeWindow li a.selected  {
	color: #fff;
	border-bottom: 1px solid #034f84;
}

@media only screen and (max-width: 1024px) {
	.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;
	}
}

.shared-list .headings {
	margin-bottom: 10px;
	width: 85%;
	height: 100%;
	font-family: 'expressway', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #1d9ad5;
}
@media only screen and (min-width: 1024px) {
	.shared-list .headings {
		width: 100%;
	}
}
.shared-list h5.headings { margin-bottom: 5px; }
.shared-list h6.headings {
	color: #2d2d2d;
	margin-bottom: 20px;
	font-size: 24px;
}
.shared-list h5.headings + h6.headings { 
	font-family: 'expressway', Arial, Helvetica, sans-serif;
	margin-top: 0; 
	text-transform: uppercase;
}

.shared-list.layout-grid .headings{display: none;}

.shared-list .date-picker-wrapper{
	border: none !important;
	background-color: #f3f3f3;
	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 .caption .next .fa,
.shared-list .date-picker-wrapper table .caption .prev .fa{
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
	line-height: 26px;
	width: 100%;
}

.shared-list .date-picker-wrapper .month-wrapper{
	padding: 20px;
	margin: 0 auto;
    border: none !important;
    width: 100% !important;
}


@media only screen and (max-width: 1024px) {
	.shared-list .date-picker-wrapper .month-wrapper{
		padding: 15px;
	}
}




.shared-list .date-picker-wrapper .month-wrapper table{
	width: 100% !important;
	background: transparent;
	max-width: 250px;
	margin: 0;
	border: none;
}

.shared-list .date-picker-wrapper .month-wrapper tbody{
	border:none;
}
.shared-list .date-picker-wrapper .month-wrapper .caption {
	margin-bottom: 5px;
}
.shared-list .date-picker-wrapper .month-wrapper tr{
	border: none;
}
.shared-list .date-picker-wrapper .month-wrapper table tr td {
   	padding: 6px 0;
    border: none;
}

.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.425rem;
}

.shared-list .date-picker-wrapper .month-wrapper table thead tr th span.next,
.shared-list .date-picker-wrapper .month-wrapper table thead tr th span.prev {
	height: 26px;
	width: 26px;
	display: block;
	background-color: #034f84;
	text-align: center;
}

.shared-list .date-picker-wrapper .month-wrapper table .month-name {
	font-size: 19px;
	width: 100%;
	color: #000;
	text-align: center;
	font-family: 'expressway', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
}

.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: capitalize;
	color: #000;
	font-family: 'expressway', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.shared-list .date-picker-wrapper .month-wrapper table tbody tr{
	border-top: 1px solid #a2a1a1;
	border-bottom: none;
}

.shared-list .date-picker-wrapper .month-wrapper table tbody tr:last-of-type{

}

.shared-list .date-picker-wrapper .month-wrapper table .day{
	padding: 4px 0;
	color: #636363;
	text-align: center;
	font-family: 'expressway', Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
}
.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{
	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 {
	background: #fad100;
	font-family: 'expressway', Arial, Helvetica, sans-serif;
	color: #101821;
}

.shared-list .date-picker-wrapper .month-wrapper table .day.toMonth.hovering{color: #1d9ad5 !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: #101821 !important;
	background: #fad100;
	font-family: 'expressway', Arial, Helvetica, sans-serif;

}

.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-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.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-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
