@charset "UTF-8";

tr.select-tr{
   color: aliceblue;
   background-color: #486edb;
}
.btn-attfile{
	font-size: 23px;
	cursor: pointer;
	border-radius: .35rem;
}
.btn-attfile:hover{
	color:#fff;
	background-color:#858796;
	border-color:#858796;
}
.table-over-text{
	table-layout: fixed;
}
.table-over-text td{
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden; 
}
.btn-cancel{
	color:#e74a3b;
	font-size: 23px;
	cursor: pointer;
	border-radius: 1rem;
}
.btn-cancel:hover{
	color:#fff;
	background-color:#e83e2e40;
}
.scroll-controller{
	display: block; 
	background-color: rgba(90, 92, 105, .5); 
	width: 15rem; 
	height: 2.75rem; 
	right: 4rem; 
	bottom: 1rem; 
	line-height: 34px;
}

.pic_bx {
/* 	width: 50%;  */
}

div.pic_bx img {
/* 	width: 50%;  */
}

