.widget.widget-schedule {
	padding: 0 1vw 1rem 1vw;
}
.widget.widget-schedule.multiple {
	padding-top: 2rem;
	position: relative;
}
.widget-schedule .schedule_buttons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 10px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.widget-schedule .schedule_buttons::-webkit-scrollbar {
	height: 0;
}
.widget-schedule .schedule_buttons__add {
	opacity: 0;
	-webkit-transition: opacity 0.5s, ease;
	transition: opacity 0.5s, ease;
	pointer-events: none;
}
.widget-schedule .schedule_buttons .tab-title > a {
	padding: 0.125rem 0.5rem;
	font-size: 0.875rem;
	-webkit-transition: padding 0.5s, ease;
	transition: padding 0.5s, ease;
}
.widget-schedule .schedule_buttons .tab-title.schedule_buttons__add > a {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.4rem;
}
.widget-schedule .schedule_buttons .tab-title > i {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
	right: 0;
	cursor: pointer;
	padding: 0.125rem 0;
	font-size: 0.875rem;;
	-webkit-transition: color 0.25s ease-out, opacity 0.5s, ease;
	transition: color 0.25s ease-out, opacity 0.5s, ease;
}
.widget-group.maximize .widget-schedule .schedule_buttons__add, .widget-group.maximize .widget-schedule .schedule_buttons .tab-title > i {
	opacity: 1;
	pointer-events: all
}
.widget-group.maximize .widget-schedule .schedule_buttons .tab-title > i + a {
	padding-right: 1.3rem;
}
.widget-schedule .schedule_buttons .tab-title > i:hover {
	color: red;
}
.widget-schedule .tabs dd, .widget-schedule .tabs .tab-title {
	margin: 0 3px;
	float: none;
	display: inline-block;
	vertical-align: bottom;
}
.widget-schedule .calendar {
	position: relative;
	height: 100%;
	width: 100%;
}
.widget-schedule .grid {
	position: absolute;
	height: 100%;
	width: 90%;
	margin-left: 10%;
	pointer-events: none;
}
.widget-schedule .grid .hour {
	position: relative;
	float: left;
	width: 4.166667%;
	height: 100%;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	text-align: center;
}
.widget-schedule .grid .hour div,
.widget-schedule .grid .hour:last-child::after {
	display: none;
	position: absolute;
	width: 100%;
	left: -50%;
	bottom: -0.5rem;
	font-size: 0.75rem;
	line-height: 0;
	color: rgba(0, 0, 0, 0.5);
}
.widget-group.w4 .widget-schedule .grid .hour:nth-child(6n + 1) {
	border-left-color: rgba(0, 0, 0, 0.2);
}
.widget-group.w4 .widget-schedule .grid .hour:nth-child(6n + 1) div {
	display: block;
}

.widget-group.w8 .widget-schedule .grid .hour:nth-child(6n + 1) {
	border-left-color: rgba(0, 0, 0, 0.05);
}
.widget-group.w8 .widget-schedule .grid .hour:nth-child(6n + 1) div {
	display: none;
}
.widget-group.w8 .widget-schedule .grid .hour:nth-child(3n + 1) {
	border-left-color: rgba(0, 0, 0, 0.2);
}
.widget-group.w8 .widget-schedule .grid .hour:nth-child(3n + 1) div {
	display: block;
}

.widget-group.w12 .widget-schedule .grid .hour:nth-child(3n + 1) {
	border-left-color: rgba(0, 0, 0, 0.05);
}
.widget-group.w12 .widget-schedule .grid .hour:nth-child(3n + 1) div {
	display: none;
}
.widget-group.w12 .widget-schedule .grid .hour:nth-child(2n + 1) {
	border-left-color: rgba(0, 0, 0, 0.2);
}
.widget-group.w12 .widget-schedule .grid .hour:nth-child(2n + 1) div {
	display: block;
}

.widget-schedule .grid .hour:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.widget-schedule .grid .hour:last-child::after {
	display: block;
	content: '24';
	left: 50%;
}
.widget-schedule .day {
	height: 14.28571429%;
}
.widget-schedule .day .name {
	font-family: monospace;
	width: 10%;
	height: 100%;
	padding-right: 0.5vw;
	font-size: 1rem;
	text-transform: uppercase;
}
.widget-schedule .day .name div {
	text-align: left;
}
.widget-schedule .day .hours {
	float: right;
	position: relative;
	height: 100%;
	width: 90%;
	cursor: copy;
}
.widget-schedule .day .hours .is-open, .widget-schedule .day .hours .is-closed {
	float: left;
	height: 100%;
	border: none;
}
.widget-schedule .day .hours .is-open {
	border-radius: 3px;
	border-style: solid;
	border-color: transparent;
	border-width: 2px 0;
	background-clip: content-box;
	position: relative;
	overflow: hidden;
	cursor: move;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	-webkit-transition: background-color 0.25s, ease-out;
	transition: background-color 0.25s, ease-out;
}
body.light .widget-schedule .day .hours .is-open {
	background-color: rgba(169, 217, 108, 0.75);
}
body.medium .widget-schedule .day .hours .is-open {
	background-color: rgba(110, 197, 0, 0.75);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top: rgba(255, 255, 255, 0.25);
}
body.medium.theme2 .widget-schedule .day .hours .is-open {
	background-color: rgba(78, 128, 0, 0.75);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top: rgba(255, 255, 255, 0.25);
}
body.theme3 .widget-schedule .day .hours .is-open {
	background-color: rgba(208, 201, 11, 0.75);
}
body.light .widget-schedule .day .hours .is-open:hover, body.light .widget-schedule .day .hours .is-open.changing {
	background-color: #c7ff7d;
}
body.medium .widget-schedule .day .hours .is-open:hover, body.medium .widget-schedule .day .hours .is-open.changing {
	background-color: #8dff00;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}
body.theme3 .widget-schedule .day .hours .is-open:hover, body.theme3 .widget-schedule .day .hours .is-open.changing {
	background-color: rgb(255, 242, 60);
}
.widget-schedule .day .hours .is-open > div {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 6px;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	cursor: ew-resize;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}
.widget-schedule .day .hours .is-open > div::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 2px;
	color: rgba(255, 255, 255, 0.5);
	background-color: currentColor;
	box-shadow: 0 4px currentColor, 0 -4px currentColor;
	-webkit-transform: translate(-1px,-1px);
	transform: translate(-1px,-1px);
}
.widget-schedule .day .hours .is-open > div.start {
	left: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.widget-schedule .day .hours .is-open > div.end {
	right: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.widget-group:hover .widget-schedule .day .hours .is-open > div, .widget-schedule .calendar.changing .day .hours .is-open > div {
	opacity: 0.5;
}
#general.offline .widget-schedule .day .hours, #general.offline .widget-schedule .day .hours .is-open, #general.offline .widget-schedule .day .hours .is-open > div{
	cursor: not-allowed;
}
#general .widget-schedule .day .hours .is-open:hover > div, #general .widget-schedule .day .hours .is-open.changing > div {
	opacity: 0.75;
}
#general .widget-schedule .day .hours .is-open > div:hover, #general .widget-schedule .day .hours .is-open > div.is-dragging {
	opacity: 1;
}
@media only screen and (max-width: 64em) {
	.widget-schedule .day .name {
		font-size: 2.5vw;
	}

	.widget-schedule .day .hours .is-open > div {
		width: 15px;
		opacity: 0.75;
	}
	.widget-group:hover .widget-schedule .day .hours .is-open > div, .widget-schedule .calendar.changing .day .hours .is-open > div {
		opacity: 0.75;
	}
}