﻿.timesheet {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.calendar {
	flex: 1;
	overflow: hidden;
	margin: 0;
	display: flex;
	flex-direction: column;
	cursor: default;
}

.viewpicker {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.viewpicker_kiosk {
	flex: 1;
	display: flex;
	align-items: center;
}

.the_date {
	padding: 5px 5px 5px 5px;
	margin: 0 3px 0 3px;
	font-size: 18px;
	font-weight: bold;
}

.arrow {
}

.arrow:hover {
	color: white !important;
	background: silver !important;
}

.view {
	padding: 5px 5px 5px 5px;
	margin: 0 3px 0 3px;
	cursor: pointer;
}

.view:hover {
	color: white !important;
	background: silver !important;
}

.monthpicker {
	display: flex;
	align-items: center;
}

.yearpicker {
	display: flex;
	justify-content: center;
}

.year {
	padding: 8px 8px 0 8px;
	font-size: 14px;
}

.calendar_panel {
	flex: 1; 
	overflow: auto;
	margin: 1px 0 1px 0;
}

.multi_panel {
	display: flex;
	flex-direction: column;
}

.multi_header {
	flex: 0; 
	color: white;
	background-color: #334A5F;
}

.multi_body {
	flex: 1; 
}

.monthly_calendar {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 2px;
	font-size: 18px;
	background-color: ghostwhite;
}

.yearly_calendar {
	grid-template-columns: 35px repeat(37, 1fr);
	background-color: ghostwhite;
}

.multi_calendar {
	display: grid;
	grid-gap: 0px;
	background-color: ghostwhite;
}

div.calendar .cells {
	margin: 0;
	padding: 0;
	flex: 1;
	display: flex;
}

div.cells > div {
	flex: 1;
	margin: 1px;
}

.cell {
	display: flex !important;
	min-width: 20px;
	border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.topcell {
	min-height: initial;
	border-bottom: 1px solid transparent;
}

.bottomcell {
	min-height: initial;
	padding-bottom: 3px;
}

.firstcell {
	border-right: 1px solid rgba(34, 36, 38, 0.15);
	background-color: white;
}

.monthcell {
	color: white;
	background-color: #334A5F;
}

div.monthly_calendar .cell {
	border-bottom: none;
}

div.calendar .dow {
	flex: 1;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: #334A5F;
	min-height: 27px;
}

.shell {
	flex: 1;
	display: flex !important;
	flex-direction: column;
}

.multi_calendar .shell {
	display: unset;
	flex-direction: unset;
	align-self: center;
}

.day {
	position: relative;
	flex: 1;
	display: flex;
	cursor: pointer;
}

.null {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: transparent !important;
	cursor: default;
}

.guarism {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1.5px solid transparent;
	border-bottom: 1.5px solid transparent;
}

.guarism:hover {
	font-weight: bold;
}

.rounded {
	border-radius: 50%;
}

.today {
	border-top-color: #0078d7 !important;
}

.workday {
	cursor: pointer;
	padding: 1px;
}

.workday:hover {
	color: white !important;
	background-color: silver !important;
}

.yearly_picker {
	margin: 5px;
}

.yearly_picker > div {
	justify-content: center;
	align-items: center;
}

.yearly_picker > div > div {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 22px;
	width: 100%;
}

.hint_date {
	border: 2px solid transparent;
}

.plain_date {
	color: black;
	background-color: white;
}

.regular_date {
	border-color: black;
}

.deadline_date {
	border-color: #0078d7;
}

.custom_date {
	border-radius: 50%;
	color: white;
	background-color: lightgreen;
}

.yearly_dates_list {
	margin: 0 0 0 5px;
	padding: 5px 5px 0 5px;
}

.date_width {
	width: 150px;
}

.date_icon {
	color: #666666;
	font-size: 16px;
	line-height: 18px;
	pointer-events: none;
	position: absolute;
	top: 7px;
	left: -14px;
	cursor: pointer;
}

.year_title {
	align-self: center;
	font-weight: bold;
}

.worked {
	border-bottom: 1.5px solid black;
}

.mark_none {
	flex: 1;
	flex-basis: 30px;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1.5px solid transparent;
	padding: 0px 2px 0px 2px;
}

.mark_open {
	color: white;
	font-weight: bold;
}

.mark_close {
	color: white;
	font-weight: bold;
}

.mark_square {
	color: white;
	font-weight: bold;
}

.mark_flagged {
	border-color: black;
}

.paydays_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.payday {
	display: flex;
	flex-direction: column;
	margin: 0 5px 3px 0;
	padding-right: 5px;
	border-right: 1px solid black;
}

.payday_regular {
}

.payday_deadline {
}

.fx_on {
	color: dimgrey;
}

.fx_off {
}
