<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Popups Tiss 
 */
 
.pop .tiss-honorarios h3 {
	color: #505c50;
}

.pop .tiss-honorarios .list-changes {
	margin-bottom: 17px;
}	

.pop .tiss-honorarios .list-changes li {
	border-bottom: 1px solid #d0dbca;
	padding: 20px 0 20px 34px;

}

.pop .tiss-honorarios .list-changes li.change-one {
	background: url( '../../img/common/number-one.png' ) left no-repeat;			
	background-position: 5px center;	
}	

.pop .tiss-honorarios .list-changes li.change-two {
	background: url( '../../img/common/number-two.png' ) left no-repeat;			
	background-position: 5px center;		
}

.pop .tiss-honorarios .list-changes li.change-three {
	background: url( '../../img/common/number-three.png' ) left no-repeat;			
	background-position: 5px center;		
}

.pop .tiss-honorarios .atention-changes {
	font-size: 10px;
	color: #904b4b;
}

.pop .tiss-honorarios .list-documents {
	width: 98%;
	margin-top: 10px;
}

.pop .tiss-honorarios .list-documents thead td {
	background: #7a8c7d;
	color: #FFF;
	text-align: center;
	padding: 5px;
	vertical-align: middle;	
}

.pop .tiss-honorarios .list-documents tbody td {
	text-align: center;
	background: #dedecf;
	color: #505c50;
	padding: 5px;	
	vertical-align: middle;	
}

.pop .tiss-honorarios .important-observation {
	background: #dfdfd1;
	padding: 10px;
	display: block;
	width: 95%;
	margin-top: 10px;
}

.pop .tiss-honorarios small {
	font-size: 9px;
}
	
.pop .tiss-honorarios {
    height:400px !important;
}</pre></body></html>