@charset "utf-8";
/* ************************************************************ */
/* € Common - CSS - Login & Main Menu */
/* ************************************************************ */

/* Login */
div#index{
	width:350px;
	height:190px;
	margin:100px auto;
	clear:both;
	padding:15px 22px 25px 18px;
	font-size:8pt;
	background:url(../images/login.png) no-repeat;
}
table.index{
	margin:20px 0;
}
table.index th{
	background: none;
	width: 80px;
}

/* Password Reset */
div#password_policy{
	margin: 40px -40px 0 -40px;
	padding: 0 15px 0 15px;
	overflow: auto;
	background: #FFF;
	border-top: solid 10px var(--border-color);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	font-size:small;
}
div#password_policy ol{
	line-height: 20px;
}

/* Main Menu */
div#menu{
	width:540px;
	/* >>> TRF25-014 #9 01/08/2025 e.fukumoto */
	/* margin:100px auto; */
	margin:50px auto 100px;
	/* <<< TRF25-014 #9 01/08/2025 e.fukumoto */
	clear:both;
}
div#menu table{
	border-collapse: separate;
	border-spacing: 20px;
}
div#menu td:not(.blank){
	width: 240px;
	background:url(../images/menu/menu_bg.png) no-repeat;
}
div#menu td.blue:hover{
	background:url(../images/menu/menu_bg_blue.png) no-repeat;
}
div#menu td.green:hover{
	background:url(../images/menu/menu_bg_green.png) no-repeat;
}
div#menu td.purple:hover{
	background:url(../images/menu/menu_bg_purple.png) no-repeat;
}
div#menu td.dark_blue:hover{
	background:url(../images/menu/menu_bg_dark_blue.png) no-repeat;
}
div#menu td.pink:hover{
	background:url(../images/menu/menu_bg_pink.png) no-repeat;
}
div#menu td.red:hover{
	background:url(../images/menu/menu_bg_red.png) no-repeat;
}
div#menu td.red:hover{
	background:url(../images/menu/menu_bg_red.png) no-repeat;
}

div#menu td a{
	display: block;
	line-height: 59px;
	margin-left: 18px;
	padding-left: 41px;
	text-decoration: none;
	font-weight:bold;
	font-size: 11pt;
}
a#ams{
	background:url(../images/menu/ams_icon.png) left center no-repeat;
	color: #164B9B;
}
a#ts{
	background:url(../images/menu/ts_icon.png) left center no-repeat;
	color: #164B9B;
}
a#exp{
	background:url(../images/menu/exp_icon.png) left center no-repeat;
	color: #00665E;
}
a#tr{
	background:url(../images/menu/tr_icon.png) left center no-repeat;
	color: #00665E;
}
a#ozb{
	background:url(../images/menu/ozb_icon.png) left center no-repeat;
	color: #5D153E;
}
a#cc{
	background:url(../images/menu/cc_icon_dark.png) left center no-repeat;
	color: #072063;
}
a#prs{
	background:url(../images/menu/prs_icon.png) left center no-repeat;
	color: #D04F61;
}

/* >>> IT Ticketing System Project 09/06/2025 K.Ono */
a#it{
	background:url(../images/menu/it_icon.png) left center no-repeat;
	color: #771A2A;
}
/* <<< IT Ticketing System Project 09/06/2025 K.Ono */

/* >>> TRF25-014 #9 01/08/2025 e.fukumoto */
/* Main Menu - Timesheet */
div#timesheet_menu{
	width:630px;
	margin:50px auto 0px;
	clear:both;
}
div#timesheet_menu td{
	padding:5px;
}
div#timesheet_menu select, div#timesheet_menu a:link, div#timesheet_menu a:visited{
	color:#FFF;
	display: block;
	text-decoration:none;
	border:3px solid #D7D7D7;
	height:50px;
	line-height:50px;
	width:190px;
	font-weight:bold;
	background-color: var(--list-header-color);
	font-size: 14pt;
}
div#timesheet_menu a:link, div#timesheet_menu a:visited{
	text-align: center;
}
div#timesheet_menu select#location_id{
	height:53px;
	width:205px;
	padding-left: 10px;
}
div#timesheet_menu a:hover, select#location_id:hover{
	border:3px solid #E2C8CB;
}
div#timesheet_menu a.faint{
	color:#CCC;
	pointer-events: none;
}
div#timesheet_menu a.faint:hover{
	border:3px solid #D7D7D7;
}
div#date{
	color: var(--text-color);
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
/* <<< TRF25-014 #9 01/08/2025 e.fukumoto */
