#vacation_nav
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:#90EE90;
	position: sticky;
	top: 0;
	z-index: 1;
}
#vacation_nav li:first-child
{
	float:left;
	width:35%;
}
#vacation_nav li:last-child
{
	float:right;
	width:35%;
}
#monthSelect
{
	float:left;
	width:20%;
}
#vacation_nav #askVac
{
	float:left;
	background-color:red;
	width:10%;
}
#vacation_nav li a
{
	font-size:1.5em;
	display:block;
	color:white;
	text-align:center;
	padding:5px;
}
#vacation_nav li a:hover
{
	background-color:#90EE00;
}
#vacation_nav #askNaVac
{
	float:left;
	width:10%;
}
#vacation_nav li select
{
	font-size:1.5em;
	display:block;
	color:white;
	outline:none;
	border:none;
	background-color:red;
	text-align:center;
	padding:5px;

}
#vacation_nav li select:hover{
	background-color:#90EE00;
	cursor:pointer;
}
#vacationMonthInput
{
	width:100%;
	text-align:center;
	padding:5px;
	font-size:1.5em;
	background-color:transparent;
	outline:none;
	border:none;
}
#vacationTable
{
	border-collapse:collapse;
	width:calc(100% - 2px);
	margin-left:1px;
}
#vacationTable:hover
{
	cursor:default;
}
#vacationTable th, #vacationTable td
{
	border:1px #9CCC65 solid;
	width:14.28%;
}
#vacationTable td
{
	height:50px;
	text-align:left;
	vertical-align:top;
}
#vacationTable .dateStr
{
	display:block;
	font-weight:bold;
	background-color:#7cff87;
	display:inline-block;
	font-size:0.9em;
	padding:0.3em;
	border-bottom-right-radius:1em;
}
#vacationTable .dateStr.holiday{
	background-color:pink;
	color:red;
}
#vacationTable .nameSpan
{
	display:block;
	font-size:0.9em;
	text-align:center;
	position:relative;
	top:-0.8em;
	left:0.2em;
}
#vacationTable .nameSpan span.highlight {
    background-color: lightgrey;
    padding: 0 0.5em;
    border-radius: 1em;
    font-weight: bold;
}
#vacationTable.enableAsk td:hover
{
	cursor:pointer;
	font-weight:bold;
	filter:opacity(80%) brightness(80%);
	-webkit-filter:opacity(80%) brightness(80%);
}
#vacationTable th
{
	background-color:#FFF176;
	border-bottom:3px black double;
}
#vacationTable .thisMonth
{
	background-color:#B3E5FC;
}
#vacationTable .prevMonth
{
	background-color:#F5F5F5;
}
#vacationTable .nextMonth
{
	background-color:#F0F4C3;
}
#availableDuty_table
{
	border-collapse:collapse;
	width:100%;
	margin-bottom:10px;
	border:1px #9CCC65 solid;
}
#availableDuty_table th
{
	border-bottom:3px black double;
	background-color:#DCE775;
}
#availableDuty_table th:not(:first-child){
	padding:5px;
}
#availableDuty_table td
{
	background-color:white;
}
#availableDuty_table td:empty{
	background-color:#d7dfed;
}
#availableDuty_table tr:not(.dateRow) td:not(.workarea):not(:empty):not(:last-child){
	border-right:1px black solid;
}
#availableDuty_table .dateRow{
	border-top:3px black double;
	font-weight:bold;
}
#availableDuty_table .dateRow td.holiday{
	color:red;
}
#availableDuty_table .dateRow td
{
	background-color:#C5E1A5;
}
#availableDuty_table .dateRow td:first-child
{
	background-color:#DCE775;
}
#availableDuty_table td.workarea
{
	background-color:#FFF176;
	text-align:right;
	padding-right:0.5em;
	min-width: 4em;
}
#availableDuty_table td:not(.workarea){
	text-align:center;
}
#availableDuty_table td input[type=checkbox]{
	zoom:1.6;
	margin:0;
	border-radius:10px;
	color:red;
}
#availableDuty_table td input[type=checkbox]:not([disabled]):hover{
	cursor:pointer;
	outline:dashed;
	outline-color:gray;
	outline-offset:1px;
}

form#askworkForm table{
	border-collapse:collapse;
	background-color:#b8eeee;
	width:25em;
}
form#askworkForm table th{
	padding:5px;
	border-bottom:3px black double;
	background-color:#dce775;
}
form#askworkForm table td{
	text-align:center;
	padding:0 3px 3px 1px;
}
form#askworkForm table td label{
	display:inline-block;
}
form#askworkForm table td label input{
	display:none;
}
form#askworkForm table td label span{
	width:2em;
	height:2em;
	line-height:2em;
	background-color:#ccc;
	display:block;
	box-shadow: 2px 2px #444444;
	margin:1px;
}
form#askworkForm table td label span.vacation{
	background-color:gray;
}
form#askworkForm table td label span:not(.vacation):hover{
	cursor:pointer;
	background-color:#c2ffbd;
}
form#askworkForm table td label span.holiday{
	color:red;
}
form#askworkForm table td label span.holiday.vacation{
	color:darkred;
}
form#askworkForm table td label input:checked+span{
	background-color:#feffe1;
	color:blue;
	border-radius:1em;
	line-height:1.5em;
	border:3px red solid;
	box-shadow: inset 1px 1px #444444;
}
form#askworkForm table td label input:checked+span:hover{
	background-color: #c2ffbd;
}
form#askworkForm table td label input:checked+span.holiday{
	color:#1c9312;
}

#need_note_txarea{
	resize:none;
	width:100%;
	height:10em;
}

#need_note_btn_div input[type=button]{
	font-size:1.1em;
}
#need_note_btn_div span {
    display: inline-table;
    margin-right: 1em;
}
#need_note_btn_div span:last-child{
	float:right;
}
#inner_need_div{
	background-color: lightgray;
	width: 88%;
	height: 80%;
	padding-bottom:30px;
	position: relative;
	top: 10%;
	left: 6%;
	overflow-y: scroll;
	outline: none;
	border: 5px outset;
	border-radius: 10px 0 0 10px;
	text-align: center;
}
#inner_need_div p{
	font-weight:bold;
	margin-bottom:2px;
	text-align:left;
}
