.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: 2;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.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: 16px;
	color: #585858;
	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: #cbdf0d;
	border-bottom: 2px solid #cbdf0d;
}

@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;
	}
}

.shared-list .headings {
	margin-bottom: 10px;
	width: 85%;
	height: 100%;
}
.shared-list h5.headings { margin-bottom: 5px; }
.shared-list h6.headings {
	color: #0498d9;
	margin-top: 15px;
	margin-bottom: 20px;
}
.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;
}
.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: 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: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, 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: 7px 0.5625rem !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: #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: #cbdf0d !important;
	border-bottom: 2px solid #cbdf0d !important;*/
	color: rgba(0, 0, 0, 0.4);
	/*text-shadow: 1px 1px 3px rgba(0,0,0,0.4);*/
	background-color: #cbdf0d;
	font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
}

.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: #cbdf0d !important;
	border-bottom: 2px solid #cbdf0d !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: #cbdf0d !important;
	border-bottom: 2px solid #cbdf0d !important;*/
	border-radius: 6px;
}

/*.shared-list .date-picker-wrapper .month-wrapper table .day.real-today{background-color: transparent !important}*/
