documentlog.css 757 Bytes
body{
	background-color:#f2f2f2;
}
.div-log-radio{
	/* margin-left:10px; */
	margin-top:25px;
}
.div-log-radio input[type="radio"]{
	margin-right:10px;
	cursor: pointer;
}
.div-log-radio label{
/* 	margin-right:40px; */
	cursor: pointer;
	color:#139ce9;
	display: inline-block;
}
.tab-content{
	flex-grow:1;
	padding-left:10px;
	padding-top:6px;
	padding-right:10px;
	margin:20px;
	background-color: white;
/* 	height:290px; 
	overflow: auto;*/
}

.tab-pane table{
	width:100%;
}
.tab-pane th{
	text-align:left;
	font-weight: normal;
	color:#139ce9;
}
.tab-pane thead th{
	border-bottom:1px dashed #ccc;
}
.tab-pane th,.tab-pane td{
	line-height: 30px;
}
.img-selected-arrow{
    margin-top: -18px;
    margin-left: 20px;
}
.sort-time{
	
	cursor:pointer;
}