@charset "UTF-8";
/* Section T.Plan
############################################################ */

#trc {
	/*width:100vw;*/
}

#trc h2 {
	display:block;
	width:94%;
	margin:0 auto;
	margin-top:64px;
	margin-bottom:4px;
	padding:5px;
	text-align:center;
	background-color:rgba(178, 34, 34, 0.9);
}

.trc-con {
	display:block;
	width:94%;
	margin:0 auto;
	min-height:400px;
}


/*  For all input type buttons. */
input[type=submit], input[type=button] {
	margin:6px 10px;
	padding:2px 6px;
	font-size:0.875rem;
	font-weight:500;
	line-height:100%;
	color:Lavender;
	border:none;
	border-radius:2px;
	border:2px outset #999;
	cursor:pointer;
	background-color:rgba(230, 230, 250, 0.4);
}


/*  For the radio button div. */
.headbtn-div {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:0;
	
	background-color:rgba(0, 0, 0, 0.7);
}

.headbtn-div * {
	margin:0;
	padding-right:6px;
	font-size:0.875rem;
}

.headbtn-div input[type=radio] {
	width:16px;
	height:16px;
	cursor:pointer;
}

.headbtn-div label {
	padding-left:4px;
	padding-right:10px;
}

#refreshForm input[type=submit], #refreshForm input[type=button] {
	margin-left:24px;
}




/* For tap buttons of the checklist category names. */
.cat-div {
	margin:1px 0;
	overflow:auto;
	white-space:nowrap;
	line-height:125%;
	
	background-color:rgba(0, 0, 0, 0.0);
}

.cat-btn {
	display: inline-block;
	padding:4px;
	font-size:0.75rem;
	font-weight:600;
	line-height:125%;
	
	border:0;
	border-bottom:2px double #222;

	outline: none;
	cursor: pointer;
	
	background-color:rgba(0, 0, 0, 0.5);
}

.cat-div button:first-child {
	color:FireBrick;
	border-bottom-color:FireBrick;
}

::-webkit-scrollbar {
  height: 0px;
}





/* For the grid block of Checklist Item display. */
.grid-div {
	display:block;
	padding:3px;
	border:0;
	background-color:rgba(0, 0, 0, 0.7);
}

.grid-content {
	display:none;
}

.grid-content:first-child {
	display:block;
}

/* For the grid table head */
.tchk-th {
	border-bottom:thin ridge rgba(230, 230, 250, 0.2);
	margin-bottom:4px;
	background-color:rgba(230, 230, 250, 0.1);
}

.tchk-th th {
	margin:0;
	padding:0 0 0 2px;
	font-size:0.625rem;
	text-align:left;
	white-space:nowrap;
	overflow:hidden;
}


/* For the grid table body */
.tchk-td td {
	margin:0;
	padding:0 0 0 2px;
	white-space:nowrap;
	overflow:hidden;
}

.tchk-td:nth-child(odd) {
	background-color:rgba(230, 230, 250, 0.0);
}

.tchk-td:nth-child(even) {
	background-color:rgba(230, 230, 250, 0.1);
}


.tchk-dw7 {
	width:7.0%;
}

.tchk-dw7 input[type=text] {
	width:18px;
	height:18px;
	margin:0;
	padding:0;
	font-family:"Eras Medium ITC";
	font-size:0.875rem;
	text-align:center;
	border:1px ridge #999;
	border-radius:2px;
	cursor:pointer;
	background-color:rgba(230, 230, 250, 0.0);
}

.tchk-dw0 {
	display:none;
	width:0.5%;
}

.tchk-dw1 {
	width:6.5%;
	font-size:0.60rem;
	border-radius:4px;
}

.tchk-dw2 {
	width:33%;
	font-size:0.75rem;
}

.tchk-dw3, .tchk-dw4 {
	width:7.5%;
}

.tchk-dw3 input[type=text], .tchk-dw4 input[type=text] {
	width:18px;
	height:18px;
	margin:0;
	padding:0;
	font-family:"Eras Medium ITC";
	font-size:1.00rem;
	font-weight:500;
	text-align:center;
	line-height:100%;
	border:none;
	border-radius:2px;
	cursor:pointer;
	background-color:rgba(230, 230, 250, 0.5);
}

.tchk-dw5 {
	width:38%;
	font-size:0.75rem;
}

.tchk-dw5 input[type=text] {
	border:none;
	width:98%;
	font-size:0.75rem;
	color:Lavender;
	line-height:100%;
	background-color:rgba(230, 230, 250, 0.0);
}



/* For button to update checked in/out status */
.btn-update {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:6px auto;
	border-top:thin ridge rgba(230, 230, 250, 0.2);
}

.btn-update div {
	display:block;
	width:28px;
	height:28px;
	border-radius:14px;
	margin:10px 0;
	text-align:center;
	background-color:rgba(255, 0, 0, 0.5);
}

.btn-update input[type=submit] {
	margin:0 10px;
	padding:4px 8px;
}



/* ******************************************
For the page Change/Add item for tr.Checklist */

.manchkitem-div {
	display:block;
	width:100%;
	padding:20px;
}

.manchkitem-div h3 {
	padding: 0 0 14px 20px;
}

.manchkitem-div div {
	font-size:0.875rem;
}

.manchkitem-div input, .manchkitem-div select {
	padding:0 4px;
	font-size:0.875rem;
	color:Lavender;
	line-height:140%;
	border-radius:2px;
  background-color:rgba(230, 230, 250, 0.4);
}

.addform1 {
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	padding-left:40px;
	/*border:thin double #999;*/
}

.addform2 {
	margin-bottom:30PX;
	padding-left:40px;
	/*border:thin double #999;*/
}

.addform1 div, .addform2 div {
	margin:0px 0;
}

.add-num input[type=text]{
	border:none;
	width:34px;
}

.add-title select {
	border:none;
	width:200px;
	padding:0 2px 2px 1px;
	margin-bottom:2px;
}

.add-title select option {
	background-color:rgba(0, 0, 0, 0.7);
}

.add-item input[type=text]{
	border:none;
	width:124px;
}

.add-rmk {
	padding-bottom:10px;
}

.add-rmk input[type=text]{
	border:none;
	width:164px;
}

.add-submit {
	display:flex;
	align-items:flex-start;
	justify-content:flex-end;
}

.add-submit input[type=submit] {
	width:60px;
	padding:0px 0 1px 0;
}


/*############################################################ */
@media only screen and (min-width: 600px) {

/*  For all input type buttons. */
input[type=submit], input[type=button] {
	font-size:1.0rem;
}


/*  For radio button div. */
.headbtn-div * {
	padding-right:10px;
	font-size:1.0rem;
}

.headbtn-div input[type=radio] {
	width:18px;
	height:18px;
}

.headbtn-div label {
	padding-left:6px;
}


/* For tap buttons of the checklist title names. */
.tab-btn {
	font-size:0.875rem;
}



/* ******************************************
For the page Change/Add item for tr.Checklist */

.manchkitem-div {
	width:80%;
	margin:0 auto;
}




}


/*############################################################ */
@media screen and (min-width: 600px) {
	
	
}


/*############################################################ */
@media screen and (min-width: 1024px) {

#trc h2 {
	max-width:840px;
	margin-top:120px;
	margin-bottom:6px;
}

.trc-con {
	max-width:840px;
	min-height:460px;
}


/*  For the radio button div. */
.headbtn-div {

}

.headbtn-div * {
	padding-right:20px;
	font-size:1.0rem;
}

.headbtn-div input[type=radio] {
	width:22px;
	height:22px;
}

.headbtn-div label {
	padding-left:6px;
}

#refreshForm input[type=submit], #refreshForm input[type=button] {
	margin-left:32px;
}



/* For tap buttons of the checklist title names. */
.cat-div {
	margin:2px 0;
}

.cat-btn {
	padding:4px 10px;
	font-size:1rem;
	line-height:120%;
}


/* For the grid table body */
.grid-div {
	max-width:840px;
	margin:0 auto;
	padding:5px;
}

.grid-content {

}

.tchk-th th {
	padding:0 0 0 4px;
	font-size:1.0rem;
}

.tchk-td td {
	padding:0 0 0 4px;
}

.tchk-dw7 {
	width:34px;
}

.tchk-dw7 input[type=text] {
	width:22px;
	height:22px;
	font-weight:600;
	font-size:1.0rem;
}

.tchk-dw0 {
	display:none;
	width:6px;
}

.tchk-dw1 {
	width:46px;
	font-size:1.0rem;
}

.tchk-dw2 {
	width:200px;
	font-size:1.0rem;
}

.tchk-dw3, .tchk-dw4 {
	width:42px;
}

.tchk-dw3 input[type=text], .tchk-dw4 input[type=text] {
	width:22px;
	height:22px;
}

.tchk-dw5 {
	width:260px;
	font-size:1.0rem;
	background-color:rgba(0, 0, 250, 0.0);
}

.tchk-dw5 input[type=text] {
	font-size:1.0rem;
}

.tchk-th .tchk-dw7 {
	font-size:0.875rem;
}




/* ******************************************
For the page Change/Add item for tr.Checklist */

.manchkitem-div {
	width:90%;
	margin:0 auto;
}

.manchkitem-div input, .manchkitem-div select {
	font-size:1.0rem;
}

.addform1 div, .addform2 div {
	margin-top:4px;
}

.add-num input[type=text]{
	width:42px;
}

.add-title select {
	width:170px;
}

.add-item input[type=text]{
	width:160px;
}

.add-rmk {
	padding-bottom:2px;
}

.add-rmk input[type=text]{
	width:200px;
}

.add-submit input[type=submit] {
	width:90px;
}


}
