.tcvat-content{
	width:100%;
	height:100%;
	border:0px solid #d8d8d8;
	overflow-y: auto;
} 
.tcvat-content table,tr,td{
	border:1px solid #d8d8d8; 
	top:0;/* 8px; */
	position: relative;
	border-collapse:collapse;
	word-wrap:break-word;
	word-break:break-all;
	padding: 5px 10px; 
} 
.tcvat-content table td input{
	border-radius: 4px;
    border: 1px solid #d9d9d9;
    line-height: 30px;
    padding-left: 10px;
}
.tcvat-content {
	position:relative;
	width:100%;
	height:100%;
} 
/*.tcvat-bor{position: relative;width: 100px;}*/
.tcvat-bor a{color:#2b87f3;
	text-decoration:none; 
}
.tcvat-content .tcvat-icon{
	position: absolute;
	top: 0;
	display:inline-block;
	right:0;
	z-index:5; 
	background-image: url(history.png); /*引入图片图片*/
	background-repeat: no-repeat; /*设置图片不重复*/
	background-position: right center; /*图片显示的位置*/
	width: 20px; /*设置图片显示的宽*/
	height: 12px; /*图片显示的高*/
	cursor: pointer;
}
.tcvat-content .tcvat-icon:hover{
	background-image: url(history_hover.png);	
}
.tcvat-read-input-base {
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	border-bottom-color:#d8d8d8;
	border-bottom-width:1px;
	border-bottom-style:solid;
	text-overflow: ellipsis;
	padding-right: 30px;
	margin-right: -25px;
	width:100%;
}
.tcvat-icon-base{
	width:16px;
	height:16px;
	background-image: url(basedata.png);
	background-size: 16px;
	background-repeat:no-repeat;
	vertical-align: middle;
	display: inline-block;
}
.tcvat-read-input { 
	border: 0px;
	outline:none;
	cursor: pointer;
}
/* #kd-theme .declareTable .tab-item{
	border:0;
	color: #666666;
}
#kd-theme .declareTable .tab-item:first-child{
	border-left: 0;
}
#kd-theme .declareTable .tab-item-active {
    /* color: #fff; */
    /* background-color: white;
    border-bottom: 2px solid #5582F3; */
    /* margin-bottom: -3px; */
/* }
#kd-theme .declareTable .tab-item-active.riskwarn{
	background-color: white;
}  */
#kd-theme .declareTable .tab-item-content{
	padding:0 8px;
}
#kd-theme .declareTable .tab-active{
	/* position:absolute;
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 2px;
    content: "";
    opacity: 0;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in;
    -webkit-transform: scaleX(0);
	transform: scaleX(0); */
	border-bottom-width: 2px;
    border-bottom-style: solid;
}
.declareTable td.riskwarn{
	background: rgba(247,238,85,0.5);
}
.declareTable table td input:hover{
	border:1px solid #40a9ff;
}
.declareTable table td.riskwarn input:hover{
	border:1px solid red;
}
.declareTable table td.riskwarn input{
	border:1px solid red;
}
#tcvatdeclareflex .Ww32GbIl{
	width:100%;
}
.taxDeclaration .declareTable .riskCircle.active{	
	display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: red;
	margin-left:10px;
}
.taxDeclaration .declareTable table{
	width:100%;
}
/*申报预警样式*/
.taxDeclaration .declareTable{
	float:left;
	width:100%;
	padding: 20px 30px;
	position: absolute;
	height: 100%;
}
.taxDeclaration .taxRiskWarningImgNo{
	background-image: url(safe.png);
	background-repeat:no-repeat;
	background-size: 100%;
	height: 40px;
    width: 40px;
    position: absolute;
    right: 40px;
	z-index: 10;
	cursor: pointer;
}
.taxDeclaration .taxRiskWarningImg{
	background-image: url(warn.png);
	background-repeat:no-repeat;
	background-size: 100%;
	height: 40px;
    width: 40px;
    position: absolute;
    right: 40px;
	z-index: 10;
	cursor: pointer;
}
.taxDeclaration .taxRiskWarningClose{
	cursor: pointer;
}
.taxDeclaration .riskWarning{
	position: absolute;
	float:left;
	width:420px;
	font-family: "microsoft yahei"; 
	z-index:999;
	overflow: auto;
	height: calc(100% - 40px);
	padding: 0 5px;

}
.taxDeclaration .riskWarning .riskTitle.norisk .titleContent{
	color:#26B175;
	background: rgba(38,177,117,0.19);
}    
.taxDeclaration .riskWarning .riskTitle .titleContent{
	color:#FD6C6A;
	/*background: rgba(253,108,106,0.19);*/
	background: rgba(245, 245, 245, 0.8);
	height:40px;
	line-height:40px;	
	font-size:16px;	
	border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.taxDeclaration .riskWarning .riskTitle.norisk .taxRiskWarningClose{
	background-image: url(close3.png);
}
.taxDeclaration .riskWarning .riskTitle .taxRiskWarningClose{
	/*background-image: url(warn_close.png);*/
	background-image: url(close3.png);
    background-position-x: center;
    background-position-y: center;
	background-repeat: no-repeat;
	background-size:18px; 
}
.taxDeclaration .riskContent{
	overflow-y: auto;
	max-height: calc(100% - 40px);
	/* min-height: 260px; */
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;  
}
.taxDeclaration .riskContent .contentTitle{
	font-size:14px;
	color:rgba(51,51,51,1);
	font-weight: 600;        
}
.taxDeclaration .riskWarning .riskContent li{        
	border-bottom: 1px solid rgba(213,217,228,1);
	padding: 17px 20px;
}
.taxDeclaration .riskWarning .riskContent .content{
	display:none;
	font-size:12px;
	color:rgba(102,102,102,1);
	overflow: hidden;
    word-break: break-all;	
}  
.taxDeclaration .riskWarning .riskContent.contentno .contentimg{
	background-image: url(nowarnlast.png);
	background-position-x: center;
    background-position-y: 50px;
	background-repeat: no-repeat;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background-size: 120px;
	height: 180px;
}
.taxDeclaration .riskWarning .riskContent .contentnotext
{
	text-align: center;
	margin-left: 20px;
	margin-bottom: 60px;
    color: #828282;
    font-size: 14px;
}
.taxDeclaration .riskWarning .riskContent .contenthave{
	display: none;
}
.taxDeclaration .riskWarning .riskContent .items{
	display:none;                     
}  
.taxDeclaration .riskWarning .riskContent li.active{
	border-left: 2px solid #FD6C6A;
	/* background: rgba(238,242,253,1); */
	background:rgba(253,108,106,0.1);
}
.taxDeclaration .riskWarning .riskContent li.active .contentTitle{
	margin-bottom: 5px;                     
}   
.taxDeclaration .riskWarning .riskContent li.active .content{        
	display: block;
}

.tcvat-rpt-icon{
	position: relative;
	display:inline-block;
	right:0;
	z-index:5; 
	background-image: url(rpticon.png); /*引入图片图片*/
	background-repeat: no-repeat; /*设置图片不重复*/
	background-position: right center; /*图片显示的位置*/
	width: 220px; /*设置图片显示的宽*/
	height: 220px; /*图片显示的高*/
}

.taxDeclaration .declareTable input[type="checkbox"] {    
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
	height: 11px;
	position: relative;
	margin-left: 10px;
    margin-right: 5px;
}

.taxDeclaration .declareTable input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	border: 1px solid #CACDCF;
}
.taxDeclaration .declareTable input[type="checkbox"]:checked::before {
	content: url("selected.png");    
	color: #fff;
	position: absolute;
	top: -2px;
	left: -2px;
	border: 0;
	font-size: 12px;
	font-weight: bold;
}
.taxDeclaration .declareTable input[type="checkbox"]:disabled::before {
	background: #F5F5F5;
}
.taxDeclaration .declareTable input[type="checkbox"]:disabled:checked::before {
	content: url("selected_disabled.png");
}
