
body 
{
	font: 16px Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: white;
	overflow: hidden;
}

#main
{
	position: absolute;
	height: 100%;
	width: 100%;
}

#splash
{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 200;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}

#logo
{
	background: #ffffff;
	z-index: 300;
	border: 1px solid #000000;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 5px 5px 10px 2px #000000 ;
	-moz-box-shadow: 5px 5px 10px 2px #000000 ;
	box-shadow: 5px 5px 10px 2px #000000 ;
	overflow: hidden;
}

#cal2PDF
{
	background-image: url("../img/pdf.png");
 	background-repeat: no-repeat;
 	background-position: center;
 	height: 60px;
}

#rdp2PDF
{
	background-image: url("../img/pdf.png");
 	background-repeat: no-repeat;
 	background-position: center;
 	height: 60px;
}

#man2PDF
{
	background-image: url("../img/pdf.png");
 	background-repeat: no-repeat;
 	background-position: center;
 	height: 60px;
}

#pict
{
	opacity: 1.0;
}

#bench
{
	padding: 10px;
	position: absolute;
	width: 700px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #000000;
	border-radius: 0px 0px 5px 0px;
	-moz-border-radius: 0px 0px 5px 0px;
	-webkit-border-radius: 0px 0px 5px 0px;
	-webkit-box-shadow: 5px 5px 10px 2px #000000 ;
	-moz-box-shadow: 5px 5px 10px 2px #000000 ;
	box-shadow: 5px 5px 10px 2px #000000 ;
	background: #ffffff;
	transition: 1.2s;
	left: -717px;
	opacity: 0.2;
	z-index: 91;
}

#bench_content
{
	position: relative;
	height: 100%;
	width: 100%;
	overflow: auto;
}

#bench_tab
{
	padding: 1px;
	position: absolute;
	left: 720px;
	top: -1px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #000000;
	
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	
	-webkit-box-shadow: 5px 5px 4px #000000 ;
	-moz-box-shadow: 5px 5px 4px #000000 ;
	box-shadow: 5px 5px 4px #000000 ;
	
	background: #ffffff;

	cursor: pointer;
}
	
#year
{
	padding: 10px;
	position: absolute;
	width: 290px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #000000;
	border-radius: 0px 0px 0px 5px;
	-moz-border-radius: 0px 0px 0px 5px;
	-webkit-border-radius: 0px 0px 0px 5px;
	-webkit-box-shadow: 5px 5px 10px 2px #000000 ;
	-moz-box-shadow: 5px 5px 10px 2px #000000 ;
	box-shadow: 5px 5px 10px 2px #000000 ;
	background: #ffffff;
	transition: 1.2s;
	right: -307px;
	opacity: 0.2;
	z-index: 91;
}


#year_wrp
{
	position: relative;
	height: 100%;
	width: 100%;
	overflow: auto;
	width: 295px;
}

#year_cnt
{
	width: 271px;
}



#year_tab
{
	padding: 1px;
	position: absolute;
	left: -19px;
	top: -1px;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #000000;
	
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	
	-webkit-box-shadow: -1px 1px 1px #bbbbbb;
	-moz-box-shadow: -1px 1px 1px #bbbbbb;
	box-shadow: -1px 1px 1px #bbbbbb;
	
	background: #ffffff;
	
	cursor: pointer;
}

.year_val1_row
{
	display: grid;
	grid-gap: 1px;
	grid-template-rows: 20px;
	grid-template-columns: 9px 75px 45px 10px 10px 75px 45px;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #999999;
}

.year_hdr_row
{
	margin: 0px;
	display: grid;
	grid-gap: 1px;
	grid-template-rows: 18px;
	grid-template-columns: 270px;
	vertical-align: bottom;
	align-items: flex-end;
	justify-content: center;
	font-size: 11px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #999999;
	text-align: center;
}

.year_end_row
{
	margin: 0px;
	display: grid;
	grid-gap: 1px;
	grid-template-rows: 18px;
	grid-template-columns: 270px;
	vertical-align: bottom;
	align-items: flex-end;
	justify-content: center;
	font-size: 11px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #999999;
	text-align: center;
}

.year_sep
{
	display: grid;
	grid-gap: 1px;
	grid-template-rows: 10px;
	grid-template-columns: 9px 73px 44px 11px 10px 74px 44px;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #999999;
	text-align: center;
}

.year_lbl_row
{
	margin: 0px;
	display: grid;
	grid-gap: 1px;
	grid-template-rows: 13px;
	grid-template-columns: 130px 9px 130px;
	vertical-align: bottom;
	align-items: flex-start;
	justify-content: center;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #999999;
}

.year_lbl_row_b
{
	margin: 0px;
	display: grid;
	grid-gap: 1px;
	grid-template-rows: 10px;
	grid-template-columns: 130px 9px 130px;
	align-items: flex-end;
	justify-content: center;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #999999;
}

.year_sublbl_row
{
	margin: 0px;
	display: grid;
	grid-gap: 1px;
	grid-template-rows: 8px;
	grid-template-columns: 129px 9px 129px;
	vertical-align: bottom;
	align-items: flex-start;
	justify-content: center;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #999999;
}

.year_val_row
{
	display: grid;
	grid-gap: 1px;
	grid-template-rows: 20px;
	grid-template-columns: 9px 73px 44px 11px 10px 74px 44px;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #999999;
}

.year_label
{
	margin: 0px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}

.year_label_b
{
	margin: 0px;
	font-size: 11px;
	text-align: center;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #999999;
}

.year_sublbl
{
	margin: 0px;
	font-size: 8px;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #999999;
}

.year_value
{
	margin: 0px;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	background: #dddddd;
}

.year_unit_c
{
	margin: 0px;
	font-size: 8px;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	border-width: 0px 0px 1px 0px;
	border-color: #999999;
}

.year_unit_b
{
	margin: 0px;
	font-size: 8px;
	text-align: left;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	border-width: 0px 0px 1px 0px;
	border-color: #999999;
}

.year_unit
{
	margin: 0px;
	font-size: 8px;
	text-align: left;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	border-width: 0px;
}

.year_titel
{
	margin: 0px;
	line-height: 20px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	border: 0px;
	background: #999999;
}

.year_void
{
	margin: 0px;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	border-left: 1px solid black;
	border-color: #999999;
	height: 100%;
}


#set_year
{
	margin: 0px;
	text-align: center;
	font-size: 64px;
	width: 269px;
	height: 50px;
	border-width: 1px;
	border-color: #999999;
}

.rdplbl
{
	margin: 2px;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}

.rdpval
{
	background: #dddddd;
	margin: 2px;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}

.rdpunit
{
	margin: 2px;
	font-size: 8px;
	text-align: left;
	vertical-align: middle;
}




#sheet
{
	aspect-ratio: 16/8;
	margin-left: auto;
	margin-right: auto;
	max-height:100%; 
	max-width:100%;
}
 
.frame
{
	fill: #ffffff;
	stroke: #000000;
}

.monthheader
{
	fill: #bbbbbb;
	opacity: 0.5;
}

.dayheader
{
	fill: #bbbbbb;
	opacity: 0.5;
}

.dayheadertext
{
	fill: #222222;
	opacity: 1.0;
	dominant-baseline: middle;
	text-anchor: middle;
	font-size: 32px;
	stroke: #222222;
	stroke-width: 0.5;
	width: 50px;
}

.daytypetext1
{
	fill: #111111;
	opacity: 1.0;
	dominant-baseline: hanging;
	text-anchor: left;
	font-size: 11px;
}

.daytypetext2
{
	fill: #ffffff;
	opacity: 1.0;
	dominant-baseline: hanging;
	text-anchor: left;
	font-size: 11px;
}

.daytypetext3
{
	fill: #111111;
	opacity: 1.0;
	dominant-baseline: hanging;
	text-anchor: left;
	font-size: 11px;
}

.daytypetext4
{
	fill: #ffffff;
	opacity: 1.0;
	dominant-baseline: hanging;
	text-anchor: left;
	font-size: 11px;
}

.phdaytext1
{
	fill: #111111;
	opacity: 1.0;
	dominant-baseline: hanging;
	text-anchor: left;
	font-size: 11px;
}

.phdaytext2
{
	fill: #ffffff;
	opacity: 1.0;
	dominant-baseline: hanging;
	text-anchor: left;
	font-size: 11px;
}

.phdaytext3
{
	fill: #111111;
	opacity: 1.0;
	dominant-baseline: hanging;
	text-anchor: left;
	font-size: 11px;
}

.phdaytext4
{
	fill: #ffffff;
	opacity: 1.0;
	dominant-baseline: hanging;
	text-anchor: left;
	font-size: 11px;
}

.day
{
	fill: #ffffff;
	opacity: 0;
}

.day1
{
	fill: #dddddd;
	opacity: 1;
}

.day2
{
	fill: #418ab3;
	opacity: 1;
}

.day3
{
	fill: #fec306;
	opacity: 1;
}

.day4
{
	fill: #fec306;
	opacity: 1;
}

.shift1
{
	fill: #dddddd;
	opacity: 0.5;
}

.shift2
{
	fill: #418ab3;
	opacity: 0.5;
}

.shift3
{
	fill: #fec306;
	opacity: 0.5;
}

.shift4
{
	fill: #fec306;
	opacity: 0.5;
}

.sft0
{
	fill: #fbfbfb;
	opacity: 1.0;
	stroke: #ffffff;
	stroke-width: 1;
}

.sft1
{
	fill: #418ab3;
	opacity: 1.0;
	stroke: #ffffff;
	stroke-width: 1;
}

.sft2
{
	fill: #f69200;
	opacity: 1.0;
	stroke: #ffffff;
	stroke-width: 1;
}

.sft3
{
	fill: #fec306;
	opacity: 1.0;
	stroke: #ffffff;
	stroke-width: 1;
}

.sft4
{
	fill: #838383;
	opacity: 1.0;
	stroke: #ffffff;
	stroke-width: 1;
}

.sft5
{
	fill: #a6b727;
	opacity: 1.0;
	stroke: #ffffff;
	stroke-width: 1;
}

.sft6
{
	fill: #a6b727;
	opacity: 1.0;
	stroke: #ffffff;
	stroke-width: 1;
}

.svg_shift
{
	dominant-baseline: middle;
	text-anchor: middle;
}

.svg_twt
{
	fill: #ff0000;
	dominant-baseline: middle;
	text-anchor: middle;
	opacity: 0.0;
}

.svg_twr
{
	fill: #ff0000;
	dominant-baseline: middle;
	text-anchor: middle;
	opacity: 0.0;
}

.svg_taz1
{
	fill: #ff0000;
	dominant-baseline: middle;
	text-anchor: middle;
	opacity: 0.0;
}

.svg_taz2
{
	fill: #ff0000;
	dominant-baseline: middle;
	text-anchor: middle;
	opacity: 0.0;
}

.svg_taz3
{
	fill: #ff0000;
	dominant-baseline: middle;
	text-anchor: middle;
	opacity: 0.0;
}

.svg_taz4
{
	fill: #ff0000;
	dominant-baseline: middle;
	text-anchor: middle;
	opacity: 0.0;
}

	