﻿.w-33 {
	width: 33% !important;
	min-width: 33% !important;
	max-width: 33% !important;
}

.w-40 {
	width: 40% !important;
}

.w-30 {
	width: 30% !important;
}

.season-high-1 {
	background-color: rgba(30, 97, 239, 0.43);
}

.seasons-list {
	width: 100%;
	min-width: 350px;
	max-width: 400px;
}

.seasons-list .seasons-list-item {
	border: 0;
	border-radius: 5px;
	margin: 5px;
	padding: 5px 10px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.seasons-list .seasons-list-item:hover {
	background-color: rgba(0, 0, 0, 0.06);
}

.seasons-list .seasons-list-item.active {
	margin-top: 5px;
}

.seasons-list .seasons-list-item.active:hover {
	background-color: rgba(0, 123, 255, 0.95);
	color: #FFF;
}

.seasons-list .seasons-list-item .seasons-list-item-container {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

.seasons-list .seasons-list-item .seasons-list-item-container div:first-of-type {
	width: 75%;
	min-width: 1px;
}

.seasons-list .seasons-list-item .seasons-list-item-container div:first-of-type p {
	margin: 0;
	padding: 0;
}

.seasons-list .seasons-list-item .seasons-list-item-container div:first-of-type p:first-of-type {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.seasons-list .seasons-list-item .seasons-list-item-container div:first-of-type p:last-of-type {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

.seasons-list .seasons-list-item .seasons-list-item-container div:first-of-type p:last-of-type span {
	font-weight: 500;
	margin-right: 5px;
}

.season-swatch {
	width: 45px;
	min-width: 45px;
	max-width: 45px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	border-radius: 5px;
	background: #FFF;
	color: #000;
	border-color: #000;
	margin: 1px;
}

.dow-selector label {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 7px;
	font-weight: 400;
}

.dow-selector div.weekDays-selector {
	display: inline-flex;
	display: -ms-inline-flexbox;
	align-items: center;
	-ms-flex-align: center;
	padding-left: 0;
	margin-right: 0;
}

.weekDays-selector input {
	display: none !important;
}

.weekDays-selector input[type=checkbox] + label {
	display: inline-block;
	border-radius: 5px;
	background: #DDDDDD;
	margin: 0 3px 0 0;
	padding: 3px 7px;
	line-height: 19px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	transition: all .2s ease-in-out;
}

.weekDays-selector input[type=checkbox] + label:hover {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.6);
}

.weekDays-selector input[type=checkbox] + label:last-of-type {
	margin-right: 0;
}

.weekDays-selector input[type=checkbox]:checked + label {
	background: #2AD705;
	color: #FFFFFF;
}

.dow-select-day:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.date-picker-calendar {
	width: 100%;
	max-width: 1284px;
	min-width: 1284px;
	background-color: #FFF !important;
	color: #114861 !important;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.125rem;
	-webkit-border-radius: 0.125rem;
	-moz-border-radius: 0.125rem;
	font-weight: 400;
	margin: auto;
	padding: 4px;
	direction: ltr;
	overflow-x: hidden;
	-webkit-touch-callout: none;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.date-picker-calendar .calendar-header {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.date-picker-calendar .calendar-header a {
	background: #DDDDDD;
	margin: 0 3px 0 0;
	padding: 3px 7px;
	border-radius: 5px;
	line-height: 19px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	box-shadow: none;
}

.date-picker-calendar .calendar-header a:hover {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.6);
	box-shadow: none;
}

.date-picker-calendar .months-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-width: 1px;
}

.date-picker-calendar .months-container::after {
	clear: both;
	content: "";
	display: block;
}

.date-picker-calendar .months-container .month-container {
	float: left;
	text-align: center;
	padding: 0;
}

.date-picker-calendar .months-container .month-container.month-2 {
	width: 16.66666667%;
}

.date-picker-calendar .months-container .month-container.month-3 {
	width: 25%;
}

.date-picker-calendar .months-container .month-container.month-4 {
	width: 33.333333333%;
}

.date-picker-calendar .months-container .month-container.month-6 {
	width: 50%;
}

.date-picker-calendar .months-container .month-container.month-12 {
	width: 100%;
}

.date-picker-calendar table {
	border-spacing: 0;
	width: 100%;
	max-width: 196px;
	margin: 4px auto;
}

.date-picker-calendar table td, .date-picker-calendar table th {
	text-align: center;
	border: none;
	padding: 0 !important;
	font-size: 12px;
	font-weight: 500;
}

.date-picker-calendar table.month th {
	padding: 0;
}

.date-picker-calendar table.month th.month-title {
	font-size: 16px;
	padding-bottom: 5px;
}

.date-picker-calendar table.month th.day-header {
	font-size: 14px;
}

.date-picker-calendar table.month td {
	height: auto;
	min-height: 1px;
	width: 28px;
	min-width: 28px;
	max-width: 28px;
}

.date-picker-calendar table.month td.disabled .season-wrapper {
	background: none;
}

.date-picker-calendar table.month td .day-content {
	background-color: transparent;
	width: 25px;
	min-width: 25px;
	max-width: 25px;
	height: auto;
	padding: 0;
	margin: 1px auto 2px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.date-picker-calendar table.month td .day-content:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.date-picker-calendar table.month td .day-content.day-selected {
	background-color: yellow;
}

.date-picker-calendar table.month td .day-content .season-wrapper {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background-color: transparent;
	color: #000;
}

.date-picker-calendar table.month td .day-content .season-wrapper div:first-of-type {
	height: auto;
	width: 100%;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

.date-picker-calendar table.month td .day-content .season-wrapper div:last-of-type {
	height: auto;
	font-weight: 400;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
