/* 
审批详情页面css汇总
作者：肖佳
 */
body{
	position:relative;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	transform: none;
	top:-1px;
}

.title-style {
	font-size: 22px;
	margin-top: 60px;
	/*详情页面标题样式修改*/
	background: #0475d3;
    color: #fff;
}

.titleLine-style {
	background: white;
	border-bottom: 1px solid #000;
	height: auto;
}

.A4-style {
	width: 840px;
}

.label-style {
	text-align: right;
	font-weight: bold;
	padding-top: 30px;
	margin-bottom: 0;
}

.block-style {
	background: white;
	border-bottom: 1px solid #000;
	padding-top: 30px;
	margin-bottom: 0;
	height: auto;
}

/* 肖佳-table样式 */
.tab-content {
	/* margin-top:50px; */
	margin: 40px;
}

.attaLink {
	cursor: pointer;
}

.table {
	text-align: center;
	font-size: 13px;
	margin-bottom:40px;
}

.detailTable {
	text-align: center;
	font-size: 13px;
}

.tdName {
	width: 20%;
	font-weight: bold;
	/*新增样式*/
	background: #f5faff;
	text-align: left;
    /* text-indent: 20px; */
}
.table  > tbody > tr > td.tdName,.table  > tbody > tr > td.tdValue{
	padding:8px 20px;
}
.tdValue {
	/* width:30%; */
	word-break:break-all;
	text-align: left;
    /* text-indent: 20px; */
}

.tdTitle {
	font-weight: bold;
	font-size: 16px;
}

.table td {
	border: 1px solid #ccc;
}

.table td a {
	font-size: 13px;
}

.detailTable td {
	border: 1px solid black;
}

.detailTable td a {
	font-size: 13px;
}
.detailTable td img{
	max-width:100%;
}
.detailTable tr>td.tdValue:nth-of-type(4){
	width:30%;
}

.A4print {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 40px;
}

.userNameStyle {
	font-weight: 800;
	background: #FFFFCC;
	margin-top: 5px;
	border: 1px solid #FFF
}

.userRowStyle {
	margin-top: 5px;
	border: 1px solid #FFF
}

.stepName {
	font-weight: 300;
	color: #FFF;
	background: #6699CC;
	border: 1px solid #FFF;
}

.stepTitle {
	font-weight: 800;
	border: 1px solid #FFF;
	background: #99CCFF;
}

.errStyle {
	color: red;
	display: none;
}

.panel-default>.panel-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-default>.panel-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

/* 2019-03-06，wy，增加不换行样式 */
.table-title>td {
	color: #000;
	font-weight: bold;
	white-space: nowrap;
}

/* 王赞-table-title样式 */
.bg-info,.table-title {
	background: #cdecff;
}
/* .detailTable >tbody > tr:last-child > td {
	padding:0;
}
.detailTable >tbody > tr:last-child > td.tdName,.detailTable >tbody > tr:last-child > td.tdValue{
	padding:8px;
} */
 .lastPadding >tbody > tr:last-child > td {
	padding:0;
}
.lastPadding >tbody > tr:last-child > td.tdName,.lastPadding >tbody > tr:last-child > td.tdValue{
	padding:8px;
}

td .table-bordered {
	border:none;
} 

.a-click{
	color: rgb(4,117,210);
    text-decoration: none;
    cursor: pointer;
}
.lastPadding .table{
	margin-bottom:0;
}
.detailPage_btn{
	padding: 0;
    font-size: 13px;
}
/* 2019-03-01，王杨，增加 */
.preDiv{
    white-space: pre-line;
}