﻿.shift {
	flex: 0 0 150px;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid rgba(34, 36, 38, 0.15);
	position: relative;
	display: flex;
	font-size: 10px;
	background-color: white;
	overflow: hidden;
}

.hours {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(26, 1fr);
	grid-gap: 0px;
	background-color: inherit;
}

.night_shadow {
	position: absolute;
	top: 24px;
	height: 126px;
	z-index: 3;
	background-color: rgba(128, 128, 128, 0.2);
}

.range_tags {
	display: flex;
}

.customshift {
	display: flex;
	margin: 0 0 5px 0;
}

.customshift > div {
	margin: 0 0 0 3px;
	padding: 0 2px 0 2px;
}

.detail .customshift > div {
	margin: 0 3px 0 0;
}

.flagtag {
	display: flex;
	color: white;
	background-color: #0078d7;
}

.flagtag_icon {
	padding-top: 2px;
}

.flagtag_data {
	margin-left: 5px;
}

.hour {
	position: relative;
	border-right: 1px solid silver;
	background-color: inherit;
}

.legend {
	position: absolute;
	margin-left: -7px;
	padding-bottom: 3px;
	background-color: inherit;
	color: silver;
}

.label {
	position: absolute;
	padding: 0 0 0 1px;
	background-color: transparent;
}

.range {
	position: absolute;
	border: 1px solid black;
	overflow: visible;
	white-space: nowrap;
}

.header {
	top: -19px;
	font-size: 12px;
}

.headerex {
	top: -16px;
	border-color: black;
}

.limit_left {
	position: absolute;
	height: 100%;
	border-style: none;
	border-left: 1px solid black;
}

.limit_left.suggestedex {
	border-style: none;
	border-left-style: dashed;
}

.limit_right {
	position: absolute;
	height: 100%;
	border-style: none;
	border-right: 1px solid black;
}

.limit_right.suggestedex {
	border-style: none;
	border-right-style: dashed;
}

.prelimit {
	position: absolute;
	height: 100%;
	border: 1px solid black;
}

.prelimit.suggestedex {
	border-style: dashed;
}

.postlimit {
	position: absolute;
	height: 100%;
	border: 1px solid black;
}

.postlimit.suggestedex {
	border-style: dashed;
}

.hinted {
	border-color: #a6a6a6;
}

.gap {
	border-right: 1px dashed #a6a6a6;
	position: absolute;
	height: 100%;
	z-index: 1;
}

.divider {
	margin: 0;
	position: absolute;
	top: 92px;
	border: none;
	border-top: 1px solid #a6a6a6;
	width: 100%;
	z-index: 2;
}

.marker {
	position: absolute;
	top: 97px;
	border: 1px solid black;
	padding: 1px 3px 2px 3px;
	text-align: center;
}

.beak {
	border: 1px solid black;
	border-color: black transparent transparent black;
	height: 6px;
	width: 6px;
	margin: -5px auto 0 auto;
	transform: rotate(45deg);
}

.shift_width {
	min-width: 40px;
}

.shift_widthx2 {
	min-width: 40px;
}
