.content{
	max-width: 960px;
	padding: 36px 0 42px;
}
/*---------------------------------------HEADER++---------------------------*/
.page_header{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: -20px;
}
#history_header{
	margin: 0 auto 20px;
}
#history-tab-bar{
	top: 20px;
}
/*-------------------------------HISTORY TABLE-----------------------------*/
#history_table{	background: white;}
#t_header > *, #t_body .row > *{
	display: inline-block;
	vertical-align: top;
}
#t_header > *{font-weight: bold;}
#history_table .row{
	height: 36px;
	color: #666666;
	font-size: 14px;
	line-height: 36px;
	position: relative;
	border: 1px solid #cccccc;
	padding-left: 16px;
	margin-bottom: -1px;
}
#t_body .row:hover{
	background: #ccccff;
	font-weight: bold;
}
#t_body .row:hover .t_fulldesc_btn{background: var(--maincolor); color: white;}
.t_act{	width: 215px;
}
.t_desc{width:	calc(100% - 480px);
min-width: 72px;}
.t_datetime{width: 135px;}
.t_admin{width: 92px;}
.t_fulldesc_btn{
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
	border: 1px solid #9999cc;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	right: 10px;
	top: 10px;
	user-select: none;
}
.t_fulldesc{
	display: none;
	opacity: 0;
	position: absolute;
	border: 1px solid;
	background: white;
	padding: 10px;
	right: 0;
    bottom: 35px;
}
.t_fulldesc_btn:hover + .t_fulldesc {
	display: block;
	opacity: 1;
	transition: opacity 0.2s;
}
.t_fulldesc:before{
	content: "";
	height: 10px;
    width: 10px;
    right: 13px;
    background: white;
    position: absolute;
    bottom: -6px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
}
.t_short_desc{    
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t_desc_line{
	display: block;
	line-height: normal;
}
#history_header .nav-link.active{
	color: var(--maincolor);
}
#history_header .nav-link{
	color: var(--colortabs);
}
@media screen and (max-width:991px){
	#history_header{
		max-width: 720px;
		width: auto;
	}
}
@media screen and (max-width:767px){

	#history_header{
		max-width: 540px;
	}
	.t_act{ width: calc(100% - 317px);}
}
@media screen and (max-width:576px){
	#history_header{
		max-width: 540px;
	}
	.page_header {
		margin-bottom: 0px;
	}
	.t_datetime {
		width: 96px;
	}
	#history_table .row{
		height: 45px;
		line-height: 20px;
	}
	.t_act{ width: calc(100% - 304px);
	min-width: 124px;}
	.t_desc{ min-width: 100px;}
	.t_datetime {
		width: 77px;
	}
	.t_admin{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media screen and (max-width:367px){
	.t_act {
		min-width: 80px;
	}
	#history_table .row {
		height: auto;
	}
}


