/*
 * Miva Merchant
 *
 * This file and the source codes contained herein are the property of
 * Miva, Inc.  Use of this file is restricted to the specific terms and
 * conditions in the License Agreement associated with this file.  Distribution
 * of this file or portions of this file for uses not covered by the License
 * Agreement is not allowed without a written agreement signed by an officer of
 * Miva, Inc.
 *
 * Copyright 1998-2022 Miva, Inc.  All rights reserved.
 * http://www.miva.com
 *
 */

.mm_runtimebranchpreview_datepicker_header_font
{
	font-family: 'Neue Haas Grotesk Display', sans-serif;
	letter-spacing: 0.01em;
}

.mm_runtimebranchpreview_datepicker_background
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(15, 22, 38, 0.7);
	display: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2147483646;
}

.mm_runtimebranchpreview_datepicker_dialog
{
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	width: 700px;
	height: auto;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	z-index: 2147483647;
}

.mm_runtimebranchpreview_datepicker_container
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba( 27, 71, 159, 0.15 );
	box-sizing: border-box;
}

.mm_runtimebranchpreview_datepicker_content_container
{
	position: relative;
	display: flex;
	margin: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	box-sizing: border-box;
}

.mm_runtimebranchpreview_datepicker_close
{
	position: absolute;
	top: 15px;
	right: 20px;
	width: 15px;
	height: 15px;
	color: #8b8f98;
	speak: none;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	text-decoration: none !important;
	font-family: "MivaIcons" !important;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
}

.mm_runtimebranchpreview_datepicker_close::before
{
  font-family: "MivaIcons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e005';
}

.mm_runtimebranchpreview_datepicker_close:hover
{
	color: #6a6e79;
}

.mm_runtimebranchpreview_datepicker_title
{
	position: relative;
	display: block;
	padding: 30px 92px 5px 30px;
	font-size: 27px;
	font-weight: normal;
	text-align: left;
	color: #494a53;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 0;
	cursor: default;
}

.mm_runtimebranchpreview_datepicker_subtitle
{
	position: relative;
	display: block;
	padding: 0 30px 30px 30px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #5b5c67;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 0;
	cursor: default;
}

.mm_runtimebranchpreview_datepicker_content
{
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	flex-grow: 1;
}

.mm_runtimebranchpreview_datepicker_content_body
{
	padding: 0 30px;
}

.mm_runtimebranchpreview_datepicker_actionbar
{
	position: relative;
	display: flex;
	padding: 40px 30px 40px;
	white-space: nowrap;
	text-align: right;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}

.mm_runtimebranchpreview_datepicker
{
	position: relative;
	display: flex;
	align-items: flex-start;
}

.mm_runtimebranchpreview_datepicker_date_only
{
	position: relative;
	display: flex;
	justify-content: center;
}

.mm_runtimebranchpreview_datepicker_date_only .mm_runtimebranchpreview_datepicker_time_container
{
	display: none;
}

.mm_runtimebranchpreview_datepicker_time_container
{
	position: relative;
	margin: 67px 0 0 25px;
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	flex-grow: 1;
}

.mm_runtimebranchpreview_datepicker_time_hms_container
{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mm_runtimebranchpreview_datepicker_time_period_container
{
	position: relative;
	display: inline-flex;
	margin-top: 18px;
	width: 70px;
	align-items: center;
	justify-content: flex-end;
	border: 1px solid #e0e1e4;
	border-radius: 4px;
}

.mm_runtimebranchpreview_datepicker_time_label
{
	position: relative;
	display: inline-block;
	padding: 0;
	margin-left: 5px;
	text-align: center;
}

.mm_runtimebranchpreview_datepicker_time_prompt
{
	position: relative;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #494A53;
}

.mm_runtimebranchpreview_datepicker_time_period
{
	position: relative;
	display: inline-flex;
	margin: -1px;
	height: 30px;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	flex-grow: 1;
}

.mm_runtimebranchpreview_datepicker_time_period:hover
{
	color: #2f75ff;
}

.mm_runtimebranchpreview_datepicker_time_period.mm_runtimebranchpreview_datepicker_time_period_active
{
	background-color: #2f75ff;
	color: #fff;
}

.mm_runtimebranchpreview_datepicker_time_period.mm_runtimebranchpreview_datepicker_time_period_disabled:hover,
.mm_runtimebranchpreview_datepicker_time_period.mm_runtimebranchpreview_datepicker_time_period_disabled
{
	background-position: transparent;
	color: #cfd2d6;
	cursor: default;
}

.mm_runtimebranchpreview_datepicker_calendar_container
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1px;
	width: 288px;
	flex-shrink: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector
{
	position: relative;
	display: flex;
	height: 50px;
	background: #fff;
	align-items: center;
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_prev,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_next
{
	position: relative;
	display: inline-flex;
	width: 40px;
	height: 50px;
	color: #494a53;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	cursor: pointer;
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_prev:before
{
	position: absolute;
	top: 27px;
	left: 19px;
	width: 8px;
	height: 2px;
	background-color: #494a53;
	border-radius: 1px;
	transform: rotate(50deg);
	content: '';
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_prev:after
{
	position: absolute;
	top: 22px;
	left: 19px;
	width: 8px;
	height: 2px;
	background-color: #494a53;
	border-radius: 1px;
	transform: rotate(-50deg);
	content: '';
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_next:before
{
	position: absolute;
	top: 27px;
	left: 14px;
	width: 8px;
	height: 2px;
	background-color: #494a53;
	border-radius: 1px;
	transform: rotate(-50deg);
	content: '';
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_next:after
{
	position: absolute;
	top: 22px;
	left: 14px;
	width: 8px;
	height: 2px;
	background-color: #494a53;
	border-radius: 1px;
	transform: rotate(50deg);
	content: '';
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_prev:hover::before,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_prev:hover::after,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_next:hover::before,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_next:hover::after
{
	background-color: #2f75ff;
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_prev.disabled,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_next.disabled
{
	cursor: default;
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_prev.disabled::before,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_prev.disabled::after,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_next.disabled::before,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_next.disabled::after,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_prev.disabled:hover::before,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_prev.disabled:hover::after,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_next.disabled:hover::before,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_next.disabled:hover::after
{
	background-color: #969da8;
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_title
{
	position: relative;
	display: inline-flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	padding: 9px;
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_title_month
{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #5b5c67;
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_title_year
{
	position: relative;
	display: inline-flex;
	align-items: center;
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_title_year_select
{
	position: relative;
	display: inline-block;
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_title_year_select .mm_runtimebranchpreview_datepicker_calendar_month_selector_title_year_select_button
{
	position: relative;
	display: flex;
	margin: 2px 0 0 6px;
	padding: 0;
	height: 18px;
	line-height: 1;
	text-align: left;
	border-bottom: 1px solid #5b5c67;
	box-sizing: border-box;
	align-items: center;
	cursor: pointer;
	outline: none;
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_title_year_select .mm_runtimebranchpreview_datepicker_calendar_month_selector_title_year_select_button .mm9_button_text,
.mm_runtimebranchpreview_datepicker_calendar_month_selector_title_year_select.active .mm_runtimebranchpreview_datepicker_calendar_month_selector_title_year_select_button .mm9_button_text
{
	padding: 0;
	line-height: 1.2em;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Neue Haas Grotesk Display', sans-serif;
	letter-spacing: 0.01em;
	color: #5b5c67;
	white-space: nowrap;
}

.mm_runtimebranchpreview_datepicker_calendar_month_selector_title_year_select .mm_runtimebranchpreview_datepicker_select_menu
{
	top: 30px;
}

.mm_runtimebranchpreview_datepicker_calendar_weekday_container
{
	position: relative;
	display: block;
	height: 48px;
	background-color: #e9ecf0;
	border-radius: 8px 8px 0 0;
}

.mm_runtimebranchpreview_datepicker_calendar_weekday_title
{
	position: absolute;
	display: inline-flex;
	width: 40px;
	height: 48px;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Neue Haas Grotesk Display', sans-serif;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #969da8;
	align-items: center;
	justify-content: center;
}

.mm_runtimebranchpreview_datepicker_calendar_week_container
{
	position: relative;
	display: block;
}

.mm_runtimebranchpreview_datepicker_calendar_column
{
	position: absolute;
	top: -1px;
	bottom: -1px;
	width: 42px;
	border: 1px solid #e0e1e4;
	box-sizing: border-box;
}

.mm_runtimebranchpreview_datepicker_calendar_column_0
{
	left: 0;
	border-radius: 0 0 0 8px;
}

.mm_runtimebranchpreview_datepicker_calendar_column_1
{
	left: 41px;
}

.mm_runtimebranchpreview_datepicker_calendar_column_2
{
	left: 82px;
}

.mm_runtimebranchpreview_datepicker_calendar_column_3
{
	left: 123px;
}

.mm_runtimebranchpreview_datepicker_calendar_column_4
{
	left: 164px;
}

.mm_runtimebranchpreview_datepicker_calendar_column_5
{
	left: 205px;
}

.mm_runtimebranchpreview_datepicker_calendar_column_6
{
	left: 246px;
	border-radius: 0 0 8px 0;
}

.mm_runtimebranchpreview_datepicker_calendar_week
{
	position: relative;
	display: block;
	height: 36px;
}

.mm_runtimebranchpreview_datepicker_calendar_week + .mm_runtimebranchpreview_datepicker_calendar_week
{
	border-top: 1px solid #e0e1e4;
}

.mm_runtimebranchpreview_datepicker_calendar_day
{
	position: absolute;
	display: inline-flex;
	top: 0;
	bottom: 0;
	width: 40px;
	text-align: center;
	font-size: 13px;
	color: #5b5c67;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.mm_runtimebranchpreview_datepicker_calendar_week:last-child .mm_runtimebranchpreview_datepicker_calendar_day_0
{
	border-radius: 0 0 0 8px;
}

.mm_runtimebranchpreview_datepicker_calendar_week:last-child .mm_runtimebranchpreview_datepicker_calendar_day_6
{
	border-radius: 0 0 8px 0;
}

.mm_runtimebranchpreview_datepicker_calendar_day:hover
{
	color: #2f75ff;
	box-shadow: 0 2px 10px rgba(47, 117, 255, 0.15);
	z-index: 1;
}

.mm_runtimebranchpreview_datepicker_calendar_day_differentmonth
{
	background: #fff;
	color: #969da8;
}

.mm_runtimebranchpreview_datepicker_calendar_day_noselect,
.mm_runtimebranchpreview_datepicker_calendar_day_noselect:hover
{
	background: #f5f7fa;
	color: #969da8;
	box-shadow: none;
	cursor: default;
}

.mm_runtimebranchpreview_datepicker_calendar_day_differentmonth.mm_runtimebranchpreview_datepicker_calendar_day_noselect,
.mm_runtimebranchpreview_datepicker_calendar_day_differentmonth.mm_runtimebranchpreview_datepicker_calendar_day_noselect:hover
{
	color: #cfd2d6;
}

.mm_runtimebranchpreview_datepicker_calendar_day_current
{
	color: #2f75ff;
	font-weight: 500;
}

.mm_runtimebranchpreview_datepicker_calendar_day_current:hover
{
	color: #2f75ff;
}

.mm_runtimebranchpreview_datepicker_calendar_day_active,
.mm_runtimebranchpreview_datepicker_calendar_day_active:hover
{
	background: #2f75ff;
	color: #fff;
}

.mm_runtimebranchpreview_datepicker_calendar_day_0
{
	left: 1px;
}

.mm_runtimebranchpreview_datepicker_calendar_day_1
{
	left: 42px;
}

.mm_runtimebranchpreview_datepicker_calendar_day_2
{
	left: 83px;
}

.mm_runtimebranchpreview_datepicker_calendar_day_3
{
	left: 124px;
}

.mm_runtimebranchpreview_datepicker_calendar_day_4
{
	left: 165px;
}

.mm_runtimebranchpreview_datepicker_calendar_day_5
{
	left: 206px;
}

.mm_runtimebranchpreview_datepicker_calendar_day_6
{
	left: 247px;
}

/* Core button styles */

.mm_runtimebranchpreview_datepicker_actionbutton_primary,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary
{
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	margin-left: 10px;
	padding: 0 25px;
	height: 44px;
	text-align: center;
	line-height: 1;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	cursor: pointer;
	outline: none;
	transition: background-color 0.2s linear, border-color 0.2s linear, box-shadow 0.2s linear;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mm_runtimebranchpreview_datepicker_actionbutton_primary .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_primary .mm9_button_text,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary .mm9_button_text
{
	color: transparent;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.2s linear;
}

.mm_runtimebranchpreview_datepicker_actionbutton_primary .mm9_button_text,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary .mm9_button_text
{
	padding: 0;
	font-family: 'Neue Haas Grotesk Display', sans-serif;
	font-weight: 500;
	letter-spacing: 0.010em;
}

/* Primary button styles */

.mm_runtimebranchpreview_datepicker_actionbutton_primary
{
	background: #2f75ff;
	border-color: #2f75ff;
}

.mm_runtimebranchpreview_datepicker_actionbutton_primary.focus
{
	box-shadow: 0 0 0 3px #c7dfff;
}

.mm_runtimebranchpreview_datepicker_actionbutton_primary:hover
{
	background-color: #1a5cde;
	border-color: #1a5cde;
	box-shadow: 0 8px 15px rgba( 31, 67, 137, 0.36 );
}

.mm_runtimebranchpreview_datepicker_actionbutton_primary.active
{
	background-color: #1f4389;
	border-color: #1f4389;
	box-shadow: none;
}

.mm_runtimebranchpreview_datepicker_actionbutton_primary.disabled,
.mm_runtimebranchpreview_datepicker_actionbutton_primary.disabled:hover,
.mm_runtimebranchpreview_datepicker_actionbutton_primary.disabled.focus,
.mm_runtimebranchpreview_datepicker_actionbutton_primary.disabled.active
{
	background-color: #add0ff;
	border-color: #add0ff;
	box-shadow: none;
}

.mm_runtimebranchpreview_datepicker_actionbutton_primary .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_primary .mm9_button_text
{
	color: #fff;
}

.mm_runtimebranchpreview_datepicker_actionbutton_primary.active .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_primary.active .mm9_button_text
{
	color: #fff;
}

.mm_runtimebranchpreview_datepicker_actionbutton_primary.disabled .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_primary.disabled:hover .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_primary.disabled.focus .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_primary.disabled.active .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_primary.disabled .mm9_button_text,
.mm_runtimebranchpreview_datepicker_actionbutton_primary.disabled:hover .mm9_button_text,
.mm_runtimebranchpreview_datepicker_actionbutton_primary.disabled.focus .mm9_button_text,
.mm_runtimebranchpreview_datepicker_actionbutton_primary.disabled.active .mm9_button_text
{
	color: #d9e8ff;
}

/* Secondary button styles */

.mm_runtimebranchpreview_datepicker_actionbutton_secondary
{
	background: #fff;
	border-color: #e0e1e4;
}

.mm_runtimebranchpreview_datepicker_actionbutton_secondary.focus
{
	box-shadow: 0 0 0 3px #e9ecf0;
}

.mm_runtimebranchpreview_datepicker_actionbutton_secondary:hover
{
	border-color: #d3e2ff;
	box-shadow: none;
}

.mm_runtimebranchpreview_datepicker_actionbutton_secondary.active
{
	border-color: #2f75ff;
	box-shadow: none;
}

.mm_runtimebranchpreview_datepicker_actionbutton_secondary .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary .mm9_button_text
{
	color: #6a6e79;
}

.mm_runtimebranchpreview_datepicker_actionbutton_secondary.focus .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary.focus .mm9_button_text
{
	color: #6a6e79;
}

.mm_runtimebranchpreview_datepicker_actionbutton_secondary:hover .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary:hover .mm9_button_text
{
	color: #2f75ff;
}

.mm_runtimebranchpreview_datepicker_actionbutton_secondary.active .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary.active .mm9_button_text
{
	color: #2f75ff;
}

.mm_runtimebranchpreview_datepicker_actionbutton_secondary.disabled,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary.disabled:hover,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary.disabled.focus,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary.disabled.active
{
	border-color: #e0e1e4;
}

.mm_runtimebranchpreview_datepicker_actionbutton_secondary.disabled .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary.disabled:hover .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary.disabled.focus .mm9_button_image,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary.disabled.active .mm9_button_image
.mm_runtimebranchpreview_datepicker_actionbutton_secondary.disabled .mm9_button_text,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary.disabled:hover .mm9_button_text,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary.disabled.focus .mm9_button_text,
.mm_runtimebranchpreview_datepicker_actionbutton_secondary.disabled.active .mm9_button_text
{
	color: #cfd2d6;
}

/* MMSelect Styles */

.mm_runtimebranchpreview_datepicker_select
{
	position: relative;
	display: block;
	width: auto;
}

.mm_runtimebranchpreview_datepicker_select .mm_runtimebranchpreview_datepicker_select_button
{
	position: relative;
	display: flex;
	margin: 0;
	padding: 0 40px 0 15px;
	height: 44px;
	line-height: 1;
	text-align: left;
	background: #fff;
	border: 1px solid #e0e1e4;
	border-radius: 4px;
	box-sizing: border-box;
	transition: 0.2s border-color linear;
	align-items: center;
	cursor: pointer;
	outline: none;
}

.mm_runtimebranchpreview_datepicker_select .mm_runtimebranchpreview_datepicker_select_button.focus
{
	border-color: #539cff;
}

.mm_runtimebranchpreview_datepicker_select .mm_runtimebranchpreview_datepicker_select_button:hover
{
	border-color: #cfd2d6;
}

.mm_runtimebranchpreview_datepicker_select .mm_runtimebranchpreview_datepicker_select_button.active,
.mm_runtimebranchpreview_datepicker_select.active .mm_runtimebranchpreview_datepicker_select_button
{
	border-color: #539cff;
}

.mm_runtimebranchpreview_datepicker_select.invalid .mm_runtimebranchpreview_datepicker_select_button,
.mm_runtimebranchpreview_datepicker_select.invalid .mm_runtimebranchpreview_datepicker_select_button.active,
.mm_runtimebranchpreview_datepicker_select.invalid.active .mm_runtimebranchpreview_datepicker_select_button
{
	border-color: #ea6570;
}

.mm_runtimebranchpreview_datepicker_select.title_visible
{
	margin-top: 23px;
}

.mm_runtimebranchpreview_datepicker_select.title_visible .mm9_button_title
{
	position: absolute;
	display: block;
	top: -24px;
	left: 0;
	color: #494a53;
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
}

.mm_runtimebranchpreview_datepicker_select .mm9_button_title.normal
{
	font-weight: normal;
}

.mm_runtimebranchpreview_datepicker_select.required .mm9_button_title
{
	font-weight: 700;
}

.mm_runtimebranchpreview_datepicker_select.optional .mm9_button_title
{
	font-weight: normal;
	font-style: italic;
}

.mm_runtimebranchpreview_datepicker_select .mm_runtimebranchpreview_datepicker_select_button .mm9_button_text,
.mm_runtimebranchpreview_datepicker_select.active .mm_runtimebranchpreview_datepicker_select_button .mm9_button_text
{
	padding: 0;
	line-height: 1.2em;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	color: #494a53;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.mm_runtimebranchpreview_datepicker_select.invalid .mm_runtimebranchpreview_datepicker_select_button .mm9_button_text,
.mm_runtimebranchpreview_datepicker_select.invalid .mm_runtimebranchpreview_datepicker_select_button:hover .mm9_button_text
{
	color: #ea6570;
}

.mm_runtimebranchpreview_datepicker_select_button .mm9_menubutton_dropdown
{
	position: absolute;
	display: block;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 6px;
	border: none;
	background: none;
	transform: translateY(-50%);
}

.mm_runtimebranchpreview_datepicker_select_button .mm9_menubutton_dropdown_bg1
{
	position: absolute;
	top: 2px;
	left: 3px;
	width: 7px;
	height: 2px;
	background-color: #6a6e79;
	border-radius: 1px;
	transform: rotate(-45deg);
	transition: all 0.2s linear;
}

.mm_runtimebranchpreview_datepicker_select.active .mm_runtimebranchpreview_datepicker_select_button .mm9_menubutton_dropdown_bg1
{
	transform: rotate(45deg);
}

.mm_runtimebranchpreview_datepicker_select_button .mm9_menubutton_dropdown_bg2
{
	position: absolute;
	top: 2px;
	left: -1px;
	width: 7px;
	height: 2px;
	background-color: #6a6e79;
	border-radius: 1px;
	transform: rotate(45deg);
	transition: all 0.2s linear;
}

.mm_runtimebranchpreview_datepicker_select.active .mm_runtimebranchpreview_datepicker_select_button .mm9_menubutton_dropdown_bg2
{
	transform: rotate(-45deg);
}

.mm_runtimebranchpreview_datepicker_select .mm_runtimebranchpreview_datepicker_select_button.disabled,
.mm_runtimebranchpreview_datepicker_select .mm_runtimebranchpreview_datepicker_select_button.disabled:hover,
.mm_runtimebranchpreview_datepicker_select .mm_runtimebranchpreview_datepicker_select_button.disabled.focus,
.mm_runtimebranchpreview_datepicker_select.active .mm_runtimebranchpreview_datepicker_select_button.disabled,
.mm_runtimebranchpreview_datepicker_select.active .mm_runtimebranchpreview_datepicker_select_button.disabled:hover,
.mm_runtimebranchpreview_datepicker_select.active .mm_runtimebranchpreview_datepicker_select_button.disabled.focus
{
	border-color: #e0e1e4;
	background-color: #fff;
	cursor: default;
}

.mm_runtimebranchpreview_datepicker_select .mm_runtimebranchpreview_datepicker_select_button.disabled .mm9_button_text
{
	color: #e0e1e4;
}

.mm_runtimebranchpreview_datepicker_select_button.disabled .mm9_menubutton_dropdown_bg1,
.mm_runtimebranchpreview_datepicker_select_button.disabled .mm9_menubutton_dropdown_bg2,
.mm_runtimebranchpreview_datepicker_select.active .mm_runtimebranchpreview_datepicker_select_button.disabled .mm9_menubutton_dropdown_bg1,
.mm_runtimebranchpreview_datepicker_select.active .mm_runtimebranchpreview_datepicker_select_button.disabled .mm9_menubutton_dropdown_bg2
{
	background-color: #e0e1e4;
}

.mm_runtimebranchpreview_datepicker_select_menu
{
	position: absolute;
	display: none;
	top: 57px;
	left: 3px;
	padding: 10px 0;
	max-height:  300px;
	text-align: left;
	background: #fff;
	border: 1px solid #ecedf2;
	border-radius: 4px;
	box-shadow: 0 12px 20px rgba(127, 155, 211, 0.25);
	box-sizing: border-box;
	overflow: auto;
	z-index: 1;
}

.mm_runtimebranchpreview_datepicker_select_menu .mm9_menubutton_menu_item
{
	position: relative;
	display: flex;
	padding: 0 25px;
	height: 30px;
	white-space: nowrap;
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	color: #6a6e79;
	background-color: #fff;
	align-items: center;
	cursor: pointer;
}

.mm_runtimebranchpreview_datepicker_select_menu.wrap_items .mm9_menubutton_menu_item
{
	padding-top: 6px;
	padding-bottom: 6px;
	height: auto;
	white-space: normal;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 18px;
	box-sizing: border-box;
}

.mm_runtimebranchpreview_datepicker_select_menu .mm9_menubutton_menu_item.selected_option
{
	color: #2f75ff;
	background-color: #f5f7fa;
	font-weight: bold;
}

.mm_runtimebranchpreview_datepicker_select_menu .mm9_menubutton_menu_item.mm9_menubutton_menu_item_selected
{
	background-color: #2f75ff;
	color: #fff;
}

.mm_runtimebranchpreview_datepicker_select_menu .mm9_menubutton_menu_item.mm9_menubutton_menu_item_disabled
{
	background-color: #fff;
	color: #cfd2d6;
	cursor: default;
}

.mm_runtimebranchpreview_datepicker_select_menu .mm9_menubutton_menu_item.mm9_menubutton_menu_item_disabled.selected_option
{
	background-color: #f5f7fa;
}