div.calendar {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 25px;
	padding: 0px 0px 0px 0px;
}

div.calendar_time_labels {
	background-color: transparent;
	width: 60px;
	height: auto;
	float: left;
	padding: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

div.calendar_time_label {
	color: var(--primary-text-color);
	width: 100%;
	height: 16px;
	padding: 0px;
	font-size: 10px;
	text-align: left;
}

div.calendar_banner {
	position: relative;
	background-color: transparent;
	width: fit-content;
	height: auto;
	float: right;
	margin: 15px 0px 25px 0px;
	padding: 0px;
}

button.calendar_banner_button {
	background-color: var(--primary-background-color);
	color: var(--primary-text-color);
	width: auto;
	height: 30px;
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px 15px 0px 15px;
	border: 0px;
	border-radius: 15px;
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight);
	font-size: 10px;
	letter-spacing: 0.5px;
	box-shadow: 2px 2px 5px #00000015;
}

div.calendar_day_columns {
	background-color: transparent;
	width: 100%;
	height: auto;
	float: right;
}

div.calendar_day_column {
	background-color: transparent;
	position: relative;
	width: 14.28%;
	height: 100%;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

div.calendar_day_column_header {
	color: var(--secondary-text-color);
	width: 100%;
	height: 15px;
	margin: 0px 0px 3px 0px;
	font-size: 11px;
	text-align: left;
	overflow: hidden;
	word-break: break-all;
	box-sizing: border-box;
}

div.calendar_day_column_subheader {
	color: var(--primary-text-color);
	width: 100%;
	height: 15px;
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-align: left;
	overflow: hidden;
	word-break: break-all;
}

div.calendar_day_column_time_blocks {
	position: relative;
	width: 100%;
	height: calc(100% - 30px);
	/*overflow-y: clip;*/
}

div.calendar_day_column_time_block {
	width: 100%;
	height: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button.calendar_day_column_time_block_text {
	background: transparent;
	color: var(--primary-text-color);
	width: 100%;
	height: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	font-family: var(--primary-font-family);
	font-size: 11px;
	font-weight: var(--primary-font-weight);
	letter-spacing: 0.5px;
	text-align: center;
}

div.calendar_day_column_time_block_icons {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	height: 7px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}

button.calendar_day_column_time_block_icon {
	background: #111111;
	width: 7px;
	height: 7px;
	border: 0px;
	border-radius: 50%;
	margin: 0px 1px 0px 1px;
	padding: 0px;
}





div.selector_module_item {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	box-shadow: 2px 2px 5px #00000015;
}

button.selector_module_detail {
	position: relative;
	background-color: transparent;
	color: var(--secondary-text-color);
	width: calc(100% - 40px);
	height: auto;
	min-height: 30px;
	float: left;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 25px;
	border: 0px;
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight);
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 24px;
	text-align: left;
	white-space: wrap;
}

button.selector_module_detail:hover {
	color: #555555;
}

button.selector_module_detail:active {
	color: var(--primary-text-color);
}





div.slider_submodule {
	display: inline-block;
	position: relative;
	background-color: transparent;
	width: 100%;
	height: 50px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

div.slider_line {
	position: absolute;
	top: 24px;
	left: 0px;
	background: #333333;
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

div.slider_knob {
	position: absolute;
	background: inherit;
	background-clip: padding-box;
	top: 50%;
	left: 0px;
	width: 15px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	border: 15px solid transparent;
	border-radius: 50%;
	transform: translate(0px, -50%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	touch-action: pan-x;
}

button.slider_label {
	position: absolute;
	background: transparent;
	color: var(--secondary-text-color);
	top: 0px;
	left: 0px;
	width: 80px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight);
	font-size: 13px;
	letter-spacing: 0.5px;
	transform: translate(-17.5px, -160%);
}





div.toggle_module {
	z-index: 5;
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}

div.toggle_module_description {
	width: calc(100% - 60px);
	height: auto;
	float: left;
}

div.toggle_module_description_text {
	color: var(--primary-text-color);
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 8px 0px;
	text-align: left;
}

div.toggle_module_description_value {
	color: var(--secondary-text-color);
	width: 100%;
	height: 20px;
	float: left;
	text-align: left;
	line-height: 20px;
}

label.toggle_module_toggle {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: inline-block;
	width: 45px;
	height: 20px;
}

input.toggle_module_toggle_switch {
	opacity: 0;
	width: 0;
	height: 0;
}

span.toggle_module_toggle_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #EEEEEE;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 20px;
}

span.toggle_module_toggle_slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 4px;
	background-color: var(--primary-background-color);
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

input.toggle_module_toggle_switch:checked + span.toggle_module_toggle_slider {
	background-color: #CCCCCC;
}

input.toggle_module_toggle_switch:checked + span.toggle_module_toggle_slider:before {
	-webkit-transform: translateX(24px);
	-ms-transform: translateX(24px);
	transform: translateX(24px);
}

